Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:53:26 UTC Now

2011-10-21 04:04:27 UTC MAIN commitmail json YAML

Update p5-Dancer to 1.3072.

Changes are:
- 2 security fixes.
- Documentation improvements including tutorials.
- bugfixes

for complete list, look into CHANGES file contained in the distfile.

(hiramatsu)

2011-10-21 04:03:40 UTC MAIN commitmail json YAML

Update p5-DBIx-Class-Fixtures to 1.001013.

Changes from previous:
1.001013
- fixed functionality in last release by more deeply cloning parameters, which
  prevents bad things when parameters get deleted in the wrong places.  Also
  be sure we clear state properly after a dump.

1.001012
- Added new method 'available_config_sets' which returns and caches a list of
  all the json set configs found in the 'config_dir' directory.  This was added
  to make it easier when you need to dump all the fixtures programatically.
- Added method 'dump_config_sets' to let you dump more than one set at a time
  more easily
- Added method 'dump_all_config_sets' which helps automate dumping all your
  current config sets to a directory.

1.001011
- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
- Allow you to directly set a configuration via a Perl HashRef instead of a
  JSON file.  Useful for testing and when you have simple or generated configs.
- New option to force use of ->create rather than ->populate.
- Fixed a bug in the test suite that would fail on certain JSON parsers

(hiramatsu)

2011-10-21 04:02:55 UTC MAIN commitmail json YAML

Update p5-Regexp-Common to 2011041701.

Changes from previous:
Version 2011041701 Sun Apr 17 14:22:58 CEST 2011
+ Fix documentation (matches should be match). Reported by cogent@cpan.org
  in RT ticket 2833.
+ Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net)

Version 2011041602 Sat Apr 16 17:06:28 CEST 2011
+ Fix typo in repository (avar@cpan.org)

Version 2011041601 Sat Apr 16 16:07:29 CEST 2011
+ Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer
  match a single dot.

(hiramatsu)

2011-10-21 03:09:48 UTC MAIN commitmail json YAML

Make sure not to build ext/psych.

(taca)

2011-10-20 16:32:57 UTC MAIN commitmail json YAML

2011-10-20 15:14:56 UTC MAIN commitmail json YAML

Note addition of devel/ruby-fiddle and textproc/ruby-psych packages which
are parts of ruby19 and update of lang/ruby19 package to 1.9.2pl290nb1.

(taca)

2011-10-20 15:13:25 UTC MAIN commitmail json YAML

Add two "used by" lines for devel/ruby-fiddle/Makefile and
textproc/ruby-psych/Makefile.

(taca)

2011-10-20 15:12:36 UTC MAIN commitmail json YAML

Make this package depend on devel/ruby-fiddle and textproc/ruby-psych.

Bump PKGREVISION.

(taca)

2011-10-20 15:11:02 UTC MAIN commitmail json YAML

Add and enable ruby-psych.

(taca)

2011-10-20 15:10:13 UTC MAIN commitmail json YAML

Importing textproc/ruby-psych 1.9.2pl290.  It is one of missing
parts from ruby19 package.


Psych is a YAML parser and emitter, actually a part of the
Ruby distribution.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-10-20 15:09:23 UTC MAIN commitmail json YAML

Add and enable ruby-fiddle.

(taca)

2011-10-20 15:08:12 UTC MAIN commitmail json YAML

Importing devel/ruby-fiddle version 1.9.2pl290.  It is one of missing
parts from ruby19 package.

Fiddle is the libffi wrapper library, actually a part of the
Ruby distribution.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-10-20 14:30:55 UTC MAIN commitmail json YAML

2011-10-20 13:33:54 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.8nb1.

(taca)

2011-10-20 13:32:20 UTC MAIN commitmail json YAML

2011-10-20 13:26:34 UTC MAIN commitmail json YAML

Remove aria2

(ryoon)

2011-10-20 13:26:14 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.13.0

(ryoon)

2011-10-20 13:24:47 UTC MAIN commitmail json YAML

Update to 1.13.0

Changelog:
aria2 1.13.0
============

Release Note
------------

This release fixed libgcrypt version check error. Several command line
options were added. For details of each new option, read changes
below.  aria2 now returns error response if RPC request parameter has
wrong type.  For MinGW32 build, Unicode filenames support was added.

>From this release, aria2 uses libnettle and libgmp by default instead
of libgcrypt.  If you want to use libgcrypt, use configure options
--without-libnettle --with-libgcrypt.

Changes
-------

* Check libgcrypt version is greater or equal to required version.
  This will fixes Debian bug#642989.

* Added --piece-length option.  This option sets a piece length for
  HTTP/FTP downloads. This is the boundary when aria2 splits a
  file. All splits occur at multiple of this length. This option will
  be ignored in BitTorrent downloads.  It will be also ignored if
  Metalink file contains piece hashes.

* Throw exception if parameter has wrong type in RPC method.
  Formally, depending on the method implementation, this kind of
  error is just ignored and parameter is skipped. Now aria2 responds
  error for these cases. The required parameter checking is also
  reworked along with this change.

* Cleanup log message for binding server socket.

* Recognize tab as white space before option in -i list.

* Added geom parameter to --stream-piece-selector option.  If 'geom'
  is given, at the beginning aria2 selects piece which has minimum
  index like 'inorder', but it exponentially increasingly keeps space
  from previously selected piece. This will reduce the number of
  establishing connection and at the same time it will download the
  beginning part of the file first. This will be useful to view movie
  while downloading it.

* Added completedLength response key in aria2.getFiles RPC method

* Added #checksum help tag.

* Added --checksum option.  Added --checksum=TYPE=DIGEST option. This
  option sets checksum. TYPE is hash type. The supported hash type is
  listed in "Hash Algorithms" in "aria2c -v". DIGEST is hex digest.
  For example, setting sha-1 digest looks like this:
  sha-1=0192ba11326fe2298c8cb4de616f4d4140213838 This option applies
  only to HTTP(S)/FTP downloads.

* Added --hash-check-only opiton.  Added --hash-check-only opiton.
  If true is given, after hash check using --check-integrity option,
  abort download whether or not download is complete. The default
  value is false.

* Added --download-result option.  Added --download-result=OPT
  option.  This option changes the way "Download Results" is
  formatted. If OPT is 'default', print GID, status, average download
  speed and path/URI. If multiple files are involved, path/URI of
  first requested file is printed and remaining ones are omitted.  If
  OPT is 'full', print GID, status, average download speed,
  percentage of progress and path/URI. The percentage of progress and
  path/URI are printed for each requested file in each row.

* Added --rpc-allow-origin-all option.  This option adds
  Access-Control-Allow-Origin header field with value '*' to the RPC
  response.

* Ignore --out option supplied in command-line if -i is used.  You
  can still use out option in the text file specified in -i.

* Disable SSLv2 by default and optimize memory usage.
  Patch from Cristian Rodr鱈guez.

* Added libnettle and libgmp support.  libnettle and libgmp is used
  by default. Old implementation uses libgcrypt as default. If more
  and more Linux distributions offer libnettle linked GnuTLS, then
  this change decrease library dependency against libgcrypt and
  libgpg-error.  The current library detection for libnettle and
  libgmp is very simple, just use AC_SEARCH_LIBS.
  util::generateRandomData() was written using SimpleRandomizer, thus
  no external library dependency from this function.

* In MinGW32, open file with UNICODE filename and print them in ANSI.

(ryoon)

2011-10-20 12:39:33 UTC MAIN commitmail json YAML

Revert accidental commit with previous commit.

(taca)

2011-10-20 12:38:24 UTC MAIN commitmail json YAML

2011-10-20 12:29:57 UTC MAIN commitmail json YAML

Updated lang/sun-{jre,jdk}6 to 6.0.29.

(obache)

2011-10-20 12:28:09 UTC MAIN commitmail json YAML

Update sun-{jdk,jre}6 to 6.0.29, aka, 6u29.

Changes:

[Olson Data 2011g]
Java SE 6u29 contains Olson time zone data version 2011g. For more information,
refer to Timezone Data Versions in the JRE Software .

[Skipped Version Number]
Release Java SE 6u29 follows release Java SE 6u27. There is no publicly
available Java SE 6u28 release. Oracle used release version 6u28 for an internal
build, which was not necessary once the fixes delivered on Java SE 6u29 were
released.

[Blacklist Entries]
This update release includes the following new entries to the Blacklist:
* Cisco AnyConnect Mobility Client
* Microsoft UAG Client

[RMI Registry Issue]
A bug in the rmiregistry command included in this release may cause unintended
exceptions to be thrown when an RMI server attempts to bind an exported object
which includes codebase annotations using the "file:" URL scheme. The RMI
servers most likely to be effected are those which are invoked only by RMI
clients executing on the same host as the server.

RMI annotates codebase information as part of the serialized state of a remote
object reference to assist RMI clients in loading the required classes and
interfaces associated with the object at runtime. Exported objects which are
looked up in the RMI registry and invoked by RMI clients running on hosts other
than the server are usually annotated with codebase URL schemes, such as
"http:" or "ftp:" and these should continue to work correctly.

As a workaround, RMI servers can set the java.rmi.server.codebase property to
use codebase URLs other than the "file:" scheme for the objects they export.

[Bug Fixes]
This release contains fixes for security vulnerabilities. For more information,
please see Oracle Java SE Critical Patch Update advisory.

(obache)

2011-10-20 11:32:11 UTC MAIN commitmail json YAML

2011-10-20 11:30:10 UTC MAIN commitmail json YAML

Remove unnecessary OWN_DIRS.

(wiz)

2011-10-20 11:29:08 UTC MAIN commitmail json YAML

Added fonts/uni-vga version 1

(wiz)

2011-10-20 11:28:59 UTC MAIN commitmail json YAML

2011-10-20 11:28:43 UTC MAIN commitmail json YAML

Initial import of uni-vga-1, packaged for wip by Moritz Wilhelmy

Monospaced X11 bitmap font; Descendant of the original IBM VGA font with
additional Unicode glyphs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111020

(wiz)

2011-10-20 10:29:07 UTC MAIN commitmail json YAML

Updated devel/gettext to 0.18.1.1nb1

(adam)

2011-10-20 10:22:52 UTC MAIN commitmail json YAML

Fix conflict with other gettext packages

(adam)

2011-10-20 09:10:03 UTC MAIN commitmail json YAML

Replace PHP_VERSION_REQD with PHP_VERSIONS_ACCEPTED. This unbreaks bulk builds (pbulk and distbb)

(cheusov)

2011-10-20 06:02:09 UTC MAIN commitmail json YAML

devel/gps: patch-af omitted from last commit

patch-af should have been part of the last changeset of devel/gps.
The distinfo already reflects the change to this patch.

(marino)

2011-10-20 04:01:35 UTC pkgsrc-2011Q3 commitmail json YAML

2011-10-20 04:00:07 UTC MAIN commitmail json YAML

2011-10-20 03:59:45 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3572 - requested by sbd
lang/python24: build fix
lang/python25: build fix
lang/python26: build fix
lang/python27: build fix
lang/python31: build fix
security/cyrus-sasl: build fix

Revisions pulled up:
- lang/python24/distinfo                                        1.36
- lang/python24/patches/patch-am                                1.7
- lang/python25/distinfo                                        1.18
- lang/python25/patches/patch-am                                1.8
- lang/python26/distinfo                                        1.39
- lang/python26/patches/patch-am                                1.17
- lang/python27/distinfo                                        1.10
- lang/python27/patches/patch-am                                1.4
- lang/python31/distinfo                                        1.4
- lang/python31/patches/patch-am                                1.3
- security/cyrus-sasl/Makefile                                  1.58

---
  Module Name: pkgsrc
  Committed By: sbd
  Date: Tue Oct 18 21:59:19 UTC 2011

  Modified Files:
  pkgsrc/lang/python24: distinfo
  pkgsrc/lang/python24/patches: patch-am
  pkgsrc/lang/python25: distinfo
  pkgsrc/lang/python25/patches: patch-am
  pkgsrc/lang/python26: distinfo
  pkgsrc/lang/python26/patches: patch-am
  pkgsrc/lang/python27: distinfo
  pkgsrc/lang/python27/patches: patch-am
  pkgsrc/lang/python31: distinfo
  pkgsrc/lang/python31/patches: patch-am
  pkgsrc/security/cyrus-sasl: Makefile

  Log Message:
  Deal with the fact that if /usr/include/ndbm.h exists on Linux it probably
  belongs to gdbm_compat.  I.E. _don't_ use ndbm on Linux.

(tron)

2011-10-20 03:42:30 UTC MAIN commitmail json YAML

put back libpcap deleted in last update

(jnemeth)

2011-10-20 01:50:00 UTC pkgsrc-2011Q3 commitmail json YAML

2011-10-20 01:47:40 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3567 - requested by obache
multimedia/vlc: security patch

Revisions pulled up:
- multimedia/vlc/Makefile                                      1.118
- multimedia/vlc/distinfo                                      1.50
- multimedia/vlc/patches/patch-au                              1.9

---
  Module Name: pkgsrc
  Committed By: drochner
  Date: Fri Oct  7 12:30:17 UTC 2011

  Modified Files:
  pkgsrc/multimedia/vlc: Makefile distinfo
  Added Files:
  pkgsrc/multimedia/vlc/patches: patch-au

  Log Message:
  Add patch from upstream to fix a NULL dereference vulnerability in the
  HTTP and RTSP server component (possible DOS)

(tron)

2011-10-20 01:25:03 UTC MAIN commitmail json YAML

teTeX/module.mk is no longer needed.

(minskim)

2011-10-20 01:04:56 UTC MAIN commitmail json YAML

Updated sysutils/p5-SSH-Batch to 0.028.
Updated www/p5-Jemplate to 0.261.

(hiramatsu)

2011-10-20 01:04:12 UTC MAIN commitmail json YAML

Update p5-Jemplate to 0.261.

Changes from previous:
---
version: 0.261
date: Tuesday April 27 09:35:06 PDT 2010
changes:
- Fixed rt56956 with test case - DIV operator broken (Agent Zhang)

---
version: 0.260
date: Monday April 26 12:03:40 PDT 2010

---
version: 0.25_2
date: Saturday April 24 18:48:53 PDT 2010
changes:
- Implemented rt4308 - Capture implementation (Tom Molesworth)
- Added test for rt37570 - List method for lists (fixed in 5eaf340da...)

---
version: 0.25_1
date: Thursday April 22 17:58:53 PDT 2010
changes:
- Fixed rt53454 with test case - Support rudimentary array range operator
- Fixed rt53453 with test case - Make Jemplate slice like TT slice
- Fixed rt53967 with test case - Compiler double-dot path fail
- Added test case for rt37539 - Intermediate instantiation
- Added test case for rt37540 - Iterate over empty object
- Added test case for rt37895 - Inconsistent jemplate version

---
version: 0.25
date:    Wednesday April 21 13:44:19 PDT 2010
changes:
- release

---
version: 0.24_4
date:    Saturday January 09 17:06:40 PST 2010
changes:
- added .pairs (VMethod) functionality with tests
- fixed quoted.t failing test

---
version: 0.24_3
date:    Mon Jun 8 2009
changes:
- fixed bug, related to empty template body (http://rt.cpan.org/Public/Bug/Display.html?id=37061)
- fixed bug in Parser.yp, which produced compilation error for macroses
- fixed "intermediate instantiation" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37539)
- fixed "iteration over empty object" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37540)
- added and tested MACRO directive
- added PRE_PROCESS and POST_PROCESS configuration options
- added and tested global scope access via GLOBAL modifier (GLOBAL.jQeuery etc)
- added dummy LOCAL modifier, for symmetry
- added "init" method for Jemplate singleton
- added experimental RAW directive (RAW jQuery, equivalent of jQuery = GLOBAL.jQuery)

VMethods:
- added "list" for lists (http://rt.cpan.org/Public/Bug/Display.html?id=37570)
- added "item" for hashes
- fixed "import" for hashes

Test suite:
- combined back to a single copy

Patches:
- Integrated patch from RT#37895

version: 0.24_2
date: Monday June 08 10:37:54 PDT 2009
changes:
- Fix to get tests working on MSWin32 (rt23883)

---
version: 0.24
date:    Fri Sep 19 15:09:35 PDT 2008
changes:
- Convert tests to standard Test.Base setup!

---
version: 0.23_1
date: Monday August 18 15:22:03 PDT 2008
changes:
- Fixed issue with runtime_source_code that broke Catalyst::View::Jemplate
- Some beta MACRO functionality
- Ingy refactored tjs/ into tests/

(hiramatsu)

2011-10-20 01:03:47 UTC MAIN commitmail json YAML

Update p5-SSH-Batch to 0.028.

Changes from previous:
0.028
- atnodes: fixed tmp file leaks.
- atnodes: automatically check if openssh version >= 4.1.

0.027
- added support for the environment SSH_BATCH_RC to specify a
  different file name than the default ~/.fornodesrc.
  thanks Mithun Ayachit.
- updated host variable format check to /\w[-\.\w]*/.
- added the SSH_BATCH_PASSPHRASE environment for -P and
  SSH_BATCH_PASSWORD env for -w.
- added passphrase support.
- added some docs for tty option.

0.024
- tonodes: added rsync archive, update and compress mode. (liseen)
- fornodes: trim expressions when parsing them. (liseen)
- atnodes: added the use-tty option.
- fornodes: now we automatically create a default ~/.fornodesrc when it's missing.
- atnodes: added the "StrictHostChecking no" option for the first login.

(hiramatsu)

2011-10-19 23:43:56 UTC MAIN commitmail json YAML

2011-10-19 23:42:06 UTC MAIN commitmail json YAML

Import tex-cjk-doc-4.8.2 as print/tex-cjk-doc.

This is documentation for tex-cjk.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 23:41:53 UTC MAIN commitmail json YAML

Import tex-cjk-4.8.2 as print/tex-cjk.

CJK is a macro package for LaTeX, providing simultaneous support for
various Asian scripts in many encodings (including Unicode): Chinese
(both traditional and simplified), Japanese, Korean, and Thai. A
special add-on feature is an interface to the Emacs editor
(cjk-enc.el) which gives simultaneous, easy-to-use support to a bunch
of other scripts in addition to the above: Cyrillic, Greek,
Latin-based scripts, Russian, and Vietnamese.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:53:35 UTC MAIN commitmail json YAML

2011-10-19 22:52:32 UTC MAIN commitmail json YAML

Import cjkutils-4.8.2 as print/cjkutils.

This package provides utilities for CJK LaTeX.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:51:58 UTC MAIN commitmail json YAML

Import tex-cjkutils-doc-4.8.2 as print/tex-cjkutils-doc.

This is documentation for tex-cjkutils.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:51:48 UTC MAIN commitmail json YAML

Import tex-cjkutils-4.8.2 as print/tex-cjkutils.

This package provides configuration files for cjkutils.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:20:31 UTC MAIN commitmail json YAML

2011-10-19 22:19:40 UTC MAIN commitmail json YAML

Import tex-wadalab-doc-2011 as fonts/tex-wadalab-doc.

This is documentation for tex-wadalab.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:19:30 UTC MAIN commitmail json YAML

Import tex-wadalab-2011 as fonts/tex-wadalab.

These are font bundles for the Japanese Wadalab fonts which work with
the CJK package. All subfonts now have glyph names compliant to the
Adobe Glyph List, making ToUnicode CMaps in PDF documents (created
automatically by dvipdfmx) work correctly. All font bundles now contain
virtual Unicode subfonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:14:35 UTC MAIN commitmail json YAML

2011-10-19 22:13:49 UTC MAIN commitmail json YAML

Import tex-thailatex-0.4.5 as print/tex-thailatex.

ThaiLaTeX enables typesetting Thai with standard LaTeX document classes.
It is designed to become a part of babel, and may be used as such after
a (small) patch to babel itself.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:10:15 UTC MAIN commitmail json YAML

2011-10-19 22:08:50 UTC MAIN commitmail json YAML

Import tex-norasi-c90-2011 as fonts/tex-norasi-c90.

This package contains files to support for the norasi font in
thailatex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:07:09 UTC MAIN commitmail json YAML

Import tex-garuda-c90-2011 as fonts/tex-garuda-c90.

This package contains files to support for the garuda font in
thailatex.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:03:48 UTC MAIN commitmail json YAML

2011-10-19 22:02:38 UTC MAIN commitmail json YAML

Import tex-cns-doc-2011 as fonts/tex-cns-doc.

This is documentation for tex-cns.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 22:02:28 UTC MAIN commitmail json YAML

Import tex-cns-2011 as fonts/tex-cns.

This package contains CNS bitmap fonts planes 1-7 and a Big 5 encoded
font built up from CNS bitmap fonts planes 1-3.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 21:44:37 UTC MAIN commitmail json YAML

Note removal of tex-fonts-uhc-{base,extra}.

(minskim)

2011-10-19 21:43:39 UTC MAIN commitmail json YAML

2011-10-19 21:40:22 UTC MAIN commitmail json YAML

2011-10-19 21:39:29 UTC MAIN commitmail json YAML

Import tex-uhc-doc-2011 as fonts/tex-uhc-doc.

This is documentation for tex-uhc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 21:39:18 UTC MAIN commitmail json YAML

Import tex-uhc-2011 as fonts/tex-uhc.

Support for Korean documents written in Korean standard KSC codes for
LaTeX2e.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 21:30:55 UTC MAIN commitmail json YAML

Remove MANDIR= from MAKE_ENV, it is not needed anymore

(cheusov)

2011-10-19 21:29:42 UTC MAIN commitmail json YAML

Remove MANDIR= from MAKE_ENV, it is not needed anymore

(cheusov)

2011-10-19 21:15:39 UTC MAIN commitmail json YAML

Document optional variable FILE_CKSUM. Approved by wiz@.

(cheusov)

2011-10-19 20:12:56 UTC MAIN commitmail json YAML

2011-10-19 20:11:55 UTC MAIN commitmail json YAML

Import tex-ttfutils-doc-2011 as fonts/tex-ttfutils-doc.

This is documentation for tex-ttfutils.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 20:11:45 UTC MAIN commitmail json YAML

Import tex-ttfutils-2011 as fonts/tex-ttfutils.

This package provides data files used by TeX Live utilities for
TrueType fonts.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-19 19:29:10 UTC MAIN commitmail json YAML

Note PKGREVISION bump of latex2html.

(minskim)

2011-10-19 19:28:50 UTC MAIN commitmail json YAML

2011-10-19 18:47:00 UTC MAIN commitmail json YAML

Updated emulators/qemu to 0.15.1

(ryoon)

2011-10-19 18:45:42 UTC MAIN commitmail json YAML

Update to 0.15.1

Changelog:
qed: fix use-after-free during l2 cache commit
sdl: Fix termination in -no-shutdown mode
Fix termination by signal with -no-shutdown
Add support for finding libpng via pkg-config.
Check for presence of compiler -pthread flag.
Allow overriding the location of Samba's smbd.
Fix linker scripts
Fix install(1) usage to be compatible with OpenBSD's install(1).
Fix qjson test of solidus encoding
configure: Copy test data to build directory
monitor: fix build breakage for !CONFIG_VNC
monitor: fix build breakage with --disable-vnc
Fix forcing multicast msgs to loopback on OpenBSD.
user: Restore debug usage message for '-d ?' in user mode emulation

(ryoon)

2011-10-19 18:42:59 UTC MAIN commitmail json YAML

Note removal of ec-fonts-mftraced.

(minskim)

2011-10-19 18:41:49 UTC MAIN commitmail json YAML

Remove ec-fonts-mftraced.

It was needed as a dependency of print/lilypond 2.3.x.  The current
version of lilypond (2.14) no longer uses this.  The TFM fonts
installed by this package are also included in fonts/tex-ec.

(minskim)

2011-10-19 18:34:07 UTC MAIN commitmail json YAML

Updated mail/mew to 6.4

(ryoon)

2011-10-19 18:32:51 UTC MAIN commitmail json YAML

Update to 6.4

* Remove included patches.

Changelog:
Mew 6.4 stable release (2011/10/19)

* cmew falls back to getModificationTime on Windows.
Masamichi HOSODA <trueroad>
* Supporting Ruby 1.9.
Takahiro Kambe <taca>

Mew 6.4 release candidate 1 (2011/09/06)

* A bug of rescan is fixed finally!
* mewl avoids causing error if a folder does not exist.
Masamichi HOSODA <trueroad>
* Catching up to stunnel 4.39.
Ryo ONODERA <ryo_on>
* Supporting text/csv.
Tetsuya Toda <toda>

Mew 6.3.51 (2011/06/29)

* A hack for calling browser on Unix.
"Diogo F. S. Ramos" <diogofsr> and Tatsuya Kinoshita <tats>
* Bug fixes for hankaku.
<tmurata> and Tatsuya Kinoshita <tats>
* Avoiding broken end-of-line for quoted-printable.
* Multibyte hack for Emacs 23 and 24.
* Supporting GBK.
* Fixing excel and powerpoint on Unix.
Kan Sasaki <sasaki@fcc.ad.jp>
* pdftotext support for Windows.
Shuichi KITAGUCHI <ki>
* &rest to mew-user-agent-compose for Emacs 24.
Harald Hanche-Olsen <hanche>
* More gentle for broken Multipart/Signed.
Eisaku YAMAGUCHI <eisaku>
* Improving the documentation of mew-draft-use-format-flowed.
Christophe TROESTLER <Christophe.Troestler>
* varsx hack.
* Fixing regex of time.
Christophe TROESTLER <Christophe.Troestler>
* Fixing major mode hooks.
Hayashi Masahiro <mhayashi1120>
* Inline display of PDF with "pdftotext".
Hideyuki SHIRAI <shirai>
Harumitsu YOSHITAKE <yositake>
* Text/Pdf for Thunderbird
Christophe TROESTLER <Christophe.Troestler>
* Removing warnings for Emacs 23.3
Yu-ji Hosokawa <yu-ji>
* Killing stunnel with -KILL since the spec of stunnel changed.
* The -b option for mewest.
"Diogo F. S. Ramos" <diogofs>

Mew 6.3.50 (2010/08/31)

* Defining mew-draft-use-format-flowed.
Christophe TROESTLER <Christophe.Troestler>
* Making use of mew-save-dir.
* Fixing the hash-vs-array problem of cmew.
Masamichi HOSODA <trueroad>
* Making cmew safer in the case where mewest works at the same time.
Masamichi HOSODA <trueroad>
* Hack for mew-time-rfc-to-sortkey.
Hideyuki SHIRAI <shirai>
* A patch for unzip.
Yu-ji Hosokawa <yu-ji>
* Supporting unzip.
* Bug fix for PGP/MIME of binary encryption.
Shoichi Kurosaka <sho>
* Both cmew and smew in Haskell works well finally!
Shuichi KITAGUCHI <kit>
* Fixing info/Makefile.
Yasuhiro KIMURA <yasu>
* Guarding mew-addrbook-clean-up.
Hideyuki SHIRAI <shirai>
* A bug fix of mew-mime-content-type.
Yu-ji Hosokawa <yu-ji>
* Setting split-width-threshold to nil in mew-summary-reply.
* "b" in Summary saves the buffer of Message mode to a file.
* header-only now can work for M-x mew.
* Bold of font can be specified on Emacs 23.
* Deleting " " from global-mode-string.
Christophe TROESTLER <Christophe.Troestler>
* Correcting the -P option of stunnel3.
Kendall Shaw <kshaw>
* Define mew-sumsym-encode-folder and mew-sumsym-decode-folder.
* set-buffer -> with-current-buffer.
* Making mew-mime-image() safer.
Hideyuki SHIRAI <shirai>

(ryoon)

2011-10-19 18:27:04 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20111019

(ryoon)

2011-10-19 18:25:49 UTC MAIN commitmail json YAML

Update to 20111019

Changelog from diff:
* Improve youtube.com support.
* Improve vimeo support.
* Add xvideos.com support.
* Add collegehumor.com support.

(ryoon)

2011-10-19 15:04:37 UTC MAIN commitmail json YAML

Adding MANDIR to MAKE_ENV is not needed anymore

(cheusov)

2011-10-19 15:03:32 UTC MAIN commitmail json YAML

Support for non-standard PKGMANDIR for all mkc-based projects

(cheusov)

2011-10-19 14:47:30 UTC MAIN commitmail json YAML

Replace whitespaces with tabs.

(ryoon)

2011-10-19 13:50:50 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup tickets #3563, #3564 and #3571.

(tron)

2011-10-19 13:47:09 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3571 - requested by sbd
devel/poco: build fix

Revisions pulled up:
- devel/poco/distinfo                                          1.5
- devel/poco/patches/patch-build_config_Linux                  1.1

---
  Module Name: pkgsrc
  Committed By: sbd
  Date: Mon Oct 17 07:56:57 UTC 2011

  Modified Files:
  pkgsrc/devel/poco: distinfo
  Added Files:
  pkgsrc/devel/poco/patches: patch-build_config_Linux

  Log Message:
  Build a full set of shared library search paths on Linux just like "FreeBSD".

(tron)

2011-10-19 13:17:20 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3564 - requested by obache
pkgsrc/devel/poco: build fix

Revisions pulled up:
- devel/poco/Makefile                                          1.3
- devel/poco/Makefile.common                                    1.4
- devel/poco/distinfo                                          1.3
- devel/poco/patches/patch-Foundation_include_Poco_Platform.h  1.1

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Oct 16 08:18:53 UTC 2011

  Modified Files:
  pkgsrc/devel/poco: Makefile Makefile.common distinfo
  Added Files:
  pkgsrc/devel/poco/patches: patch-Foundation_include_Poco_Platform.h

  Log Message:
  Add DragonFly BSD support.
  PR pkg/45475 by Samuel J. Greear.

(tron)

2011-10-19 12:41:35 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3563 - requested by obache
multimedia/gnash: build fix

Revisions pulled up:
- multimedia/gnash/Makefile                                    1.40

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sat Oct 15 13:34:27 UTC 2011

  Modified Files:
  pkgsrc/multimedia/gnash: Makefile

  Log Message:
  tell boost-header and boost-lib location to configure.

(tron)

2011-10-19 08:11:59 UTC MAIN commitmail json YAML

Note update of databases/p5-DBICx-TestDatabase, devel/p5-Log-Any and
www/p5-Plack to 0.9984.

(hiramatsu)

2011-10-19 08:11:01 UTC MAIN commitmail json YAML

Update p5-Plack to 0.9984.

Changes from previous:
0.9984  Mon Oct  3 09:55:05 PDT 2011
    [BUG FIXES]
        - WrapCGI: Close wrapped CGI's STDIN handle (rwstauner)

    [IMPROVEMENTS]
        - WrapCGI: improved docs (chromatic)
        - Request: Do not destroy HTTP::Body upload headers (mst)

0.9983  Tue Sep 27 09:55:48 PDT 2011
    [BUG FIXES]
        - Fixed a typo in nginx FastCGI configuration
        - Clone HTTP headers in Response->finalize #237 (chip)
        - Fixed Directory app not displaying the right path in its title
        - Changed IPv6 default listen address to wildcard (ollyg)
        - Fixed the FastCGI handler with web-server mode on Win32

    [NEW FEATURES]
        - Added psgix.harakiri for Apache handlers

    [IMPROVEMENTS]
        - Prefer Corona when Coro is detected #236 (chip)
        - Increased Pod::Usage dependency
        - Improved Plack::Test documentation (chromatic)
        - Lint now checks if SCRIPT_NAME eq '/' which is forbidden in the spec (chromatic)

(hiramatsu)

2011-10-19 08:10:26 UTC MAIN commitmail json YAML

Update p5-Log-Any to 0.14.

Change from previous:
0.14  Aug 31, 2011

* Fixes
  - Fix version number in Log/Any.pm - Stephen Thirlwall

(hiramatsu)

2011-10-19 08:09:59 UTC MAIN commitmail json YAML

Update p5-DBICx-TestDatabase to 0.04.

Changes from previous:
0.04    14 December 2010
        - support unicode (patch by diegok)

0.03    14 December 2010
        - use an in-memory sqlite database by default

(hiramatsu)

2011-10-19 06:50:04 UTC MAIN commitmail json YAML

2011-10-19 06:13:04 UTC MAIN commitmail json YAML

2011-10-19 02:48:24 UTC MAIN commitmail json YAML

Update PLIST.Linux

(sbd)

2011-10-19 01:29:59 UTC MAIN commitmail json YAML

Use ${PKGINFODIR} instead of "info"

(sbd)

2011-10-19 01:12:02 UTC MAIN commitmail json YAML

Move the vidix plugin librarys from PLIST.Linux to PLIST.Linux-i386.

(sbd)

2011-10-18 23:26:14 UTC MAIN commitmail json YAML

Note PKGREVISION bump of lgrind.

(minskim)

2011-10-18 23:25:51 UTC MAIN commitmail json YAML

2011-10-18 22:40:51 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-foiltex.

(minskim)

2011-10-18 22:40:33 UTC MAIN commitmail json YAML

Let tex-foiltex honor the TeX Live directory structure.

(minskim)

2011-10-18 22:34:06 UTC MAIN commitmail json YAML

2011-10-18 22:33:20 UTC MAIN commitmail json YAML

- pixman-0.23.6.

It is unstable version noted by wiz@ via private mail.

(taca)

2011-10-18 21:59:19 UTC MAIN commitmail json YAML

2011-10-18 21:48:59 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2011-10-18 21:48:36 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.90.20111012.

Changes:
* mail/sendmail.el: Don't use sendmail-query-once if not needed.
* progmodes/f90.el: Ignore preprocessor lines, like
  f90-previous-statement does.
* eshell/eshell.el: History should be saved only in interactive use,
  to avoid error.
* bindings.el ([M-left],[M-right]): Bind to left-word and right-word
  respectively.
* progmodes/gdb-mi.el (gdb): Doc fix.

(minskim)

2011-10-18 21:39:44 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup tickets 3565, 3568, 3569 and 3570

(sbd)

2011-10-18 21:38:07 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3570 - requested by bouyer
sysutils/xenkernel41 build fix

Revisions pulled up:
- sysutils/xenkernel41/Makefile                                1.3
- sysutils/xentools41/Makefile                                  1.12

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Sun Oct 16 20:32:44 UTC 2011

  Modified Files:
  pkgsrc/sysutils/xenkernel41: Makefile

  Log Message:
  This builds fine on netbsd-5, so relax ONLY_FOR_PLATFORM

---
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Sun Oct 16 20:33:35 UTC 2011

  Modified Files:
  pkgsrc/sysutils/xentools41: Makefile

  Log Message:
  This needs iasl to build, so depend on acpica-utils if /usr/bin/iasl
  doens't exist.

(sbd)

2011-10-18 21:37:59 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3569 - requested by tron
databases/phpmyadmin security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.92
- databases/phpmyadmin/distinfo                                1.53

---
  Module Name: pkgsrc
  Committed By: tron
  Date: Tue Oct 18 14:58:28 UTC 2011

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Update "phpmyadmin" package to version 3.4.6. Changes since version 3.4.5:
  Welcome to phpMyAdmin 3.4.6, a bugfix and minor security release.
  Please refer to the upcoming PMASA-2011-15 and -16 announcements on
  http://www.phpmyadmin.net/home_page/security/.

(sbd)

2011-10-18 21:37:53 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3568 - requested by taca
www/typo3 security update

Revisions pulled up:
- www/typo3/Makefile                                            1.36
- www/typo3/PLIST                                              1.21
- www/typo3/distinfo                                            1.27

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Tue Oct 18 13:24:37 UTC 2011

  Modified Files:
  pkgsrc/www/typo3: Makefile PLIST distinfo

  Log Message:
  Update TYPO3 package to 4.5.7.

  >From release announce:

  Dead TYPO3 community,

  the TYPO3 core team has just released TYPO3 version 4.5.7, which is now
  ready for you to download. This is a maintenance release of the LTS
  version of TYPO3v4 and contains bugfixes and a security fix which is
  only exploitable by admins.

  See this article about the new policy of security team for this situation:

  http://buzz.typo3.org/teams/security/article/incident-handling-of-typo3-core-issues/

(sbd)

2011-10-18 21:37:43 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3565 - requested by obache
net/net-snmp build fix

Revisions pulled up:
- net/net-snmp/distinfo                                        1.63
- net/net-snmp/patches/patch-ao                                1.3

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Sun Oct 16 09:30:40 UTC 2011

  Modified Files:
  pkgsrc/net/net-snmp: distinfo
  pkgsrc/net/net-snmp/patches: patch-ao

  Log Message:
  Fixes build on DragonFly BSD (missing IFM_TOKEN).
  Based on PR pkg/45474 by Samuel J. Greear.

(sbd)

2011-10-18 21:34:55 UTC MAIN commitmail json YAML

2011-10-18 21:33:39 UTC MAIN commitmail json YAML

Import tex-glossaries-doc-3.01 as print/tex-glossaries-doc.

This is documentation for tex-glossaries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-18 21:33:09 UTC MAIN commitmail json YAML

Note update of tex-glossaries.

(minskim)

2011-10-18 21:32:43 UTC MAIN commitmail json YAML

Update tex-glossaries to 3.01.

Notable changes:
* Documentation has been restructured.
* Added new package options: entrycounter, counterwithin,
  subentrycounter, sort, seeautonumberlist, savewrites, and
  compatible-2.07.
* \printglossary sets \currentglossary to the current glossary's
  label. (Allows custom glossary styles access to the glossary
  type.)
* Modified internal workings of acronyms.

(minskim)

2011-10-18 20:46:30 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-resume.

(minskim)

2011-10-18 20:46:07 UTC MAIN commitmail json YAML

Let tex-resume honor the TeX Live directory structure.

(minskim)

2011-10-18 20:33:42 UTC MAIN commitmail json YAML

2011-10-18 20:33:00 UTC MAIN commitmail json YAML

Import tex-ucs-doc.

This is documentation for tex-ucs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-10-18 20:31:21 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-ucs.

(minskim)

2011-10-18 20:30:59 UTC MAIN commitmail json YAML

Replace tex-ucs with the version in TeX Live 2011.  No functional change.

(minskim)

2011-10-18 17:56:16 UTC MAIN commitmail json YAML

Add patch-ac from lang/gcc44. Without it, programs built with this gcc
lack the rpath to libgcc, causing all kinds of trouble.

(hans)

2011-10-18 17:55:27 UTC MAIN commitmail json YAML

Add patch-ac from lang/gcc44. Without it, programs built with this gcc
lack the rpath to libgcc, causing all kinds of trouble.

(hans)

2011-10-18 17:34:15 UTC MAIN commitmail json YAML

+ evince-3.2.1, ingo-2.0.6, libtool-2.4.2, libtool-base-2.4.2,
  libtool-info-2.4.2.

(wiz)

2011-10-18 16:15:19 UTC MAIN commitmail json YAML

+ net-snmp-5.7.1, pixman-0.23.6, squid-3.1.16, ups-nut-2.6.2.

(taca)

2011-10-18 16:14:44 UTC MAIN commitmail json YAML

update to 0.4.1
changes:
-many feature additions and UI improvements
-bugfixes
-added "private browsing" desktop shortcut

(drochner)

2011-10-18 16:07:43 UTC MAIN commitmail json YAML

update to 2.32.6
changes:
-Fix parsing of remote RSS feeds
-Add support for M4U/MXU playlists

(drochner)

2011-10-18 16:04:36 UTC MAIN commitmail json YAML

add patch from upstream to fix possible buffer overflow in "sami"
subtitle reader
bump PKGREV

(drochner)

2011-10-18 14:58:45 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.4.6.

(tron)

2011-10-18 14:58:28 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.4.6. Changes since version 3.4.5:
Welcome to phpMyAdmin 3.4.6, a bugfix and minor security release.
Please refer to the upcoming PMASA-2011-15 and -16 announcements on
http://www.phpmyadmin.net/home_page/security/.

(tron)

2011-10-18 13:25:31 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.5.7.

(taca)

2011-10-18 13:24:37 UTC MAIN commitmail json YAML

Update TYPO3 package to 4.5.7.

>From release announce:

Dead TYPO3 community,

the TYPO3 core team has just released TYPO3 version 4.5.7, which is now
ready for you to download. This is a maintenance release of the LTS
version of TYPO3v4 and contains bugfixes and a security fix which is
only exploitable by admins.

See this article about the new policy of security team for this situation:

http://buzz.typo3.org/teams/security/article/incident-handling-of-typo3-core-issues/

(taca)

2011-10-18 12:58:39 UTC MAIN commitmail json YAML

LICENSE set to "public-domain", according to the statement in the file
README.

(heinz)

2011-10-18 12:03:41 UTC MAIN commitmail json YAML

Added chat/p5-IRC-Util.
Updated www/p5-Squatting.

(hiramatsu)

2011-10-18 12:03:05 UTC MAIN commitmail json YAML

Add p5-IRC-Util.

(hiramatsu)

2011-10-18 11:58:42 UTC MAIN commitmail json YAML

Update p5-Squatting to 0.81.

Changes from previous:
0.81 2011-04-27
  - Slight improvements to Squatting::With::MockRequest were made
    to facilitate doing static exports of Rhetoric sites.

0.80 2011-04-27
  - [ MAJOR API CHANGE! ]
    - You don't say:  use base 'Squatting' anymore.
    - When creating a Squatting app,
      you just say:  use Squatting;
    - You don't say:  use Squatting ':controllers' or
                      use Squatting ':views' anymore
    - use Squatting takes care of what those statements used to do.
  - Squatting::H->merge renamed to Squatting::H->extend to
    be consistent w/ the way these words are used in contemporary
    Javascript libraries.
  - Added Squatting::With::PerHostConfig
  - hacked bin/squatting so that the console experience is a bit nicer.
    App->get and App->post will work a tiny bit more reliably.

(hiramatsu)

2011-10-18 11:57:47 UTC MAIN commitmail json YAML

Import perl module IRC::Utils into chat/p5-IRC-Utils.
Recent versions of p5-POE-Component-IRC requires this module.

The functions in this module take care of many of the tasks you are
faced with when working with IRC. Mode lines, ban masks, message
encoding and formatting, etc.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-10-18 11:32:04 UTC MAIN commitmail json YAML

Remove Algol 68 Genie

(ryoon)

2011-10-18 11:16:22 UTC MAIN commitmail json YAML

Updated audio/mpg321 to 0.2.13.4

(ryoon)

2011-10-18 11:15:25 UTC MAIN commitmail json YAML

2011-10-18 11:13:56 UTC MAIN commitmail json YAML

Update to 0.2.13.4

Changelog is long, but I feel this should be included.

Changelog:
mpg321 (0.2.13-4) unstable; urgency=low

  * Fixed bug when trying to "load file" from a remote instance and
    an error was raised repeatdly until mpg321 process died with
    "too many open files". (Closes: Bug#128676)
  * Added '-3' or '--restart' option that handles non existent or
    corrupted files more elegantly when in remote mode. When option
    is enabled the remote shell does not die and is restarted waiting
    for a new command.
  * Fixed FTBFS for mpg321 by removing debian_changes patch file in
    debian/patches directory. (Closes: Bug#643222).

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Thu, 29 Sep 2011 19:33:24 +0300

mpg321 (0.2.13-3) unstable; urgency=low

  * Fixed the really annoying bug which didn't restore the TTY
    when mpg321 exited.
  * Updated S-V to 3.9.2
  - debian/copyright file has been revised.
  - debian/rules file has been revised.
  * Fixed '-a' option to conform with ALSA's uniform device naming. Also
    changed man to conform with this change. Now you can use alsa driver
    by setting the name of the audio device using the hw:x,y syntax,
    where x and y are numbers. For example, if there is only one device
    installed, in most cases, the device should be named hw:0,0.
    When there is only one device, the device should always have the
    same name and numbers. Finally if the default driver which mpg321
    is compiled is ALSA then you don't have to specify it with the '-o'
    option and you can use '-a' only to specify the audio device.
    (Closes: Bug#623941).

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Sun, 24 Jul 2011 15:08:09 +0300

mpg321 (0.2.13-2) unstable; urgency=low

  * Added '-K' option so the user can enable/disable the Basic Keys
    functionality. This also resolves the 100% CPU problem when mpg321
    is run by asterisk for music hold on.
    Thanks to James Bottomley for pointing that out. (Closes: Bug#619773).
  * Added new algorithm when playing files randomly until interrupted. The
    advertised behavior is much better than the previous one.Patch from
    Peter Selinger.Thanks.

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Tue, 05 Apr 2011 23:23:54 +0200

mpg321 (0.2.13-1) unstable; urgency=low

  * Added uClinux support for embedded systems (Blackfin, Atmel and others).
  * Added some Basic Control Keys, Volume Up/Down & Skip, for the moment.
  * Updated S-V to 3.9.1
      - debian/copyright file has been revised.
  * If mmap() fails we fall back to read(). (Closes: Bug#148971).
    (Closes: Bug#196787)
  * Removed built-in getopt function.
  * Problem solved when -x option was invoked and mpg321 couldn't obtain the
    current terminal file. If none is forthcoming (e.g. xterm window ops are
    disabled) then mpg321 does not block.
  * Removed the dependency for the libaudio-scrobbler-perl package from
    debian/control file. (Closes: Bug#588051).
  * Added LDFLAGS += -Wl,-z,defs -Wl,--as-needed in debian/rules file
    to limit the dependencies a bit. Dropped '-c' option from 'install'
    command. Thanks to Sven Hoexter <sven@timegate.de>.

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Sun, 20 Feb 2011 15:35:00 +0300

mpg321 (0.2.12-1) unstable; urgency=high

  * New upstream release.
  * Added AudioScrobbler support.
  * Added FFT analysis support on PCM data for Remote mode play.
  * mpg123 has been relicensed under the LGPL/GPL. Changed man page
    accordingly. (Closes: Bug#533674).
  * mpg321 now exits code 1 after failing to play music. (Closes: Bug#501334).
  * Fixed ID3v2 tag problem which resulted in a splat-sound at the start of
    the file. Patch from Martin Wellard. Thanks.
  * Added support for recursive reading of directories. Patch from Giuseppe
    Scrivano <gscrivano@gnu.org> and Michal Cihar <nijel@debian.org>.
    (Closes: Bug#266887).
  * Updated S-V to 3.9.0
        - debian/copyright file is now UTF-8 encoded.

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Tue, 29 Jun 2010 21:44:36 +0300

mpg321 (0.2.11-3) unstable; urgency=high

  * Now mpg321 displays the right MPEG version. (Closes: Bug#197726).
  * New function added for restoring the correct xterm title.
  * New troubleshooting information added for the resources that mpg321
    uses for xterm control.
  * Bug #182122 should close now because in this version of Debian we don't
    face such problems. So i am closing this bug. (Closes: Bug#182122).
  * Man page now includes the new "-l" option. (Closes: Bug#575836).
    Thanks to Memnon Anon.
  * Tried to reproduce the same experiment as Bug #388587 and
    i don't see any problem.
    If someone else can simulate the same problem, please report the bug
    and the way to simulate it again.So i am closing thsi bug also.
    (Closes: Bug#388587)
  * Anyone who wants to use the "-a" option can follow the information from
    the manpage. To give an example: "mpg321 -a /dev/dsp song.mp3".
    So Bug #286176 should close.The "-a" option seems to work fine.
    (Closes: Bug#286176).
  * Properly added DM-Upload-Allowed: yes to source section of control file.
  * Adjusted watch file properly to eliminate errors of uscan.
  * Bumped debhelper versioned Build-Depends to 7, and updated
    debian/compat.
  * Bumped libao-dev versioned Build-Depends to 1.0.0.
  * Fixed libao-dev problem with the new structure option
    in ao_format_sample structure. In a near future version
    mpg321 will utilise the power of this new libao option.
    (Closes: Bug#580062, Bug#580193)

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Sun, 24 May 2010 12:45:08 +0200

mpg321 (0.2.11-2) unstable; urgency=high

  * Fixed PATH_MAX POSIX constant needed for GNU/Hurd compilation.
  * Fixed compilation errors for MIPS and MIPSEL architectures
    by reporting the libmad bug to the pkg-maintainers.Bug fixed and
    closed. Thanks.
  * Changed to Quilt patch maintenance system.
  * Added xterm title setting option so to enable/disable the feature.
    Also gmusicbrowser doesn't crash anymore.
    (Closes: Bug#566544),(Closes: Bug#567104).
  * mpg321 can stream a URL from 0.2.10.1 version. Bug#166512 should
    have already been closed. (Closes: Bug#166512).
  * mpg321 has already been adopted. (Closes: Bug#533671).

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Sun, 21 Feb 2010 12:51:08 +0200

mpg321 (0.2.11-1) unstable; urgency=low

  * New upstream release.
  * New maintainer (Closes: Bug#471770).
  * Updated S-V to 3.8.3.
  * Added HTTP Proxy support with Basic Authentication mechanism
    from Chrysostomos Nanakos <nanakos@wired-net.gr>.
  * ID3 tags now display on all files when playing a list of files and
    you haven't pressed CTRL-C to switch between them.
  * Make volume scaling work entirely within fixed point. This is the
    way it should have been to begin with.
  * Add patch to support IPv6 from Carlos Jesus Bernandos Cano.
    This is now the default in the Debian packages.
    (Closes: Bug#182480).
  * Fix up maintainer scripts to not quit on unknown arguments.
  * Add GAIN option to remote control mode.
    Patch from Ralf Engels <ralf-engels@gmx.de>.
  * Improve shuffling/randomizing code. Patch from Bas Zoetekouw - thanks!
    (Closes: Bug#153594).
  * Moritz Jodeit <moritz@jodeit.org>:
    * Make http://some.server.name (no trailing slash) work.
    * Fix other networking issues.
    * Fix some format string issues.
  * Change use of random() to rand() because random() on Solaris
    doesn't return up to RAND_MAX, but 2**31.
  * Add patch from Mario <diverses@univecom.ch> to better
    support HTTP and Shoutcast streams.

  * Nanakos Chrysostomos <nanakos@wired-net.gr>:
    * Run autoreconf to update the buildsystem to
      current versions of autotools.
    * [debian/ruls] Use dh_installman instead of dh_installmanpages
    * Add debian/mime and call dh_installmime.
      (Closes: Bug#207871).
    * Use ifneq and not ifeq to set options for INSTALL when
      DEB_BUILD_OPTIONS has nostrip.
      (Closes: Bug#163399).
    * Acknowledge NMU (Thanks Mario Lang).
      (Closes: Bug#186968).
    * Print the current frame number of the current file when playing
      multiple files in verbose mode. Patch from Piotr Sulecki - thanks.
      (Closes: Bug#269118).
    * Patch from Gergely Szasz to fix crash when GAIN is
      set in remote mode without an argument.
    * Add support for winamp playlists.
      (Filter out line with # at the beginning).
      Patch from Manolis Stamatogiannakis.
    * Patch from David G. Andersen to check return value of read and only
      decode the right number of bytes.
    * Fix off-by-one in networking code parsing ftp reply.
    * Add loop option. Patch from Nicolas Bonifas.
      (Closes: Bug#158950).
    * Add output remote mode to distinguish between stopping playback and
      the song finishing. Patch from Nicolas Bonifas.
    * Reinitialise the current playback time when rewinding.
      Another patch from Nicolas Bonifas.
    * Only show the verbose option once in the usage text.
      (Closes: Bug#285959).
    * Add xterm title support.Patch from Chrysostomos Nanakos.

-- Nanakos Chrysostomos <nanakos@wired-net.gr>  Tue, 11 Jan 2010 19:17:42 +0200

mpg321 (0.2.10.6) unstable; urgency=low

  * QA upload.
  * Don't use update-alternatives --auto in prerm. (Closes: #506892).

-- Barry deFreese <bdefreese@debian.org>  Wed, 26 Nov 2008 13:10:23 -0500

mpg321 (0.2.10.5) unstable; urgency=low

  * QA upload.
    + Set maintainer to Debian QA Group <packages@qa.debian.org>.
  * Add large file support. (Closes: #152392).
    + Thanks to Clint Adams for the patch.
  * Avoid crashing on non mp3 files. (Closes: #458035).
    + Thanks to Justin Pryzby for the patch.
  * Don't scan file before playback. (Closes: #500102).
    + Thanks to Mikko Rapeli for the patch.
  * Don't leave dangling symlink. (Closes: #227713).
    + Thanks to Donggyoo Lee for the patch.
  * README.remote should use @P not @S. (Closes: #153596).
    + Add STOP comments.
  * Make AM_PATH_AO XIPH_PATH_AO in configure.ac.
  * Escape hyphens in manpage.
  * Bump debhelper build-dep to 5.
  * Move DH_COMPAT to debian/compat and set to 5.
  * Make distclean not ignore errors.
  * Bump Standards Version to 3.8.0.

-- Barry deFreese <bdefreese@debian.org>  Tue, 11 Nov 2008 14:25:12 -0500

mpg321 (0.2.10.4) unstable; urgency=low

  * NMU
  * Update description: mpg123 is now free. Closes: #390358

-- Joey Hess <joeyh@debian.org>  Mon, 10 Sep 2007 16:22:35 -0400

mpg321 (0.2.10.3) unstable; urgency=high

  * Non-maintainer upload by the Security Team
  * Fix format string vulnerabilities (CAN-2003-0969)

-- Matt Zimmerman <mdz@debian.org>  Sun,  4 Jan 2004 11:50:39 -0800

mpg321 (0.2.10.1-1.1) unstable; urgency=low

  * NMU
  * Apply patch to close fd (Closes: Bug#178948)

-- Mario Lang <mlang@debian.org>  Mon, 31 Mar 2003 10:56:12 +0200

mpg321 (0.2.10.1) unstable; urgency=low

  * Check both for file existing and link existing in fix-mistake code in
    postinst (Closes: Bug#140622)

-- Joe Drew <drew@debian.org>  Wed,  3 Apr 2002 23:12:22 -0500

(ryoon)

2011-10-18 10:36:04 UTC MAIN commitmail json YAML

+ abcm2ps-6.5.1, clamav-0.97.3, echinus-0.4.9, glib2-2.30.1,
  gtk3-3.2.1, mpop-1.0.25, sox-14.3.2, xfstt-1.8 [pkg/45478]

(wiz)

2011-10-18 10:34:06 UTC MAIN commitmail json YAML

2011-10-18 10:33:07 UTC MAIN commitmail json YAML

2011-10-18 10:28:55 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.25

(ryoon)

2011-10-18 10:27:51 UTC MAIN commitmail json YAML

Update to 1.4.25

Changelog:
Version 1.4.25:
- DIGEST-MD5 authentication is not considered secure any longer. See RFC 6331.
- Support for alias expansion was added. See the aliases command and --aliases
  option.

(ryoon)

2011-10-18 09:47:12 UTC MAIN commitmail json YAML

Note update of textproc/p5-Text-Diff, devel/p5-Devel-Declare and
databases/p5-DBICx-MapMaker.

(hiramatsu)

2011-10-18 09:46:01 UTC MAIN commitmail json YAML

Update p5-DBICx-MapMaker to 0.03.

Change from previous:
0.03    Tue Jan 4 11:44:11 CST 2011
        - fix faulty use of coercion

(hiramatsu)

2011-10-18 09:45:29 UTC MAIN commitmail json YAML

Update p5-Devel-Declare to 0.006007.

Changes from previous:
0.006007 - 12 Sep 2011
  - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
    how it interacts with other modules that hook ops.
  - Initialize immediately upon loading the module, so that "was Devel::Declare
    loaded soon enough" errors in string eval can be fixed by loading the
    module earlier without having to also actually use the module earlier.
  - Adjust toke_scan_str logic to always show a positive effective length of
    string source.
  - Return undef from toke_scan_str if string was unterminated.
  - Detect and croak if unwanted reallocation occurs during toke_scan_str.
  - Avoid memory leak in toke_scan_str.
  - Give Devel::Declare::Context::Simple a version number.
  - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.

0.006006 - 23 Aug 2011
  - Increase default linestr size to avoid reallocations (Zefram).

(hiramatsu)

2011-10-18 09:45:05 UTC MAIN commitmail json YAML

Update p5-Text-Diff to 1.41.

Changes from previous:
1.41 Sun 17 Apr 2011
    - Add Text::Dif::Config to MANIFEST.

1.40 Sat 16 Apr 2011
    - Added DIFF_OUTPUT_UNICODE env variable to allow outputting unicode
      characters. Thanks to Shlomi Fish for the patch.

(hiramatsu)

2011-10-18 09:41:11 UTC pkgsrc-2011Q3 commitmail json YAML

2011-10-18 09:39:51 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3566 - requested by sbd
filesystems/fuse: packaging fix

Revisions pulled up:
- filesystems/fuse/Makefile                                    1.8
- filesystems/fuse/PLIST.Linux                                  1.2

---
  Module Name: pkgsrc
  Committed By: sbd
  Date: Sun Oct 16 23:45:45 UTC 2011

  Modified Files:
  pkgsrc/filesystems/fuse: Makefile PLIST.Linux

  Log Message:
  Add bin/ulockmgr_server to PLIST.Linux

  Bump PKGREVISION

(tron)

2011-10-18 09:13:23 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.3.549

(obache)

2011-10-18 09:13:06 UTC MAIN commitmail json YAML

Update mikutter to 0.0.3.549.

* Improve README.
* Compliant with URL display of Twitter Web, unescape and display escaped Japanese URL.

(obache)

2011-10-18 01:52:40 UTC MAIN commitmail json YAML

2011-10-18 01:36:34 UTC MAIN commitmail json YAML

fix a typo in comment.

(obache)

2011-10-18 01:06:47 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA1 to 2.13nb3

(obache)

2011-10-18 01:06:33 UTC MAIN commitmail json YAML

Relax dependency, Digest-1.00 module was imported into Perl base prior 5.7.1.

Bump PKGREVISION.

(obache)

2011-10-18 01:03:20 UTC MAIN commitmail json YAML

Updated security/p5-Digest-CRC to 0.17

(obache)

2011-10-18 01:03:06 UTC MAIN commitmail json YAML

Update p5-Digest-CRC to 0.17.
(Drop dependency on p5-Digest, it is not required even with prior version).

0.17  Sat Aug 27 13:59:31 2011
        - fixed non-xs code, #70535

(obache)

2011-10-18 00:47:06 UTC MAIN commitmail json YAML

Imported security/qca2-gnupg from pkgsrc-wip.

(schnoebe)

2011-10-18 00:46:58 UTC MAIN commitmail json YAML

Imported qca2-gnupg from pkgsrc-wip.

Taking a hint from the similarly-named Java Cryptography Architecture,
QCA aims to provide a straightforward and cross-platform crypto
API, using Qt datatypes and conventions. QCA separates the API from
the implementation, using plugins known as Providers. The advantage
of this model is to allow applications to avoid linking to or
explicitly depending on any particular cryptographic library. This
allows one to easily change or upgrade crypto implementations
without even needing to recompile the application. QCA should work
everywhere Qt does, including Windows/Unix/MacOSX.

Capabilities:
TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)

This is the GnuPG plugin.

Packaged by jfranz@bsdprojects.net.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(schnoebe)

2011-10-17 23:41:04 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.7.1

(jnemeth)

2011-10-17 23:40:50 UTC MAIN commitmail json YAML

Update to 1.8.7.1 -- this update fixes AST-2011-012

pkgsrc change:  now what sqlite3 has been imported into NetBSD, enable it

              Asterisk Project Security Advisory - AST-2011-012

          Product        Asterisk
          Summary        Remote crash vulnerability in SIP channel driver
    Nature of Advisory  Remote crash
      Susceptibility    Remote authenticated sessions
          Severity        Critical
      Exploits Known    No
        Reported On      October 4, 2011
        Reported By      Ehsan Foroughi
        Posted On        October 17, 2011
      Last Updated On    October 17, 2011
      Advisory Contact    Terry Wilson <twilson@digium.com>
          CVE Name        CVE-2011-4063

    Description  A remote authenticated user can cause a crash with a
                malformed request due to an unitialized variable.

    Resolution  Ensure variables are initialized in all cases when parsing
                the request.

                              Affected Versions
          Product        Release Series
    Asterisk Open Source      1.8.x      All versions
    Asterisk Open Source        10.x      All versions (currently in beta)

                                  Corrected In
                  Product                              Release
            Asterisk Open Source                1.8.7.1, 10.0.0-rc1

                                    Patches
                            Download URL                          Revision
  http://downloads.asterisk.org/pub/security/AST-2011-012-1.8.diff 1.8
  http://downloads.asterisk.org/pub/security/AST-2011-012-10.diff  10

            Links

    Asterisk Project Security Advisories are posted at
    http://www.asterisk.org/security

    This document may be superseded by later versions; if so, the latest
    version will be posted at
    http://downloads.digium.com/pub/security/AST-2011-012.pdf and
    http://downloads.digium.com/pub/security/AST-2011-012.html

                                Revision History
          Date                Editor                Revisions Made

              Asterisk Project Security Advisory - AST-2011-012
              Copyright (c) 2011 Digium, Inc. All Rights Reserved.
  Permission is hereby granted to distribute and publish this advisory in its
                          original, unaltered form.

(jnemeth)

2011-10-17 21:43:28 UTC MAIN commitmail json YAML

PR/44543 -- recognize any non-zero return value getaddrinfo() as error.
Bump revisions of all variant packages.

(wearing pointy hat)

(shattered)

2011-10-17 21:03:29 UTC MAIN commitmail json YAML

2011-10-17 20:14:50 UTC MAIN commitmail json YAML

teach the package options for cases where pthreads would be used, but are
broken

(spz)

2011-10-17 19:45:56 UTC MAIN commitmail json YAML

2011-10-17 19:40:26 UTC MAIN commitmail json YAML

PR/44479 -- disable use of nlist() if we're using sysctl() to get IP stats.

(shattered)

2011-10-17 19:32:24 UTC MAIN commitmail json YAML

2011-10-17 15:18:59 UTC MAIN commitmail json YAML

2011-10-17 14:54:35 UTC MAIN commitmail json YAML

Note update of textproc/p5-Feed-Find, devel/p5-XSLoader and
www/p5-Template-Toolkit-Simple.

(hiramatsu)

2011-10-17 14:53:29 UTC MAIN commitmail json YAML

Update p5-Template-Toolkit-Simple to 0.13.

Changes from previous:
---
version: 0.13
date:    Sun May 15 17:08:56 EST 2011
changes:
- Use Stardoc
- use Package
---
version: 0.12
date:    Sun May 15 12:46:44 EST 2011
changes:
- Forgot to 'use Encode'. doh!
---
version: 0.11
date:    Sun May 15 12:11:50 EST 2011
changes:
- Finally works with utf8 templates and yaml. \o/
---
version: 0.10
date:    Mon Nov 29 09:58:35 EST 2010
changes:
- Skip tests if YAML::XS not installed.

(hiramatsu)

2011-10-17 14:52:47 UTC MAIN commitmail json YAML

Update p5-XSLoader to 0.15.

Changes from previous:
0.15 - 2011.04.17 - SAPER #PerlQA2011
    - [DIST] CPAN-RT#54456: Set INSTALLDIRS to "site" when installed on
      Perl 5.11+ (thanks to Todd Rinaldo).
    - [DOC] Document a known bug under Perl 5.8.4 and 5.8.5.
    - [TESTS] Fixed tests to pass under Perl 5.8.4 and 5.8.5.

0.14 - 2011.04.16 - SAPER #PerlQA2011
    - [CODE] Updated from bleadperl:
      - XSLoader::load() with no arguments can use caller to find
        a default package (Nicholas Clark).
      - Avoid defining a full XSLoader::bootstrap_inherit post 5.6,
        as it's not needed (Nicholas Clark).
      - Small optimisation: for the generated XSLoader.pm, avoid a
        runtime lexical which is constant (Nicholas Clark).
    - [TESTS] Updated from bleadperl, solving RT-CPAN #54132, #61332.
    - [TESTS] Fixed tests for old Perls.
    - [TESTS] Added t/00-load.t and t/01-api.t, to provide basic tests
      when the main ones are skipped.

(hiramatsu)

2011-10-17 14:52:20 UTC MAIN commitmail json YAML

Update p5-Feed-Find to 0.07.

Changes from previous:
0.07  2011.01.28
    - Use $ua->env_proxy to load local proxy settings. (RT 53817)
    - Fixed documentation for find_in_html. (RT 19183)
    - Removed sign() and auto_install() from Makefile.PL.
    - Removed magic svn keywords.
    - Converted test suite to Test::More.
    - Added author tests (xt/) and modified SYNOPSIS for all modules to
      make them pass the compilation test.

(hiramatsu)

2011-10-17 11:50:05 UTC MAIN commitmail json YAML

Use PHP_VERSIONS_ACCEPTED instead of PHP_VERSION_REQD to match PBULK_MULTI_LIST.

(obache)

2011-10-17 11:09:31 UTC MAIN commitmail json YAML

Add HOMEPAGE and LICENSE.

(hiramatsu)

2011-10-17 10:51:58 UTC MAIN commitmail json YAML

2011-10-17 10:35:01 UTC MAIN commitmail json YAML

Note update of textproc/p5-Text-Diff-HTML, www/p5-URI and
net/p5-Net-Amazon-S3.

(hiramatsu)

2011-10-17 10:32:54 UTC MAIN commitmail json YAML

Update p5-Net-Amazon-S3 to 0.54.

Changes from previous:
0.54 Sat Mar 21 21:23:32 BST 2011
    - Fix for a naked qw() warning (patch by David Wheeler)
    - Fixed path issues (patch by Pavel Karoukin)
      *WARNING* THIS MIGHT BREAK EXISTING APPS *WARNING*
    - Author and development information changes

0.53 Tue Mar 30 15:24:19 BST 2010
    - fix authenticated urls to work with EU buckets (patch by Edmund
      von der Burg)
    - tiny POD fix (patch by Frank Wiegand)
    - add an exists method to Net::Amazon::S3::Client (suggested by
      David Golden)
    - fix max_keys when listing buckets (spotted by Andrew Bryan)
    - add content_encoding to Net::Amazon::S3::Object (suggested
      by Egor Korablev)
    - update s3cl: You need to use the module before you use it,
      added the mkbucket command, now you can run the help without
      your AWS secret key, add docs about the env variables you need
      to run s3cl (patches by Jesse Vincent)

0.52 Thu Jul  2 09:17:11 BST 2009
    - increase version prerequisites for some modules so that they
      are known to work

0.51 Tue May 19 08:31:59 BST 2009
    - use MooseX::Types::DateTimeX so that we work with latest Moose
      (noticed by Ted Zlatanov)

(hiramatsu)

2011-10-17 10:32:02 UTC MAIN commitmail json YAML

Update p5-URI to 1.59.

Changes from previous:
2011-08-15  Gisle Aas <gisle@ActiveState.com>

  Release 1.59

  Make sure accessor methods don't return utf8::upgraded() bytes
  for URLs initialized from Unicode strings.

  Version number increments.

  Documentation tweaks.

(hiramatsu)

2011-10-17 10:31:20 UTC MAIN commitmail json YAML

Update p5-Text-Diff-HTML-Changes to 0.07.

Changes from previous:
0.07  2011-06-26T05:48:03
      - Moved to [GitHub](http://github.com/theory/text-diff-html/).
      - Switched to a static README.md, rather than a generated README.

(hiramatsu)

2011-10-17 10:00:07 UTC MAIN commitmail json YAML

Add HOMEPAGE and LICENSE.

(hiramatsu)

2011-10-17 09:38:26 UTC MAIN commitmail json YAML

Honor VARBASE and PKG_SYSCONFDIR.
ride on last update.

(obache)

2011-10-17 09:27:48 UTC MAIN commitmail json YAML

2011-10-17 09:08:17 UTC MAIN commitmail json YAML

Add HOMEPAGE and LICENSE.

(hiramatsu)

2011-10-17 08:55:15 UTC MAIN commitmail json YAML

Note update of sysutils/p5-Sys-SigAction, www/p5-CGI-Compile and
misc/p5-Locale-Maketext-Lexicon.

(hiramatsu)

2011-10-17 08:54:18 UTC MAIN commitmail json YAML

Update p5-Locale-Maketext-Lexicon to 0.91.

Changes from previous:
[Changes for 0.91 - 2011-08-19]
* Fixed test count for newly added tests

[Changes for 0.90 - 2011-08-19]
* Doc changes

[Changes for 0.89 - 2011-08-19]
* Added support to the TT2 parser for Mojolicious style tags
  Thanks to COSIMO for the patch

[Changes for 0.88 - 2011-07-30]

* Fixed the t/5-extract.t test count

[Changes for 0.87 - 2011-07-20]

* Locale::Maketext::Extract::Plugin::Mason
  - Added support for Mason 2
    Thanks to ASIMON for the patch.

* Locale::Maketext::Extract
  - Now warns on loading bad plugins if warnings enabled

* Locale::Maketext::Extract::Plugin::Base
  - Corrected the synopsis

  Thanks to TOKUHIROM for the bug reports

[Changes for 0.86 - 2011-02-16]
* Bumped version because the META file was showing an old version number.

[Changes for 0.85 - 2011-02-11]
* Changed Locale::Maketext::Extract::Run to ignore:
  - .git/
  - unix pipes
  - binary files

  Thanks to audreyt for the patch
  https://github.com/audreyt/locale-maketext-lexicon/commit/1e4d112d435daa7b72eb8b49208f3b2e3185bc22

[Changes for 0.84 - 2010-12-24]
* Changed the minimum version of Locale::Maketext to 1.17, to avoid error
  reports from recent Perl versions, which still have an old Locale::Maketext

* Locale::Maketext::Extract
    - added a fix from Ivan Bessarov to avoid uninit warnings when msgids
      contain trailing spaces

[Changes for 0.83 - 2010-12-09]
* Locale::Maketext::Lexicon
    - remove the local $@ when loading PO files - made it difficult
      to debug errors when loading PO's

      Thanks to Ton Voon for the patch
      https://rt.cpan.org/Ticket/Display.html?id=63722

  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.

(hiramatsu)

2011-10-17 08:53:21 UTC MAIN commitmail json YAML

Update p5-CGI-Compile to 0.15.

Changes from previous:
0.15  Tue May 24 09:41:52 PDT 2011
        - handle DOS line endings (rkitover)

0.14  Thu Jan 20 15:07:59 PST 2011
        - Enable the warnings (rkitover)

0.13  Mon Jan 17 14:36:27 PST 2011
        - Improved documents about nested closure
        - check -w switch on CGIs (rkitover)

(hiramatsu)

2011-10-17 08:52:32 UTC MAIN commitmail json YAML

Update p5-Sys-SigAction-Changes to 0.15.

Changes from previous:
0.15  1 Jul 2011

Clean up POD. Close bug #69057. Other minor tweaks to POD.

0.13  23 Jun 2011

No functional changes. Fix for test timeout.t.
Fix strict undefined symbol error in timeout.t, when Time::HiRes is not present.
Not sure if constant pragma will exist in all supported perl versions,
so, we just commented out the use strict in this test.

Print warning when Time::HiRes not found in Makefile.PL

0.12  20 Jun 2011

Conditionally add 'LICENSE' => 'perl' to WriteMakefile()
call if $ExtUtils::MakeMaker::VERSION >= 6.3002.

Added support for timeout_call() in fractional seconds
expressed as a floating point number.  If Time::HiRes
is not loadable, then the timeout value is raised to the
next high integer value with the POSIX:ceil() funtion.

Added sig_alarm(), which timeout_call uses. This is drop
in replacement for alarm(). If Time::HiRes
is not loadable, then the seconds argument is raised to the
next high integer value with the POSIX:ceil() funtion.

(hiramatsu)

2011-10-17 08:48:07 UTC MAIN commitmail json YAML

Updated security/pam-af to 1.0.2

(obache)

2011-10-17 08:47:52 UTC MAIN commitmail json YAML

2011-10-17 08:45:33 UTC MAIN commitmail json YAML

2011-10-17 08:44:50 UTC MAIN commitmail json YAML

Added databases/gdbm_compat version 1.9.1

(obache)

2011-10-17 08:44:32 UTC MAIN commitmail json YAML

Import gdbm_compat-1.9.1 as databases/gdbm_compat.

GNU `dbm' is a library of functions implementing a hashed database
on a disk file.  The software was written by Philip A. Nelson.

This is the optional dbm and ndbm API compatibility library and headers.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2011-10-17 08:40:16 UTC MAIN commitmail json YAML

2011-10-17 08:10:53 UTC MAIN commitmail json YAML

2011-10-17 07:56:57 UTC MAIN commitmail json YAML

Build a full set of shared library search paths on Linux just like "FreeBSD".

(sbd)

2011-10-17 05:45:54 UTC MAIN commitmail json YAML

Fix support for non-default PKGMANDIR

(cheusov)

2011-10-17 04:36:46 UTC MAIN commitmail json YAML

2011-10-17 03:49:58 UTC MAIN commitmail json YAML

Update net/py-twisted to 11.0.0;
correct the spelling of my username in the */poco* commit earlier.

(schnoebe)