diff options
author | taca <taca> | 2003-07-06 15:35:23 +0000 |
---|---|---|
committer | taca <taca> | 2003-07-06 15:35:23 +0000 |
commit | 1748850e00416309a6e0a8c0438c23038ec49e1d (patch) | |
tree | 12818bb11fae72b3ec56ecab127c93c4c9a3bcd0 | |
parent | e5611c16361c120435cfd468973e4144d75f50bb (diff) | |
download | pkgsrc-1748850e00416309a6e0a8c0438c23038ec49e1d.tar.gz |
Initial import of ruby-installpkg 0.0.1, baed on PR pkg/21968.
(I've fixed category was www.)
This is a module that wraps the classes defined in Minero Aoki's
install.rb script. It allows you to easily create your own
installation files. It makes the process of creating installation
scripts a bit more uniform.
-rw-r--r-- | devel/ruby-installpkg/DESCR | 4 | ||||
-rw-r--r-- | devel/ruby-installpkg/Makefile | 20 | ||||
-rw-r--r-- | devel/ruby-installpkg/PLIST | 2 | ||||
-rw-r--r-- | devel/ruby-installpkg/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/ruby-installpkg/DESCR b/devel/ruby-installpkg/DESCR new file mode 100644 index 00000000000..0253b4b9fd6 --- /dev/null +++ b/devel/ruby-installpkg/DESCR @@ -0,0 +1,4 @@ +This is a module that wraps the classes defined in Minero Aoki's +install.rb script. It allows you to easily create your own +installation files. It makes the process of creating installation +scripts a bit more uniform. diff --git a/devel/ruby-installpkg/Makefile b/devel/ruby-installpkg/Makefile new file mode 100644 index 00000000000..bd3b79ad2d4 --- /dev/null +++ b/devel/ruby-installpkg/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/06 15:35:23 taca Exp $ + +DISTNAME= installpkg-0.0.1 +PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} +CATEGORIES= devel +MASTER_SITES= http://www.aracnet.com/~ptkwt/ruby_stuff/InstallPkg/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rasputin@idoru.mine.nu +HOMEPAGE= # not available +COMMENT= Ruby module for writing install.rb files + +USE_RUBY= yes +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && ${RUBY} install.rb + +.include "../../lang/ruby-base/Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby-installpkg/PLIST b/devel/ruby-installpkg/PLIST new file mode 100644 index 00000000000..c4352e658d4 --- /dev/null +++ b/devel/ruby-installpkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/06 15:35:23 taca Exp $ +${RUBY_SITELIBDIR}/install-pkg.rb diff --git a/devel/ruby-installpkg/distinfo b/devel/ruby-installpkg/distinfo new file mode 100644 index 00000000000..377ca6ea8e5 --- /dev/null +++ b/devel/ruby-installpkg/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/06 15:35:23 taca Exp $ + +SHA1 (installpkg-0.0.1.tgz) = 481623988e7c4e8b23ed7da3e313ee9bb9268a43 +Size (installpkg-0.0.1.tgz) = 26833 bytes |