aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cgilib
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2
| | | | devel part 1)
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* Update to 0.7;Dmitry Sivachenko2010-05-193-37/+15
| | | | | | | | Fix segfault when using a HTML 4.0 <FORM>'s element <SELECT> with attribute MULTIPLE. PR: 146618 Submitted by: Byron Young <bkyoung74q9@yahoo.com>
* Update to 0.6.Dmitry Sivachenko2008-05-195-23/+43
| | | | | PR: 123370 Submitted by: leeym
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Add more MASTER_SITES.Dmitry Sivachenko2005-05-091-1/+2
|
* New port: cgilib.Dmitry Sivachenko2005-05-096-0/+63
This is quite a simple library that provides an easy interface to the common gateway interface, known as CGI. The purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl. It is needed for modern rrdtool.