Commit graph

218789 commits

Author SHA1 Message Date
obache
a57dd901ab missing bump PKGREVISION after libpano13 ABI bump. 2014-07-09 00:39:33 +00:00
obache
3f46494961 'ordereddict' is required for python<=2.6 2014-07-09 00:09:30 +00:00
joerg
268bd3961f Install top-level index.html, index.htm redirects to it. Bump revision. 2014-07-08 19:59:42 +00:00
joerg
86c329901f Add missing dependencies. Bump revision. 2014-07-08 15:22:08 +00:00
joerg
e72d3e9478 Add tex-undolabl, which allows replacing existing labels. 2014-07-08 15:21:48 +00:00
jperkin
c75bf25dba Recursive revbump for textproc/tinyxml update. 2014-07-08 14:59:40 +00:00
jperkin
b42198b2b7 Updated textproc/tinyxml to 2.6.2nb2 2014-07-08 14:57:16 +00:00
jperkin
1efda838d1 Switch to using libtool to build the shared library. The bsd.lib.mk
infrastructure appears to use some constructs which are not currently
available in bootstrap-mk-files.

Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as
we cannot guarantee that the shared library name didn't change.
2014-07-08 14:57:06 +00:00
joerg
de68eb70ab Added print/tex-pageslts version 1.2c 2014-07-08 14:47:59 +00:00
joerg
156d634022 Add tex-pageslts, a more powerful replacement for the lastpage package. 2014-07-08 14:47:39 +00:00
mrg
f9e0682c94 note bozohttpd 20140708. 2014-07-08 14:17:52 +00:00
mrg
89110340e4 update to bozohttpd 20140708. changes include minor bug fixes, .svg
support, and fixes for truncation issues handling .htaccess and
.bz*direct files.
2014-07-08 14:17:15 +00:00
jperkin
96e35efe0c Make PKG_DEVELOPER clean. 2014-07-08 13:50:31 +00:00
ryoon
ac6b65ae72 Updated emulators/aranym to 0.9.16 2014-07-08 13:38:46 +00:00
ryoon
9844ebe994 Update to 0.9.16
* Update EmuTOS image to 0.9.3

Changelog:
2013/04/12 - version 0.9.16 released @ atariada.cz

 Major highlights of this release:

 o JIT CPU compiler supported on 64-bit Linux and Mac OS X now!
   (Jens made a miracle)

 o MFPR FPU emulation should be perfect
   (Andreas ironed out few remainings bugs)

 o Ethernet support under Mac OS X should be way better
   (Philipp added support for big packets and multi-packets)

 o ARAnyM (with JIT?) now runs also on ARM platform driven by Linux
   (is Jens planning on making a blazing fast ARAnyM on Android?)

 o new config setting "LoadToFastRAM" to load kernel in FastRAM
   (is Andreas working on fixing Linux-m68k issues in FastRAM?)

 o David Gálvez improved NatFeat USB support (now requires FreeMiNT 1.17+)

 There's also a small set of bugs fixed in this release - mainly in Mac OS X
 thanks to Philipp but also some generic things like GPIP (Patrice).
2014-07-08 13:37:30 +00:00
jperkin
b255bb5c40 Updated devel/gob2 to 2.0.20nb1 2014-07-08 13:27:10 +00:00
jperkin
3e454db36d Package links against libfl, so mark lex as a runtime dependency.
Bump PKGREVISION.
2014-07-08 13:26:51 +00:00
ryoon
b4874ea9f3 Updated www/firefox to 30.0nb2
Updated www/seamonkey to 2.26.1nb1
2014-07-08 13:15:24 +00:00
ryoon
b26d3d3394 Bump PKGREVISION of www/firefox and www/seamonkey
* Use gstreamer 1.0 instead of gstreamer 0.10.
  Suggested by Ottavio Caruso.
2014-07-08 13:14:43 +00:00
asau
2d11396377 Don't use "-pe", it breaks unprivileged builds on FreeBSD, use "-pp" instead. 2014-07-07 20:01:47 +00:00
asau
16de0396fb Don't use "pax -pe", it breaks unprivileged builds on FreeBSD, use "-pp" instead. 2014-07-07 20:01:14 +00:00
jperkin
c179627f2b Various fixes for SunOS support. 2014-07-07 18:06:58 +00:00
jperkin
3c5f8c1d5c Continue to disable CD-ROM support on SunOS, missed after the package
converted from autotools to CMake.
2014-07-07 17:01:57 +00:00
jperkin
3bde48d60c PLIST fixes for SunOS. 2014-07-07 16:44:18 +00:00
ryoon
d4c209b4e7 The symlink to java is not needed anymore. 2014-07-07 14:41:09 +00:00
ryoon
95c63f40e5 Updated lang/newlisp to 10.6.0 2014-07-07 14:25:51 +00:00
ryoon
18fde647fb Update to 10.6.0 from 10.5.4
* Add Java dependency, it is used with GUI server.

Changelog:
10.5.5 2013 November 20th, development release
   Allow trailing , (comma) in JSON arrays. The new JSON ECMA-404 seems not
   to allow it but the JavaScript standard ECMA-262 and many browsers do.

   Added makefile_linux_openwrt for for TP-link TL-WR703N travel router
   contributed by Dexter.

   In arithmetik big integer operations + - * / % more than two operands
   are allowed as in normal precision integer operations.

   On Windows support UNIX conventions for formatting 64-bit integers.
   I.e.: %lld %llu %llx %llX additionally to %I64d %I64u %I64x %I64X

   Added ++, -- to qa-bigint. Fixed sign change on second operand of
   bigint -- when second operand was negative.

   Some cleanup in Cilk API when releasing resources.

   The 'gcd' function now also works on big integers and > 2 operands.

   On UBUNTU Linux decimal numbers can be formatted using a GNU extension
   in libc, e.g: (format "%'d" 12345) => 12,345
   The optional ' (single quote) after the % character causes thousands
   to be separated with the appropiate character for the current locale.

   Fixed a cell leak introduced in 10.5.5 when deleting contexts.

   The default pretty-print float setting has been changed to "%1.15g".

   'reset' now also cancels command line parameter processing.

   A fix in 'round' when number is exacty 0.5.

   'map', 'apply', 'stats', 'corr', 't-test' now also can take arrays

   'bayes-query' with Fisher's Chi2 method calculated wrong probabilities
   when training in more than two categories. When training in two
   categories the result probabilities were swapped - reporting the
   probability for the second category first. 'bayes-query' calculating
   probabilities with the Chain Bayesian method - using the true flag -
   was not affected.

   Many documentation changes and corrections.

