Add xdms 1.3, an Amiga DMS archiver unpacker.
PR: 26524 Submitted by: Mark Pulford <mark@kyne.com.au>
This commit is contained in:
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
|
@ -43,6 +43,7 @@
|
|||
SUBDIR += unlzx
|
||||
SUBDIR += unrar
|
||||
SUBDIR += unzip
|
||||
SUBDIR += xdms
|
||||
SUBDIR += zip
|
||||
SUBDIR += zoo
|
||||
|
||||
|
|
30
archivers/xdms/Makefile
Normal file
30
archivers/xdms/Makefile
Normal 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
1
archivers/xdms/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xdms.zip) = a4ae4e20293723cd7e575381a9160e36
|
1
archivers/xdms/pkg-comment
Normal file
1
archivers/xdms/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An Amiga DMS archiver unpacker
|
6
archivers/xdms/pkg-descr
Normal file
6
archivers/xdms/pkg-descr
Normal 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
3
archivers/xdms/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/xdms
|
||||
%%PORTDOCS%%share/doc/xdms/xdms.txt
|
||||
%%PORTDOCS%%@dirrm share/doc/xdms
|
Loading…
Reference in a new issue