1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add cdent 0.5.4, a Portable Module Programming Language.

This commit is contained in:
Li-Wen Hsu 2010-04-25 04:57:38 +00:00
parent 7ed3990ecc
commit dfeca6cbc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253196
5 changed files with 32 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += bwbasic
SUBDIR += caml-light
SUBDIR += ccl
SUBDIR += cdent
SUBDIR += cduce
SUBDIR += cfortran
SUBDIR += chicken

21
lang/cdent/Makefile Normal file
View File

@ -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>

3
lang/cdent/distinfo Normal file
View File

@ -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

5
lang/cdent/pkg-descr Normal file
View File

@ -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/

2
lang/cdent/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/cdent
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%