Add klogoturtle, a LOGO Interpreter for KDE.
This commit is contained in:
parent
6889f379e3
commit
6d399d8e2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85427
5 changed files with 39 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
SUBDIR += jruby
|
||||
SUBDIR += jython
|
||||
SUBDIR += kawa
|
||||
SUBDIR += klogoturtle
|
||||
SUBDIR += klone
|
||||
SUBDIR += lafontaine
|
||||
SUBDIR += librep
|
||||
|
|
20
lang/klogoturtle/Makefile
Normal file
20
lang/klogoturtle/Makefile
Normal file
|
@ -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>
|
1
lang/klogoturtle/distinfo
Normal file
1
lang/klogoturtle/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (klogoturtle-0.2.tar.gz) = ab7922b2b356a68df3fe63e633715e17
|
7
lang/klogoturtle/pkg-descr
Normal file
7
lang/klogoturtle/pkg-descr
Normal file
|
@ -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>
|
10
lang/klogoturtle/pkg-plist
Normal file
10
lang/klogoturtle/pkg-plist
Normal file
|
@ -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/
|
Loading…
Reference in a new issue