summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-02 23:23:15 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-02 23:23:15 +0000
commit4388fd2a4b06ead2834ec55eacda0280e5a5eed8 (patch)
tree016950755d8a350e05ebcb1ca4a4230219aaf408 /dev-libs/libpcre
parentAdded support to change tcp port to the init script. Closes bug #97183. (diff)
downloadhistorical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.tar.gz
historical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.tar.bz2
historical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.zip
Version bump closes bug #97246 thanks to Carsten Lohrke <carlo@gentoo.org>.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/libpcre')
-rw-r--r--dev-libs/libpcre/ChangeLog8
-rw-r--r--dev-libs/libpcre/Manifest15
-rw-r--r--dev-libs/libpcre/files/digest-libpcre-6.11
-rw-r--r--dev-libs/libpcre/files/pcre-6.1-link.patch11
-rw-r--r--dev-libs/libpcre/libpcre-6.1.ebuild45
5 files changed, 78 insertions, 2 deletions
diff --git a/dev-libs/libpcre/ChangeLog b/dev-libs/libpcre/ChangeLog
index 34489808ded1..b40f8af6a446 100644
--- a/dev-libs/libpcre/ChangeLog
+++ b/dev-libs/libpcre/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libpcre
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.59 2005/06/26 06:16:27 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.60 2005/07/02 23:23:15 eradicator Exp $
+
+*libpcre-6.1 (02 Jul 2005)
+
+ 02 Jul 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ +files/pcre-6.1-link.patch, +libpcre-6.1.ebuild:
+ Version bump closes bug #97246 thanks to Carsten Lohrke <carlo@gentoo.org>.
26 Jun 2005; Lina Pezzella <j4rg0n@gentoo.org> libpcre-5.0.ebuild:
Fixed dirty dylib hack
diff --git a/dev-libs/libpcre/Manifest b/dev-libs/libpcre/Manifest
index 75ebe9d276b8..df541d5aa858 100644
--- a/dev-libs/libpcre/Manifest
+++ b/dev-libs/libpcre/Manifest
@@ -1,9 +1,13 @@
-MD5 b05482dbb8e347c19b7ecd4f685ac65f ChangeLog 7303
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 29e606c243e3dba231f15f3373a62827 ChangeLog 7522
MD5 59046451dd9a28a2a59c373b6b7f12c3 libpcre-4.2-r1.ebuild 852
MD5 47ad7fd446e1df9f7b55008a9aa8bbc1 libpcre-4.4.ebuild 1008
MD5 e11933575b142a8990bda3881545b63e libpcre-4.5.ebuild 1106
MD5 a588281f5693f0ab201655b0e19c75a7 libpcre-5.0.ebuild 1059
MD5 c1e212329f9083e2405b16dd382d6632 metadata.xml 259
+MD5 053b9ca272d9e5795fd9f54f19e4c566 libpcre-6.1.ebuild 1301
MD5 9aa6aa1ebfe1906cfd3ce45e47a58873 files/digest-libpcre-4.2-r1 61
MD5 e8b4b76c398da338c2c88e5321435d78 files/digest-libpcre-4.4 61
MD5 4e0522aaf9e2d5a196830b897f2341d2 files/digest-libpcre-4.5 61
@@ -12,3 +16,12 @@ MD5 1af02e35bc7fb89c7884027ff3a2a555 files/pcre-4.2-link.patch 717
MD5 0e2abdb46d4bf2a27fd55cf72358d465 files/pcre-4.2-macos.patch 1505
MD5 42a3f4bf8ab591263bcc23343f99c035 files/pcre-4.4-uclibc-tuple.patch 1437
MD5 bf62625896b04a15d6ca53e66f2c3e1e files/pcre-5.0-uclibc-tuple.patch 1624
+MD5 0e8194a0bf3adfbe3e1c95ec64a1ebf1 files/digest-libpcre-6.1 61
+MD5 7b7690bbbf7e1c6881aae2bc50f4d4e7 files/pcre-6.1-link.patch 832
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCxyH0ArHZZzCEUG0RAqsbAJ9d04MEhO/VAl3SNG7W2E/EErc00wCeNaUt
+288aRk9mWLbwNfVp0p4/H8k=
+=AZoQ
+-----END PGP SIGNATURE-----
diff --git a/dev-libs/libpcre/files/digest-libpcre-6.1 b/dev-libs/libpcre/files/digest-libpcre-6.1
new file mode 100644
index 000000000000..766708f3396b
--- /dev/null
+++ b/dev-libs/libpcre/files/digest-libpcre-6.1
@@ -0,0 +1 @@
+MD5 069a8c34df7ec4bd0dad8f26c64c9dd3 pcre-6.1.tar.bz2 555109
diff --git a/dev-libs/libpcre/files/pcre-6.1-link.patch b/dev-libs/libpcre/files/pcre-6.1-link.patch
new file mode 100644
index 000000000000..312180d5a109
--- /dev/null
+++ b/dev-libs/libpcre/files/pcre-6.1-link.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2005-06-27 20:35:39.000000000 +0200
++++ Makefile.in 2005-06-27 20:36:18.000000000 +0200
+@@ -99,7 +99,7 @@
+ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
+ @ON_WINDOWS@LINK = $(CC) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
+ @NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir)
+-LINKLIB = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir)
++LINKLIB = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir) -L. -L.libs
+ LINK_FOR_BUILD = $(LIBTOOL) --mode=link $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -I. -I$(top_srcdir)
+ @ON_WINDOWS@CXXLINK = $(CXX) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
+ @NOT_ON_WINDOWS@CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -I. -I$(top_srcdir)
diff --git a/dev-libs/libpcre/libpcre-6.1.ebuild b/dev-libs/libpcre/libpcre-6.1.ebuild
new file mode 100644
index 000000000000..41d0e8dc24b8
--- /dev/null
+++ b/dev-libs/libpcre/libpcre-6.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-6.1.ebuild,v 1.1 2005/07/02 23:23:15 eradicator Exp $
+
+inherit libtool flag-o-matic eutils
+
+DESCRIPTION="Perl-compatible regular expression library"
+HOMEPAGE="http://www.pcre.org/"
+SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="dev-util/pkgconfig"
+
+S="${WORKDIR}/pcre-${PV}"
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}"
+ epatch "${FILESDIR}"/pcre-5.0-uclibc-tuple.patch
+ use ppc-macos || epatch "${FILESDIR}"/pcre-6.1-link.patch
+
+ # position-independent code must used for all shared objects.
+ append-flags -fPIC
+ use ppc-macos || elibtoolize
+}
+
+src_compile() {
+ # How about the following flags?
+ # --enable-unicode-properties enable Unicode properties support
+ # --disable-stack-for-recursion disable use of stack recursion when matching
+ econf --enable-utf8 || die
+ emake all libpcrecpp.la || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+
+ dodoc AUTHORS INSTALL NON-UNIX-USE
+ dodoc doc/*.txt doc/Tech.Notes
+ use doc && dohtml doc/html/*
+}