summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-05-06 04:24:10 +0000
committerhubertf <hubertf>1999-05-06 04:24:10 +0000
commit7a4727ae45718f61e303e76227d9c0f59c853d3f (patch)
tree7cc3ad91dbb8c5fab24c94edf9b64f6affc7456f /pkgtools
parent5e80e22ca5ea5356298a043f8d886770fedec9e8 (diff)
downloadpkgsrc-7a4727ae45718f61e303e76227d9c0f59c853d3f.tar.gz
Script to help bootstrapping pkgs
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/url2pkg/Makefile18
-rw-r--r--pkgtools/url2pkg/files/md53
-rw-r--r--pkgtools/url2pkg/pkg/COMMENT1
-rw-r--r--pkgtools/url2pkg/pkg/DESCR9
-rw-r--r--pkgtools/url2pkg/pkg/PLIST2
5 files changed, 33 insertions, 0 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile
new file mode 100644
index 00000000000..9bfb9c1b0c8
--- /dev/null
+++ b/pkgtools/url2pkg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 04:24:10 hubertf Exp $
+#
+
+DISTNAME= url2pkg-1.3
+CATEGORIES= pkgtools sysutils
+MASTER_SITES= http://rfhs8012.fh-regensburg.de/~feyrer/Misc/
+EXTRACT_SUFX= # Nothing
+
+MAINTAINER= hubertf@netbsd.org
+
+NO_BUILD= YES
+NO_PATCH= YES
+EXTRACT_CMD= ${ECHO_CMD}
+
+do-install:
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${LOCALBASE}/bin/${DISTNAME:C/-.*$//}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/url2pkg/files/md5 b/pkgtools/url2pkg/files/md5
new file mode 100644
index 00000000000..98fe5f20369
--- /dev/null
+++ b/pkgtools/url2pkg/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/05/06 04:24:11 hubertf Exp $
+
+MD5 (url2pkg-1.2) = 0023c2d09c5b1c84ed65c18cd450f8a2
diff --git a/pkgtools/url2pkg/pkg/COMMENT b/pkgtools/url2pkg/pkg/COMMENT
new file mode 100644
index 00000000000..3deaf2357c5
--- /dev/null
+++ b/pkgtools/url2pkg/pkg/COMMENT
@@ -0,0 +1 @@
+Shellscript to help with the first steps to build a package.
diff --git a/pkgtools/url2pkg/pkg/DESCR b/pkgtools/url2pkg/pkg/DESCR
new file mode 100644
index 00000000000..72fc41f1651
--- /dev/null
+++ b/pkgtools/url2pkg/pkg/DESCR
@@ -0,0 +1,9 @@
+Shellscript that will take an URL of a source .tar.gz (or other)
+file, and perform some steps to generate a package:
+
+ - setup a basic Makefile
+ - run "make fetch" and "make makesum"
+ - generate a dummy pkg/PLIST
+ - run "make extract"
+ - try to find out the WRKSRC (if needed)
+ - try to find out of this package uses GNU auto-configure
diff --git a/pkgtools/url2pkg/pkg/PLIST b/pkgtools/url2pkg/pkg/PLIST
new file mode 100644
index 00000000000..a4bbd3cfa0b
--- /dev/null
+++ b/pkgtools/url2pkg/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/06 04:24:11 hubertf Exp $
+bin/url2pkg