summaryrefslogtreecommitdiff
path: root/www/g-gcl
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-22 06:23:47 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-22 06:23:47 +0000
commit3537bd37f47dd5c64e8e851c0e42587ddc8776c6 (patch)
treeb9f514e14d8e2741e83bf35f461cbe13cee1334e /www/g-gcl
parentUpdate gracula to version 3.0 (diff)
Import of g-gcl.
g-gcl is a set of sample graphic counter language scripts for the creation of original web counters and timers. See the graphics/gracula port. You can see the resulting counters at: http://www.whizkidtech.net/gcl/gallery/ PR: 12330 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Notes
Notes: svn path=/head/; revision=19621
Diffstat (limited to 'www/g-gcl')
-rw-r--r--www/g-gcl/Makefile40
-rw-r--r--www/g-gcl/distinfo1
-rw-r--r--www/g-gcl/pkg-comment1
-rw-r--r--www/g-gcl/pkg-descr8
-rw-r--r--www/g-gcl/pkg-plist13
5 files changed, 63 insertions, 0 deletions
diff --git a/www/g-gcl/Makefile b/www/g-gcl/Makefile
new file mode 100644
index 000000000000..b4857556cdf5
--- /dev/null
+++ b/www/g-gcl/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: g-gcl
+# Version required: 1.10
+# Date created: 21 Jun 1999
+# Whom: G. Adam Stanislav <adam@whizkidtech.net>
+#
+# $Id$
+#
+
+DISTNAME= g-gcl-1.10
+CATEGORIES= www graphics
+MASTER_SITES= ftp://ftp.whizkidtech.net/cgi/gcl/ \
+ http://www.whizkidtech.net/gcl/
+
+MAINTAINER= adam@whizkidtech.net
+
+RUN_DEPENDS= gracula:${PORTSDIR}/graphics/gracula
+
+NO_BUILD=
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/gracula
+ ${MKDIR} ${PREFIX}/share/gracula/pix
+ ${MKDIR} ${PREFIX}/share/examples/gracula
+ ${INSTALL_DATA} ${WRKSRC}/g.gd ${PREFIX}/share/gracula/pix
+ ${INSTALL_DATA} ${WRKSRC}/owl.gd ${PREFIX}/share/gracula/pix
+ ${INSTALL_DATA} ${WRKSRC}/read.gd ${PREFIX}/share/gracula/pix
+ ${INSTALL_DATA} ${WRKSRC}/space.gd ${PREFIX}/share/gracula/pix
+ ${INSTALL_SCRIPT} ${WRKSRC}/g.gcl.sample ${PREFIX}/share/examples/gracula
+ ${INSTALL_SCRIPT} ${WRKSRC}/owl.gcl.sample ${PREFIX}/share/examples/gracula
+ ${INSTALL_SCRIPT} ${WRKSRC}/read.gcl.sample ${PREFIX}/share/examples/gracula
+ ${INSTALL_SCRIPT} ${WRKSRC}/space.gcl.sample ${PREFIX}/share/examples/gracula
+ ${INSTALL_SCRIPT} ${WRKSRC}/sec2000.gcl.sample ${PREFIX}/share/examples/gracula
+ ${INSTALL_SCRIPT} ${WRKSRC}/tri.gcl.sample ${PREFIX}/share/examples/gracula
+ @echo
+ @echo " Sample scripts installed in the"
+ @echo " ${PREFIX}/share/examples/gracula/"
+ @echo " directory."
+ @echo
+
+.include <bsd.port.mk>
diff --git a/www/g-gcl/distinfo b/www/g-gcl/distinfo
new file mode 100644
index 000000000000..8f8c25fa1f52
--- /dev/null
+++ b/www/g-gcl/distinfo
@@ -0,0 +1 @@
+MD5 (g-gcl-1.10.tar.gz) = c7445a24865c6394ae4b14f548ccbb5e
diff --git a/www/g-gcl/pkg-comment b/www/g-gcl/pkg-comment
new file mode 100644
index 000000000000..34372917a9ad
--- /dev/null
+++ b/www/g-gcl/pkg-comment
@@ -0,0 +1 @@
+Sample counter scripts for Graphic Counter Language.
diff --git a/www/g-gcl/pkg-descr b/www/g-gcl/pkg-descr
new file mode 100644
index 000000000000..23576e15d6ce
--- /dev/null
+++ b/www/g-gcl/pkg-descr
@@ -0,0 +1,8 @@
+Sample Graphic Counter Language scripts for the creation of original web
+counters.
+
+You can see the resulting counters at http://www.whizkidtech.net/gcl/gallery/
+
+Requires gracula.
+
+adam@whizkidtech.net
diff --git a/www/g-gcl/pkg-plist b/www/g-gcl/pkg-plist
new file mode 100644
index 000000000000..f0cfa71d82cc
--- /dev/null
+++ b/www/g-gcl/pkg-plist
@@ -0,0 +1,13 @@
+share/gracula/pix/g.gd
+share/gracula/pix/owl.gd
+share/gracula/pix/read.gd
+share/gracula/pix/space.gd
+share/examples/gracula/g.gcl.sample
+share/examples/gracula/owl.gcl.sample
+share/examples/gracula/read.gcl.sample
+share/examples/gracula/space.gcl.sample
+share/examples/gracula/sec2000.gcl.sample
+share/examples/gracula/tri.gcl.sample
+@dirrm share/gracula/pix
+@dirrm share/gracula
+@dirrm share/examples/gracula