Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some spaces -> tabs for ports/www. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Make libcgiparse.so symlink in post-install target so this port packages. | asami | 2000-11-14 | 1 | -0/+4 |
| | | | | | | While I'm here, add INSTALLS_SHLIB since this port obviously does so. Submitted by: bento (first half) | ||||
* | Correct CATEGORIES - make first category in the CATEGORIES list matching parent | sobomax | 2000-10-04 | 1 | -1/+1 |
| | | | | directory. | ||||
* | update md5 that got lost when I upgraded the Makefile | jmg | 2000-09-26 | 1 | -1/+1 |
| | |||||
* | upgrade to latest version which includes some semicolons that somehow | jmg | 2000-09-25 | 1 | -3/+1 |
| | | | | disappeared... | ||||
* | Mark BROKEN: Install script does not work | kris | 2000-09-22 | 1 | -0/+2 |
| | | | | Submitted by: onigiri | ||||
* | Minor fixups: | steve | 2000-08-20 | 2 | -5/+4 |
| | | | | | | - Set GNU_CONFIGURE=yes. - Move manpages from pkg/PLIST to Makefile. - Add .so symlink to pkg/PLIST. | ||||
* | update to cgiparse 0.9a which now uses the mime library that I wrote to | jmg | 2000-08-12 | 3 | -4/+8 |
| | | | | | | | | | | 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... | ||||
* | replace , w/ as pointed out... | jmg | 2000-06-17 | 1 | -1/+1 |
| | | | | PR: 19328 | ||||
* | add www to the categories list... | jmg | 2000-06-06 | 1 | -1/+1 |
| | | | | Approved-on-IRC-by: bfumerola,mph,rwatson, | ||||
* | that url has been invalid ever since I moved out of the UofO dorms in | jmg | 2000-06-06 | 1 | -1/+1 |
| | | | | | June 1998. Guess it was shortly after Mon Mar 30 9:43:58 1998 according to the port survey... | ||||
* | Add libcgiparse.so. While I'm here, convert from a.out (.so.1.0) to | asami | 2000-06-03 | 1 | -1/+2 |
| | | | | | | ELF (.so.1) format for shared library name. Submitted by: bento | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-10 | 1 | -2/+2 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | update so that we don't have to have a patch... | jmg | 1998-03-02 | 2 | -5/+6 |
| | | | | | | now version is 0.8e (and this time I remebered to make makesum) | ||||
* | Portlint nit and update version required to 0.8d. | steve | 1998-03-02 | 1 | -2/+2 |
| | |||||
* | forgot to make checksum | jmg | 1998-02-19 | 1 | -1/+1 |
| | |||||
* | update to latest version | jmg | 1998-02-19 | 1 | -2/+2 |
| | |||||
* | update port to cgiparse-0.8c | jmg | 1997-04-01 | 2 | -4/+4 |
| | |||||
* | A library that makes parsing web forms easy. | jmg | 1997-03-31 | 5 | -0/+28 |
This is something that I wrote and is still under developement, but it does work. |