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.9
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_5_0_DP1:1.8
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.7
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.1.1.1
	v2_18:1.1.1.1
	SADA:1.1.1;
locks; strict;
comment	@# @;


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

1.9
date	2003.02.21.14.01.14;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2002.03.30.06.54.12;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2001.02.05.15.33.15;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2000.07.14.11.22.45;	author alex;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.10.00.04.38;	author cpiazza;	state Exp;
branches;
next	1.4;

1.4
date	2000.01.29.06.05.31;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.08.17.48.34;	author sada;	state dead;
branches;
next	1.2;

1.2
date	99.12.22.21.23.37;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.11.01.03.59.33;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.11.01.03.59.33;	author steve;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	libcgi
# Date created:				7 January 2000
# Whom:					Sergey Samoyloff <gonza@@techline.ru>
#
# $FreeBSD: head/www/cgi-lib/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cgi-lib
PORTVERSION=	1.4
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	alex

MAINTAINER=	gonza@@techline.ru
COMMENT=	ANSI C Library for CGI Programming

MAKEFILE=	makefile

NO_WRKSUBDIR=	yes

do-install:
	@@ ${INSTALL_DATA} ${WRKSRC}/cgi-lib.a ${PREFIX}/lib/libcgi.a
.for file in cgi-lib.h html-lib.h list-lib.h
	@@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include
.endfor
	@@ ${MKDIR} ${PREFIX}/share/doc/cgi-lib
	@@ ${INSTALL_DATA} ${WRKSRC}/cgi-lib.html ${PREFIX}/share/doc/cgi-lib

.include <bsd.port.mk>
@


1.9
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Add patch as suggested.

PR:		33925
Submitted by:	hars@@bik-gmbh.de
Approved by:	gonza@@techline.ru
@
text
@d16 1
@


1.7
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/cgi-lib/Makefile,v 1.6 2000/07/14 11:22:45 alex Exp $
d10 1
@


1.6
log
@- update to version 1.4
- respect CFLAGS
- place unversioned distfile on my public_distfiles area

Noticed by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/cgi-lib/Makefile,v 1.5 2000/04/10 00:04:38 cpiazza Exp $
d9 1
a9 1
PORTVERSION= 	1.4
@


1.5
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d2 2
a3 2
# Date created:		7 January 2000
# Whom:			Sergey Samoyloff <gonza@@techline.ru>
d5 1
a5 1
# $FreeBSD: ports/www/cgi-lib/Makefile,v 1.4 2000/01/29 06:05:31 steve Exp $
d9 1
a9 1
PORTVERSION= 	1.3
d11 2
a12 2
MASTER_SITES=	http://www.geocities.com/SiliconValley/Vista/6493/projects/code/
DISTNAME=	${PORTNAME}
@


1.4
log
@Adding cgi-lib version 1.3.
An ANSI C library for CGI programming.

PR:		15985
Submitted by:	Sergey Samoyloff <gonza@@techline.ru>
@
text
@a1 1
# Version required:	1.3
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	cgi-lib
PKGNAME=	cgi-lib-1.3
d12 1
@


1.3
log
@Removed ports/www/cgi-lib.
This software seems to be not supported any more,
and not recommended to use.
See <http://language.perl.com/info/www/!cgi-lib.html>.
@
text
@d1 4
a4 4
# New ports collection makefile for: cgi-lib.pl
# Version required:	2.18
# Date created:		29 Nov 1998
# Whom:			sada
d6 1
a6 1
# $FreeBSD: ports/www/cgi-lib/Makefile,v 1.2 1999/12/22 21:23:37 steve Exp $
d10 1
a10 1
PKGNAME=	cgi-lib-2.18
d12 1
a12 2
MASTER_SITES=	http://cgi-lib.stanford.edu/cgi-lib/2.18/
EXTRACT_SUFX=	.pl.txt
d14 3
a16 1
MAINTAINER=	sada@@FreeBSD.ORG
a17 4
EXTRACT_AFTER_ARGS= cgi-lib.pl
EXTRACT_BEFORE_ARGS=
EXTRACT_CMD=	${CP}
NO_BUILD=	yes
a18 3
USE_PERL5=	yes

INSTALLDIR=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}
d21 6
a26 2
	${MKDIR} ${INSTALLDIR}
	${INSTALL_SCRIPT} ${WRKDIR}/cgi-lib.pl ${INSTALLDIR}
@


1.2
log
@Be sure INSTALLDIR exists before we write into it.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/cgi-lib/Makefile,v 1.1.1.1 1999/11/01 03:59:33 steve Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d27 2
a28 1
	${INSTALL_SCRIPT} ${WRKDIR}/cgi-lib.pl ${INSTALLDIR}/
@


1.1.1.1
log
@Initial import of cgi-lib version 2.18.
A library for CGI scripting in Perl.

PR:		13586
Submitted by:	sada
@
text
@@
