Commit graph

177074 commits

Author SHA1 Message Date
spz
814e9daf2a make rt deal with perl 5.14 2011-10-25 19:38:09 +00:00
darcy
4e76bbfb11 Correct typo: x11/fixproto ==> x11/fixesproto 2011-10-25 17:29:13 +00:00
ryoon
b09e6c3e96 Remove 9base 2011-10-25 16:29:37 +00:00
ryoon
79e0e9bca8 Updated sysutils/9base to 20100604 2011-10-25 16:29:15 +00:00
ryoon
d7fd39676e Update to 20100604 aka 6
* Convert patches to MAKE_FLAGS and BUILDLINK_TRANSFORM.
* Add CONF_FILES support.
* Replace /bin/rc.
* Add workaround for NetBSD 5.1

Tested on NetBSD/i386 4.0.1, 5.1, 5.99.56, and NetBSD/amd64 5.99.55,
and DragonFly/i386 2.10.1.

Changelog:
unknown
2011-10-25 16:28:17 +00:00
shattered
53a5c4b84d Make tmux build on NetBSD 4 -- it uses features from libevent 1.1b 2011-10-25 14:55:49 +00:00
taca
b3397b63e2 Note update of mail/postfix package to 2.8.6. 2011-10-25 14:31:53 +00:00
taca
b113f8ee1c Update postfix to 2.8.6. From release announce:
Postfix stable release 2.8.6, 2.7.7, 2.6.13 and 2.5.16 are available.
These contain fixes that are also included with the Postfix 2.9
experimental release.

    * The Postfix SMTP daemon sent "bare" newline characters instead
      of <CR><LF> when a header_checks REJECT pattern matched
      multi-line header. This bug was introduced with Postfix 1.1.

    * The Postfix SMTP daemon sent "bare" newline characters instead
      of <CR><LF> when an smtpd_proxy_filter returned a multi-line
      response. This bug was introduced with Postfix 2.1.

    * For compatibility with future EAI (email address
      internationalization) implementations, the Postfix MIME
      processor no longer enforces the strict_mime_encoding_domain
      check on unknown message subtypes such as message/global*.
      This check is disabled by default.

    * The Postfix master daemon could report a panic error
      ("master_spawn: at process limit") after the process limit
      for some service was reduced with "postfix reload". This bug
      existed in all Postfix versions.

You can find the updated Postfix source code at the mirrors listed
at http://www.postfix.org/.
2011-10-25 14:31:10 +00:00
obache
a18ebd742b Updated graphics/py-piddle to 1.0.15nb3 2011-10-25 09:36:31 +00:00
obache
8e8d29f42f * convert distutils package to register egg-info.
* pure python, no compiler is required.

Bump PKGREVISION.
2011-10-25 09:36:15 +00:00
obache
545e4c8db7 Updated graphics/py-gnuplot to 1.8nb1 2011-10-25 09:24:58 +00:00
obache
5d9d453d57 * register egg-info.
* LICENSE=gnu-lgpl-v2.1
* pure python package, c complier is not required.
* no need to buildlink with py-numpy, simple DEPENDS is sufficient.
* drop patch-aa from distinfo, it does not exist.

Bump PKGREVISION.
2011-10-25 09:24:21 +00:00
manu
018c6dcfe9 Pull upstream patch to make inode more reliable. LOOKUP and READDIR
cans show different inodes for the same object without that fix.
2011-10-25 09:23:37 +00:00
hiramatsu
21d7958cc8 Add HOMEPAGE and LICENSE. 2011-10-25 09:22:32 +00:00
hiramatsu
3540ccb3f4 Updated www/p5-CGI-Application to 4.50.
Updated www/p5-AnyEvent-HTTP to 2.13.
2011-10-25 09:15:00 +00:00
hiramatsu
38c1d0642a Update p5-CGI-Application to 4.50.
Changes from previous:
4.50 Thu Jun 16, 2011

    [FEATURES]
    Better PSGI support in the core
    - run_as_psgi() works like run, but directly returns the expected PSGI response structure
    - psgi_app() wraps up all the PSGI bits to call and run the application and return a PSGI
      code ref:

        $psgi_coderef = WebApp->psgi_app({ ... args to new() ... });

    [DOCUMENTATION]
    - docs for header_props() were improved

    [INTERNAL]
    - source control management was moved from darcs to git. Those who prefer
      darcs are are more familiar with it are advised to try the darcs-git.py
      wrapper for git.

    - The test file psgi_app.t is missing from this release and will be added later.
2011-10-25 09:14:07 +00:00
hiramatsu
da885e0ca6 Update p5-AnyEvent-HTTP to 2.13.
Changes from previous:
2.13 Wed Jul 27 17:53:58 CEST 2011
	- garbled chunked responses caused AnyEvent::HTTP to malfunction
          (patch by Dmitri Melikyan).
        - fix GET => HEAD in one case in the documentation (James Bromberger).

2.12 Tue Jun 14 07:22:54 CEST 2011
	- fix a possible 'Can't call method "destroyed"' error (which would
          have been reported by Carl Chambers).

2.11 Tue May 10 14:33:28 CEST 2011
	- the keepalive session cache wouldn't take port and scheme into account
          when reusing connection - potentially causing information leaks
          (reported by Nick Kostirya).
	- bump AnyEvent dependency version (reported by Richard Harris).

2.1  Thu Feb 24 13:11:51 CET 2011
	- the keepalive and persistent parameters were actually named
          differently in the code - they now work as documented.
        - fix a bug where callbacks would sometimes never be called when
          the request timeout is near or below the persistent connection
          timeout (testcase by Cindy Wang).
        - destroying the guard would have no effect when a request was
          recursing or being retired.

2.04 Sat Feb 19 07:45:24 CET 2011
	- "proxy => undef" now overrides any global proxy when specified.
        - require scheme in urls, also use a stricter match to match urls,
          leading or trailing garbage is no longer tolerated.
        - EXPERIMENTAL: allow '=' in cookie values.

2.03 Tue Jan 18 18:49:35 CET 2011
	- dummy reupload, file gone from cpan somehow.

2.02 Wed Jan 12 04:29:37 CET 2011
	- do not lowercase cookie names, only parameter names.

2.01 Tue Jan 11 07:38:15 CET 2011
	- add missing dependency on common::sense.
        - add a resume download example.

2.0  Tue Jan  4 09:16:56 CET 2011
	- hopefully fully upgraded to HTTP/1.1.
        - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections.
	- drop https-proxy-connection support. seems unused and ill-specified.
        - use more differentiated 59x status codes.
        - properly use url (not proxy) hostname to verify server certificate.
        - much improved cookie implementation:
           - properly implement cookie expiry (for new cookies).
           - new function to expire cookies and sessions: cookie_jar_expire.
           - add special exception to parse broken expires= keys in
             set-cookie headers.
           - do not quote cookie values when not strictly necessary, to
             improve compatibility with broken servers.
           - accept and send lots of invalid cookie values exactly as
             they were received - this should not impact valid values.
           - lowercase cookie parameter names for improved compatibility.
           - support the max-age cookie parameter, overrides expires.
           - support cookie dates (and a few others) in parse_date.
           - properly support value-less parameters (e.g. secure, httponly).
        - do not send Host: header in a proxy CONNECT request.
	- use common::sense.
        - lowercase hostnames and schemes.
        - ignore leading zeroes in http version.
        - handle spaces in content-length headers more gracefully.

1.5  Fri Dec 31 04:47:08 CET 2010
	- bugfix: after headers were received, if any error occured the wrong
          (server-sent) Status and Reason fields would be passed to the callback.
        - when an error occurs during transfer, preserve status/reason.
	- add socks4a connect example.
	- new "tcp_connect" parameter.
        - new format_date and parse_date functions.
        - diagnose unexpected eof as such when the length is known.
        - add 205 to the responses without body.

1.46 Mon Sep  6 08:29:34 CEST 2010
        - some (broken) servers differentiate between empty search parts
          and nonexistant search parts, work around this (problem
          analyzed by Sergey Zasenko).
        - possibly increase robustness by always setting an on_error
          callback on the AnyEvent::Handle object (especially in case
          of user errors, such as nehative timeouts).
        - we now always follow 301/302/303 redirects and mutate POST to GET.
        - we now always follow 307 redirects, even for POST.
        - header-less responses are not parsed correctly (at a negative
          speed penatly :).

