Commit graph

182017 commits

Author SHA1 Message Date
hiramatsu
011e301b4a Updated devel/p5-Perl-APIReference to 0.09.
Updated time/p5-Schedule-At to 1.14.
2012-02-12 06:29:53 +00:00
hiramatsu
eed5ccc77f Update p5-Schedule-At to 1.04.
Changes from previous:
----------------------
1.12 Wed May 25 11:53:10 MEST 2011
	- Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>)

1.13
	- Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810)
	(reported and patch submitted by carnil [...] debian.org)
	- Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>)

1.14 Mon Jan 30 16:25:48 MET 2012
	- Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813
	(reported by cbouvi [...] cpan.org)
2012-02-12 06:27:14 +00:00
hiramatsu
eee4a1ea37 Update p5-Perl-APIReference to 0.09.
Changes from previous:
----------------------
0.09  Tue Nov  1 08:24:00 2011
  - Fix previous (broken) release.

0.08  Mon Oct 31 07:59:00 2011
  - Support for perlapi of 5.14.2, 5.15.4

0.07  Wed Jul 20 23:44 2011
  - Support for perlapi of 5.14.1, 5.15.1, 5.12.4
  - Dropped support for 5.13.10

0.06  Sun Jun  5 20:12:00 2011
  - Support for perlapi of 5.14.0
  - Dropped support for 5.11 series

0.05  Sun Feb 27 17:00:00 2011
  - Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
2012-02-12 06:26:10 +00:00
shattered
a14a601ce5 Re-enable vcd and cdda plugins, they build fine. 2012-02-11 13:31:53 +00:00
spz
336a737166 fix CVE-2012-0840 with patches taken from the Apache svn 2012-02-11 12:44:09 +00:00
adam
84b182c9c5 Updated www/squid31 to 3.1.19 2012-02-11 11:44:23 +00:00
adam
1345be58cd Changes 3.1.19:
* Regression Bug 3441: part 2: Prevent further cache size corruption of
  swap.state
* Bug 3473: erase last uses of obsolete auth_user_hash_pointer
* Bug 3470: GCC 4.7
* Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
* Bug 3441: part 1: Minimize cache size corruption by malformed swap.state
* Bug 3440: compile error in Adaptation
* Bug 3420: Request body consumption races and !theConsumer exception
* Bug 3370: external ACL sometimes skipping
* Bug 3085: Crash when parsing esi:include
* HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses
* Fix SSL library dependency fixes
2012-02-11 11:42:50 +00:00
hiramatsu
a25b7fa106 Updated editors/zile to 2.4.5. 2012-02-11 09:55:11 +00:00
hiramatsu
e5f8208c4a Update zile to 2.4.5.
Changes from previous:
----------------------
* Noteworthy changes in release 2.4.5 (2012-02-08) [stable]

** Bug fixes

  Fix an egregious bug resulting in a crash whenever a non-existent
  file was edited.

  Fix other potential crash bugs in the low-level text-handling
  routine estr_replace.


* Noteworthy changes in release 2.4.4 (2012-02-03) [stable]

** New features

  find-file and find-file-read-only now work non-interactively.

** Build-related

  Minor build system fixes (thanks to Nelson Beebe for one).

** Miscellaneous

  Some code clean-up.

  Slight speed improvement to general editing operations.


* Noteworthy changes in release 2.4.3 (2011-12-20) [stable]

** Bug fixes

  Fix a crash on certain terminals.

  Fix a recently-introduced display bug in isearch.


* Noteworthy changes in release 2.4.2 (2011-10-05) [stable]

** Bug fixes

  Fix some serious display performance bugs introduced in 2.4.0.60.

** Build-related

  Don't enable Valgrind by default, and explain that correct
  suppressions are needed to use it successfully.


* Noteworthy changes in release 2.4.1 (2011-09-20) [stable]

  This is the first release in a new stable series.

** Bug fixes

  Fix a long-standing bug in uniarg handling in macros.

  Fix display of percentage position in buffer.

  Fix display of search string in query-replace.

  Fix poor performance of fill-paragraph.

  Fix handling of Backspace/^H by looking at termcap kbs setting.

** Build-related

  Several fixes and improvements were made to the build system.

