summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authoragc <agc>1999-09-23 14:25:08 +0000
committeragc <agc>1999-09-23 14:25:08 +0000
commitcc512d5436573493bb02d4ec5a808a4bb3ea3db9 (patch)
tree727ea93ff51f8b1bb558d28100ea51309aba2b0d /pkgtools
parent547029934c74d11d61c37875edb9c9d94cda95e7 (diff)
downloadpkgsrc-cc512d5436573493bb02d4ec5a808a4bb3ea3db9.tar.gz
Initial import of gensolpkg, a utility to generate a Solaris package
from a NetBSD package, into the NetBSD packages collection. This package only works on Solaris, for obvious reasons.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/gensolpkg/Makefile18
-rw-r--r--pkgtools/gensolpkg/files/md53
-rw-r--r--pkgtools/gensolpkg/pkg/COMMENT1
-rw-r--r--pkgtools/gensolpkg/pkg/DESCR8
-rw-r--r--pkgtools/gensolpkg/pkg/PLIST3
5 files changed, 33 insertions, 0 deletions
diff --git a/pkgtools/gensolpkg/Makefile b/pkgtools/gensolpkg/Makefile
new file mode 100644
index 00000000000..c91efaa13e3
--- /dev/null
+++ b/pkgtools/gensolpkg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/23 14:25:08 agc Exp $
+#
+
+DISTNAME= gensolpkg-1.0
+CATEGORIES= pkgtools
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= agc@netbsd.org
+HOMEPAGE= http://www.westley.demon.co.uk/software.html
+
+ONLY_FOR_PLATFORM= SunOS-*-* # uses Solaris pkgmk(1)
+
+MAKE_ENV+= CPPFLAGS=""
+
+do-install:
+ cd ${WRKSRC} && ${MAKE} install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/gensolpkg/files/md5 b/pkgtools/gensolpkg/files/md5
new file mode 100644
index 00000000000..26bcc949721
--- /dev/null
+++ b/pkgtools/gensolpkg/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/23 14:25:10 agc Exp $
+
+MD5 (gensolpkg-1.0.tar.gz) = 72d47a1d6da5ee77e1c30ba8ef5ee018
diff --git a/pkgtools/gensolpkg/pkg/COMMENT b/pkgtools/gensolpkg/pkg/COMMENT
new file mode 100644
index 00000000000..60cc8df0b16
--- /dev/null
+++ b/pkgtools/gensolpkg/pkg/COMMENT
@@ -0,0 +1 @@
+a utility to generate a Solaris package
diff --git a/pkgtools/gensolpkg/pkg/DESCR b/pkgtools/gensolpkg/pkg/DESCR
new file mode 100644
index 00000000000..ec61b5a9301
--- /dev/null
+++ b/pkgtools/gensolpkg/pkg/DESCR
@@ -0,0 +1,8 @@
+This is a small utility to translate from NetBSD-derived pkgsrc
+packages into Solaris packages. I wrote this as an aid to
+understanding Solaris packages, and to provide some Solaris packages
+which can be used in jumpstart, and manipulated with the Solaris
+package manipulation tools, but still have the benefit of the original
+package being maintained by a number of people who know what they're
+doing, and put a lot of time into keeping abreast of latest versions
+and bug fix releases.
diff --git a/pkgtools/gensolpkg/pkg/PLIST b/pkgtools/gensolpkg/pkg/PLIST
new file mode 100644
index 00000000000..dc70b967963
--- /dev/null
+++ b/pkgtools/gensolpkg/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/23 14:25:10 agc Exp $
+sbin/gensolpkg
+man/man1/gensolpkg.1