aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-01-23 00:43:43 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-01-23 00:43:43 +0000
commit999cbb3ea4ac3d340f24421878934904b037c115 (patch)
tree1289d800ddf740b1ce58511ba143de4861583926 /archivers
parentb3dea148df24bc677eb3359849d1c0241c9dfedf (diff)
downloadports-999cbb3ea4ac3d340f24421878934904b037c115.tar.gz
ports-999cbb3ea4ac3d340f24421878934904b037c115.zip
portlint
Notes
Notes: svn path=/head/; revision=9415
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gshar+gunshar/Makefile7
-rw-r--r--archivers/gshar+gunshar/pkg-descr1
-rw-r--r--archivers/nulib/Makefile9
-rw-r--r--archivers/p5-Compress-Zlib/Makefile2
-rw-r--r--archivers/sharutils/Makefile7
-rw-r--r--archivers/sharutils/pkg-descr1
-rw-r--r--archivers/unarj/Makefile6
-rw-r--r--archivers/unarj/pkg-descr1
-rw-r--r--archivers/unzip/Makefile8
9 files changed, 23 insertions, 19 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile
index 370430e6f903..71d347a9db87 100644
--- a/archivers/gshar+gunshar/Makefile
+++ b/archivers/gshar+gunshar/Makefile
@@ -3,12 +3,15 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.10 1997/05/28 22:36:58 ache Exp $
+# $Id: Makefile,v 1.11 1997/06/09 07:12:44 fenner Exp $
#
+
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
+MAINTAINER= ports@FreeBSD.org
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
INSTALL_TARGET= install install-man
@@ -22,7 +25,7 @@ post-install:
strip ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/info/dir ]; then \
- sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/archivers/gshar+gunshar/pkg-descr b/archivers/gshar+gunshar/pkg-descr
index e2fd16635dad..b2b6954af7c9 100644
--- a/archivers/gshar+gunshar/pkg-descr
+++ b/archivers/gshar+gunshar/pkg-descr
@@ -6,4 +6,3 @@ unpacking shell archives after reception. The core of both programs
is initially derived from public domain. Some modules and other
code sections are freely borrowed from other GNU distributions,
bringing `shar' under the terms of the GNU General Public License.
-
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile
index e01929d846fd..da75c8bd36ba 100644
--- a/archivers/nulib/Makefile
+++ b/archivers/nulib/Makefile
@@ -3,17 +3,18 @@
# Date created: Thu May 8 00:14:31 PDT 1997
# Whom: Steven Wallace <swallace@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1997/05/15 23:23:08 swallace Exp $
+# $Id: Makefile,v 1.2 1998/01/08 18:51:54 fenner Exp $
#
-DISTNAME= nulib-3.25
+DISTNAME= nulib325
+PKGNAME= nulib-3.25
CATEGORIES= archivers
MASTER_SITES= ftp://apple2.caltech.edu/%2FZocalo/pub/apple2/ARCHIVERS/
-DISTFILES= nulib325.tar.Z
-WRKSRC= ${WRKDIR}/nulib
+EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@freebsd.org
+WRKSRC= ${WRKDIR}/nulib
MAN1= nulib.1
do-install:
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile
index 7b4758c6cfe2..f04f3f0a5303 100644
--- a/archivers/p5-Compress-Zlib/Makefile
+++ b/archivers/p5-Compress-Zlib/Makefile
@@ -3,7 +3,7 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1997/05/24 13:16:58 jfitz Exp $
+# $Id: Makefile,v 1.9 1997/06/24 18:43:07 jfitz Exp $
#
DISTNAME= Compress-Zlib-0.50
diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile
index 370430e6f903..71d347a9db87 100644
--- a/archivers/sharutils/Makefile
+++ b/archivers/sharutils/Makefile
@@ -3,12 +3,15 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.10 1997/05/28 22:36:58 ache Exp $
+# $Id: Makefile,v 1.11 1997/06/09 07:12:44 fenner Exp $
#
+
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
+MAINTAINER= ports@FreeBSD.org
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
INSTALL_TARGET= install install-man
@@ -22,7 +25,7 @@ post-install:
strip ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/info/dir ]; then \
- sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/archivers/sharutils/pkg-descr b/archivers/sharutils/pkg-descr
index e2fd16635dad..b2b6954af7c9 100644
--- a/archivers/sharutils/pkg-descr
+++ b/archivers/sharutils/pkg-descr
@@ -6,4 +6,3 @@ unpacking shell archives after reception. The core of both programs
is initially derived from public domain. Some modules and other
code sections are freely borrowed from other GNU distributions,
bringing `shar' under the terms of the GNU General Public License.
-
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index bb3d01a7a266..71143243a0da 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -3,14 +3,14 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.5 1995/04/24 10:58:54 asami Exp $
+# $Id: Makefile,v 1.6 1996/11/12 02:17:38 obrien Exp $
#
-DISTNAME= unarj
+DISTNAME= unarj241
PKGNAME= unarj-2.41
CATEGORIES= archivers
MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
-DISTFILES= unarj241.tar.Z
+EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
diff --git a/archivers/unarj/pkg-descr b/archivers/unarj/pkg-descr
index 08a524d8c4d2..9ec587fba029 100644
--- a/archivers/unarj/pkg-descr
+++ b/archivers/unarj/pkg-descr
@@ -18,4 +18,3 @@ archives.
does not support empty directories or volume labels. UNARJ is much
slower than ARJ because ARJ is highly optimized using assembly
language.
-
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index e1f7e193de8c..1f5ae1b4d9a5 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -3,17 +3,17 @@
# Date created: 17 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.15 1997/09/18 22:23:50 ache Exp $
+# $Id: Makefile,v 1.16 1997/11/24 13:09:10 ache Exp $
#
-DISTNAME= unzip-5.3.2
+DISTNAME= unzip532
+PKGNAME= unzip-5.3.2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
-DISTFILES= unzip532.tar.gz
MAINTAINER= ache@FreeBSD.ORG
-WRKSRC= ${WRKDIR}/unzip-5.32
+WRKSRC= ${WRKDIR}/${PKGNAME}
MAKEFILE= unix/Makefile
ALL_TARGET= freebsd
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f