Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
This commit is contained in:
parent
5da704a0f9
commit
e18d889949
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2001/04/20 17:35:31 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "create & extract files from DOS .ARC files"
|
||||
|
||||
@ -19,5 +19,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MAKE_FLAGS= CC="${CC}" OPT="${CFLAGS}"
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2001/09/26 18:38:43 heko Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "block-sorting file compressor, unencumbered"
|
||||
|
||||
@ -31,6 +31,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKBUILD}/*.html ${PREFIX}/share/doc/bzip2
|
||||
${INSTALL_DATA} ${WRKBUILD}/bzip2.info ${PREFIX}/info
|
||||
|
||||
REGRESS_TARGET=test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/04/20 17:35:32 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/10/04 22:26:48 espie Exp $
|
||||
# $FreeBSD: ports/archivers/fastjar/Makefile,v 1.4 2000/04/24 15:51:08 knu Exp $
|
||||
|
||||
COMMENT= "Sun JDK's jar command written entirely in C"
|
||||
@ -20,5 +20,6 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2001/04/20 17:35:32 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "FREEZE / MELT compression program - often used in QNX"
|
||||
|
||||
@ -18,5 +18,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
MAKE_FLAGS= CFLAGS="${CFLAGS} -I."
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2001/04/20 17:35:33 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "packing and unpacking of shell archives"
|
||||
|
||||
@ -21,4 +21,7 @@ CONFIGURE_ARGS+= --program-prefix="g" --disable-uucode --disable-nls
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/po/sharutils.pot
|
||||
|
||||
# Regression tests apply to uudecode, which we don't build
|
||||
NO_REGRESS=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2001/04/20 17:35:33 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "archive files using the HSC compression method"
|
||||
|
||||
@ -31,4 +31,6 @@ ALL_TARGET= ha
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ha ${PREFIX}/bin
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2001/04/20 17:35:34 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "archive files using LZW compression (.LZH files)"
|
||||
|
||||
@ -24,5 +24,6 @@ FAKE_FLAGS= BINDIR='$${PREFIX}/bin' MANDIR='$${PREFIX}/man/ja_JP.EUC' \
|
||||
INSTALLMAN="${INSTALL_MAN}"
|
||||
|
||||
MANLANG= ja_JP.EUC
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2001/04/20 17:35:34 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "NuFX archiver"
|
||||
|
||||
@ -24,4 +24,6 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
|
||||
${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2001/08/10 14:25:57 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 sparc
|
||||
|
||||
@ -76,4 +76,5 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/default.sfx ${PREFIX}/share/rar
|
||||
${INSTALL_DATA} ${WRKSRC}/Dos.SFX ${PREFIX}/share/rar/dos.sfx
|
||||
|
||||
NO_REGRESS= Yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2001/09/26 12:03:13 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2001/10/04 22:26:48 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $
|
||||
|
||||
COMMENT= "unique standard tape archiver with many enhancements"
|
||||
@ -49,4 +49,6 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/rmt/rmt.dfl \
|
||||
${PREFIX}/share/examples/star/srmt.conf.sample
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2001/04/20 17:35:35 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "extract, view & test ACE archives"
|
||||
|
||||
@ -26,4 +26,6 @@ WRKDIST= ${WRKDIR}
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/unace ${PREFIX}/bin
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2001/04/20 17:35:36 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/10/04 22:26:48 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/02/17 22:25:36 ache Exp $
|
||||
|
||||
COMMENT= "extract files from ARJ archives"
|
||||
@ -21,4 +21,6 @@ do-install:
|
||||
cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} unarj.doc technote.doc ${PREFIX}/share/doc/unarj
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/04/20 17:35:36 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "extract, list & test RAR archives"
|
||||
|
||||
@ -24,4 +24,6 @@ do-install:
|
||||
cd ${WRKSRC}; ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
|
||||
cd ${WRKSRC}; ${INSTALL_MAN} readme.txt license.txt ${PREFIX}/share/doc/unrar
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2001/08/14 18:35:59 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "extract, list & test files in a ZIP archive"
|
||||
|
||||
@ -34,4 +34,8 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unzip
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/unzip
|
||||
|
||||
do-regress:
|
||||
cd ${WRKBUILD} && ./unzip -x -a -o testmake.zip
|
||||
cmp -s ${WRKBUILD}/notes files/notes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
archivers/unzip/files/notes
Normal file
3
archivers/unzip/files/notes
Normal file
@ -0,0 +1,3 @@
|
||||
This file is part of testmake.zip for UnZip 5.4 and
|
||||
later. It has DOS/OS2/NT style CR-LF line-endings.
|
||||
It's pretty short.
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2001/08/14 18:57:29 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2001/10/04 22:26:48 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.11 1997/11/25 20:45:45 ache Exp $
|
||||
|
||||
COMMENT= "create/update ZIP files compatible with PKZip(tm)"
|
||||
@ -39,4 +39,6 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zip
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/zip
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2001/04/20 17:35:37 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2001/10/04 22:26:48 espie Exp $
|
||||
|
||||
COMMENT= "handle the old .ZOO archive format"
|
||||
|
||||
@ -23,4 +23,6 @@ ALL_TARGET= bsdansi
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user