aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/makeself/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-10 23:21:48 +0800
committersteve <steve@FreeBSD.org>1999-12-10 23:21:48 +0800
commit51e16a37b108bd4098080fa67742b8b2f6dd1097 (patch)
treea76d85ff28a2e35bc2fab09c1560b27c68d140d7 /archivers/makeself/pkg-descr
parent203b4c2c6ee1d0b3d1ebed2b88b09814bd7f5893 (diff)
downloadfreebsd-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/makeself/pkg-descr')
-rw-r--r--archivers/makeself/pkg-descr10
1 files changed, 10 insertions, 0 deletions
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>