This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-10-31 21:57:12 +00:00
Code
Issues
Releases
Activity
7d52cdea00
freebsd-ports
/
www
/
cgiparse
/
pkg-plist
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A library that makes parsing web forms easy. This is something that I wrote and is still under developement, but it does work.
1997-03-31 11:40:00 +00:00
include/cgi.h
lib/libcgiparse.a
Minor fixups: - Set GNU_CONFIGURE=yes. - Move manpages from pkg/PLIST to Makefile. - Add .so symlink to pkg/PLIST.
2000-08-19 20:17:10 +00:00
lib/libcgiparse.so
Add libcgiparse.so. While I'm here, convert from a.out (.so.1.0) to ELF (.so.1) format for shared library name. Submitted by: bento
2000-06-03 08:13:27 +00:00
lib/libcgiparse.so.1
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...
2000-08-11 19:18:38 +00:00
lib/libcgiparse_p.a
Reference in New Issue
Copy Permalink