summaryrefslogtreecommitdiff
path: root/sysutils/freesbie
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-27 16:02:13 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-27 16:02:13 +0000
commit930c0b8abd186d5f8b7dc720606ba846dad5d302 (patch)
tree38abc3d6913cc702324f24dec3e0fc2b81f2e628 /sysutils/freesbie
parentEplaser update to 3.0.6. (diff)
Add freesbie 0.0.20030327, yet another cool answer to the system-on-cd
question. PR: ports/50345 Submitted by: Thomas E. Zander <riggs@rrr.de>
Notes
Notes: svn path=/head/; revision=77538
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r--sysutils/freesbie/Makefile37
-rw-r--r--sysutils/freesbie/distinfo1
-rw-r--r--sysutils/freesbie/pkg-descr11
3 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile
new file mode 100644
index 000000000000..2dfa7d0fb030
--- /dev/null
+++ b/sysutils/freesbie/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: FreeSBIE
+# Date created: 27 March 2003
+# Whom: Thomas E. Zander <riggs@rrr.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= freesbie
+PORTVERSION= 0.0.20030327
+CATEGORIES= sysutils
+MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/freesbie/
+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
+
+USE_BZIP2= yes
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+CPIO?= /usr/bin/cpio --quiet -pdum -R
+SORT= /usr/bin/sort -r
+PLIST= ${WRKDIR}/PLIST
+
+do-install:
+ @${TOUCH} ${PLIST}
+ @${MKDIR} ${DATADIR}
+ @ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR}
+ @ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755
+
+post-install:
+ @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print > ${TMPPLIST}
+ @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type d -print | ${SORT} | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/sysutils/freesbie/distinfo b/sysutils/freesbie/distinfo
new file mode 100644
index 000000000000..f764c4e7c876
--- /dev/null
+++ b/sysutils/freesbie/distinfo
@@ -0,0 +1 @@
+MD5 (freesbie-20030327.tar.bz2) = a3966a4034d88c547a9d5bf74ffab0ce
diff --git a/sysutils/freesbie/pkg-descr b/sysutils/freesbie/pkg-descr
new file mode 100644
index 000000000000..4caf15a67018
--- /dev/null
+++ b/sysutils/freesbie/pkg-descr
@@ -0,0 +1,11 @@
+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.
+
+Creation of the CDs/DVDs is completely dialog based as well as
+building and installing of packages.
+
+For further information, please visit the official homepage.
+
+WWW: http://www.freesbie.org/