Add libmusclecard, the MUSCLE Card Framework.

This library was part of the pcsc-lite package, but is a seperate package
since the last update.
This commit is contained in:
Tilman Keskinoz 2005-04-20 13:08:54 +00:00
parent 7666916412
commit 7a08a4a0ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133757
5 changed files with 49 additions and 0 deletions

View file

@ -459,6 +459,7 @@
SUBDIR += libmcve
SUBDIR += libmimedir
SUBDIR += libmtrie
SUBDIR += libmusclecard
SUBDIR += liboil
SUBDIR += libol
SUBDIR += libole2

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: libmusclecard
# Date created: 2005-04-15
# Whom: arved
#
# $FreeBSD$
PORTNAME= libmusclecard
PORTVERSION= 1.2.9.b.7
CATEGORIES= devel
MASTER_SITES= https://alioth.debian.org/download.php/977/
MAINTAINER= ports@FreeBSD.org
COMMENT= MUSCLE Card Framework
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
WRKSRC= ${WRKDIR}/libmusclecard-${PORTVERSION:S/.b./-beta/}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-muscledropdir=${LOCALBASE}/lib/pcsc/services
USE_REINPLACE= yes
USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 15
MAN8= bundleTool.8
post-patch:
${REINPLACE_CMD} -e "s,LDLIBS,LIBS,g" ${WRKSRC}/configure
${REINPLACE_CMD} -e "s,SUBDIRS = doc,SUBDIRS =," ${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (libmusclecard-1.2.9.b.7.tar.gz) = 7e9a6eee9f4b911529955303766e8c8f
SIZE (libmusclecard-1.2.9.b.7.tar.gz) = 508734

View file

@ -0,0 +1,8 @@
The MUSCLE Framework provides cross-compatibility across multiple vendor
smartcards and it's client side API provides cross-compatibility across many
platforms. By being built on PC/SC and providing simple, clean functionality
for multiple platforms it is possible to develop cross-platform applications
which make use of cryptographic smartcards and tokens, independant of both the
car/crypto token manufacturer, operating system and platform.
WWW: http://pcsclite.alioth.debian.org/

View file

@ -0,0 +1,7 @@
include/PCSC/mscdefines.h
include/PCSC/musclecard.h
lib/libmusclecard.so.1
lib/libmusclecard.so
lib/libmusclecard.a
libdata/pkgconfig/libmusclecard.pc
sbin/bundleTool