diff options
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r-- | sysutils/mkhybrid/Makefile | 22 | ||||
-rw-r--r-- | sysutils/mkhybrid/files/md5 | 1 | ||||
-rw-r--r-- | sysutils/mkhybrid/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/mkhybrid/pkg/DESCR | 4 | ||||
-rw-r--r-- | sysutils/mkhybrid/pkg/PLIST | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile new file mode 100644 index 00000000000..d89647744ec --- /dev/null +++ b/sysutils/mkhybrid/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mkhybrid +# Version required: 1.11.1 +# Date created: 10 Jun 1998 +# Whom: Murray Stokely <murray@cdrom.com> +# +# FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp +# + +DISTNAME= mkhybrid-1.11.1 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ + +MAINTAINER= murray@cdrom.com + +GNU_CONFIGURE= yes +MAN8= mkhybrid.8 + +# Yes, this is an empty ALL_TARGET. Oddly, the Makefile does not grok +# "all" as a possible target. Feh. +ALL_TARGET= + +.include <bsd.port.mk> diff --git a/sysutils/mkhybrid/files/md5 b/sysutils/mkhybrid/files/md5 new file mode 100644 index 00000000000..5b6d75f4403 --- /dev/null +++ b/sysutils/mkhybrid/files/md5 @@ -0,0 +1 @@ +MD5 (mkhybrid-1.11.1.tar.gz) = 80b0e9b274c67c5ac088eba40a2c94a2 diff --git a/sysutils/mkhybrid/pkg/COMMENT b/sysutils/mkhybrid/pkg/COMMENT new file mode 100644 index 00000000000..215b849cdda --- /dev/null +++ b/sysutils/mkhybrid/pkg/COMMENT @@ -0,0 +1 @@ +create a hybrid ISO9660/JOLIET/HFS/Rock Ridge filesystem. diff --git a/sysutils/mkhybrid/pkg/DESCR b/sysutils/mkhybrid/pkg/DESCR new file mode 100644 index 00000000000..4be4cd83f98 --- /dev/null +++ b/sysutils/mkhybrid/pkg/DESCR @@ -0,0 +1,4 @@ +mkhybrid is a pre-mastering program to create iso9660 cd images with +optional Rockridge, Joliet, or HFS support. It is based on mkisofs +and generates a binary image which can be written onto a block device +such as a CDR drive. diff --git a/sysutils/mkhybrid/pkg/PLIST b/sysutils/mkhybrid/pkg/PLIST new file mode 100644 index 00000000000..1a49471258e --- /dev/null +++ b/sysutils/mkhybrid/pkg/PLIST @@ -0,0 +1,2 @@ +bin/mkhybrid +man/man8/mkhybrid.8.gz |