mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add undms, a utility that decompresses .dms Amiga disk images to
uncompressed .adf images. Obtained from: NetBSD
This commit is contained in:
parent
adb85fb929
commit
04e0e62a3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29139
@ -25,6 +25,7 @@
|
||||
SUBDIR += rar
|
||||
SUBDIR += unace
|
||||
SUBDIR += unarj
|
||||
SUBDIR += undms
|
||||
SUBDIR += unlzx
|
||||
SUBDIR += unrar
|
||||
SUBDIR += unzip
|
||||
|
30
archivers/undms/Makefile
Normal file
30
archivers/undms/Makefile
Normal file
@ -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>
|
3
archivers/undms/distinfo
Normal file
3
archivers/undms/distinfo
Normal file
@ -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
|
1
archivers/undms/pkg-comment
Normal file
1
archivers/undms/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts .dms Amiga disk images to uncompressed .adf images
|
4
archivers/undms/pkg-descr
Normal file
4
archivers/undms/pkg-descr
Normal file
@ -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.
|
1
archivers/undms/pkg-plist
Normal file
1
archivers/undms/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/undms
|
Loading…
Reference in New Issue
Block a user