summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2006-01-03 07:22:46 +0000
committertaca <taca@pkgsrc.org>2006-01-03 07:22:46 +0000
commit175a8eec28aaa4ca3cd8db0fb266e45da8e46734 (patch)
tree72aba084cefc44c8996ed1fdcac6fa9fb4eaae31 /devel
parentcd87b6b05f2bc523e0a2749859e61fbf2439a408 (diff)
downloadpkgsrc-175a8eec28aaa4ca3cd8db0fb266e45da8e46734.tar.gz
Remove ruby-filelock package since MASTER_SITES and HOMEPAGE aren't
available any more.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-filelock/DESCR9
-rw-r--r--devel/ruby-filelock/Makefile30
-rw-r--r--devel/ruby-filelock/PLIST11
-rw-r--r--devel/ruby-filelock/distinfo5
4 files changed, 0 insertions, 55 deletions
diff --git a/devel/ruby-filelock/DESCR b/devel/ruby-filelock/DESCR
deleted file mode 100644
index d98c7cba98f..00000000000
--- a/devel/ruby-filelock/DESCR
+++ /dev/null
@@ -1,9 +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.
diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile
deleted file mode 100644
index 060b0cab773..00000000000
--- a/devel/ruby-filelock/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2005/11/02 09:48:33 taca Exp $
-
-DISTNAME= filelock-0.2
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
-CATEGORIES= devel ruby
-MASTER_SITES= ftp://ftp.ruby-lang.org/pub/ruby/contrib/
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= # not available
-COMMENT= Ruby module which provides file locking mechanism
-
-RUBY_HAS_ARCHLIB= yes
-USE_RUBY_EXTCONF= yes
-INSTALL_TARGET= site-install
-DOCS= README
-EXAMPLES= test.rb tst1.rb tst2.rb tst3.rb tst4.rb
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/filelock
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/filelock
-.endfor
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/filelock
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/filelock
-.endfor
-
-.include "../../lang/ruby/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-filelock/PLIST b/devel/ruby-filelock/PLIST
deleted file mode 100644
index 4fafed467f2..00000000000
--- a/devel/ruby-filelock/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/_filelock.${RUBY_DLEXT}
-${RUBY_SITELIBDIR}/filelock.rb
-${RUBY_EXAMPLESDIR}/filelock/test.rb
-${RUBY_EXAMPLESDIR}/filelock/tst1.rb
-${RUBY_EXAMPLESDIR}/filelock/tst2.rb
-${RUBY_EXAMPLESDIR}/filelock/tst3.rb
-${RUBY_EXAMPLESDIR}/filelock/tst4.rb
-@dirrm ${RUBY_EXAMPLESDIR}/filelock
-${RUBY_DOCDIR}/filelock/README
-@dirrm ${RUBY_DOCDIR}/filelock
diff --git a/devel/ruby-filelock/distinfo b/devel/ruby-filelock/distinfo
deleted file mode 100644
index 7d876fd7708..00000000000
--- a/devel/ruby-filelock/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:32 agc Exp $
-
-SHA1 (ruby/filelock-0.2.tar.gz) = 6a652bedd7d19452507d012396ecbef7a517425d
-RMD160 (ruby/filelock-0.2.tar.gz) = fd9dbf55117b2f80d8bede0c5e129394e2e189fe
-Size (ruby/filelock-0.2.tar.gz) = 6637 bytes