mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
This commit is contained in:
parent
611351f696
commit
b80ec3e204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327699
archivers
9e
advancecomp
amigadepacker
aolserver-nszlib
arc
arj
ark
bicom
bzip
bzip2
cabextract
dact
deb2targz
deco
deutex
dpkg
dzip
ecm
epkg
fastjar
file-roller
fpc-bzip2
fpc-paszlib
fpc-unzip
freetar
freeze
gcpio
grzip
gtar
gzip
gzrecover
ha
hffzip
hlextract
hpack.non-usa.only
hs-tar
hs-zip-archive
hs-zlib-bindings
hs-zlib-conduit
hs-zlib-enum
hs-zlib
javatar
jzip.org
jzlib
kzip
laszip
lbrate
lbzip2
lcab
lha-ac
lha
libarc
libarchive
libcabinet
libcomprex
libdynamite
liblzxcomp
libmspack
liborange
libpar2
librtfcomp
libunrar
libunrar4
libzip
linux-f10-ucl
linux-f10-upx
lrzip
lz4
lzip
lzlib
lzma
lzmalib
lzo2
lzop
macutils
makeself
mar
mscompress
mtf
nomarch
nulib
nwreckdum
ocaml-bz2
ocaml-zip
p5-Archive-Any-Lite
p5-Archive-Any-Plugin-Rar
p5-Archive-Any
p5-Archive-Extract-Libarchive
p5-Archive-Extract
p5-Archive-Peek
p5-Archive-Rar
p5-Archive-SimpleExtractor
p5-Archive-Tar
p5-Archive-Zip
p5-Compress-Bzip2
p5-Compress-LZF
p5-Compress-LZO
p5-Compress-LZW
p5-Compress-Raw-Bzip2
p5-Compress-Raw-Lzma
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: 9e
|
||||
# Date created: 17 Mar 1999
|
||||
# Whom: Jerry Hicks
|
||||
#
|
||||
# Created by: Jerry Hicks
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= 9e
|
||||
PORTVERSION= 1.0
|
||||
@ -14,6 +10,7 @@ DISTNAME= 9e
|
||||
MAINTAINER= rodrigo@bebik.net
|
||||
COMMENT= Explode Plan9 archives
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/9e
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
|
||||
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION}
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Tool for depacking some compressed Amiga formats
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_CSTD= gnu89
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Zlib library interface for AOLserver
|
||||
LICENSE= MPL GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
NO_STAGE= yes
|
||||
AOLSERVERBASE?= aolserver
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: arc
|
||||
# Date created: 31 Dec 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# Created by: ache
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arc
|
||||
PORTVERSION= 5.21p
|
||||
@ -13,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= delphij@FreeBSD.org
|
||||
COMMENT= Create & extract files from DOS .ARC files
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/arc bin/marc
|
||||
PORTDOCS= Arc521.doc
|
||||
MAN1= arc.1
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Open-source ARJ
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
USE_AUTOTOOLS= autoconf
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -15,6 +15,7 @@ LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson
|
||||
|
||||
CONFLICTS_INSTALL= kdeutils-4.[0-7].*
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_XZ= yes
|
||||
USE_KDE4= kdeprefix kdehier automoc4 kdelibs libkonq
|
||||
USES= cmake:outsource
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: BIjective COMpressor
|
||||
# Date created: 09 May 2003
|
||||
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bicom
|
||||
PORTVERSION= 1.01
|
||||
@ -17,6 +13,7 @@ COMMENT= Data compressor in the PPM family
|
||||
|
||||
RESTRICTED= Contact author personally regarding commercial use
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.42.org/pub/OLD/b/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Block-sorting file compressor
|
||||
|
||||
NO_STAGE= yes
|
||||
RESTRICTED= may be covered by patents
|
||||
MAN1= bzip.1 bunzip.1
|
||||
USE_CSTD= gnu89
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://www.bzip.org/${PORTVERSION}/
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
COMMENT= Block-sorting file compressor
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
PATCH_STRIP= -p3
|
||||
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Program to extract Microsoft cabinet (.CAB) files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MANLANG= "" ja
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Dynamic Adaptive Compression Tool
|
||||
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
||||
lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/lib
|
||||
|
@ -10,6 +10,7 @@ DISTFILES= # none
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/deb2targz
|
||||
|
@ -27,6 +27,7 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc \
|
||||
zoo:${PORTSDIR}/archivers/zoo \
|
||||
flac:${PORTSDIR}/audio/flac
|
||||
|
||||
NO_STAGE= yes
|
||||
NO_LATEST_LINK= yes
|
||||
CONFLICTS= deco-[0-9]*
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: DeuTex
|
||||
# Date created: 20 Dec 2005
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= deutex
|
||||
PORTVERSION= 4.4.0
|
||||
@ -19,6 +15,7 @@ LICENSE= GPLv2
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
MAN6= ${PORTNAME}.6
|
||||
PLIST_FILES= bin/deusf bin/deutex
|
||||
PORTDOCS= *
|
||||
|
@ -17,6 +17,7 @@ RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
|
||||
gpatch:${PORTSDIR}/devel/patch \
|
||||
gmd5sum:${PORTSDIR}/sysutils/coreutils
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake iconv perl5 pkgconfig
|
||||
|
@ -12,6 +12,7 @@ COMMENT= File compression utility specializing in Quake demo compression
|
||||
|
||||
LICENSE= ZLIB
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
|
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= gmp-ecm-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/ecm bin/unecm
|
||||
PORTDOCS= format.txt
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: epkg
|
||||
# Date created: 12 May 2006
|
||||
# Whom: Jim Pirzyk <pirzyk@freebsd.org>
|
||||
#
|
||||
# Created by: Jim Pirzyk <pirzyk@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= epkg
|
||||
PORTVERSION= 2.3.9
|
||||
@ -18,6 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libfget.a:${PORTSDIR}/ftp/fget
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
NO_STAGE= yes
|
||||
HAS_CONFIGURE= YES
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Version of JDK's `jar' command written entirely in C
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake perl5
|
||||
USES_PERL5= build
|
||||
USE_BZIP2= yes
|
||||
|
@ -16,6 +16,7 @@ COMMENT= An archive manager for zip files, tar, etc
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
|
||||
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
@ -10,6 +10,7 @@ COMMENT= Free Pascal bzip2 unit
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: John Merryweather Cooper
|
||||
# Created by: John Merryweather Cooper
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
@ -10,6 +10,7 @@ COMMENT= Free Pascal unit for native compression IO
|
||||
|
||||
USE_FPC= hash
|
||||
|
||||
NO_STAGE= yes
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Free Pascal routines for unzipping zip files
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
@ -12,6 +12,7 @@ COMMENT= TAR archiver for GNUstep
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: freeze
|
||||
# Date created: 20 Jul 1996
|
||||
# Whom: lukin@okbmei.msk.su
|
||||
#
|
||||
# Created by: lukin@okbmei.msk.su
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freeze
|
||||
PORTVERSION= 2.5
|
||||
@ -16,6 +12,7 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/ \
|
||||
MAINTAINER= gabor@FreeBSD.org
|
||||
COMMENT= Compression program - often used in QNX
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= prog
|
||||
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -DCOMPAT" CC="${CC}"
|
||||
|
@ -11,6 +11,7 @@ PKGNAMEPREFIX= g
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= GNU cpio copies files to and from archives
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
|
@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/compression/ CENKES
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Efficient file compressor
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gettext
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,6 +13,7 @@ COMMENT= GNU version of the traditional tape archiver
|
||||
|
||||
INFO= tar
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= iconv
|
||||
USE_AUTOTOOLS= autoconf:env # autom4te
|
||||
USE_XZ= yes
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= GNU
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Compression utility designed to be a replacement for compress
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= charsetfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -15,6 +15,7 @@ LICENSE= GPLv2
|
||||
|
||||
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lz
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= README
|
||||
|
||||
|
@ -14,6 +14,7 @@ COMMENT= The HA archiver using the HSC compression method
|
||||
|
||||
PROJECTHOST= ak-various-projects
|
||||
|
||||
NO_STAGE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/ha
|
||||
MAKEFILE= makefile.nix
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: hffzip
|
||||
# Date created: 10 Jun 2003
|
||||
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
||||
#
|
||||
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hffzip
|
||||
PORTVERSION= 1.01
|
||||
@ -19,6 +15,7 @@ LICENSE_COMB= dual
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/hffzip
|
||||
|
||||
do-install:
|
||||
|
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= hl:${PORTSDIR}/games/hllib
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_ZIP= yes
|
||||
WRKSRC= ${WRKDIR}/HLExtract
|
||||
|
@ -11,6 +11,7 @@ DISTNAME= hpack79src
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Multi-System Archiver with open keys PGP-based security
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_CSTD= gnu89
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= makefile
|
||||
|
@ -10,5 +10,7 @@ COMMENT= Reading, writing, and manipulating ".tar" archive files
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Library for creating and modifying zip archives
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= digest>=0.0.0.1 mtl utf8-string>=0.3.1 zlib
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= EXECUTABLE
|
||||
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Low-level bindings to the zlib package
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= zlib>=0.5.2.0
|
||||
NO_STAGE= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Streaming compression/decompression via conduits
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= conduit>=1.0 transformers>=0.2.2 void zlib-bindings>=0.1
|
||||
NO_STAGE= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Enumerator interface for zlib compression
|
||||
LICENSE= MIT
|
||||
|
||||
USE_CABAL= enumerator transformers>=0.2 zlib-bindings
|
||||
NO_STAGE= yes
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,5 +10,6 @@ COMMENT= Compression and decompression in the gzip and zlib formats
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Java tar archive I/O package
|
||||
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
||||
|
@ -14,6 +14,7 @@ COMMENT= WinZip like program written in Java
|
||||
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar bin/${PORTNAME}
|
||||
NO_STAGE= yes
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://www.jcraft.com/jzlib/
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Reimplementation of zlib in pure Java
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: kzip
|
||||
# Date created: Thu Jan 8 2009 14:06:34 UTC
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kzip
|
||||
DISTVERSION= 20070805
|
||||
@ -20,6 +16,7 @@ RESTRICTED= ${NO_CDROM}
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LINUX= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/kzipmix-static
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Library for lossless LAS compression
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: lbrate
|
||||
# Date created: 26 August 2001
|
||||
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
||||
#
|
||||
# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lbrate
|
||||
PORTVERSION= 1.1
|
||||
@ -19,6 +15,7 @@ LICENSE= GPLv2
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
MAN1= lbrate.1
|
||||
PORTDOCS= ChangeLog README TODO
|
||||
PLIST_FILES= bin/lbrate
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Multi-threaded bzip2/bunzip2 filter
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
PLIST_FILES= bin/lbzip2
|
||||
|
||||
NO_STAGE= yes
|
||||
MAN1= lbzip2.1
|
||||
|
||||
PORTDOCS= ChangeLog README
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: LCAB
|
||||
# Date created: 27 May 2005
|
||||
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
#
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lcab
|
||||
DISTVERSION= 1.0b12
|
||||
@ -15,6 +11,7 @@ COMMENT= Microsoft .CABinet file creator
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
PLIST_FILES= bin/lcab
|
||||
|
||||
|
@ -20,6 +20,7 @@ MANLANG= ja
|
||||
PLIST_FILES= bin/lha
|
||||
#PLIST_DIRS= man/ja/man1
|
||||
GNU_CONFIGURE= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
RESTRICTED= no permission to redistribute
|
||||
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
||||
|
||||
CONFLICTS= lha-ac-1*
|
||||
|
||||
NO_STAGE= yes
|
||||
MAN1= lha.1
|
||||
MANLANG= ja
|
||||
PLIST_FILES= bin/lha
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libarc
|
||||
# Date Created: 20 June 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libarc
|
||||
PORTVERSION= 2.0.2
|
||||
@ -16,6 +12,7 @@ COMMENT= Tiny C decompression library for several popular compression formats
|
||||
|
||||
SOLIB= libarc.so
|
||||
SOVERSION= 1
|
||||
NO_STAGE= yes
|
||||
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \
|
||||
SOLIB="${SOLIB}" SOVERSION="${SOVERSION}"
|
||||
|
@ -16,6 +16,7 @@ LIBXML2_DESC= Support writing xar via libxml2
|
||||
LZO_DESC= Support lzo compression via liblzo2
|
||||
NETTLE_DESC= Use Nettle instead of OpenSSL
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Portable library and utility to use Microsoft cabinet files (.cab)
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
SRCFILE= ${WRKSRC}/listcab.cpp
|
||||
PROGFILE= ${SRCFILE:S/.cpp$//}
|
||||
|
@ -14,6 +14,7 @@ LICENSE= LGPL21
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: dynamite
|
||||
# Date Created: 10 January 2005
|
||||
# Whom: Sam Lawrance <boris@brooknet.com.au>
|
||||
#
|
||||
# Created by: Sam Lawrance <boris@brooknet.com.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libdynamite
|
||||
PORTVERSION= 0.1.1
|
||||
@ -13,7 +9,7 @@ MASTER_SITES= SF/synce/Dynamite/${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix
|
||||
|
@ -16,6 +16,7 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
MAN3= lzxcomp.3
|
||||
MANCOMPRESSED= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
.if defined(NOPROFILE)
|
||||
PLIST_SUB+= PROFILE="@comment "
|
||||
|
@ -15,6 +15,7 @@ LICENSE= LGPL21
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,@prefix@/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in
|
||||
|
@ -22,6 +22,7 @@ VISE_DESC= Build with expermential VISE support
|
||||
MSI_DESC= Build with expermential MSI support
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv pathfix pkgconfig
|
||||
|
@ -15,6 +15,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
FETCH_ARGS= -pRr
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: librtfcomp
|
||||
# Date Created: 13 June 2008
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# Created by: Alexander Logvinov <ports@logvinov.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= librtfcomp
|
||||
PORTVERSION= 1.1
|
||||
@ -14,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT?= LZRTF compression library
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Library to work with RAR archives
|
||||
|
||||
WRKSRC= ${WRKDIR}/unrar
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
MAKEFILE= makefile.unix
|
||||
ALL_TARGET= lib
|
||||
|
@ -12,6 +12,7 @@ COMMENT= Library to work with RAR archives
|
||||
|
||||
WRKSRC= ${WRKDIR}/unrar
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
MAKE_ARGS= CC="${CC}" CXX="${CXX}"
|
||||
MAKEFILE= makefile.unix
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://www.nih.at/libzip/
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= C library for reading, creating, and modifying ZIP archives
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_XZ= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ENV= LC_ALL="C"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: archivers/linux-f10-ucl
|
||||
# Date created: 2009-05-03
|
||||
# Whom: bsam
|
||||
#
|
||||
# Created by: bsam
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ucl
|
||||
PORTVERSION= 1.03
|
||||
@ -17,6 +13,7 @@ COMMENT= UCL, a lossless data compression library (Linux Fedora 10)
|
||||
|
||||
CONFLICTS= linux-ucl-[0-9]* linux-f8-ucl-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LINUX_RPM= yes
|
||||
LINUX_DIST_VER= 10
|
||||
RPMVERSION= 8.fc9
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: archivers/linux-f10-upx
|
||||
# Date created: 2009-05-03
|
||||
# Whom: bsam
|
||||
#
|
||||
# Created by: bsam
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= upx
|
||||
PORTVERSION= 3.03
|
||||
@ -17,6 +13,7 @@ COMMENT= UPX, a high-performance executable packer (Linux Fedora 10)
|
||||
|
||||
CONFLICTS= linux-upx-[0-9]* linux-f8-upx-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LINUX_RPM= yes
|
||||
USE_LINUX_APPS= ucl
|
||||
LINUX_DIST_VER= 10
|
||||
|
@ -15,6 +15,7 @@ LICENSE= GPLv2
|
||||
BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm
|
||||
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
||||
|
||||
NO_STAGE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --enable-asm
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -10,6 +10,7 @@ MASTER_SITES= https://dl.dropboxusercontent.com/u/59565338/LZ4/ \
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Fast compressor using LZ4 algorithm
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
ALL_TARGET= lz4c
|
||||
|
||||
|
@ -13,6 +13,7 @@ LICENSE= GPLv3
|
||||
|
||||
PLIST_FILES= bin/lzip
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= CXX="${CXX}" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
|
@ -12,6 +12,7 @@ COMMENT= In-memory LZMA compression and decompression library
|
||||
PLIST_FILES= include/lzlib.h \
|
||||
lib/liblz.a
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ${MAKE_ENV}
|
||||
|
@ -14,6 +14,7 @@ CONFLICTS= lzmautils-[0-9]* xz-[0-9]*
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_DOS2UNIX= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Bundles/LzmaCon
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Thin wrapper library of LZMA
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Portable speedy, lossless data compression library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: lzop
|
||||
# Date created: Fri 2 June 2000
|
||||
# Whom: will
|
||||
#
|
||||
# Created by: will
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lzop
|
||||
DISTVERSION= 1.03
|
||||
@ -21,6 +17,7 @@ LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: macutils
|
||||
# Date created: 14th April 1997
|
||||
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
||||
#
|
||||
# Created by: Joel Sutton <jsutton@bbcon.com.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= macutils
|
||||
PORTVERSION= 2.0b3
|
||||
@ -17,6 +13,7 @@ COMMENT= Utilities for Apple Macintosh files
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAKEFILE= makefile
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN1= macunpack.1 hexbin.1 macsave.1 macstream.1 binhex.1 tomac.1 \
|
||||
frommac.1 macutil.1
|
||||
|
@ -18,6 +18,7 @@ EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC}
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
PLIST_FILES= bin/makeself bin/makeself-header \
|
||||
bin/makeself-header.sh bin/makeself.sh
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Simple binary file format for storing arbitrary meta and user data
|
||||
LICENSE= MIT
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN1= mar.1
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: mscompress
|
||||
# Date created: 15 Apr 2000
|
||||
# Whom: Patrick Seal <patseal@hyperhost.net>
|
||||
#
|
||||
# Created by: Patrick Seal <patseal@hyperhost.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mscompress
|
||||
PORTVERSION= 0.3
|
||||
@ -16,6 +12,7 @@ COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
|
||||
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN1= mscompress.1 msexpand.1
|
||||
|
||||
|
@ -15,6 +15,7 @@ COMMENT= Unix reader for the Microsoft Tape Format used by NT Backup
|
||||
LICENSE= GPLv2
|
||||
|
||||
ALL_TARGET= # empty
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/mtf
|
||||
PORTDOCS= README
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: nomarch
|
||||
# Date created: Nov 5, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nomarch
|
||||
PORTVERSION= 1.4
|
||||
@ -13,9 +8,10 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= utils/compress
|
||||
|
||||
MAINTAINER= gabor@FreeBSD.org
|
||||
COMMENT= Extracts files from the old `.arc' archive format
|
||||
COMMENT= Extracts files from the old '.arc' archive format
|
||||
|
||||
MAN1= nomarch.1
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/nomarch
|
||||
PORTDOCS= COPYING ChangeLog NEWS README TODO
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: nulib
|
||||
# Date created: Thu May 8 00:14:31 PDT 1997
|
||||
# Whom: Steven Wallace <swallace@FreeBSD.org>
|
||||
#
|
||||
# Created by: Steven Wallace <swallace@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nulib
|
||||
PORTVERSION= 3.25
|
||||
@ -18,6 +14,7 @@ COMMENT= NuFX archive utility
|
||||
|
||||
WRKSRC= ${WRKDIR}/nulib
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
@ -11,6 +11,8 @@ COMMENT= Utility for manipulating of Quake packed data files
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= danfe
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
|
@ -14,6 +14,7 @@ COMMENT= OCaml library to manipulate bz2 files
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
NO_STAGE= yes
|
||||
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_LDCONFIG= yes
|
||||
|
@ -1,10 +1,5 @@
|
||||
# New ports collection makefile for: ocaml-zip
|
||||
# Date created: 2006-08-01
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $MBSDlabs$
|
||||
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zip
|
||||
PORTVERSION= 1.04
|
||||
@ -17,11 +12,12 @@ DISTNAME= caml${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OCaml library to manipulate ZIP/GZIP/JAR archives
|
||||
|
||||
#USE_GMAKE= yes
|
||||
USE_OCAML= yes
|
||||
USE_OCAML_LDCONFIG=yes
|
||||
USE_OCAML_WASH= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
ALL_TARGET= all allopt
|
||||
INSTALL_TARGET= install installopt
|
||||
MASTERPORT= ${PORTSDIR}/devel/ocaml-camlidl
|
||||
|
@ -21,6 +21,7 @@ TEST_DEPENDS= p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Any::Lite.3
|
||||
|
||||
|
@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
MAN3= Archive::Any::Plugin::Rar.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -24,6 +24,7 @@ TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
|
||||
Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
|
||||
|
@ -19,6 +19,7 @@ TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
|
||||
USE_PERL5= modbuild
|
||||
USES= perl5
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Extract::Libarchive.3
|
||||
|
||||
|
@ -15,6 +15,7 @@ LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Extract.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: archivers/p5-Archive-Peek
|
||||
# Date created: 01 September 2011
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# Created by: Lars Thegler <lth@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Archive-Peek
|
||||
PORTVERSION= 0.35
|
||||
@ -24,6 +20,7 @@ TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Peek.3
|
||||
|
||||
|
@ -15,6 +15,7 @@ BUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar \
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
MAN3= Archive::Rar.3 \
|
||||
Archive::Rar::Passthrough.3
|
||||
|
||||
|
@ -19,6 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
MAN3= Archive::SimpleExtractor::Zip.3 \
|
||||
Archive::SimpleExtractor::Tar.3 \
|
||||
Archive::SimpleExtractor.3 \
|
||||
|
@ -15,19 +15,14 @@ RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Tar.3 Archive::Tar::File.3
|
||||
|
||||
OPTIONS_DEFINE= TEXTDIFF
|
||||
TEXTDIFF_DESC= "Text::Diff support for ptardiff"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTEXTDIFF}
|
||||
RUN_DEPENDS+= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
TEXTDIFF_RUN_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/5.009/5.666/' ${WRKSRC}/Makefile.PL
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Perl module to create, manipulate, read, and write Zip archive files
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Compress::Bzip2
|
||||
# Date created: 23 February 2003
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Compress-Bzip2
|
||||
PORTVERSION= 2.17
|
||||
@ -16,6 +12,7 @@ COMMENT= Perl5 interface to bzip2 compression library
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Compress::Bzip2.3
|
||||
|
||||
|
@ -16,6 +16,7 @@ LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Compress::LZF.3
|
||||
|
||||
|
@ -16,6 +16,7 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
|
||||
CFLAGS+= -I${LOCALBASE}/include/lzo
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Pure perl implementation of LZW
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Compress::LZW.3
|
||||
|
||||
|
@ -16,6 +16,7 @@ LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
|
@ -18,6 +18,7 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
NO_STAGE= yes
|
||||
|
||||
MAN3= Compress::Raw::Lzma.3
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user