diff options
author | agc <agc@pkgsrc.org> | 1999-09-23 14:25:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-09-23 14:25:08 +0000 |
commit | aabd25a7d188cf8b855250dec919941d3d7ce972 (patch) | |
tree | 727ea93ff51f8b1bb558d28100ea51309aba2b0d /pkgtools/gensolpkg/pkg | |
parent | a415ed956e42256c7a78c0f9c919582a2bd01b8e (diff) | |
download | pkgsrc-aabd25a7d188cf8b855250dec919941d3d7ce972.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/gensolpkg/pkg')
-rw-r--r-- | pkgtools/gensolpkg/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/gensolpkg/pkg/DESCR | 8 | ||||
-rw-r--r-- | pkgtools/gensolpkg/pkg/PLIST | 3 |
3 files changed, 12 insertions, 0 deletions
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 |