aboutsummaryrefslogtreecommitdiff
path: root/archivers/xdms
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-17 18:01:40 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-17 18:01:40 +0000
commitb4c49d7baab576d8be3bddedf0bf960fe032b2ba (patch)
treebc3ca4178d8ca3723ba0fbe34a83dfeb7062f4e7 /archivers/xdms
parent54c02e5a6c0880d7876497c092ad30b98640b7e0 (diff)
downloadports-b4c49d7baab576d8be3bddedf0bf960fe032b2ba.tar.gz
ports-b4c49d7baab576d8be3bddedf0bf960fe032b2ba.zip
Add xdms 1.3, an Amiga DMS archiver unpacker.
PR: 26524 Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=41588
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile30
-rw-r--r--archivers/xdms/distinfo1
-rw-r--r--archivers/xdms/pkg-comment1
-rw-r--r--archivers/xdms/pkg-descr6
-rw-r--r--archivers/xdms/pkg-plist3
5 files changed, 41 insertions, 0 deletions
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 <mark@kyne.com.au>
+#
+# $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 <bsd.port.mk>
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