gracula port
This commit is contained in:
parent
fc5020a311
commit
5e47231cf3
20
graphics/gracual/Makefile
Normal file
20
graphics/gracual/Makefile
Normal 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>
|
3
graphics/gracual/files/md5
Normal file
3
graphics/gracual/files/md5
Normal 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
|
1
graphics/gracual/pkg/COMMENT
Normal file
1
graphics/gracual/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
|||||||
|
A Graphic Counter Language compiler/interpreter
|
20
graphics/gracual/pkg/DESCR
Normal file
20
graphics/gracual/pkg/DESCR
Normal 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.
|
2
graphics/gracual/pkg/PLIST
Normal file
2
graphics/gracual/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bin/gracula
|
||||||
|
bin/sec2000
|
Loading…
Reference in New Issue
Block a user