summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-23 10:04:41 +0000
committerrillig <rillig>2006-04-23 10:04:41 +0000
commitee7660af931aa43195aba2ecd6922dcf30ff98ca (patch)
treeef5cbacb4c1bd54c380194253413873fb0c3ee16 /archivers
parentc365e865220f8c194735602cc65d44183e05b938 (diff)
downloadpkgsrc-ee7660af931aa43195aba2ecd6922dcf30ff98ca.tar.gz
Updated makeself to 2.1.4.
The program has been completely rewritten.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/makeself/DESCR12
-rw-r--r--archivers/makeself/Makefile8
-rw-r--r--archivers/makeself/distinfo8
3 files changed, 16 insertions, 12 deletions
diff --git a/archivers/makeself/DESCR b/archivers/makeself/DESCR
index cb3ee9af6f0..c0c4fe29a54 100644
--- a/archivers/makeself/DESCR
+++ b/archivers/makeself/DESCR
@@ -1,4 +1,8 @@
-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. This is in a similar concept to
-Windows winzip self-extracting archives.
+makeself.sh is a small shell script that generates a self-extractable
+tar.gz archive from a directory. The resulting file appears as a shell
+script (many of those have a .run suffix), and can be launched as is.
+The archive will then uncompress itself to a temporary directory and an
+optional arbitrary command will be executed (for example an installation
+script). This is pretty similar to archives generated with WinZip
+Self-Extractor in the Windows world. Makeself archives also include
+checksums for integrity self-validation (CRC and/or MD5 checksums).
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index e6937e3516c..cba56554eed 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:28:53 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/23 10:04:41 rillig Exp $
-DISTNAME= makeself-1.5.3
+DISTNAME= makeself-2.1.4
CATEGORIES= archivers
-MASTER_SITES= http://linuxberg.tele.net/files/console/file/
-EXTRACT_SUFX= .gz.sh
+MASTER_SITES= http://www.megastep.org/makeself/
+EXTRACT_SUFX= .run
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.megastep.org/makeself/
diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo
index 71f8bcb265b..0d821c970ed 100644
--- a/archivers/makeself/distinfo
+++ b/archivers/makeself/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 14:45:24 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/04/23 10:04:41 rillig Exp $
-SHA1 (makeself-1.5.3.gz.sh) = 4c8ca0fd3db3b843a623b4776c7660ff8212284c
-RMD160 (makeself-1.5.3.gz.sh) = d383cee3b065070d314cfc54d0b99f9a6cd551ba
-Size (makeself-1.5.3.gz.sh) = 19632 bytes
+SHA1 (makeself-2.1.4.run) = dbdd0b879c28ffba2dd5fb0ca20d3998edd3c8ea
+RMD160 (makeself-2.1.4.run) = ae8557d939de63b6767c4890d5761a62e4013a2a
+Size (makeself-2.1.4.run) = 36600 bytes