From b4c49d7baab576d8be3bddedf0bf960fe032b2ba Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 17 Apr 2001 18:01:40 +0000 Subject: Add xdms 1.3, an Amiga DMS archiver unpacker. PR: 26524 Submitted by: Mark Pulford --- archivers/Makefile | 1 + archivers/xdms/Makefile | 30 ++++++++++++++++++++++++++++++ archivers/xdms/distinfo | 1 + archivers/xdms/pkg-comment | 1 + archivers/xdms/pkg-descr | 6 ++++++ archivers/xdms/pkg-plist | 3 +++ 6 files changed, 42 insertions(+) create mode 100644 archivers/xdms/Makefile create mode 100644 archivers/xdms/distinfo create mode 100644 archivers/xdms/pkg-comment create mode 100644 archivers/xdms/pkg-descr create mode 100644 archivers/xdms/pkg-plist (limited to 'archivers') diff --git a/archivers/Makefile b/archivers/Makefile index fcd73871f163..f63d415e817e 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -43,6 +43,7 @@ SUBDIR += unlzx SUBDIR += unrar SUBDIR += unzip + SUBDIR += xdms SUBDIR += zip SUBDIR += zoo diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile new file mode 100644 index 000000000000..caa6c7cf4075 --- /dev/null +++ b/archivers/xdms/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xdms +# Date created: Apr 13, 2001 +# Whom: Mark Pulford +# +# $FreeBSD$ +# + +PORTNAME= xdms +PORTVERSION= 1.3 +CATEGORIES= archivers +MASTER_SITES= http://www.ee.tut.fi/~o159219/xdms/ +DISTNAME= xdms + +MAINTAINER= mark@kyne.com.au + +USE_ZIP= yes +WRKSRC= ${WRKDIR}/xdms/src +ALL_TARGET= xdms + +pre-build: + ${PERL} -pi -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/xdms + ${INSTALL_DATA} ${WRKDIR}/xdms/xdms.txt ${PREFIX}/share/doc/xdms +.endif + +.include diff --git a/archivers/xdms/distinfo b/archivers/xdms/distinfo new file mode 100644 index 000000000000..ac2d9e2127ee --- /dev/null +++ b/archivers/xdms/distinfo @@ -0,0 +1 @@ +MD5 (xdms.zip) = a4ae4e20293723cd7e575381a9160e36 diff --git a/archivers/xdms/pkg-comment b/archivers/xdms/pkg-comment new file mode 100644 index 000000000000..9f9d06304e2d --- /dev/null +++ b/archivers/xdms/pkg-comment @@ -0,0 +1 @@ +An Amiga DMS archiver unpacker diff --git a/archivers/xdms/pkg-descr b/archivers/xdms/pkg-descr new file mode 100644 index 000000000000..4549a56f69f7 --- /dev/null +++ b/archivers/xdms/pkg-descr @@ -0,0 +1,6 @@ +xDMS is an archiver unpacker for the Amiga DMS file format. It supports +decompression of files compressed using all known DMS compression modes, +including old and obsolete ones, and also encrypted files, for 100% +compatibility. + +WWW: http://www.ee.tut.fi/~o159219/xdms/ diff --git a/archivers/xdms/pkg-plist b/archivers/xdms/pkg-plist new file mode 100644 index 000000000000..7f0c145bbc84 --- /dev/null +++ b/archivers/xdms/pkg-plist @@ -0,0 +1,3 @@ +bin/xdms +%%PORTDOCS%%share/doc/xdms/xdms.txt +%%PORTDOCS%%@dirrm share/doc/xdms -- cgit v1.2.3