From root@whizkidtech.net Mon Jun 21 19:47:45 1999
Return-Path: <root@whizkidtech.net>
Received: from whizkidtech.net (r37.bfm.org [208.18.213.133])
	by hub.freebsd.org (Postfix) with ESMTP id AF8C914E37
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Jun 1999 19:47:34 -0700 (PDT)
	(envelope-from root@whizkidtech.net)
Received: (from root@localhost)
	by whizkidtech.net (8.9.2/8.9.2) id VAA16725;
	Mon, 21 Jun 1999 21:47:42 -0500 (CDT)
	(envelope-from root)
Message-Id: <199906220247.VAA16725@whizkidtech.net>
Date: Mon, 21 Jun 1999 21:47:42 -0500 (CDT)
From: adam@whizkidtech.net
Sender: root@whizkidtech.net
Reply-To: adam@whizkidtech.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: g-gcl (collection web counters)
X-Send-Pr-Version: 3.2

>Number:         12330
>Category:       ports
>Synopsis:       New port: g-gcl (collection of web counters)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 19:50:00 PDT 1999
>Closed-Date:    Mon Jun 21 23:25:20 PDT 1999
>Last-Modified:  Mon Jun 21 23:25:43 PDT 1999
>Originator:     G. Adam Stanislav
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
Whiz Kid Technomagic
>Environment:

	Web sites

>Description:

This is a collection of Graphic Counter Language scripts, along with sample
graphics, for the creation of web counters.

Requires gracula.

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	g-gcl
#	g-gcl/Makefile
#	g-gcl/files
#	g-gcl/files/md5
#	g-gcl/pkg
#	g-gcl/pkg/COMMENT
#	g-gcl/pkg/DESCR
#	g-gcl/pkg/PLIST
#
echo c - g-gcl
mkdir -p g-gcl > /dev/null 2>&1
echo x - g-gcl/Makefile
sed 's/^X//' >g-gcl/Makefile << 'END-of-g-gcl/Makefile'
X# New ports collection makefile for:	g-gcl
X# Version required:			1.10
X# Date created:				21 Jun 1999
X# Whom:					G. Adam Stanislav <adam@whizkidtech.net>
X#
X# $Id$
X#
X
XDISTNAME=	g-gcl-1.10
XCATEGORIES=	www graphics
XMASTER_SITES=	ftp://ftp.whizkidtech.net/cgi/gcl/ \
X		http://www.whizkidtech.net/gcl/
X
XMAINTAINER=	adam@whizkidtech.net
X
XRUN_DEPENDS=	gracula:${PORTSDIR}/graphics/gracula
X
XNO_BUILD=
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/gracula
X	${MKDIR} ${PREFIX}/share/gracula/pix
X	${MKDIR} ${PREFIX}/share/examples/gracula
X	${INSTALL_DATA} ${WRKSRC}/g.gd ${PREFIX}/share/gracula/pix
X	${INSTALL_DATA} ${WRKSRC}/owl.gd ${PREFIX}/share/gracula/pix
X	${INSTALL_DATA} ${WRKSRC}/read.gd ${PREFIX}/share/gracula/pix
X	${INSTALL_DATA} ${WRKSRC}/space.gd ${PREFIX}/share/gracula/pix
X	${INSTALL_SCRIPT} ${WRKSRC}/g.gcl.sample ${PREFIX}/share/examples/gracula
X	${INSTALL_SCRIPT} ${WRKSRC}/owl.gcl.sample ${PREFIX}/share/examples/gracula
X	${INSTALL_SCRIPT} ${WRKSRC}/read.gcl.sample ${PREFIX}/share/examples/gracula
X	${INSTALL_SCRIPT} ${WRKSRC}/space.gcl.sample ${PREFIX}/share/examples/gracula
X	${INSTALL_SCRIPT} ${WRKSRC}/sec2000.gcl.sample ${PREFIX}/share/examples/gracula
X	${INSTALL_SCRIPT} ${WRKSRC}/tri.gcl.sample ${PREFIX}/share/examples/gracula
X	@echo
X	@echo "    Sample scripts installed in the"
X	@echo "    ${PREFIX}/share/examples/gracula/"
X	@echo "    directory."
X	@echo
X
X.include <bsd.port.mk>
END-of-g-gcl/Makefile
echo c - g-gcl/files
mkdir -p g-gcl/files > /dev/null 2>&1
echo x - g-gcl/files/md5
sed 's/^X//' >g-gcl/files/md5 << 'END-of-g-gcl/files/md5'
XMD5 (g-gcl-1.10.tar.gz) = c7445a24865c6394ae4b14f548ccbb5e
END-of-g-gcl/files/md5
echo c - g-gcl/pkg
mkdir -p g-gcl/pkg > /dev/null 2>&1
echo x - g-gcl/pkg/COMMENT
sed 's/^X//' >g-gcl/pkg/COMMENT << 'END-of-g-gcl/pkg/COMMENT'
XSample counter scripts for Graphic Counter Language.
END-of-g-gcl/pkg/COMMENT
echo x - g-gcl/pkg/DESCR
sed 's/^X//' >g-gcl/pkg/DESCR << 'END-of-g-gcl/pkg/DESCR'
XSample Graphic Counter Language scripts for the creation of original web
Xcounters.
X
XYou can see the resulting counters at http://www.whizkidtech.net/gcl/gallery/
X
XRequires gracula.
X
Xadam@whizkidtech.net
END-of-g-gcl/pkg/DESCR
echo x - g-gcl/pkg/PLIST
sed 's/^X//' >g-gcl/pkg/PLIST << 'END-of-g-gcl/pkg/PLIST'
Xshare/gracula/pix/g.gd
Xshare/gracula/pix/owl.gd
Xshare/gracula/pix/read.gd
Xshare/gracula/pix/space.gd
Xshare/examples/gracula/g.gcl.sample
Xshare/examples/gracula/owl.gcl.sample
Xshare/examples/gracula/read.gcl.sample
Xshare/examples/gracula/space.gcl.sample
Xshare/examples/gracula/sec2000.gcl.sample
Xshare/examples/gracula/tri.gcl.sample
X@dirrm share/gracula/pix
X@dirrm share/gracula
X@dirrm share/examples/gracula
END-of-g-gcl/pkg/PLIST
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Mon Jun 21 23:25:20 PDT 1999 
State-Changed-Why:  
New port committed, thanks!! 
>Unformatted:
