diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-21 10:35:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-21 10:35:04 +0000 |
commit | 0e26ab53272e92c34e04f2d098c4743a40c7b2f9 (patch) | |
tree | 342c5c2ebd959582115a1bd9729ba352d654b578 /devel/ruby-rcsparse | |
parent | 23a2dbac56a3eefdc1022439080d7fc7400a0388 (diff) | |
download | pkgsrc-0e26ab53272e92c34e04f2d098c4743a40c7b2f9.tar.gz |
Initial import of ruby-rcsparse-0.0.0.20070218:
A Ruby library for parsing RCS files.
Diffstat (limited to 'devel/ruby-rcsparse')
-rw-r--r-- | devel/ruby-rcsparse/DESCR | 1 | ||||
-rw-r--r-- | devel/ruby-rcsparse/Makefile | 19 | ||||
-rw-r--r-- | devel/ruby-rcsparse/PLIST | 2 | ||||
-rw-r--r-- | devel/ruby-rcsparse/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/ruby-rcsparse/DESCR b/devel/ruby-rcsparse/DESCR new file mode 100644 index 00000000000..ffd15b218b6 --- /dev/null +++ b/devel/ruby-rcsparse/DESCR @@ -0,0 +1 @@ +A Ruby library for parsing RCS files. diff --git a/devel/ruby-rcsparse/Makefile b/devel/ruby-rcsparse/Makefile new file mode 100644 index 00000000000..b0bc91e6dc8 --- /dev/null +++ b/devel/ruby-rcsparse/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/21 10:35:04 wiz Exp $ + +DISTNAME= rcsparse-0.0.0_20070218 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/./} +CATEGORIES= devel ruby +MASTER_SITES= # +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/ +COMMENT= RCS parsing library for Ruby + +LICENSE= corecode-license + +WRKSRC= ${WRKDIR}/rcsparse-e871e108f2e4 +USE_RUBY_EXTCONF= yes + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-rcsparse/PLIST b/devel/ruby-rcsparse/PLIST new file mode 100644 index 00000000000..ee4453947bb --- /dev/null +++ b/devel/ruby-rcsparse/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/21 10:35:04 wiz Exp $ +${RUBY_SITEARCHLIBDIR}/rcsfile.${RUBY_DLEXT} diff --git a/devel/ruby-rcsparse/distinfo b/devel/ruby-rcsparse/distinfo new file mode 100644 index 00000000000..f66a74c36eb --- /dev/null +++ b/devel/ruby-rcsparse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/21 10:35:04 wiz Exp $ + +SHA1 (rcsparse-0.0.0_20070218.tar.bz2) = 774b3345f165efc821ea2423543de1a4af4dea56 +RMD160 (rcsparse-0.0.0_20070218.tar.bz2) = 20e327fa10841a58d0271922eec048ad25c0a8a7 +Size (rcsparse-0.0.0_20070218.tar.bz2) = 101554 bytes |