Bug 63120 - New port: devel/slb_rf60
Summary: New port: devel/slb_rf60
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 12:20 UTC by Toni Andjelkovic
Modified: 2004-07-19 07:04 UTC (History)
0 users

See Also:


Attachments
file.shar (4.31 KB, text/plain)
2004-02-20 12:20 UTC, Toni Andjelkovic
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toni Andjelkovic 2004-02-20 12:20:17 UTC
This is a pcsc-lite driver for the Schlumberger Reflex 62/64
serial smartcard reader.
Comment 1 Toni Andjelkovic 2004-02-22 04:05:15 UTC
On Fri, Feb 20 2004 (04:20:17 -0800), FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/63120'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 

This port should be filed under "security/ifd-slb_rf60" because
there are already some other pcsc-lite drivers follow this
convention.

I also made a few minor changes because of portlint warnings,
so please apply this patch and rename the directory to
"ifd-slb_rf60" before committing.



diff -urN bak/slb_rf60/Makefile slb_rf60/Makefile
--- bak/slb_rf60/Makefile	Sun Feb 22 04:32:38 2004
+++ slb_rf60/Makefile	Sun Feb 22 04:58:16 2004
@@ -5,22 +5,21 @@
 # $FreeBSD$
 #
 
-PORTNAME=	slb_rf60
+PORTNAME=	ifd-slb_rf60
 PORTVERSION=	2.2.0
 CATEGORIES=	devel security
 MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
-DISTNAME=	${PORTNAME}-drv-${PORTVERSION}
-WRKSRC=		${WRKDIR}/${PORTNAME}
+DISTNAME=	${PORTNAME:S/^ifd-//}-drv-${PORTVERSION}
 
 MAINTAINER=	toni@soth.at
-COMMENT=	pcsc-lite driver for Schlumberger Reflex 62/64
-COMMENT+=	serial smartcard reader
+COMMENT=	PC/SC Lite driver for the Reflex 62 serial smart card reader
 
 LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
 
 USE_GMAKE=	yes
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
+WRKSRC=		${WRKDIR}/${PORTNAME:S/^ifd-//}
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libslb_rf60.so \
diff -urN bak/slb_rf60/pkg-plist slb_rf60/pkg-plist
--- bak/slb_rf60/pkg-plist	Sun Feb 22 04:31:24 2004
+++ slb_rf60/pkg-plist	Sun Feb 22 05:02:36 2004
@@ -1,3 +1,3 @@
 pcsc/drivers/libslb_rf60.so
-%%PORTDOCS%%share/doc/slb_rf60/README
-%%PORTDOCS%%@dirrm share/doc/slb_rf60
+%%PORTDOCS%%share/doc/ifd-slb_rf60/README
+%%PORTDOCS%%@dirrm share/doc/ifd-slb_rf60



Thank you,
Toni
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2004-05-02 17:40:56 UTC
Class Changed
From-To: maintainer-update->change-request

New ports PRs are change requests
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2004-07-19 07:04:23 UTC
State Changed
From-To: open->closed

Commited, thanks!