Commit graph

232837 commits

Author SHA1 Message Date
ryoon
22bee7a3c3 Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
ryoon
59515dbf4a Updated databases/unixodbc to 2.3.2 2015-04-26 11:37:33 +00:00
ryoon
2f732e1367 Update to 2.3.2
* Bump BUILDLINK_API_DEPENDS.

Changelog:
8th-October-2013
2.3.2

    * The logging of WStrings was using the incorrect length in some cases
    * Pass SQLDescribeCol call to driver when in state 2 (not a cursor spec).
    * Pass SQLMoreResults call to driver when in state 2 (not a cursor spec).
      Both the last two changes are not as per the original book state table
      but allign with the current MS driver manager
    * The -e option to isql got lost somewhere. Back in now
    * Update install-sh
    * SQLCancel assumed that the DM was being built with thread support
    * Try and speed up SQLTransact and SQLEndTran operation
    * Add missing \ in Postgres7.1 Makefile
    * Correct some potential buffer overflows
    * Handle SQL_NEED_DATA from a SQLMoreResults
    * Get the local charset via nl_langinfo(CODESET) when asking the DM to do ASCII-UNICODE conversions
    * Handle (and remove) leading spaces from ini entries
    * Fixed unicode conversion problems in SQLGetDiagField(W)
    * missing terminating null in iusql
    * add to the list of errno states that does not cause a create of the ini file
    * SQLSetConnactAttr() -> SQLSetConnectAttrW() was passing incorrect string length
    * Fix double free in SQLGetDiagFieldW
    * Fix Unicode/Ansi conversion problem in SQLGetDiagFieldW.c
    * Add support for Driver64 in SQLDriverConnectW
    * Add missing unicode setting when returning a connection to the pool
    * Tidy up leaking iconv handles if connect_part_one fails
    * Fix (and avoid) some out of memory problems
    * Wrap lt_dlinit and dlerror in the lib mutex
    * Add slencheck executable to try and find the sizeof(SQLLEN) from a installed driver
    * SQL_NO_DATA after SQL_STILL_EXECUTING in SQLExtendedFetch was not setting the state correctly
    * A little more 3.80 stuff being added
    * Added fixes found by coverity
    * Added man pages
    * Patches to update VMS build
    * Change mutex protection around release_env
    * Altered strlen to be count of bytes in SQLGetDiagFieldW
    * Add check for W function support in do_attr
    * Allow SQLDrivers to return attribute length with no supplied buffer

26th-November-2011
2.3.1

    * Change type definition of a integer in SQLConnect.c, just to avoid
      confusion
    * Allow setting the DM overrive values in the connection string to SQLDriverConnect
      for example
      "DRIVER={Easysoft ODBC-SQL Server};Server=myserver;UID=user;PWD=pass;DMStmtAttr=SQL_QUERY_TIMEOUT=10;"
    * Error and info message order was being inverted by the driver manager
    * Fix memory leak in SQLDriverConnect.c (Thanks JM)
    * The keyword matching for DRIVER=, DSN= etc was case sensitive. Make it insensitive now
    * Avoid sprintf NULL pointer problem in SQLGetDiagRec
    * Fix typo affecting the pooling of connections, (thanks Chris)
    * Fix SunCC _mcount problem
    * Attempt to stamp version info on the libs generated. There are aps in use linked against other
      driver managers that expect VERS_3.52
    * Fix potential buffer overrun when using SAFEFILE
    * Fix mutex problem in the exit from __SQLGetInfo (thanks Richard)
    * Allow getting SQL_DM_VER via SQLGetInfo before connecting to a driver
    * Generate unixodbc_conf.h using macros to allow cross compiling
    * Fix some libltdl problems
    * Fix some naming problems with the cursor lib
    * Fix odbcinst problems on systems without pwd.h
    * Change lib version to 2 to reflect SQLLEN changes in v2.3
    * Fix threading problem (thanks Petr Vandrovec)
    * Allow use of lib name in a DRIVER= connection string
    * Change default threading protection to 0, most drivers should be thread
      safe by now. If the driver is at all thread safe, allow SQLCancel to bipass the
      interlock.
    * Performance change to handle large numbers of connection and statement handles better.
      Thanks for the change from the folks at Acision.
    * Add -k option to isql to treat the DSN as a connection string and use SQLDriverConnect
        isql -k "DSN=server;UID=test;PWD=test"
    * Couple of the SQLSetConnactAttr values are now SQLULEN instead of SQLUINTEGER
    * SQLSetConnectAttr was passing a char length instead of a byte length into the
      Driver SQLSetConnectAttr when converting from Ansi->Unicode
    * Driver version was not being held when a second connection was made to the driver
2015-04-26 11:37:07 +00:00
joerg
30dceed5f3 Drop ONLY_FOR_COMPILER. If -Werror is no good reason for such a mask and
should be handled if desired.
2015-04-26 11:14:31 +00:00
tnn
ffc55e15b5 Fix unfetchable distfile after revbump. Githubify. 2015-04-26 10:03:52 +00:00
mef
008385c3b6 Update to 1.17
--------------
1.17      2015-03-08
        - revert changes in 1.16 they are not compatible with windows GH #18
2015-04-26 09:54:10 +00:00
mef
42ea76ef78 Update 3.28 to 3.30
( From the entry 2015-01-13  * Release 3.29)
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.
-------------------
2015-02-23   David E. Wheeler <david@justatheory.org>
	* Release 3.30
	No changes since 3.29_6.

2015-02-19   David E. Wheeler <david@justatheory.org>
	* Release 3.29_6
	The survey() method in Pod::Simple::Search now ignores duplicat
	files with varying lettercasing on case-insensitive file systems.
	This allows

	When pondering files in a given directory, the survey() method in
	Pod::Simple::Search now prefers files with extensions in the
	following order: no extension, .pod, .pm, .plx, .pl.

	The find() method in Pod::Simple::Search now records the './pod'
	subdirectory of each directory it considers in such a way as to
	preserve its case on the file system.

	The find() method in Pod::Simple::Search now tries harder to find
	the proper file on case-insensitive file systems when searching
	for modules starting with "Pod". For example, when searching for
	'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm'
	instead of 'Pod/perldoc.pod', as the latter is actually the
	documention for the 'perldoc' program.

2015-02-17   David E. Wheeler <david@justatheory.org>
	* Release 3.29_5
	No changes except that the release tarball should no longer be empty.

2015-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.29_4
	Removed "Caveats" from the docs. Pod::Simple has been out of beta
	for years.

	The survey() method in Pod::Simple::Search no longer assumes that
	files ending in '.pod' are actually Pod. Like .pm and .pl files,
	.pod files must contains at least one valid POD command, as
	documented. This brings the behavior in line with find(), which
	already required that .pod files contain Pod.

	The survey() method in Pod::Simple::Search now prefers files
	ending in .pod over those ending in .pm, and .pm over those ending
	in .pl, when it finds duplicate pod files for a given name.

2015-02-11   David E. Wheeler <david@justatheory.org>
	* Release 3.29_3
	Tightened up the first pass at recognizing a Pod command so that
	fewer invalid Pod lines will be recognized. Suggested by Randy
	Stauner.

	Fixed bug where Pod::Simple would attempt to call
	utf8::unicode_to_native on Perl 5.6, where that function does not
	exist.

	Typos and minor wordsmithing changes in Pod::Simple::Subclassing,
	thanks to Randy Stauner.

	The Pod::Simple::Search survey() and find() methods now use the same
	code for determining @INC directories to search. The only difference
	is that find() also includes $Config::Config{'scriptdir'}.

2015-01-13   David E. Wheeler <david@justatheory.org>
	* Release 3.29
	NOTE: This will be the last release of Pod::Simple to support versions
	of Perl earlier than 5.6.

	Fixed test failure for unsupported encoding on Perl 5.6.

	Removed unnecessary dependency on constant. Reported by Petr Pisar
	(RT #85578).

	Many documentation and comment typos fixed by David Steinbrunner.

	Fixed issue when an encoding is declared via an '=encoding' directive
	*after* Pod::Simple has already detected an encoding. Thanks to
	Graham Knop for the patch and Patrice Dumas for the tests.

	Added '>&STDERR' as an output to better emulate
	Pod::Parser::parse_from_file(). Florent Angly.

	Tidied the description of the different Pod::Simple interfaces,
	with greater emphasis on the four different steps to subclassing.
	Florent Angly.

	Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
	specification of a custom top anchor format. Gabor Szabo.

	Fixed the text formatter to properly set the Text::Wrap overflow policy.
	Thanks to Nigel Metheringham for the fix!

	Fixed mis-matched quotation marks when adding JavaScript elements
	to the XHTML output. Patch from jonathancast.

	Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
	Request #58).

	Fixed bug where the value passed to Pod::Simple::XHTML's
	html_css() method would be output twice. Thanks to Andrew Johnson
	for the report (RT #99303).

	Documented the 'recurse' attribute of Pod::Simple::Search.
	Thanks to Jim Keenan for the report (RT #91886).

	An error is no longer thrown when '=encoding' directives are found
	on subsequent lines. Instead, we now log a an error message,
	"Cannot have multiple =encoding directives" (RT #91757).

	The HTML and XHTML formatters now do a better job of preserving
	lines in 'begin html' blocks. Fixes a bug that dates from 2002
	(Perl RT#9385, CPAN RT #91851).
2015-04-26 09:45:51 +00:00
mef
0a6b853907 Should use PKGNAME_NOREV instead of PKGNAME for PLIST_SUBST, thanks tnn@ for fixing gnuplot. 2015-04-26 09:39:06 +00:00
tnn
3cda1af574 Unbreak after revbump. Needs to use PKGVERSION_NOREV for PLIST stuff. 2015-04-26 09:25:44 +00:00
mef
6a63ae5e5e Updated textproc/p5-Encode to 2.73
Updated textproc/p5-Lingua-EN-Number-IsOrdinal to 0.05
Updated textproc/p5-Lingua-EN-Sentence to 0.27
Updated textproc/p5-Lingua-EN-Tagger to 0.25
Updated textproc/p5-PDF-API2 to 2.023
Updated textproc/p5-PDF-Create to 1.10
Updated textproc/p5-PDF-Table to 0.9.7
Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200002
Updated textproc/p5-Pod-Parser to 1.63
2015-04-26 09:06:39 +00:00
mef
b5fbc13b09 (pkgsrc)
- Add  LICENSE= artistic
 - Add  CONFLICTS=     mrtg-[0-9]*
 - Remove @ from @${FIND}, pkglint flags not to hide
(upstream)
 - Update to 1.63
--------------
 Version 1.63
 + CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
   increased VERSION in all *.pm files
 + CPAN#98610: Pod::Find should skip also object directories of modern vc
   systems (.git, .hg)
   implemented in Pod::Find
 Thanks for the reports and patches!
2015-04-26 09:04:43 +00:00
mef
ae7f9620f6 Update to 0.200002
------------------
0.200002  2014-03-20 19:13:01-04:00 America/New_York
        - the comment replacer now uses "#pod" not "#" to build replacement
          text, making it easier to strip out with grep (thanks, Karen
          Etheridge)
2015-04-26 08:50:04 +00:00
mef
ffb4b721c4 Update 0.9.3 to 0.9.7
---------------------
Version 0.9.7 - for a detailed log and changed files visit GitHub
----------------------------
- Reviewed and updated README
- Huge POD rewrite
- Adding a small script that generates HTML from POD and applies CSS from
  CPAN. Useful for reviewing the POD before release.
- Added a test for POD validation
- Added an example file that can test GitHub Issues #8, #9, #10
- GitHub [Issue #9] [Issue #10] Fixed cell_props applied to a different
  row when 'Repeat Headers' is enabled
- Introduced column_numbers variable to avoid using $record in a broader
  scope. Further improvement needed.
- Header row height is copied to each new page when 'Repeat Headers' is
  enabled
- Fixed messing up row height when repeat headers is enabled due to
  access by array index vs shift/unshift
- Fixed row height for rows with text blocks
- Headers_props variable has been wrongly initialised with 0 causing a
  copy of the first data row even when header props are not passed as
  parameter
- Added initialisation of header props justify param so that column and
  cell properties are not affecting the default value.
- Fixed an issue with messing up row properties when repeating the header
  row on each page.
- Examples have been formatted.
- One new example added (header.pl) for demonstrating how header row can
  be added to multiple pages.
- No need to export variables. Added one more test.
- Removed pad_w and pad_h local variable as useless
- Fixed typo causing a bug with row_height param.  Added example file for
  row_height. To be used for writing a test.
- Added POD for row_height param
- Row counting should not be skipped if it is first row.
- Added one more test(duplicates existing) but only to have base.
- Extracted PDF::API2 Mock as a separate package.  Created New test with
  the very basics.  Create a new package that will hold predefined data
  for tests so it can be reused.
- Fixed a variable that masks earlier declaration.
- Fixed Issue #4 - Row height is calculated correctly depending on font
  size.  Some variables are renamed to more meaningful.  Row counting is
  done in a new way with single counter that is used for column and cell
  props retrieval.
- Row height is now calculated for each row based on maximum font size
  from all cells.  Refactored some variable names and unified row
  counting during column size calculation phase.
- Fixed doc details in POD
- Cosmetic changes
- Decreased indent and reduced if body.  For easier review, diff with
  whitespace changes disabled.
- Added github url in readme

Version 0.9.6
----------------------------
- Fixed typo in POD. Closes #71816 Thanks to Gregor Herrmann
- Small code refactoring.
- Added patch for infinite loop fix. Closes #77376 Thanks to John Bazik
- Added patch for header justification. Closes #77566 Thanks to James
   Lance
- Added horizontal_borders, vertical_borders params to table(). Closes
  #79883 Thanks to Eric Johnson

Version 0.9.5 - 18.Oct.2011
----------------------------
- MANIFEST was missing sample pdf file.
- Accidently left alternative code for infinite loop fix commented out.
  Fixed.  Added a test for that.

Version 0.9.4 - 17.Oct.2011
----------------------------
- Don't bump row count when row spans a page.  Closes #67401.
- Fixed bug: don't call text_block if record width is exactly cell width.
- Fixed bug in text_block: bottom is (top - height), not (baseline - height).
- Example script typo fixed.  Closes #55133.
- Don't set up strokes when border is 0.  Apparently breaks Acrobat.
  Closes #40705 and #55137.
- Changed print warnings to carp.  Closes #38007.
- Added center justification for columns and cells.  Tests, too.  Closes
  #37924.
- Fixed infinite loop caused by uninitialized $2.  Thanks to Petri
  Kaurinkoski.  Closes #34017.
- Fixed perl warning if $col_prop->{min_w} is undef.  Thanks to Matthias
  Pitzl (NEPOS).  Closes #30720.
- Fixed default header background color bug, closes #28542.
- Added mock PDF::API2 packages to test script and added tests.
- Improve column width calculations so wider content gets wider columns.
  Added column width test.  Thanks to Barrie Slaymaker (RBS).  Closes
  #26158.
2015-04-26 08:48:16 +00:00
mef
df33766429 Update 1.08 to 1.10
-------------------
1.10 2014.08.22
    Fix test that used to use CGI.pm

1.09 2014.08.21
    Eliminate the need for CGI.pm in the test RT #98222
    Some POD updates.
    Eliminate memory leak RT #93412 thanks to Chris Jack.
2015-04-26 08:39:20 +00:00
mef
cbbef8eacc Update 2.021 to 2.023
---------------------
2.023     2014-09-12
    - The fix for [RT #69503] broke a previously-working case where a
      page object could be passed (and was expected).  The -firstpage
      option now accepts a page object or a page number.  Thanks to
      Marco Pessotto for the bug report and test.

2.022     2014-07-04
    - Added $pdf->version() get/set method.  When opening an existing
      PDF, the existing version number will now be retained.

    - Renamed the following in PDF::API2:
        - importpage to import_page
        - openScalar to open_scalar

      The old names are deprecated.

    - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
      that it doesn't always lead to a crash (reported by Dietrich
      Streifert).

    - [RT #47974] Accept malformed xref subsections (with a warning)
      that have extraneous spaces on the first line (reported by
      Abhinav Kaushik).

    - [RT #94505] For Code128 barcodes, the initial character set is
      now optional (defaults to B or C depending on the content to be
      encoded).  The initial character set can be passed as a capital
      letter, and the program will die if an invalid character set is
      requested (requested by Andrea Nall).

    - Interleaved 2 of 5 barcodes now prepend a zero when an odd
      number of digits is specified, which is standard behavior.
      Previously, a zero was appended instead.

    - $page->rotate(0) now sets rotation to 0 degrees rather than
      deleting an existing page rotation command.  Page rotation is
      inherited, so this is necessary to undo any inherited page
      rotation.

    - Fix: Attempts to use EAN-128 barcodes resulted in an error.

    - Add a more informative error when text() is called without first
      setting a font(), and when font() is called without including a
      font size.
2015-04-26 08:37:26 +00:00
mef
a40566088c Update 0.24 to 0.25
--------------------
0.25            Aaron Coburn            4/3/15
        Fixed floating point number regex.
2015-04-26 08:34:32 +00:00
mef
f5db3c446b Update 0.25 to 0.27
-------------------
0.26 Mar 12 2015
    - Fixed POD errors
        - Fixed RT bug 97681, setlocale work around for Android systems
        - Added Build.PL
        - Added tests harness and more tests
        - update to newer Perl idioms such as 'our' variables

0.27 Mar 12 2015
    - added main.t to MANIFEST
        - added more prefixes and suffixes for people' snames, such as Mme. , Msgr.
2015-04-26 08:32:04 +00:00
mef
248d113484 Update to 0.05
--------------
0.05 2015-03-23 00:06:52
    - merge PR #1 to add Test::Kwalitee and License info
2015-04-26 08:28:16 +00:00
mef
a80ac52ad9 Update 2.64 to 2.73
-------------------
Revision: 2.73 Date: 2015/04/15 23:14:01
! MANIFEST
+ t/isa.t
! Encode.pm
  Addressed RT#103253: Encode::XS does not inherit from Encode::Encoding
  https://rt.cpan.org/Public/Bug/Display.html?id=103253
! encoding.pm
+ t/encoding-locale.t
  Pulled: Rewrite of encoding::_get_locale_encoding for more portability #40
! encoding.pm
  Pulled: encoding.pm: more inlining #39
  https://github.com/dankogai/p5-encode/pull/39

2.72 2015/03/14 02:44:39
! encoding.pm
  Copied from bleadperl to be in sync with it again.
  http://www.nntp.perl.org/group/perl.perl5.porters/2015/03/msg226576.html

2.71 2015/03/12 00:03:52
! encoding.pm
  Pulled: Don't fail 'no encoding' on EBCDIC
  https://github.com/dankogai/p5-encode/pull/38
! lib/Encode/Alias.pm t/Aliases.t
  Add cp65000 => UTF-7 and cp65001 => utf-8-strict
  https://github.com/dankogai/p5-encode/issues/37
! encoding.pm
  Sync w/ bleadperl
  https://github.com/dankogai/p5-encode/pull/36
! bin/encguess
  Pulled: show encguess example per #33
  https://github.com/dankogai/p5-encode/pull/34

2.70 2015/02/05 10:53:00
! Makefile.PL
  add bin/encguess to EXE_FILES

2.69 2015/02/05 10:35:11
! bin/encguess
  Refactored so that
  * does not depend on non-core module (File::Slurp in particular)
  * PODified document
  * -s "encA encB" to -s encA,encB which is more shell-friendly
  * and more
! MANIFEST
+ bin/encguess
  Pulled: Added CLI wrapper for Encode::Guess
  https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
  Pulled: Bump $VERSION in module changed since Encode-2.60
  https://github.com/dankogai/p5-encode/pull/31

2.68 2015/01/22 10:17:32
! Pulled: Fix C++ build on Windows with VC++
  https://github.com/dankogai/p5-encode/pull/30
  https://rt.cpan.org/Public/Bug/Display.html?id=82897
! lib/Encode/MIME/Header.pm t/taint.t
  Pulled: maintain taint flag when encoding MIME on old perl
  https://github.com/dankogai/p5-encode/pull/29
! Encode.pm
  POD fixes
  https://github.com/dankogai/p5-encode/pull/27
! bin/enc2xs
  Addressed: RT#101345: [PATCH] reduce compiler warnings and stderr noise
  enc2xs no longer emits verbose messages to STDERR
  unless -v switch or $ENV{ENC2XS_VERBOSE} is set.
  https://rt.cpan.org/Public/Bug/Display.html?id=101345

2.67 2014/12/04 20:13:00
! t/taint.t
  Now skips nonexistent methods like Encode::Detect->encode() should
  that be installed.  This resolves RT#100105.
  https://rt.cpan.org/Ticket/Display.html?id=100105

2.66 2014/12/02 23:30:34 $
! bin/enc2xs
  Resolved RT#100656: enc2xs -C fails if URL::Encode::XS is installed
  https://rt.cpan.org/Ticket/Display.html?id=100656

2.65 2014/11/27 14:08:33
! Changes Encode.xs bin/enc2xs
  Applied 3 patches from jhi:
    0001-For-C-don-t-use-the-array-size-in-forward-declaratiotion
    0002-Unused-variables
    0003-1-needs-casting-to-STRLEN
  Message-Id: <54753674.6070909@iki.fi>
2015-04-26 08:25:12 +00:00
wiz
45829c2a04 Updated textproc/py-lxml to 3.4.4 2015-04-26 08:01:39 +00:00
wiz
ddca7378fc Update to 3.4.4:
3.4.4 (2015-04-25)
==================

Bugs fixed
----------

* An ElementTree compatibility test added in lxml 3.4.3 that failed in
  Python 3.4+ was removed again.
2015-04-26 08:01:31 +00:00
tnn
742df199e5 drop llvm as suggested option until build issues can be figured out 2015-04-26 08:00:40 +00:00
tnn
b01007a2ee revert rev. 1.7. Although it should be correct in theory it interacts
with the build of some packages in subtle ways, and needs more testing.
2015-04-26 07:59:58 +00:00
wiz
cf95304052 Updated devel/py-cparser to 2.12 2015-04-26 07:58:57 +00:00
wiz
0cd5124b88 Update to 2.12:
+ Version 2.12 (21.04.2015)

  - This is a fix release for 2.11; the memory optimization with __slots__ on
    Coord and AST nodes didn't take weakrefs into account, which broke cffi and
    its many dependents (iseue #76). Fixed by adding __weakref__ to __slots__.

+ Version 2.11 (21.04.2015)

  - Add support for C99 6.5.3.7 p7 - qualifiers within array dimensions in
    function declarations. Started with issue #21 (reported with initial patch
    by Robin Martinjak).
  - Issue #27: bug in handling of unified wstring literals.
  - Issue #28: fix coord reporting for 'for' loops.
  - Added ``examples/using_gcc_E_libc.py`` to demonstrate how ``gcc -E`` can
    be used instead of ``cpp`` for preprocessing.
  - Pull request #64: support keywords like const, volatile, restrict and static
    in dimensions in array declarations.
  - Reduce memory usage of AST nodes (issue #72).
  - Parsing order of nested pointer declarations fixed (issue #68).
2015-04-26 07:58:49 +00:00
wiz
49c41bb866 Updated devel/afl to 1.72b 2015-04-26 07:58:08 +00:00
wiz
17d878561e Update to 1.72b:
--------------
Version 1.72b:
--------------

  - Fixed a glitch in non-x86 install, spotted by Tobias Ospelt.

  - Added a minor safeguard to llvm_mode Makefile following a report from
    Kai Zhao.

--------------
Version 1.71b:
--------------

  - Fixed a bug with installed copies of AFL trying to use QEMU mode. Spotted
    by G.M. Lime.

  - Added last path / crash / hang times to fuzzer_stats, suggested by
    Richard Hipp.

  - Fixed a typo, thanks to Jakub Wilk.
2015-04-26 07:58:00 +00:00
wiz
7ea0fb867a + R-3.2, afl-1.72b, libnice-0.1.12, meld-3.13.1, nettle-3.1.1,
py-cparser-2.12, py-django-cms-3.1, py-lxml-3.4.4.
2015-04-26 07:56:58 +00:00
wiz
16cafb15e4 Updated time/p5-DateTime-TimeZone to 1.88 2015-04-26 07:48:30 +00:00
wiz
6d8b05a2df Update to 1.88:
1.88    2015-04-24

- This release is based on version 2015d of the Olson database. This release
  includes contemporary changes for Egypt.
2015-04-26 07:48:22 +00:00
wiz
ba1243c684 Updated textproc/p5-XML-LibXML to 2.0119 2015-04-26 07:47:26 +00:00
wiz
f0a67ea5c2 Update to 2.0119:
2.0119  2015-04-23
    - Preserve unset options after a _clone() call (e.g: in load_xml()).
        - This caused expand_entities(0) to not be preserved/etc.
        - Thanks to Tilmann Haak from xing.com for the report.
2015-04-26 07:47:18 +00:00
wiz
090d63ebea Improve xaw3d description. 2015-04-26 07:42:51 +00:00
mef
4d62ceed4a Rename options emacs-xaw3d to simply xaw3d. Ref:
http://mail-index.netbsd.org/pkgsrc-users/2015/04/24/msg021447.html
2015-04-26 05:54:29 +00:00
mef
f43c7931a5 Updated sysutils/watchman to 3.1 2015-04-26 05:38:26 +00:00
mef
d937f1744c (pkgsrc)
- Convert to MASTER_SITE_GITHUB, thanks tnn
 - Add SUBST to set VARBASE for WATCHMAN_STATE_DIR
(upstream)
 - Update 3.0.0 to 3.1
 .. ChangeLog doesn't seem to be available
2015-04-26 05:38:18 +00:00
markd
a737b10798 yet more texlive package updates 2015-04-26 04:32:21 +00:00
markd
b7ae2d5708 Updated tex-collection-latex to 2014
added tex-babel-english tex-url
2015-04-26 04:09:11 +00:00
markd
9debda531e Add tex-babel-{english,german} 2015-04-26 04:05:24 +00:00
markd
14234fffcc Add tex-babel-german 2.7b
Babel support for documents written in German
2015-04-26 04:03:22 +00:00
markd
1d9bd460cf Add tex-babel-english 3.3p
Babel support for English
2015-04-26 04:02:05 +00:00
markd
da64c71751 Update tex-collection-genericrecommended to 2014
added tex-apnum
2015-04-26 03:45:13 +00:00
markd
45c24496ae Add tex-apnum{,-doc} 2015-04-26 03:40:20 +00:00
markd
25f3b63d95 Add tex-apnum{,-doc} 1.1
Arbitrary precision numbers implemented by TeX macros
2015-04-26 03:39:03 +00:00
markd
d1bdce5c66 Update tex-collection-fontsrecommended to 2014
added tex-ec tex-lm-math tex-manfnt-font tex-mflogo-font tex-tex-gyre-math
      tex-wasy2-ps
removed tex-eurofont tex-eurosans
2015-04-26 03:23:46 +00:00
markd
086f511e64 add tex-tex-gyre-math and tex-wasy2-ps 2015-04-26 03:17:07 +00:00
mef
153ac31a6c Updated devel/p5-Devel-PatchPerl to 1.34
Updated devel/p5-PadWalker to 2.1
Updated devel/p5-Role-Tiny to 2.000001
2015-04-26 03:16:49 +00:00
mef
bd9e8159ba Update to 2.000001
------------------
2.000001 - 2015-04-24
  - fix generating invalid package names with single colons when abbreviating
    long package names (RT#103310)
  - don't run module interaction tests for user installs
2015-04-26 03:16:08 +00:00
markd
8d6c43b29e Add tex-wasy2-ps 2014
Converted (Adobe Type 1) outlines of (some of) the wasy2 fonts.
2015-04-26 03:15:12 +00:00
markd
f23fdb8469 Add tex-tex-gyre-math 2014
TeX-Gyre-Math is to be a collection of maths fonts to match the
text fonts of the TeX-Gyre collection. The collection will be
made available in OpenType format, only; fonts will conform to
the developing standards for OpenType maths fonts. TeX-Gyre-
Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math-
Termes (to match Tex-Gyre-Termes) fonts are provided.
2015-04-26 03:14:23 +00:00