aboutsummaryrefslogtreecommitdiff
path: root/lang/cdent
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-04-25 04:57:38 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-04-25 04:57:38 +0000
commitdfeca6cbc2ee155809ea1890f1321f4c14ae1a10 (patch)
treec65c639721930b2dbd281985caa1324cea207dac /lang/cdent
parent7ed3990ecc03ac059bbe3136484707128e993142 (diff)
downloadports-dfeca6cbc2ee155809ea1890f1321f4c14ae1a10.tar.gz
ports-dfeca6cbc2ee155809ea1890f1321f4c14ae1a10.zip
Notes
Diffstat (limited to 'lang/cdent')
-rw-r--r--lang/cdent/Makefile21
-rw-r--r--lang/cdent/distinfo3
-rw-r--r--lang/cdent/pkg-descr5
-rw-r--r--lang/cdent/pkg-plist2
4 files changed, 31 insertions, 0 deletions
diff --git a/lang/cdent/Makefile b/lang/cdent/Makefile
new file mode 100644
index 000000000000..204f7c953c34
--- /dev/null
+++ b/lang/cdent/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: cdent
+# Date created: 2010-04-25
+# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cdent
+PORTVERSION= 0.5.4
+CATEGORIES= lang
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= A Portable Module Programming Language
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
diff --git a/lang/cdent/distinfo b/lang/cdent/distinfo
new file mode 100644
index 000000000000..462baf85b073
--- /dev/null
+++ b/lang/cdent/distinfo
@@ -0,0 +1,3 @@
+MD5 (cdent-0.5.4.tar.gz) = 1005444e3b5ef8b16c79448cc9a2a76d
+SHA256 (cdent-0.5.4.tar.gz) = 7618c3fc06f5473e7782e2d49790fd33869e94081c64d3aea899adfc3b1efff1
+SIZE (cdent-0.5.4.tar.gz) = 21259
diff --git a/lang/cdent/pkg-descr b/lang/cdent/pkg-descr
new file mode 100644
index 000000000000..ae39534ac731
--- /dev/null
+++ b/lang/cdent/pkg-descr
@@ -0,0 +1,5 @@
+C'Dent is a new Acmeist programming language for writing portable modules.
+It is based on the computer programming principle known as H.O.P.E.
+(Hack Once, Please Everyone)
+
+WWW: http://cdent.org/
diff --git a/lang/cdent/pkg-plist b/lang/cdent/pkg-plist
new file mode 100644
index 000000000000..4172f4574f0f
--- /dev/null
+++ b/lang/cdent/pkg-plist
@@ -0,0 +1,2 @@
+bin/cdent
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%