summaryrefslogtreecommitdiff
path: root/data/pcre
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-02 02:54:43 +0000
commit7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch)
tree9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/pcre
parent0673535c576267adb537935c02917a526166442d (diff)
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/pcre')
-rw-r--r--data/pcre/_metadata/description2
-rw-r--r--data/pcre/_metadata/license68
l---------data/pcre/_metadata/maintainer1
-rw-r--r--data/pcre/_metadata/priority1
-rw-r--r--data/pcre/_metadata/section1
-rw-r--r--data/pcre/_metadata/version1
-rw-r--r--data/pcre/make.sh5
-rw-r--r--data/pcre/pcre-7.4.tar.gzbin0 -> 1106897 bytes
8 files changed, 79 insertions, 0 deletions
diff --git a/data/pcre/_metadata/description b/data/pcre/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/pcre/_metadata/description
@@ -0,0 +1,2 @@
+this package isn't described yet
+This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later.
diff --git a/data/pcre/_metadata/license b/data/pcre/_metadata/license
new file mode 100644
index 000000000..4baa7d83a
--- /dev/null
+++ b/data/pcre/_metadata/license
@@ -0,0 +1,68 @@
+PCRE LICENCE
+------------
+
+PCRE is a library of functions to support regular expressions whose syntax
+and semantics are as close as possible to those of the Perl 5 language.
+
+Release 7 of PCRE is distributed under the terms of the "BSD" licence, as
+specified below. The documentation for PCRE, supplied in the "doc"
+directory, is distributed under the same terms as the software itself.
+
+The basic library functions are written in C and are freestanding. Also
+included in the distribution is a set of C++ wrapper functions.
+
+
+THE BASIC LIBRARY FUNCTIONS
+---------------------------
+
+Written by: Philip Hazel
+Email local part: ph10
+Email domain: cam.ac.uk
+
+University of Cambridge Computing Service,
+Cambridge, England.
+
+Copyright (c) 1997-2007 University of Cambridge
+All rights reserved.
+
+
+THE C++ WRAPPER FUNCTIONS
+-------------------------
+
+Contributed by: Google Inc.
+
+Copyright (c) 2007, Google Inc.
+All rights reserved.
+
+
+THE "BSD" LICENCE
+-----------------
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ * Neither the name of the University of Cambridge nor the name of Google
+ Inc. nor the names of their contributors may be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+End
diff --git a/data/pcre/_metadata/maintainer b/data/pcre/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/pcre/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/pcre/_metadata/priority b/data/pcre/_metadata/priority
new file mode 100644
index 000000000..a6a7b9cd7
--- /dev/null
+++ b/data/pcre/_metadata/priority
@@ -0,0 +1 @@
+standard
diff --git a/data/pcre/_metadata/section b/data/pcre/_metadata/section
new file mode 100644
index 000000000..ee6a762e4
--- /dev/null
+++ b/data/pcre/_metadata/section
@@ -0,0 +1 @@
+utility
diff --git a/data/pcre/_metadata/version b/data/pcre/_metadata/version
new file mode 100644
index 000000000..37722ebbc
--- /dev/null
+++ b/data/pcre/_metadata/version
@@ -0,0 +1 @@
+7.4
diff --git a/data/pcre/make.sh b/data/pcre/make.sh
new file mode 100644
index 000000000..f08099126
--- /dev/null
+++ b/data/pcre/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure --enable-static=no
+make
+pkg:install
diff --git a/data/pcre/pcre-7.4.tar.gz b/data/pcre/pcre-7.4.tar.gz
new file mode 100644
index 000000000..515fccb92
--- /dev/null
+++ b/data/pcre/pcre-7.4.tar.gz
Binary files differ