Date: Thu, 27 Mar 2003 21:46:21 +0800 (WST) From: "Thomas E. Zander" <riggs@rrr.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50345: New port: sysutils/freesbie Message-ID: <200303271346.h2RDkLEF002603@trillian.mugiri.au> Resent-Message-ID: <200303271350.h2RDoCMh081533@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50345 >Category: ports >Synopsis: New port: sysutils/freesbie >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 05:50:11 PST 2003 >Closed-Date: >Last-Modified: >Originator: Thomas E. Zander >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD trillian.mugiri.au 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #0: Tue Mar 25 20:30:02 WST 2003 root@trillian.mugiri.au:/usr/obj/usr/src/sys/TRILLIAN i386 >Description: Freesbie is an interesting script collection helping users to create customized FreeBSD operating systems which boot directly from CD or DVD. >How-To-Repeat: >Fix: Please throw this into ports/sysutils :-) # 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: # # freesbie/ # freesbie/Makefile # freesbie/distinfo # freesbie/pkg-descr # echo c - freesbie/ mkdir -p freesbie/ > /dev/null 2>&1 echo x - freesbie/Makefile sed 's/^X//' >freesbie/Makefile << 'END-of-freesbie/Makefile' X# New ports collection makefile for: FreeSBIE X# Date created: 27 March 2003 X# Whom: Thomas E. Zander <riggs@rrr.de> X# X# $FreeBSD:$ X# X XPORTNAME= freesbie XPORTVERSION= 0.0.20030327 XCATEGORIES= sysutils XMASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/freesbie/ XDISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//} X XMAINTAINER= riggs@rrr.de XCOMMENT= Yet another cool answer to the system-on-cd question X XRUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs X XUSE_BZIP2= yes XNO_BUILD= yes X XDATADIR= ${PREFIX}/share/${PORTNAME} XWRKSRC= ${WRKDIR}/${PORTNAME} XCPIO?= /usr/bin/cpio --quiet -pdum -R XSORT= /usr/bin/sort -r XPLIST= ${WRKDIR}/PLIST X Xdo-install: X @${TOUCH} ${PLIST} X @${MKDIR} ${DATADIR} X @ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR} X @ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755 X Xpost-install: X @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print > ${TMPPLIST} X @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type d -print | ${SORT} | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST} X X.include <bsd.port.mk> END-of-freesbie/Makefile echo x - freesbie/distinfo sed 's/^X//' >freesbie/distinfo << 'END-of-freesbie/distinfo' XMD5 (freesbie-20030327.tar.bz2) = a3966a4034d88c547a9d5bf74ffab0ce END-of-freesbie/distinfo echo x - freesbie/pkg-descr sed 's/^X//' >freesbie/pkg-descr << 'END-of-freesbie/pkg-descr' XThe FreeSBIE port is a collection of scripts which Xhelp a user to create CDs/DVDs containing a complete Xoperating system based on FreeBSD. XIt is used as "live-cd" and boots straight from CD. X XCreation of the CDs/DVDs is completely dialog based as well as Xbuilding and installing of packages. X XFor further information, please visit the official homepage. X XWWW: http://www.freesbie.org/ END-of-freesbie/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303271346.h2RDkLEF002603>