Commit graph

196690 commits

Author SHA1 Message Date
marino
56b2693aa2 lang/gcc-aux: Fix DragonFly iostream bug 2013-01-31 23:01:56 +00:00
hans
1b5c526284 Use /usr/bin/bash on all SunOS 5.11 variants if it exists. Fall back to
shells/pdksh in all other cases, native /bin/ksh is not good enough.
2013-01-31 22:55:21 +00:00
adam
9feec22733 Updated lang/gawk to 4.0.2 2013-01-31 22:02:35 +00:00
adam
67ed5fb298 Changes 4.0.2:
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7.
2. `fflush()', `nextfile', and `delete array' are all now part of POSIX.
3. fflush() behavior changed to match BWK awk and for POSIX - now both
   fflush() and fflush("") flush all open output redirections.
4. Various minor bug fixes and documentation updates.
2013-01-31 22:01:43 +00:00
adam
ee1d5666fa Updated devel/gettext to 0.18.2 2013-01-31 21:48:01 +00:00
wiz
41980b0c13 Added print/qpdf version 4.0.1 2013-01-31 21:45:50 +00:00
wiz
e3a5b73fbe + qpdf. 2013-01-31 21:45:38 +00:00
wiz
55b17cd6de Import qpdf-4.0.1 as print/qpdf, packaged by dillo@.
QPDF is a command-line program that does structural, content-preserving
transformations on PDF files.  It could have been called something
like pdf-to-pdf. It also provides many useful capabilities to
developers of PDF-producing software or for people who just want
to look at the innards of a PDF file to learn more about how they
work.

QPDF is capable of creating linearized (also known as web-optimized)
files and encrypted files. It is also capable of converting PDF
files with object streams (also known as compressed objects) to
files with no compressed objects or to generate object streams from
files that don't have them (or even those that already do). QPDF
also supports a special mode designed to allow you to edit the
content of PDF files in a text editor. For more details, please
see the documentation links below.

QPDF includes support for merging and splitting PDFs through the
ability to copy objects from one PDF file into another and to
manipulate the list of pages in a PDF file. The QPDF library also
makes it possible for you to create PDF files from scratch. In this
mode, you are responsible for supplying all the contents of the
file, while the QPDF library takes care off all the syntactical
representation of the objects, creation of cross references tables
and, if you use them, object streams, encryption, linearization,
and other syntactic details.

QPDF is not a PDF content creation library, a PDF viewer, or a
program capable of converting PDF into other formats. In particular,
QPDF knows nothing about the semantics of PDF content streams. If
you are looking for something that can do that, you should look
elsewhere. However, once you have a valid PDF file, QPDF can be
used to transform that file in ways perhaps your original PDF
creation can't handle. For example, programs generate simple PDF
files but can't password-protect them, web-optimize them, or perform
other transformations of that type.
2013-01-31 21:45:23 +00:00
adam
8583c6027e Changes 0.18.2:
* xgettext now understands the block comment syntax of Guile 2.0.
* libgettextpo library:
  - The initial msgstr of a new message is now "", not NULL.
  - Bug fixes in the functions po_message_is_range, po_file_check_all,
    po_message_check_all.
* Installation options:
  The configure options --with-xz and --with-bzip2 can be used to specify
  alternate compression methods for the archive used by the 'autopoint'
  program. These options, together with --with-git, allow to trade
  dependencies against installed package size. --with-xz has the highest
  compression rate, followed by --with-git, followed by --with-bzip2.
* Autoconf macros:
  - The autoconf macros installed by 'gettextize' now work with the
    forthcoming Automake 1.14 and require Autoconf version 2.60 or
    newer.
* Portability:
  - Building on MacOS X 10.7, Cygwin 1.7.10, and newer 64-bit mingw is
    now supported.
2013-01-31 21:45:03 +00:00
adam
191a9f674c Updated devel/gmp to 5.1.0; math/glpk to 4.48 2013-01-31 20:33:17 +00:00
adam
0b71de0796 Changes 4.48:
This is a maintainer release.
Some minor changes in API (glpk.h) were made. For details please see ChangeLog.
Some bugs/typos were fixed.
2013-01-31 20:31:28 +00:00
adam
742cf4e2b5 Changes 5.1.0:
BUGS FIXED
* When reading a C++ number (like mpz_class) in an istream reaches the end
  of the stream, the eofbit is now set.

* The result sign of mpz_rootrem's remainder is now always correct.
* The mpz_remove function now handles negative divisors.
* Contains all fixes from release 5.0.5.

