View | Details | Raw Unified | Return to bug 195337 | Differences between
and this patch

Collapse All | Expand All

(-)ecgi/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ecgi
4
PORTNAME=	ecgi
5
PORTVERSION=	0.6.2
5
PORTVERSION=	0.6.3
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://bsdforge.com/projects/source/devel/ecgi/
8
MASTER_SITES=	http://bsdforge.com/projects/source/devel/ecgi/
(-)ecgi/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ecgi-0.6.2.tar.xz) = e8d8f00a9209c2ef87e100d35c15bc0e54c3f778e34c9551703f66c88d29e331
1
SHA256 (ecgi-0.6.3.tar.xz) = eb2a6229caf6aa4b49fd97fef6a455b46ced7e03b244c858e2ab1f4e246e3db3
2
SIZE (ecgi-0.6.2.tar.xz) = 163836
2
SIZE (ecgi-0.6.3.tar.xz) = 162176
(-)ecgi/pkg-descr (-2 / +4 lines)
Lines 1-9 Link Here
1
ecgi (easy CGI Libary) is an ANSI C library for the creation of
1
ecgi (easy CGI Libary) is an ANSI C library for the creation of
2
CGI-based Web applications. It transparently supports the CGI methods
2
CGI-based Web applications. It transparently supports the CGI methods
3
GET and POST and also multipart/form-data file uploads. The user
3
GET and POST, and also multipart/form-data file uploads. The user
4
interface is designed to be as easy as possible and maintains full
4
interface is designed to be as easy as possible and maintains full
5
compatibility to cgic 0.5.
5
compatibility to cgic 0.5.
6
6
7
It also contains a library independent introduction to CGI programming
7
It also contains a library independent introduction to CGI programming
8
with C, a .html to .h HTML template preprocessor, and fast,
8
with C, an .html to .h HTML template preprocessor, and fast,
9
block-allocating memory files.
9
block-allocating memory files.
10
11
WWW: http://bsdforge.com/projects/devel/ecgi/

Return to bug 195337