aboutsummaryrefslogtreecommitdiff
path: root/devel/cgilib
Commit message (Collapse)AuthorAgeFilesLines
* For the ports under `devel' category: remove superfluous linefeeds.Alexey Dokuchaev2018-01-091-1/+0
| | | | Notes: svn path=/head/; revision=458558
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-0/+1
| | | | | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Notes: svn path=/head/; revision=414458
* Allow use cgilib from C++.Dmitry Sivachenko2016-03-221-0/+11
| | | | | | | Submitted by: Sergei Tsetlin <htmlcoder@yandex.ru> Notes: svn path=/head/; revision=411657
* Support stageBaptiste Daroussin2014-01-201-9/+22
| | | | Notes: svn path=/head/; revision=340489
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* 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> Notes: svn path=/head/; revision=254598
* 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