Add ruby-pcsc-lite, Ruby extension for the UNIX PC/SC Lite API

(MUSCLE).

PR:		ports/33321
Submitted by:	Toni Andjelkovic <toni@soth.at>
This commit is contained in:
Akinori MUSHA 2002-01-12 18:29:58 +00:00
parent 503d35e637
commit 469797ca32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52990
6 changed files with 54 additions and 0 deletions

View File

@ -564,6 +564,7 @@
SUBDIR += ruby-mo
SUBDIR += ruby-mock
SUBDIR += ruby-optparse
SUBDIR += ruby-pcsc-lite
SUBDIR += ruby-property
SUBDIR += ruby-racc
SUBDIR += ruby-racc-runtime

View File

@ -0,0 +1,41 @@
# New ports collection makefile for: PCSC-ruby
# Date created: 27 Dec 2001
# Whom: Toni Andjelkovic <toni@ants.at>
#
# $FreeBSD$
#
PORTNAME= pcsc-lite
PORTVERSION= 0.5
CATEGORIES= devel ruby
MASTER_SITES= http://www.ants.at/ruby/PCSC-ruby/dist/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= PCSC-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= toni@ants.at
LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
RUBY_SETUP= install.rb
WRKSRC= ${WRKDIR}/PCSC-ruby
DOCS= README.txt
EXAMPLES= examples/test.rb examples/pcsclient.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.for f in ${EXAMPLES}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/PCSC-ruby-0.5.tar.gz) = e0f3d37ac326f1daf8870b041048cdbf

View File

@ -0,0 +1 @@
Ruby extension for the UNIX PC/SC Lite API (MUSCLE)

View File

@ -0,0 +1,4 @@
Ruby extension for the UNIX PC/SC Lite API (MUSCLE).
Author: Toni Andjelkovic <toni@ants.at>
WWW: http://www.ants.at/ruby/PCSC-ruby/

View File

@ -0,0 +1,6 @@
%%RUBY_ARCHLIBDIR%%/PCSC.so
%%PORTDOCS%%%%RUBY_DOCDIR%%/pcsc-lite/README.txt
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pcsc-lite/test.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pcsc-lite/pcsclient.rb
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pcsc-lite
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pcsc-lite