diff options
author | vd <vd@FreeBSD.org> | 2006-12-14 15:46:19 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-12-14 15:46:19 +0800 |
commit | b22e015478384b54520aefd4a33cedd4d36933dd (patch) | |
tree | a6cab544b271d9fa71234566476d111caff3b395 /devel | |
parent | 5d00d186c192ccd99a748640016ca192045fb78f (diff) | |
download | freebsd-ports-graphics-b22e015478384b54520aefd4a33cedd4d36933dd.tar.gz freebsd-ports-graphics-b22e015478384b54520aefd4a33cedd4d36933dd.tar.zst freebsd-ports-graphics-b22e015478384b54520aefd4a33cedd4d36933dd.zip |
Remove expired leaf port:
2006-12-01 devel/ruby-pcsc-lite: Does not compile with new pcsc-lite. Port is broken since 2005/04/20.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/Makefile | 49 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ruby-pcsc-lite/pkg-plist | 6 |
5 files changed, 0 insertions, 63 deletions
diff --git a/devel/Makefile b/devel/Makefile index e853f88061d..8d2ea24aa11 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1851,7 +1851,6 @@ SUBDIR += ruby-mmap SUBDIR += ruby-ncurses SUBDIR += ruby-p4 - SUBDIR += ruby-pcsc-lite SUBDIR += ruby-poll SUBDIR += ruby-property SUBDIR += ruby-racc diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile deleted file mode 100644 index 485132a2d97..00000000000 --- a/devel/ruby-pcsc-lite/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: PCSC-ruby -# Date created: 27 Dec 2001 -# Whom: Toni Andjelkovic <toni@soth.at> -# -# $FreeBSD$ -# - -PORTNAME= pcsc-lite -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= http://soth.at/PCSC-ruby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= PCSC-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= toni@soth.at -COMMENT= Ruby extension for the UNIX PC/SC Lite API (MUSCLE) - -LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite - -BROKEN= "Does not compile with new pcsc-lite. Port will be updated soon." -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -USE_RUBY= yes -RUBY_VER= 1.8 -CONFIGURE_ARGS+= --with-pcsclite-dir="${PREFIX}" -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_MODDOCDIR}/ - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${EXAMPLES} - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/ruby-pcsc-lite/distinfo b/devel/ruby-pcsc-lite/distinfo deleted file mode 100644 index b1300d9eac4..00000000000 --- a/devel/ruby-pcsc-lite/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/PCSC-ruby-0.8.tar.gz) = 03ee683ce69e654bd89f6c53db0cf5ac -SHA256 (ruby/PCSC-ruby-0.8.tar.gz) = 6afb35757a19e3783ef60104c7c7e6d99051109ce0b9a424e0d949723fe4b612 -SIZE (ruby/PCSC-ruby-0.8.tar.gz) = 13325 diff --git a/devel/ruby-pcsc-lite/pkg-descr b/devel/ruby-pcsc-lite/pkg-descr deleted file mode 100644 index 602c3d6c383..00000000000 --- a/devel/ruby-pcsc-lite/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Ruby extension for the UNIX PC/SC Lite API (MUSCLE). - -Author: Toni Andjelkovic <toni@soth.at> -WWW: http://soth.at/PCSC-ruby/ diff --git a/devel/ruby-pcsc-lite/pkg-plist b/devel/ruby-pcsc-lite/pkg-plist deleted file mode 100644 index 82fff44f117..00000000000 --- a/devel/ruby-pcsc-lite/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/PCSC.so -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.txt -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pcsclient.rb -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |