head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	v_1_10:1.1.1.1
	ADAM:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.34;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.15.02.07.35;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.21.00.01.10;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.28.14.07.09;	author roam;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.14.01.16;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.15.33.21;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.10.00.05.12;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	99.08.31.02.42.49;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.08.27.22.30.19;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.06.22.06.23.45;	author cpiazza;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.22.06.23.45;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	g-gcl
# Date created:				21 Jun 1999
# Whom:					G. Adam Stanislav <adam@@whizkidtech.net>
#
# $FreeBSD: head/www/g-gcl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	g-gcl
PORTVERSION=	1.10
CATEGORIES=	www graphics
MASTER_SITES=	http://www.whizkidtech.redprince.net/gcl/ \
		ftp://ftp.whizkidtech.redprince.net/cgi/gcl/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Sample counter scripts for Graphic Counter Language

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
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.9
log
@Reset maintainership.  Adam has experienced a machine failure and is
currently unable to look after any of the ports that he has written.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Changed at maintainer's request.  Pacified portlint.
@
text
@d14 1
a14 1
MAINTAINER=	adam@@redprince.net
@


1.7
log
@Fix the URL's in pkg-descr and add HTTP master sites.

PR:		48353
Submitted by:	tadalunch@@sources.redhat.com
@
text
@d12 1
a12 2
		ftp://ftp.whizkidtech.net/cgi/gcl/ \
		http://www.whizkidtech.net/gcl/
d14 1
a14 1
MAINTAINER=	adam@@whizkidtech.net
@


1.6
log
@De-pkg-comment.
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.whizkidtech.net/cgi/gcl/ \
@


1.5
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/g-gcl/Makefile,v 1.4 2000/04/10 00:05:12 cpiazza Exp $
d15 1
@


1.4
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/g-gcl/Makefile,v 1.3 1999/08/31 02:42:49 peter Exp $
d9 1
a9 1
PORTVERSION= 	1.10
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@a1 1
# Version required:			1.10
d5 1
a5 1
# $FreeBSD$
d8 2
a9 1
DISTNAME=	g-gcl-1.10
@


1.2
log
@echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/06/22 06:23:45 cpiazza Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d34 1
a34 5
	@@echo
	@@echo "    Sample scripts installed in the"
	@@echo "    ${PREFIX}/share/examples/gracula/"
	@@echo "    directory."
	@@echo
@


1.1.1.1
log
@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>
@
text
@@
