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.
This commit is contained in:
parent
4e9c7c32d1
commit
14457113b2
4 changed files with 30 additions and 0 deletions
4
devel/ruby-installpkg/DESCR
Normal file
4
devel/ruby-installpkg/DESCR
Normal file
|
@ -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.
|
20
devel/ruby-installpkg/Makefile
Normal file
20
devel/ruby-installpkg/Makefile
Normal file
|
@ -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"
|
2
devel/ruby-installpkg/PLIST
Normal file
2
devel/ruby-installpkg/PLIST
Normal file
|
@ -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
|
4
devel/ruby-installpkg/distinfo
Normal file
4
devel/ruby-installpkg/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue