From riggs@mugiri-in-au.dyndns.tv  Thu Mar 27 05:48:52 2003
Return-Path: <riggs@mugiri-in-au.dyndns.tv>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F71037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 05:48:52 -0800 (PST)
Received: from mail.iinet.net.au (mail-01.iinet.net.au [203.59.3.33])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5585C43FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 05:48:50 -0800 (PST)
	(envelope-from riggs@mugiri-in-au.dyndns.tv)
Received: (qmail 15557 invoked from network); 27 Mar 2003 13:46:13 -0000
Received: from unknown (HELO theDude.MuGiRi.au) (203.59.115.134)
  by mail.iinet.net.au with SMTP; 27 Mar 2003 13:46:13 -0000
Received: from trillian.mugiri.au (trillian.MuGiRi.au [10.0.0.101])
	by theDude.MuGiRi.au (8.12.6/8.12.6) with ESMTP id h2RDkP1b092544
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 21:46:26 +0800 (WST)
	(envelope-from riggs@mugiri-in-au.dyndns.tv)
Received: from trillian.mugiri.au (localhost [127.0.0.1])
	by trillian.mugiri.au (8.12.6/8.12.6) with ESMTP id h2RDkL2A002604
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Mar 2003 21:46:21 +0800 (WST)
	(envelope-from riggs@trillian.mugiri.au)
Received: (from riggs@localhost)
	by trillian.mugiri.au (8.12.6/8.12.6/Submit) id h2RDkLEF002603;
	Thu, 27 Mar 2003 21:46:21 +0800 (WST)
	(envelope-from riggs)
Message-Id: <200303271346.h2RDkLEF002603@trillian.mugiri.au>
Date: Thu, 27 Mar 2003 21:46:21 +0800 (WST)
From: "Thomas E. Zander" <riggs@rrr.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: sysutils/freesbie
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50345
>Category:       ports
>Synopsis:       New port: sysutils/freesbie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 27 05:50:11 PST 2003
>Closed-Date:    Thu Mar 27 08:02:56 PST 2003
>Last-Modified:  Thu Mar 27 08:02:56 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Thu Mar 27 08:01:28 PST 2003 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50345 
>Unformatted:
