Commit graph

201935 commits

Author SHA1 Message Date
adam
c68f40e9ce Changes 4.8.1:
This release is a bug-fix release, containing fixes for regressions in GCC 4.8.0 relative to previous releases of GCC.
2013-06-02 18:12:22 +00:00
stacktic
33a744f84e Update misc/rump to 20130602 2013-06-02 17:35:07 +00:00
stacktic
99ac8118ad Update misc/rump to 20130602 - Fix for Solaris 2013-06-02 17:33:58 +00:00
ryoon
6016dbb062 Fix sun-jre-jce option.
Pointed out by taca@, thank you.
2013-06-02 15:32:03 +00:00
wiz
130b35e86d + ImageMagick-6.8.5.9, Mesa-9.1.3, akonadi-1.9.2, cdrtools-3.01a15,
efax-gtk-3.2.12, gcc48-4.8.1, gimp-docs-en-2.8.0, gnutls-3.2.1,
  harfbuzz-0.9.18, nspr-4.10, openttd-1.3.1, pinentry-0.8.3,
  py-dateutil-2.0, scummvm-1.6.0, subversion-base-1.7.10,
  x264-devel-20130601, xine-1.2.3.
2013-06-02 14:28:56 +00:00
wiz
7e743fbd10 Updated devel/py-distribute to 0.6.45 2013-06-02 14:23:28 +00:00
wiz
64442ac84c Update to 0.6.45:
------
0.6.45
------

* Issue #379: ``distribute_setup.py`` now traps VersionConflict as well,
  restoring ability to upgrade from an older setuptools version.

------
0.6.44
------

* ``distribute_setup.py`` has been updated to allow Setuptools 0.7 to
  satisfy use_setuptools.
2013-06-02 14:23:20 +00:00
wiz
3f2e201543 Updated textproc/mdoclint to 1.21 2013-06-02 12:00:10 +00:00
wiz
1caf986865 Remove "my" before $_, since perl 5.18 complains about it. 2013-06-02 11:58:36 +00:00
ryoon
7ee71a027e Remove cvsps3-3.10. 2013-06-02 11:27:33 +00:00
ryoon
3aa02cb1bc Updated lang/newlisp to 10.5.0 2013-06-02 11:25:26 +00:00
ryoon
7ebbd31670 Update to 10.5.0
Changelog:
10.4.7
     Eliminate unused JSON error message.

     Elminated usage of $0 in replace on lists (no regular expressions). The count
     of replacements now is contained in the new $count system var, not $0. The usage
     of $0 - $15 now is strictly for regular expressions. This also speeds up replace.

     read-expr now uses $count instead of $0 for the number of characters processed.

     Eliminated undocumented usage of $0 for found elements in find-all on lists.
     Only $it is used. $0 only on find-all on strings with regular expressions.
     The system variable $count is updated for all forms of find-all, ref-all and
     set-ref-all.

     Link feature now built in with comandline flag -x for all OS flavors:
        newlisp -x <source-file> <executable-file>
     The file util/link.lsp is not required anymore but has been included and
     adapted to changes for the -x linkage. The file illustrates the internals
     of the linkage process when using the -x option.

     An additional true flag in the real-path function allows finding the executable
     path of executables - similar to the "which" utility on UNIX. This is a by-
     product of fixing the link.lsp feature for UNIX. The additional flag works
     on all platforms. 'real-path' on Windows and BSD now also veryfies that path
     and file are valid, as it already did on non-BSD Unix (OSX, Linux).

     Enforce MAX_SYMBOL for tags in xml-parse and symbol creation using sym.

     Security fixes for strncpy and strncat.

     Windows CGI server mode was broken in development version 10.4.6 (isDir()).

     Preparation for 64-bit Windows (in early summer).

10.4.8
    Cleanup of the factor function.

    Like date-parse, date-value will produce negative values for dates before 1970-1-1
    til 1901-12-14.

    The function 'flat' now can take an optioal depth parameter to limit flattening
    a list up to certain level: (flat <list> [<level>])

        (flat '(1 2 (3 4 (5 6)) (7 8 (9 10)))  ) => (1 2 3 4 5 6 7 8 9 10)
        (flat '(1 2 (3 4 (5 6)) (7 8 (9 10))) 1) => (1 2 3 4 (5 6) 7 8 (9 10))
        (flat '(1 2 (3 4 (5 6)) (7 8 (9 10))) 2) => (1 2 3 4 5 6 7 8 9 10)

    A fix for 'extend' when passing wrong type to unitialized symbol.

    A fix in the parser to accept -.9 as -0.9 or +.9 as +0.9

    =, +, -, *, /, %, ++, --, >, <, <=, >=, !=  operators and the functions 'abs',
    'even?', 'odd?', 'length', 'number?' and 'zero?' are all working on big-integers
    of unlimited size. 'float' and 'int' convert bigints into double floats and
    64-bit integers and the function 'bigint' converts integers and floats to big
    integers. See the section "Big integer, unlimited precision arithmetik" in
    chapter 8. of the Users Manual for more information.

    Extended commandline buffer to 1024 bytes.

    The "debug" option in: (get-url "http://newlisp.org" "header debug") will now also
    output the status header line of the server response in the console.

10.5.0 Stable Release May 21st, 2013
    Further speed improvements on big integer multiplication and division/modulus.

    Check for division by zero in big integer division/modulus.

    Memory fix for ++, -- on big integers.

    The OSX Intel version is now 64-bit by default.
2013-06-02 11:24:56 +00:00
spz
88aa7cd176 seamonkey configure wants higher versions for nspr and nss 2013-06-02 08:29:06 +00:00
wiz
907097a418 Updated devel/mercurial to 2.6.2 2013-06-02 08:01:44 +00:00
wiz
1f7bcbb61c Update to 2.6.2:
This is a regularly-scheduled bugfix release.

    amend: complain more comprehensibly about subrepos
    blackbox: fix blackbox causing exceptions in tests
    blackbox: fix recording exit codes (issue3938)
    dirstate: don't overnormalize for ui.slash
    graft: refuse to commit an interrupted graft (issue3667)
    help: fix role/option confusion in RST
    help: stop documentation markup appearing in generated help
2013-06-02 08:01:34 +00:00
obache
b18f903179 more update for R1Alpha4, and let /boot/common/bin as optionlfy. 2013-06-02 06:51:08 +00:00
ryoon
9d73ba732a Fix build on DragonFly.
The problem is mensioned in PR pkg/47734.

* Disable WebRTC support on DragonFly.
* Add dependency to libv4l on supported platforms.
2013-06-02 06:48:37 +00:00
ryoon
bad3989f7d Updated www/icedtea-web to 1.5pre 2013-06-02 06:16:31 +00:00
ryoon
63a387dfd6 Update to 1.5pre
* Works with openjdk7-1.7.21.
* Tested on NetBSD/amd64 current, and DragonFly/i386 3.2.2.
2013-06-02 06:15:44 +00:00
ryoon
bad72014ed Updated lang/openjdk7 to 1.7.21 2013-06-02 06:14:57 +00:00
ryoon
5e504e1a5e Update to 1.7.21 (7u21)
* Update with FreeBSD ports' patch-set file.
* Add patches from icedtea's rhino.patch file.
* Tested on NetBSD/amd64 current, NetBSD/i386 6.1, NetBSD/amd64 6.0.1,
  and DragonFly/i386 3.2.2.

Changelog:
* Unknown because I do not know previous version, 1.7.0.147.20110811.
* Many bugs and security bugs should be fixed.
2013-06-02 06:12:28 +00:00
sbd
5e73890a4f Add the ability for a package to disable pbulk multi-package handling. 2013-06-02 04:41:39 +00:00
obache
e9e7ad2c60 hacked `file' command is not required anymore. 2013-06-02 03:06:44 +00:00
obache
433c214063 gmake is not in /bin on Haiku R1Alpha4. 2013-06-02 03:04:22 +00:00
dholland
c31b81e66e py-tabular 2013-06-02 01:48:57 +00:00
dholland
d0f7fdb8fd +py-tabular 2013-06-02 01:48:09 +00:00
dholland
f20f4743da Import Python module "tabular" version 0.1 as py-tabular.
Tabular data can be easily represented in Python using the language's
native objects. These representations typically do not support
important tabular data manipulations, like efficient column selection,
matrix mathematics, or spreadsheet-style operations.

Tabular is a package of Python modules for working with tabular
data. Its main object is the tabarray class, a data structure for
holding and manipulating tabular data. By putting data into a tabarray
object, you'll get a representation of the data that is more flexible
and powerful than a native Python representation. Tabarray provides:

 . ultra-fast filtering, selection, and numerical analysis methods,
   using convenient Matlab-style matrix operation syntax

 . spreadsheet-style operations, including row & column operations,
   'sort', 'replace', 'aggregate', 'pivot', and 'join'

 . flexible load and save methods for a variety of file formats,
   including delimited text (CSV), binary, and HTML

 . sophisticated inference algorithms for determining formatting
   parameters and data types of input files
2013-06-02 01:47:54 +00:00
sbd
940400e0dc Add mysql to pbulk multi-package support. 2013-06-02 00:10:29 +00:00
wiz
40bc532c70 Updated games/wesnoth to 1.10.5nb4 2013-06-01 23:15:53 +00:00
wiz
ff62534ca5 For some reason, translation files started getting installed (at least
on NetBSD 6.99.20/amd64). Bump PKGREVISION and add them to the PLIST

While here, remove obsolete REPLACE_RUBY line, the script was convert
to python, it seems.
2013-06-01 23:15:42 +00:00
dholland
13cad103f6 Mark this unavailable on NetBSD 6.0+ until such time as someone ports
it to the new module system.
2013-06-01 22:42:49 +00:00
ryoon
43e669a2ec Fix install stage error, PR pkg/47734.
* Wrong, noexistrent file is removed and DragonFly's install
  try to overwrite it and failed.
2013-06-01 21:42:54 +00:00
rillig
41ed4a2f2b Fixed typo in documentation. 2013-06-01 19:44:53 +00:00
rillig
fc5cceb9b3 /tmp/cvs02076b 2013-06-01 19:31:52 +00:00
tron
08fee55256 Fix build with Perl 5.18. 2013-06-01 15:58:01 +00:00
stacktic
cc33e9e121 Update misc/rump and filesystems/fs-utils to 20130601 2013-06-01 15:45:21 +00:00
stacktic
8740b48c92 Update filesystems/fs-utils to 20130601 - Enable NFS 2013-06-01 15:43:47 +00:00
stacktic
4d53ea48f8 Update misc/rump to 20130601 - non-NetBSD sockin compatibility 2013-06-01 15:42:03 +00:00
tron
c350a2721b Note update of the "g95" package to version 0.93nb2. 2013-06-01 14:44:22 +00:00
tron
d31706e53e Create Mac OS X specific package list to ensure that all files get
packaged. Bump package revision because of this fix.
2013-06-01 14:44:01 +00:00
shattered
55a0d053c1 Add paperkey. 2013-06-01 14:32:22 +00:00
shattered
cc252778f8 Import paperkey-1.3 as security/paperkey.
Paperkey extracts secret bytes from GnuPG key and prints them. To
reconstruct, you re-enter those bytes (whether by hand or via OCR)
and paperkey can use them to transform your existing public key
into a secret key.
2013-06-01 14:29:23 +00:00
shattered
4729f9cf36 Updated net/bftpd to 3.7
Updated sysutils/tpb to 0.6.4
Updated security/avcheck to 0.9.1
Updated cad/dinotrace to 9.4c
Updated cad/dinotrace-mode to 9.4c
2013-06-01 14:23:06 +00:00
shattered
10089b3134 Update to 9.4c. Changes:
Dinotrace is now distributed under GPL v3 (previously GPL 2).

Fix signal radix being lost when trace is reread.
Fix core dump when verilog trace has single timestamp.
Fix core dump when no hostname in /etc/hosts.
Fix message trashing stack and make cppcheck clean.
2013-06-01 14:05:13 +00:00
ryoon
91c306401b Updated devel/rcs to 5.9.0nb1 2013-06-01 14:04:12 +00:00
ryoon
3075962c62 Bump PKGREVISION.
Fix build on Solaris 10, PR pkg/47865.

* Do not make man pages, use shipped version.
  Generating man pages required groff's soelim and pic.
* Use pdksh for build-aux/extract-help script.
  Solaris's /bin/sh does not work properly with it.
2013-06-01 14:03:33 +00:00
tron
8288e69555 Note update of the "p5-NetAddr-IP" package to version 4.069. 2013-06-01 12:50:40 +00:00
tron
31120bae1e Update "p5-NetAddr-IP" package to version 4.069. Changes since 4.066:
- IN Lite.pm v1.50, add =encoding UTF-8
- In Util.pm v1.50
  changed Makefile.PL to check for config.h when building for XS
  with 'gcc', try building with 'cc', and check again.
- If config.h is not found, force Pure Perl mode.
- update Makefile.PL in Util.pm v 1.49 to better detect 'winduhs'
- Improved diagnostic message for "die" with bad mask for
- hostenum, hostenumref, split, splitref, rsplit, rsplitref
- Thanks to GENSYM@cpan.org for pointing out the need.

This also fixes the build with Perl 5.18.0
2013-06-01 12:48:26 +00:00
shattered
7fc4cae658 Update to 0.9.1. Changes: unknown. 2013-06-01 12:19:30 +00:00
shattered
609dc8f522 Update to 0.6.4 (released in 2005). Changes:
add: new supported ThinkPad X40
chg: adjusted poll interval to 200ms, which has a acceptable responsiveness
add: support for udev filesystem
and many bug fixes.
2013-06-01 12:18:23 +00:00