diff options
author | jmg <jmg@FreeBSD.org> | 2000-08-12 03:18:38 +0800 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2000-08-12 03:18:38 +0800 |
commit | 94dff84b7c8059c180ff2fd33a2a25e0ed919f57 (patch) | |
tree | 8303b7f8d23e6734ee98c76fb6c5a649f3267c9f /www | |
parent | 2f592f2fca3c2e1be9c77ecbe660c10eb6123451 (diff) | |
download | freebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.tar.gz freebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.tar.zst freebsd-ports-gnome-94dff84b7c8059c180ff2fd33a2a25e0ed919f57.zip |
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...
Diffstat (limited to 'www')
-rw-r--r-- | www/cgiparse/Makefile | 6 | ||||
-rw-r--r-- | www/cgiparse/distinfo | 2 | ||||
-rw-r--r-- | www/cgiparse/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 53b1d4eebb69..2c757ea53274 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -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> diff --git a/www/cgiparse/distinfo b/www/cgiparse/distinfo index d2cdf66753e7..66d6020bb41a 100644 --- a/www/cgiparse/distinfo +++ b/www/cgiparse/distinfo @@ -1 +1 @@ -MD5 (cgiparse-0.8e.tar.gz) = 46960c1f91590fa1cdb7e134a9df1466 +MD5 (cgiparse-0.9a.tar.gz) = dc45cfe013d8e85d32621fe53153281d diff --git a/www/cgiparse/pkg-plist b/www/cgiparse/pkg-plist index c578b445d6e5..c63f5661cc08 100644 --- a/www/cgiparse/pkg-plist +++ b/www/cgiparse/pkg-plist @@ -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 |