Commit graph

155741 commits

Author SHA1 Message Date
joerg
5522cbf5bd uwsgi-0.9.4.2:
- fix a race condition in the worker spawning code
- minor fixes for the spooler code
- backport of UWSGI_SCHEME for better HTTPS support
- improvements for graceful reloading code
2010-03-08 13:49:18 +00:00
fhajny
9bb7fed1d6 Updated www/thin to 1.2.7.
== 1.2.7 No Hup
 * Support multiple Ruby version (fat binaries under windows)
 * Do not trap unsupported HUP signal on Windows

== 1.2.6 Crazy Delicious
 * Make work with Rails 3 out-of-the-box.
 * Auto-detect and load config.ru files on start. Makes Rails 3 work.
 * Fix signals being ignored under 1.9 when daemonized.

== 1.2.5 This Is Not A Web Server
 * Add rolling restart support (--onebyone option) [sikachu]
 * Force external_encoding of request's body to ASCII_8BIT [jeremyz]
 * Ensure Rack base API is used in Rails adapter only if version >= 2.3.2
   [#111 state:resolved]

== 1.2.4 Flaming Astroboy
 * Fix a few issues in thin to make it a better "gem citizen" [josh]
 * Fix test for rack based Rails in adapter under Ruby >= 1.8.7
   [#109 state:resolved]
 * Fix Remote address spoofing vulnerability in Connection#remote_address
   [Alexey Borzenkov]
 * Fix uninitialized constant ActionController::Dispatcher error with
   Rails 1.2.3 [Chris Anderton] [#103 state:resolved]

== 1.2.2 I Find Your Lack of Sauce Disturbing release
 * Fix force kill under 1.9 [Alexey Chebotar]
 * Fix regression when --only option is used w/ --socket.
 * Add process name 'tag' functionality. Easier to distinguish thin daemons
   from eachother in process listing [ctcherry]

== 1.2.1 Asynctilicious Ultra Supreme release
 * Require Rack 1.0.0
 * Require EventMachine 0.12.6
 * Use Rails Rack based dispatcher when available
 * Allow String for response body
 * Require openssl before eventmachine to prevent crash in 1.9

== 1.2.0 Asynctilicious Supreme release
 * Add support for Windows mingw Ruby distro [Juan C. Rodriguez]
 * Add async response support, see example/async_*.ru [raggi]

== 1.1.1 Super Disco Power Plus release
 * Fix bug when running with only options [hasimo]

== 1.1.0 Super Disco Power release
 * Require EventMachine 0.12.4
 * Remove Thin handler, now part of Rack 0.9.1
 * Fix Rack protocol version to 0.1 in environment hash.
 * Fix error when passing no_epoll option to a cluster.
 * Omit parsing #defined strings [Jeremy Zurcher]
 * Defaults SERVER_NAME to localhost like webrick does [#87 state:resolved]
 * Namespace parser to prevent error when mongrel is required [cliffmoon]
 * Set RACK_ENV based on environment option when loading rackup file
   [Curtis Summers] [#83 state:resolved]
 * Fixes a warning RE relative_url_root when using a prefix with Rails
   2.1.1 [seriph] [#85 state:resolved]
 * --only can work as a sequence number (if < 80) or a port number
   (if >= 80) [jmay] [#81 state:resolved]

== 1.0.0 That's What She Said release
 * Fixed vlad.rake to allow TCP or socket [hellekin]
 * Updated Mack adapter to handle both <0.8.0 and >0.8.0 [Mark Bates]
 * rails rack adapter uses File.readable_real? so it recognizes ACL
   permissions [Ricardo Chimal]
 * Log a warning if Rack application returns nil body [Michael S. Klishin]
 * Handle nil and Time header values correctly [#76 state:resolved] [tmm1]
 * Add Content-Length header to response automatically when possible
   [#74 state:resolved] [dkubb]
 * Runner now remembers -r, -D and -V parameters so that clustered servers
   inherit those and 'restart' keep your parameters.
 * Make Set-Cookie header, in Rails adapter, compatible with current Rack
   spec [Pedro Belo] [#73, state:resolved]
 * Add --no-epoll option to disable epoll usage on Linux
   [#61 state:resolved]
 * Add --force (-f) option to force stopping of a daemonized server
   [#72 state:resolved]
 * Update halycon adapter loader [mtodd]

== 0.8.2 Double Margarita release
 * Require EventMachine 0.12.0
 * [bug] Fix timeout handling when running command
 * [bug] Fix hanging when restarting and no process is running in single
   server move, fixes #67
 * Added Mack adapter [markbates]
 * Allow rackup .rb files by getting a conventionally named constant as
   the app [bmizerany]
2010-03-08 13:38:24 +00:00
fhajny
aa38b32b1e Updated www/varnish to 2.0.6.
2.0.6:
- Fix off-by-one error in ESI handling
- Bug fixes related to session lingering
- Backend probes should now work correctly with more servers
- Portability fixes
- Make it possible to specify the per-thread stack size, useful for 32 bit
  systems

2.0.5:
- Performance improvements, particularly on Linux.
- Implement support for HTTP continuation lines
- Handle illegal responses from the backend better by serving a 503 page
  rather than panic-ing
- Add backtrace to assertion errors. This requires Varnish to be installed
  unstripped
- Consume less memory when processing ESI
- Better standards compliance with If-None-Match support and emitting more
  headers on 304 responses
- Add a FetchError? log tag which makes it easier to understand why a
  backend fetch failed.

pkgsrc changes:
- Proper EGDIR/SYSCONFDIR support.
- Default user, directory, ownership and permissions support.
- Rudimentary fix for gcc vs. sunpro on Solaris, as used by varnish
  to compile config files.
2010-03-08 13:24:01 +00:00
joerg
d175ce5fee USE_NCURSES= # emtpy -> USE_NCURSES=yes 2010-03-08 13:21:37 +00:00
fhajny
967e3ee0e8 Updated devel/rubigen to 1.5.4.
1.5.4
- mocha, cucumber and shoulda are development dependencies (fixes
  requirement for thoughtbot-shoulda too)

1.5.3
- Forced rubigen to use activesupport 2.3.5 (as the last < 3.0
  version). It will upgrade to use 3.0.0 when it is released.

1.5.2
- Trying to remove a circular rubigen->newgem->rubigen dependency issue

1.5.1
- Return #write_manifest which was accidently removed
- Moved website into gh-pages branch

1.5.0
- Preparation for integration back into Rails
- --git/-g option for generated files to be added via git commands
- after_generate hook for generators (used as rails' templates mechanism)
- bumped activesupport requirement to 2.2.2
- upgraded internal files to support latest newgem (removed config/
  folder, moved config to Rakefile)
- support for RAILS_ROOT as a destination root
- removed references to Merb which now has its own generator system;
  can access any merb generators via 'rubigen' helper app
- RubiGen::Base.active can be changed to a RubiGen::Base subclass that will
  be used for lookups (e.g. RubiGen::Base.active = Rails::Generator::Base)

1.4.0
- rubigen tests now pass against ruby 1.9.0 and ruby 1.9.1(prerelease 2)
- puts are sent to an explicit #stdout which can be STDOUT or a StringIO
  passed from tests; test output is now clean!
2010-03-08 12:51:45 +00:00
sborrill
8aed02807f Add DESTDIR support.
Bump PKGREVISION
2010-03-08 12:49:35 +00:00
dmcmahill
6c97ce3bf0 Added devel/flexdock version 0.5.1 2010-03-08 12:41:34 +00:00
dmcmahill
06a88f5bde add and enable flexdock 2010-03-08 12:40:08 +00:00
fhajny
b9b4ccccda Updated devel/hoe to 2.5.0.
Switched the gemspec based build.

2.5.0:
- Add extra dirs to rcov include path if needed.
- Added Hoe#dependency_target to make dependencies easier to declare.
- Added extra doco to describe how auto-population works.
- Added more doco to readme.
- Don’t bother posting news to rubyforge.
- Hoe::Inline plugin now deals with X::Y by flattening the name.
- Merged some of Hoe.pdf to README.txt and further improved doco.
- Pushed gemcutter & rubyforge dependencies down to the plugins.
- Fix perms on Hoe.pdf after copying.
- Fixed Hoe rdoc problem caused by gemcutter plugin.

2.4.0
- Added Hoe.pdf
- Added gemcutter plugin (raggi)
- Added newb plugin. (jbarnette)
- Improved README.txt
- Improved rdoc
- Refactored rubyforge task to plugin. (jbarnette)
2010-03-08 12:39:32 +00:00
dmcmahill
571377dee0 import flexdock-0.5.1
---------------------

FlexDock is a Java docking framework for use in cross-platform Swing
applications.  It offers features you'd expect in any desktop docking
framework such as:

    * Tabbed and Split Layouts
    * Drag-n-Drop capability (with native drag rubber band painting on
      some platforms)
    * Floating windows
    * Collapsible Containers to Save Real Estate
    * Layout Persistence
2010-03-08 12:38:39 +00:00
adam
ba30a01b20 Updated graphics/ocrad 2010-03-08 12:37:01 +00:00
adam
b782be3c04 Changes 0.19:
* A library interface has been added.
* The option "--crop" has been replaced with the similar but different
  option "--cut", which can accept coordinates taken from the ORF file.
* Recognition of files with a single character and without white space at
  the edges has been fixed.
* Lintian warnings in Debian about man pages have been fixed.
2010-03-08 12:35:54 +00:00
fhajny
c694dee0ce Update devel/php-memcache to 2.2.5.
Removed options.mk support, because there is no OpenSSL support in this
module's configure, and it makes no sense to conflict on PKG_OPTIONS.php=fastcgi when this module can be used
with www/ap-php
only (and not FastCGI-enabled lang/php5).

Changelog:

2.2.5
- Improved performance of consistent hash strategy
- Fixed PECL request #13758 (Failed to extract 'connection' variable
  from object)

2.2.4
- Added memcached stats script from Harun Yayli
  (http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL request #13725 (unnecessary allocations in
  mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false
  instead of failing the server

2.2.3
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
- Fixed PECL bug #13060 (make problems, due to role="doc" instead
  of role="src")
- Added package version to phpinfo()

2.2.2
- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in
  the callback function)
- Fixed PECL bug #12834 (segfault when getting duplicate array values
  on 64-bit system)
- Changed behaviour of close() to actually remove all servers from
  pool (PECL bug #12555)
- Added configure option for PEAR installer to disable session handler
  support

2.2.1
- Added argument to Memcache::get() that receives the flags for
  retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions
  breaks)
- Fixed problem with keys being modified in-place and empty keys
  (PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous
  versions

2.2.0
- Added support for consistent hash strategy
- New INI directives "memcache.hash_strategy" = {standard, consistent},
  "memcache.hash_function" = {crc32, fnv}
- PHP6 support
- Fixed PECL bug #11221 (Double free when returning cached object with
  __sleep)
- Fixed PECL bug #10607 (Segfault on array key retrieval when array key
  is not IS_STRING)
- Don't failover on "object to large" errors
- Use $phpincludedir for finding php_session.h

2.1.2
- Added missing files to the package.

2.1.1
- Added experimental session storage support. You can use memcached as
  session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in
  memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given
  as key)
2010-03-08 12:13:07 +00:00
sborrill
09e16ce132 Add DESTDIR support (and fix man path at same time).
Bump PKGREVISION
2010-03-08 12:10:06 +00:00
obache
dfc53e22c6 Add user-destdir installation support. 2010-03-08 11:59:54 +00:00
obache
08a99c2a38 * set USE_BSD_MAKEFILE=yes
* add user-destdir installation support.
2010-03-08 11:47:19 +00:00
wiz
e99559a3be Make pkglint happy. Or at least happier. 2010-03-08 10:54:12 +00:00
wiz
8f48113ce0 Fix build on 64bit platforms. 2010-03-08 10:53:05 +00:00
wiz
3a8c6311fd Mark as user-destdir-ready. 2010-03-08 10:52:58 +00:00
jmmv
838f178727 Remove obsolete file. 2010-03-08 10:20:35 +00:00
wiz
60191954db Mark as user-destdir-ready. 2010-03-08 09:57:02 +00:00
wiz
a23349d594 Convert to user-destdir. 2010-03-08 09:01:28 +00:00
dholland
bcc1e82d70 tct 2010-03-08 01:22:26 +00:00
dholland
26fb5f1281 Bump PKGREVISION for previous, on the grounds that fixing errno.h affects
more than just the Linux build.
2010-03-08 01:21:59 +00:00
dholland
0ef866ecdb Fix Linux build broken since 2006. Two issues: (1) do _FILE_OFFSET_BITS=64
instead of rolling a private _llseek syscall using now-nonexistent type
declarations; (2) as noted in PR 33893 use errno.h instead of "extern int
errno".
2010-03-08 01:21:24 +00:00
jym
889d624a64 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
dholland
26ee53cef0 Use right distfile path; noted by Robert Elz in PR 42932 2010-03-08 00:57:55 +00:00
snj
b25bbee1ea Mark as user-destdir ready.
P.S. Ew! Does anyone actually use this?
2010-03-08 00:47:08 +00:00
jnemeth
e12dadc890 - take over maintainship as I handle most Asterisk stuff
- mark as destdir ready

XXX The Makefile has a comment saying that "this program" is licensed
under GPL.  There is a README file saying that the sounds are licensed
under a BSD licence.  Need to check for updates and/or contact upstream
for clarification and a proper licence file.

XXX The PLIST needs some serious TLC.
2010-03-08 00:24:43 +00:00
wiz
2bdbfce5bc Describe dvi option. 2010-03-08 00:10:35 +00:00
jnemeth
c5cc0a67ef this doesn't work on NetBSD 5+ (not even sure it will work on NetBSD 4+) 2010-03-07 23:56:17 +00:00
wiz
8e30f86f89 Updated devel/mercurial to 1.5 2010-03-07 23:24:10 +00:00
wiz
18cc3fc2c2 Update to 1.5.
1.5: Small behavior changes

    * hg heads now shows all branch heads, use --topo for old behavior
    * hg annotate now follows copies and renames by default, use
      --no-follow for old behavior
    * the repo#name URL syntax now refers to all branch heads if
      name is a branch
    * servers now allow clone --uncompressed by default, set
      server.uncompressed=false for old behavior
    * the {file_copies} template now displays copies unconditionally,
      use {file_copies_switch} for old behavior
    * the templates/ directory has moved inside mercurial/
    * mq patches are automatically upgraded to git patches, use
      mq.git=keep for old behavior

1.5 - 2010-03-06

Core

    * improved behavior for named branches with heads command
    * new XML output template for logs
    * import extract multiple patches from emails, mboxes, files, and URLs
    * new patch.eol=auto option to ignore patch line-endings while
      preserving target file endings.
    * new -b/--branch option for clone, bundle, incoming, outgoing,
      pull, and push
    * new server.validate option to validate completeness of pushed
      changesets
    * subrepos now has basic Subversion support
    * support for SSL server certificates and improved IPv6 support
    * the HGPLAIN environment variable makes output more stable for scripts

Extensions

    * new progress bar extension
    * mq: new --mq option to make regular commands operate on queue repository
    * mq: automatically upgrade conventional patches to git format where needed
    * color: add support for bookmarks, resolve -l, and churn --diffstat
    * convert: two CVS history editing hooks
    * win32mbcs: add configuration to specify path encoding
    * zeroconf: many bug fixes
    * rebase: new --detach option for rebase

Web Interface

    * improve navigation on log and graph pages
    * support for pluggable authorization
    * raw templates for tags/branches pages
    * add wsgi script for Microsoft IIS with isapi-wsgi

Help and Documentation

    * greatly improve error messages and command documentation
    * support extended documentation with --verbose
    * provide help for disabled extensions and commands
2010-03-07 23:23:59 +00:00
wiz
6f78a7b40a + autogen-5.10.1, binutils-2.20.1, calibre-0.6.44, eukleides-1.5.2,
evolution-2.28.3.1, fbreader-0.12.7, gsharutils-4.9, libgda-4.0.8
  [GNOME 2.28], mercurial-1.5, py-enchant-1.6.1 [pkg/42927],
  scmgit-base-1.7.0.1, scmgit-docs-1.7.0.1, t-prot-2.97,
  thunderbird-3.0.3.
2010-03-07 23:19:06 +00:00
joerg
719a20854d DESTDIR ready 2010-03-07 23:15:11 +00:00
jmmv
d9b6896c5d Fix get_passphrase hook to do the correct thing now that the input parameter
is a structure instead of a string.  Should probably change this hook to use
the provided contrib/get_passphrase_from_file.lua file, but I just want to
get things working again for now.  Bump PKGREVISION to 1.
2010-03-07 22:29:20 +00:00
jmmv
e4322dffd4 When printing commands to call monotone, print the correct binary name
(instead of hardcoding 'monotone').
2010-03-07 22:09:36 +00:00
jkunz
d53cdceb3a Bugfix Update to version 0.15.2:
The CHANGELOG since 0.15 is:

    * FIX : roads not always refreshed when changing type or properties (fixes #2773)
    * FIX : Cannot cleanly copy tags from one relation to another (fixes #2746)
    * FIX : When merging contiguous nodes in the same way, check that we don't add the same node twice (fixes #2771)
    * FIX : OSX enhacements (by Aleksandar Topuzovic) (closes #2774)
    * FIX : When nodes are hidden,do not put them in the way of selecting roads
    * FIX : avoid multiple updateVirtuals() at download time by disabling it and doing them all when the download is done
    * FIX : speedup node moving by disabling virtual nodes and index updates during drag
    * FIX : crash when coming from "Separate move mode" and a feature is selected.
2010-03-07 21:13:13 +00:00
zafer
e93211dccf remove dead mirror 2010-03-07 15:13:37 +00:00
obache
14d57ea6f9 * minimalize patch-aa, pass variables as MAKE_FLAGS.
* require bdb.
* add user-destdir installation support.
2010-03-07 13:30:48 +00:00
sborrill
06da5542c5 Fix default path to auth file.
Observe PREFIX in istgtcontrol when looking for config file.
Bump PKGREVISION
2010-03-07 10:51:02 +00:00
obache
15e08607ba * Add user-destdir installation support.
* set LICENSE=gnu-gpl-v2.
2010-03-07 09:03:14 +00:00
lukem
598294ad86 rdist6 updated to 0.92nb3 for time_t coredump fix 2010-03-07 08:57:24 +00:00
wiz
01965b145a Update minimum requirements per README. 2010-03-07 08:56:55 +00:00
wiz
8a9296ac65 Updated misc/gaupol to 0.15 2010-03-07 08:55:54 +00:00
wiz
3526f2cabe Update to 0.15:
Gaupol 0.15
===========

 * Add text correction task to split joined words or to join split
   words using spell-check suggestions (#572667)
 * Show duration in time mode as seconds
 * Merge Latin and French common error text correction patterns from
   subtitleeditor (kitone)
 * Allow pasting times with comma as a decimal separator (#580339)
 * Allow bookmarks to be added or removed by double-clicking or
   pressing enter in the bookmark column (#580346)
 * Add validation for character encoding given as an argument on the
   command line using the '-e' option
 * Fix handling of Unicode BOMs (#568906)
 * Add UTF-8-SIG character encoding for opening and saving files
   with a UTF-8 signature/BOM
 * Fix incorrect handling of common error patterns that at worst
   caused gaupol to hang due to an eternal loop (#581003)
 * Abort installation if an intltool-merge or msgfmt call fails
 * Add messages for raised exceptions

Gaupol 0.14
===========

 * Add an extension system (documentation to follow later)
 * Add two extensions: side pane and bookmarks
 * Adher to the home directory part of freedesktop.org's
   XDG Base Directory Specification
 * Handle reading and writing files with a UTF-8 BOM (#556956)
 * Save SSA and ASS files with '\N' linebreaks instead of '\n'
 * Resize columns after running text corrections
 * Make removing a large amount of subtitles significantly faster
 * Fix GtkWarning: GtkSpinButton: setting an adjustment with
   non-zero page size is deprecated
 * Remove deprecated Encoding-field from desktop file
 * Fix search dialog to not modify obsolete data (#572676)
 * Fix character count error with Unicode text
 * Fix updating of filenames in the projects menu
 * Fix erroneous cleaning of SubRip markup after removing hearing
   impaired subtitles
 * Fix open dialog file filter to list files with upper- and mixed
   case extensions as well
 * Fix AssertionError when installing multiple times
 * Switch version-control systems from subversion to git
2010-03-07 08:55:45 +00:00
lukem
8a5301595a Cast time_t to (long) before printing with %ld.
Fixes random coredumps on NetBSD-current with 64bit time_t.
Bump PKGREVISION to 3.
2010-03-07 08:52:27 +00:00
dholland
f892672fd9 epsg-docs && newsfetch 2010-03-07 07:47:04 +00:00
dholland
598c31b169 Increase MAXBUFSIZE as recommended by jrf to fix PR 36882. I've changed
it from 500 to 5000, which should be ample. PKGREVISION to 2.
2010-03-07 07:28:22 +00:00
obache
72d0ef652b + gaupol-0.15 2010-03-07 07:10:08 +00:00