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 (2m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:42:21 UTC Now

2011-08-12 06:27:04 UTC MAIN commitmail json YAML

Changes 0.107:
* mkopt now prefers named parameters; docs updated
* added the name_test parameter to mkopt

(adam)

2011-08-12 06:15:06 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-12 06:14:28 UTC MAIN commitmail json YAML

ffmpeg seems to have dropped the faad support, so remove the option.
(enabling the option causes build failures.)

(mrg)

2011-08-12 02:03:14 UTC MAIN commitmail json YAML

2011-08-11 17:21:07 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 17:20:01 UTC MAIN commitmail json YAML

Changes 2.020:
* Add DumperObject for getting at the underlying obj
* create DwarnF for formatting Dumper'd output
* Create Ddie for die'ing output

(adam)

2011-08-11 17:17:29 UTC MAIN commitmail json YAML

Changes 2.32:
* Disable overloading in a <=5.8.8 safe way

Changes 2.31:
* React to Strawberry perl $. strangeness

(adam)

2011-08-11 17:14:09 UTC MAIN commitmail json YAML

Changes 1.19:
* Add skips to tests to make perl-5.8 happy

Changes 1.18:
* Don't downgrade is_utf8-strings with MIME::Base64
* Deal with the perl-5.13 (?^:...) regex construct
* croak on bad add_dump_filter argument

(adam)

2011-08-11 17:12:17 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 17:11:23 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

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

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 17:09:33 UTC MAIN commitmail json YAML

Changes 1.15:
* port to Perl 5.15.0, where the op type aelemfast has been split into
  aelemfast and aelemfast_lex
* test compatibility with Devel::CallParser

Changes 1.14:
* bugfix: never unhook peephole optimiser, because unhooking is liable
  to fail if anything else hooked it
* bugfix: revise check for dorassign opcode to cope with FreeBSD's
  mutant Perl 5.8 that has it
* test POD syntax and coverage

(adam)

2011-08-11 17:06:59 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 17:06:23 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 17:05:19 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-11 15:55:33 UTC MAIN commitmail json YAML

Mention that "gssapi" is "kerberos".

(dholland)

2011-08-11 12:46:45 UTC MAIN commitmail json YAML

Updated graphics/py-nwdiag to 0.4.0

(obache)

2011-08-11 12:46:30 UTC MAIN commitmail json YAML

Update nwdiag to 0.4.0.

0.4.0 (2011-08-09)
* Add syntax for peer network

(obache)

2011-08-11 12:41:35 UTC MAIN commitmail json YAML

Updated graphics/py-blockdiag to 0.8.9

(obache)

2011-08-11 12:40:57 UTC MAIN commitmail json YAML

Update blockdiag to 0.8.9.

0.8.9 (2011-08-09)
* Fix bugs
0.8.8 (2011-08-08)
* Fix bugs

(obache)

2011-08-11 11:15:58 UTC MAIN commitmail json YAML

Updated security/gpgme to 1.3.1

(adam)

2011-08-11 11:15:24 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.18; security/gnutls to 2.12.8

(adam)

2011-08-11 11:15:00 UTC MAIN commitmail json YAML

2011-08-11 11:04:04 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.18; security/gnutls to 2.12.8

(adam)

2011-08-11 11:03:35 UTC MAIN commitmail json YAML

Changes 2.12.8:
* libgnutls: PKCS-11 back-end was replaced by p11-kit
* libgnutls: gcrypt: replaced occurences of gcry_sexp_nth_mpi (..., 0)
  with gcry_sexp_nth_mpi (..., GCRYMPI_FMT_USG) to fix errors with 1.5.0.
* libgnutls: Verify that a certificate liste specified using
  gnutls_certificate_set_x509_key*(), is sorted according to TLS specification
* libgnutls: Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for
  gnutls_x509_crt_list_import. It checks whether the list to be imported is
  properly sorted.
* libgnutls: writev_emu: stop on the first incomplete write.
* libgnutls: Fix zlib handling in gnutls.pc.
* certtool: bug fixes in certificate request generation.
* API and ABI modifications: GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED:
  New element in gnutls_certificate_import_flags

(adam)

2011-08-11 10:46:10 UTC MAIN commitmail json YAML

Changes 2.0.18:
* Bug fix for newer versions of Libgcrypt.
* Support the SSH confirm flag and show SSH fingerprints in ssh
  related pinentries.
* Improved dirmngr/gpgsm interaction for OCSP.
* Allow generation of card keys up to 4096 bit.

(adam)

2011-08-11 10:35:15 UTC MAIN commitmail json YAML

Updated security/libassuan2 to 2.0.2

(adam)

2011-08-11 10:34:21 UTC MAIN commitmail json YAML

Changes 2.0.2:
* A new flag may now be used to convey comments via assuan_transact.
* A new flag value may now be used to disable logging.
* The gpgcedev.c driver now provides a log device.
* It is now possible to overwrite socket and connect functions in
  struct assuan_system_hooks.

(adam)

2011-08-11 09:36:50 UTC MAIN commitmail json YAML

Comment out non-working home page URL.

(tron)

2011-08-11 06:09:34 UTC MAIN commitmail json YAML

Forgot one, the debug switches patch.

This has no effect by default but lets one turn on debug info or add
CFLAGS without having to wade into imake goop directly. (It will do
this for everything that uses the xview imake templates; but you have
to reinstall xview-config for the changes to take effect.)

(dholland)

2011-08-11 05:57:06 UTC MAIN commitmail json YAML

Add an explanation of what's going on, in case I get hit by a bus.

(dholland)

2011-08-11 05:50:37 UTC MAIN commitmail json YAML

2011-08-11 05:49:29 UTC MAIN commitmail json YAML

Take OWNER, at least while flogging the patches.

(dholland)

2011-08-11 03:53:15 UTC MAIN commitmail json YAML

add and enable ruby-sinatra

(jnemeth)

2011-08-11 03:51:38 UTC MAIN commitmail json YAML

add and enable ruby-tilt

(jnemeth)

2011-08-11 03:50:13 UTC MAIN commitmail json YAML

add and enable mailhops

(jnemeth)

2011-08-11 02:40:52 UTC MAIN commitmail json YAML

Restore a patch hunk lost when abs@ added DESTDIR support. This hunk
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.

(dholland)

2011-08-10 17:43:57 UTC MAIN commitmail json YAML

Add note that next PKGREVISION bump should be to 3, as 2 was used briefly
a few months ago and then reverted.

(dholland)

2011-08-10 15:28:09 UTC MAIN commitmail json YAML

- openssh-5.8p1.
+ valgrind-3.6.1, wxGTK28-2.8.12.

(taca)

2011-08-10 15:27:29 UTC MAIN commitmail json YAML

Note update of net/bind96 package to 9.6.3.1.ESV.5 and net/bind97
package to 9.7.4.

(taca)

2011-08-10 15:26:11 UTC MAIN commitmail json YAML

Update bind97 package to 9.7.4.

For full changes, please refer:
ftp://ftp.isc.org/isc/bind9/9.7.4/RELEASE-NOTES-BIND-9.7.4.html

New Features

9.7.4

    * A new test has been added to check the apex NSEC3 records after
      DNSKEY records have been added via dynamic update. [RT #23229]
    * Added a tool able to generate malformed packets to allow testing of
      how named handles them. [RT #24096]

Security Fixes

9.7.4

    * named, set up to be a caching resolver, is vulnerable to a user
      querying a domain with very large resource record sets (RRSets)
      when trying to negatively cache the response. Due to an off-by-one
      error, caching the response could cause named to crash. [RT #24650]
      [CVE-2011-1910]
    * Change #2912 (see CHANGES) exposed a latent bug in the DNS message
      processing code that could allow certain UPDATE requests to crash
      named. [RT #24777] [CVE-2011-2464]

Feature Changes

9.7.4

    * Merged in the NetBSD ATF test framework (currently version 0.12)
      for development of future unit tests. Use configure --with-atf to
      build ATF internally or configure --with-atf=prefix to use an
      external copy. [RT #23209]
    * Added more verbose error reporting from DLZ LDAP. [RT #23402]
    * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]

(taca)

2011-08-10 15:24:51 UTC MAIN commitmail json YAML

Update bind96 pacakge to 9.6.3.1.ESV.5 (9.6-ESV-R5).

For full changes, please refer:
ftp://ftp.isc.org/isc/bind9/9.6-ESV-R5/RELEASE-NOTES-BIND-9.6-ESV.html

New Features

9.6-ESV-R5

    * Added a tool able to generate malformed packets to allow testing of
      how named handles them. [RT #24096]

Security Fixes

9.6-ESV-R5

    * named, set up to be a caching resolver, is vulnerable to a user
      querying a domain with very large resource record sets (RRSets)
      when trying to negatively cache the response. Due to an off-by-one
      error, caching the response could cause named to crash. [RT #24650]
      [CVE-2011-1910]
    * Change #2912 populated the message section in replies to UPDATE
      requests, which some Windows clients wanted. This exposed a latent
      bug that allowed the response message to crash named. With this
      fix, change 2912 has been reduced to copy only the zone section to
      the reply. A more complete fix for the latent bug will be released
      later. [RT #24777]

Feature Changes

9.6-ESV-R5

    * Merged in the NetBSD ATF test framework (currently version 0.12)
      for development of future unit tests. Use configure --with-atf to
      build ATF internally or configure --with-atf=prefix to use an
      external copy. [RT #23209]
    * Added more verbose error reporting from DLZ LDAP. [RT #23402]
    * Replaced compile time constant with STDTIME_ON_32BITS. [RT #23587]

(taca)

2011-08-10 15:22:38 UTC MAIN commitmail json YAML

Note update of security/openssh package to 5.8.2nb3.

(taca)

2011-08-10 15:21:02 UTC MAIN commitmail json YAML

Add a patch to avoid SSP side effect as NetBSD current.

Bump PKGREVISION.

(taca)

2011-08-10 12:01:13 UTC MAIN commitmail json YAML

Changes 6.59:
Doc Fixes
* Corrected the repository location
Bug Fixes
* Removed the %INC check from _has_cpan_meta and updated the CPAN::Meta
  bundled with EUMM to one that doesn't set $VERSION in a begin block
  so it can't appear to be loaded, thus causing us to mistakenly try
  and call methods on CPAN::Meta modules - this is due to older versions
  in site_perl shadowing our installation of other bundled modules.

(adam)

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

Changes 1.4401:
* Removed Module::Load::Conditional dependency

(adam)

2011-08-10 10:57:05 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.4.2.2

(imil)

2011-08-10 10:56:23 UTC MAIN commitmail json YAML

pkgin 0.4.2.2
Cleaned up download.c
SQLite upgraded to 3.7.7.1

(imil)

2011-08-10 10:51:32 UTC MAIN commitmail json YAML

Changes 1.2001:
* Fix failing test on Windows due to glob expansion of "~"

(adam)

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

Changes 1.13:
* Bumped minimum version of Perl to 5.006
* Test pass with a non-existant ~/.cpan
* Tests tweaked for better failure into
* Fixing missing tarball in distribution

Changes 1.12:
* Moving to a production version
* Updating Module::Install to 1.00

(adam)

2011-08-10 10:06:58 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 10:01:37 UTC MAIN commitmail json YAML

Changes 0.12:
* Grok dist names ending with something numeric containing underscores

Changes 0.11:
* Remove potential -withoutworldwriteables suffix

(adam)

2011-08-10 10:00:00 UTC MAIN commitmail json YAML

2011-08-10 09:52:50 UTC MAIN commitmail json YAML

Changes 1.9800:
* RT 69463: fix memory leak in CacheMgr

(adam)

2011-08-10 08:46:11 UTC MAIN commitmail json YAML

Ouch: commit distinfo as well

(adam)

2011-08-10 08:41:49 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 08:40:57 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 08:39:56 UTC MAIN commitmail json YAML

Changes 1.21:
* Updated from bleadperl:
  - Make Unicode constants under use utf8 work again
* Make tests pass under old Perls

(adam)

2011-08-10 08:38:37 UTC MAIN commitmail json YAML

Changes 2.14:
* Resolved 63080: module can write multiline values but not read them
* Removed -w from tests to allow tests with tainting on

(adam)

2011-08-10 08:37:14 UTC MAIN commitmail json YAML

Changes 0.900:
* Change of Maintainers.
* Reordered Changes to latest first.
* Module::Build::Compat creating Makefile.PL traditional
* LICENSE file created (in Build.PL)
* 21184: require v5.7.3
* Doc patches per RT queue

(adam)

2011-08-10 08:34:33 UTC MAIN commitmail json YAML

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

Changes 0.18:
* bump up version of IO::File required

Changes 0.17:
* avoid test failures on Win32 by using . instead of TMPDIR for writing test
  files

(adam)

2011-08-10 08:30:07 UTC MAIN commitmail json YAML

Changes 1.05:
* support Module::Install::ExtraTests 0.007
* properly set is => 'rw' in inherited classes
* silence lc warnings on undef under perl 5.12

(adam)

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

Changes 2.50:
* fixed rt.cpan.org 63487 documentation error.
* fixed rt.cpan.org 61302, now croak if the config file parameter is
  a directory and directory include is not turned on.
* fixed rt.cpan.org 60429 META.yml typo
* added new option -AllowSingleQuoteInterpolation, which turns on interpolation
  for variables inside single quotes.
* added test case for the new option

(adam)

2011-08-10 08:24:36 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

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

Changes 0.16:
* Config::AutoConf::Linker moved to ExtUtils::LibBuilder.

(adam)

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

Changes 0.38:
* Resolve RT 69984: Array handling regression when using equals format

(adam)

2011-08-10 08:16:42 UTC MAIN commitmail json YAML

Changes 0.23:
* fix test suite's method of checking availability of plugins

Changes 0.22:
* add XML::NamespaceSupport to XML format deps, silence YAML warnings in tests

Changes 0.21:
* fix t/64-extfail.t to pass when t/lib is in @INC

(adam)

2011-08-10 06:49:29 UTC MAIN commitmail json YAML

Changes 2.037:
* No Changes

Changes 2.036:
* Added offset patramter to CRC32

Changes 2.035:
* No Changes

(adam)

2011-08-10 06:47:42 UTC MAIN commitmail json YAML

Changes 2.037:
* No Changes

Changes 2.036:
* No Changes

Changes 2.035:
* No Changes

(adam)

2011-08-10 06:45:27 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:44:29 UTC MAIN commitmail json YAML

Changes 3.4:
* remove "regexp" category. this is rather painful as it's a large class, but
  unfortunately, somebody thought emitting a warning when you match more than
  32kb of text is in some way useful, which spoils the whole category.
* use META.json instead of META.yml - apparently YAML parsers don't actually
  exist

(adam)

2011-08-10 06:43:12 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:42:39 UTC MAIN commitmail json YAML

Changes 1.11:
* Fix assignment to lvalue accessors that point at an uninitialized hash
  element.

Changes 1.10:
* We don't occasionally crash during END any more. Instead, we rely on the OS
  to reap a bit of memory after perl was shut down anyway.
* Tiny refactoring for smaller object size.

Changes 1.09:
* Fix: Predicates return value, not bool
* TODO test for perl-crashing bug (in perl) that can happen
  on (arcane) XSUB aliasing on perls < 5.8.9
  We're open for work-around patches.

(adam)

2011-08-10 06:40:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:39:32 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:38:00 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:36:17 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:35:42 UTC MAIN commitmail json YAML

Changes 0.07:
* Clean up after Class::C3 on pre-5.10 perls.

(adam)

2011-08-10 06:33:41 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:33:10 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:32:22 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:31:48 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:31:13 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:30:21 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 06:24:06 UTC MAIN commitmail json YAML

Changes 0.9300:
* t/coretests.pm:
  Reorder tests and include both positive and negative test for exception.
* README, lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
  t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm,
  vutil/vxs.xs:
  Fix problem with UNIVERSAL::VERSION

(adam)

2011-08-10 04:58:48 UTC MAIN commitmail json YAML

Update to perfuse-2011010: fix permission checks for unprivilegied users

(manu)

2011-08-10 04:31:04 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:30:01 UTC MAIN commitmail json YAML

Changes 1.12:
* Remove usage of undocumented Package::Stash APIs from the tests. This
  prevents the tests from failing on Package::Stash >= 0.18.

(adam)

2011-08-10 04:24:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:23:14 UTC MAIN commitmail json YAML

Changes 1.07:
* Move from Test::Exception to Test::Fatal

Changes 1.06:
* Add support for: modifier ["name1", "name2"] => sub {}

(adam)

2011-08-10 04:21:29 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:19:40 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:18:23 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

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

Changes 1.25:
* Updating to Module::Install::DSL 1.00
* Updating copyright year

(adam)

2011-08-10 04:16:07 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:15:29 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:14:51 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:14:11 UTC MAIN commitmail json YAML

Changes 0.204:
* Documented that this module is obsolete.
* Clarified the license

(adam)

2011-08-10 04:12:05 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

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

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:10:52 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:09:47 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:08:39 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:07:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 04:05:44 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-10 00:09:35 UTC MAIN commitmail json YAML

fix the last change of DEPENDS pattern for p5-Digest-SHA.
PR#45228.

(obache)

2011-08-09 20:58:04 UTC MAIN commitmail json YAML

Updated multimedia/libdvdread to 4.1.3nb1; multimedia/dvdbackup to 0.4.1

(adam)

2011-08-09 20:56:27 UTC MAIN commitmail json YAML

Changes 0.4.1:
New Features:
* New complete translation: German (de); thanks to Chris Leick
Bug fixes:
* Fix offset bug (which results in wrong .vob files)
* Fix typos and improve wording

Changes 0.4:
New Features:
* Added new translations from Launchpad: French (fr), Galician (gl),
  Italian (it), Norwegian Bokm奪l (nb), Russian (ru) and Spanish (es)
Changes:
* Use C99 standard and compile with -pedantic flag.
* Code cleanup
Bug fixes:
* Fixed typos
* Fixed compiler warnings
* Added missing header file

(adam)

2011-08-09 20:53:15 UTC MAIN commitmail json YAML

2011-08-09 19:29:39 UTC MAIN commitmail json YAML

Updated audio/libmodplug to 0.8.8.4

(gls)

2011-08-09 19:29:27 UTC MAIN commitmail json YAML

Update audio/libmodplug to 0.8.8.4.

Upstream changes:

    * Improve timidity.cfg parsing capability
    * Add source command capability in timidity.cfg (useful for debian default)
    * Fix integer overflow in WAV reader (SA45131/A)
    * Fix S3M stack overflow possibility (SA45131/B)
    * Bound seeking and reading in PAT files
    * Fix AMS/AMSv2 and DSM too large by one (SA45131/C)
    * Use structure in XM decoding (development related)
    * Use bmpvalues in Octamed files when calcuting default tempo (Francis Russel)

Fixes SA45131.

(gls)

2011-08-09 18:59:46 UTC MAIN commitmail json YAML

Updated www/moodle to 2.1.1

(gls)

2011-08-09 18:59:23 UTC MAIN commitmail json YAML

Update www/moodle to 2.1.1

pkgsrc changes:
- replace bash with sh in a script.

Upstream changes:

Many, many changes, including security fixes.

Highlights from version 2.1:

- New question engine
- Ability to restore the course contents from Moodle 1.9 backup files
- Support for mobile devices

For complete changelog, please refer to:

http://docs.moodle.org/dev/Moodle_2.0.3_release_notes
http://docs.moodle.org/dev/Moodle_2.0.4_release_notes
http://docs.moodle.org/dev/Moodle_2.1_release_notes
http://docs.moodle.org/dev/Moodle_2.1.1_release_notes

Fixes SA45487 (MSA-11-0021, MSA-11-0022), among others.

(gls)

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

Remove aria2

(ryoon)

2011-08-09 17:01:36 UTC MAIN commitmail json YAML

Updated net/aria2 to 1.12.1

(ryoon)

2011-08-09 17:00:57 UTC MAIN commitmail json YAML

Update to 1.12.1

Changelog:

aria2 1.12.1
============

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

This release adds RFC 6249 Metalink/HTTP support. Current
implementation only uses rel=duplicate links.  --enable-direct-io
option was deprecated because of performance issue.  Since recent
GnuTLS uses libnettle as default instead of libgcrypt, this release
added initialization code for libgcrypt.

Changes
-------

* Initialize libgcrypt.  We relied initialization of libgcrypt on
  gnutls_global_init(), but recent change in gnutls, which changes
  default crypto backend from libgcrypt to libnettle, leaves
  libgcrypt uninitialized if it uses libnettle as backend(and this is
  likely because libnettle is chosen by default). To fix this issue,
  we simply initialize libgcrypt on our own.

* Throw exception with error message if gnutls_global_init() failed.

* Implemented Metalink/HTTP.  Link header fields from first Metalink
  server is utilized as described in rfc6249. We only set digest from
  Digest header field to DownloadContext only when PieceStorage is
  not initialized(in other words, before file size is known). After
  PieceStorage is initialized, Digest header field is used to check
  the value is the same in digest in DownloadContext.  Current
  implementation only handles rel=duplicate.

* Remove Metalink content-type after first server response.  We don't
  accept Metalink content-type after first server response.

* Updated Russian translation of aria2 man page.  Thanks to ITriskTI
  for translation.

* Fixed the bug due to dangling pointers in RequestGroup.
  RequestGroup holds a poitner to btRuntime_ and peerStorage_. After
  removing them from BtRegistry, we failed to set 0 to them.  When
  program access them, it goes undefined world, such as random crash.
  We found this bug when pasuing download and valgrind warned memory
  corruption.

* Added log message to clarify error for BitTorrent server socket.

* Added #deprecated help tag.

* Removed deprecated options: --enable-xml-rpc, --xml-rpc-listen-all,
  --xml-rpc-listen-port, --xml-rpc-max-request-size, --xml-rpc-user,
  --xml-rpc-passwd.

* Removed use of O_DIRECT because of performance issue.  Deprecated
  --enable-direct-io option.

* Increased the maximum number of in-flight request in BitTorrent.

* Added --log option to aria2rpc

(ryoon)

2011-08-09 16:29:09 UTC MAIN commitmail json YAML

Updated devel/gobject-introspection to 0.10.8nb1

(ryoon)

2011-08-09 16:28:03 UTC MAIN commitmail json YAML

Drop buildlink to graphics/cairo to reduce dependency.
See http://mail-index.netbsd.org/tech-pkg/2011/08/02/msg007484.html

Bump PKGREVISION.

(ryoon)

2011-08-09 14:52:07 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.430

(ryoon)

2011-08-09 14:51:20 UTC MAIN commitmail json YAML

Update to 0.430

Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-6640, 9c76-ffff (first check)
* Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-6640, 9c76-ffff (first check)
* Fix glyphs in SJIS : second check completed

(ryoon)

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

Revision bump after updating perl to 5.14.1

(adam)

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

Changes 1.001000:
* Add Class::C3::Componentised::ApplyHooks features

Changes 1.0009:
* Stop importing Carp functions (and thus polluting the inheritor namespaces)
* Make sure $_ is properly preserved even if the loaded module is negligent
  enough to change it
* Added missing copyright statement

(adam)

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

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 10:01:40 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 10:00:16 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:54:15 UTC MAIN commitmail json YAML

As noted in Changes 0.10003, only require MRO::Compat for older perls,
so drop dependency on p5-MRO-Compat.

(obache)

2011-08-09 09:46:31 UTC MAIN commitmail json YAML

Changes 2.00:
* Switching to a production release

Changes 1.99_04:
* Upgrading to Module::Install::DSL 1.00
* Bumping minimum version of Perl to 5.006
* Fixing indenting, style and layout issues.
* Added debugging entries to all the new code.
* Removed on use of _load_ancestors that was not needed
* Updating copyright a couple of times :/

Changes 1.99_03:
* Upgrading to Module::Install 0.76
* Localising $@ during evals

Changes 1.99_02:
* Fixing some back-compatibility bugs in the new tests

Changes 1.99_01:
* Vast swathes of additional functionality

(adam)

2011-08-09 09:44:33 UTC MAIN commitmail json YAML

Changes 1.08:
* Upgrading to Module::Install 1.00
* Fixed 56492: [PATCH] Fix spelling error

(adam)

2011-08-09 09:43:06 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:42:01 UTC MAIN commitmail json YAML

Changes 0.10003:
* Only require MRO::Compat for older perls
* Add SYNOPSIS
* Add examples for methods that get used most often

Changes 0.10002:
* Fix grave bug of XS-enabled simple accessors clobbering an
  existing 'around' overlay installed in the same method slot
* Require bugfixed XSAccessor, remove Win32 caveat

Changes 0.10001:
* Fix an ActiveState Win32 incompatibility
* Fix spurious method re-invocation warnings after Class::Unload

Changes 0.10000:
* Fix perl 5.6 failures
* Add test-time deferred coderef reinvocation checks
* Another minor (8%) speedup

(adam)

2011-08-09 09:38:57 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:38:04 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:37:21 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:36:49 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:36:12 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:35:18 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:34:45 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:25:28 UTC MAIN commitmail json YAML

Changes 0.11:
Fixed:
* Tests will not use Test::Differences version 0.60 or greater

Changes 0.10:
Fixed:
* Setting PERL_CAPTURE_TINY_TIMEOUT to 0 will disable timeouts

(adam)

2011-08-09 09:22:28 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:21:52 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:20:58 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:19:45 UTC MAIN commitmail json YAML

Changes 1.39:
* Remove CImpl and simplify structure into just Cache::FastMmap module making
  all XS calls just function calls in Cache::FastMmap namespace

Changes 1.38:
* Fix build process that was completely broken after moving files around into
  different directories

(adam)

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

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:16:25 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:15:01 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:14:11 UTC MAIN commitmail json YAML

Changes 0.27:
* Switch to Module::Package at YAPC 2011 ++

Changes 0.26:
* Fixed doc bug reported by KENTNL++
* Tweaked Makefile.PL

Changes 0.25:
* Fixed a bug caused by Readonly::XS (schwern++)
* Removed the new methods and autobox methods.
  They didn't add much except confusion.
* Documented that you can use isTrue and isFalse as methods.
* '&boolean(1,2,3) now dies like boolean(1,2,3)'
* '&boolean() now dies like boolean()'

Changes 0.24:
* '@Schwern++ found out how to make true and false immutable.
  Kudos to #strategicdata++.'
* Document the boolean() function.
* Added is_true and is_false methods.
* Added boolean, is_true, and is_false autobox methods

(adam)

2011-08-09 09:11:32 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 09:04:27 UTC MAIN commitmail json YAML

Changes 0.40:
Fixes
* Using the BackPAN index from gitpan.integra.net which is kept up to date.
* Make all the primary keys not null to quiet a new DBIx::Class
  warning (and its a good idea).

(adam)

2011-08-09 08:20:36 UTC MAIN commitmail json YAML

As noted in Changes 1.03, depend on p5-Digest-SHA instead of p5-Digest-SHA1.

(obache)

2011-08-09 07:55:51 UTC MAIN commitmail json YAML

Changes 0.15:
* Try harder to add ExtUtils::Depends to META.yml's configure_requires

Changes 0.14:
* Predeclare carp and croak with proper signature
* Add ExtUtils::Depends to META.yml's configure_requires

(adam)

2011-08-09 07:39:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:38:40 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:37:57 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:37:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:36:34 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:35:41 UTC MAIN commitmail json YAML

Changes 0.44:
* rm references to deprecated CALL_FPTR
* Makefile.PL fix
* add GitHub repo
* update ppport.h

(adam)

2011-08-09 07:33:09 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:31:42 UTC MAIN commitmail json YAML

Changes 0.02:
* Fixed a bug affecting input strings with an odd number of
  characters. Thanks to Ken T Takusagawa for the report.
* Cleaned up Makefile.PL.
* Removed magic svn keywords.
* Added author tests (xt/) and modified SYNOPSIS for all modules to
  make them pass the compilation test.

(adam)

2011-08-09 07:30:08 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:29:33 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:28:33 UTC MAIN commitmail json YAML

Changes 1.03:
* Depend on Digest::SHA instead of Digest::SHA1
* Document the blocksize argument

(adam)

2011-08-09 07:26:18 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:25:34 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:24:52 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:24:24 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:23:31 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:22:52 UTC MAIN commitmail json YAML

Update perfuse to 20110809: fix data corruption and improve performance

(manu)

2011-08-09 07:22:02 UTC MAIN commitmail json YAML

Changes 5.62:
* removed unnecessary loading of MIME::Base64 module

Changes 5.61:
* corrected bug in 'algorithm' method
* fixed -x option in Makefile.PL
  -- not often used since it deliberately excludes all 64-bit SHA transforms
* addressed minor documentation oversights

Changes 5.60:
* added new SHA-512/224 and SHA-512/256 transforms
  -- ref. NIST Draft FIPS 180-4 (February 2011)
* simplified shasum by removing duplicative text
* improved efficiency of Addfile
  -- expensive -T test now occurs only in portable mode

Changes 5.50:
* adopted convention that '-' always means STDIN
  -- actual filename '-' accessed as './-'
  -- accords with behavior of sha1sum/md5sum
* corrected undefined subroutine oversight in shasum
  -- inadvertent migration of _bail() from SHA.pm

(adam)

2011-08-09 07:19:54 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:18:14 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-09 07:15:43 UTC MAIN commitmail json YAML

2011-08-09 06:52:35 UTC MAIN commitmail json YAML

Revision bump after updating perl to 5.14.1

(adam)

2011-08-08 23:28:09 UTC MAIN commitmail json YAML

2011-08-08 23:26:31 UTC MAIN commitmail json YAML

Import nanum-ttf-3.0 as fonts/nanum-ttf.

Nanum fonts are a set of TrueType fonts for Korean including gothic,
myeongjo, pen script and brush script typefaces.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2011-08-08 21:54:06 UTC MAIN commitmail json YAML

+ echinus-0.4.6, libiconv-1.14, tea-30.1.0.

(wiz)

2011-08-08 21:38:12 UTC MAIN commitmail json YAML

Updated sysutils/capistrano to 2.8.0

(gls)

2011-08-08 21:37:52 UTC MAIN commitmail json YAML

Update sysutils/capistrano to 2.8.0

Upstream changelog:

  ## 2.8.0 / August 3 2011

  A short release, after the last. Announcing Rails 3.1 asset pipeline support.

  The asset pipeline support requires an additiona `load` in your `Capfile`.

  You can see information pertaining to the pull request, including the inline
  comments here: https://github.com/capistrano/capistrano/pull/35

  Documentation will be available soon in the wiki.

  * Drop-In Rails 3.1 asset pipeline support. (Chris Griego)

  ## 2.7.0 / August 3 2011

  A fairly substantial release. There are fixes so that current_release works
  during dry-runs, (although, apparently still not with bundler.)

  The test-suite was also modified to work with Ruby 1.9.2, except in one case
  where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes an
  error. 1.9.x has always been supported, but due to lack of maintenance on my
  part the tests didn't ever pass.

  The `start`, `stop` and `restart` tasks have been reduced to mere hooks into
  which extensions can define their own functionality.

  The `readme` was also slightly improved, simply tweaks to express how best to
  run the test suite.

  * Ensure dry-run works with `:current_release` variable (Carol Nichols)
  * Added a new variable `:git_submodules_recursive`, setting the value to false
  will ensure Git doesn't recursively initialize and checkout submodules. (Konstantin Kudryashov)
  * Added an additional task option, `:on_no_matching_servers`, setting the
  value to `:continue` will ensure tasks with no matched servers continue
  without error, instead of raising `Capistrano::NoMatchingServersError` as was
  the previous behaviour. (Chris Griego)

  A huge thanks to all contributors, as always!

  Remember: @capistranorb on twitter for news.

  ## 2.6.1 / June 25 2011

  A short maintenance release, Some fixes to the verbose flag inside the Git SCM
  as well as another argument for the (internal) `variable()` command, offering
  a default. The Git SCM is now verbose by default, but can be disabled by
  setting `:scm_verbose` to false.

  There has been an additional method added to string, within the context of the
  test suite, I'm always sketchy about adding additional methods to core
  classes, but it's a short term fix until I make the time to patch the test
  suite not to compare strings literally. The method is `String#compact`, and is
  implemented simply as `self.gsub(/\s+/, ' ')`.

  Here's the run-down of changes, and their committers, as always - a huge thank
  you to the community that continues to drive Capistrano's development.

  * `deploy:setup` now respects `:group_writable` (Daniel Duvall)
  * Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies)
  * Will now copy hidden files in the project's root into the release
  directory (Mark Jaquith)
  * Now handles closing already-dead connections in a sane way (does not raise
  an exception) (Will Bryant)
  * Renamed `Capistrano::VERSION::TINY` to `Capistrano::VERSION::PATCH` (Lee
  Hambley)
  * Removed the `VERSION` file (Lee Hambley)

(gls)

2011-08-08 21:04:40 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.2.0

(gls)

2011-08-08 21:04:26 UTC MAIN commitmail json YAML

Update sysutils/fabric to 1.2.0

Upstream changelog:
=========

  * :release:`1.2.0 <2011-07-12>`
  * :feature:`22` Enhanced `@task <fabric.decorators.task>` to add :ref:`aliasing
    <task-aliases>`, :ref:`per-module default tasks <default-tasks>`, and
    :ref:`control over the wrapping task class <task-decorator-and-classes>`.
    Thanks to Travis Swicegood for the initial work and collaboration.
  * :bug:`380` Improved unicode support when testing objects for being
    string-like. Thanks to Jiri Barton for catch & patch.
  * :support:`382` Experimental overhaul of changelog formatting & process to
    make supporting multiple lines of development less of a hassle.
  * :release:`1.1.2 <2011-07-07>` (see below for details)
  * :release:`1.0.2 <2011-06-24>` (see below for details)

Prehistory
==========

  The content below this section comes from older versions of Fabric which wrote
  out changelogs to individual, undated files. They have been concatenated and
  preserved here for historical reasons, and may not be in strict chronological
  order.

  ----

Changes in version 1.1.2 (2011-07-07)
=====================================

Bugfixes
--------

  * :issue:`375`: The logic used to separate tasks from modules when running
    ``fab --list`` incorrectly considered task classes implementing the mapping
    interface to be modules, not individual tasks. This has been corrected.
    Thanks to Vladimir Mihailenco for the catch.

(gls)

2011-08-08 20:45:03 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MethodMaker to 2.18

(wiz)

2011-08-08 20:44:51 UTC MAIN commitmail json YAML

Update to 2.18. Addresses PR 45224.

2.18 Apr 16 2011
        - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)

2.17 Mar 02 2011
        - Just an intermediate release!
          (in order to get help on fixing Class::MethodMaker for 5.14)
        - already fixed breakage with 5.13.3 (rt#66196)
          (CvGV is now an rvalue, so use CvGV_set instead of assigning
          directly -- credits to ANDK, rafl and Zefram)
        - added test for no warnings to additionally be able to bisect
          annoying warnings since 5.13.2
        - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
          for Perl 5.13+.

(wiz)

2011-08-08 19:59:12 UTC pkgsrc-2011Q2 commitmail json YAML

2011-08-08 19:56:37 UTC pkgsrc-2011Q2 commitmail json YAML

Pullup ticket #3494 - requested by bouyer
sysutils/apcupsd: Dragonfly fix

Revisions pulled up:
- sysutils/apcupsd/Makefile                                    1.63

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: bouyer
  Date: Sun Aug  7 17:27:24 UTC 2011

  Modified Files:
  pkgsrc/sysutils/apcupsd: Makefile

  Log Message:
  Apply patch from PR pkg/45171, fixing rc.d script on DragonFly.

  To generate a diff of this commit:
  cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/apcupsd/Makefile

(spz)

2011-08-08 19:42:14 UTC pkgsrc-2011Q2 commitmail json YAML

Pullup ticket #3491 - requested by tron
net/youtube-dl: functionality update

Revisions pulled up:
- net/youtube-dl/Makefile                                      1.29
- net/youtube-dl/distinfo                                      1.22

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Thu Aug  4 21:36:56 UTC 2011

  Modified Files:
  pkgsrc/net/youtube-dl: Makefile distinfo

  Log Message:
  Update "youtube-dl" package to version 20110804. Changes since 20110329:
  - Fix YouTube downloads (code by Philipp Hagemeister)
  - Update User-Agent string

  To generate a diff of this commit:
  cvs rdiff -u -r1.28 -r1.29 pkgsrc/net/youtube-dl/Makefile
  cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/youtube-dl/distinfo

(spz)

2011-08-08 14:15:50 UTC MAIN commitmail json YAML

Fix build on Mac OS X 10.7 (Darwin 11.0.1) with Xcode 4.1.1.

(ryoon)

2011-08-08 14:00:01 UTC MAIN commitmail json YAML

nbtar and gtar(1) produce identical trees, drop EXTRACT_USING.

(tnn)

2011-08-08 10:05:48 UTC MAIN commitmail json YAML

Updated pkgtools/distbb to 0.40.1

(cheusov)

2011-08-08 10:05:21 UTC MAIN commitmail json YAML

Update to 0.40.1

  FIX: distbb may fail at stage_summary because not all packages
  that need to be rebuilt are marked as such.

(cheusov)

2011-08-08 07:31:52 UTC MAIN commitmail json YAML

PKGREVISION must not be in Makefile.common.

move PKGREVISION to each Makefile including the Makefile.common for
keep version number, and bump again for ocaml-graphics because the
previous bump resuited in downgrade.

(obache)

2011-08-07 22:26:29 UTC MAIN commitmail json YAML

Updated www/p5-FCGI to 0.73

(abs)

2011-08-07 22:26:06 UTC MAIN commitmail json YAML

Updated www/p5-FCGI to 0.73 (fixes build against perl 5.14.1)

Version 0.73 --  19 May 2011 <rafl@debian.org>
  o Stop claiming we ship a file called -e in the MANIFEST.

Version 0.72 --  19 May 2011 <rafl@debian.org>
  o Clean up Makefile.PL and restore compatibility with recent
    ExtUtils::MakeMaker versions.

(abs)

2011-08-07 20:59:02 UTC MAIN commitmail json YAML

2011-08-07 20:58:40 UTC MAIN commitmail json YAML

Update wm/dwm to 5.9
Per PR pkg/45218 from Bug Hunting.

I've been unable to find an upstream changelog.
many bugfixes as far as I can tell from
http://hg.suckless.org/dwm/log/dd74622a4785

(gls)

2011-08-07 20:41:10 UTC MAIN commitmail json YAML

Updated print/advi to 1.10.1

(wiz)

2011-08-07 20:40:58 UTC MAIN commitmail json YAML

Update to 1.10.1, adding destdir support and switching to texlive,
from Nicolas Thauvin.

Version 1.10.1
- Prefetching fonts to group calls to kpsewhich (starts faster)
- Made scroll buttons preemptive (stop displaying)
- Fix install path of dlladvi
- Fix compatibility of event loop with new version of graphics

Version 1.10
- Updated the doc
- Bytecode version uses a library dlladvi.so
- Changed configuration to use 4.0 of camlimages
- Dynamics libraries loaded last (provided by Stefan Potyra)

Version 1.9
- EPS files are read by advi and sent to gs
- splash.dvi is now distributed and correctly installed
- examples are distributed but not compiled by default
- added conf/jpfonts.conf in the disbribution
- gs path is now set by configure
- Added support for gzip and bzip2 compressed files.
- Fixed advi.man  (provided mostly by Debian managers).
- Included security patches (provided by Debian managers).
Version 1.8
Rendering EPS files with gs by default.
PGF patches for pstrick support of PDF macros in advi.sty
Bug fixes.
Version 1.7
2005/09/02
        Having Active-DVI compatible with the new Graphics library.
2004/12/07
        Getting rid of the new warnings of the Caml compiler.

(wiz)

2011-08-07 20:36:32 UTC MAIN commitmail json YAML

Updated graphics/camlimages to 4.0.1

(wiz)

2011-08-07 20:36:20 UTC MAIN commitmail json YAML

Update to 4.0.1, from Nicolas Thauvin.

4.0.1
* Minor bug fixes, patch submitted by Damien Doligez

4.0.0
* Stop supporting the autoconf build. (It might works though.)
* Instead of autoconf, using omake and ocamlfind
* Subpackages: no need to link codes for uninterested format.
* Stop supporting lablgtk1
  - Ximage2 module is now Ximage, and the older Ximage is removed
  - OXimage2 module is now OXimage, and the older OXimage is removed

3.2.0
* Misnamed version. It should have been 3.0.3 or something.
        * Small bug fix for image load memory allocation vulnerability

3.0.2
        * O'Caml 3.11 port.
* Integer overflow vulnerability fix for pngread.c

3.0.1
        * Alpha channel support for png images.

3.0.0
        * new version numbering scheme
        * autoconf and makefiles cleanup
        * fix examples compilation

2.2.1
        * Now compiling with -warn-error -A

(wiz)

2011-08-07 20:30:25 UTC MAIN commitmail json YAML

Updated x11/ocaml-graphics to 3.12.0nb1

(wiz)

2011-08-07 20:30:15 UTC MAIN commitmail json YAML

Fixed the PLIST for NetBSD where lib/ocaml/stublibs/dlllablgtk2.so
is built as well.  Bump PKGREVISION. From Nicolas Thauvin.

(wiz)