gracula port

This commit is contained in:
kevlo 1999-10-29 07:47:36 +00:00
parent fc5020a311
commit 5e47231cf3
5 changed files with 46 additions and 0 deletions

20
graphics/gracual/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: gracula
# Version required: 3.0
# Date created: 28 Oct 1999
# Whom: Kevin Lo <kevlo@openbsd.org>
#
# $OpenBSD: Makefile,v 1.1.1.1 1999/10/29 07:47:36 kevlo Exp $
#
DISTNAME= gracula-3.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
http://www.whizkidtech.net/gcl/
MAINTAINER= kevlo@openbsd.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gracula ${PREFIX}/bin
$(INSTALL_PROGRAM) ${WRKSRC}/sec2000 ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
SHA1 (gracula-3.0.tar.gz) = 4f381512c026cd5e184e0bf9b88565405f6ab49c
RMD160 (gracula-3.0.tar.gz) = 0e8396530f49adbef0adfc8d2e01f35655978c68
MD5 (gracula-3.0.tar.gz) = a15925a8593637cad84b413112c3e76a

View File

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

View File

@ -0,0 +1,20 @@
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.

View File

@ -0,0 +1,2 @@
bin/gracula
bin/sec2000