aboutsummaryrefslogtreecommitdiff
path: root/lang/lci
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-25 11:27:06 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-25 11:27:06 +0000
commit806b558bbb98884f0f00d6210363a130b5da2cc1 (patch)
tree448fe263fcbb8766d27a8666d76229abfc8a9f1e /lang/lci
parente7fdee699f6b2c97921f6ac391b5d095ed4559d7 (diff)
downloadports-806b558bbb98884f0f00d6210363a130b5da2cc1.tar.gz
ports-806b558bbb98884f0f00d6210363a130b5da2cc1.zip
lang/lci: Add port.
This is the original LOLCODE interpreter. WWW: http://lolcode.org PR: 196785 Differential Revision: https://reviews.freebsd.org/D1632 Submitted by: Maxim Filimonov <che@bein.link> Approved by: koobs (mentor)
Notes
Notes: svn path=/head/; revision=377881
Diffstat (limited to 'lang/lci')
-rw-r--r--lang/lci/Makefile21
-rw-r--r--lang/lci/distinfo2
-rw-r--r--lang/lci/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/lang/lci/Makefile b/lang/lci/Makefile
new file mode 100644
index 000000000000..b144d3422194
--- /dev/null
+++ b/lang/lci/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= lci
+PORTVERSION= 0.11.2
+CATEGORIES= lang
+
+MAINTAINER= che@bein.link
+COMMENT= Original LOLCODE interpreter
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_GITHUB= yes
+GH_ACCOUNT= justinmeza
+GH_COMMIT= 2464d0c
+GH_TAGNAME= v0.11.2
+
+USES= cmake
+PLIST_FILES= bin/lci
+
+.include <bsd.port.mk>
diff --git a/lang/lci/distinfo b/lang/lci/distinfo
new file mode 100644
index 000000000000..722d91d2dec1
--- /dev/null
+++ b/lang/lci/distinfo
@@ -0,0 +1,2 @@
+SHA256 (lci-0.11.2.tar.gz) = 92a97b9dd35a68e29f256cf359026076daf6dcb381391808ad1b4f94a772c8be
+SIZE (lci-0.11.2.tar.gz) = 312142
diff --git a/lang/lci/pkg-descr b/lang/lci/pkg-descr
new file mode 100644
index 000000000000..a7793e643a28
--- /dev/null
+++ b/lang/lci/pkg-descr
@@ -0,0 +1,3 @@
+This is the original LOLCODE interpreter.
+
+WWW: http://lolcode.org