1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Initial import of gracula version 2.30.

A Graphic Counter Language compiler/interpreter.

PR:		11953
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
Steve Price 1999-06-10 23:53:17 +00:00
parent cac463acfa
commit d410b767fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19408
5 changed files with 66 additions and 0 deletions

37
graphics/gracula/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: gracula
# Version required: 2.30
# Date created: 30 May 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $Id$
#
DISTNAME= gracula-2.30
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
http://www.whizkidtech.net/gcl/
MAINTAINER= adam@whizkidtech.net
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
.if !defined (NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/NNL ${PREFIX}/share/doc/gracula
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gracula
@echo
@echo " Please read the file ${PREFIX}/share/doc/gracula/README"
@echo " to learn how to use Graphic Counter Language."
.endif
@echo
@echo " An introductory tutorial, and a GCL FAQ, can be found at"
@echo " http://www.whizkidtech.net/gcl/"
@echo " You should read both to take full advantage of the power"
@echo " of Graphic Counter Language."
@echo
@echo " Also, sample scripts and graphics are available from"
@echo " Count Gracula's Gallery, http://www.whizkidtech.net/gcl/gallery/"
@echo
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gracula-2.30.tar.gz) = ab0459caa839bdb49c3956aeb1677fa5

View File

@ -0,0 +1 @@
A Graphic Counter Language compiler/interpreter.

View File

@ -0,0 +1,22 @@
Graphic Counter Language is a powerful programming language for the creation of
graphic and textual counters and timers. These can be used on the web, as well
as in graphic application programs (such as XWindow applications) which can
call the GCL interpeter internally and have it create a counter or a timer.
Gracula is the compiler/interpreter for Graphic Counter Language, developed
under FreeBSD, though usable on any Unix system.
For details about the language, visit GCL home page (www.whizkidtech.net/gcl/)
as well as Count Gracula's Gallery (www.whizkidtech.net/gcl/gallery) which
contains a number of sample GCL scripts and showcases various counter designs.
GCL requires no configuration files. All you provide is graphic images and
simple scripts. Optionally, you may link the images directly into the gracula
executable. GCL can also receive input from external programs. A sample program
is included (sec2000). It allows the creation of GCL counters to display the
number of seconds (or minutes, hours, days) left till the Year 2000.
Gracula is written in C and highly optimized for speed which makes it work
reliably even on the busiest web sites.
G. Adam Stanislav <adam@whizkidtech.net>

View File

@ -0,0 +1,5 @@
bin/gracula
bin/sec2000
share/doc/gracula/NNL
share/doc/gracula/README
@dirrm share/doc/gracula