diff --git a/lang/Makefile b/lang/Makefile index b5c4782a4cf0..21b80481fdaf 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -22,6 +22,7 @@ SUBDIR += bwbasic SUBDIR += caml-light SUBDIR += ccl + SUBDIR += cdent SUBDIR += cduce SUBDIR += cfortran SUBDIR += chicken 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 +# +# $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 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%%