summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-05-28Updated databases/p5-DBD-mysql to 4.027wen1-1/+2
2014-05-28Update to 4.027wen2-7/+6
Upstream changes: 2014-??-?? Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.027) * Added more OS X notes and fixed compiler warnings * Skip tests if test database is not present-RT92330 (zefram <zefram at fysh dot org> * metacpan.org and search.cpan.org didn't display module POD, caused by fix for RT90101. Reported by Oleg, RT92350. 2014-01-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.026) * t/29warnings.t fails on MySQL Server 5.1.something - Reported by RT91202, Gisle Aas. Now is handled depending on version. * README.pod misses proper NAME heading - RT90101 - Damyan Ivanov, Debian Perl Group * Added fix and test for RT91715 * Added feature from Jacob Gelbman (cPanel) mysql_skip_secure_auth 2013-11-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.025) * Set with parentheses and column_info - RT50304 - reported and fixed by Kevin Bosak. * Fix method redefinition warnings in threads on Perl >= 5.16 - Dagfinn Ilmari Manns.er * use strict and warnings everywhere. * Minimum perl version is now 5.8.1, just as for DBI. * Improved database version check so tests run correctly on MariaDB 10. * Fix manifest - RT89106, reported by Joe Grasse. * set auto_increment_offset explicitly to make tests pass if they are set on server - RT83487, reported by Ian Barton. * Assume 'localhost' when testport is set but no testhost in Makefile.PL - RT83496, reported by Philip Stoev. * Corrected documentation for mysql_init_command option - Alexey Molchanov <alexey.molchanov@portaone.com> * Skip stored procedure tests if user is unpriviliged - RT83348 - Chris Weyl <cweyl@alumni.drew.edu> * Fix example in POD doc for NUM_OF_FIELDS - RT36730, reported by tapoutmma. * Fix for memory leak (RT86153) when connecting with incorrect password * Bail if connect fails early on (RT31823) 2013-09-17 Michiel Beijen, Patrick Galbraith, DBI/DBD community (4.024) * Fix memory leak if mysql_server_prepare is enabled - RT76462 - Masahiro Chiba * Small dist improvements: Michiel Beijen <michiel.beijen@otrs.com> * Undefined $DBI::errstr on execute fail on Windows: Michiel Beijen <michiel.beijen@otrs.com> * Better diagnostics for 80procs.t Fixes RT#71199: Alexandr Ciornii <alexchorny@gmail.com> * Fix #64013: INSTALL.pod is shown with 'man install': Juergen Weigert <jw@suse.com> * Added 'testport' to keys in Makefile.PL Fixes RT#83492: Michiel Beijen <michiel.beijen@otrs.com> * Fixed test 70takeimp warning. Michiel Beijen <michiel.beijen@otrs.com> * Made test t/87async.t not stop on Win32. Michiel Beijen <michiel.beijen@otrs.com> * Update github location. Update support information. Michiel Beijen <michiel.beijen@otrs.com> * POD Fixes Patch from RT77043 by Gunnar Wolf, Debian Perl Group. Michiel Beijen <michiel.beijen@otrs.com>
2014-05-28PR pkg/48840: OS_TEST can never be 'powerpc'pho2-4/+15
2014-05-28+ perl-5.20.0, sbcl-1.2.0.wiz1-1/+3
2014-05-28PR pkg/48840: Set the MacOS X version requirement appropriatelypho1-1/+14
Otherwise ${WRKSRC}/media/libcubeb/src/cubeb_audiounit.c can not be built on MacOS X < 10.6
2014-05-28Updated wm/notion to 3.2014052800wiz1-1/+2
2014-05-28Update to 20140528:wiz3-11/+9
* Improvement: 'windows' key is now the default META key (thanks to Dima Kogan) * Bugfix: seldomly triggered crash in memory pool (thanks to Matthieu Moy) * Bugfix: save the session atomically (thanks to Matthias Lederhofer) * Bugfix: various fixes to contributed scripts, notably more lua5.2 support (thanks to several contributors) * Improvement: various code cleanups (thanks to Campbell Barton) * Improvement: various build/packaging improvements (thanks to Dima Kogan) * Feature: Workspace indicator (thanks to Dima Kogan) * Feature: Delayed population of the focuslist (thanks to Dima Kogan) * Improvement: improved kludges/focus behavior (IntelliJ IDEA, xeyes) * Improvement: expose 'warp_pointer' to lua * Improvement: lock using i3lock when available
2014-05-28Updated x11/xkeyboard-config to 2.12wiz1-1/+2
2014-05-28Update to 2.12:wiz3-7/+8
2.12 10 bugs fixed More code cleanup Translations updated
2014-05-28PR pkg/48840: Fix configuration issues on Darwinpho2-17/+47
* On Darwin the profiler only supports x86 and x86_64. * Cocoa gamepad backend can only be used if the toolkit is cocoa too.
2014-05-28PR pkg/48840: Do not reject GCC on Darwinpho2-1/+24
It's true Clang is required if we use the cocoa toolkit, but we don't do that anyway. GCC is perfectly working as long as we use cairo-gtk2.
2014-05-28PR/48840: Fix PLIST on Cygwin and Darwinpho1-2/+8
libmozglue is built and installed as a shared library on these platforms.