From owner-freebsd-ports-bugs Sun Jan 19 14:10:11 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3800137B401 for ; Sun, 19 Jan 2003 14:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69D4843ED8 for ; Sun, 19 Jan 2003 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JMA2NS071220 for ; Sun, 19 Jan 2003 14:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0JMA29i071219; Sun, 19 Jan 2003 14:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F83A37B401 for ; Sun, 19 Jan 2003 14:07:48 -0800 (PST) Received: from post.webmailer.de (natsmtp00.webmailer.de [192.67.198.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA9D843F18 for ; Sun, 19 Jan 2003 14:07:46 -0800 (PST) (envelope-from martin@libchipcard.de) Received: from lancelot (b070208.adsl.hansenet.de [62.109.70.208]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id XAA06399 for ; Sun, 19 Jan 2003 23:07:21 +0100 (MET) Message-Id: <200301192307.06460.martin@libchipcard.de> Date: Sun, 19 Jan 2003 23:07:06 +0100 From: Martin Preuss To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47225: New Port: Libchipcard (library for chipcard access) Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47225 >Category: ports >Synopsis: New Port: Libchipcard >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 19 14:10:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Martin Preuss >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: >Description: New Port: Libchipcard (library for access to chipcards) >How-To-Repeat: >Fix: - --- libchipcard-port begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libchipcard-0.7.2 # libchipcard-0.7.2/pkg-comment # libchipcard-0.7.2/pkg-descr # libchipcard-0.7.2/Makefile # libchipcard-0.7.2/pkg-plist # libchipcard-0.7.2/pkg-message # libchipcard-0.7.2/distinfo # echo c - libchipcard-0.7.2 mkdir -p libchipcard-0.7.2 > /dev/null 2>&1 echo x - libchipcard-0.7.2/pkg-comment sed 's/^X//' >libchipcard-0.7.2/pkg-comment << 'END-of-libchipcard-0.7.2/pkg-comment' XA library for easy access to chipcards. END-of-libchipcard-0.7.2/pkg-comment echo x - libchipcard-0.7.2/pkg-descr sed 's/^X//' >libchipcard-0.7.2/pkg-descr << 'END-of-libchipcard-0.7.2/pkg-descr' XLibchipcard allows easy access to smart cards. It provides basic access Xto memory and processor cards and has special support for German medical Xcards, German "Geldkarten" and HBCI (homebanking) cards (both type 0 and Xtype 1). XIt accesses the readers via CTAPI or PC/SC interfaces and has successfully Xbeen tested with Towitoko, Kobil and Reiner-SCT readers. END-of-libchipcard-0.7.2/pkg-descr echo x - libchipcard-0.7.2/Makefile sed 's/^X//' >libchipcard-0.7.2/Makefile << 'END-of-libchipcard-0.7.2/Makefile' X# Ports collection makefile for: LibChipCard X# Date created: 19 January 2003 X# Whom: Martin Preuss X# X# $FreeBSD$ X# X XPORTNAME=libchipcard XPORTVERSION=0.7.2 XCATEGORIES=devel XMASTER_SITES=http://switch.dl.sf.net/sourceforge/libchipcard/ X XMAINTAINER=martin@libchipcard.de X XMAN1=ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 XMAN5=libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5 XMANCOMPRESSED=no X#LIB_DEPENDS=\ X# openssl.3:${PORTSDIR}/security/openssl:install X# libpcsclite.0:${PORTSDIR}/devel/pcsc-lite:install XLIB_DEPENDS=pcsclite.0:${PORTSDIR}/devel/pcsc-lite:install X XUSE_GMAKE=yes XHAS_CONFIGURE=yes XCONFIGURE_ARGS=--prefix=/usr/local --with-distri=freebsd XINSTALLS_SHLIB=yes X X.include END-of-libchipcard-0.7.2/Makefile echo x - libchipcard-0.7.2/pkg-plist sed 's/^X//' >libchipcard-0.7.2/pkg-plist << 'END-of-libchipcard-0.7.2/pkg-plist' Xbin/cardcommander Xbin/ctfstool Xbin/geldkarte Xbin/hbcicard Xbin/libchipcard-config Xbin/memcard Xbin/readertest Xetc/chipcardc.conf.example Xetc/chipcardd.conf.example Xetc/rc.d/chipcardd.sh Xinclude/chameleon/chameleon.h Xinclude/chameleon/conf.h Xinclude/chameleon/cryp.h Xinclude/chameleon/debug.h Xinclude/chameleon/directory.h Xinclude/chameleon/error.h Xinclude/chameleon/inetaddr.h Xinclude/chameleon/inetsocket.h Xinclude/chameleon/ipcmessage.h Xinclude/chameleon/ipcmessagelayer.h Xinclude/chameleon/ipcservicelayer.h Xinclude/chameleon/ipctransportlayer.h Xinclude/chameleon/libloader.h Xinclude/chameleon/logger.h Xinclude/chipcard/ctcard.h Xinclude/chipcard/ctcommand.h Xinclude/chipcard/ctcore_public.h Xinclude/chipcard/ctdatacache.h Xinclude/chipcard/cterror.h Xinclude/chipcard/ctfilesystem2.h Xinclude/chipcard/ctgeldkarte.h Xinclude/chipcard/ctkvkcard.h Xinclude/chipcard/ctmemorycard.h Xinclude/chipcard/ctmisc.h Xinclude/chipcard/ctpointer.h Xinclude/chipcard/ctprocessorcard.h Xinclude/chipcard/cttlv.h Xinclude/chipcard/ctversion.h Xinclude/chipcard.h Xinclude/chipcard/hbcicard.h Xinclude/chipcard/libchipcard.h Xinclude/chipcard/rsacard.h Xinclude/ctversion.h Xlib/libchipcard.la Xlib/libchipcard.so Xlib/libchipcard.so.14 Xsbin/chipcardd Xsbin/kvkd Xshare/aclocal/libchipcard.m4 Xshare/libchipcard/commands/ctcard.cmd Xshare/libchipcard/commands/ctgeldkarte.cmd Xshare/libchipcard/commands/ctkvkcard.cmd Xshare/libchipcard/commands/ctmemorycard.cmd Xshare/libchipcard/commands/ctprocessorcard.cmd Xshare/libchipcard/commands/hbcicard.cmd Xshare/libchipcard/commands/rsacard.cmd X@dirrm share/libchipcard/commands X@dirrm share/libchipcard END-of-libchipcard-0.7.2/pkg-plist echo x - libchipcard-0.7.2/pkg-message sed 's/^X//' >libchipcard-0.7.2/pkg-message << 'END-of-libchipcard-0.7.2/pkg-message' XYou need to setup the following configurations files before using LibChipCard: X- /usr/local/etc/chipcardc.conf (client configuration) X- /usr/local/etc/chipcardd.conf (daemon configuration) XI have installed example files (filenames above+".example"). END-of-libchipcard-0.7.2/pkg-message echo x - libchipcard-0.7.2/distinfo sed 's/^X//' >libchipcard-0.7.2/distinfo << 'END-of-libchipcard-0.7.2/distinfo' XMD5 (libchipcard-0.7.2.tar.gz) = 9dc40361cd1f2a95686275b5420da122 END-of-libchipcard-0.7.2/distinfo exit - --- libchipcard-port ends here --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+KyGKQg7xxPu3MA4RAnIHAKCVXW8Skyk4HAFOURMWdn95l78iFACgmk5l PZQC6cN+3GvUkb71c3lO59w= =AboI -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >System: FreeBSD gareth.aquarius.home 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message