1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add archivers/amigadepacker, a tool for depacking some compressed Amiga formats

This commit is contained in:
Emanuel Haupt 2009-10-18 20:31:16 +00:00
parent 37f7876f58
commit ef8077504a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243024
4 changed files with 43 additions and 0 deletions

View File

@ -5,6 +5,7 @@
SUBDIR += 9e
SUBDIR += advancecomp
SUBDIR += amigadepacker
SUBDIR += aolserver-nszlib
SUBDIR += arc
SUBDIR += arj

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: amigadepacker
# Date created: 18 Oct 2009
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amigadepacker
PORTVERSION= 0.04
CATEGORIES= archivers
MASTER_SITES= http://zakalwe.fi/~shd/foss/amigadepacker/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Tool for depacking some compressed Amiga formats
HAS_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
ALL_TARGET= ${PORTNAME}
MAN1= amigadepacker.1
PLIST_FILES= bin/amigadepacker
post-patch:
@${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (amigadepacker-0.04.tar.bz2) = 06cbd36d5faf006c810a1bd978968bb5
SHA256 (amigadepacker-0.04.tar.bz2) = bda2119919ada6310854e4486f8cb3ffc1722163747a5e176ef55e8807b7766f
SIZE (amigadepacker-0.04.tar.bz2) = 182017

View File

@ -0,0 +1,6 @@
amigadepacker depacks compressed Amiga formats. PowerPacker, XPK SQSH, MMCMP and
StoneCracker 4.04 (S404) formats are supported. Amigadepacker will automatically
determine the compressed format by content. Among other things, the tool is
useful for playing packed Amiga music formats with uade.
WWW: http://zakalwe.fi/~shd/opensource.html