diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-03-28 00:02:13 +0800 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-03-28 00:02:13 +0800 |
commit | 930c0b8abd186d5f8b7dc720606ba846dad5d302 (patch) | |
tree | 38abc3d6913cc702324f24dec3e0fc2b81f2e628 /sysutils | |
parent | 7d2af463d9eb32cd6c5130ad3dd686aad067e752 (diff) | |
download | freebsd-ports-gnome-930c0b8abd186d5f8b7dc720606ba846dad5d302.tar.gz freebsd-ports-gnome-930c0b8abd186d5f8b7dc720606ba846dad5d302.tar.zst freebsd-ports-gnome-930c0b8abd186d5f8b7dc720606ba846dad5d302.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')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/freesbie/Makefile | 37 | ||||
-rw-r--r-- | sysutils/freesbie/distinfo | 1 | ||||
-rw-r--r-- | sysutils/freesbie/pkg-descr | 11 |
4 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 43e809abd230..a8037f8855a1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -82,6 +82,7 @@ SUBDIR += flog SUBDIR += fontedit SUBDIR += fortunelock + SUBDIR += freesbie SUBDIR += fsck_ext2fs SUBDIR += ftrace SUBDIR += fvcool 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/ |