summaryrefslogtreecommitdiff
path: root/archivers/makeself
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-10 15:21:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-10 15:21:48 +0000
commit35f9bb30c19ac218bf87afd1d770ad1ec4a58b92 (patch)
treed1a4514aeda8d3a77a50f7af4b3de77de8ca3f51 /archivers/makeself
parentMoving the rboot port from misc to net. RBoot is a remote boot facility (diff)
Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup" command to execute upon finishing.
Notes
Notes: svn path=/head/; revision=23727
Diffstat (limited to 'archivers/makeself')
-rw-r--r--archivers/makeself/Makefile25
-rw-r--r--archivers/makeself/distinfo1
-rw-r--r--archivers/makeself/pkg-comment1
-rw-r--r--archivers/makeself/pkg-descr10
-rw-r--r--archivers/makeself/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
new file mode 100644
index 000000000000..fb399702fbc0
--- /dev/null
+++ b/archivers/makeself/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: makeself
+# Version required: 1.4
+# Date created: 22 Oct 1999
+# Whom: Will Andrews <andrews@technologist.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= makeself
+PKGNAME= makeself-1.4
+CATEGORIES= archivers
+MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
+EXTRACT_SUFX= .gz.sh
+
+MAINTAINER= andrews@technologist.com
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= ${WRKDIR}
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/makeself.gz.sh ${PREFIX}/bin/makeself
+
+.include <bsd.port.mk>
diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo
new file mode 100644
index 000000000000..2d60115148d6
--- /dev/null
+++ b/archivers/makeself/distinfo
@@ -0,0 +1 @@
+MD5 (makeself.gz.sh) = ba2020c4998b3d2ad3ae803b299f2781
diff --git a/archivers/makeself/pkg-comment b/archivers/makeself/pkg-comment
new file mode 100644
index 000000000000..db20d2d9640e
--- /dev/null
+++ b/archivers/makeself/pkg-comment
@@ -0,0 +1 @@
+A neat script to make self-extracting archives
diff --git a/archivers/makeself/pkg-descr b/archivers/makeself/pkg-descr
new file mode 100644
index 000000000000..b9434a53d847
--- /dev/null
+++ b/archivers/makeself/pkg-descr
@@ -0,0 +1,10 @@
+makeself is a (very small) shell script that makes neat
+self-extracting shell scripts, and allows you to specify a "setup"
+command to execute upon finishing.
+
+It's sorta like the Windows winzip self-extracting archives.
+
+WWW: http://www.lokigames.com/~megastep/makeself/
+Author: Stephane Peter <megastep@lokigames.com>
+
+- Will <andrews@technologist.com>
diff --git a/archivers/makeself/pkg-plist b/archivers/makeself/pkg-plist
new file mode 100644
index 000000000000..2c5a0d3557f9
--- /dev/null
+++ b/archivers/makeself/pkg-plist
@@ -0,0 +1 @@
+bin/makeself