* Noteworthy changes in release 2.4.0.60 (2011-08-19) [beta]

  This release is a major update, upping the dependencies from C89 to
  C99, from POSIX-1.2001 to POSIX-1.2008 (though in fact Zile will
  still build on many other POSIX and non-POSIX systems thanks to
  gnulib), and adding a dependency on libgc. Together these changes
  have allowed the removal of hundreds of lines of code and the
  elimination of whole classes of bug (in particular, classic
  memory-management bugs); overall, combined with continued
  simplification, Zile 2.4.0.60 is well over 1,000 lines of code, or
  10%, shorter than the previous stable release, 2.3.24.

  Several old bugs have been fixed, a few more esoteric features
  removed, and Emacs-compliance has been improved. However, the major
  rewrite has almost certainly introduced new bugs which have not yet
  been found and fixed, hence the alpha status of this release.
  Distribution packagers are encouraged to try packaging this version
  to find any problems with the updated build system and dependencies.

* Noteworthy changes in release 2.3.24 (2011-04-29) [stable]

** Bug fixes

  Fix kill-line with prefix argument.

  Fix a cosmetic problem with multiple ESC-digit combinations.

  Use gnulib’s mkstemp to avoid problems on some platforms.

  Fix initial screen setup when some files are loaded on the command
  line.

** Build-related

  Re-automate a bit more of the release, using gnulib and woger.

  Add more compiler warnings.

** Miscellaneous

  As usual, various bits of code cleanup and simplification.

* Noteworthy changes in release 2.3.23 (2011-03-14) [stable]

** Bug fixes

  {beginning,end}-of-buffer now take account of transient-mark-mode
  (bug present since “forever”).

** Build-related

  Turn on more compiler and build system, and run-time checks (thanks,
  gnulib!).

* Noteworthy changes in release 2.3.22 (2011-03-03)

This release fixes a bug in forward regex isearch introduced recently,
and makes the build system use silent rules by default.

Release 2.3.21

This release fixes a bug that caused build failure on non-GNU systems,
and a bug in backward search introduced in 2.3.18, and simplifies the
test system. A little other code cleanup was done.

Release 2.3.20

This release fixes a potential buffer overflow, search and replace
with embedded NULs, a bug in the build system (the Zile-only tests now
run correctly when an EMACS environment variable is defined), and a
bug introduced in 2.3.17 which caused consecutive kills not to save
the killed text (thanks to Chris Leyon for the report). Some code was
cleaned up and better use made of gnulib. The build scripts that were
previously in Lua have been rewritten in Perl; Perl is now required to
build Zile (previously, Lua was not required, at the expense of making
the build system more complicated and fragile). A cyclomatic
complexity report on the C code can now be produced.

Release 2.3.19

This release fixes a space leak, a small bug in reading filenames in
the minibuffer introduced in 2.3.18, and some behaviour that was not
the same as Emacs, and cleans up the code a little.

Release 2.3.18

This release fixes some minor space leaks, a read of freed memory, and
a bug in quoted-insert, stops Zile from catching the user signal
SIGQUIT, and cleans the code up a little.
2012-02-11 09:54:21 +00:00
hiramatsu
d8545fb287 Updated mail/p5-Mail-Box to 2.102.
Updated devel/p5-parent to 0.225.
2012-02-11 03:23:00 +00:00
hiramatsu
33f2e82fed Update p5-parent to 0.225.
Changes from previous:
----------------------
0.225  20110308
    . Applied a docpatch by Robin Barker to fix the documentation
      about the warning of inheriting from yourself.
      Fixes RT #66459

0.224  20101031
    . Change assignment @ISA = (@ISA, 'new::class')
      to use push @ISA, 'new::class'
      This should make class creation faster from 5.10 onwards
      and reverts a change made in 2.14. If this is critically slow for you
      and you can't upgrade your version of Perl, use the old way.
2012-02-11 03:22:10 +00:00
hiramatsu
e19716fc6b Update p5-Mail-Box to 2.102.
Changes from previous:
----------------------
version 2.102: Wed Jan  4 09:31:51 CET 2012

	Fixes:

	- regex which matched attributes dumped core on hugh attributes.
	  rt.cpan.org#69414 [Yanyan Yang]

	- document generation fixes.

	Improvements:

	- correct synopsis of ::Thread::Manager

	- ::Thread::Node::threadToString uses study() on subject

version 2.101: Thu Aug 25 10:16:03 CEST 2011

	Fixes:

	- multipart's-part content-type could remove some attributes
	  rt.cpan.org#69516 [Yanyan Yang]

	- filenames in content-disposition fields are sometimes charset
	  encoded (not supported by the RFCs)  Decode them.
	  [Thomas Karcher]

	- example how to use $msg->moveTo() was wrong. [Flash]

	Improvements:

	- use the Net::Domain::hostfqdn() for the creation of unique
	  message-ids if libnet is installed.
	  rt.cpan.org#69803 [Christoph 'Mehdorn' Weber]

version 2.099: Thu Jul  7 16:02:38 CEST 2011

	Fixes:

	- body() of structured studied fields failed.

	Improvements:

	- add overloading of comparison to Mail::Message::Field::Address
	  objects.  Triggered by [Andrew Beverley]

	- implement study on date fields.

version 2.098: Thu Mar 17 09:01:36 CET 2011

	Fixes:

	- accept mbox message separators from the 60's, because mozilla
	  uses 1-1-1965 as default separator when importing mail.
	  rt.cpan.org#65572 [Willi Mann]

	- accept mbox message separators from the upcoming 20's

	- Mail::Transport::POP3 has use_ssl setting too late [Mark Delany]

	- Mail::Transport::IMAP4 folder create produced "use of
	  undefined". rt.cpan.org#66001 [Willi Mann]

	- Error message when stringifying a studied empty field.
	  rt.cpan.org#66381 [Florian]

	- do not split headers for encoded components which contain
	  blanks (which is illegal) reported by [Florian]

	Improvements:

	- maildir: do not remove :2, from the filename if there are
	  no flags. [Mikolaj Kucharski]

version 2.097: Wed Jan 26 16:11:41 CET 2011

	Fixes:

	- override Mail::Transport::Sendmail destinations included
	  original destinations.
	  rt.cpan.org#64266 [Andrew Beverley]

	Improvements:

	- added examples/strip-spam-markup.pl by [Gary Funck]

	- do not hardcode perl version in test.pl, hopefully resolving many
	  cpantesters complaints.

	- randomize boundary string to avoid (undemonstrated) security risks
	  with boundary guessing.

	- manual pages produced with new version of OODoc, producing more
	  condensed output.

version 2.096: Tue Nov  9 10:04:25 CET 2010

	Fixes:

	- allow dot in username for pop/imap (probably used by someone)
	  [Jim Cromie]

	Improvements:

	- spelling fixes
	  rt.cpan.org#59061 [Salvatore Bonaccorso]

	- implement Mail::Box::POP3s [Jim Cromie]

	- do not run test-scripts with -T, because modern TAP::Harness
	  uses PERL5LIB which is disabled by the flag.

version 2.095: Fri Jul  2 11:17:35 CEST 2010

	Fixes:

	- permit additional colons in maildir filenames.
	  rt.cpan.org #58534 [Stefan Kangas]

	- maildir messages in the 'new' queue will not get ":2,", as in
	  mutt. rt.cpan.org#58550 [Stefan Kangas]

	- fix handling of messages with empty bodys. Had mild consequences
	  to multipart preamble and prelude processing.
	  rt.cpan.org#58544 [Stefan Kangas]

	Improvements:

	- spelling fixes
	  rt.cpan.org#56678 [Salvatore Bonaccorso]

version 2.094: Tue Apr  6 11:17:15 CEST 2010

	Fixes:

	- parse address phrase with line fold in ::Full:Addresses
	  rt.cpan.org#55309 [Diomidis Spinellis]

	- handle empty preambles and postludes in multiparts even
	  very strict, because the may be signed.
	  rt.cpan.org#54529 [John Gardiner Myers]

	Improvements:

	- fix documentation on use of Mail::Message::Head::build()
	  and a few more minor documentation errors.  [Kiss Gabor]

	- $msg->reply fallback to From address, not only Reply-To

	- add example/unpack.pl

	- added install configuration choice "none". Also control
	  via environment variables.

	- spelling fixes.
	  rt.cpan.org#53127 [Salvatore Bonaccorso]

version 2.093: Thu Dec 24 17:02:06 CET 2009

	Fixes:

version 2.093: Thu Dec 24 17:02:06 CET 2009

	Fixes:

version 2.093: Thu Dec 24 17:02:06 CET 2009

	Fixes:

	- rewrite of Mail::Message::Full:decode(), because original
	  trick for blank removal kept on biting me.  Now implemented
	  without trick.
	  rt.cpan.org#52600 [Dmitry Bigunyak]

	- make text/plain default when a body is created, as promised
	  by the documentation.
	  rt.cpan.org#52278 [Dmitry Bigunyak]

	- add toplevel() to ::Body::Multipart and ::Body::Nested to
	  support reply() called on message parts.

	- fix tests-script to make MIME::Entity cleanup the msg-* files
	  in the tests/ directory.

	Improvements:

	- rewrite of SYNOPSIS for Mail::Message::Field::Addresses
	  rt.cpan.org#43703 [Dmitry Bigunyak]

	- added Mail::Box::Locker::FcntlLock, contributed by Jim In Aus
	  rt.cpan.org#48568 [Jim in Aus]

	- support additional headers to a reply message.

	- added explanation of character-set "PERL" for a ::Body
	  (suggested by [Dmitry Bigunyak])

version 2.092: Fri Nov 20 16:13:46 CET 2009

	Fixes:

	- do not set all signal handlers to "exit(0)"
	  rt.cpan.org#50433 [Slaven Rezic]

	- do not enforce the use of /usr/bin/perl in the test-scripts,
	  but use the perl which is selected via the path.

version 2.091: Sun Sep  6 23:54:17 CEST 2009

	Fixes:

	- Another fix to thread detection start where first message
	  is not found.  rt.cpan.org#40347 [Florian]

	- translate '_' to blank when charset not known.
	  rt.cpan.org#41661 [Florian]

	- no "undef" for field Content-Length with empty message bodies.
	  [Daniel Richard G.]

	- Mail::Message::Body::eol() with parameter sometimes did not
	  return a body but a character.
	  rt.cpan.org#49334 [Brian McCauley]

	- Mail::Message::Body::eol() should add \n to last texts line
	  if it is missing.
	  rt.cpan.org#49362 [Brian McCauley]

	Improvements:

	- better "From " message separator line generated when converting
	  messages for Mbox storage. Written by [Daniel Richard G.]

version 2.090: Tue Jun  2 11:56:28 CEST 2009

	Fixes:

	- second attempt to use Encode to do base64/qp encoding in
	  Mail::Message::Field::Full,  This time with test script.
	  [Alexander Averyanov]

	- Mail::Box::Locker::POSIX lock did always succeed.
	  rt.cpan.org#46003 [Rainer Schöpf] via Debian#528364

	- Maildir accept lower-case flags
	  rt.cpan.org#42182 [Hardaker]

	- Message parser needlessly required read access to folders.
	  rt.cpan.org #46388 [Mike Ekberg]

version 2.089: Mon Apr 20 21:00:34 CEST 2009

	Fixes:

	- do not restart parser after folder write, which could end-up in
	  empy folders if mode=='w' [Reinier Post]

	- fix takemail script for Mbox.
	  rt.cpan.org#44439 [Reinier Post]

	- alternative option names for 'file' in various lockers, needed
	  to be able to use them in the multi-locker.  Needed by [Mark Hedges]

	- use Encode to do base64/qp encoding in Mail::Message::Field::Full,
	  which handles multibyte characters correctly.  Patch by
	  [Alexander Averyanov]

version 2.088: Thu Mar 19 08:54:31 CET 2009

	Fixes:

	- ::Parser::Perl should call binmode() as method on the file-
	  handle to work. [Ashwini Singh]

	- pre-created locker object cannot be passed to Mail::Box::open()
	  because its creation requires a Mail::Box object. [Mark Hedges]

	- recover from illegal phrases in email addresses, for studied
	  fields in Mail::Message::Field::Addresses [Robert Bruccole]

	- require Date::Format, introduced in 2.082 [cpantesters]

	Improvements:

	- specify encoding type of character-set (q or b) with
	  Mail::Message::Field::Address objects.
	  Requested by [Alexander Averyanov]

	- default mail box locker object should use the same logging
	  settings as the mail box itself.  Spotted by [Mark Hedges]

	- the existence of Mail/Makefile.PL was an accident.

version 2.087: Tue Feb  3 12:41:10 CET 2009

	Fixes:

	- more character-decoding errors in field study.
	  rt.cpan.org#41661 [Florian]

	- username in folder URL must get decoded as well, to allow
	  '@' signs and colons in the usernames.
	  rt.cpan.org#41976 [Matt S Trout]

	- accept unknown flags for Maildir.
	  rt.cpan.org#42182 [Wes Hardaker]

	Improvements:

	- add DIGEST-MD5 and LOGIN to the AUTO search list of IMAP4.
	  Triggered by rt.cpan.org#42136 [Alexander Thoukydides]

	- add warnings on two spots that message labels may get lost
	  when moving them to an other folder type.

	- use external file for body after 100kB, not 10kB.  Should
	  improve on performance.
2012-02-11 03:21:35 +00:00
drochner
93350f0e2d mention updates 2012-02-10 18:51:46 +00:00
drochner
b63a7233fa update to 2.3
changes:
-minor feature additions
-bugfixes
2012-02-10 18:48:19 +00:00
drochner
e64ebb163a +itstool,yelp-xsl 2012-02-10 18:00:13 +00:00
drochner
c543035f68 add yelp-xsl-3.3.2, XSL stylesheets for Yelp help browser, from
Patrick Welche per PR pkg/45797
2012-02-10 17:57:37 +00:00
drochner
f66e9684d2 add itstool-1.1.2, from Patrick Welche per PR pkg/45794
ITS Tool allows you to translate XML documents with PO files
2012-02-10 17:55:15 +00:00
minskim
a2c20741b6 Note update of tex-moreverb{,-doc}. 2012-02-10 17:51:19 +00:00
minskim
ec6afda55c Update tex-moreverb{,-doc} to 2.3a.
Changes:
- Define \verbatim@out only if it is not defined.
2012-02-10 17:50:46 +00:00
drochner
5ee8444efb +at-spi2-* 2012-02-10 17:32:20 +00:00
drochner
b65e22f521 add at-spi2-atk-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45786
2012-02-10 17:28:16 +00:00
drochner
2edc644490 add at-spi2-core-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45779
2012-02-10 17:25:38 +00:00
drochner
9f99649cbf propagate xextproto dependency, installed header uses it 2012-02-10 17:19:02 +00:00
minskim
351a17024b Note update of bibtex2html. 2012-02-10 17:13:10 +00:00
minskim
061145c12b Update bibtex2html to 1.97.
Changes:
 o fixed translation of \u{a}, removed incorrect translations of \u{n}
   and \u{N} (contributed by Domenico Bianculli)
 o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
2012-02-10 17:12:48 +00:00
bsiegert
61c857d25c Note bump of devel/imake 2012-02-10 16:35:17 +00:00
bsiegert
47ae2d95dd Correct DEFAULT_CC on MirBSD. Bump PKGREVISION.
No objections on pkgsrc-users, nor from the maintainer.
2012-02-10 16:33:40 +00:00
drochner
956bc73b18 kill G_DISABLE_DEPRECATED to fix build with recent glib2 2012-02-10 16:05:29 +00:00
drochner
432d4b868b make this build with new gobject-introspection 2012-02-10 15:54:05 +00:00
drochner
126877e924 switch on introspection support, bump PKGREV 2012-02-10 15:41:40 +00:00
wiz
9eb7a37c26 Revert previous on popular request. 2012-02-10 15:34:10 +00:00
tron
11ae3f20c4 Fix "configure" script instead of always disabling the use of the
"-Bsymbolic" linker option.

Patch provided by Matthias Drochner in private e-mail.
2012-02-10 15:26:16 +00:00
drochner
ccd8e42592 build dependency on gobject-introspection should be sufficient 2012-02-10 15:24:10 +00:00
drochner
6d68d93ee1 switch on introspection support, bump PKGREV 2012-02-10 15:18:17 +00:00
drochner
b1dbccced7 update to 1.30.0
This switches to the new release branch.
2012-02-10 15:14:56 +00:00
mjl
de625e0624 Note update of privoxy to 3.0.19 2012-02-10 13:22:35 +00:00
mjl
1511c146c5 Update privoxy to 3.0.19
- Bug fixes:
  - Prevent a segmentation fault when de-chunking buffered content.
    It could be triggered by malicious web servers if Privoxy was
    configured to filter the content and running on a platform
    where SIZE_T_MAX isn't larger than UINT_MAX, which probably
    includes most 32-bit systems.
  - Do not expect a response from the SOCKS4/4A server until it
    got something to respond to. This regression was introduced
    in 3.0.18 and prevented the SOCKS4/4A negotiation from working.

- General improvements:
  - Fix an off-by-one in an error message about connect failures.
  - Use a GNUMakefile variable for the webserver root directory and
    update the path. Sourceforge changed it which broke various
    web-related targets.
  - Update the CODE_STATUS description.
2012-02-10 13:21:08 +00:00
hiramatsu
b4e7928c72 Updated devel/p5-App-cpanoutdated to 0.20.
Updated devel/p5-Shell-Perl to 0.0022.
2012-02-10 12:28:09 +00:00
hiramatsu
f07a00de2b Update p5-Shell-Perl to 0.0022.
Changes from previous:
----------------------
0.0022  Mar 12, 2011
        - no real change
        - Fix test again for 5.6 sake
        - Improved Makefile.PL / META.yml

0.0021  Mar 12, 2011
        - no real change
        - New test fix for happy 5.6 testing

0.0020  Mar 10, 2011
        - no real change
        - Test fixes for keeping 5.6 happy

0.0019  Mar 9, 2011
        - Dumper updated to work with Data::Dump 1.16+
2012-02-10 12:27:25 +00:00
hiramatsu
819e39696e Update p5-App-cpanoutdated to 0.20.
Changes from previous:
----------------------
0.20

    - use Module::Metadata for better handling of version and package extra
      (Tatsuhiko Miyagawa)

0.19

    - better packaging
2012-02-10 12:27:03 +00:00
obache
e1693c2e67 Updated net/p5-Net-Amazon to 0.61 2012-02-10 10:50:59 +00:00
obache
f370c381df Update p5-Net-Amazon to 0.61.
(WSDL older than 2011-08-01 will not be supported after Feb 22, 2012)

0.61 (10/28/2011)
   (cb) rt 71937; Amazon now requires an Associate Tag, so enforce usage.
   (cb) The ListLookup operation has been removed from the WSDL (from 2010!),
        scrub all of the wishlist operations as a result.
   (cb) Update to the latest WSDL - 2011-08-01.
2012-02-10 10:50:45 +00:00
tron
8ffb1c7723 Fix build under NetBSD 5.1 and Mac OS X.
Why the "configure" script insists on being invoked with the argument
"--disable-Bsymbolic" after it has correctly detected that the linker
doesn't support this option is a mystery to me. You would think that the
whole purpose of the test is to disable this option if it doesn't work.
2012-02-10 08:50:14 +00:00
cheusov
a60543c86d Fix build failure on Linux with openssl from pkgsrc, approved by reed@ 2012-02-10 08:44:01 +00:00
sbd
c6e3f9871f Use the --mandir configure arg to set the manpage directory. 2012-02-09 22:53:36 +00:00
minskim
bea6e834bb Note PKGREVISION bump for teTeX and teTeX-bin. 2012-02-09 21:45:05 +00:00
sbd
cea7c87537 Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
minskim
526896b36c Replace teTeX's texdoc with TeX Live's. 2012-02-09 21:44:15 +00:00
minskim
48fe0497ad Note PKGREVISION bump of texlive-tetex. 2012-02-09 21:27:43 +00:00
minskim
40b0cd5be8 Let texlive-tetex not install the manpage for texdoctk, which is
installed by tex-texdoc-doc.
2012-02-09 21:27:26 +00:00