1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add xdms 1.3, an Amiga DMS archiver unpacker.

PR:		26524
Submitted by:	Mark Pulford <mark@kyne.com.au>
This commit is contained in:
Will Andrews 2001-04-17 18:01:40 +00:00
parent 54c02e5a6c
commit b4c49d7baa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41588
6 changed files with 42 additions and 0 deletions

View File

@ -43,6 +43,7 @@
SUBDIR += unlzx
SUBDIR += unrar
SUBDIR += unzip
SUBDIR += xdms
SUBDIR += zip
SUBDIR += zoo

30
archivers/xdms/Makefile Normal file
View File

@ -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>

1
archivers/xdms/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xdms.zip) = a4ae4e20293723cd7e575381a9160e36

View File

@ -0,0 +1 @@
An Amiga DMS archiver unpacker

6
archivers/xdms/pkg-descr Normal file
View File

@ -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/

3
archivers/xdms/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/xdms
%%PORTDOCS%%share/doc/xdms/xdms.txt
%%PORTDOCS%%@dirrm share/doc/xdms