Commit graph

155929 commits

Author SHA1 Message Date
fhajny
d78c4941bf 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
c4a6b38ba5 Add DESTDIR support (and fix man path at same time).
Bump PKGREVISION
2010-03-08 12:10:06 +00:00
obache
9a90c03808 Add user-destdir installation support. 2010-03-08 11:59:54 +00:00
obache
b154cf7955 * set USE_BSD_MAKEFILE=yes
* add user-destdir installation support.
2010-03-08 11:47:19 +00:00
wiz
7b4b7f0628 Make pkglint happy. Or at least happier. 2010-03-08 10:54:12 +00:00
wiz
8b29b9e27e Fix build on 64bit platforms. 2010-03-08 10:53:05 +00:00
wiz
454b23b45b Mark as user-destdir-ready. 2010-03-08 10:52:58 +00:00
jmmv
b588ab3f36 Remove obsolete file. 2010-03-08 10:20:35 +00:00
wiz
25cd889297 Mark as user-destdir-ready. 2010-03-08 09:57:02 +00:00
wiz
5e3d52b2aa Convert to user-destdir. 2010-03-08 09:01:28 +00:00
dholland
9e38037461 tct 2010-03-08 01:22:26 +00:00
dholland
5afe118fcb 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
0c623f1890 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
fac5183161 user-destdir support, and add LICENSE (gnu-gpl-v2). 2010-03-08 01:19:42 +00:00
dholland
bb9908d995 Use right distfile path; noted by Robert Elz in PR 42932 2010-03-08 00:57:55 +00:00
snj
0789d72f72 Mark as user-destdir ready.
P.S. Ew! Does anyone actually use this?
2010-03-08 00:47:08 +00:00
jnemeth
90268468a2 - 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
534619dd4a Describe dvi option. 2010-03-08 00:10:35 +00:00
jnemeth
27c5800b7e 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
5ff96df98c Updated devel/mercurial to 1.5 2010-03-07 23:24:10 +00:00
wiz
adc4d551be 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
f6cc96c412 + 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
3e223ed77d DESTDIR ready 2010-03-07 23:15:11 +00:00
jmmv
ab6480a4df 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
9cf9eb224b When printing commands to call monotone, print the correct binary name
(instead of hardcoding 'monotone').
2010-03-07 22:09:36 +00:00
jkunz
54e8f433ae 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
8b85c1622e remove dead mirror 2010-03-07 15:13:37 +00:00
obache
bebd0e3720 * minimalize patch-aa, pass variables as MAKE_FLAGS.
* require bdb.
* add user-destdir installation support.
2010-03-07 13:30:48 +00:00
sborrill
d67a771c0e 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
f4a737156e * Add user-destdir installation support.
* set LICENSE=gnu-gpl-v2.
2010-03-07 09:03:14 +00:00
lukem
8b35f85323 rdist6 updated to 0.92nb3 for time_t coredump fix 2010-03-07 08:57:24 +00:00
wiz
c1b48c86fd Update minimum requirements per README. 2010-03-07 08:56:55 +00:00
wiz
7a06aae81d Updated misc/gaupol to 0.15 2010-03-07 08:55:54 +00:00
wiz
764a12384f 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
ce9416398b 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
30790d4f83 epsg-docs && newsfetch 2010-03-07 07:47:04 +00:00
dholland
2bd37564df 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
824519e591 + gaupol-0.15 2010-03-07 07:10:08 +00:00
taca
4bb9822e50 Note update of mail/squirrelmail package to 1.4.20. 2010-03-07 03:42:36 +00:00
taca
c9d19b003d Update squirrelmail pacakge to 1.4.20.
Version 1.4.20 - 06 Mar 2010
---------------------------
  - Fixed issue with search not using literals correctly (#2846511).
  - Fixed issue with returning to search results due to new security token
    code.
  - Fixed issue with multi-part related messages not showing all attachments
    (#2830140).
  - Fixed for security token missing in newmail plugin (#2919418).
  - Fixed sort in Sent folder to sort by "To" field instead of "From" field
    (#2907412).
  - Fixed mailto: urls containing + characters.  Thanks to Michael Puls II
    for the patch.
  - Made base URL autodetection more robust; fixes some lighttpd issues
    (probably #1741469).
  - Encoded From headers are now properly quoted (#2830141).
  - Multibyte strings (notably subjects) are now handled correctly (#2824813,
    #2925731).
  - X-DNS-Prefetch-Control: off header is now sent to browsers to prevent
    information leakage when Firefox does DNS prefetching for URLs contained
    in emails.
  - Added unread links in message view.
  - Added the ability to configure Google Mail (Gmail) as the mail server
    behind SquirrelMail.
  - Added option in display preferences that allows the signature to be
    stripped from the original message when replying (#2952876).  Thanks to
    Sven Strickroth.
2010-03-07 03:41:49 +00:00
taca
25cd1854ad -mysqlcc-0.9.8.
+apache-2.2.15.
2010-03-07 01:29:08 +00:00
dholland
5adf471f03 gdt's update overlooked the two new files in the docs.
(See the docs update I filed in December in PR 42419.)
PKGREVISION++, to 1.
2010-03-07 01:25:42 +00:00
gdt
ea644626c1 Fix setting of USE_NCURSES to be yes rather than set but empty. 2010-03-07 00:07:28 +00:00
obache
3d4d446864 Updated net/py-twisted-docs to 10.0.0 2010-03-06 13:18:51 +00:00
obache
996d5ca494 Updated net/py-twisted to 10.0.0 2010-03-06 13:18:31 +00:00
obache
92da6f69a4 Update py-twisted to 10.0.0.
Based on PR#42918 by Wen Heping

Pkgsrc changes:
 * set LICENSE to mit
 * add handling of plugin cache file

Upstream changes:
 from 8.1.0 to 10.0.0 is too long to put here.
 please refer: http://twistedmatrix.com/trac/browser/trunk/NEWS
2010-03-06 13:18:07 +00:00
obache
48cbd1fc22 + py-nevow-0.10.0 2010-03-06 11:25:23 +00:00
spz
3398cfc505 update to latest release
DESTDIRify
ok'd by manu@
2010-03-06 09:07:15 +00:00
agc
8e32b1d6e3 Note the update of security/netpgp to version 20100305 2010-03-05 20:00:22 +00:00
agc
e2bcf790a7 Update to netpgp-20100305
+ clean up some lint
+ the obligatory ''build on os x'' fixes - include <inttypes.h>
2010-03-05 19:59:37 +00:00