svn commit: r301017 - in head/lang: . malbolge
Jason Helfman
jgh at FreeBSD.org
Tue Jul 17 16:37:38 UTC 2012
Author: jgh
Date: Tue Jul 17 16:37:38 2012
New Revision: 301017
URL: http://svn.freebsd.org/changeset/ports/301017
Log:
- add new port: lang/malbolge
Malbolge is an esoteric language, named after the eighth circle of hell in the
Divina Commedia by Dante.
Two years were necessary to see the first software produced in this language.
WWW: http://www.dereckson.be/software/Malbolge/
PR: ports/169863
Submitted by: dereckson at gmail.com
Added:
head/lang/malbolge/
head/lang/malbolge/Makefile (contents, props changed)
head/lang/malbolge/distinfo (contents, props changed)
head/lang/malbolge/pkg-descr (contents, props changed)
Modified:
head/lang/Makefile (contents, props changed)
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Tue Jul 17 16:30:18 2012 (r301016)
+++ head/lang/Makefile Tue Jul 17 16:37:38 2012 (r301017)
@@ -160,6 +160,7 @@
SUBDIR += lua50
SUBDIR += luajit
SUBDIR += lush
+ SUBDIR += malbolge
SUBDIR += maude
SUBDIR += mawk
SUBDIR += mdk
Added: head/lang/malbolge/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/malbolge/Makefile Tue Jul 17 16:37:38 2012 (r301017)
@@ -0,0 +1,31 @@
+# New ports collection makefile for: malbolge
+# Date created: 13 July 2012
+# Whom: Dereckson <dereckson at gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= malbolge
+PORTVERSION= 0.1.1
+CATEGORIES= lang
+MASTER_SITES= http://cdn.bitbucket.org/dereckson/${PORTNAME}/downloads/
+
+MAINTAINER= dereckson at gmail.com
+COMMENT= An esoteric language
+
+PLIST_FILES= bin/malbolge
+
+PORTDOCS= *
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/malbolge ${PREFIX}/bin
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
Added: head/lang/malbolge/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/malbolge/distinfo Tue Jul 17 16:37:38 2012 (r301017)
@@ -0,0 +1,2 @@
+SHA256 (malbolge-0.1.1.tar.gz) = ea6c9f6170c976ee2ddbe18dc23aaa607c9e99f355a637767a823fe4893fe829
+SIZE (malbolge-0.1.1.tar.gz) = 7002
Added: head/lang/malbolge/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/malbolge/pkg-descr Tue Jul 17 16:37:38 2012 (r301017)
@@ -0,0 +1,6 @@
+Malbolge is an esoteric language, named after the eighth circle of hell in the
+Divina Commedia by Dante.
+
+Two years were necessary to see the first software produced in this language.
+
+WWW: http://www.dereckson.be/software/Malbolge/
More information about the svn-ports-head
mailing list