Re: ITP: makeself -- Utility to generate self-extractable archives

2012-10-09 Thread David Sastre Medina
On Mon, Oct 08, 2012 at 04:02:30PM +0300, Jari Aalto wrote:
 2012-10-08 07:41 Steven Monai:
 | makeself is already in the Cygwin archive.
 Ok, good.

Jari,

If you want to take over mantainership of makeself, I have no
objections. According to its git log, there have been some minor improvements 
during 
this year.

P.S. keychain (also a simple shell script) is orphaned, and there's a
new version upstream, just in case you're interested.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Re: ITP: makeself -- Utility to generate self-extractable archives

2012-10-08 Thread Jari Aalto
2012-10-08 07:41 Steven Monai:
|
| makeself is already in the Cygwin archive.

Ok, good.

Jari


ITP: makeself -- Utility to generate self-extractable archives

2012-10-07 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/makeself/setup.hint

# To check packaging

cd makeself
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Included in Debian:

http://packages.debian.org/makeself

Jari

[ setup.hint ]

sdesc: Utility to generate self-extractable archives
ldesc: A small utility to generate a self-extractable 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).
category: Archive
requires: bzip2


Re: ITP: makeself -- Utility to generate self-extractable archives

2012-10-07 Thread Steven Monai
On 07/10/12 11:26 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \ 
 http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1-src.tar.bz2
 \ 
 http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1.tar.bz2
 \ http://cante.net/~jaalto/tmp/cygwin/makeself/setup.hint

[snip]

makeself is already in the Cygwin archive.

http://cygwin.com/packages/makeself/