[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4426: update pcre2 to 10.23
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4426: update pcre2 to 10.23 |
Date: |
Tue, 4 Apr 2017 18:38:20 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4426
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-04-04 15:38:16 -0700
message:
update pcre2 to 10.23
added:
pkg/other/pcre2/ pcre2-20170404223804-l7ise3rily3kp6rh-1
pkg/other/pcre2/Makefile makefile-20170404223804-l7ise3rily3kp6rh-4
pkg/other/pcre2/config.mk config.mk-20170404223804-l7ise3rily3kp6rh-2
pkg/other/pcre2/gpg-keyring gpgkeyring-20170404223804-l7ise3rily3kp6rh-3
pkg/other/pcre2/sha256sums sha256sums-20170404223804-l7ise3rily3kp6rh-5
=== added directory 'pkg/other/pcre2'
=== added file 'pkg/other/pcre2/Makefile'
--- a/pkg/other/pcre2/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/pcre2/Makefile 2017-04-04 22:38:16 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME = pcre2
+GARNAME = pcre2
+GARVERSION = 10.23
+HOME_URL = http://www.pcre.org/
+DESCRIPTION = pcre2 perl compatible regular expressions library
+define BLURB
+
+endef
+
+######################################################################
+
+#MASTER_SITES = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
+MASTER_SITES = https://ftp.pcre.org/pub/pcre/
+MASTER_SUBDIR =
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS = #
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/pcre2/config.mk'
--- a/pkg/other/pcre2/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/pcre2/config.mk 2017-04-04 22:38:16 +0000
@@ -0,0 +1,5 @@
+## Configuration options for pcre2 ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/pcre2/gpg-keyring'
Binary files a/pkg/other/pcre2/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/other/pcre2/gpg-keyring 2017-04-04 22:38:16 +0000 differ
=== added file 'pkg/other/pcre2/sha256sums'
--- a/pkg/other/pcre2/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/pcre2/sha256sums 2017-04-04 22:38:16 +0000
@@ -0,0 +1,2 @@
+dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e
download/pcre2-10.23.tar.bz2
+a88a72f686d124a6345eb3f1cbe5c5ef76674ae3ddd2396b7abbc9e91f2c6b9d
download/pcre2-10.23.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4426: update pcre2 to 10.23,
Carl Hansen <=