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.
This commit is contained in:
Steve Price 1999-12-10 15:21:48 +00:00
parent aff9e20645
commit 35f9bb30c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23727
7 changed files with 39 additions and 1 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += lha
SUBDIR += linux_rar
SUBDIR += lzo
SUBDIR += makeself
SUBDIR += nulib
SUBDIR += p5-Compress-Zlib
SUBDIR += pkzip

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (makeself.gz.sh) = ba2020c4998b3d2ad3ae803b299f2781

View File

@ -0,0 +1 @@
A neat script to make self-extracting archives

View File

@ -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>

View File

@ -0,0 +1 @@
bin/makeself

View File

@ -66,7 +66,6 @@
SUBDIR += logsurfer
SUBDIR += lv
SUBDIR += magicpoint
SUBDIR += makeself
SUBDIR += man.el
SUBDIR += mc
SUBDIR += mgp-mode.el