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:
parent
f31a4a335b
commit
65ad55b3e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31540
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cgiparse-0.8e.tar.gz) = 46960c1f91590fa1cdb7e134a9df1466
|
||||
MD5 (cgiparse-0.9a.tar.gz) = dc45cfe013d8e85d32621fe53153281d
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user