pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/makeself Updated makeself to 2.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6718cea67d4
branches:  trunk
changeset: 511827:b6718cea67d4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 23 10:04:41 2006 +0000

description:
Updated makeself to 2.1.4.

The program has been completely rewritten.

diffstat:

 archivers/makeself/DESCR    |  12 ++++++++----
 archivers/makeself/Makefile |   8 ++++----
 archivers/makeself/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 12 deletions(-)

diffs (46 lines):

diff -r 7d05151946a2 -r b6718cea67d4 archivers/makeself/DESCR
--- a/archivers/makeself/DESCR  Sun Apr 23 09:48:53 2006 +0000
+++ b/archivers/makeself/DESCR  Sun Apr 23 10:04:41 2006 +0000
@@ -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 -r 7d05151946a2 -r b6718cea67d4 archivers/makeself/Makefile
--- a/archivers/makeself/Makefile       Sun Apr 23 09:48:53 2006 +0000
+++ b/archivers/makeself/Makefile       Sun Apr 23 10:04:41 2006 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.megastep.org/makeself/
diff -r 7d05151946a2 -r b6718cea67d4 archivers/makeself/distinfo
--- a/archivers/makeself/distinfo       Sun Apr 23 09:48:53 2006 +0000
+++ b/archivers/makeself/distinfo       Sun Apr 23 10:04:41 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index