diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
commit | ecea4a760302eef9e35cd96c3735f95dc259cdd1 (patch) | |
tree | 4345bff39a4bda9231ee6f06ba3edf94a2e832ba /devel | |
parent | 5d0d22b4a303cf1196225ea601f02062ff49baea (diff) | |
download | ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.tar.gz ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/libidn/Makefile | 53 | ||||
-rw-r--r-- | devel/libidn/Makefile.man | 47 | ||||
-rw-r--r-- | devel/libidn/distinfo | 2 | ||||
-rw-r--r-- | devel/libidn/files/patch-doc::libidn.texi | 12 | ||||
-rw-r--r-- | devel/libidn/files/patch-po_LINGUAS | 13 | ||||
-rw-r--r-- | devel/libidn/pkg-descr | 14 | ||||
-rw-r--r-- | devel/libidn/pkg-plist | 33 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/Makefile | 31 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Net-LibIDN/pkg-plist | 8 |
12 files changed, 0 insertions, 222 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9f402274c4a5..5e83ee073dac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -484,7 +484,6 @@ SUBDIR += libhash SUBDIR += libhoard SUBDIR += libical - SUBDIR += libidn SUBDIR += libltdl15 SUBDIR += libmatheval SUBDIR += libmba @@ -1020,7 +1019,6 @@ SUBDIR += p5-Module-Starter-PBP SUBDIR += p5-Module-Versions-Report SUBDIR += p5-NEXT - SUBDIR += p5-Net-LibIDN SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-OOTools SUBDIR += p5-ORBit diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile deleted file mode 100644 index 52be3ae82bb7..000000000000 --- a/devel/libidn/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: libidn -# Date created: 19.06.2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ -# - -PORTNAME= libidn -PORTVERSION= 0.5.20 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ - http://josefsson.org/libidn/releases/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= krion@FreeBSD.org -COMMENT= Internationalized Domain Names command line tool - -USE_GETOPT_LONG= yes -USE_GNOME= gnomehack gnometarget pkgconfig -USE_ICONV= yes -USE_LIBTOOL_VER=15 -USE_PERL5_BUILD= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -INSTALLS_SHLIB= yes - -INFO= libidn - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@image{components}||g' \ - ${WRKSRC}/doc/libidn.texi - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in FAQ NEWS README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include "Makefile.man" -.include <bsd.port.mk> diff --git a/devel/libidn/Makefile.man b/devel/libidn/Makefile.man deleted file mode 100644 index fd33e015f77e..000000000000 --- a/devel/libidn/Makefile.man +++ /dev/null @@ -1,47 +0,0 @@ -MAN1+= idn.1 -MAN3+= idna_to_ascii_4i.3 -MAN3+= idna_to_ascii_4z.3 -MAN3+= idna_to_ascii_8z.3 -MAN3+= idna_to_ascii_lz.3 -MAN3+= idna_to_unicode_44i.3 -MAN3+= idna_to_unicode_4z4z.3 -MAN3+= idna_to_unicode_8z4z.3 -MAN3+= idna_to_unicode_8z8z.3 -MAN3+= idna_to_unicode_8zlz.3 -MAN3+= idna_to_unicode_lzlz.3 -MAN3+= pr29_4.3 -MAN3+= pr29_4z.3 -MAN3+= pr29_8z.3 -MAN3+= pr29_strerror.3 -MAN3+= punycode_decode.3 -MAN3+= punycode_encode.3 -MAN3+= punycode_strerror.3 -MAN3+= idna_strerror.3 -MAN3+= stringprep.3 -MAN3+= stringprep_4i.3 -MAN3+= stringprep_4zi.3 -MAN3+= stringprep_check_version.3 -MAN3+= stringprep_convert.3 -MAN3+= stringprep_locale_charset.3 -MAN3+= stringprep_locale_to_utf8.3 -MAN3+= stringprep_profile.3 -MAN3+= stringprep_strerror.3 -MAN3+= stringprep_ucs4_nfkc_normalize.3 -MAN3+= stringprep_ucs4_to_utf8.3 -MAN3+= stringprep_unichar_to_utf8.3 -MAN3+= stringprep_utf8_nfkc_normalize.3 -MAN3+= stringprep_utf8_to_locale.3 -MAN3+= stringprep_utf8_to_ucs4.3 -MAN3+= stringprep_utf8_to_unichar.3 -MAN3+= tld_check_4.3 -MAN3+= tld_check_4t.3 -MAN3+= tld_check_4tz.3 -MAN3+= tld_check_4z.3 -MAN3+= tld_check_8z.3 -MAN3+= tld_check_lz.3 -MAN3+= tld_default_table.3 -MAN3+= tld_get_4.3 -MAN3+= tld_get_4z.3 -MAN3+= tld_get_table.3 -MAN3+= tld_get_z.3 -MAN3+= tld_strerror.3 diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo deleted file mode 100644 index 4d98ad8f2e3f..000000000000 --- a/devel/libidn/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libidn-0.5.20.tar.gz) = b8ccbdf43b8da1722a6773c4e426d059 -SIZE (libidn-0.5.20.tar.gz) = 2005684 diff --git a/devel/libidn/files/patch-doc::libidn.texi b/devel/libidn/files/patch-doc::libidn.texi deleted file mode 100644 index 1429f7c14011..000000000000 --- a/devel/libidn/files/patch-doc::libidn.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/libidn.texi.orig Thu Jan 22 20:48:25 2004 -+++ doc/libidn.texi Thu Jan 22 20:48:45 2004 -@@ -1271,8 +1271,7 @@ - Accessing a specific StringPrep profile directly: - - @example --jas@@latte:~$ idn --quiet --profile=SASLprep --stringprep te@ss{}t@ordf{} --te@ss{}ta -+jas@@latte:~$ idn --quiet --profile=SASLprep --stringprep - jas@@latte:~$ - @end example - diff --git a/devel/libidn/files/patch-po_LINGUAS b/devel/libidn/files/patch-po_LINGUAS deleted file mode 100644 index 7f9f438b20b8..000000000000 --- a/devel/libidn/files/patch-po_LINGUAS +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- po/LINGUAS.orig -+++ po/LINGUAS -@@ -1,7 +1,5 @@ - da - de --en@boldquot --en@quot - eo - fr - nl diff --git a/devel/libidn/pkg-descr b/devel/libidn/pkg-descr deleted file mode 100644 index f098244d8314..000000000000 --- a/devel/libidn/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -GNU Libidn is an implementation of the Stringprep, Punycode, -and IDNA specifications defined by the IETF Internationalized -Domain Names (IDN) working group. It is used to prepare -internationalized strings (such as domain name labels, -usernames, and passwords) in order to increase the likelihood -that string input and string comparison work in ways that make -sense for typical users throughout the world. The library -contains a generic Stringprep implementation that does Unicode -3.2 NFKC normalization, mapping and prohibition of characters, -and bidirectional character handling. Profiles for iSCSI, -Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and -ASCII Compatible Encoding (ACE) via IDNA are supported. - -WWW: http://www.gnu.org/software/libidn diff --git a/devel/libidn/pkg-plist b/devel/libidn/pkg-plist deleted file mode 100644 index 20f911395c81..000000000000 --- a/devel/libidn/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/idn -include/idn-free.h -include/idn-int.h -include/idna.h -include/pr29.h -include/punycode.h -include/stringprep.h -include/tld.h -lib/libidn.a -lib/libidn.so -lib/libidn.so.16 -libdata/pkgconfig/libidn.pc -share/emacs/site-lisp/idna.el -share/emacs/site-lisp/punycode.el -%%NLS%%share/locale/da/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/de/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/eo/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/it/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/ro/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/rw/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/sr/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/sv/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/vi/LC_MESSAGES/libidn.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libidn.mo -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%NLS%%@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/rw 2> /dev/null || true diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile deleted file mode 100644 index 4aa2156b6bb6..000000000000 --- a/devel/p5-Net-LibIDN/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: p5-Net-LibIDN -# Date created: 06 March 2004 -# Whom: Dominik Brettnacher <domi@saargate.de> -# -# $FreeBSD$ -# - -PORTNAME= Net-LibIDN -PORTVERSION= 0.08 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR -PKGNAMEPREFIX= p5- - -MAINTAINER= domi@saargate.de -COMMENT= This module provides access to the libidn library - -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn - -PERL_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include - -MAN3= Net::LibIDN.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-Net-LibIDN/distinfo b/devel/p5-Net-LibIDN/distinfo deleted file mode 100644 index 1014ed5cc0c8..000000000000 --- a/devel/p5-Net-LibIDN/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Net-LibIDN-0.08.tar.gz) = 0738e29652f5d9f11694b289229e79f8 -SHA256 (Net-LibIDN-0.08.tar.gz) = 77e80bc5c65e775d5705a4b15f6e15ce1eda356fffe6fa8dc09e5f161128e7eb -SIZE (Net-LibIDN-0.08.tar.gz) = 13653 diff --git a/devel/p5-Net-LibIDN/pkg-descr b/devel/p5-Net-LibIDN/pkg-descr deleted file mode 100644 index ac954db86fe7..000000000000 --- a/devel/p5-Net-LibIDN/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module provides Perl bindings for the GNU IDN Library (Libidn) -(see also Port devel/libidn). - -WWW: http://search.cpan.org/dist/Net-LibIDN/ diff --git a/devel/p5-Net-LibIDN/pkg-plist b/devel/p5-Net-LibIDN/pkg-plist deleted file mode 100644 index 631e8c074855..000000000000 --- a/devel/p5-Net-LibIDN/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/Net/LibIDN.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net || true |