summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-22 02:02:19 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-22 02:02:19 (EDT)
commit4b280f23b03562c69cf864bd70aa5f65700a2ed1 (patch)
treee142a92c18783f3131288025a5b1555606892470
parentbe880e730a0c70af28727b78e65c1a2e0e7e0acc (diff)
Add binary packages.
-rw-r--r--libpcre-dev.pkg/control8
-rw-r--r--libpcre-dev.pkg/files5
-rw-r--r--libpcre-doc.pkg/control8
-rw-r--r--libpcre-doc.pkg/files1
-rw-r--r--libpcre.3-dbg.pkg/control8
-rw-r--r--libpcre.3-dbg.pkg/files1
-rw-r--r--libpcre.3.pkg/control4
-rw-r--r--libpcre.3.pkg/docs0
-rw-r--r--libpcre.3.pkg/files2
-rw-r--r--libpcrecpp.0.pkg/control7
-rw-r--r--libpcrecpp.0.pkg/files1
-rw-r--r--pcregrep.pkg/control7
-rw-r--r--pcregrep.pkg/files1
-rw-r--r--pcretest.pkg/control8
-rw-r--r--pcretest.pkg/files1
-rw-r--r--substvars3
16 files changed, 65 insertions, 0 deletions
diff --git a/libpcre-dev.pkg/control b/libpcre-dev.pkg/control
new file mode 100644
index 0000000..f88388f
--- /dev/null
+++ b/libpcre-dev.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libpcre.3 (= ${Binary-Version})
+Description: Perl Compatible Regular Expressions - development files
+ ${Common-Description}
+ .
+ This package provides development files for the Perl Compatible Regular
+ Expressions libraries.
diff --git a/libpcre-dev.pkg/files b/libpcre-dev.pkg/files
new file mode 100644
index 0000000..9eafb43
--- /dev/null
+++ b/libpcre-dev.pkg/files
@@ -0,0 +1,5 @@
+/usr/include/
+/usr/lib/*/lib*.a
+/usr/lib/*/lib*.so
+/usr/lib/*/pkgconfig/
+/usr/bin/pcre-config
diff --git a/libpcre-doc.pkg/control b/libpcre-doc.pkg/control
new file mode 100644
index 0000000..a5d97b8
--- /dev/null
+++ b/libpcre-doc.pkg/control
@@ -0,0 +1,8 @@
+Architecture: all
+Platform: all
+Depends: libpcre.3 (>= ${Source-Version})
+Description: Perl Compatible Regular Expressions - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the Perl Compatible Regular Expressions
+ libraries.
diff --git a/libpcre-doc.pkg/files b/libpcre-doc.pkg/files
new file mode 100644
index 0000000..1412e51
--- /dev/null
+++ b/libpcre-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/
diff --git a/libpcre.3-dbg.pkg/control b/libpcre.3-dbg.pkg/control
new file mode 100644
index 0000000..5d5bc03
--- /dev/null
+++ b/libpcre.3-dbg.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libpcre.3 (= ${Binary-Version})
+Description: Perl Compatible Regular Expressions - debugging symbols
+ ${Common-Description}
+ .
+ This package provides debugging symbols for the Perl Compatible Regular
+ Expressions libraries.
diff --git a/libpcre.3-dbg.pkg/files b/libpcre.3-dbg.pkg/files
new file mode 100644
index 0000000..b69d578
--- /dev/null
+++ b/libpcre.3-dbg.pkg/files
@@ -0,0 +1 @@
+/usr/lib/debug/
diff --git a/libpcre.3.pkg/control b/libpcre.3.pkg/control
new file mode 100644
index 0000000..5ee8452
--- /dev/null
+++ b/libpcre.3.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Description: Perl Compatible Regular Expressions
+ ${Common-Description}
diff --git a/libpcre.3.pkg/docs b/libpcre.3.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libpcre.3.pkg/docs
diff --git a/libpcre.3.pkg/files b/libpcre.3.pkg/files
new file mode 100644
index 0000000..2443f1d
--- /dev/null
+++ b/libpcre.3.pkg/files
@@ -0,0 +1,2 @@
+/usr/lib/*/libpcre.so.*
+/usr/lib/*/libpcreposix.so.*
diff --git a/libpcrecpp.0.pkg/control b/libpcrecpp.0.pkg/control
new file mode 100644
index 0000000..8b0945e
--- /dev/null
+++ b/libpcrecpp.0.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libpcre.3 (= ${Binary-Version})
+Description: Perl Compatible Regular Expressions - C++ library
+ ${Common-Description}
+ .
+ This package provides the C++ Perl Compatible Regular Expressions library.
diff --git a/libpcrecpp.0.pkg/files b/libpcrecpp.0.pkg/files
new file mode 100644
index 0000000..c5cfb67
--- /dev/null
+++ b/libpcrecpp.0.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libpcrecpp.so.*
diff --git a/pcregrep.pkg/control b/pcregrep.pkg/control
new file mode 100644
index 0000000..d1b506b
--- /dev/null
+++ b/pcregrep.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libpcre.3 (= ${Binary-Version})
+Description: Perl Compatible Regular Expressions - pcregrep utility
+ ${Common-Description}
+ .
+ This package provides a grep with Perl-compatible regular expressions.
diff --git a/pcregrep.pkg/files b/pcregrep.pkg/files
new file mode 100644
index 0000000..bbca46b
--- /dev/null
+++ b/pcregrep.pkg/files
@@ -0,0 +1 @@
+/usr/bin/pcregrep
diff --git a/pcretest.pkg/control b/pcretest.pkg/control
new file mode 100644
index 0000000..bc21b77
--- /dev/null
+++ b/pcretest.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libpcre.3 (= ${Binary-Version})
+Description: Perl Compatible Regular Expressions - pcretest utility
+ ${Common-Description}
+ .
+ This package provides a program for testing Perl-compatible regular
+ expressions.
diff --git a/pcretest.pkg/files b/pcretest.pkg/files
new file mode 100644
index 0000000..a16c4d0
--- /dev/null
+++ b/pcretest.pkg/files
@@ -0,0 +1 @@
+/usr/bin/pcretest
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..90029da
--- /dev/null
+++ b/substvars
@@ -0,0 +1,3 @@
+Common-Description:
+ The PCRE library is a set of functions that implement regular expression
+ pattern matching using the same syntax and semantics as Perl 5.