diff options
-rw-r--r-- | archivers/undms/Makefile | 20 | ||||
-rw-r--r-- | archivers/undms/files/md5 | 3 | ||||
-rw-r--r-- | archivers/undms/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/undms/pkg/DESCR | 4 | ||||
-rw-r--r-- | archivers/undms/pkg/PLIST | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile new file mode 100644 index 00000000000..ad23323639c --- /dev/null +++ b/archivers/undms/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/23 19:17:43 tv Exp $ + +DISTNAME= undms-1.3.c +PKGNAME= undms-1.3 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.germany.aminet.org/pub/aminet/misc/unix/ +EXTRACT_SUFX= .Z + +MAINTAINER= packages@netbsd.org + +NO_WRKSUBDIR= +EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} + +do-build: + cd ${WRKSRC} && ${LINK.c} -o undms undms-1.3.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/ + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/undms/files/md5 b/archivers/undms/files/md5 new file mode 100644 index 00000000000..335fc363cba --- /dev/null +++ b/archivers/undms/files/md5 @@ -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 00000000000..cbd397419f8 --- /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 00000000000..163fd76ec2c --- /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 00000000000..8507ddc8aa6 --- /dev/null +++ b/archivers/undms/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/23 19:17:43 tv Exp $ +bin/undms |