dns/libidn:
- Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
This commit is contained in:
parent
9e29570778
commit
f1655c7b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366659
51 changed files with 61 additions and 54 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= amarok
|
||||
PORTVERSION= 2.8.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Created by: David O'Brien (obrien@NUXI.com)
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= chinese
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../mail/mutt
|
||||
REVISEDATE= 20100927
|
||||
PORTREVISION= ${REVISEDATE}
|
||||
#REVISEDATE= 20100927
|
||||
#PORTREVISION= ${REVISEDATE}
|
||||
|
||||
# XXX: Currently PORTREVISION assignment is not perfect. It needs to
|
||||
# inherit its master port's PORTREVISION and be appended.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= monotone
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= dnsmasq
|
||||
PORTVERSION= 2.69r4
|
||||
DISTVERSION= 2.69rc4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dnsmasq
|
||||
DISTVERSION= 2.71
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= getdns
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://getdnsapi.net/dist/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= hesiod
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= gnuidn
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= knot
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \
|
||||
http://dns-lab.com/downloads/knot-dns/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 1.28
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -12,12 +12,13 @@ COMMENT= Internationalized Domain Names command line tool
|
|||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= iconv libtool makeinfo pathfix perl5 pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USES= iconv makeinfo pathfix perl5 pkgconfig
|
||||
|
||||
INFO= libidn
|
||||
|
||||
|
@ -32,17 +33,10 @@ PLIST_SUB+= NLS="@comment "
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@image{components}||g' \
|
||||
${WRKSRC}/doc/libidn.texi
|
||||
@${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|; /imagesdir = / s|infodir|docdir|' \
|
||||
@${REINPLACE_CMD} -e '/^Makefile.gdoc:/s/configure /configure.ac /' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's/-lidn/& -lintl/' ${WRKSRC}/libidn.pc.in
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \
|
||||
${WRKSRC}/libidn.pc.in
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -6,10 +6,11 @@ include/pr29.h
|
|||
include/punycode.h
|
||||
include/stringprep.h
|
||||
include/tld.h
|
||||
info/libidn-components.png
|
||||
lib/libidn.a
|
||||
lib/libidn.la
|
||||
lib/libidn.so
|
||||
lib/libidn.so.17
|
||||
lib/libidn.so.11
|
||||
lib/libidn.so.11.6.11
|
||||
libdata/pkgconfig/libidn.pc
|
||||
share/emacs/site-lisp/idna.el
|
||||
share/emacs/site-lisp/punycode.el
|
||||
|
@ -33,7 +34,6 @@ share/emacs/site-lisp/punycode.el
|
|||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libidn-components.png
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
man/man1/idn.1.gz
|
||||
man/man3/idn_free.3.gz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Net-LibIDN
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= curl
|
||||
PORTVERSION= 7.37.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
LOCAL/sunpoet
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= filezilla
|
||||
PORTVERSION= 3.9.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
|
||||
DISTNAME= FileZilla_${PORTVERSION}_src
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= wget
|
||||
DISTVERSION= 1.15
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ftp www ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= wget
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= podofo
|
||||
PORTVERSION= 0.9.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics print
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= irssi-xmpp
|
||||
PORTVERSION= 0.52
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://cybione.org/~irssi-xmpp/files/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= mutt
|
||||
PORTVERSION= ${VERSION}.j${JP_VERSION}
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= japanese mail
|
||||
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \
|
||||
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
PORTNAME= maildrop
|
||||
PORTVERSION= 2.7.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mpop
|
||||
PORTVERSION= 1.0.29
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= msmtp
|
||||
PORTVERSION= 1.4.32
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mutt
|
||||
PORTVERSION= 1.5.23
|
||||
PORTREVISION= 4
|
||||
PORTREVISION?= 5
|
||||
CATEGORIES+= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \
|
||||
ftp://ftp.mutt.org/mutt/devel/ \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.1.5
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= freetalk
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= SAVANNAH/freetalk \
|
||||
http://itdev.spb.ru/mirror/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gloox
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://camaya.net/download/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 1.6.1.1
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-im ipv6
|
||||
MASTER_SITES= http://download.jabberd.org/jabberd14/%SUBDIR%/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= jabberd
|
||||
DISTVERSION= 2.3.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
|
||||
LOCAL/matthew/${PORTNAME}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= jggtrans
|
||||
PORTVERSION= 2.2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im polish
|
||||
MASTER_SITES= https://github.com/Jajcus/jggtrans/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kopete
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-im kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DIST_SUBDIR= KDE/${PORTVERSION}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME?= libpurple
|
||||
PORTVERSION= 2.10.9
|
||||
PORTREVISION?= 6
|
||||
PORTREVISION?= 7
|
||||
CATEGORIES?= net-im
|
||||
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
|
||||
DISTNAME= pidgin-${PORTVERSION}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= jabber
|
||||
PORTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= loudmouth
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= net-im gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mcabber
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mu-conference
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://download.gna.org/mu-conference/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= prosody
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://prosody.im/downloads/source/ \
|
||||
http://redundancy.redundancy.org/mirror/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= telepathy-haze
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= eiskaltdcpp
|
||||
PORTVERSION= 2.2.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= eiskaltdc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= echoping
|
||||
PORTVERSION= 6.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= freeradius
|
||||
DISTVERSION= 3.0.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
|
||||
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= network-protocol-xmpp
|
||||
PORTVERSION= 0.4.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= kadu
|
||||
PORTVERSION= 0.12.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net-im
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 9.07
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
|
||||
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 9.06
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
|
||||
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 3.2.16
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= GNUPG/gnutls/v3.2
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gsasl
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= hydra
|
||||
PORTVERSION= 8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.thc.org/releases/ \
|
||||
PACKETSTORM/groups/thc/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= shishi
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= skipfish
|
||||
PORTVERSION= 2.10b
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dpsearch
|
||||
PORTVERSION= 4.53
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://dataparksearch.googlecode.com/files/ \
|
||||
http://www.dataparksearch.org/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= elinks
|
||||
DISTVERSION= 0.11.7
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://elinks.or.cz/download/
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.8p5
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -current
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://lynx.isc.org/current/
|
||||
|
|
Loading…
Reference in a new issue