Date: Fri, 22 Oct 1999 21:21:50 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/14468: new port: misc/makeself Message-ID: <199910230121.VAA05471@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 14468 >Category: ports >Synopsis: new port: misc/makeself >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 23 06:47:20 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: makeself is a very simple shell script that creates self-extracting shell archive with an embedded tarball, and allows the user to specify a setup program to run upon completion, much like windoze's winzip. >How-To-Repeat: Use the shar below to import the makeself port into the tree. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # makeself # makeself/files # makeself/files/md5 # makeself/pkg # makeself/pkg/PLIST # makeself/pkg/DESCR # makeself/pkg/COMMENT # makeself/Makefile # echo c - makeself mkdir -p makeself > /dev/null 2>&1 echo c - makeself/files mkdir -p makeself/files > /dev/null 2>&1 echo x - makeself/files/md5 sed 's/^X//' >makeself/files/md5 << 'END-of-makeself/files/md5' XMD5 (makeself.sh) = 0903c3a6ade28fcd171b54d6a33ad578 END-of-makeself/files/md5 echo c - makeself/pkg mkdir -p makeself/pkg > /dev/null 2>&1 echo x - makeself/pkg/PLIST sed 's/^X//' >makeself/pkg/PLIST << 'END-of-makeself/pkg/PLIST' Xbin/makeself END-of-makeself/pkg/PLIST echo x - makeself/pkg/DESCR sed 's/^X//' >makeself/pkg/DESCR << 'END-of-makeself/pkg/DESCR' Xmakeself is a (very small) shell script that makes neat Xself-extracting shell scripts, and allows you to specify a "setup" Xcommand to execute upon finishing. X XIt's sorta like the Windows winzip self-extracting archives. X XWWW: http://www.lokigames.com/~megastep/makeself/ XAuthor: Stéphane Peter <megastep@lokigames.com> X X- Will <andrews@technologist.com> END-of-makeself/pkg/DESCR echo x - makeself/pkg/COMMENT sed 's/^X//' >makeself/pkg/COMMENT << 'END-of-makeself/pkg/COMMENT' XA neat script to make self-extracting archives. END-of-makeself/pkg/COMMENT echo x - makeself/Makefile sed 's/^X//' >makeself/Makefile << 'END-of-makeself/Makefile' X# New ports collection makefile for: makeself X# Version required: 1.1 X# Date created: 22 Oct 1999 X# Whom: Will Andrews <andrews@technologist.com> X# X# $FreeBSD$ X# X XDISTNAME= makeself XPKGNAME= makeself-1.1 XCATEGORIES= misc XMASTER_SITES= http://www.lokigames.com/~megastep/makeself/ XEXTRACT_SUFX= .sh X XMAINTAINER= andrews@technologist.com X XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= ${WRKDIR} XNO_BUILD= yes X Xdo-install: X @${INSTALL_SCRIPT} ${WRKDIR}/makeself.sh ${PREFIX}/bin/makeself X X.include <bsd.port.mk> END-of-makeself/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910230121.VAA05471>