Commit graph

205514 commits

Author SHA1 Message Date
wen
fd66961287 Update to 1.11
Add missing BUILD_DEPENDS

Upstream changes:
1.07 Thu Jan 19 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT

1.08 Mon May 28 2012
    - synchronised the autoseeding mechanism with that of Math::Random::MT that
      is more elegant and portable

1.09 Mon Jun 4 2012
    - added the irand() function to draw random integers, as in Math::Random::MT

1.10 Mon Aug 6 2012
    - made set_seed() return the seed, as does Math::Random::MT
    - migrated test suite to Test::More and Test::Number::Delta

1.11
    - Improvement of unit tests
2013-08-25 01:40:13 +00:00
wen
d9f0a88fc9 Updated math/p5-Math-Random-MT-Auto to 6.22 2013-08-25 01:35:51 +00:00
wen
fb7e017039 Update to 6.22
Upstream changes:
6.22 Tue Sep  4 14:06:20 2012
	- Enhancement to shuffle() to return an array

6.21 Mon Aug  6 17:27:37 2012
	- Haiku does not support non-blocking IO

6.19 Fri Jul 27 00:48:20 2012
	- Prevent use of incompatible state vectors

6.18 Thu Jan 26 14:58:57 2012
	- Ignore warnings from other modules during tests

6.17 Wed Jan 11 05:55:09 2012
	- Require OIO 3.85 to fix some 'used only once' warnings
2013-08-25 01:34:46 +00:00
wen
a0c4f04153 Updated math/p5-Math-Prime-Util to 0.31 2013-08-25 01:29:26 +00:00
wen
776d82f140 Update to 0.31
Upstream changes:
0.31  2013-08-07

    - Change proof certificate documentation to reflect the new text format.

    - Some platforms were using __int128 when it wasn't supported.  Only
      x86_64 and Power64 use it now.

    - Small speedup for ranged totient internals.

    - Patch MPU::GMP 0.13 giving us not quite what we expected from a small
      certificate.  Fixed in MPU::GMP 0.14, worked around here regardless.

0.30  2013-08-06

    [API Changes]
      - Primality proofs now use the new "MPU Certificate" format, which is
        text rather than a nested Perl data structure.  This is much better
        for external interaction, especially with non-Perl tools.  It is
        not quite as convenient for all-Perl manipulation.

    [Functions Added]
      - is_frobenius_underwood_pseudoprime
      - is_almost_extra_strong_lucas_pseudoprime
      - lucas_sequence
      - pplus1_factor

    [Enhancements]
      - Documentation and PP is_prime changed to use extra strong Lucas test
        from the strong test.  This matches what the newest MPU::GMP does.
        This has no effect at all for numbers < 2^64.  No counter-example is
        known for the standard, strong, extra strong, or almost extra strong
        (increment 1 or 2) tests.  The extra strong test is faster than the
        strong test and produces fewer pseudoprimes.  It retains the residue
        class properties of the strong Lucas test (where the SPSP-2
        pseudoprimes favor residue class 1 and the Lucas pseudoprimes favor
        residue class -1), hence should retain the BPSW test strength.

      - XS code for all 4 Lucas tests.

      - Clean up is_prob_prime, also ~10% faster for n >= 885594169.

      - Small mulmod speedup for non-gcc/x86_64 platforms, and for any platform
        with gcc 4.4 or newer.

    [Bug Fixes]
      - Fixed a rare refcount / bignum / callback issue in next_prime.
2013-08-25 01:28:38 +00:00
jaapb
22aed86909 Updated converters/libwpd to 0.9.9 2013-08-24 21:50:43 +00:00
jaapb
a53ef5a428 Updated package to latest version, 0.9.9. Removed obsolete patches, took over
maintainership (all this okayed by the old maintainer, Jeremy C. Reed).

Changes from 0.9.2 include (apart from various bugfixes):
- WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso)
- Metadata for wpd2html (David Hislop)
- Change source code layout so that public headers be in inc/ and its
  subdirectories
- libwpd.h and libwpd-stream.h are not generated headers anymore
- Change the way we get version from libwpd build
- Improvements to WPXOLEStream class
- Added MPL2+ to the licenses libwpd is released under
- Revert an accidental ABI change in WPXPropertyList
- Link the Windows static libraries with DLL runtimes
- libwpd-stream: Add experimental support for ZIP storages
- libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum
  (Be sure that you are at offset 0 using it and check return value
  in order to be compatible with lower versions of libwpd)
- New Visual Studio 2008 and Visual Studio 2010 build files
- Don't output points as integer. This solves some rounding issues along
  with possibility of writing 10.5 point font size (Fridrich)
- General improvement of code quality by buiding with -Weffc++ option (Fridrich)
- Improvement of textbox code (Laurent Alonso)
- Improvement of arabic charset mapping (Smokey Ardisson)
- Build system rewrite and improvement (Tomas Chvatal)
- Cleanup of return values (Thomas Klausner)
- Conversion of extended characters in WP 42 parser (Fridrich)
2013-08-24 21:50:24 +00:00
jaapb
d69e81f296 committed correct PLIST for tex-algorithmicx-doc. 2013-08-24 17:24:45 +00:00
jaapb
5f1e36cc87 Added tex-algorithmicx-doc package. 2013-08-24 17:23:37 +00:00
jaapb
42f8bf36c3 Added print/tex-algorithmicx-doc version 2009 2013-08-24 17:23:06 +00:00
jaapb
f863b2233f Added package print/tex-algorithmicx-doc, the documentation for
print/tex-algorithmicx.
2013-08-24 17:22:44 +00:00
jaapb
b9ded0b346 Added tex-algorithmicx subdir. 2013-08-24 17:22:08 +00:00
jaapb
7bd2c001f9 Added print/tex-algorithmicx version 2009 2013-08-24 17:20:19 +00:00
jaapb
69dde89c13 Added print/tex-algorithmicx, a package for typesetting source code and
pseudo-code algorithms with LaTeX.
2013-08-24 17:19:57 +00:00
bsiegert
bb773e8621 Regenerate the guide after fixing PR/26464. 2013-08-24 17:02:56 +00:00
bsiegert
ebebea31f3 Explain how to do OR dependencies. Requested by gdt in PR/26464, not even
ten years ago.
2013-08-24 16:55:21 +00:00
schnoebe
430732ab2a Updated print/hplip to 3.13.8 2013-08-24 16:45:38 +00:00
richard
1628771d18 fix PLIST options for solaris, including builtin openssl support 2013-08-24 16:45:08 +00:00
schnoebe
232ef7d96f Update to hplip 3.13.8:
Release Notes/Change Log:

HPLIP 3.13.8 - This release has the following changes:
Added Support for the Following New Printers:

- HP Deskjet 1510 All-in-One Printer
- HP Deskjet 1512 All-in-One Printer
- HP Deskjet 1513 All-in-One Printer
- HP Deskjet 2540 All-in-One Printer
- HP Deskjet 2542 All-in-One Printer
- HP Deskjet Ink Advantage 1010 Printer Series
- HP Deskjet Ink Advantage 1015 Printer
- HP Deskjet Ink Advantage 1510 All-in-One Printer Series
- HP Deskjet Ink Advantage 1515 All-in-One Printer
- HP Deskjet Ink Advantage 1516 All-in-One Printer
- HP Deskjet Ink Advantage 3540 e-All-in-One Printer Series
- HP Deskjet Ink Advantage 3545 e-All-in-One Printer
- HP Deskjet Ink Advantage 3546 e-All-in-One Printer

Launchpad fixes:

233393  - Smart install disable popup is coming for HP pen drive and HP
          CD/DVD ROM

Change log:

- Added support for Avahi network printer browsing
- Using SLP protocol by default to browse printer in hp-setup
- Fix for Failing to install libtool package in Fedora 18 during HPLIP
  installation


HPLIP 3.13.7 - This release has the following changes:
Added Support for the Following New Printers:

- HP Deskjet 1010 Printer
- HP Deskjet 1012 Printer
- HP ENVY 5530 e-All-in-One Printer
- HP ENVY 5535 e-All-in-One Printer
- HP Officejet 7610 Wide Format e-All-in-One Printer

Added support for the following new Distro's:

- Debian 7.1
- Fedora 19

Launchpad fixes:

746814  - CVE-2010-4267 Remote Stack Overflow Vulnerability
1195221 - Unable to install plugin for network printer Laserjet 2600n
1197306 - HP laserjet 1020 not printing on Ubuntu12.10 after power cycle
	  the printer
1196335 - HPLIP 3.13.6 stop working after shutting down/rebooting the
	  computer

Issues fixed:

- Unable to launch "Align Cartrides" and "Clean Cartridges" interfaces
  from HP Device Manager
- Lot of debug prints(File Pointer is NULL) are found in syslog even
  when hpLogLevel is not 15
- Updated plugin-reason for HP LaserJet Professional P1607dn Printer
  Series
2013-08-24 16:44:15 +00:00
richard
0123fbd47b fix kerberos build for solaris 2013-08-24 16:42:47 +00:00
jaapb
a91a92ce93 Added libodfgen subdirectory. 2013-08-24 16:18:51 +00:00
jaapb
66a915f39b Added textproc/libodfgen version 0.0.2 2013-08-24 16:17:34 +00:00
jaapb
8142bd5b53 Packaged textproc/libodfgen, a library providing the ability to generate
ODF documents from libwpd and libwps API calls. (libreoffice dependency)
2013-08-24 16:17:12 +00:00
jaapb
0bb439c898 Added liblangtag subdirectory. 2013-08-24 16:15:56 +00:00
jaapb
11cae24bbd Added devel/liblangtag version 0.5.1 2013-08-24 16:15:32 +00:00
jaapb
195f9c804c Packaged devel/liblangtag, an interface for language tag recognition that
complies with RFC 5646. (libreoffice dependency).
2013-08-24 16:15:10 +00:00
agc
60a9e3fb43 note update of ipv6-toolkit to 1.4 2013-08-24 16:14:04 +00:00
jaapb
c57845758b Added subdir orcus. 2013-08-24 16:13:21 +00:00
jaapb
f56a7eca5f Added converters/orcus version 0.5.1 2013-08-24 16:12:39 +00:00
agc
302e9c3a3b Update ipv6-toolkit to version 1.4 from 1.3.4
Pkgsrc changes:
+ quieten warnings from gcc 4.5.3 about uninitialised variables

Distribution changes:
SI6 Networks' IPv6 Toolkit v1.4 release

   * frag6: Fixed the flooding option
     Fixed the fragment size used when employing the flooding option. It was
     prevously sending fragment sizes that where not a multiple of eight, and
     hence these fragments were dropped.

   * scan6: Added support for 64-bit encoding of IPv4 addresses
     Option "--tgt-ipv4" was augmented to support both encodings (32 bit
     and 64 bit) of embedded IPv4 addresses.

   * tcp6: Fixed response to Neighbor Solicitations
     tcp6 was not responding to incomming Neighbor Solicitations. Hence, when
     packets were sent from spoofed addresses, tcp6 would never receive the
     response packets, because the NSs sent by the local router or target node
     would never be responded.

   * tcp6: Added support for TCP Window-based attacks
     tcp6 can now close the window after sending an app-layer command, and
     also "modulate" the TCP window to circumvent trivial mitigations for these
     attacks ("--window-mode" and "--win-modulate" options).

   * tcp6: Support for multiple connection-establishment types
     tcp6 can now cause e.g. TCP simultaneous opens (see the "--open-mode"
     option).

   * tcp6: Support for multiple connection-termination types
     tcp6 can now perform multiple connection-termination types (see the
     "--close-mode" option).

   * tcp6: Support for sending application layer requests
     tcp6 can now send application-layer requests with the "--data" option.

   * Many improvements to the manual pages.
     Fixed the troff encoding of many manual pages. Added ipv6toolkit(7), that
     describes a general description of the toolkit.

   * All: Fixed bug in link-layer destination address selection
     Tools now try to find a local router or perform Neighbor Discovery only
     when necessary (i.e., underlying link-layer is *not* loopback or tunnel,
     destination address is *not* link-local, and a link-layer destination
     address has *not* been specified).

   * All: Fixed bug in option handling
     Incorrect data type was used for the return value of getopt_long(), thus
     leading to problems in some architectures.

   * All: Fixed a number of issues with pcap_next_ex()
     The timeout parameter of pcap_next_ex() is now based on the platform (the
     previous constant value had different semantics in different platforms).
     Additionally, handle the case where pcap_next_ex() returns no packets.

   * All: General improvements and clean-up
     The development process now includes building the toolkit with the clang
     compiler (in addition to gcc), which has lead to the identification of a
     number of issues.

   * All: Improved support for building the toolkit.
     The toolkit now contains one makefile for pmake, and another for GNU make.
     Added support for the DESTDIR variable. Appropriate paths are selected
     based on the value of a number of variables. Configuration file is
     dynamically generated, with the right path to the oui.txt file.
2013-08-24 16:12:24 +00:00
jaapb
b4d250296d Packaged converters/orcus, a library that deals with spreadsheet documents
(libreoffice dependency).
2013-08-24 16:12:10 +00:00
jaapb
cb840739ee Added subdir libmwaw. 2013-08-24 16:10:36 +00:00
jaapb
cbd894250c Added converters/libmwaw version 0.1.10 2013-08-24 16:10:14 +00:00
jaapb
031104521b Packaged converters/libmwaw, a library for reading old (pre-MacOS X)
Mac documents. Dependency of libreoffice.

(pkglint complains about C not being added to USE_LANGUAGES; this is fine,
the package only uses C++)
2013-08-24 16:09:56 +00:00
jaapb
be8f0ab1a6 added libmspub package 2013-08-24 16:07:52 +00:00
jaapb
6566963691 Added converters/libmspub version 0.0.6 2013-08-24 16:07:17 +00:00
jaapb
b1298e9adb Packaged converters/libmspub, a library for importing Microsoft Publisher
documents (used by libreoffice).

(pkglint complains about c not being added to USE_LANGUAGES; this is fine,
as the package only uses c++)
2013-08-24 16:06:56 +00:00
prlw1
d1d90ab425 We reached NetBSD "6". 2013-08-24 15:34:39 +00:00
drochner
3a8883bb40 update to 4.15.1
This fixes a regression in v4.15 related to the handling of hidden
virtual methods.
(hopefully fixes the build problem with py-qt3 reported by Greg Oster)
2013-08-24 11:48:37 +00:00
obache
46fcbb4ee2 Tell "readlink" location for Cygwin, DragonFly, FreeBSD and Haiku. 2013-08-24 11:30:44 +00:00
jaapb
3b872fa29c Updated print/teTeX3-texmf to 3.0nb40 2013-08-24 11:00:07 +00:00
jaapb
8821e74cc8 Split ntheorem package. Bumped PKGREVISION. 2013-08-24 10:59:49 +00:00
jaapb
f5ccbc59ac Added ntheorem-doc package 2013-08-24 10:59:10 +00:00
jaapb
7e70397afa Added print/tex-ntheorem-doc version 1.31 2013-08-24 10:58:38 +00:00
jaapb
6554773bd5 Added documentation for tex-ntheorem package 2013-08-24 10:58:18 +00:00
jaapb
829abeb224 Added tex-ntheorem package 2013-08-24 10:58:01 +00:00
jaapb
ae5aba761a Added print/tex-ntheorem version 1.31 2013-08-24 10:57:49 +00:00
jaapb
c6115e09ad Added package print/tex-ntheorem, version 1.31. 2013-08-24 10:57:01 +00:00
tron
08dba64c9b Define "readlink" location for Linux and OpenBSD. 2013-08-24 10:12:52 +00:00
obache
709de2aaa9 share hacks.mk with its base package. 2013-08-24 09:36:43 +00:00