From owner-freebsd-ports Sat Oct 23 6:48: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EAAA14E71 for ; Sat, 23 Oct 1999 06:47:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA88842; Sat, 23 Oct 1999 06:47:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id C93F114C99 for ; Fri, 22 Oct 1999 18:21:55 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11epsX-0000Ma-00; Fri, 22 Oct 1999 18:21:54 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA05471; Fri, 22 Oct 1999 21:21:50 -0400 (EDT) (envelope-from will) Message-Id: <199910230121.VAA05471@shadow.blackdawn.com> Date: Fri, 22 Oct 1999 21:21:50 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14468: new port: misc/makeself Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 X X- Will 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 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 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