From 66a77726ffb700e0757150e3646711cb61322b4a Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 3 Jun 2000 04:42:52 +0000 Subject: Add unlzx, an utility which can extract LZX archives from Amiga systems. Obtained from: NetBSD --- archivers/Makefile | 1 + archivers/unlzx/Makefile | 30 ++++++++++++++++++++++++++++++ archivers/unlzx/distinfo | 1 + archivers/unlzx/pkg-comment | 1 + archivers/unlzx/pkg-descr | 2 ++ archivers/unlzx/pkg-plist | 1 + 6 files changed, 36 insertions(+) create mode 100644 archivers/unlzx/Makefile create mode 100644 archivers/unlzx/distinfo create mode 100644 archivers/unlzx/pkg-comment create mode 100644 archivers/unlzx/pkg-descr create mode 100644 archivers/unlzx/pkg-plist (limited to 'archivers') diff --git a/archivers/Makefile b/archivers/Makefile index 5d3ab4191b74..6018101eacd7 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -24,6 +24,7 @@ SUBDIR += rar SUBDIR += unace SUBDIR += unarj + SUBDIR += unlzx SUBDIR += unrar SUBDIR += unzip SUBDIR += zip diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile new file mode 100644 index 000000000000..186416423c68 --- /dev/null +++ b/archivers/unlzx/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: unlzx +# Date created: Sat 3 June 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= unlzx +PORTVERSION= 1.0 +CATEGORIES= archivers +MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ + ftp://us.aminet.net/pub/aminet/misc/unix/ +DISTNAME= ${PORTNAME}.c +EXTRACT_SUFX= .Z + +MAINTAINER= will@FreeBSD.org + +NO_WRKSUBDIR= yes + +do-extract: + ${MKDIR} ${WRKDIR} + ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} + +do-build: + cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin + +.include diff --git a/archivers/unlzx/distinfo b/archivers/unlzx/distinfo new file mode 100644 index 000000000000..c56f93cce74a --- /dev/null +++ b/archivers/unlzx/distinfo @@ -0,0 +1 @@ +MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8 diff --git a/archivers/unlzx/pkg-comment b/archivers/unlzx/pkg-comment new file mode 100644 index 000000000000..05cd538a3818 --- /dev/null +++ b/archivers/unlzx/pkg-comment @@ -0,0 +1 @@ +Extracts .lzx archives from Amiga systems diff --git a/archivers/unlzx/pkg-descr b/archivers/unlzx/pkg-descr new file mode 100644 index 000000000000..71ce99c1e099 --- /dev/null +++ b/archivers/unlzx/pkg-descr @@ -0,0 +1,2 @@ +This package includes unlzx, an unarchiver for the Amiga LZX file archive +format. diff --git a/archivers/unlzx/pkg-plist b/archivers/unlzx/pkg-plist new file mode 100644 index 000000000000..bd0f51a69e66 --- /dev/null +++ b/archivers/unlzx/pkg-plist @@ -0,0 +1 @@ +bin/unlzx -- cgit v1.2.3