SPEEDUPS
* The n-factorial and n-over-k functions have been reimplemented for great
  speedups for small and large operands.
* New subquadratic algorithm for the Kronecker/Jacobi/Legendre symbol.
* Major speedup for ARM, in particular ARM Cortex-A9 and A15, thanks to broad
  assembly support.
* Significant speedup or POWER6 and POWER7 thanks to improved assembly.
* The performance under M$ Windows' 64-bit ABI has been greatly improved
  thanks to complete assembly support.
* Minor speed improvements of many functions and for many platforms.

FEATURES
* Many new CPUs recognised.
* New functions for multi-factorials, and primorial: mpz_2fac_ui,
  mpz_mfac_uiui and mpz_primorial_ui.
* The mpz_powm_sec function now uses side-channel silent division for
  converting into Montgomery residues.
* The fat binary mechanism is now more robust in its CPU recognition.

MISC
* Inclusion of assembly code is now controlled by the configure options
  --enable-assembly and --disable-assembly.  The "none" CPU targets is gone.
* In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and
  mpf_class->mpq_class are now explicit.
* Includes "mini-gmp", a small, portable, but less efficient, implementation
  of a subset of GMP's mpn and mpz interfaces. Used in GMP bootstrap, but it
  can also be bundled with applications as a fallback when the real GMP
  library is unavailable.
* The ABIs under AIX are no longer called aix32 and aix64, but mode64 and 32.
  This is more consistent with other powerpc systems.
* The coverage of the testsuite has been improved, using the lcov tool.  See
  also http://gmplib.org/devel/lcov/.
* It is now possible to compile GMP using a C++ compiler.
* K&R C compilers are no longer supported.
* The BSD MP compatibility functions have been removed.
2013-01-31 20:30:25 +00:00
marino
f044db568e lang/gcc47: Fix DragonFly c++ iostream bug 2013-01-31 20:07:17 +00:00
ryoon
b701b670fc * py-numpy should be buildlinke-ed on g95 support platforms only like Makefile. 2013-01-31 18:30:50 +00:00
taca
a8cbbd4bd2 Update HOMEPAGE to github's one. 2013-01-31 16:03:33 +00:00
taca
f9cfdfefc2 Note update of Ruby 1.9.3-p374 packages:
lang/ruby193-base	1.9.3p374
	databases/ruby-gdbm	1.9.3p374nb2
	devel/ruby-curses	1.9.3p374
	devel/ruby-fiddle	1.9.3p374
	devel/ruby-readline	1.9.3p374nb2
	x11/ruby-tk		1.9.3p374nb1
	lang/ruby193		1.9.3p374
	devel/ruby-mode		1.9.3p374
2013-01-31 15:59:38 +00:00
taca
40e82ee301 Update ruby193 to 1.9.3p374 (Ruby 1.9.3-p374).
These releasess don't include any security fixes.


Ruby 1.9.3-p362:

This release includes other many bug fixes.

    Resolved build problems on Solaris.
    Windows 8 support (hopefully).
    other many bug fixes.

Ruby 1.9.3-p374:

This release includes many bug fixes. Especially,

    Fixed randomly SEGV problem (often reported with Rails)
    Windows 8 support (maybe, hopefully)
    other many bug fixes.

See tickets and ChangeLog for details.
2013-01-31 15:56:13 +00:00
taca
dc93f77b91 Note update of databases/ruby-dm-rails package to 1.2.1nb2. 2013-01-31 15:47:23 +00:00
taca
ce6c4fd098 ruby-dm-rails can work with all 3.x versions of Ruby on Rails.
Bump PKGREVISION.
2013-01-31 15:46:51 +00:00
taca
44a2aca02c Note update of databases/ruby-dm-active_model package to 1.2.1nb2. 2013-01-31 15:43:54 +00:00
taca
ba9b0cb592 ruby-dm-active_model can work with all 3.x versions of Ruby on Rails.
Bump PKGREVISION.
2013-01-31 15:43:25 +00:00
ryoon
840cff39bf * Fix typo in MESSAGE.
* Remove obsolete patches and regen distinfo.
2013-01-31 11:12:51 +00:00
tron
28283f01b9 Note update of the "wireshark" package to version 1.8.5. 2013-01-31 10:40:52 +00:00
tron
68f7658855 Update "wireshark" package to version 1.8.5. Changes since 1.8.4:
- Bug Fixes
  The following vulnerabilities have been fixed.
    o wnpa-sec-2013-01
      Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
      DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
      SDP, and SIP dissectors. Reported by Laurent Butti. (Bugs
      8036, 8037, 8038, 8040, 8041, 8042, 8043, 8198, 8199, 8222)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-02
      The CLNP dissector could crash. Discovered independently by
      Laurent Butti and the Wireshark development team. (Bug 7871)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-03
      The DTN dissector could crash. (Bug 7945)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-04
      The MS-MMC dissector (and possibly others) could crash. (Bug
      8112)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-05
      The DTLS dissector could crash. Discovered by Laurent Butti.
      (Bug 8111)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-06
      The ROHC dissector could crash. (Bug 7679)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-07
      The DCP-ETSI dissector could corrupt memory. Discovered by
      Laurent Butti. (Bug 8213)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-08
      The Wireshark dissection engine could crash. Discovered by
      Laurent Butti. (Bug 8197)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
    o wnpa-sec-2013-09
      The NTLMSSP dissector could overflow a buffer. Discovered by
      Ulf Härnhammar. (Bug X)
      Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
      GENERIC-MAP-NOMATCH
