1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

update to cgiparse 0.9a which now uses the mime library that I wrote to

support multipart/form-data..  also installs a profiling library...  This
can be built w/o the mim library, but I don't feel like making this port
more complicated and making it optional...

this port could also be built w/ mime support w/o the mime library having
to be installed, but I don't see any easy way to do this with the current
port system...
This commit is contained in:
John-Mark Gurney 2000-08-11 19:18:38 +00:00
parent f31a4a335b
commit 65ad55b3e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31540
3 changed files with 8 additions and 4 deletions

View File

@ -6,11 +6,13 @@
#
PORTNAME= cgiparse
PORTVERSION= 0.8e
PORTVERSION= 0.9a
CATEGORIES= devel www
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ \
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ \
http://www.funkthat.com/~jmg/
MAINTAINER= jmg@FreeBSD.org
LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (cgiparse-0.8e.tar.gz) = 46960c1f91590fa1cdb7e134a9df1466
MD5 (cgiparse-0.9a.tar.gz) = dc45cfe013d8e85d32621fe53153281d

View File

@ -1,7 +1,9 @@
include/cgi.h
lib/libcgiparse.a
lib/libcgiparse.so.1
lib/libcgiparse.so
lib/libcgiparse_p.a
man/man3/cgigetvalue.3.gz
man/man3/cgiclose.3.gz
man/man3/cginewquerystr.3.gz
@unexec /usr/bin/env /sbin/ldconfig -R
@exec /usr/bin/env /sbin/ldconfig -m %B