Commit graph

221749 commits

Author SHA1 Message Date
shattered
ce5315df0f Updated audio/xanalyser to 1.32
Updated security/john to 1.8.0
Updated wm/echinus to 0.4.9
2014-09-14 13:59:35 +00:00
wiz
5f47eb6cd1 Updated security/p5-IO-Socket-SSL to 1.998 2014-09-14 13:42:42 +00:00
wiz
bfb7008cfb Update to 1.998:
1.998 2014/09/07
- make client authentication work at the server side when SNI is in by use
  having CA path and other settings in all SSL contexts instead of only the main
  one.  Based on code from lundstrom[DOT]jerry[AT]gmail[DOT]com,
  https://github.com/noxxi/p5-io-socket-ssl/pull/15
2014-09-14 13:42:33 +00:00
wiz
ee9fc9ba28 Updated devel/p5-Test-Deep to 0.113 2014-09-14 13:40:30 +00:00
wiz
0f4fa7d6e6 Update to 0.113:
0.113     2004-08-22
        - fix a compile error (!!) in RegexpOnly
        - fix some documentation typos (thanks, ZOFFIX)
        - add license to META file
2014-09-14 13:40:19 +00:00
wiz
a4f92a08d0 Updated devel/p5-Module-Build to 0.42100 2014-09-14 13:39:37 +00:00
wiz
593d771fd2 Update to 0.4210:
0.4210 - Mon Sep  1 13:30:29 CEST 2014

  [BUG FIXES]

  - Fixup CPAN::Meta dependency

  - Handle old releases of CPAN::Meta more gracefully.

0.4209 - Mon Sep  1 12:24:40 CEST 2014

  [BUG FIXES]

  - Stop calling UNIVERSAL::isa as a function

  [ENHANCEMENTS]

  - Use CPAN::Meta::Merge for meta_merge

  - Convert with CPAN::Meta::Convert in meta_add

  - Add configure requirements

0.4208 - Mon Aug 18 21:44:38 CEST 2014

  [BUG FIXES]

  - Removed missed references to Module::Build::Version

0.4207 - Sat Aug 16 12:56:59 CEST 2014

  [BUG FIXES]

  - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev]

  [DEPRECATIONS]

  - Module::Build::YAML has been removed

  - Module::Build::ModuleInfo has been removed

  - Module::Build::Version has been removed

  - Get rid of "use vars"

  - Added use warnings to all modules

0.4206 - Sat Jul 12 14:03:01 CEST 2014

  [BUG FIXES]

  - Formally declare 5.8 dependency [Karen Etheridge]

  - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum]

  [ENHANCEMENTS]

  - Enable release and author tests during disttest [Leon Timmermans, Alberto Simões]
2014-09-14 13:39:28 +00:00
wiz
a6b7ac3d2c Updated devel/p5-CPAN-Meta to 2.142060 2014-09-14 13:36:39 +00:00
wiz
136f70bfef Update to 2.142060:
2.142060  2014-07-25 13:30:06-04:00 America/New_York

  [ADDED]

  - CPAN::Meta::Merge is a new class for merging two possibly overlapping
    instances of metadata. It will accept both CPAN::Meta objects and
    (possibly incomplete) hashrefs of metadata.
2014-09-14 13:36:29 +00:00
shattered
e097ce5941 Update to 0.4.9 (2011). No changelog found. 2014-09-14 13:24:52 +00:00
shattered
1125a72e34 Update to 1.8.0 (2013). Notable changes:
* Relaxed the license for many source files to cut-down BSD.
* Relaxed the license for John the Ripper as a whole from GPLv2 (exact
version) to GPLv2 or newer with optional OpenSSL and unRAR exceptions.

* Enhanced the support for DES-based tripcodes by making use of the
bitslice DES implementation and supporting OpenMP parallelization.

* Implemented bitmaps for fast initial comparison of computed hashes
against those loaded for cracking.
This provides a substantial performance improvement when cracking large
numbers of fast hashes.

* With 32-bit x86 builds and at least MMX enabled, the "two hashes at a
time" code for bcrypt is now enabled for GCC 4.2 and newer.
This is faster bcrypt cracking on some old and new computers running
32-bit operating systems or VMs for whatever reason.

* Revised the incremental mode to let the current character counts grow
for each character position independently, with the aim to improve
efficiency in terms of successful guesses per candidate passwords tested.

* Revised the pre-defined incremental modes, as well as external mode
filters that are used to generate .chr files.
* Added makechr, a script to (re-)generate .chr files.

* Enhanced the status reporting to include four distinct speed metrics
(g/s, p/s, c/s, and C/s).

* Added the "--fork=N" and "--node=MIN[-MAX]/TOTAL" options for trivial
parallel and distributed processing.
2014-09-14 13:20:08 +00:00
cheusov
611e5b5ef5 Updated devel/mk-configure to 0.28.0 2014-09-14 13:11:56 +00:00
cheusov
2a85aea6a5 Update to version 0.28.0
LIBDEPS, STATICLIBS, DPLDADD, DPLIBDIRS and DPINCDIRS variables were
  introduced. With their help one can specify library dependencies in
  the top-level Makefile. Users are also able to build some libraries
  statically even if they were designed to be a dynamic libraries.

  New variable FOREIGN was introduced. With its help one can embed
  autotools-based projects (as a subproject) to mk-configure-based once.
  See mkc_imp.foreign_autotools.mk section in man page for details.

  Support for Darwin was fixed. Nowadays it uses clang.

  New features were introduced:
    - "progname" for setprogname(3) and getprogname(3) BSDisms;
    - "err" for err(3), errx(3), verr(3) and verrx(3) BSDisms;
    - "warn" for warn(3), warnx(3), vwarn(3) and vwarnx(3) BSD-isms;
    - "fgetln" for fgetln(3) BSD-ism;

  Support for Haiku was fixed. It does not support hard links
  and uses LIBRARY_PATH.

  LDCOMPILER variable was removed.
  Compiler is always used for linking.

  New builtin "prog_gmake" was introduced which search GNU make.

  INTERNALLIBS variable was introduced. With its help one can
  implement libraries common for several subprojects.

  COMPATLIB variable was introduced. It is ideal solution for
  portability code.

  MKC_FEATURES: all objects are removed by target "clean"

  Target "errorcheck" was added to ALLTARGETS. Therefore it also have
  pre_, do_, post_ counterparts.

  VARDIR, SHAREDSTATEDIR, SUBPRJSRCTOP, CPPFLAGS0 variables were introduced.

  MKC_SOURCE_FUNCSLIBS: .o{s,p} objects are also removed by target "clean"

  Hardcoded /etc/mk.conf is not included anymore. New mk-configure
  specific configuration file @sysconfdir@/mk-c.conf was introduced.

  Additions to doc/NOTES

  .depends is added to DISTCLEANDIRS only for non-empty SRCS

  mkc_imp.intexts.mk: new error type for odd tokens in INTEXTS_REPLS

  MKDEP_CC is shquoted when passed to mkdep(1) as CC.

  Code clean-ups, more regression tests.

  This release was sucessfully tested on the following platforms.
  NetBSD-6.1/x86_64/gcc-4.5, FreeBSD-9.0/i386/gcc-4.2,
  OpenBSD-4.9/i386/gcc-4.2, DragonFlyBSD-3.4/x86_64/gcc-4.7,
  Darwin-14.0/x86_64/clang-600.0.53, SunOS-5.11/i86pc/gcc-4.7,
  SunOS-5.10/sparc/{gcc-4.8,SunStudio-12.3}, diverse
  Linux-es/{gcc,icc-12.1,SunStudio-12.3}, Haiku/gcc-4.8.
2014-09-14 13:11:39 +00:00
shattered
adc46f7724 Update to 1.32 (2008). No changelog found. 2014-09-14 12:48:35 +00:00
wiz
be12d469c0 + calibre-2.3.0, kdevelop-4.7.0, libfolks-0.10.0, mednafen-0.9.36.4,
raine-0.63.11.
2014-09-14 09:40:57 +00:00
szptvlfn
75be48599d Bump PKGREVISION for hs-text-1.2.0.0 2014-09-13 22:23:27 +00:00
szptvlfn
e35ac52885 Updated textproc/hs-parsec to 3.1.6 2014-09-13 22:07:21 +00:00
szptvlfn
5ced08f477 Update to 3.1.6
CHANGES:
3.1.6

- Export 'Text' instances from Text.Parsec
- Make Text.Parsec exports more visible
- Re-arrange Text.Parsec exports
- Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling
  input streams that do not have normalized line terminators.
- Fix off-by-one error in Token.charControl
2014-09-13 22:06:52 +00:00
szptvlfn
a62c1b4810 Updated textproc/hs-case-insensitive to 1.2.0.1 2014-09-13 22:06:35 +00:00
szptvlfn
7c0afe2f36 Update to 1.2.0.1
Changes from https://github.com/basvandijk/case-insensitive
1.2.0.1
 - Solved warnings on GHC-7.8.3
 - Bump text upper version bounds
2014-09-13 22:06:12 +00:00
szptvlfn
2376b210b2 Updated textproc/hs-blaze-html to 0.7.0.3 2014-09-13 22:05:51 +00:00
szptvlfn
f232c805cd Update to 0.7.0.3
CHANGELOG:
- 0.7.0.3
    * Dependency bump to allow `text-1.2`
2014-09-13 22:05:22 +00:00
szptvlfn
9cebd59d72 Updated textproc/hs-blaze-markup to 0.6.1.1 2014-09-13 22:05:07 +00:00
szptvlfn
0c41302168 Update to 0.6.1.1
CHANGELOG:
- 0.6.1.1
    * Bump `text` dependency to allow 1.2
2014-09-13 22:04:41 +00:00
szptvlfn
10b7a5ccac Updated devel/hs-blaze-builder to 0.3.3.3 2014-09-13 22:04:28 +00:00
szptvlfn
e4be7ed61c Update to 0.3.3.3
Changes from https://github.com/meiersi/blaze-builder
0.3.3.3
 - Bump text upper version bounds
2014-09-13 22:04:01 +00:00
szptvlfn
bab1172912 Updated devel/hs-text to 1.2.0.0 2014-09-13 22:03:38 +00:00
szptvlfn
20d05f5720 Update to 1.2.0.0
changelog:
1.2.0.0

* Fixed an integer overflow in the replace function
  (https://github.com/bos/text/issues/81)

* Fixed a hang in lazy decodeUtf8With
  (https://github.com/bos/text/issues/87)

* Reduced codegen bloat caused by use of empty and single-character
  literals

* Added an instance of IsList for GHC 7.8 and above
2014-09-13 22:03:04 +00:00
asau
9bbf9fef2f Updated lang/polyml to 5.5.2 2014-09-13 18:50:21 +00:00
asau
f9885687af Update to Poly/ML 5.5.2
Most of the changes are bug fixes.  One major fix was to the
intermediate code optimiser reported back in September.
Other changes are the addition of PrettyStringWithWidth and
PrettyLineBreak constructors to the PolyML.pretty datatype,
Thread.Thread.numPhysicalProcessors to return the number of
physical processors and printing ?.t in circumstances where t is
bound to a different type.  The debugger has been extended to
include structures and the arguments to functors.
2014-09-13 18:23:38 +00:00
asau
2f459cd91a Add rc.subr control scripts. 2014-09-13 16:49:27 +00:00
wen
9e867f244b Updated www/p5-Dancer2 to 0.150000 2014-09-13 16:47:56 +00:00
wen
aeefb0b6bf Update to 0.150000
Add missing DEPENDS.

Upstream changes:
0.150000  2014-08-17 01:35:16CEST+0200 Europe/Amsterdam

    [ DOCUMENTATION ]
    * GH #657: Update multi-app example in cookbook to include route
      merging. (Bas Bloemsaat)
    * GH #643: Improve session factory docs by mentioning Dancer2::Config.
      (Andy Jack)

    [ BUG FIXES ]
    * Postponed hooks are no longer sent to all Apps.
      (Sawyer X, Mickey Nasriachi)
    * 404 File Not Found Application reworked to stay up to date with
      postponed hooks merging in multiple apps. (Russell Jenkins)
    * GH #610, #662: Removed two circular references memory leaks!
      (Russell Jenkins)
    * GH #633: Log an error when a hook dies. (DavsX)

    [ ENHANCEMENT ]
    * Allow settings apps in the psgi_app() call by name or regex.
      (Sawyer X)
    * GH #651: silly typo in clearer method name (DavsX).

0.149000_02 2014-08-10 13:50:39CEST+0200 Europe/Amsterdam

    [ ENHANCEMENT ]
    * GH #641: Adding a shim layer to prevent available hooks (and
      thus plugins) from breaking.
    * Each App can now define its own configuration. The Runner's
      application-specific configure has been untangled.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Multiple Dancer App support. You can now create a App-specific
      PSGI application using MyApp->psgi_app.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Add routes and hooks to an existing app on import.
      (Russell @veryrusty Jenkins, Stevan Humphrey, Stefan racke
      Hornburg, Jean Stebens, Chunzi, Sawyer X, Mickey Nasriachi)
    * Allow DSL class to be specified in configuration file.
      (Stevan Humphrey)
    * forward() now returns a new request which is then just runs
      the dispatching loop again. (Sawyer X, Mickey Nasriachi)

    [ BUG FIXES ]
    * GH #336: Set log level correctly.
      (Andrew Solomon, Pedro Bruno)
    * GH #627, #607: Remove potential context issues with returning
      undef explicitly. (Javier Rojas)
    * GH #646: Fix whitespacing for tests. (DavsX)

0.149000_01 2014-07-23 21:31:21CEST+0200 Europe/Amsterdam

    *************************** NOTICE ***************************
    * This very is a major upgrade                               *
    * We untangled the context, DSL implementation a bit         *
    * Please check your code, including your plugins, thoroughly *
    * Thank you                                                  *

    [ ENHANCEMENTS ]
    * GH #589: Removing Dancer2::Core::Context global context variable.
      Finally in.
      (Sawyer X, Mickey Nasriachi, Russell @veryrusty Jenkins)

    [ BUG FIXES ]
    * GH #606, #605: Fix for setting public directory.
      (Ivan Kocienski, Russell Jenkins, Stefan @racke Hornburg)
    * GH #618, #620: Fix jQuery link generated by CLI skeleton.
      (Micha Wojciechowski)
    * GH #589: Major memory leak fix by removal of Dancer2::Core::Context.

    [ ENHANCEMENTS ]
    * GH #620: Bump jQuery to 1.11.1. (Micha Wojciechowski)
2014-09-13 16:47:02 +00:00
wen
3a3fa6de19 Added www/p5-LWP-Protocol-PSGI version 0.07 2014-09-13 16:41:38 +00:00
wen
ed51f6bbce add p5-LWP-Protocol-PSGI 2014-09-13 16:40:04 +00:00
wen
e1930937f3 Import LWP-Protocol-PSGI-0.07 as www/p5-LWP-Protocol-PSGI.
LWP::Protocol::PSGI is a module to hijack any code that uses
LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
routed to your own PSGI application.
2014-09-13 16:38:45 +00:00
wen
00c6679207 Updated devel/p5-Safe-Isa to 1.000005 2014-09-13 16:02:31 +00:00
wen
48f502ffb2 Update to 1.000005
Upstream changes:
1.000005 - 2014-08-16
  - comment blessed use so people who don't know perl stop trying to break it
  - add link to lightning talk given at YAPC::NA 2013

1.000004 - 2013-09-18
  - fixed slightly mangled metadata from last release

1.000003 - 2013-03-25
  - fix NAME in Makefile.PL (RT#84212)
2014-09-13 16:01:14 +00:00
shattered
c932c7c59d Add prboom-plus 2014-09-13 15:18:44 +00:00
shattered
9f71808e85 Updated archivers/gsharutils to 4.13.5
Updated archivers/nulib2 to 2.2.0
Updated graphics/GUIlib to 1.2.1
Updated misc/vera to 1.21a
Added games/prboom-plus version 2.5.1.3
2014-09-13 15:17:42 +00:00
joerg
4e82614c97 Only add -lgcc_s explicitly on NetBSD 5. Disable parallel GC in
rules.make and explicitly on calls to ant. Be nice and raise the memory
limit to 1G. Adjust ant rules to also apply SerialGC + 1G limit.

This currently reverts to the default settings for !BSD, if necessary
the changes to rules.make should be copied.

Add a small fragment for providing lang/openjdk7/libs with compat
versions of libstdc++ and libgcc_s to allow using the GCC bootstrap in a
pure clang release. Versions can be obtained from NetBSD 6's base.tgz.
2014-09-13 14:35:25 +00:00
shattered
8a84b09c34 Import prboom-plus-2.5.1.3 as games/prboom-plus.
PrBoom+ is a modified version of id Software's classic game DOOM.  It
runs on several platforms (including Win32 and Unixes) and features many
additions to the original game.  It also supports multiplayer games.
2014-09-13 12:55:06 +00:00
shattered
78d37a62dc Update to 1.21a. Changes:
Fixed file inclusion error for FDL when using makeinfo.
    Switch to FDL version 1.3.
2014-09-13 12:01:16 +00:00
shattered
26bb41ab10 Update to 1.2.1 (2007). Changes:
* Updated automake and libtool support
 * Placed in the public domain
2014-09-13 11:44:44 +00:00
shattered
77c270c1c7 Update to 2.2.0 (2007). Changes:
- Fix handling of MS-DOS reserved names.  Besides handling names like
      "con", we also need to handle "con.foo.txt".
    - Auto-detect and handle "bad Mac" archives.
    - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle
      archives created by an unknown but badly broken program.

    - Switched from GPL to BSD license.
2014-09-13 11:10:58 +00:00
richard
efac41c732 SunOS getopt doesn't define/use optreset 2014-09-13 11:03:17 +00:00
shattered
b480f78a73 Update to 4.13.5 (2013). Changes:
* output file names may be encoded in the uuencoded file.
  By specifying '--encode' on the command line, the output
  file name will be base64 encoded in the uuencode file.
2014-09-13 10:53:04 +00:00
shattered
9567d5144f Updated audio/milkytracker to 0.90.86
Updated misc/kdrill to 6.5
Updated mail/popa3d to 1.0.3
Updated news/leafnode to 1.11.10
Updated games/ltris to 1.0.19
2014-09-13 10:42:18 +00:00
richard
c6c5907eb0 Add smf support and solaris-specific console_user verification
bump PKGREVISION
2014-09-13 09:47:11 +00:00
dholland
f535179203 xmx, craft 2014-09-13 07:36:37 +00:00