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 /devel/ruby-filelock | |
parent | Remove KAKASI option, as ruby-kakasi has expired (diff) |
Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Notes
Notes:
svn path=/head/; revision=278849
Diffstat (limited to 'devel/ruby-filelock')
-rw-r--r-- | devel/ruby-filelock/Makefile | 46 | ||||
-rw-r--r-- | devel/ruby-filelock/distinfo | 2 | ||||
-rw-r--r-- | devel/ruby-filelock/pkg-descr | 12 | ||||
-rw-r--r-- | devel/ruby-filelock/pkg-plist | 10 |
4 files changed, 0 insertions, 70 deletions
diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile deleted file mode 100644 index 95893ba9a468..000000000000 --- a/devel/ruby-filelock/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Ruby-filelock -# Date created: 22 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= filelock -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= LOCAL/fenner/ruby-contrib -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby module which provides file locking mechanism - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -INSTALL_TARGET= site-install - -DOCS= README -EXAMPLES= test.rb tst1.rb tst2.rb tst3.rb tst4.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${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/devel/ruby-filelock/distinfo b/devel/ruby-filelock/distinfo deleted file mode 100644 index c0290d22e8de..000000000000 --- a/devel/ruby-filelock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/filelock-0.2.tar.gz) = fe7516a91f4fd57b5691cce8566025f04d34f9a3979d82b9af7e9a1a9736d979 -SIZE (ruby/filelock-0.2.tar.gz) = 6637 diff --git a/devel/ruby-filelock/pkg-descr b/devel/ruby-filelock/pkg-descr deleted file mode 100644 index 694d316c0747..000000000000 --- a/devel/ruby-filelock/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is a Ruby module which provides file locking mechanism. - -The module FileLock implements two classes: LockFile and LockedFile; -the class LockFile deals with so-called lockfiles, and the class -LockedFile offer a high-level interface to deal with both regular -files and lockfiles at the same time. - -To be portable, a small C extension is used to minimize the time -between existence check of a lockfile and its creation. - -Author: Clemens Hintze <c.hintze@gmx.net> -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=filelock diff --git a/devel/ruby-filelock/pkg-plist b/devel/ruby-filelock/pkg-plist deleted file mode 100644 index 3cd6c68cc016..000000000000 --- a/devel/ruby-filelock/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/_filelock.so -%%RUBY_SITELIBDIR%%/filelock.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst3.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/tst4.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |