Commit graph

157798 commits

Author SHA1 Message Date
seb
97b1cafbad Note initial addition of p5-Net-Server-Coro version 0.8 as
net/p5-Net-Server-Coro into The NetBSD Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.
2010-04-24 08:03:22 +00:00
seb
1163d375e8 Add & enable p5-Net-Server-Coro 2010-04-24 08:02:48 +00:00
seb
8a60f230ea Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.
2010-04-24 08:02:16 +00:00
seb
6d5b796f3e Updated devel/p5-Carp-REPL to 0.15 2010-04-24 07:20:44 +00:00
seb
3c94df82ff Update from version 0.14 to version 0.15.
Upstream changes:
0.15    Mon Apr 5 15:24:24 2010
        Fix tests to use the right Perl (jjore)
        Shebang for Makefile.PL (jjore)
        fix the 'repl' can't be exported bug (sunnavy)
        Use Sub::Exporter since it's irrevocably in our dep tree
            anyway (sunnavy)
        Silence warning about v-string (doy)
        Documentation fixes (Sartak)
        Passing in an explicit undef to repl will silence the
            stacktrace (Sartak)
2010-04-24 07:20:21 +00:00
obache
8139c817b9 Exactly disable NLS support, should fix PR#43202.
No exactly depend on gettext-lib, no message catalogue installation,
so no functional changes.
2010-04-24 04:58:43 +00:00
wiz
557f30442c Updated audio/libvorbis to 1.3.1 2010-04-23 21:45:29 +00:00
wiz
f299d8f8e4 Update to 1.3.1:
libvorbis 1.3.1 (2010-02-26) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"

 * tweak + minor arithmetic fix in floor1 fit
 * revert noise norm to conservative 1.2.3 behavior pending
   more listening testing

libvorbis 1.3.0 (2010-02-25) -- unreleased staging snapshot

 * Optimized surround support for 5.1 encoding at 44.1/48kHz
 * Added encoder control call to disable channel coupling
 * Correct an overflow bug in very low-bitrate encoding on 32 bit
   machines that caused inflated bitrates
 * Numerous API hardening, leak and build fixes
 * Correct bug in 22kHz compand setup that could cause a crash
 * Correct bug in 16kHz codebooks that could cause unstable pure
   tones at high bitrates
2010-04-23 21:45:19 +00:00
wiz
7edb855e4e Updated multimedia/libogg to 1.2.0 2010-04-23 21:43:40 +00:00
wiz
04087b15e3 Update to 1.2.0:
Version 1.2.0 (2010 March 25)

* Alter default flushing behavior to span less often and use larger page
  sizes when packet sizes are large.
* Build fixes for additional compilers
* Documentation updates
2010-04-23 21:43:28 +00:00
wiz
c7c5eb1767 Updated devel/yasm to 1.0.0 2010-04-23 21:32:10 +00:00
wiz
bcaec964be Update to 1.0.0:
Changes: This release adds GAS syntax preprocessor support, Visual
Studio 2010 integration, and support for AMD XOP, FMA4, and CVT16
instructions. It also incorporates many bugfixes.
2010-04-23 21:32:00 +00:00
wiz
9c1ec11ea7 Updated net/yaz to 4.0.3 2010-04-23 21:29:49 +00:00
wiz
95352f2198 Update to 4.0.3:
--- 4.0.3 2010/04/09

Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on
patch from Giannis Kosmas.

SRU: no longer URL encode SRU database. The URL for an SRU server is
a URL and such is alreeady encoded - at least when given with leading
http:// or https://. This reverts behavior to YAZ 3.0.50.

Support for new MARC XML notation TurboMARC which like MARCXML is a
complete representation of MARC/ISO2709.. This one, however, is more
compact and allows for faster processing with XSLT. TurboMARC can be
used in the marcdisp.h API, from the yaz-marcdump utility and from
the API of ZOOM C.

yaz-ztest can be configured - via the database - to perform certain
delays when it performs operations search, present and single record
fetch. This allows testers to make yaz-ztest act as a real or even slow
Z39.50 server. Refer to the yaz-ztest man pages for details.
2010-04-23 21:29:39 +00:00
gdt
238a61c28c Start todo list for pkg_rolling-replace (not installed). 2010-04-23 17:11:12 +00:00
adam
bc05d56df2 Fixed meta package building 2010-04-23 16:03:24 +00:00
adam
f3f5661eca Updated databases/postgresql82-client to 8.2.16 2010-04-23 15:43:18 +00:00
adam
b76241b6c7 PLIST fix 2010-04-23 15:41:50 +00:00
tnn
3f74f2c03c PR pkg/43198: netbsd-4 build fix.
From Robert Elz
2010-04-23 14:48:35 +00:00
he
06711f6d18 Note update of lang/parrot to version 2.3.0. 2010-04-23 14:08:52 +00:00
he
7ae6fe80bc Update parrot from version 2.2.0 to 2.3.0.
Pkgsrc changes:
 o Adapt our patches to up-stream changes.
 o Fix PLIST to match what's being installed.

Upstream changes:

- Core
  + Allow passing parameters to the dynamic linker ('dlopen' improved)
  + loadlib opcode added
  + Calling conventions are now much more consistent, and follows natural
    semantics of handling arguments and return values
  + Recursive make for src/dynpmc removed
  + Datatype STRINGNULL for a single Null STRING added
  + config_lib.pasm replaced with config_lib.pir
- Platforms
  + Improved handling of new compilers
  + Cygwin packages will be updated again with Parrot releases
  + Fedora packages add desktop files
  + gzip and bzip2 compressed tar files for releases
- Tools
  + tapir executable added; tapir is a TAP test harness
  + Added TAP options --merge --ignore-exit
- Miscellaneous
  + 3 month cycle for supported releases
  + Review and vote of GSoC applications
2010-04-23 14:08:17 +00:00
jmmv
21d13ddec9 pkgsrc now deletes empty directories automatically. Fix the fonts
deinstallation script to follow this convention and purge empty directories
when there are no fonts left (and after their database has been removed).
2010-04-23 12:47:14 +00:00
jmmv
8284d95412 Fix build when libpaper is not yet installed.
My previous changes added a call to paperconfig during the build stage to
generate a sample configuration file.  The paperconfig script needs to run
paperconf and relies on the path to do so.  But, if it is not yet installed,
the call fails.  Fix this by pointing the script to the correct place.

Problem reported by wiz@.
2010-04-23 12:45:01 +00:00
jmmv
569053d920 Fix pkglint warnings: add PAPERSIZE to BUILD_DEFS and do not hide a
post-build command.
2010-04-23 11:33:06 +00:00
jmmv
15ad24c7d0 Add references to the upstream bug numbers that host these patches. 2010-04-23 11:31:57 +00:00
wiz
d4dca829eb Accept all 3.11.* versions of ocaml. 2010-04-23 10:53:27 +00:00
adam
77c86c22b2 Updated databases/slony1 to 2.0.3 2010-04-23 09:02:31 +00:00
adam
ee88c06167 Changes 2.0.3:
* PostgreSQL 8.4 has been released; slonik needs to explicitly recognize it
* Add in slonikconfdump.sh tool, which generates a slonik script to duplicate
  the configuration of a Slony-I cluster
* Significant fixes to documentation to reflect 2.0 changes
* Add "OMIT COPY" option to the Slonik "SUBSCRIBE SET" command
* Document process for Slony-I 2.0 upgrade using OMIT COPY option
* Fix to race condition where file descriptor copies were being made at
  the wrong time in the scheduler
* Modify "testseqnames" regression test to create a whole bunch of
  sequences to validate that things don't break down with either lots of
  them, or where IDs are large numbers
* Change minimum debugging level to -1 to allow suppressing logging
* Bug 92 - compression of event numbers had a bug where events >
  2^31-1 would overflow the "int" value
* Autovacuum handling changes in PostgreSQL 8.4 - we pull metadata
  from pg_class.reloptions, instead of pg_autovacuum
* logswitch fix resolving a potential data loss + statement blocking bug...
* Add LOG_NAME_SUFFIX to altperl tools
2010-04-23 09:00:45 +00:00
obache
f99062fc2b Updated sysutils/fakeroot to 1.5.10 2010-04-23 09:00:30 +00:00
obache
f3b078e279 Update faekroot to 1.5.10.
fakeroot (1.5.10) unstable; urgency=low

  * Move po4a stuff to dist-hook and prebuild.
  * Drop po4a from build-deps.
  * In postrm, remove the symlink which may have been generated
    by ldconfig, to avoid upsetting piuparts.  closes: #351299.

 -- Clint Adams <schizo@debian.org>  Sat, 22 Jul 2006 16:02:43 -0400

fakeroot (1.5.9) unstable; urgency=low

  * Fix libc6-dev-amd64 typo in build-deps.  closes: #376903.
  * Drop amd64-libs-dev option from build-deps.
  * Bump Standards-Version to 3.7.2.

 -- Clint Adams <schizo@debian.org>  Sat,  8 Jul 2006 12:24:51 -0400

fakeroot (1.5.8) unstable; urgency=low

  * Change amd64 build-dep from ia32-libs-dev to libc6-dev-i386.

 -- Clint Adams <schizo@debian.org>  Thu, 16 Mar 2006 18:18:21 -0500

fakeroot (1.5.7) unstable; urgency=low

  * Use libtool 1.9+20051221-1 instead of 1.5.22-2.

 -- Clint Adams <schizo@debian.org>  Sun, 29 Jan 2006 22:44:47 -0500
2010-04-23 09:00:15 +00:00
gls
0837c8745f Updated net/bind95 to 9.5.2pl2nb1
Updated net/bind96 to 9.6.1pl3nb1
2010-04-23 04:52:59 +00:00
seb
b1cbe05e82 Updated devel/p5-autobox-Core to 1.2 2010-04-23 04:05:16 +00:00
seb
72c538dc3f Update p5-autobox-Core from version 1.0 to version 1.2.
Pkgsrc changes:
- Adjust MASTER_SITES

Upstream changes:
Version 1.2 merges in brunov's flip, center, last_index, slice,
range, documentation, and various bug fixes.

Version 1.1 actually adds the tests to the MANIFEST so they get
bundled. Thanks to http://github.com/daxim daxim/Lars DIECKOW for
clearing out the RT queue (which I didn't know existed), merging
in the fixes and features that still applied, which were several.
2010-04-23 04:04:51 +00:00
seb
f9020301d4 Set LICENSE to Perl 5's 2010-04-23 03:56:14 +00:00
seb
344253f9c0 Update p5-autobox from version 2.55 to version 2.70.
Upstream changes:
2.70  Wed Mar 17 19:27:44 2010
    - replace autobox_can and autobox_isa with autobox_class
      this also fixes import, unimport and VERSION
      - added t/version.t
      - renamed t/universal.t => t/autobox_class.t

2.60  Wed Mar 17 16:34:56 2010
    - fix RT #46814 (thanks Tye McQueen)
      - added t/rt_46814.t
    - fix RT #49273 (thanks Daniel Austin)
    - fix RT #55565 (thanks Schwern)
    - fix RT #55652 (thanks Schwern)
      - $native->isa and $native->can must now be called as $native->autobox_isa and $native->autobox_can
      - added t/rt_55652.t
2010-04-23 03:45:40 +00:00
minskim
db694df93f Add tex-endnotes{,-doc}. 2010-04-23 03:20:00 +00:00
minskim
80bbecf28d Import tex-endnotes-doc-2009 as print/tex-endnotes-doc.
This is documentation for tex-endnotes.
2010-04-23 03:18:34 +00:00
minskim
d72f35e18f Import tex-endnotes-2009 as print/tex-endnotes.
This LaTeX package accumulates footnotes and places them at the end of
the document.
2010-04-23 03:18:01 +00:00
seb
1adb57913a Updated devel/p5-Devel-NYTProf to 3.11 2010-04-23 03:05:03 +00:00
seb
85ee8690ff Update from version 3.02 to version 3.11.
Pkgsrc changes:
- Change HOMEPAGE

Upstream changes:
Changes in Devel::NYTProf 3.11 (svn 1171) 12th March 2010

  Fixed assorted issues on Windows thanks to Jan Dubois.
  Fixed assorted issues 64bit systems thanks to Jan Dubois.

  Refactored I/O to create an API that encapsulates the data
    file format, thanks to Nicholas Clark.
  Updated and optimized nytprofmerge to use the new API
    yielding a significant speed boost, thanks to Nicholas Clark.
2010-04-23 03:04:33 +00:00
gls
ebc7e1cc27 Disable kqueue on Dragonfly to make bind96 work.
As reported by Justin Sherrill in PR pkg/43195.

Bump PKGREVISION.
2010-04-22 20:22:26 +00:00
gls
7cef196320 Disable kqueue on Dragonfly to make bind95 work.
As reported by Justin Sherrill in PR pkg/43195.

Bump PKGREVISION.
2010-04-22 20:21:09 +00:00
tnn
989dc4b657 common makefile fragment for mozilla extension packages 2010-04-22 17:06:19 +00:00
tnn
f21136eb14 add {firefox,seamonkey,thunderbird}-l10n packages 2010-04-22 17:05:16 +00:00
tnn
0c1eb68781 Import thunderbird-l10n-3.0.4 as mail/thunderbird-l10n.
This package contains language packs for mail/thunderbird.
2010-04-22 16:59:05 +00:00
tnn
790b6ed367 Import seamonkey-l10n-2.0.4 as www/seamonkey-l10n.
This package contains language packs for www/seamonkey.
2010-04-22 16:58:23 +00:00
tnn
6dfdab33bb Import firefox-l10n-3.6.3 as www/firefox-l10n.
This package contains language packs for www/firefox.
2010-04-22 16:57:53 +00:00
drochner
8aeb4c6601 do the same whether qscintills is present or not, should fix PLIST
mismatch reported by wiz
2010-04-22 16:47:31 +00:00
sno
936cd31811 Switching for module type from M:I to M:I::Bundled - installed versions seems to make problems 2010-04-22 15:25:52 +00:00
taca
ac9e7db8ad Note update of net/pear-Net_Sieve package to 1.2.1. 2010-04-22 15:19:56 +00:00