diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:49:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:49:58 +0000 |
commit | 8b6dad2efd740371a66991b8f15c44c8c0b2ef77 (patch) | |
tree | 49f932f1ed2cfbbb69ddb3acec3025799de905d4 /security/ruby-mcrypt | |
parent | 6717aab7f76b779fe6a65b9c1842c106362d0fac (diff) | |
download | ports-8b6dad2efd740371a66991b8f15c44c8c0b2ef77.tar.gz ports-8b6dad2efd740371a66991b8f15c44c8c0b2ef77.zip |
Notes
Diffstat (limited to 'security/ruby-mcrypt')
-rw-r--r-- | security/ruby-mcrypt/Makefile | 50 | ||||
-rw-r--r-- | security/ruby-mcrypt/distinfo | 2 | ||||
-rw-r--r-- | security/ruby-mcrypt/files/patch-extconf.rb | 12 | ||||
-rw-r--r-- | security/ruby-mcrypt/pkg-descr | 1 | ||||
-rw-r--r-- | security/ruby-mcrypt/pkg-plist | 7 |
5 files changed, 0 insertions, 72 deletions
diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile deleted file mode 100644 index f046eeda807f..000000000000 --- a/security/ruby-mcrypt/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: Ruby/MCrypt -# Date created: 20 June 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mcrypt -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= security ruby -MASTER_SITES= LOCAL/knu -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby interface to the mcrypt library - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README TODO - -post-patch: - @${REINPLACE_CMD} -e 's/MCRYPT..(void..)/void, /' \ - ${WRKSRC}/ruby-mcrypt.c - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/testmcrypt.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/security/ruby-mcrypt/distinfo b/security/ruby-mcrypt/distinfo deleted file mode 100644 index ee5f187f4761..000000000000 --- a/security/ruby-mcrypt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ruby-mcrypt-0.2.tar.gz) = e41207464ed34652bcdc3d3f5a36799f0bdbdce3c36561daecb9e88d2dcc3dc5 -SIZE (ruby/ruby-mcrypt-0.2.tar.gz) = 12866 diff --git a/security/ruby-mcrypt/files/patch-extconf.rb b/security/ruby-mcrypt/files/patch-extconf.rb deleted file mode 100644 index 4eb1a0803f55..000000000000 --- a/security/ruby-mcrypt/files/patch-extconf.rb +++ /dev/null @@ -1,12 +0,0 @@ ---- extconf.rb.orig Tue Jun 19 22:34:05 2001 -+++ extconf.rb Sun Mar 16 13:07:23 2003 -@@ -2,7 +2,8 @@ - - require "mkmf" - --if !find_library( "ltdl", "lt_dlinit", "/usr/lib", "/usr/local/lib" ) -+if /freebsd/ !~ RUBY_PLATFORM && -+ !find_library( "ltdl", "lt_dlinit", "/usr/lib", "/usr/local/lib" ) - - puts - puts( "Oops, the Libltdl library from the libtool package, which is used by mcrypt," ) diff --git a/security/ruby-mcrypt/pkg-descr b/security/ruby-mcrypt/pkg-descr deleted file mode 100644 index 1040b1bd6dbe..000000000000 --- a/security/ruby-mcrypt/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Ruby/MCrypt is an interface to the mcrypt library. diff --git a/security/ruby-mcrypt/pkg-plist b/security/ruby-mcrypt/pkg-plist deleted file mode 100644 index 54623baf7696..000000000000 --- a/security/ruby-mcrypt/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/MCrypt.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/testmcrypt.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |