diff options
author | will <will@FreeBSD.org> | 2000-06-03 04:58:15 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-03 04:58:15 +0000 |
commit | f32cc44bc978c5c237deb0f2eab3f97164abd226 (patch) | |
tree | a909c1f3b7dc0e98278fba9136b66386f594d93c /archivers/undms | |
parent | cbb95d6792f32e6d0c111a1a3421c00fd5b341c3 (diff) | |
download | FreeBSD-ports-f32cc44bc978c5c237deb0f2eab3f97164abd226.zip FreeBSD-ports-f32cc44bc978c5c237deb0f2eab3f97164abd226.tar.gz |
Add undms, a utility that decompresses .dms Amiga disk images to
uncompressed .adf images.
Obtained from: NetBSD
Diffstat (limited to 'archivers/undms')
-rw-r--r-- | archivers/undms/Makefile | 30 | ||||
-rw-r--r-- | archivers/undms/distinfo | 3 | ||||
-rw-r--r-- | archivers/undms/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/undms/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/undms/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile new file mode 100644 index 0000000..dc1a87d --- /dev/null +++ b/archivers/undms/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: undms +# Date created: Sat 3 June 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= undms +PORTVERSION= 1.3 +CATEGORIES= archivers +MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ + ftp://us.aminet.net/pub/aminet/misc/unix/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.c +EXTRACT_SUFX= .Z + +MAINTAINER= will@FreeBSD.org + +NO_WRKSUBDIR= yes + +do-extract: + ${MKDIR} ${WRKDIR} + ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/archivers/undms/distinfo b/archivers/undms/distinfo new file mode 100644 index 0000000..335fc36 --- /dev/null +++ b/archivers/undms/distinfo @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/23 19:17:43 tv Exp $ + +MD5 (undms-1.3.c.Z) = 7c9d5a4830d0e1ded7eab3a287f15c4b diff --git a/archivers/undms/pkg-comment b/archivers/undms/pkg-comment new file mode 100644 index 0000000..cbd39741 --- /dev/null +++ b/archivers/undms/pkg-comment @@ -0,0 +1 @@ +Converts .dms Amiga disk images to uncompressed .adf images diff --git a/archivers/undms/pkg-descr b/archivers/undms/pkg-descr new file mode 100644 index 0000000..163fd76e --- /dev/null +++ b/archivers/undms/pkg-descr @@ -0,0 +1,4 @@ +This package includes undms, a decompressor for the Amiga DMS disk image +format. It outputs ".adf" (11 sector per track, 80 tracks, 512 +bytes/sector) uncompressed disk images which may be written directly to +disk on NetBSD/amiga or used with an Amiga emulator. diff --git a/archivers/undms/pkg-plist b/archivers/undms/pkg-plist new file mode 100644 index 0000000..a145a16 --- /dev/null +++ b/archivers/undms/pkg-plist @@ -0,0 +1 @@ +bin/undms |