1.45 Wed Jun 16 21:15:26 CEST 2010
	- fix a bug where the handle would go away directly after a successful
          connect (analyzed and patch by Maxim Dounin).
        - due to popular demand, introduce the Redirect pseudo response header.
        - document URL pseudo-header better.
        - explain how to implement DNS caching.
2011-10-25 09:13:45 +00:00
obache
300399f9b2 Updated math/py-numarray to 1.5.2nb1 2011-10-25 09:05:46 +00:00
obache
e14aefd444 register egg-info.
Bump PKGREVISION.
2011-10-25 09:05:27 +00:00
obache
fae3b604f3 Updated math/py-Numeric to 24.2nb1 2011-10-25 08:55:31 +00:00
obache
6b89f91811 register egg-info.
Bump PKGREVISION.
2011-10-25 08:53:50 +00:00
manu
e2685c97cb Update perfused to 20111025 2011-10-25 08:39:14 +00:00
obache
2ea61b4fa6 Updated textproc/py-mecab to 0.98nb1 2011-10-25 08:37:20 +00:00
obache
cdf05df0e5 register egg-info.
Bump PKGREVISION.
2011-10-25 08:37:00 +00:00
manu
841e114f66 Update perfused:
- raise memory limit for vnode caches
- avoid deadlock with syslog
2011-10-25 08:36:36 +00:00
obache
3422882764 register egg-info.
Bump PKGREVISION.
2011-10-25 08:36:20 +00:00
manu
839f370b76 glusterfs memory usage can grow quite large when using a lot of vnodes,
and the amount of data memory involved is not easy to forcast. We therefore
raise the limit to the maximum.

Patch from Manuel Bouyer. It helps completing a cvs update on a glusterfs
volume.
2011-10-25 08:34:28 +00:00
obache
c388479ed5 Updated textproc/py-textile to 2.1.5 2011-10-25 08:30:43 +00:00
obache
9cbbee52a2 Update py-textile to 2.1.5.
fixes and improvements release.
2011-10-25 08:30:10 +00:00
mef
7695228216 libFS-1.0.3 [pkg/45468] is committed. 2011-10-25 08:12:22 +00:00
mef
1947fa3fcf Based on PR pkg/45468,
Update x11/libFS 1.0.2 to 1.0.3
-------------
The libFS library is used by clients of X Font Servers (xfs), such as
xfsinfo, xfslsfonts, and the X servers themselves.

This minor maintenance release simply collects the latest set of
build configuration improvements and janitorial cleanups.

Alan Coopersmith (2):
      Remove unnecessary calls from configure.ac
      libFS 1.0.3

Gaetan Nadon (8):
      .gitignore: use common defaults with custom section # 24239
      Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
      Deploy the new XORG_DEFAULT_OPTIONS #24242
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: install in $docdir and distribute doc/FSlib.txt
      config: update AC_PREREQ statement to 2.60

Jeremy Huddleston (1):
      This is not a GNU project, so declare it foreign.
2011-10-25 08:08:09 +00:00
ryoon
252ab0dd53 Remove gcal 2011-10-25 08:05:11 +00:00
ryoon
ff2ef16aee Updated time/gcal to 3.6.1
And "to" to some lines.
2011-10-25 08:04:43 +00:00
ryoon
07acaf887c Update to 3.6.1
Changelog:
Major changes in release 3.6.1

* Include All Saints' day in HU
* Fix build issue under solaris 10 / studio 12.1
* Unicode support
* Make --help a synonym for --long-help
2011-10-25 08:00:00 +00:00
tron
80d09d8638 Note update of the "wget" package to version 1.13.4nb1. 2011-10-25 07:51:02 +00:00
tron
6b829420b1 The file "lib/charset.alias" must *not* be added to the package list as it
is on the default skip list. Removing it fixes the build under Mac OS X
where it doesn't get installed.
2011-10-25 07:50:33 +00:00
mef
cac0389fee TODO: removed by following update
pkg/45460 fonts/mkfontscale 1.0.9
  pkg/45461 fonts/mkfontdir   1.0.6
  pkg/45462 x11/glproto       1.4.14
  pkg/45463 x11/fixesproto    5.0

CHANGES-2011
  The same as above + correction to add new version number to
  x11/xorg-cf-files.
2011-10-25 07:46:35 +00:00
wiz
4212d8b5d6 Updated www/davical to 0.9.9.7 2011-10-25 07:34:04 +00:00
wiz
810620034f Update to 0.9.9.7. Supposedly improves iOS support and:
Functionality Enhancements

    Add support for incoming requests to be content-encoded with gzip, deflate or compress.
    Add page for listing external calendar binds.
    Implement basic support for supported-calendar-component-set in MKCALENDAR/MKCOL.


Bug Fixes

    Additional work on CalDAV scheduling extensions should now make this usable.
    Further fixes to the handling of time-range queries in the calendar-query report.
    Fixes to the timezone service introduced in 0.9.9.6
    Fix multi-calendar import in tools.php
    Fix casting to handle integers as usernames.
    Fix default_permissions errors with LDAP updates.
    Fix LOCK handling when no timeout is supplied.
    Ensure default addressbook collections are, in fact, created as addressbook collections.
    Fix handling of BYMONTHDAY=-N in RRULEs
    Fix handling of RRULE with COUNT=X and FREQ=WEEKLY where X is not divisible by the number of values in a BYDAY part.

Other Changes

    Minor changes to handle Kerberos authentication provided by the webserver.
    Most use of the deprecated iCalendar class has been switched to use the new vCalendar class.
    Make sync-token a URI to comply with most recent definition of webdav sync.

Depend on libawl-0.49.
Remove legacy pgsql dependencies, I think they're not needed since 0.9.9.4.
2011-10-25 07:33:54 +00:00
wiz
5fe2aa0e37 Updated devel/php-libawl to 0.49 2011-10-25 07:32:31 +00:00
wiz
4b3e4a6cd3 Update to 0.49, needed by davical-0.9.9.7.
Changes not found.
2011-10-25 07:32:19 +00:00
mef
424244b397 Based on PR pkg/45463
Update x11/fixesproto 4.1.1 to 5.0
	(modular-xorg-server 1.11.1 needs this version)
From ChangeLog:
----------
Date:   Mon Feb 28 09:53:30 2011 -0500
    fixesproto 5.0

Date:   Mon Nov 15 17:09:31 2010 -0500
    fixesproto v5: Pointer barriers

    v3: Review fixes:
    - INT16 not CARD16 for coordinates
    - BadDevice not BadMatch

Date:   Fri Oct 29 21:01:26 2010 -0700
     fixesproto 4.1.2

-    Sun's copyrights now belong to Oracle
-    config: remove the pkgconfig pc.in file from EXTRA_DIST
     Automake always includes it in the tarball.
-    Update Sun license notices to current X.Org standard form
-    Use $(docdir) for fixesproto.txt install path
-    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
-    Now that the INSTALL file is generated.
     Allows running make maintainer-clean.
-    INSTALL file is missing or incorrect #24206
-    The file is copied from util-macros.
     The copy in git is removed.
-    README: file created or updated #24206
-    Contains a set of URLs to freedesktop.org.
-    NEWS: remove empty file #24206
-    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
-    ChangeLog filename is known to Automake and requires no further
     coding in the makefile.
-    Makefile.am: INSTALL file is missing or incorrect #24206
-    The standard GNU file on building/installing  tarball is copied
     using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
     Add INSTALL target
-    configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
-    This macro aggregate a number of existing macros that sets commmon
     X.Org components configuration options. It shields the configuration file from
     future changes.
-    .gitignore: use common defaults with custom section # 24239
-    Using common defaults will reduce errors and maintenance.
     Only the very small or inexistent custom section need periodic maintenance
     when the structure of the component changes. Do not edit defaults.
2011-10-25 07:30:54 +00:00
mef
2e981abf9e Based on PR pkg/45462
Update glproto 1.4.12 to 1.4.14 (modular-xorg-server 1.11.1 requires this)
 (From ChangeLog)
 ----------------
  Date:   Thu May 5 13:10:39 2011 -0700
      glproto: add a new GLXBufferSwapComplete struct that matches the spec

      Just add a new struct to remain compatible with existing code.

  Date:   Thu May 5 09:21:19 2011 -0700
      Revert "glxproto: make GLX swap event struct match spec"

      This reverts commit f5403828c68af0f12c79c0504df0a4781ca84b2b.

      This broke compatibility with existing code, so revert in favor of a new
      struct definition instead.

  Date:   Tue May 3 12:14:10 2011 -0700
      glxproto: make GLX swap event struct match spec

      We only spec a 32 bit swap count, so drop the high sbc field.  Also make
      the padding explicit (most compilers would have already done this since
      it's not a packed structure, but making it explicit should prevent
      surprises in the future).

  Date:   Sun Mar 6 17:48:05 2011 +1000
      glproto: add GLX_ARB_context_create + GLX_ARB_context_create_profile

      Add glproto support for these two extensions

      also add tokens for GLX_ARB_create_context_robustness

  Date:   Mon Jan 3 19:40:30 2011 +1000
      glxtokens.h: add GLX_EXT_framebuffer_sRGB support.

      this is needed to glxcmds.c to emit this info.
 ----------------
2011-10-25 07:25:04 +00:00
mef
4cf5c000b9 Based on PR pkg/45461
---------
Update mkfontdir 1.0.5 to 1.0.6

Date:   Sun Nov 7 11:12:11 2010 -0800
    config: Add missing AC_CONFIG_SRCDIR

    Regroup AC statements under the Autoconf initialization section.
    Regroup AM sttaements under the Automake initialization section.

Date:   Sun Nov 7 11:10:09 2010 -0800
    config: Remove unnecessary calls from configure.ac

    AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now

Date:   Sun Nov 7 11:09:27 2010 -0800
    config: upgrade to util-macros 1.8 for additional man page support

    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.

Date:   Sun Nov 7 11:06:20 2010 -0800
    config: update AC_PREREQ statement to 2.60

    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.

    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Date:   Thu Nov 26 09:19:52 2009 -0500
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

Date:   Wed Oct 28 14:09:07 2009 -0400
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

Date:   Mon Oct 26 22:08:38 2009 -0400
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

Date:   Thu Oct 22 12:34:14 2009 -0400
    .gitignore: use common defaults with custom section # 24239

    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.
---------
2011-10-25 07:13:24 +00:00
mef
df2be49521 Based on PR pkg/45460, update mkfontscale 1.0.7 to 1.0.9.
The list of Changes are in ChangeLog. The size of text
        reaches about 5kB after edit. Please look at the file,
        mkfontscale-1.0.9/ChangeLog for the detail.
2011-10-25 07:08:40 +00:00
taca
6583d3b914 A trivial change to remove ruby18'ism. 2011-10-25 06:01:09 +00:00
taca
ca23e63075 + subversion-1.7.1, sudo-1.8.3. 2011-10-25 04:30:07 +00:00
mef
5eadf62316 CHANGES-2011 add: Updated x11/xorg-cf-files [mef 2011-10-25]
TODO            remove: xorg-cf-files-1.0.4 [pkg/45471]
2011-10-25 01:40:18 +00:00
mef
49d753e61c Based on PR pkg/45471
Update x11/xorg-cf-files 1.0.3 to 1.0.4

 Date:   Wed Jan 5 20:31:00 2011 -0800
    xorg-cf-files 1.0.4

-   config: Add missing AC_CONFIG_SRCDIR
-   Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
-   Update xorgversion.def from 7.5 to 7.6
-   Add support for darwin x86_64
-   Add .gitignore
-   Update README & COPYING files
-   Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file
-   Also bump minimum autoconf version to 2.60 for consistency with other
    X.Org modules
-   Remove libXp from XawClientLibs
-   libXaw has lost Xp support some times ago.
-   Use font-util 1.1 macros to set FontDir and FontEncDir in site.def
-   Replaces cygwin.cf rules to manually set these paths.
-   List X.Org version as 7.5 instead of 6.8.99.903
-    cf: Update Cygwin rules
2011-10-25 01:36:44 +00:00
gls
27a16098bd Updated www/py-cherrypy to 3.2.2 2011-10-24 21:07:16 +00:00