Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
This commit is contained in:
parent
2b300eeb3f
commit
1e4b97cf2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327715
161 changed files with 213 additions and 262 deletions
|
@ -15,4 +15,5 @@ LICENSE= BSD
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,4 +14,5 @@ LICENSE= GPLv2
|
|||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: aish
|
||||
# Date created: 01 Aug 1998
|
||||
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
||||
#
|
||||
# Created by: Masanori Kiriake <seiken@nbs.co.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aish
|
||||
PORTVERSION= 1.13
|
||||
|
@ -14,6 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Ish/uuencode/Base64 converter
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/ja/aish
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ascii2binary
|
||||
# Date created: Sun 29 January 2006
|
||||
# Whom: thierry@pompo.net
|
||||
#
|
||||
# Created by: thierry@pompo.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ascii2binary
|
||||
PORTVERSION= 2.14
|
||||
|
@ -27,6 +23,7 @@ PLIST_FILES= bin/ascii2binary bin/binary2ascii
|
|||
|
||||
MAN1= ascii2binary.1 binary2ascii.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: asr10
|
||||
# Date created: 7 October 2003
|
||||
# Whom: M.Indlekofer@gmx.de
|
||||
#
|
||||
# Created by: M.Indlekofer@gmx.de
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asr10
|
||||
PORTVERSION= 1.0
|
||||
|
@ -13,6 +9,7 @@ MASTER_SITES= http://members.tripod.com/kmi9000/files/
|
|||
MAINTAINER= M.Indlekofer@gmx.de
|
||||
COMMENT= Access to Ensoniq EPS/EPS+/ASR devices and image files
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wav2asr ${PREFIX}/bin/
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: base64
|
||||
# Date created: 29 Oct 2000
|
||||
# Whom: will
|
||||
#
|
||||
# Created by: will
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= base64
|
||||
PORTVERSION= 1.5
|
||||
|
@ -20,4 +16,5 @@ ALL_TARGET= prog
|
|||
MAN1= base64.1
|
||||
PLIST_FILES= bin/base64
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,6 +23,7 @@ PORTEXAMPLES= ExampleReferences.bib ODT-Template.odt odt-example.export \
|
|||
web-example.export text-example.export
|
||||
MAN1= bibtexconv.1 bibtexconv-odt.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|install-data-am: install-dist_examplesDATA|install-data-am:|' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
|
|
@ -26,6 +26,7 @@ MAKE_ARGS= PREFIX=${PREFIX}
|
|||
ALL_TARGET= libbsdconv bsdconv-mktable meta bsdconv-man bsdconv-completion bsdconv codecs_basic
|
||||
INSTALL_TARGET= installdir install_main install_basic
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCHINESE}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: btoa
|
||||
# Date created: 4 Apr 1996
|
||||
# Whom: Brent J. Nordquist <bjn@visi.com>
|
||||
#
|
||||
# Created by: Brent J. Nordquist <bjn@visi.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= btoa
|
||||
PORTVERSION= 5.2
|
||||
|
@ -20,4 +16,5 @@ MAKE_FLAGS= DESTDIR=${PREFIX} -f
|
|||
MAKEFILE= Makefile.sun
|
||||
MAN1= btoa.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_DOS2UNIX= chmview.c utf8.c utf8.h
|
|||
WRKSRC= ${WRKDIR}/src
|
||||
PLIST_FILES= bin/chmview
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-patch:
|
||||
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
||||
|
||||
|
|
|
@ -24,5 +24,6 @@ FASL_TARGET= clisp
|
|||
FASL_BUILD= yes
|
||||
ASDF_MODULES= babel babel-streams
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -24,5 +24,6 @@ FASL_TARGET= sbcl
|
|||
FASL_BUILD= yes
|
||||
ASDF_MODULES= babel babel-streams
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,6 +22,7 @@ NO_BUILD= yes
|
|||
|
||||
USE_ASDF= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${ASDF_PATHNAME}
|
||||
@${MKDIR} ${ASDF_PATHNAME}/src
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cmios9
|
||||
# Date created: 7 June 2003
|
||||
# Whom: M.Indlekofer@gmx.de
|
||||
#
|
||||
# Created by: M.Indlekofer@gmx.de
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cmios9
|
||||
PORTVERSION= 2.1
|
||||
|
@ -17,4 +13,5 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
|||
|
||||
PLIST_FILES= bin/cmios9
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cocot
|
||||
# Date created: 24 July 2007
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cocot
|
||||
PORTVERSION= 20120313
|
||||
|
@ -27,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
DOCS_EN= COPYING ChangeLog
|
||||
DOCS_JA= ChangeLog.ja README.ja
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -18,4 +18,5 @@ PLIST_FILES= bin/convmv
|
|||
|
||||
MAN1= convmv.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: dosunix
|
||||
# Date created: Nov 17, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dosunix
|
||||
PORTVERSION= 1.0.14
|
||||
|
@ -16,4 +11,5 @@ COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,4 +16,5 @@ GNU_CONFIGURE= yes
|
|||
MAN1= drgbuilder.1 drg2sbg.1
|
||||
PLIST_FILES= bin/drg2sbg bin/drgbuilder
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -12,6 +12,7 @@ EXTRACT_ONLY= yes
|
|||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: enca
|
||||
# Date created: Fri Sep 20, 2002
|
||||
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
||||
#
|
||||
# Created by: Alexandr Kovalenko <never@nevermind.kiev.ua>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= enca
|
||||
PORTVERSION= 1.13
|
||||
|
@ -33,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
MAN1= enca.1
|
||||
MLINKS= enca.1 enconv.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch::
|
||||
.if defined(NOPORTDOCS)
|
||||
@${REINPLACE_CMD} -e 's#\ devel-docs##g' ${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fconv
|
||||
# Date created: 21 April 1999
|
||||
# Whom: Chris Costello <chris@FreeBSD.org>
|
||||
#
|
||||
# Created by: Chris Costello <chris@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fconv
|
||||
PORTVERSION= 1.1
|
||||
|
@ -17,6 +13,7 @@ COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
|
|||
|
||||
MAKE_ENV+= INSTALLDIR=${PREFIX}/bin
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \
|
||||
${WRKSRC}/Makefile
|
||||
|
|
|
@ -24,6 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
MAN1= fix-mime-charset.1
|
||||
PLIST_FILES= bin/fix-mime-charset
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fondu
|
||||
# Date created: 2009-11-14
|
||||
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
#
|
||||
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fondu
|
||||
PORTVERSION= 051010
|
||||
|
@ -35,6 +31,7 @@ PLIST_FILES= bin/dfont2res \
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/dfont2res.1 ${MANPREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/fondu.1 ${MANPREFIX}/man/man1/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
|
@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -32,6 +32,7 @@ MAN3= fribidi_charset_to_unicode.3 fribidi_debug_status.3 \
|
|||
fribidi_unicode_to_charset.3 fribidi_unicode_version.3 \
|
||||
fribidi_version_info.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITH_DEBUG)
|
||||
|
|
|
@ -17,6 +17,7 @@ OPTIONS_DEFINE= GTK2
|
|||
PLIST_FILES= bin/${PORTNAME}
|
||||
USES= pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2}
|
||||
|
|
|
@ -33,6 +33,7 @@ PLIST_FILES= bin/gbsdconv \
|
|||
%%DATADIR%%/gbsdconv2.png
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv
|
||||
|
||||
|
|
|
@ -14,5 +14,6 @@ USE_CABAL= attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 dlist>=0.2 \
|
|||
hashable>=1.1.2.0 mtl syb text>=0.11.1.0 \
|
||||
unordered-containers>=0.1.3.0 vector>=0.7.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,5 +10,6 @@ COMMENT= Data encoding library
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,5 +15,6 @@ USE_CABAL= mtl syb>=0.3.3 text
|
|||
|
||||
CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,6 +14,7 @@ SHEBANG_FILES= htx
|
|||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/htx
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/htx ${PREFIX}/bin
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: i18ntools
|
||||
# Date created: 17 April 1999
|
||||
# Whom: G. Adam Stanislav
|
||||
#
|
||||
# Created by: G. Adam Stanislav
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= i18ntools
|
||||
PORTVERSION= 1.0
|
||||
|
@ -51,6 +47,7 @@ DOCFILES= fgetu8.html fputu8.html index.html libutf-8.html rfc1641.txt \
|
|||
rfc2277.txt rfc2279.txt sgetu8.html sputu8.html utrans.html
|
||||
MAN1= hutrans.1 ptrans.1 utrans.1 uhtrans.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for f in ${BINARIES}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: ical2html
|
||||
# Date created: Thu Apr 14 18:08:52 BST 2005
|
||||
# Whom: keiichi@iijlab.net
|
||||
#
|
||||
# Created by: keiichi@iijlab.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ical2html
|
||||
PORTVERSION= 2.0
|
||||
|
@ -21,4 +17,5 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
|
|||
|
||||
USES= perl5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,4 +14,5 @@ LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
|
|||
|
||||
USES= perl5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -27,6 +27,7 @@ OPTIONS_SUB= yes
|
|||
|
||||
CCSUTIL_DESC= Install Coded character set (CCS) util
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCCSUTIL}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: igbinary
|
||||
# Date created: 2009-06-05
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= igbinary
|
||||
PORTVERSION= 1.1.1
|
||||
|
@ -19,4 +15,5 @@ USE_PHP_BUILD= yes
|
|||
USE_PHPIZE= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: ish
|
||||
# Date created: 13 August 1997
|
||||
# Whom: hosokawa
|
||||
#
|
||||
# Created by: hosokawa
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ish
|
||||
|
@ -19,6 +16,7 @@ MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin
|
|||
PLIST_FILES= bin/ish
|
||||
ALL_TARGET= ish
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ USE_GMAKE= yes
|
|||
MAN1= konwert.1 trs.1 filterm.1
|
||||
MANLANG= "" pl
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${GREP} -Rl '#\!/bin/bash' ${WRKSRC}/* 2>/dev/null | ${XARGS} \
|
||||
${REINPLACE_CMD} -e 's|^#\!/bin/bash|#\!${LOCALBASE}/bin/bash|'
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libb64
|
||||
# Date created: 5 April 2012
|
||||
# Whom: Ismail Yenigul <ismail.yenigul@surgate.com>
|
||||
#
|
||||
# Created by: Ismail Yenigul <ismail.yenigul@surgate.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libb64
|
||||
PORTVERSION= 1.2
|
||||
|
@ -20,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/libb64.a ${PREFIX}/lib
|
||||
${MKDIR} ${PREFIX}/include/b64
|
||||
|
|
|
@ -29,6 +29,7 @@ OPTIONS_DEFAULT=ENCODINGS
|
|||
ENCODINGS_DESC= Include extra character sets
|
||||
PATCHES_DESC= Apply patches to fix CP932, add EUCJP-MS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MENCODINGS}
|
||||
|
|
|
@ -17,4 +17,5 @@ USE_GNOME= glib20
|
|||
USE_LDCONFIG= yes
|
||||
USES= pathfix pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: libutf-8
|
||||
# Date created: 1 April 1999
|
||||
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
|
||||
#
|
||||
# Created by: G. Adam Stanislav <adam@whizkidtech.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libutf-8
|
||||
PORTVERSION= 1.0
|
||||
|
@ -19,6 +15,7 @@ USE_LDCONFIG= yes
|
|||
|
||||
MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib
|
||||
${LN} -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: lua-iconv
|
||||
# Date created: 04 Dec 2009
|
||||
# Whom: vanilla@
|
||||
#
|
||||
# Created by: vanilla@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= iconv
|
||||
PORTVERSION= 6
|
||||
|
@ -20,6 +16,7 @@ USES= pkgconfig iconv
|
|||
|
||||
PLIST_FILES= %%LUA_MODLIBDIR%%/iconv.so
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%INCDIR%%|-I${PREFIX}/include| ; \
|
||||
s|%%LIBDIR%%|-L${PREFIX}/lib|; \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: mimelib
|
||||
# Date created: 20 November 2000
|
||||
# Whom: never@nevermind.kiev.ua
|
||||
#
|
||||
# Created by: never@nevermind.kiev.ua
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mimelib
|
||||
PORTVERSION= 1.1.2
|
||||
|
@ -20,6 +16,7 @@ USE_AUTOTOOLS= libtool
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -21,6 +21,7 @@ MLINKS= mmencode.1 mimencode.1
|
|||
ALL_TARGET= mmencode
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${INSTALL_PROGRAM} mmencode ${PREFIX}/bin
|
||||
@cd ${WRKSRC}/../man && ${INSTALL_MAN} mmencode.1 ${PREFIX}/man/man1
|
||||
|
|
|
@ -17,4 +17,5 @@ MAN1= mpack.1 munpack.1
|
|||
|
||||
PLIST_FILES= bin/mpack bin/munpack
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Mule-UCS for GNU Emacs 21
|
||||
# Date created: 14 January 2000
|
||||
# Whom: OKAZAKI Tetsurou
|
||||
#
|
||||
# Created by: OKAZAKI Tetsurou
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mule-ucs
|
||||
PORTVERSION= 0.85.r3
|
||||
|
@ -32,6 +28,7 @@ EMACS_PORT_NAME?= emacs21
|
|||
MULEUCS_DESTDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mule-ucs
|
||||
EMACS_ARGS= -q --no-site-file -batch
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC}/lisp/big5conv && \
|
||||
${EMACS_CMD} ${EMACS_ARGS} -l big5-comp.el
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: nomyso
|
||||
# Date created: Thu Dec 22 18:29:59 UTC 2005
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nomyso
|
||||
PORTVERSION= 4.3
|
||||
|
@ -22,6 +18,7 @@ NO_BUILD= yes
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|[[:cntrl:]]$$||' \
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: o3read
|
||||
# Date created: Aug 07, 2008
|
||||
# Whom: samm
|
||||
#
|
||||
# Created by: samm
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= o3read
|
||||
|
@ -20,6 +16,7 @@ MLINKS= o3read.1 o3totxt.1 o3read.1 o3tohtml.1
|
|||
PORTDOCS= README COPYING ChangeLog
|
||||
PLIST_FILES= bin/o3read bin/o3totxt bin/o3tohtml bin/utf8tolatin1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin
|
||||
|
|
|
@ -27,6 +27,7 @@ NO_BUILD= yes
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|garmin.yml|${DATADIR}/&|' ${WRKSRC}/osm2mp.pl
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ PORTDOCS= ChangeLog README AUTHORS TODO
|
|||
|
||||
MAN1= osm2pgsql.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -34,4 +34,5 @@ MAN3= Boulder.3 \
|
|||
Stone::Cursor.3 \
|
||||
Stone::GB_Sequence.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,4 +16,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,4 +21,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::ASN1.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Convert-BER
|
||||
# Date created: October 27, 2000
|
||||
# Whom: Marc Fournier <scrappy@FreeBSD.org>
|
||||
#
|
||||
# Created by: Marc Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Convert-BER
|
||||
PORTVERSION= 1.32
|
||||
|
@ -19,4 +15,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::BER.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,4 +17,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::Bencode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,6 +17,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::Bencode_XS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/extras/* ${EXAMPLESDIR}
|
||||
|
|
|
@ -23,4 +23,5 @@ MAN1= binhex.pl.1 \
|
|||
debinhex.pl.1
|
||||
MAN3= Convert::BinHex.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,4 +21,5 @@ USE_PERL5= configure
|
|||
MAN1= ccconfig.1
|
||||
MAN3= Convert::Binary::C.3 Convert::Binary::C::Cached.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -40,4 +40,5 @@ MAN3= Convert::IBM390.3 \
|
|||
Convert::IBM390::CP01149.3
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::Morse.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,4 +16,5 @@ USES= perl5
|
|||
|
||||
MAN3= Convert::NLS_DATE_FORMAT.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::PEM.3 Convert::PEM::CBC.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::Recode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \
|
||||
${WRKSRC}/Recode.pm
|
||||
|
|
|
@ -22,4 +22,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Convert::TNEF.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,4 +17,5 @@ USE_PERL5= configure
|
|||
MAN1= puuencode.1 puudecode.1
|
||||
MAN3= Convert::UU.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,6 +21,7 @@ MAN3= Convert::UUlib.3
|
|||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Cstools
|
||||
# Date created: 12th October 2003
|
||||
# Whom: Pav Lucistnik <pav@oook.cz>
|
||||
#
|
||||
# Created by: Pav Lucistnik <pav@oook.cz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Cstools
|
||||
PORTVERSION= 3.42
|
||||
|
@ -22,4 +18,5 @@ USE_PERL5= configure
|
|||
MAN1= cssort.1 cstocs.1 dbfcstocs.1
|
||||
MAN3= Cz::Cstocs.3 Cz::Sort.3 Cz::Time.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -35,4 +35,5 @@ MAN3= Data::AMF.3 \
|
|||
Data::AMF::Type::ByteArray.3 \
|
||||
Data::AMF::Type::Null.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USES= perl5
|
|||
|
||||
MAN3= Encode::Detect::CJK.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= modbuild
|
|||
|
||||
MAN3= Encode::Detect.3 Encode::Detect::Detector.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,4 +16,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Encode::DoubleEncodedUTF8.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Encode::IMAPUTF7.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,4 +13,5 @@ COMMENT= JIS X 0212 (aka JIS 2000) Encodings
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Encode::Locale.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,4 +19,5 @@ USE_PERL5= modbuild
|
|||
|
||||
MAN3= Encode::Punycode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Encode::compat.3 Encode::compat::Alias.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -36,6 +36,7 @@ MAN3= Encode.3 \
|
|||
Encode::Unicode::UTF7.3 \
|
||||
encoding.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL
|
||||
|
||||
|
|
|
@ -17,4 +17,5 @@ USE_PERL5= configure
|
|||
MAN1= fix_latin.1
|
||||
MAN3= Encoding::FixLatin.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Format::Human::Bytes.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,4 +21,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= JSON::Any.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ MAN3= JSON::DWIW.3 JSON::DWIW::Boolean.3 JSON::DWIW::Changes.3
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,6 +23,7 @@ MAN3= JSON::PP.3 \
|
|||
|
||||
SUB_FILES= pkg-install
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= JSON::XS::VersionOneAndTwo.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,4 +21,5 @@ MAN3= JSON::XS.3 JSON::XS::Boolean.3
|
|||
|
||||
PORTSCOUT= skipv:2.232
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,4 +19,5 @@ MAN3= JSON.3 \
|
|||
JSON::backportPP::Compat5005.3 \
|
||||
JSON::backportPP::Compat5006.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \
|
|||
JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \
|
||||
JSONRPC.3 JSONRPC::Transport::HTTP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= MIME::Base32.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/test1.pl
|
||||
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= MIME::Base64::URLSafe.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: ache@freebsd.org
|
||||
# Created by: ache@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MIME-Base64
|
||||
|
@ -16,4 +16,5 @@ USE_PERL5= configure
|
|||
MAN3= MIME::Base64.3 \
|
||||
MIME::QuotedPrint.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,4 +19,5 @@ USE_PERL5= modbuild
|
|||
|
||||
MAN3= Net::IDN::Nameprep.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Number::Nary.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,4 +15,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Number::RecordLocator.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= PerlIO::via::Unidecode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Sereal::Decoder.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Sereal::Encoder.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,4 +20,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= Sereal.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,4 +18,5 @@ MAN3= Storable::AMF.3 \
|
|||
Storable::AMF3.3 \
|
||||
Storable::AMF::Mapper.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -37,4 +37,5 @@ MAN3= String::Multibyte.3 \
|
|||
String::Multibyte::UTF8.3 \
|
||||
String::Multibyte::Unicode.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue