Commit graph

154611 commits

Author SHA1 Message Date
sno
1d3e99ed56 Updated devel/p5-ExtUtils-XSpp to 0.09 2010-02-15 13:47:05 +00:00
sno
c5f3efb503 Updating devel/p5-ExtUtils-XSpp from 0.07 to 0.09
Upstream changes:
0.09  Wed Feb 10 19:20:00 CET 2010
	- Automatically include an #include <exception> into the output
          for the exception handling.
	- Documentation for ExtUtils::XSpp::Node and subclasses.
	- Split ExtUtils/XSpp/Node.pm into separate per-class files.

0.08  Fri Feb  5 19:00:00 CET 2010
	- Catch all C++ exceptions in the generated wrapper XS.
          The exceptions are turned into plain Perl croak() calls
          for now but may be upgraded to configurable exception
          objects later. (Steffen Mueller)
2010-02-15 13:46:54 +00:00
sno
a91ecf5d0c Updated devel/p5-ExtUtils-ParseXS to 2.22.03 2010-02-15 13:43:36 +00:00
sno
844b6a5f19 Updating devel/p5-ExtUtils-ParseXS from 2.22.02 to 2.22.03
Upstream changes:
2.2203 - Thu Feb 11 14:00:51 EST 2010
 Bug fixes:
 - Build.PL was not including ExtUtils/xsubpp for installation.  Fixed
   by subclassing M::B::find_pm_files to include it [David Golden]
2010-02-15 13:42:57 +00:00
obache
8c6475dec4 Updated inputmethod/kinput2 to 3.1 2010-02-15 13:41:37 +00:00
obache
97fd973bc2 Update kinput2 to 3.1.
Major changes from version 3.0 to 3.1:

* Kinput2 now supports ATOK.  The source code is kindly contributed
  by Justsystem Corporation.  Thanks!
  To compile for Atok, define symbol `UseAtok' in Kinput2.conf.

* Minimum support of Wnn7 is implemented.

* Two IC attributes, XNPreeditState and XNResetState both of which
  are introduced by X11R6, are supported.

* Kinput2's `egg'-emulation is improved.

* A workaround for bugs in some Xlib implementations has been added.

* Previously, when kinput2 cannot connect to jserver, kinput2 seems
  to be frozen (actually it keeps retrying).  Now kinput2 beeps and
  ends conversion in such a case.  The next time you start conversion,
  it tries to connect again.
2010-02-15 13:41:17 +00:00
sno
37543e02a9 Updated time/p5-Time-HiRes to 1.9720 2010-02-15 13:39:50 +00:00
sno
c4648ef9aa Updating time/p5-Time-HiRes from 1.9719nb1 to 1.9720
Upstream changes:
1.9720 [2010-02-14]
	- Address [rt.cpan.org #54196] alarm and ularm return values are bogus,
	  report and fix from Nicholas Clark
2010-02-15 13:39:39 +00:00
obache
4b30d3ebca Note update/removal/addition of sj3 packages (2.0.1.23p1) 2010-02-15 13:39:37 +00:00
joerg
1a2cae756d Mark as broken due to the PLIST overlap with tex-koma-script, a
dependency.
2010-02-15 13:38:20 +00:00
obache
d16fb285cc Update sj3 to 2.0.1.23p1.
Re-arranged packages:
 * sj3-lib:removed
 * sj3-dict: removed
 * sj3-server-bin: removed
 * sj3-client: added (lib + client tools)
 * sj3-server: no more meta-pkg (server + dict)
 * sj3: added (sj3-server + sj3-client)

Notable changes since 2.0.1.21:
 * changed to gnu-configure.
 * sj3lib is shared library.
 * using lua for server settings.
 * sj3 command was removed.
 * sj3serv no longer listen network socket. Set "false" to "strict_auth" and
   invoke sj3proxy additionaly if require it.
 * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
   On pkgsrc, new location is ${VARBASE}/sj3/dict.
2010-02-15 13:35:21 +00:00
wiz
1f3ee32831 Mention bash3 removal. 2010-02-15 12:58:44 +00:00
wiz
d84929bb7a Remove bash3, use bash4 instead.
bash2 stays for a little while longer, for A/UX and AIX 4 (requested by
Tim Larson).
2010-02-15 12:58:14 +00:00
wiz
5398a3475f + adobe-flash-plugin-091508, akonadi-1.3.1, balance-3.52, caff-1.1.3,
etm-531, freetype2-2.3.12, geany-0.18.1, gegl-0.1.2, gnash-0.8.7,
  gnumeric-1.10.0, goffice-0.8.0, konversation-1.2.3, ktorrent3-3.3.4,
  libgdata-0.6.0, libgsf-1.14.17, openbox-3.4.11, py-gstreamer0.10-0.10.18,
  py-html2text-2.38, rasqal-0.9.18, tellico-2.2, x264-devel-20100213.
2010-02-15 12:56:06 +00:00
wiz
90f713f446 Fix an entry about which pkglint complained. 2010-02-15 12:55:45 +00:00
wiz
7a26f9196f Updated graphics/oxygen-icons to 4.3.5nb1 2010-02-15 12:14:57 +00:00
wiz
34d39f02b3 A new distfile is up, containing more icons and removing some kpgp ones.
Set DIST_SUBDIR, adapt PLIST and bump PKGREVISION.

Reported by Chavdar Ivanov in PR 42813.
2010-02-15 12:14:41 +00:00
fhajny
35a6903023 Updated mod_fcgid to 2.3.5.
This covers the transition to ASF that mod_fcgi was donated to in the course
of 2009. No longer backwards compatible as far as configuration is concerned!

Changes with mod_fcgid 2.3.5
*) Stop using the unsuppressable "notice" log level for debug and
   informational messages.  PR 48536.  [Jeff Trawick]
*) Respect DEFAULT_REL_RUNTIMEDIR for default values of FcgidIPCDir and
   FcgidProcessTableFile.  [Jeff Trawick]
*) Resolve fatal EDEADLK errors with threaded MPMs on Solaris.  [Jeff Trawick]
*) Display information about active processes in the server-status page.
   [Ryan Pan]
*) Fix compatibility of httpd.conf-editing logic with non-GNU awk.  PR 48067.
   [Hans Werner Strube <strube physik3.gwdg.de>]
*) Fix startup errors creating shared memory in constrained systems, such
   as OS X in its default configuration.  This is a regression since mod_fcgid
   2.2.  [Jeff Trawick]
*) Recover from most "Resource temporarily unavailable" errors writing the
   request to the FastCGI application.  These were common with large request
   bodies on Mac OS X and intermittent on Solaris.  PR 48025.  [Jeff Trawick]
*) Fix a bug in fixconf.sed that resulted in a prefix of "FcgidFcgid" on the
   updated directives.  [Dan Hulme <dhulme gmail.com>]
*) Fix possible corruption or truncation of request bodies which exceed
   FcgidMaxRequestInMem.  This is a regression since mod_fcgid 2.2, which
   effectively ignored FcgidMaxRequestInMem if larger than 8K.  PR 48021.
   [Jeff Trawick]
*) Fix handling of the request body when a FastCGI access checker/
   authenticator/authorizer (AAA) was configured.  The body wasn't available
   for the request handler.  PR 47973.
   [Jeff Trawick, Barry Scott <barry.scott onelan.co.uk>]
*) Fix handling of FcgidCmdOptions so that it can apply to wrapper scripts
   which were defined with command-line arguments on the FcgidWrapper
   directive.  [Jeff Trawick]

Changes with mod_fcgid 2.3.4
*) Corrected unix 'make install' target regression in 2.3.3.  [Jeff Trawick]

Changes with mod_fcgid 2.3.3
*) Add FcgidCmdOptions directive to associate some of the existing
   configuration settings with a specific command.  [Jeff Trawick]
*) Allow/respect virtual host settings for the following directives:
   FcgidBusyTimeout, FcgidMaxProcessesPerClass, FcgidMinProcessesPerClass,
   FcgidIdleTimeout, and FcgidProcessLifetime.  [Jeff Trawick]

Changes with mod_fcgid 2.3.2
*) Fix a make install DESTDIR problem handling the reference manual and
   potentially other files (specific to 2.3.1).
   [Paul Howarth <paul city-fan.org>]
*) Fix a mod_fcgid 2.3.1 failure with <sys/mutex.h> when building for
   httpd 2.0.x on some platforms.  [Paul Howarth <paul city-fan.org>]
*) Termination of idle processes after inactivity timeout can now be
   disabled by setting FcgidIdleTimeout to 0.  Termination of idle
   processes based on the process lifetime can now be disabled by setting
   FcgidProcessLifeTime to 0.  FcgidMaxRequestsPerProcess now accepts 0
   for unlimited.  [Ricardo Cantu <ricardo smartcsc.com>]
