notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cgilib Library of procedures for developing CGI programs in C
0.7_2 devel on this many watch lists=18 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7_1Version of this port present on the latest quarterly branch.
Maintainer: demon@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-05-08 18:59:53
Last Update: 2024-03-05 14:51:14
Commit Hash: 0993b76
People watching this port, also watch:: libiconv, gmake, gettext
Also Listed In: www
License: GPLv2
WWW:
https://www.infodrom.org/projects/cgilib/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. include/cgi.h
  2. lib/libcgi.a
  3. lib/libcgi.so
  4. lib/libcgi.so.1
  5. share/man/man3/cgiDebug.3.gz
  6. share/man/man3/cgiEscape.3.gz
  7. share/man/man3/cgiFree.3.gz
  8. share/man/man3/cgiFreeList.3.gz
  9. share/man/man3/cgiGetCookie.3.gz
  10. share/man/man3/cgiGetCookies.3.gz
  11. share/man/man3/cgiGetFile.3.gz
  12. share/man/man3/cgiGetFiles.3.gz
  13. share/man/man3/cgiGetValue.3.gz
  14. share/man/man3/cgiGetVariables.3.gz
  15. share/man/man3/cgiHeader.3.gz
  16. share/man/man3/cgiInit.3.gz
  17. share/man/man3/cgiRedirect.3.gz
  18. share/man/man3/cgiSetHeader.3.gz
  19. share/man/man3/cgiSetType.3.gz
  20. @ldconfig
  21. /usr/local/share/licenses/cgilib-0.7_2/catalog.mk
  22. /usr/local/share/licenses/cgilib-0.7_2/LICENSE
  23. /usr/local/share/licenses/cgilib-0.7_2/GPLv2
Collapse this list.
Dependency lines:
  • cgilib>0:devel/cgilib
To install the port:
cd /usr/ports/devel/cgilib/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cgilib
  • pkg install cgilib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cgilib
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cgilib-0.7.tar.gz) = 09b7d71bd1eea10bb404cd665fd5abe69282144ce01d96f2863c85fd42d5d692 SIZE (cgilib-0.7.tar.gz) = 268783

Packages (timestamps in pop-ups are UTC):
cgilib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7_10.7_20.7_10.7_10.7_2-0.7_1-
FreeBSD:13:quarterly0.7_10.7_10.7_10.7_10.7_10.7_10.7_10.7_1
FreeBSD:14:latest0.7_10.7_20.7_10.7_10.7_20.7_1-0.7_1
FreeBSD:14:quarterly0.7_10.7_1-0.7_10.7_10.7_10.7_10.7_1
FreeBSD:15:latest0.7_10.7_2n/a0.7_1n/a0.7_10.7_10.7_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cgilib
USES:
uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs/
  2. http://www.infodrom.org/projects/cgilib/download/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7_2
05 Mar 2024 14:51:14
commit hash: 0993b76ccef18874469292b102ff5fdf53443fadcommit hash: 0993b76ccef18874469292b102ff5fdf53443fadcommit hash: 0993b76ccef18874469292b102ff5fdf53443fadcommit hash: 0993b76ccef18874469292b102ff5fdf53443fad files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/cgilib: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.7_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.7_1
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
0.7_1
30 Jul 2019 12:03:12
Revision:507632Original commit files touched by this commit
demon search for other commits by this committer
Add LICENSE.

Submitted by:	"Uni T. Runker" <unitrunker@gmail.com>
0.7_1
09 Jan 2018 18:44:07
Revision:458558Original commit files touched by this commit
danfe search for other commits by this committer
For the ports under `devel' category: remove superfluous linefeeds.
0.7_1
02 May 2016 16:08:56
Revision:414458Original commit files touched by this commit
zeising search for other commits by this committer
Update databases/rrdtool to 1.6.0

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
0.7
22 Mar 2016 13:11:14
Revision:411657Original commit files touched by this commit
demon search for other commits by this committer
Allow use cgilib from C++.

Submitted by:	Sergei Tsetlin <htmlcoder@yandex.ru>
0.7
20 Jan 2014 23:20:46
Revision:340489Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
0.7
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.7
19 May 2010 14:42:52
Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.7;
Fix segfault when using a HTML 4.0 <FORM>'s element <SELECT>
with attribute MULTIPLE.

PR:             146618
Submitted by:   Byron Young <bkyoung74q9@yahoo.com>
0.6
19 May 2008 15:18:46
Original commit files touched by this commit
demon search for other commits by this committer
Update to 0.6.

PR:             123370
Submitted by:   leeym
0.5
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [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)
0.5
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.5
08 May 2005 19:24:24
Original commit files touched by this commit
demon search for other commits by this committer
Add more MASTER_SITES.
0.5
08 May 2005 18:59:20
Original commit files touched by this commit
demon search for other commits by this committer
New port: cgilib.

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.

Number of commits found: 19