summaryrefslogtreecommitdiffstats
path: root/mercurial/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-09 07:02:59 +0000
committerLukc <lukc@upyum.com>2010-09-09 07:02:59 +0000
commit4db6da06f34b0cb3daaaf84af860798e5e715a84 (patch)
treefbd5f5dfb38eae007b098fdc5bd844f6c02f4612 /mercurial/Pkgfile
parentf4634852ddc20161a43ebb499ee856e02130a577 (diff)
downloadports-4db6da06f34b0cb3daaaf84af860798e5e715a84.tar.gz
ports-4db6da06f34b0cb3daaaf84af860798e5e715a84.tar.bz2
ports-4db6da06f34b0cb3daaaf84af860798e5e715a84.tar.xz
ports-4db6da06f34b0cb3daaaf84af860798e5e715a84.zip
Mercurial port added.
Diffstat (limited to 'mercurial/Pkgfile')
-rw-r--r--mercurial/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mercurial/Pkgfile b/mercurial/Pkgfile
new file mode 100644
index 0000000..b9af3e1
--- /dev/null
+++ b/mercurial/Pkgfile
@@ -0,0 +1,14 @@
+# Converted from Crux’s contrib repository using pkgfile-old2new by Lukc.
+
+description="A distributed VCS."
+packager="James Mills (SMTP: prologic AT shortcircuit DOT net DOT au)"
+maintainer="Thomas Penteker (SMTP: tek AT serverop DOT de)"
+url=http://www.selenic.com/mercurial/wiki/
+depends=(python)
+
+name=mercurial
+version=1.6.3
+release=1
+source=(http://www.selenic.com/$name/release/$name-$version.tar.gz)
+
+includes=(python)