diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
commit | 51e16a37b108bd4098080fa67742b8b2f6dd1097 (patch) | |
tree | a76d85ff28a2e35bc2fab09c1560b27c68d140d7 /archivers | |
parent | 203b4c2c6ee1d0b3d1ebed2b88b09814bd7f5893 (diff) | |
download | freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.gz freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.zst freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.zip |
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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/makeself/Makefile | 25 | ||||
-rw-r--r-- | archivers/makeself/distinfo | 1 | ||||
-rw-r--r-- | archivers/makeself/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/makeself/pkg-descr | 10 | ||||
-rw-r--r-- | archivers/makeself/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8d13d2ec6dff..5b531809cfd0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -12,6 +12,7 @@ SUBDIR += lha SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += makeself SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += pkzip 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 |