mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (freesbie-20031113.tar.bz2) = e4621cbedaccc81165e6fb856b9d7e24
|
||||
MD5 (freesbie-20040207.tar.bz2) = ba18c924b021924cceabd93bb89da53f
|
||||
SIZE (freesbie-20040207.tar.bz2) = 151799
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue