View | Details | Raw Unified | Return to bug 62493
Collapse All | Expand All

(-)freesbie/Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	freesbie
8
PORTNAME=	freesbie
9
PORTVERSION=	0.0.20031113
9
PORTVERSION=	0.0.20040207
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.stud.uni-karlsruhe.de/~uedc/freesbie/
11
MASTER_SITES=	http://www.stud.uni-karlsruhe.de/~uedc/freesbie/
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0.0.//}
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0.0.//}
Lines 14-20 Link Here
14
MAINTAINER=	riggs@rrr.de
14
MAINTAINER=	riggs@rrr.de
15
COMMENT=	Yet another cool answer to the system-on-cd question
15
COMMENT=	Yet another cool answer to the system-on-cd question
16
16
17
RUN_DEPENDS=	mkisofs:${PORTSDIR}/sysutils/mkisofs
17
RUN_DEPENDS=	mkisofs:${PORTSDIR}/sysutils/mkisofs \
18
		create_compressed_fs:${PORTSDIR}/sysutils/cloop-utils
18
19
19
USE_BZIP2=	yes
20
USE_BZIP2=	yes
20
NO_BUILD=	yes
21
NO_BUILD=	yes
(-)freesbie/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (freesbie-20031113.tar.bz2) = e4621cbedaccc81165e6fb856b9d7e24
1
MD5 (freesbie-20040207.tar.bz2) = ba18c924b021924cceabd93bb89da53f
2
SIZE (freesbie-20040207.tar.bz2) = 151799
(-)freesbie/pkg-descr (+2 lines)
Lines 2-7 Link Here
2
help a user to create CDs/DVDs containing a complete
2
help a user to create CDs/DVDs containing a complete
3
operating system based on FreeBSD.
3
operating system based on FreeBSD.
4
It is used as "live-cd" and boots straight from CD.
4
It is used as "live-cd" and boots straight from CD.
5
Consequent use of filesystem compressing techniques allow to
6
include a huge number of applications on a single disc.
5
7
6
Creation of the CDs/DVDs is completely dialog based as well as
8
Creation of the CDs/DVDs is completely dialog based as well as
7
building and installing of packages.
9
building and installing of packages.

Return to bug 62493