summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-18 23:32:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-18 23:32:50 (EDT)
commit497b3dc29d95914f8a8138d7d8c1e8d711f46184 (patch)
treef1e8958c48bc9255d677b04b6591ec0e0f95b9d5
parent23b280457dea6e3c30d5dea380ca13af15dd23e5 (diff)
Add binary packages.
-rw-r--r--libtcl8.6-data.pkg/control6
-rw-r--r--libtcl8.6-data.pkg/docs0
-rw-r--r--libtcl8.6-data.pkg/files1
-rw-r--r--libtcl8.6-dev.pkg/control8
-rw-r--r--libtcl8.6-dev.pkg/files5
-rw-r--r--libtcl8.6.pkg/control7
-rw-r--r--libtcl8.6.pkg/files1
-rw-r--r--substvars5
-rw-r--r--tcl8.6-doc.pkg/control8
-rw-r--r--tcl8.6-doc.pkg/files1
-rw-r--r--tclsh8.6.pkg/control8
-rw-r--r--tclsh8.6.pkg/files1
12 files changed, 51 insertions, 0 deletions
diff --git a/libtcl8.6-data.pkg/control b/libtcl8.6-data.pkg/control
new file mode 100644
index 0000000..cb90f8b
--- /dev/null
+++ b/libtcl8.6-data.pkg/control
@@ -0,0 +1,6 @@
+Architecture: all
+Platform: all
+Description: Tool Command Language ${Version} - scripts
+ ${Common-Description}
+ .
+ This package provides encodings, Tcl packages, and other data files for Tcl.
diff --git a/libtcl8.6-data.pkg/docs b/libtcl8.6-data.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libtcl8.6-data.pkg/docs
diff --git a/libtcl8.6-data.pkg/files b/libtcl8.6-data.pkg/files
new file mode 100644
index 0000000..dee8ab9
--- /dev/null
+++ b/libtcl8.6-data.pkg/files
@@ -0,0 +1 @@
+/usr/share/tcl*
diff --git a/libtcl8.6-dev.pkg/control b/libtcl8.6-dev.pkg/control
new file mode 100644
index 0000000..510a8fc
--- /dev/null
+++ b/libtcl8.6-dev.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libtcl8.6 (= ${Binary-Version}), libtcl8.6-data (= ${Binary-Version})
+Description: Tool Command Language ${Version} - development files
+ ${Common-Description}
+ .
+ This package provides development files for embedding or extending the Tcl
+ interpreter.
diff --git a/libtcl8.6-dev.pkg/files b/libtcl8.6-dev.pkg/files
new file mode 100644
index 0000000..2403cf2
--- /dev/null
+++ b/libtcl8.6-dev.pkg/files
@@ -0,0 +1,5 @@
+/usr/include
+/usr/lib/*/*.a
+/usr/lib/*/pkgconfig/tcl8.6.pc
+/usr/lib/*/tcl*Config.sh
+/usr/share/aclocal
diff --git a/libtcl8.6.pkg/control b/libtcl8.6.pkg/control
new file mode 100644
index 0000000..b5a3649
--- /dev/null
+++ b/libtcl8.6.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libtcl8.6-data (= ${Binary-Version})
+Description: Tool Command Language ${Version} - library
+ ${Common-Description}
+ .
+ This package provides the Tcl interpreter library.
diff --git a/libtcl8.6.pkg/files b/libtcl8.6.pkg/files
new file mode 100644
index 0000000..8188cfe
--- /dev/null
+++ b/libtcl8.6.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libtcl*.so
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..61c5bb8
--- /dev/null
+++ b/substvars
@@ -0,0 +1,5 @@
+Version: 8.6
+Common-Description:
+ Tcl (Tool Command Language) is a very powerful but easy to learn dynamic
+ programming language, suitable for a very wide range of uses, including web and
+ desktop applications, networking, administration, testing and many more.
diff --git a/tcl8.6-doc.pkg/control b/tcl8.6-doc.pkg/control
new file mode 100644
index 0000000..e498b34
--- /dev/null
+++ b/tcl8.6-doc.pkg/control
@@ -0,0 +1,8 @@
+Architecture: all
+Platform: all
+Depends: libtcl8.6-data (= ${Binary-Version})
+Suggests: tclsh8.6, libtcl8.6-dev
+Description: Tool Command Language ${Version} - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the Tcl shell and interpreter library.
diff --git a/tcl8.6-doc.pkg/files b/tcl8.6-doc.pkg/files
new file mode 100644
index 0000000..0ddb634
--- /dev/null
+++ b/tcl8.6-doc.pkg/files
@@ -0,0 +1 @@
+/usr/share/man
diff --git a/tclsh8.6.pkg/control b/tclsh8.6.pkg/control
new file mode 100644
index 0000000..d8f8702
--- /dev/null
+++ b/tclsh8.6.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Depends: libtcl8.6 (= ${Binary-Version}), libtcl8.6-data (= ${Binary-Version}),
+ libz.1
+Description: Tool Command Language ${Version} - shell
+ ${Common-Description}
+ .
+ This package provides the Tcl shell.
diff --git a/tclsh8.6.pkg/files b/tclsh8.6.pkg/files
new file mode 100644
index 0000000..c51f117
--- /dev/null
+++ b/tclsh8.6.pkg/files
@@ -0,0 +1 @@
+/usr/bin/tclsh*