aboutsummaryrefslogtreecommitdiff
path: root/devel/cgilib
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.Dmitry Sivachenko2008-05-195-23/+43
| | | | | | | | PR: 123370 Submitted by: leeym Notes: svn path=/head/; revision=213337
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add more MASTER_SITES.Dmitry Sivachenko2005-05-081-1/+2
| | | | Notes: svn path=/head/; revision=134878
* New port: cgilib.Dmitry Sivachenko2005-05-086-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. Notes: svn path=/head/; revision=134875