diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /archivers | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes:
svn path=/head/; revision=1348
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 9 | ||||
-rw-r--r-- | archivers/ha/Makefile | 17 | ||||
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 11 | ||||
-rw-r--r-- | archivers/lha/Makefile | 11 | ||||
-rw-r--r-- | archivers/sharutils/Makefile | 9 | ||||
-rw-r--r-- | archivers/unarj/Makefile | 10 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 11 | ||||
-rw-r--r-- | archivers/zip/Makefile | 11 |
8 files changed, 62 insertions, 27 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index 66a45d22b0f7..b54026d9d1ed 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.3 1995/03/26 02:21:14 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:43:21 jkh Exp $ # DISTNAME= sharutils-4.1.4 -MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ CATEGORIES+= archivers -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} INSTALL_TARGET= install install-man diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 3fb65f4e3f4b..435d5acf4ca1 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,19 +1,24 @@ # New ports collection makefile for: ha -# Version required: 0999 +# Version required: 0.999beta # Date created: 24 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/24 16:56:05 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:23 jkh Exp $ # + DISTNAME= ha0999 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= ha-0.999b CATEGORIES+= archivers -NO_WRKSUBDIR= YES +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC=cc -f ALL_TARGET= ha -USE_GMAKE= YES +USE_GMAKE= yes install: cd ${WRKSRC}; ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ha ${PREFIX}/bin diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index e84ae5771344..49c2a5781657 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -4,12 +4,17 @@ # Date created: 7 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.2 1995/01/10 18:50:23 ache Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:43:24 jkh Exp $ # + DISTNAME= hpack79src -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +PKGNAME= hpack-0.79a CATEGORIES+= archivers +MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= freebsd diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 5cb49159795f..bf4b89bb5703 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,12 +3,17 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:26 jkh Exp $ # + DISTNAME= lha101u -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= lha-1.01u CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes .include <bsd.port.mk> diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index 66a45d22b0f7..b54026d9d1ed 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -3,12 +3,15 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/03/26 02:21:14 ache Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:43:21 jkh Exp $ # DISTNAME= sharutils-4.1.4 -MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ CATEGORIES+= archivers -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/ + +MAINTAINER= ache@FreeBSD.ORG + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX} INSTALL_TARGET= install install-man diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index a2db3cc321a7..9b5108875890 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,12 +3,16 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 01:55:04 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:28 jkh Exp $ # -DISTFILES= unarj241.tar.Z + DISTNAME= unarj -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= unarj-2.41 CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +DISTFILES= unarj241.tar.Z + +MAINTAINER= ache@FreeBSD.ORG install: cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index b2840d1bcc88..e64b26ee8d28 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -3,12 +3,17 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 15:19:16 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:30 jkh Exp $ # + DISTNAME= unrar100 -EXTRACT_SUFX= .tgz -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= unrar-1.00e CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ache@FreeBSD.ORG + WRKSRC= ${WRKDIR}/unrar.100 .include <bsd.port.mk> diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 74207e52e2b2..4cc747af7124 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,12 +3,17 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/22 12:33:40 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:39 jkh Exp $ # + DISTNAME= zip201 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= zip-2.0.1 CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + ALL_TARGET= freebsd pre-install: |