10.5.6 December 10th, 2013, development release
   Since OSX 10.9 Maverick (format "%'d" 12345) => 12,345 will work too.
   Will not work on any locale but works on en_US.UTF-8.

   Fixed 'apply' for arrays introduced in 10.5.5 for a cell/memory leak.

   When making hash trees using the predefined context 'Tree',
   the default symbol in the new context is protected as is 'Tree:Tree'.
   Default symbols in hash trees must be 'nil' in order for the hash
   statement syntax for namespaces to work.

   When copying symbols from a source context to a target contest using 'new'
   or 'def-new', the 'protected?' property is copied too.

   An empty list as index vector for a list or array yields the original
   list or array as return value:
       (set 'L '(1 2 (3 4)))
       (L '())    => (1 2 (3 4))
       (nth '() L) => (1 2 (3 4))

   Many document changes, additions and corrections.

   'int' can convert binarys numbers like (int "0b11111") => 31
   This format is recognized by the code reader/loader since v.10.4.4.

   Integers are accepted as hash keys. This allows creating sparse vectors:
       (new Tree 'V)
       (V 123 "hello")
       (V 123) => "hello"

   'reverse' can be used on arrays.

   Anaphoric system variable $it is now set to the value of the conditional
   expression in 'if'.

   Speed improvements in evaluateExpression().  For this The -pendatic option
   has been turned off in Linux to avoid ISO C90 mixed declaration warnings.

   'length' on integers will return the number of digits, just like it already
   does on bigint numbers, on floats returns the number of decimal digits before
   the decimal separator.


10.5.7
   Fixes for deprecated CYGWIN compile. See also makefile_cygwin for more info.

   Clear potential error condition when doing 'import'.

   In guiserver.jar: When adding columns with empty string headers, this will not
   any more put the column number as header. This allows to add columns to
   headerless tables, as possible when supplying empty string headers in the
   initial gs:table statement.

   Debugger will now always highlight the correct expression, not highlight
   the first one if multiple instances exist.

   Eliminated strncat() for BSD and better speed with memcpy() in most places.

   Delay signal-behavior change in spawn after getting parameters. Makes better
   error recovery.

   In guiserver.jar: New table functions. Thanks to Ferry de Bruin.
     gs:table-remove-row, gs:table-set-column-name and gs:table-set-row-count.
   To avoid API naming confusions, the naming of old gs:table-set-row-number
   is deprecated and should be called as gs:table-show-row-number.
   The old naming will continue to work. Three new optional parameters for
   'gs:scroll-pane' can specify colun header, row headers and a widget
   for the top left corner of a table used in the scroll pane.

   'find-all' should return an empty list as documented when nothing is found
   on strings too.

   Some renaming of functions and constants for better code readability and
   some small refactoring in several files.

   qa-bench has been redone with changes for Emscripten compiled newLISP.
   Now calibrates for comparison with Mac OSX 9.1 on 2.3GHz Intel Core i5.

   Fixed a crash bug when colon operator has missing or wrong-type args
   on 64-bit compiles.

   newLISP compiled to JavaSript with Emscripten
   ---------------------------------------------
   Added makefile_emscripten_lib_utf8. For this
   Must download and install the Emscripten-SDK from here:
       https://github.com/kripken/emscripten/wiki/Emscripten-SDK
   Tested on OSX 10.9 installing emsdk-portable.tar.gz v.1.7.8

   The newlisp-js-lib.js is made using makefile_emscripten_lib_utf8.

   The new function 'eval-string-js' takes a JavaSript string.
   New 'display-html' can either replace the current page or display
   a page in a new tab of the host browser. 'display-html' must be
   defined in Emscripten appplication .html

   Some functions (filter, index, clean, exists, forl-all) will not show
   error messages under certain circumstanmces in the monitor, although
   newLISP behaves correctly throwing the exception (setjmp/longjmp), they
   just don't reach the Emscripten console (log). In this case, if the error
   is not 'catch'ed newLISP exits without advising why. This problem goes away
   when compiling with Emscriptem without any optimizations, but slows
   everything down by a factor of 40 to 50. Normal performance is around
   1.5 of native on Mac OSX when excluding all time/date related functions
   and a few other outliers. Including outliers about 2.65.
   See also here: https://github.com/kripken/emscripten/issues/810
   (volatile declaration did not help)

   All file and directory functions work (almost all did all the time),
   but changes are lost after leaving the page or reloading the page.
   Storage is 'session storage' only. No URLs are in allowed in file
   functions as is on native compiled newLISP.

   As editor, CodeMirror from codemirror.net is used and mode/newlisp.js
   was created for syntax high-lighting.

10.5.8
   'macro' is now a built-in primitive function working exactly as described
   in the macro.lsp module, which is now obsolete. Macros cannot be redefined
   using 'macro'. Macros can be nested. A symbol used as a macro can only be
   used as a macro, even if changing the definition of it.

   Another speed improvement for 'read-line' on file handles (the first speed
   improvement happend in 10.3.10).

10.6.0
   Eliminated emscripten-lib.c, gets handled by unix-lib.c.

   A fix for 'file?' and 'directory?' predicates when applied to root
   directories on Windows.

   Updated examples/udp-server.lsp to nmake it work on Windows.
2014-07-07 14:25:31 +00:00
obache
3d27ac77d3 Move PKGREVISION to the standard location. 2014-07-07 13:28:46 +00:00
joerg
7d45d0f047 Clang needs C++11 as well. 2014-07-07 13:21:27 +00:00
obache
690f952e21 Bump from ABI change of zeromq, libsodium dependency addtion. 2014-07-07 13:05:35 +00:00
obache
57d40a4308 Exactly specify the location of libsodium to configure. 2014-07-07 12:56:26 +00:00
obache
7f92fc2b9a Use mk/compiler.mk and CC_VERSION to check compiler instead of PKGSRC_COMPILER. 2014-07-07 12:54:22 +00:00
obache
9271526c83 Updated devel/py-testtools to 0.9.35 2014-07-07 11:44:33 +00:00
obache
21f3d81aa2 Update py-testtools to 0.9.35.
0.9.35
~~~~~~

Changes
-------

* Removed a number of code paths where Python 2.4 and Python 2.5 were
  explicitly handled. (Daniel Watkins)

Improvements
------------

* Added the ``testtools.TestCase.expectThat`` method, which implements
  delayed assertions. (Thomi Richards)

* Docs are now built as part of the Travis-CI build, reducing the chance of
  Read The Docs being broken accidentally. (Daniel Watkins, #1158773)
2014-07-07 11:44:16 +00:00
dsainty
a341be1ef2 Add: CONFIGURE_ARGS+=--with-harfbuzz=no
Fixes the build on systems with a native harfbuzz library, where the
  library will otherwise be auto-detected.

Add: USE_TOOLS+=pkg-config

  Not identified as fixing any real-world problems, but it corrects build
  behaviour if buildlinking harfbuzz for diagnostic purposes.

Helps with working around the problems identified in PR pkg/48919.

No PKGREVISION bump - I believe all the problems fixed here prevent this
package from building at all if on an affected platform, and unaffected
platforms will not be affected by these changes.
2014-07-07 07:14:27 +00:00
obache
193e789778 ordereddict is only required for python<=2.6 2014-07-07 05:55:13 +00:00
obache
8486f946b0 Only for python<=2.6 2014-07-07 05:52:13 +00:00
wen
93aadb18f7 Updated devel/p5-ExtUtils-Config to 0.008 2014-07-07 03:02:32 +00:00
wen
6693188543 Update to 0.008
Upstream changes:
0.008     2014-06-25 11:37:13-04:00 America/Nassau
          Remove set, clear, clone methods
2014-07-07 03:01:01 +00:00
wen
8287381a1c Updated devel/p5-Test-Harness to 3.32 2014-07-07 02:55:29 +00:00
wen
fb81057de7 Update to 3.32
Upstream changes:
3.32    2014-06-11
        - Remove harness_class from argument hash in T::H::E (Leon Timmermans)

3.31    2014-06-07
        - Implement external rulesfile for TAP::Harness (David Golden)
        - Add harness_class argument to TAP::Harness::Env (Leon Timmermans)
        - Make prove respect environmental variables #28 (Leon Timmermans)
2014-07-07 02:54:27 +00:00
dholland
3453869f1c Include sys/time.h for utimes(). From PR 48965 by SUNAGAWA Keiki.
Also include sys/types.h first as a general precaution, and don't
use <utime.h> any more.
2014-07-06 18:50:20 +00:00
jakllsch
fadf2d1f9d Use new DIST_SUBDIR for snobol-1.3bis distfile, in the unlikely event
anyone had the old one.  Also, add the "old" release distfile path to the
MASTER_SITES list.
2014-07-06 18:25:31 +00:00
jakllsch
91dc68286c +snobol 2014-07-06 18:07:18 +00:00
jakllsch
e89c84d5b7 Added lang/snobol version 1.3nb1 2014-07-06 18:06:21 +00:00
jakllsch
e1b699b705 Un-break snobol-1.3. Use snobol-1.3bis distfile. For tutorial.gz use
snobol4.man from vanilla.tar.gz rather than from pm.exe within vanilla.zip;
as vanilla.zip is no longer distributed (and the change between these two
versions is very minimal).  Due to distfile and packaging changes bump
PKGREVISION.
2014-07-06 18:05:38 +00:00
jakllsch
64d8088ae0 restore (broken) lang/snobol package to state before removal 2014-07-06 17:46:12 +00:00
schmonz
a340e63317 Updated devel/p5-Test-Class to 0.45 2014-07-06 15:31:37 +00:00
schmonz
cebe840a19 Update to 0.45. From the changelog:
- bump minimum required version of Test::More (RT#96951)
- run teardown method even if test method dies, as in version 0.37 and
  earlier
- specify test prereqs as test_requires rather than build_requires
2014-07-06 15:31:30 +00:00
schmonz
af0fb9759c Updated textproc/p5-Text-CSV_XS to 1.09 2014-07-06 15:26:27 +00:00