summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-09 07:33:40 +0000
committerLukc <lukc@upyum.com>2010-09-09 07:33:40 +0000
commit11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344 (patch)
tree7deea6a14f3963b52aabb266e8312ac8ed603a98
parent1a7656d24b1713f33836a9607e9c63731f8f802d (diff)
downloadports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.gz
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.bz2
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.xz
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.zip
portdbc port added.
-rw-r--r--portdbc/.footprint3
-rw-r--r--portdbc/.md5sum1
-rw-r--r--portdbc/.sha256sum1
-rw-r--r--portdbc/Pkgfile18
4 files changed, 23 insertions, 0 deletions
diff --git a/portdbc/.footprint b/portdbc/.footprint
new file mode 100644
index 0000000..aaebfaa
--- /dev/null
+++ b/portdbc/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/portdbc
diff --git a/portdbc/.md5sum b/portdbc/.md5sum
new file mode 100644
index 0000000..fe76701
--- /dev/null
+++ b/portdbc/.md5sum
@@ -0,0 +1 @@
+170c82e64c52b522063c2e2d7e4f3da8 portdbc-1.0.tar.bz2
diff --git a/portdbc/.sha256sum b/portdbc/.sha256sum
new file mode 100644
index 0000000..32aaf61
--- /dev/null
+++ b/portdbc/.sha256sum
@@ -0,0 +1 @@
+cbb5d6bffb2d5b913695a171dd3b1ca2463315f99c786564223fbf61f3e17569 portdbc-1.0.tar.bz2
diff --git a/portdbc/Pkgfile b/portdbc/Pkgfile
new file mode 100644
index 0000000..f746cc4
--- /dev/null
+++ b/portdbc/Pkgfile
@@ -0,0 +1,18 @@
+# Converted from Sepen's Crux's repository by Lukc.
+
+description="CRUX's portdb command line client."
+url=NA
+maintainer="Jose V Beneyto (SMTP: sepen AT crux DOT nu)"
+packager="Jose V Beneyto (SMTP: sepen AT crux DOT nu)"
+depends=(curl libxml2)
+
+name=portdbc
+version=1.0
+release=1
+source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ make
+ make DESTDIR=$PKG install
+}