-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add @comment with RCS id to PLIST - HAS_CONFIGURE/GNU_CONFIGURE -> CONFIGURE_STYLE - remove NO_CONFIGURE, NO_PATCH - use new framework for PLISTs
- Loading branch information
Brad Smith
committed
Jun 10, 2000
1 parent
0107615
commit 3b9a3cd
Showing
29 changed files
with
70 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $OpenBSD: Makefile,v 1.14 2000/03/26 21:28:47 brad Exp $ | ||
# $OpenBSD: Makefile,v 1.15 2000/06/10 20:22:13 brad Exp $ | ||
|
||
DISTNAME= bzip-0.21 | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.218 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= ${MASTER_SITE_BACKUP} | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -12,8 +12,6 @@ PERMIT_PACKAGE_FTP= Yes | |
PERMIT_DISTFILES_CDROM= No | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
MAKE_FLAGS= CC="${CC}" \ | ||
CFLAGS="${CFLAGS} -fomit-frame-pointer -funroll-loops \ | ||
-Wall -Winline -Wshadow -W" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@comment $OpenBSD: PLIST,v 1.3 2000/06/10 20:22:13 brad Exp $ | ||
bin/bzip | ||
bin/bunzip | ||
man/man1/bzip.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
# $OpenBSD: Makefile,v 1.14 2000/04/09 07:17:23 turan Exp $ | ||
# $OpenBSD: Makefile,v 1.15 2000/06/10 20:22:13 brad Exp $ | ||
|
||
DISTNAME= tar-1.13 | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.230 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= ${MASTER_SITE_GNU} | ||
MASTER_SITE_SUBDIR= tar | ||
|
||
BUILD_DEPENDS= msgfmt::devel/gettext | ||
|
||
MAINTAINER= [email protected] | ||
|
||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
SEPARATE_BUILD= simple | ||
GNU_CONFIGURE= Yes | ||
CONFIGURE_ARGS= --program-prefix="g" | ||
|
||
BUILD_DEPENDS= msgfmt::devel/gettext | ||
CONFIGURE_STYLE= gnu | ||
CONFIGURE_ARGS+= --program-prefix="g" | ||
|
||
post-extract: | ||
@rm -f ${WRKSRC}/doc/tar.info* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
@comment $OpenBSD: PLIST,v 1.2 2000/06/10 20:22:14 brad Exp $ | ||
bin/ha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@comment $OpenBSD: PLIST,v 1.2 2000/06/10 20:22:15 brad Exp $ | ||
bin/lha | ||
man/ja_JP.EUC/man1/lha.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/06/10 20:22:15 brad Exp $ | ||
lib/liblzo.so.1.0 | ||
@exec /sbin/ldconfig -m %B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@comment $OpenBSD: PLIST,v 1.2 2000/06/10 20:22:16 brad Exp $ | ||
bin/nulib | ||
man/man1/nulib.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@comment $OpenBSD: PLIST,v 1.5 2000/06/10 20:22:16 brad Exp $ | ||
bin/rar | ||
man/cat1/rar.1 | ||
share/rar/dos.sfx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# $OpenBSD: Makefile,v 1.13 2000/03/26 22:52:16 brad Exp $ | ||
# $OpenBSD: Makefile,v 1.14 2000/06/10 20:22:17 brad Exp $ | ||
# $FreeBSD: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $ | ||
|
||
DISTNAME= unacepub | ||
PKGNAME= unace-1.2b | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.218 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= http://members.aol.com/mlemke6413/ | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -14,8 +14,6 @@ PERMIT_PACKAGE_FTP= Yes | |
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
USE_ZIP= Yes | ||
|
||
MAKE_FILE= unix/makefile | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
@comment $OpenBSD: PLIST,v 1.2 2000/06/10 20:22:17 brad Exp $ | ||
bin/unace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
# $OpenBSD: Makefile,v 1.8 2000/03/26 22:50:03 brad Exp $ | ||
# $OpenBSD: Makefile,v 1.9 2000/06/10 20:22:17 brad Exp $ | ||
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $ | ||
|
||
DISTNAME= unarj-2.43 | ||
DISTNAME= unarj-2.43 | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.218 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
MAINTAINER= [email protected] | ||
|
||
PERMIT_PACKAGE_CDROM= May not charge | ||
PERMIT_PACKAGE_CDROM= "May not charge" | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= May not charge | ||
PERMIT_DISTFILES_CDROM= "May not charge" | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
do-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj | ||
cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $OpenBSD: Makefile,v 1.11 2000/03/26 22:40:24 brad Exp $ | ||
# $OpenBSD: Makefile,v 1.12 2000/06/10 20:22:17 brad Exp $ | ||
|
||
DISTNAME= unrar-2.50 | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.218 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -12,8 +12,6 @@ PERMIT_PACKAGE_FTP= "may not modify" | |
PERMIT_DISTFILES_CDROM= "no fee" | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
WRKDIST= ${WRKDIR} | ||
|
||
do-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $OpenBSD: Makefile,v 1.17 2000/03/26 22:34:28 brad Exp $ | ||
# $OpenBSD: Makefile,v 1.18 2000/06/10 20:22:18 brad Exp $ | ||
|
||
DISTNAME= unzip540 | ||
PKGNAME= unzip-5.40 | ||
CATEGORIES= archivers | ||
NEED_VERSION= 1.218 | ||
NEED_VERSION= 1.301 | ||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -13,13 +13,12 @@ PERMIT_PACKAGE_FTP= Yes | |
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
FAKE= Yes | ||
|
||
MAKE_FILE= unix/Makefile | ||
MAKE_FLAGS= CC="${CC}" LD="${CC}" LOC="${CFLAGS} -DUSE_UNSHRINK" \ | ||
CF='-I. $$(LOC)' | ||
FAKE_FLAGS= prefix="${WRKINST}${PREFIX}" | ||
|
||
MAKE_FILE= unix/Makefile | ||
|
||
ALL_TARGET= bsd | ||
|
||
WRKDIST= ${WRKDIR}/${PKGNAME} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@comment $OpenBSD: PLIST,v 1.6 2000/06/10 20:22:18 brad Exp $ | ||
bin/funzip | ||
bin/unzip | ||
bin/unzipsfx | ||
|
Oops, something went wrong.