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:
parent
cac463acfa
commit
d410b767fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19408
37
graphics/gracula/Makefile
Normal file
37
graphics/gracula/Makefile
Normal 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>
|
1
graphics/gracula/distinfo
Normal file
1
graphics/gracula/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gracula-2.30.tar.gz) = ab0459caa839bdb49c3956aeb1677fa5
|
1
graphics/gracula/pkg-comment
Normal file
1
graphics/gracula/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Graphic Counter Language compiler/interpreter.
|
22
graphics/gracula/pkg-descr
Normal file
22
graphics/gracula/pkg-descr
Normal 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>
|
5
graphics/gracula/pkg-plist
Normal file
5
graphics/gracula/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/gracula
|
||||
bin/sec2000
|
||||
share/doc/gracula/NNL
|
||||
share/doc/gracula/README
|
||||
@dirrm share/doc/gracula
|
Loading…
Reference in New Issue
Block a user