summaryrefslogtreecommitdiffstats
path: root/lzma
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-24 20:39:01 +0200
committerLukc <lukc@upyum.com>2010-09-24 20:39:01 +0200
commit58b9809b386616be48c7c6a662f8960c478a2708 (patch)
treef94b729443c027b5251a322a826569e8cad1e03c /lzma
parentcd0972a270a3e91a6a1fe7928af8d0371050a0e5 (diff)
downloadports-58b9809b386616be48c7c6a662f8960c478a2708.tar.gz
ports-58b9809b386616be48c7c6a662f8960c478a2708.tar.bz2
ports-58b9809b386616be48c7c6a662f8960c478a2708.tar.xz
ports-58b9809b386616be48c7c6a662f8960c478a2708.zip
lzma port added.
Diffstat (limited to 'lzma')
-rw-r--r--lzma/.footprint37
-rw-r--r--lzma/.md5sum1
-rw-r--r--lzma/.sha256sum1
-rw-r--r--lzma/Pkgfile13
4 files changed, 52 insertions, 0 deletions
diff --git a/lzma/.footprint b/lzma/.footprint
new file mode 100644
index 0000000..cbf6c9b
--- /dev/null
+++ b/lzma/.footprint
@@ -0,0 +1,37 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/lzcat -> lzma
+lrwxrwxrwx root/root usr/bin/lzcmp -> lzdiff
+-rwxr-xr-x root/root usr/bin/lzdiff
+lrwxrwxrwx root/root usr/bin/lzegrep -> lzgrep
+lrwxrwxrwx root/root usr/bin/lzfgrep -> lzgrep
+-rwxr-xr-x root/root usr/bin/lzgrep
+lrwxrwxrwx root/root usr/bin/lzless -> lzmore
+-rwxr-xr-x root/root usr/bin/lzma
+-rwxr-xr-x root/root usr/bin/lzmadec
+-rwxr-xr-x root/root usr/bin/lzmainfo
+-rwxr-xr-x root/root usr/bin/lzmore
+lrwxrwxrwx root/root usr/bin/unlzma -> lzma
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/lzmadec.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblzmadec.a
+-rwxr-xr-x root/root usr/lib/liblzmadec.la
+lrwxrwxrwx root/root usr/lib/liblzmadec.so -> liblzmadec.so.0.0.0
+lrwxrwxrwx root/root usr/lib/liblzmadec.so.0 -> liblzmadec.so.0.0.0
+-rwxr-xr-x root/root usr/lib/liblzmadec.so.0.0.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+lrwxrwxrwx root/root usr/share/man/man1/lzcat.1.gz -> lzma.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lzcmp.1.gz -> lzdiff.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzdiff.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lzegrep.1.gz -> lzgrep.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lzfgrep.1.gz -> lzgrep.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzgrep.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/lzless.1.gz -> lzmore.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzma.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzmadec.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzmainfo.1.gz
+-rw-r--r-- root/root usr/share/man/man1/lzmore.1.gz
+lrwxrwxrwx root/root usr/share/man/man1/unlzma.1.gz -> lzma.1.gz
diff --git a/lzma/.md5sum b/lzma/.md5sum
new file mode 100644
index 0000000..f0d4f58
--- /dev/null
+++ b/lzma/.md5sum
@@ -0,0 +1 @@
+2a748b77a2f8c3cbc322dbd0b4c9d06a lzma-4.32.7.tar.gz
diff --git a/lzma/.sha256sum b/lzma/.sha256sum
new file mode 100644
index 0000000..34c492d
--- /dev/null
+++ b/lzma/.sha256sum
@@ -0,0 +1 @@
+9f337a8c51e5ded198d1032f5087ba3fe438f2a54e9df419e513a151775b032c lzma-4.32.7.tar.gz
diff --git a/lzma/Pkgfile b/lzma/Pkgfile
new file mode 100644
index 0000000..95cb12e
--- /dev/null
+++ b/lzma/Pkgfile
@@ -0,0 +1,13 @@
+description="Tools, headers and libraries to use LZMA."
+packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
+maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
+url=http://www.tukaani.org
+depends=()
+
+name=lzma
+version=4.32.7
+release=1
+source=(http://tukaani.org/$name/$name-$version.tar.gz)
+
+includes=(autotools)
+