summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-14Update to 0.4210:wiz2-8/+8
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-14Updated devel/p5-CPAN-Meta to 2.142060wiz1-1/+2
2014-09-14Update to 2.142060:wiz2-6/+6
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-14Update to 0.4.9 (2011). No changelog found.shattered2-9/+8
2014-09-14Update to 1.8.0 (2013). Notable changes:shattered4-22/+22
* 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-14Updated devel/mk-configure to 0.28.0cheusov1-1/+2
2014-09-14Update to version 0.28.0cheusov4-26/+87
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-14Update to 1.32 (2008). No changelog found.shattered8-56/+117
2014-09-14+ calibre-2.3.0, kdevelop-4.7.0, libfolks-0.10.0, mednafen-0.9.36.4,wiz1-3/+6
raine-0.63.11.
2014-09-13Bump PKGREVISION for hs-text-1.2.0.0szptvlfn34-64/+68
2014-09-13Updated textproc/hs-parsec to 3.1.6szptvlfn1-1/+2
2014-09-13Update to 3.1.6szptvlfn3-10/+9
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-13Updated textproc/hs-case-insensitive to 1.2.0.1szptvlfn1-1/+2
2014-09-13Update to 1.2.0.1szptvlfn3-8/+8
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-13Updated textproc/hs-blaze-html to 0.7.0.3szptvlfn1-1/+2
2014-09-13Update to 0.7.0.3szptvlfn3-9/+8
CHANGELOG: - 0.7.0.3 * Dependency bump to allow `text-1.2`
2014-09-13Updated textproc/hs-blaze-markup to 0.6.1.1szptvlfn1-1/+2
2014-09-13Update to 0.6.1.1szptvlfn3-9/+8
CHANGELOG: - 0.6.1.1 * Bump `text` dependency to allow 1.2
2014-09-13Updated devel/hs-blaze-builder to 0.3.3.3szptvlfn1-1/+2
2014-09-13Update to 0.3.3.3szptvlfn3-9/+8
Changes from https://github.com/meiersi/blaze-builder 0.3.3.3 - Bump text upper version bounds
2014-09-13Updated devel/hs-text to 1.2.0.0szptvlfn1-1/+2
2014-09-13Update to 1.2.0.0szptvlfn3-9/+9
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-13Updated lang/polyml to 5.5.2asau1-1/+2
2014-09-13Update to Poly/ML 5.5.2asau5-38/+15
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-13Add rc.subr control scripts.asau3-2/+36
2014-09-13Updated www/p5-Dancer2 to 0.150000wen1-1/+2
2014-09-13Update to 0.150000wen2-6/+8
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-13Added www/p5-LWP-Protocol-PSGI version 0.07wen1-1/+2
2014-09-13add p5-LWP-Protocol-PSGIwen1-1/+2
2014-09-13Import LWP-Protocol-PSGI-0.07 as www/p5-LWP-Protocol-PSGI.wen3-0/+31
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-13Updated devel/p5-Safe-Isa to 1.000005wen1-1/+2
2014-09-13Update to 1.000005wen2-9/+8
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-13Add prboom-plusshattered1-1/+2
2014-09-13Updated archivers/gsharutils to 4.13.5shattered2-6/+7
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-13Only add -lgcc_s explicitly on NetBSD 5. Disable parallel GC injoerg10-36/+134
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-13Import prboom-plus-2.5.1.3 as games/prboom-plus.shattered4-0/+51
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-13Update to 1.21a. Changes:shattered3-21/+21
Fixed file inclusion error for FDL when using makeinfo. Switch to FDL version 1.3.
2014-09-13Update to 1.2.1 (2007). Changes:shattered3-11/+11
* Updated automake and libtool support * Placed in the public domain
2014-09-13Update to 2.2.0 (2007). Changes:shattered8-43/+35
- 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-13SunOS getopt doesn't define/use optresetrichard1-2/+3
2014-09-13Update to 4.13.5 (2013). Changes:shattered2-6/+6
* 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-13Updated audio/milkytracker to 0.90.86shattered2-7/+7
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-13Add smf support and solaris-specific console_user verificationrichard5-2/+146
bump PKGREVISION
2014-09-13xmx, craftdholland1-1/+3
2014-09-13regenwiz2-21/+27
2014-09-13Fix REPLACE_PERL description and extend REPLACE_{,C,K,BA}SH one.wiz1-4/+8
2014-09-13Rev the distfile patch.dholland3-23/+12
- roll in patch-xfile.hc - fix build with the solaris compiler - use snprintf instead of sprintf (mostly) - tidy a few things There is a problem between this thing's precompiler and clang such that clang builds fail with spurious errors about unterminated string constants. I don't see what's wrong. Also, in the course of doing the snprintf changes I discovered that this depends on both csh and netpbm existing at runtime, so add the necessary bits. PKGREVISION -> 4.
2014-09-13Updated multimedia/gecko-mediaplayer to 1.0.9obache1-1/+2
2014-09-13Update gecko-mplayer to 1.0.9.obache2-8/+7
Development 1.0.9 1.0.9b Work around pkg-config issue for xulrunner 25, 2.23 and seamonkey 2.23 and higher (missing compiler flag) Work around pkg-config issue for xulrunner 26 (missing compiler flag) 1.0.9a Updated German translation Add in code from Issue #184 to see if this helps the Debian folks with running the plugin on older versions
2014-09-13Updated multimedia/gnome-mplayer to 1.0.9obache1-1/+2