summaryrefslogtreecommitdiff
path: root/www/cgilib
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-14This doesn't need nroff or rman, neither of which are present by default ontv4-52/+40
some systems. Since the manpages are distributed as ... manpages, install them as (...drum roll please...) manpages! Also fix permissions by using BSD_INSTALL_* macros.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-5/+15
problems found after fixing malloc problems
2004-04-12No longer used.snj1-24/+0
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-23bl3ifyjlam2-2/+18
2003-02-16Provide buildlink2.mkseb1-0/+24
2002-12-27Make this package build on SunOS.cjep3-13/+21
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-10Make a shared libcgi as rrdtool wants to link it into a DSO.skrll4-34/+51
Rearrange several bits of the rrdtool build mechanism so that we're not cheating quite as much. The end result is that rrdtool now compiles on both ELF and a.out. Closes pkg/14606 from Tim Preston <tim at flibble dot org>
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-10- install the source to the example program (as recommended by thedmcmahill7-16/+73
program author and desired by at least one package user). - format string patch for 64-bit systems - add message notifying users that an executible cgi program has been installed in their cgi-bin directory (since they may wish to disable them).
2001-05-05Simplify the package "Makefile" by utilizing the "USE_RMAN" hookfredb1-5/+3
in bsd.pkg.mk.
2001-05-03Honor CFLAGS passed in from environment during build.jlam2-4/+4
2001-05-03Only depend on rman if not in base system, and install HTML documentationjlam4-23/+25
under ${PREFIX}/share/doc/html.
2001-05-03Reformat to ease readability.jlam1-8/+7
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-08Create directory ${PREFIX}/libexec/cgi-bin if it does not yet exist.wennmach2-7/+8
1999-11-06Initial import of cgilib-0.5: a common gateway interface library.wennmach8-0/+113
Provided by Berndt Josef Wulf (wulf@ping.net.au) in PR 8751 with some modifications by myself.