- The following bugs have been fixed:
    o SNMPv3 Engine ID registration. (Bug 2426)
    o Wrong decoding of gtp.target identification. (Bug 3974)
    o Reassemble.c leaks memory for GLIB > 2.8. (Bug 4141)
    o Wireshark crashes when starting due to out-of-date plugin left
      behind from earlier installation. (Bug 7401)
    o Failed to dissect TLS handshake packets. (Bug 7435)
    o ISUP dissector problem with empty Generic Number. (Bug 7632)
    o Illegal character is used in temporary capture file name. (Bug
      7877)
    o Lua code crashes wireshark after update to 1.8.3. (Bug 7976)
    o Timestamp info is not saved correctly when writing DOS Sniffer
      files. (Bug 7998)
    o 1.8.3 Wireshark User's Guide version is 1.6. (Bug 8009)
    o Core dumped when the file is closed. (Bug 8022)
    o LPP is misspelled in APDU parameter in
      e-CIDMeasurementInitiation request for LPPA message. (Bug
      8023)
    o Wrong packet bytes are selected for ISUP CUG binary code. (Bug
      8035)
    o Decodes FCoE Group Multicast MAC address as Broadcom MAC
      address. (Bug 8046)
    o The SSL dissector stops decrypting the SSL conversation with
      Malformed Packet:SSL error messages. (Bug 8075)
    o Unable to Save/Apply [Unistim Port] in Preferences. (Bug 8078)
    o Some Information Elements in GTPv2 are not dissected
      correctly. (Bug 8079)
    o Wrong bytes highlighted with "Find Packet...". (Bug 8085)
    o 3GPP ULI AVP. SAI is not correctly decoded. (Bug 8098)
    o Wireshark does not show "Start and End Time" information for
      Cisco Netflow/IPFIX with type 154 to 157. (Bug 8105)
    o GPRS Tunnel Protocoll GTP Version 1 does not decode DAF flag
      in Common Flags IE. (Bug 8193)
    o Wrong parcing of ULI of gtpv2 messages - errors in SAC, RAC &
      ECI. (Bug 8208)
    o Version Number in EtherIP dissector. (Bug 8211)
    o Warn Dissector bug, protocol JXTA. (Bug 8212)
    o Electromagnetic Emission Parser parses field Event Id as
      Entity Id. (Bug 8227)
- Updated Protocol Support
  ANSI IS-637-A, ASN.1 PER, AX.25, Bluetooth HCI, CLNP, CSN.1,
  DCP-ETSI, DIAMETER, DIS PDU, DOCSIS CM-STATUS, DTLS, DTN, EtherIP,
  Fibre Channel, GPRS, GTP, GTPv2, HomePlug AV, IEEE 802.3 Slow,
  IEEE 802.15.4, ISUP, JXTA, LAPD, LPPa, MPLS, MS-MMC, NAS-EPS,
  NTLMSSP, ROHC, RSL, RTPS, SDP, SIP, SNMP, SSL
- New and Updated Capture File Support
  DOS Sniffer
2013-01-31 10:40:37 +00:00
wiz
d971de87b5 Updated pkgtools/pkg_install to 20130131 2013-01-31 10:26:11 +00:00
wiz
a563479666 + erlang-16a, xf86-video-ati-7.1.0. 2013-01-31 10:25:56 +00:00
wiz
2e2d576aa2 Shut up warnings about 6.0 packages on 6.0.1 (and similar).
Welcome to 20130131.
2013-01-31 10:25:30 +00:00
wiz
ea1c156826 Updated security/mozilla-rootcerts to 1.0.20121229 2013-01-31 09:39:08 +00:00
wiz
45f7f4801f Update mozilla root certificates to 20121229 version. 2013-01-31 09:39:00 +00:00
wiz
f6d7f37c89 Remove zsh-current -- for some time now it is much older than shells/zsh. 2013-01-31 09:36:01 +00:00
reed
07881d62a3 new package: sysutils/menu-cache 2013-01-31 03:28:51 +00:00
reed
e1bc85bd88 new package: menu-cache
The libmenu-cache library and its corresponding menu-cached daemon
are for creating and utilizing caches to speed up the manipulation
for freedesktop.org defined application menus.  It can be used as
a replacement of libgnome-menu of gnome-menus.
2013-01-31 03:25:53 +00:00
riastradh
94bfd577e3 Update Tor's install message to reflect current recommendations.
The Tor Project ceased to recommend privoxy years ago; the only way
they recommend browsing the web is through the Tor Browser Bundle,
which Someone^TM ought to find some way to package up.
2013-01-30 22:09:22 +00:00
wiz
df3c65ff36 Updated www/tidy to 20091027nb4 2013-01-30 21:00:10 +00:00
wiz
1d4a2aafe2 New doxygen, new PLIST. Bump dependency and PKGREVISION. 2013-01-30 21:00:01 +00:00
wiz
ec5760a5d4 Sort. Add latest package. 2013-01-30 18:52:13 +00:00
wiz
2fccccbdcc Added www/p5-CGI-Session-Plugin-Redirect version 1.01 2013-01-30 18:51:51 +00:00
wiz
490cee29b5 Import p5-CGI-Session-Plugin-Redirect-1.01 as www/p5-CGI-Session-Plugin-Redirect.
Add a redirect method for CGI::Session.
2013-01-30 18:51:40 +00:00
adam
8d090b5025 Updated devel/scmgit to 1.8.1.2 2013-01-30 17:40:46 +00:00
adam
6ffd173e81 Changes 1.8.1.2:
* An element on GIT_CEILING_DIRECTORIES list that does not name the
  real path to a directory (i.e. a symbolic link) could have caused
  the GIT_DIR discovery logic to escape the ceiling.
* Command line completion for "tcsh" emitted an unwanted space
  after completing a single directory name.
* Command line completion leaked an unnecessary error message while
  looking for possible matches with paths in <tree-ish>.
* "git archive" did not record uncompressed size in the header when
  streaming a zip archive, which confused some implementations of unzip.
* When users spelled "cc:" in lowercase in the fake "header" in the
  trailer part, "git send-email" failed to pick up the addresses from
  there. As e-mail headers field names are case insensitive, this
  script should follow suit and treat "cc:" and "Cc:" the same way.
2013-01-30 17:39:39 +00:00
drochner
785fb0207d add patch from upstream to fix Buffer Overflow in ASF Demuxer
bump PKGREV
2013-01-30 15:52:18 +00:00
schmonz
3dfa489b1d Fix fetch: MASTER_SITES is just ${HOMEPAGE} (no :Q). 2013-01-30 14:45:40 +00:00
wiz
2b404cb793 Updated devel/scmgit to 1.8.1.1nb1 2013-01-30 14:45:09 +00:00
wiz
398ebfd568 Add scmgit-gitk to meta package.
Bump PKGREVISION.
2013-01-30 14:45:00 +00:00
wiz
c2a9eadbff Mention cvsps3. 2013-01-30 13:39:37 +00:00
wiz
ac4686d869 + csvps3. 2013-01-30 13:38:53 +00:00
obache
45c5a5574b + di 2013-01-30 12:30:14 +00:00
obache
c12223b205 Added sysutils/di version 4.34 2013-01-30 12:29:33 +00:00
obache
54adf62c10 Import di-4.34 as sysutils/di.
based on PR 47495 by Brad Lanam, some small fixes by me.

di is a disk information utility, displaying everything (and more)
that your df command does. It features the ability to display your
disk usage in whatever format you prefer. It also checks the user
and group quotas, so that the user sees the space available for
their use, not the system wide disk space.
2013-01-30 12:29:06 +00:00
taca
57d059732e - samba-3.6.11.
+ samba-4.0.2, sudo-1.8.6p5, typo3-6.0.1.
2013-01-30 11:44:35 +00:00