summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-12 09:30:43 +0000
committerLukc <lukc@upyum.com>2010-09-12 09:30:43 +0000
commit2b1e94bbb910617c778c39113f061eaff8694dcb (patch)
tree801c530b4218efc910ac6ddde99f639189f25677
parente6f72ae7214fe2175b4956aed3d3ea2c68b5ae06 (diff)
downloadports-2b1e94bbb910617c778c39113f061eaff8694dcb.tar.gz
ports-2b1e94bbb910617c778c39113f061eaff8694dcb.tar.bz2
ports-2b1e94bbb910617c778c39113f061eaff8694dcb.tar.xz
ports-2b1e94bbb910617c778c39113f061eaff8694dcb.zip
nhopkg port added.
-rw-r--r--nhopkg/.md5sum1
-rw-r--r--nhopkg/.sha256sum1
-rw-r--r--nhopkg/Pkgfile13
3 files changed, 15 insertions, 0 deletions
diff --git a/nhopkg/.md5sum b/nhopkg/.md5sum
new file mode 100644
index 0000000..46f1764
--- /dev/null
+++ b/nhopkg/.md5sum
@@ -0,0 +1 @@
+246c8cbf6193f90bfeaefb80a827c3a4 nhopkg-0.5.1.tar.bz2
diff --git a/nhopkg/.sha256sum b/nhopkg/.sha256sum
new file mode 100644
index 0000000..4267391
--- /dev/null
+++ b/nhopkg/.sha256sum
@@ -0,0 +1 @@
+da43427f27808de4d8b0a3305df6e1c9aa4fd0dbc4b6fa70afbd5b17364fb551 nhopkg-0.5.1.tar.bz2
diff --git a/nhopkg/Pkgfile b/nhopkg/Pkgfile
new file mode 100644
index 0000000..3fa2da1
--- /dev/null
+++ b/nhopkg/Pkgfile
@@ -0,0 +1,13 @@
+description="Lightweight and powerfull package manager system."
+packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
+maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
+url=http://www.nhopkg.org/
+depends=(bash grep bzip2 gzip)
+
+name=nhopkg
+version=0.5.1
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-${version%.*}/$name-$version.tar.bz2)
+
+includes=(autotools)
+