diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile new file mode 100644 index 00000000000..d3ffa4dd2e3 --- /dev/null +++ b/graphics/gracula/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gracula +# Version required: 3.0 +# Date created: 28 Oct 1999 +# Whom: Kevin Lo +# +# $OpenBSD: Makefile,v 1.1.1.1 1999/10/29 08:01:36 turan 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 diff --git a/graphics/gracula/files/md5 b/graphics/gracula/files/md5 new file mode 100644 index 00000000000..f44fee69c7e --- /dev/null +++ b/graphics/gracula/files/md5 @@ -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 diff --git a/graphics/gracula/pkg/COMMENT b/graphics/gracula/pkg/COMMENT new file mode 100644 index 00000000000..d6cea08f121 --- /dev/null +++ b/graphics/gracula/pkg/COMMENT @@ -0,0 +1 @@ +A Graphic Counter Language compiler/interpreter diff --git a/graphics/gracula/pkg/DESCR b/graphics/gracula/pkg/DESCR new file mode 100644 index 00000000000..82bab2ceeb4 --- /dev/null +++ b/graphics/gracula/pkg/DESCR @@ -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. diff --git a/graphics/gracula/pkg/PLIST b/graphics/gracula/pkg/PLIST new file mode 100644 index 00000000000..bbb3c651cef --- /dev/null +++ b/graphics/gracula/pkg/PLIST @@ -0,0 +1,2 @@ +bin/gracula +bin/sec2000