aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freesbie
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-08 11:10:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-08 11:10:55 +0000
commit597ef208e925ef1b1e2b47ca40c68c8ed7a0818d (patch)
tree3704b589d6fdd64ee26ac83ce54111936265f8ba /sysutils/freesbie
parent552db21533c15aed66afe7f333ab678ebcbc978d (diff)
downloadports-597ef208e925ef1b1e2b47ca40c68c8ed7a0818d.tar.gz
ports-597ef208e925ef1b1e2b47ca40c68c8ed7a0818d.zip
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)
Notes
Notes: svn path=/head/; revision=100372
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r--sysutils/freesbie/Makefile13
-rw-r--r--sysutils/freesbie/distinfo3
-rw-r--r--sysutils/freesbie/pkg-descr2
3 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile
index a879d9e01f46..23800ce686df 100644
--- a/sysutils/freesbie/Makefile
+++ b/sysutils/freesbie/Makefile
@@ -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}
diff --git a/sysutils/freesbie/distinfo b/sysutils/freesbie/distinfo
index 4326ad9c2834..d3ea42df928f 100644
--- a/sysutils/freesbie/distinfo
+++ b/sysutils/freesbie/distinfo
@@ -1 +1,2 @@
-MD5 (freesbie-20031113.tar.bz2) = e4621cbedaccc81165e6fb856b9d7e24
+MD5 (freesbie-20040207.tar.bz2) = ba18c924b021924cceabd93bb89da53f
+SIZE (freesbie-20040207.tar.bz2) = 151799
diff --git a/sysutils/freesbie/pkg-descr b/sysutils/freesbie/pkg-descr
index 4caf15a67018..289928b47bbb 100644
--- a/sysutils/freesbie/pkg-descr
+++ b/sysutils/freesbie/pkg-descr
@@ -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.