*) All directives have been renamed in order to use a common prefix "Fcgid".
   Underscores in directive names have been eliminated in favor of
   CamelCase. The old directive names will still work but are deprecated.
   To fix your configuration you can use the sed script build/fixconf.sed.
   The following tables contains old and new directive names.
   Old Name                           New Name
   ...................................................................
   BusyScanInterval                   FcgidBusyScanInterval
   BusyTimeout                        FcgidBusyTimeout
   DefaultInitEnv                     FcgidInitialEnv
   DefaultMaxClassProcessCount        FcgidMaxProcessesPerClass
   DefaultMinClassProcessCount        FcgidMinProcessesPerClass
   ErrorScanInterval                  FcgidErrorScanInterval
   FastCgiAccessChecker               FcgidAccessChecker
   FastCgiAccessCheckerAuthoritative  FcgidAccessCheckerAuthoritative
   FastCgiAuthenticator               FcgidAuthenticator
   FastCgiAuthenticatorAuthoritative  FcgidAuthenticatorAuthoritative
   FastCgiAuthorizer                  FcgidAuthorizer
   FastCgiAuthorizerAuthoritative     FcgidAuthorizerAuthoritative
   FCGIWrapper                        FcgidWrapper
   IdleScanInterval                   FcgidIdleScanInterval
   IdleTimeout                        FcgidIdleTimeout
   IPCCommTimeout                     FcgidIOTimeout
   IPCConnectTimeout                  FcgidConnectTimeout
   MaxProcessCount                    FcgidMaxProcesses
   MaxRequestInMem                    FcgidMaxRequestInMem
   MaxRequestLen                      FcgidMaxRequestLen
   MaxRequestsPerProcess              FcgidMaxRequestsPerProcess
   OutputBufferSize                   FcgidOutputBufferSize
   PassHeader                         FcgidPassHeader
   PHP_Fix_Pathinfo_Enable            FcgidFixPathinfo
   ProcessLifeTime                    FcgidProcessLifeTime
   SharememPath                       FcgidProcessTableFile
   SocketPath                         FcgidIPCDir
   SpawnScore                         FcgidSpawnScore
   SpawnScoreUpLimit                  FcgidSpawnScoreUpLimit
   TerminationScore                   FcgidTerminationScore
   TimeScore                          FcgidTimeScore
   ZombieScanInterval                 FcgidZombieScanInterval
*) Separate classes by virtual host also on Windows.  [Rainer Jung]
*) Log client IP address with many more error log messages.  [Jeff Trawick]
*) Fix basic implementation of FcgidMaxRequestInMem and FcgidMaxRequestLen
   directives.  [Jeff Trawick]
*) Merge per-directory directives so that they can be inherited or
   overridden within other containers as expected.  Merge server config/
   virtual host directives so that they can be inherited or overridden
   within a virtual host as expected. [Jeff Trawick]
*) Use the virtual host settings for the request being processed instead
   of those of the first FastCGI request handled by this httpd child process.
   Affected directives: FcgidBusyTimeout, FcgidIOTimeout,
   FcgidConnectTimeout, FcgidMaxRequestsPerProcess, and FcgidOutputBufferSize.
   [Jeff Trawick]
*) Directives which previously were ignored in a virtual host context are no
   longer allowed.  [Jeff Trawick]
*) Add an optional flag "virtual" to FcgidWrapper.
   If virtual is set, the URLs passed to the wrapper are not
   checked, whether they resolve to a file.  [Rainer Jung]
*) Make the second argument (suffix) for FcgidWrapper optional.
   A wrapper defined without a suffix applies to all URLs, unless
   there is another more specific wrapper with a suffix.  [Rainer Jung]

Changes with mod_fcgid 2.3.1
*) Suppress "need AuthType to note auth failure" error-level messages when a
   FastCGIAccessChecker fails without any other kind of authentication
   (Basic, Digest) configured.  [Eric Covener]
*) Complete the unix port to 2.3-dev trunk.  [William Rowe]
*) Provide a default, mandatory environment as with mod_cgi (with the
   inclusion of LD_LIBRARY_PATH or similar variables on other platforms),
   unless overridden by DefaultInitEnv.  [William Rowe]
*) Handle DefaultInitEnv for case-insensitive platforms by forcing the env
   variable names to uppercase on Win32, OS2 and Netware.  [William Rowe]
*) Don't try to set the ownership of the socket directory unless running
   as root and the directory was just created.  This allows the default
   httpd.conf (with some daemon User/Group) to be used by non-root.
   [Jeff Trawick]
*) Fix formatting of several messages, including the oft-seen "mod_fcgid:
   Can't create shared memory for size %zu byte".  [Jeff Trawick]
*) Fix declared names of FastCgiAuthenticator and FastCgiAuthenticator-
   Authoritative directives, allowing them to be used.  [Ulf Haueisen
   <ulf dvlp.de>]
*) Fix vhost-specific DefaultInitEnv settings.  Previously, when setting
   multiple virtual hosts with the same SuexecUserGroup user and group, the
   process manager use the same process pool for both virtual hosts. This
   means if one virtual host has a DefaultInitEnv and the other has
   different values set, a fastcgi request from any of these virtual host
   can go to the same processes, which is inconsistent (a request from
   virtualhost a with DefaultInitEnv VAL "a", can go to a process spawned
   with virtualhost b with DefaultInitEnv VAL "b" set).  [Gabriel Barazer
   <gabriel oxeva.fr>]
2010-02-15 11:38:44 +00:00
obache
5da2b1d8f8 Updated converters/skf to 1.97.0a 2010-02-15 01:04:13 +00:00
obache
75ad31c19f Update skf to 1.97.0a.
Just remove redundant fragments from source package, no source code changes.
2010-02-15 01:04:00 +00:00
minskim
90510fd0aa Let tex-ae{,-doc} use DISTFILES from TeX Live 2009. No functional change. 2010-02-15 00:51:26 +00:00
minskim
c756580412 Add tex-collection-basic-doc. 2010-02-15 00:33:22 +00:00
minskim
59b542b88b Import tex-collection-basic-doc-2009 as print/tex-collection-basic-doc.
This is documentation for tex-collection-basic.
2010-02-15 00:32:22 +00:00
minskim
e4d2c09821 Add tex-tetex-doc. 2010-02-15 00:25:22 +00:00
minskim
57e10955f3 Import tex-tetex-doc-3.0 as print/tex-tetex-doc.
This is documentation for tex-tetex.
2010-02-15 00:24:29 +00:00
minskim
1bcc074ff7 Note update of tex-pdftex-doc. 2010-02-15 00:08:29 +00:00
minskim
26800d3ee2 Sync tex-pdftex-doc with tex-pdftex. 2010-02-15 00:08:08 +00:00
minskim
16b6def645 Note update of tex-mflogo-doc. 2010-02-14 23:56:30 +00:00
minskim
ac9e4bcccf Sync tex-mflogo-doc with tex-mflogo. 2010-02-14 23:56:10 +00:00
minskim
2738a8426a Note PKGREVISION bump of tex-luatex. 2010-02-14 23:46:13 +00:00
minskim
a7c5ffda63 Correct TEX_FORMATS in tex-luatex. 2010-02-14 23:45:44 +00:00
spz
f918ad7da7 note addition of xymon and xymonclient 2010-02-14 23:05:53 +00:00
spz
c5b656f052 add xymon 2010-02-14 22:59:57 +00:00
spz
9f5007d6a6 xymon is the successor to hobbit. This is the server package.
It's a beta, so handle with care.
2010-02-14 22:58:57 +00:00
joerg
68104f6513 DESTDIR support 2010-02-14 22:31:30 +00:00
minskim
f81637ac46 Note PKGREVISION bump of tex-makeindex-doc. 2010-02-14 22:30:11 +00:00
minskim
81c3dd37c4 Update tex-makeindex-doc to the version in TeX Live 2009.
- Directory layout changes.
2010-02-14 22:29:49 +00:00
joerg
bc508a8f9a DESTDIR support. SETGIDGAME. Bump revision. 2010-02-14 22:28:55 +00:00
dholland
d3203711e8 skkserv 2010-02-14 22:22:05 +00:00
joerg
37f4fccab3 DESTDIR support 2010-02-14 22:21:42 +00:00
minskim
a570340e50 Note update of tex-luatex-doc. 2010-02-14 22:21:28 +00:00
minskim
0ffbdee528 Sync tex-luatex-doc with tex-luatex. 2010-02-14 22:21:11 +00:00
tnn
12894d393b make tru64 build fix work with new libtool 2010-02-14 22:20:55 +00:00
joerg
ec92c8adfb DESTDIR support 2010-02-14 22:20:05 +00:00
minskim
b84ec28d11 Add tex-kpathsea-doc. 2010-02-14 22:15:38 +00:00
minskim
51ad9aacea Import tex-kpathsea-doc-2009.16044 as print/tex-kpathsea-doc.
This is documentation for tex-kpathsea.
2010-02-14 22:14:47 +00:00
minskim
4af6130305 Prevent TeX Live packages from overwriting info directory. 2010-02-14 22:13:19 +00:00
joerg
abf0f1ec4c DESTDIR support. SETGIDGAME. Use ${VARBASE}. Bump revision. 2010-02-14 22:12:59 +00:00
dholland
7ba618c468 Fix crashing LP64 build by including necessary standard headers.
Remove NOT_FOR_PLATFORM again. Bump PKGREVISION (to 5) as a precaution.
2010-02-14 22:07:38 +00:00
dholland
1b34809a65 Fix crashing LP64 build by including necessary standard headers.
Remove NOT_FOR_PLATFORM again. Bump PKGREVISION (to 6) as a precaution.
2010-02-14 22:07:37 +00:00