summaryrefslogtreecommitdiff
path: root/www/ap2-ruby
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07Sort PLIST.taca1-4/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
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-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-2/+4
Bump PKG_REVISION.
2004-12-17Fix an error of bulk build on Solaris.taca1-5/+6
(needs to replace sh bang line of an auxiliary script.)
2004-11-28Update ap2-ruby pacakge to 1.2.4.taca6-75/+24
Changes are huge, please see ChangeLog.
2004-11-28Migrate ap2-ruby to use new framework for Ruby packages.taca2-27/+52
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-04Convert to buildlink3.snj1-6/+6
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-12Apply some changes from ap-ruby:taca1-5/+13
- stop modifying httpd.conf with apxs. - honor PKG_SYSCONFVAR. Bump PKGREVISION.
2003-12-03PKGREVISION bumps due to apr bump (thanks Thomas Klausner).epg1-1/+2
2003-08-22Add some note for ap2-ruby package.taca1-1/+9
2003-07-27make ap2-ruby compile on NetBSD 1.6.1, without non-native thread environment.taca3-1/+65
I'll send thses patch to mod_ruby people later.
2003-07-21Importing www/ap2-ruby 1.1.1 pacakge based on PR pkg/21921.taca5-0/+83
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. This package is the development version, which supports apache2 under the prefork and threaded MVM. For Apache 1.3.XX, see www/ap-ruby.