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:
parent
aff9e20645
commit
35f9bb30c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23727
@ -12,6 +12,7 @@
|
||||
SUBDIR += lha
|
||||
SUBDIR += linux_rar
|
||||
SUBDIR += lzo
|
||||
SUBDIR += makeself
|
||||
SUBDIR += nulib
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += pkzip
|
||||
|
25
archivers/makeself/Makefile
Normal file
25
archivers/makeself/Makefile
Normal 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>
|
1
archivers/makeself/distinfo
Normal file
1
archivers/makeself/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (makeself.gz.sh) = ba2020c4998b3d2ad3ae803b299f2781
|
1
archivers/makeself/pkg-comment
Normal file
1
archivers/makeself/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A neat script to make self-extracting archives
|
10
archivers/makeself/pkg-descr
Normal file
10
archivers/makeself/pkg-descr
Normal 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>
|
1
archivers/makeself/pkg-plist
Normal file
1
archivers/makeself/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/makeself
|
@ -66,7 +66,6 @@
|
||||
SUBDIR += logsurfer
|
||||
SUBDIR += lv
|
||||
SUBDIR += magicpoint
|
||||
SUBDIR += makeself
|
||||
SUBDIR += man.el
|
||||
SUBDIR += mc
|
||||
SUBDIR += mgp-mode.el
|
||||
|
Loading…
Reference in New Issue
Block a user