summaryrefslogtreecommitdiff
path: root/www/ruby-fcgi
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10Update www/ruby-fcgi to 0.8.8.taca2-10/+9
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMAPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. 0.8.8: support ruby 1.9.1.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-6/+1
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-28/+28
directly into site_ruby.
2007-10-03Dick Davies can no longer maintain those packages. (by private mail)heinz1-2/+2
2006-07-09Update ruby-fcgi pacakge to 0.8.7.taca2-7/+8
dispatcher related fixes: Sun Jun 25 12:46:14 JST 2006 moonwolf@moonwolf.com * patch from http://www.kbmj.com/tech/index.php?itemid=26 * patch from http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain pkgsrc changes: - Add RUBY_HAS_ARCHLIB. - Update MASTER_SITES.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-30Fix errno.joerg2-1/+14
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-11Update ruby-fcgi to 0.8.6; several bug fixes.taca2-9/+8
Fri Apr 1 10:20:14 JST 2005 sugi@nemui.org * Include errno.h Fri Apr 1 08:09:13 JST 2005 aredridel@nbtsc.org * Report actual errors Adds reporting of errors fcgi experiences. Credit to David Heinemier Hansson for discovery. Fri Apr 1 08:08:07 JST 2005 aredridel@nbtsc.org * FHS Include Paths Wed Mar 30 21:45:11 JST 2005 sugi@nemui.org * 16k+request-memleak fix memory leak when 16k+/reqest. from http://enigo.com/projects/iowa/fcgipatch.html Wed Mar 30 21:43:02 JST 2005 sugi@nemui.org * fix-check_stream_error Simple fix in CHECK_STREAM_ERROR for Potential DoS see http://groups-beta.google.com/group/comp.lang.ruby/browse_thread/thread/f51e79974a454b70/54fe207411e9eb05 for details.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-28Update ruby-fcgi pacakge to 0.8.5 migrating to use new frameworktaca3-36/+10
for Ruby packages. Changes are unknown.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-04-27Convert to buildlink3.snj1-4/+4
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Importing ruby-fcgi package based on PR pkg 24612 fromtaca6-0/+76
Rasputin (rasputin at idoru dot mine dot nu). Ruby bindings for the FastCGI system. This is merged version matz's C version(fcgi.so) and Eli's pure ruby version(fastcgi.rb).