Commit graph

21 commits

Author SHA1 Message Date
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
taca
17a1a339eb Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
taca
b6a0638a80 Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so.  This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2014-03-13 11:08:49 +00:00
taca
ba6e8e6eb1 Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec. 2013-03-07 15:14:31 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
taca
23b522a8e8 Fix build problem with ruby18.
Give up to patch gemspec but use pre-generated one.
2011-02-28 15:46:08 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
taca
88d4914289 Remove RUBY_REQD which specify older version of
current supported version of Ruby.

No functional change.
2011-02-07 14:55:55 +00:00
taca
ca9b74e90d * Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
  package's framework, bump PKGREVISION for safe update.  Noted by
  obache@ on tech-pkg.
2010-09-13 14:39:30 +00:00
taca
5816ccc192 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.
2010-09-10 12:27:34 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
minskim
e3dc65d357 Update mongrel to 1.1.5.
This version fixes bug where num_processors is not actually set from
mongrel_rails.
2008-10-07 05:28:33 +00:00
taca
566453cb7a Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
jlam
0ba4a27721 Update mongrel to version 1.1.4. Changes from version 1.0.1 include:
+ Remove dependencies on cgi_multipart_eof_fix and fastthread because
  newer versions of Ruby required by pkgsrc don't need it.  Also remove
  signatures from the gem as these have been modified by pkgsrc.

v1.0.2.	Signed gem; many minor bugfixes and patches.
v1.0.3.	Fix user-switching bug.
v1.0.4.	Backport fixes for versioning inconsistency, mongrel_rails bug,
	and DirHandler bug.
v1.1.	Pure Ruby URIClassifier. More modular architecture.
	JRuby support.
v1.1.1.	Fix mongrel_rails restart bug; fix bug with Rack status codes.
v1.1.2.	Fix worker termination bug; fix JRuby 1.0.3 load order issue;
	fix require issue on systems without Rubygems.
v1.1.3.	Fix security flaw of DirHandler
v1.1.4. Fix camping handler. Correct treatment of @throttle parameter.
2008-04-04 15:25:27 +00:00
taca
9d349f32fe Add RUBY_REQD to 1.8.6.110. Advised from obache@ via private mail. 2008-03-29 14:02:08 +00:00
taca
82ee424a96 Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it.

Bump PKGREVISION.
2008-03-29 13:07:45 +00:00
taca
0bf5fc0006 Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.
In this case, simply remove REPLACE_RUBY_PAT because file under
${WRKSRC}/examples should be replaced.
2007-12-13 14:48:09 +00:00
minskim
213e164adc Generate dynamically the list of files created by rdoc. rdoc seems to use
different numbering in creating HTML files on different platforms.
2007-04-30 19:24:11 +00:00
minskim
016711bc5e Update mongrel to 1.0.1.
The first official production quality version.  See ChangeLog
for the complete list of changes.

http://mongrel.rubyforge.org/releases/ChangeLog
2007-04-30 18:28:05 +00:00
minskim
4865d7eecb Import mongrel.
Mongrel is a fast HTTP library and server for Ruby that is intended
for hosting Ruby web applications of any kind using plain HTTP rather
than FastCGI or SCGI.  It is framework agnostic and already supports
Ruby On Rails, Og+Nitro, and Camping frameworks.
2006-11-01 06:38:47 +00:00