aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/freesbie
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-03-28 00:02:13 +0800
committerobraun <obraun@FreeBSD.org>2003-03-28 00:02:13 +0800
commit1054b52a29406d94ede9742df18e5d446556ff6a (patch)
treeed05710e5bf36b97d72c71921312fb2b99bbe7d6 /sysutils/freesbie
parenta0f6274522ed7b5bb474469e958149a31b93f68a (diff)
downloadfreebsd-ports-gnome-1054b52a29406d94ede9742df18e5d446556ff6a.tar.gz
freebsd-ports-gnome-1054b52a29406d94ede9742df18e5d446556ff6a.tar.zst
freebsd-ports-gnome-1054b52a29406d94ede9742df18e5d446556ff6a.zip
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>
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/