summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-16prepare missing OpenGL ARB_sync extension.obache2-1/+19
2014-05-16Updated devel/p5-IO-All to 0.61.hiramatsu1-1/+2
2014-05-16Update devel/p5-IO-All to 0.61.hiramatsu2-8/+9
Changes from previous: --- version: 0.61 changes: - Fix GH#44 (Thanks Shlomi Fish!) --- version: 0.60 changes: - Fix IO Layer situation (Thanks Mithaldu!) --- version: 0.59 changes: - Fix possible infinite loop in t/accept.t (Thanks C. Wallace for complaining) (closes #42) - Fix yet another utf8 validation issue (Thanks Mithaldu for complaining) (closes #38) - Fix warnings running t/tie.t on windows (Thanks Mithaldu for complaining) (closes #37) --- version: 0.58 changes: - Fix canonpath on MSWin32 - Fix marking files as both binary and utf8 (Thanks Mithaldu!) (closes GH#36) --- version: 0.57 changes: - Fix printing to a tie'd object, closes GH#26 (thanks Graham Knop for helping) - Fix tests if $^X ne 'perl', closes GH#35 (thanks Hugemeir for the report) --- version: 0.56 changes: - Return realpath for canonpath when possible (closes GH#34) - Fix regression related to chaining dirs caused by making '' not become '/' - correctly check exists for ::File, ::Dir, and ::Link - RT#61627/GH#29 and Fix RT#82633/GH#32, thanks Graham Knop for helping - Some doc cleanup around the SYNOPSIS (Thanks Mithaldu) --- version: 0.55 changes: - Change minimum perl version to 5.8.1, and thus remove dep for IO::String --- version: 0.54 changes: - Remove mentions of unimplemented strict (Thanks Mithaldu, GH#15) - Allow testing on non SDBM DBM's (thanks Jerry D. Hedden) - Abandon RT in favor of GitHub Issues --- version: 0.53 changes: - Make mkdir die if it fails (thanks Martyn Pearce for RT#61697) - Fix possible path test issues, esp in Win32 (Thanks Mithaldu) - Fix ->binary under -utf8 import mode (thanks T. Linden for RT#81224) - Validate UTF-8 in ->utf8 (thanks Ovid for RT#74642) - Consistently use :encoding($encoding) (thanks Bernardo Rechea for RT#68512) - Pass perms to mkpath in assert_dirpath (thanks Rob Kinyon for RT#53687) - Fix minor POD niggle (thanks Greg Skyles for RT#83798) - Remove broken test for ->mimetype (thanks Slaven Rezić for RT#91743) - Skip t/encoding.t for perls built without PerlIO::encoding (thanks Jerry D. Hedden for RT#26230) --- version: 0.52 changes: - Add a fix for io->file("foobar")->assert (Shlomi Fish) - Make io->file('') not break on Windows systems (Roy Ivy III) - Fix dangling file handles in tests (Roy Ivy III) --- version: 0.51 date: Mon Dec 30 13:55:00 CDT 2013 changes: - Make '' not become / when using io->dir('') --- version: 0.50 date: Fri Oct 18 13:08:41 PDT 2013 changes: - Fix for rt87200 --- version: 0.49 date: Fri Oct 18 01:05:39 CDT 2013 changes: - Fix various tests on Windows --- version: 0.48 date: Tue Oct 8 01:45:39 CDT 2013 changes: - Add ->os method to ::Filesys (Arthur Axel "fREW" Schmidt) --- version: 0.47 date: Mon Sep 30 18:57:52 CDT 2013 changes: - Add ->glob method to ::Dir (Arthur Axel "fREW" Schmidt) - Add list based constructors to ::Dir and ::File (Arthur Axel "fREW" Schmidt) - Add ->mimetype method to ::FileSys (Arthur Axel "fREW" Schmidt) - Add ->ext method to ::FileSys (Arthur Axel "fREW" Schmidt) - All tests should be parallelizable (Shlomi Fish)
2014-05-16+py-tinycssrodent1-1/+2
2014-05-16Added textproc/py-tinycss version 0.3rodent1-1/+2
2014-05-16Import py27-tinycss-0.3 as textproc/py-tinycss.rodent4-0/+84
tinycss is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: * CSS Color 3; * CSS Paged Media 3; It is designed to be easy to extend for new CSS modules and syntax, and integrates well with cssselect for Selectors 3 support.
2014-05-16Fix build errors on Darwinpho5-6/+51
patches/patch-Graphite.cmake (CREATE_LIBTOOL_FILE): Fix incorrect library_names patches/patch-src_CMakeLists.txt: Don't pass -nodefaultlibs to compiler or the build fails for missing symbols on PowerPC and possibly other platforms.
2014-05-16+py-pyqueryrodent1-1/+2
2014-05-16Added textproc/py-pyquery version 1.2.8rodent1-1/+2
2014-05-16Import py27-pyquery-1.2.8 as textproc/py-pyquery.rodent4-0/+57
pyquery allows you to make jQuery queries on XML documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast XML and HTML manipulation. This is not (or at least not yet) a library to produce or interact with JavaScript code.
2014-05-16Updated time/p5-DateTime-TimeZone to 1.69wen1-1/+2
2014-05-16Update to 1.69wen2-6/+6
Upstream changes: 1.69 2014-05-13 - Don't run tests for Unix on non-Unix boxes. 1.68 2014-05-13 - The last release was missing some test changes I made on another machine. Doh. 1.67 2014-05-13 - I accidentally skipped 1.66, don't read anything into the 0.02 version bump here. - This release is based on version 2014c of the IANA database (I skipped 2014b for lack of debuggint time). This release includes contemporary changes for Crimea and Troll Station, Antarctica from 2014b and contemporary changes for Egypt from 2014c. 1.65 2014-03-09 - This release is based on version 2014a of the Olson database. This release includes contemporary changes for Turkey. 1.64 2014-02-07 - Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die depending on the method used to find the local time zone name. The resulting variable would often be tainted. We now untaint all names before attempting to load them. Reported by Stevie-O. RT #92631.
2014-05-16Makefile: mpd requires gcc>=4.6 (see src/Compiler.h)pho4-2/+59
Makefile: Enable MacOS X audio output on Darwin patches/patch-src_output_HttpdOutputPlugin.cxx: Fix compilation error on Mach-O systems (or at least on Darwin 9) patches/patch-src_system_ByteOrder.hxx: Fix compilation error on Darwin/ppc
2014-05-15Updated pkgtools/revbump to 2.7wiz1-1/+2
2014-05-15Do not look for matches in Makefile comments (noted by adam).wiz2-4/+7
Strip trailing slashes on package names. The reason for this is that the package's own buildlink3.mk file usually matches category/package, but not category/package/ (because the only match is "BUILDLINK_PKGSRCDIR.foo"). Bump version.
2014-05-15Fix CVE-2014-0209, CVE-2014-0210 and CVE-2014-0211, validation errorsjoerg4-3/+453
triggerable via XFS or local font directories under user control. Bump revision.
2014-05-15Add a comment to patches/patch-acpho2-3/+8
2014-05-15PR pkg/48740 - Fix problems on Darwinpho3-5/+12
Makefile: See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to create a stub library, not just to remove symbols, so we must not let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the build fails for missing files. patches/patch-ac: Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld)
2014-05-15The icon-theme-installer tool makes use of a GNU sed extension, and sodsainty4-21/+40
behaves incorrectly on many platforms (E.g. NetBSD) https://bugs.launchpad.net/geda/+bug/1319785 Fixes build on Linux, corrects icon file names on NetBSD and others. Bump PKGREVISION. Discussed with dmcmahill@ - but as we're both right-thinking people that understand that desktop icons are for pussies, strictly speaking this has been build-tested and brain-tested only.
2014-05-15Added devel/hs-transformers version 0.4.1.0szptvlfn1-1/+2
2014-05-15Define initialisers in the headers like most cases already did,joerg28-4/+295
otherwise they might not get emitted correctly. Deal with the freetype header move.
2014-05-15Import transformers-0.4.1.0 as devel/hs-transformers,szptvlfn5-0/+157
packaged for wip by pho. Haskell 98 part of a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). This part contains the monad transformer class, the concrete monad transformers, operations and liftings. It can be used on its own in Haskell 98 code, or with the monad classes in the monads-fd or monads-tf packages, which automatically lift operations introduced by monad transformers through other transformers.
2014-05-15apply note creation bug fix from the go mercurial head, and adjust our codechristos2-5/+13
so that it works in both cases.
2014-05-15fix elf note computationchristos3-2/+20
2014-05-15Fix fetch.wiz1-2/+2
2014-05-15Add LICENSE.hiramatsu1-1/+2
2014-05-15add and enable dnsbl-milterjnemeth1-1/+2
2014-05-15Updated www/py-flask-security to 1.7.2.kleink1-1/+3
Updated www/py-flask-script to 2.0.3.
2014-05-15Update py-flask-script to 2.0.3.kleink2-6/+6
No changelog provided. * bug fixes, documentation improvements * better sub-manager option handling Incompatible changes: * command.handle() is now simply command() * short help is '-?'. '-h' is used for --host too often. * Server options '-d' and '-r' are no longer toggles for debugging/reloading. Instead, '-d' forces debugging on and '-D' forces it off, no matter what the default said. * The command.prompt_* compatibility methods have beeen removed. (They were already heavily deprecated.)
2014-05-15Revbump after updating graphics/giflibadam263-523/+526
2014-05-15Update py-flask-security to 1.7.2.kleink3-85/+6
Version 1.7.2 ------------- - Fixed a bug regarding the `password_changed` signal.
2014-05-15Updated wm/notion to 3.2014010900nb1wiz1-1/+2
2014-05-15Restrict to lua-5.1.wiz1-1/+3
(Perhaps (re?)compiling the .lc files would work, but it's not done by the normal build, and then there are errors about binaries for other lua versions.) Bump PKGREVISION.
2014-05-15Updated graphics/openjpeg to 2.1.0; graphics/giflib to 5.1.0adam1-1/+4
2014-05-15Version 5.1.0adam4-14/+10
============= Changes to the API require a library major-version bump. Code Fixes ---------- * A small change to the API: DGifClose() and EGifClose() now take a pointer-to-int second argument (like the corresponding openers) where a diagnostic code will be deposited when they return GIF_ERROR. This replaces the old behavior in which the GifFile structure was left unfreed so the Error member in it could be filled and remain available. The change was was required because it's not always possible to free the struct afterwards. Case in point is a C# wrapper for giflib (or any language/environment where you can't just free objects allocated in a foreign shared library.) * Minor fix for SF bug 56; BitsPerPixel may be left as uninitialized value when reading (truncated) gif. * Applied SF patch 17: Use a fallback on Windows where mkstemp is not available. * Applied SF patch 15: Code hardening, preventing spurious defective-image messages. Retirements ----------- * Removed gif2raw from utils. Its blithe assumption that the EGA16 palette is a reliable default is now about 20 years obsolete. Format conversion is better done with convert(1) from the ImageMagick suite, anyway.
2014-05-15Changes 2.1.0:adam6-19/+57
New Features: * Digital Cinema profiles have been fixed and updated * New option to disable MCT if needed * extended RAW support: it is now possible to input raw images with subsampled color components (422, 420, etc) * New way to deal with profiles API/ABI modifications: (see abi_compat_report in dev-utils/scripts) * Removed deprecated functions - opj_stream_create_default_file_stream(FILE*,...) - opj_stream_create_file_stream(FILE*,...) - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data) * Added - opj_stream_create_default_file_stream(char*,...) - opj_stream_create_file_stream(char*,...) - opj_stream_destroy(opj_stream_t*) - opj_stream_set_user_data (opj_stream_t* p_stream, void * p_data, ... opj_stream_free_user_data_fn p_function) - JPEG 2000 profiles and Part-2 extensions defined through '#define' * Changed - 'alpha' field added to 'opj_image_comp' structure - 'OPJ_CLRSPC_EYCC' added to enum COLOR_SPACE - 'OPJ_CLRSPC_CMYK' added to enum COLOR_SPACE - 'OPJ_CODEC_JPP' and 'OPJ_CODEC_JPX' added to CODEC_FORMAT (not yet used in use) - 'max_cs_size' and 'rsiz' fields added to opj_cparameters_t Misc: * OpenJPEG is now officialy conformant with JPEG 2000 Part-1 and will soon become official reference software at the JPEG committee. * Huge amount of bug fixes. See CHANGES for details.
2014-05-15Fix CVE-2014-2856 using upstream patch.wiz3-3/+26
Bump PKGREVISION.
2014-05-15Updated lang/python34 to 3.4.0nb1wiz1-1/+2
2014-05-15Add fix for CVE-2014-2667. Bump PKGREVISION.wiz3-2/+61
2014-05-15Updated lang/python33 to 3.3.5nb2wiz1-1/+2
2014-05-15Add fix for CVE-2014-2667.wiz3-3/+61
Bump PKGREVISION.
2014-05-15Updated emulators/qemu to 2.0.0nb2wiz1-1/+2
2014-05-15Add a patch based on upstream git fixing five different CVEs in one file.wiz3-3/+73
Congratulations. Bump PKGREVISION.
2014-05-15PR pkg/48740 - Fix problems on Darwinpho4-5/+39
Makefile: See ${WRKSRC}/libgcc/config/t-slibgcc-darwin: It uses strip(1) to create a stub library, not just to remove symbols, so we must not let strip(1) be a no-op regardless of ${INSTALL_UNSTRIPPED} or the build fails for missing files. patches/patch-ac: Remove the whitespace between $(LINKER_RPATH_FLAG) and the path. Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld) patches/patch-libgcc_config_t-slibgcc-darwin: If we don't install libgcc_s.10.[45].dylib, our gcc links binaries with *both* /usr/lib/libgcc_s.1.dylib and ${GCC_PREFIX}/lib/libgcc_s.1.dylib, which is certainly a bad thing.
2014-05-15Updated emulators/suse131_alsa to 13.1nb1obache1-1/+2
2014-05-15Apply openSUSE Recommended Update: openSUSE-RU-2014:0617-1obache2-9/+10
alsa-oss: bugfix update Description: The ALSA OSS plugin was updated to fix bugs: - Fix for dmix with unaligned sample rate: - Revert patch 0001-Fix-path-to-libaoss.so.patch, as this causes regressions on multi-arch (bnc#874331) Bump PKGREVISION.
2014-05-15Remove sh change from patch - noticed by Jonathan Perkinmartin2-9/+3
2014-05-15Remove circular dependency.wiz1-2/+3
Perhaps this shouldn't be a dependency in p5-libwww instead.
2014-05-15Updated emulators/suse131_libxml2 to 13.1nb1obache1-1/+2
2014-05-15Apply openSUSE Security Update: openSUSE-SU-2014:0645-1obache2-9/+10
libxml2 Description: - fix for CVE-2014-0191 (bnc#876652) * libxml2: external parameter entity loaded when entity substitution is disabled * added libxml2-CVE-2014-0191.patch Bump PKGREVISION.