summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-07-23 10:12:58 +0000
committerarved <arved@FreeBSD.org>2003-07-23 10:12:58 +0000
commit64def4a289b94932dfa5293e11c30fdfe290a119 (patch)
tree94127e3d2dc081ca65e8860acc7400098cfd98ab /lang
parent4bb1480069cd590f2c7d8bae900f57dcdd9079df (diff)
downloadFreeBSD-ports-64def4a289b94932dfa5293e11c30fdfe290a119.zip
FreeBSD-ports-64def4a289b94932dfa5293e11c30fdfe290a119.tar.gz
Add klogoturtle, a LOGO Interpreter for KDE.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/klogoturtle/Makefile20
-rw-r--r--lang/klogoturtle/distinfo1
-rw-r--r--lang/klogoturtle/pkg-descr7
-rw-r--r--lang/klogoturtle/pkg-plist10
5 files changed, 39 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4693576..27e9305 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -97,6 +97,7 @@
SUBDIR += jruby
SUBDIR += jython
SUBDIR += kawa
+ SUBDIR += klogoturtle
SUBDIR += klone
SUBDIR += lafontaine
SUBDIR += librep
diff --git a/lang/klogoturtle/Makefile b/lang/klogoturtle/Makefile
new file mode 100644
index 0000000..ac158e0
--- /dev/null
+++ b/lang/klogoturtle/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: klogoturtle
+# Date created: 2003-07-23
+# Whom: Tilman Linneweh <arved@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= klogoturtle
+PORTVERSION= 0.2
+CATEGORIES= lang kde
+MASTER_SITES= http://klogoturtle.sourceforge.net/
+
+MAINTAINER= arved@FreeBSD.org
+COMMENT= LOGO Interpreter for the KDE Desktop
+
+USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/lang/klogoturtle/distinfo b/lang/klogoturtle/distinfo
new file mode 100644
index 0000000..c57e8a3
--- /dev/null
+++ b/lang/klogoturtle/distinfo
@@ -0,0 +1 @@
+MD5 (klogoturtle-0.2.tar.gz) = ab7922b2b356a68df3fe63e633715e17
diff --git a/lang/klogoturtle/pkg-descr b/lang/klogoturtle/pkg-descr
new file mode 100644
index 0000000..c4e2796
--- /dev/null
+++ b/lang/klogoturtle/pkg-descr
@@ -0,0 +1,7 @@
+KLogo-Turtle is an interpreter of the LOGO language for KDE.
+
+It is a useful tool for teaching geometry and the basics
+of computer programming.
+
+WWW: http://klogoturtle.sourceforge.net/
+Author: Euclides Chuma <euclideschuma@yahoo.com.br>
diff --git a/lang/klogoturtle/pkg-plist b/lang/klogoturtle/pkg-plist
new file mode 100644
index 0000000..0f6e168
--- /dev/null
+++ b/lang/klogoturtle/pkg-plist
@@ -0,0 +1,10 @@
+bin/klogoturtle
+share/applnk/Utilities/klogoturtle.desktop
+share/apps/klogoturtle/klogoturtleui.rc
+share/icons/locolor/16x16/apps/klogoturtle.png
+share/icons/locolor/32x32/apps/klogoturtle.png
+share/locale/pt_BR/LC_MESSAGES/klogoturtle.mo
+share/doc/HTML/en/klogoturtle/index.docbook
+share/doc/HTML/en/klogoturtle/common
+@dirrm share/doc/HTML/en/klogoturtle
+@dirrm share/apps/klogoturtle/
OpenPOWER on IntegriCloud