summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz3049-5313/+6099
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-29Fix path to gtk3.wiz1-2/+2
2014-05-29+ hs-polyparseszptvlfn1-1/+2
2014-05-29Added textproc/hs-polyparse version 1.9szptvlfn1-1/+2
2014-05-29Import polyparse-1.9 as textproc/hs-polyparse,szptvlfn5-0/+106
packaged for wip. A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.
2014-05-29+ hs-mmorphszptvlfn1-1/+2
2014-05-29Added devel/hs-mmorph version 1.0.3szptvlfn1-1/+2
2014-05-29Import mmorph-1.0.3 as devel/hs-mmorph,szptvlfn5-0/+55
packaged for wip. This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.
2014-05-29Note update of the "pam-ldap" package to version 186nb4.tron1-1/+2
2014-05-29Create necessary symbolic link "/usr/lib/security" during installationtron3-2/+16
and remove it during deinstallation. This matches the behaviour of the "nss_pam" package and makes configuring NetBSD as an LDAP client easier. Bump package revision because of this fix.
2014-05-29PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwinpho3-1/+76
2014-05-29Note update of Contao Open Source CMS packages.taca1-1/+4
www/contao211 2.11.17nb2 www/contao32 3.2.10nb2 www/contao33 3.3.0nb1
2014-05-29Add dependency to php-zlib since it is needed by core's funcitonality.taca3-5/+9
Bump PKGREVISION.
2014-05-29PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwinpho30-16/+2228
2014-05-29Add c++ to USE_LANGUAGES as suggested by the build.darcy1-2/+2
2014-05-29PR pkg/48845ryoon2-4/+4
Fix (remove) wrong version number in comments
2014-05-29Updated mail/exim[-html] to 4.82.1adam3-8/+10
2014-05-29Changes 4.82.1:adam2-7/+6
This is a SECURITY release, addressing a CRITICAL remote code execution flaw in Exim version 4.82 (only) when built with DMARC support (an experimental feature, not on by default). This release is identical to 4.82 except for the small change needed to plug the security hole. The next release of Exim will, eventually, be 4.83, which will include the many improvements we've made since 4.82, but which will require the normal release candidate baking process before release. You are not vulnerable unless you built Exim with EXPERIMENTAL_DMARC. This issue is known by the CVE ID of CVE-2014-2957, was reported directly to the Exim development team by a company which uses Exim for its mail server. An Exim developer constructed a small patch which altered the way the contents of the From header is parsed by converting it to use safer and better internal functions. It was applied and tested on a production server for correctness. We were notified of the vulnerability Friday night, created a patch on Saturday, applied and tested it on Sunday, notified OS packagers on Monday/Tuesday, and are releasing on the next available work day, which is Wednesday. This is why we have made the smallest feasible changes to prevent exploit: we want this chagne to be as safe as possible to expedite into production (if the packages were built with DMARC).
2014-05-29Update textproc to 0.3.2nb3darcy1-1/+2
2014-05-29Use setuptools (egg directory) rather than distutils (egg file).darcy2-5/+8
Clears PR pkg/48642
2014-05-29Added misc/chordiidarcy1-1/+2
2014-05-29Add chordii. This is a successor to the old misc/chord program.darcy5-1/+31
Chordii reads a text file containing the lyrics of a song, the chords to be played, their description and some other optional data. The format used is the so called ChordPro format. Chordii produces a PostScript document that includes: - Centered titles - Chord names above the words - Graphical representation of the chords at the end of the songs Chordii also provides support for: - Multiple columns on a page - Index of a songbook - Multiple logical pages per physical pages (1, 2 or 4) - Configurable fonts for the lyrics and the chord names - Multiple songs inside one file - The complete ISO 8859-1 character set - Chorus marking
2014-05-29Updated lang/perl5 to 5.20.0adam2-3/+3
2014-05-29Changes 5.20.0:adam13-182/+98
Experimental Subroutine signatures subs now take a prototype attribute More consistent prototype parsing rand now uses a consistent random number generator New slice syntax Experimental Postfix Dereferencing Unicode 6.3 now supported New \p{Unicode} regular expression pattern property Better 64-bit support use locale now works on UTF-8 locales use locale now compiles on systems without locale ability More locale initialization fallback options -DL runtime option now added for tracing locale setting -F now implies -a and -a implies -n $a and $b warnings exemption
2014-05-29Updated devel/p5-autodie to 2.25wen1-1/+2
2014-05-29Update to 2.25wen2-6/+6
Upstream changes: 2.25 2014-04-03 09:43:15EST+1100 Australia/Melbourne * DOCS: Spelling fixes in autodie::ScopeUtil (Courtesy Salvatore Bonaccorso) 2.24 2014-03-30 19:30:10EST+1100 Australia/Melbourne * FEATURE: Provide a stack backtrace when `Carp::Always` is enabled. Note that sometimes this is not as pretty as it could be, patches welcome. (Thanks to Niels Thykier, GH #35) * BUGFIX: Fix situations where `no autodie` doesn't respect lexical scope. (Thanks to Niels Thykier, GH #41, RT #72053, RT #86396) * INTERNAL: Remove now unused variables in code (Niels Thykier). * DOCS: Make it extra-clear autodie doesn't check `print`. (Dave Rolsky, GH #39) * TEST: Removed obsolete boilerplate.t * TEST / INTERNAL: Enabled travis-ci for Perl 5.8 * TEST: Stopped some Pod::Coverage tests failing under Perl 5.8 * BUILD: Better support for building in a read-only directory (courtesy Andrew Fresh, GH #46) 2.23 2014-01-27 13:50:55EST+1100 Australia/Melbourne * TEST / BUGFIX: Improved testing support on Android and Blackberry devices. (GH #44, thanks to Hugmeir.) * TEST / INTERNAL / TRAVIS: Various non-code tweaks to make travis-ci more happy with testing autodie. * BUGFIX: autodie no longer weakens strict by allowing undeclared variables with the same name as built-ins. (RT #74246, thanks to Neils Thykier and Father Chrysostomos.) * BUGFIX: `use autodie qw( foo ! foo);` now correctly insists that we have hints for foo. (Thanks Niels Thykier) * INTERNAL: Improved benchmarking code, thanks to Niels Thykier. 2.22 2013-09-21 11:37:14 Asia/Tokyo * TEST / INTERNAL: Restore timestamps on touched testing files to avoid git flagging files having changed in git. (RT #88444, courtesy shay@cpan) 2.21 2013-09-12 13:17:23 Australia/Melbourne Many more improvements from Niels Thykier, great hero of the free people. Plus a compatibility patch from Zefram, keeper of Carp. * SPEED / INTERNAL : Through the magic of globally reuseable core leak trampolines, autodie is even faster when used across multiple pacakages. * SPEED / INTERNAL : Caches used for keeping track of fatalised subroutines are faster and leaner. * SPEED / INTERNAL : Core subroutine wrappers are now lazily compiled. * SPEED / INTERNAL : Using autodie while autodie is already in effect is now faster and more efficient. * INTERNAL : $" and $! are no longer arbitrarily messed with for no reason via autodie. (They're still messed with when using Fatal.) * SPEED / INTERNAL : The ':all' tag hierachy is expanded immediately, in an efficient fashion. * INTERNAL : Numerous minor clean-ups. Dead variables removed. Typos fixed. * SPEED / INTERNAL : import() and _make_fatal() cache more aggressively, reducing CPU overhead. * TEST: Compatibility with Carp 1.32 (thanks to Zefram). RT #88076.
2014-05-29Updated devel/p5-Module-CoreList to 3.11wen1-1/+2
2014-05-29Update to 3.11wen2-6/+6
Upstream changes: 3.11 - Prepared for v5.20.0 - Fix regression in corelist with -v output listing the same perl multiple times - Fix regression in corelist with v5.x.10 appearing twice in -a output 3.10 - Updated for v5.19.11
2014-05-29Needs to link against pthread on OpenBSD. print/ghostscript-gpl exposed therodent2-2/+7
issue during configure.
2014-05-28Added devel/hs-tf-random version 0.5szptvlfn1-1/+2
2014-05-28+ hs-tf-randomszptvlfn1-1/+2
2014-05-28+ hs-natsszptvlfn1-1/+2
2014-05-28Added math/hs-nats version 0.1.3szptvlfn1-1/+3
2014-05-28Import tf-random-0.5 as devel/hs-tf-random,szptvlfn5-0/+85
packaged for wip. This package contains an implementation of a high-quality splittable pseudorandom number generator. The generator is based on a cryptographic hash function built on top of the ThreeFish block cipher. See the paper Splittable Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka for details and the rationale of the design. The package provides the following: A splittable PRNG that implements the standard System.Random.RandomGen class. The generator also implements an alternative version of the System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen), which requires the generator to return pseudorandom integers from the full 32-bit range, and contains an n-way split function. An alternative version of the Random class is provided, which is linked to the new RandomGen class, together with Random instances for some integral types. Two functions for initialising the generator with a non-deterministic seed: one using the system time, and one using the /dev/urandom UNIX special file. The package uses an adapted version of the reference C implementation of ThreeFish from the reference package of the Skein hash function (https://www.schneier.com/skein.html), originally written by Doug Whiting.
2014-05-28Import nats-0.1.3 as math/hs-nats,szptvlfn5-0/+51
packaged for wip by pho. Natural numbers.
2014-05-28Added geography/py-geojson version 1.0.7.kleink1-1/+2
2014-05-28+ py-geojsonkleink1-1/+2
2014-05-28Import geojson-1.0.7 as geography/py-geojson.kleink4-0/+59
The geojson library contains: - Functions for encoding and decoding GeoJSON formatted data - Classes for all GeoJSON Objects - An implementation of the Python __geo_interface__ Specification
2014-05-28Updated graphics/jpegoptim to 1.4.1; lang/clang to 3.4.1adam2-4/+4
2014-05-28Changes 3.4.1:adam4-16/+44
Various bug fixes for AArch64, ARM, PowerPC, R600, and X86 targets. R600 geometry shader support Fix for vaargs on X86
2014-05-28PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwinpho12-1/+377
2014-05-28Changes 1.4.1 - fix --stdin option (assume -f when reading from stdin),adam2-6/+6
workaround to bug in libjpeg-turboi (v1.3.1) triggered when option -V or --version was used, other minor fixes
2014-05-28PERL5_PACKLIST is already defined above.obache1-2/+1
2014-05-28Maintain perl related PLIST with packlist.obache2-24/+3
2014-05-28swi-prolog updates.markd1-1/+5
2014-05-28Add swi-prolog-jplmarkd1-1/+2
2014-05-28Add swi-prolog-jpl version 6.6.5markd3-0/+57
The Java/Prolog interaction package for swi-prolog.
2014-05-28Update to 6.6.5markd16-1201/+1152
3 years of bug fixes and updates.
2014-05-28Dont find gethostbyname_r() on NetBSD. The API differs resulting inmarkd2-3/+7
segfaults on 6.1_STABLE.
2014-05-28PR pkg/48840: Don't assume cocoa toolkit just because OS_ARCH is Darwinpho7-1/+518