summaryrefslogtreecommitdiff
path: root/devel/guile-fcgi
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-27Set MAINTAINER to tech-pkg@NetBSD.org.epg1-2/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-05-03Convert to buildlink3.wiz1-4/+4
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-3/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-01-07Buildlinkify.uebayasi1-4/+4
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-12-13guile-snarf wants the infile before the CFLAGS et al. patch Makefile.injschauma2-1/+15
accordingly. Should address the problem seen in Hubert's latest bulk-build.
2002-07-23Initial import of guile-fcgi-0.1 into the NetBSD Packages Collection.agc4-0/+33
Provided in PR 14635 by Eric Gillespie, Jr. <epg@pretzelnet.org> Guile interface to FastCGI. guile-fcgi incorporates both FCGI and FCGX interfaces into Guile. For more information about FastCGI, see the ap-fastcgi and fcgi-devkit packages.