This features an update to a current development state of the

FreeSBIE project, exactly:
o Bug fixes
o Improved scripts, especially useful for -CURRENT
o Introduction of cloop compressed filesystem images

PR:		ports/62493
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-02-08 11:10:55 +00:00
parent 552db21533
commit 597ef208e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100372
3 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= freesbie
PORTVERSION= 0.0.20031113
PORTVERSION= 0.0.20040207
CATEGORIES= sysutils
MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/freesbie/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//}
@ -14,21 +14,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.0.//}
MAINTAINER= riggs@rrr.de
COMMENT= Yet another cool answer to the system-on-cd question
RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs
RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs \
create_compressed_fs:${PORTSDIR}/sysutils/cloop-utils
USE_BZIP2= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CPIO?= /usr/bin/cpio --quiet -pdum -R
PLIST= ${WRKDIR}/PLIST
pre-install:
@${TOUCH} ${PLIST}
do-install:
@${MKDIR} ${DATADIR}
@ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR}
@ cd ${WRKSRC} && ${FIND} * -type f -print | \
${CPIO} --quiet -pdum -R ${BINOWN}:${BINGRP} ${DATADIR}
@ cd ${DATADIR} && ${FIND} * -type d -print | ${XARGS} ${CHMOD} 0755
@ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print | \
${SORT} -r > ${TMPPLIST}

View file

@ -1 +1,2 @@
MD5 (freesbie-20031113.tar.bz2) = e4621cbedaccc81165e6fb856b9d7e24
MD5 (freesbie-20040207.tar.bz2) = ba18c924b021924cceabd93bb89da53f
SIZE (freesbie-20040207.tar.bz2) = 151799

View file

@ -2,6 +2,8 @@ The FreeSBIE port is a collection of scripts which
help a user to create CDs/DVDs containing a complete
operating system based on FreeBSD.
It is used as "live-cd" and boots straight from CD.
Consequent use of filesystem compressing techniques allow to
include a huge number of applications on a single disc.
Creation of the CDs/DVDs is completely dialog based as well as
building and installing of packages.