summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-29Update php-ja-wordpress to 4.5.3.taca2-7/+7
As www/wordpress, this is a maintenance and security release. I could not find Japanese version specific changes.
2016-06-29DragonFly BSD ships with GCC 5.x as the compiler, add its library location ↵sevan1-2/+2
to _OPSYS_SYSTEM_RPATH
2016-06-29Mark more as prepared for post-freeze.wiz1-8/+7
2016-06-29Bump ptexenc dependency to 1.3.4 PR pkg/51292markd1-2/+2
No PKGREVISION bump required as wouldn't build with older versions.
2016-06-29Updated graphics/php-imagick to 3.4.2fhajny1-1/+2
2016-06-29Update graphics/php-imagick to 3.4.2.fhajny2-9/+8
This fixes build with modern ImageMagick and with PHP 7.0 too. 3.4.2 - Bug: IM143 Correct ifdef around setOpacity and localContrastImage. - Bug: IM147 Imagick was Borging PHP's error handler. 3.4.1 - Bug 71742 - arrays that contain data that is held by reference gives error. - Added: * Imagick::autoGammaImage([int channel = CHANNEL_ALL]) * Imagick::autoOrient() * Imagick::compositeImageGravity(Imagick $image, int * COMPOSITE_CONSTANT, int GRAVITY_CONSTANT) * Imagick::localContrastImage(float radius, float strength) * Imagick::DIRECTION_LEFT_TO_RIGHT * Imagick::DIRECTION_RIGHT_TO_LEFT * Imagick::SPARSECOLORMETHOD_MANHATTAN * ImagickDraw::getOpacity() : float * ImagickDraw::setOpacity(float opacity) :bool * ImagickDraw::getFontResolution() : array * ImagickDraw::setFontResolution(float x, float y) : bool * ImagickDraw::getTextDirection() : bool * ImagickDraw::setTextDirection(int direction) : bool * ImagickDraw::getBorderColor() : ImagickPixel * ImagickDraw::setBorderColor(ImagickPixel color) : bool * ImagickDraw::getDensity() : string|null * ImagickDraw::setDensity(string density_string) : bool * ImagickPixel::setColorFromPixel(ImagickPixel $srcPixel) : bool 3.4.0 - No changes from 3.4.0RC6. 3.4.0RC6 - Added Imagick::evaluateImages(int EVALUATE_CONSTANT) : Imagick - Imagick::setImageWhitePoint, Imagick::setImageRedPrimary, Imagick::setImageGreenPrimary, Imagick::setImageBluePrimary now take 3 params when compiled against IM7. - Imagick::getImageWhitePoint, Imagick::getImageRedPrimary, Imagick::getImageGreenPrimary, Imagick::getImageBluePrimary now return 3 values when compiled against IM7. 3.4.0RC5 - Imagick::subImageMatch() added parameters. - wrong type for zend_parse_parameters. 3.4.0RC4 - Remove duplicated definitions of class constants. 3.4.0RC3 - Imagick::adaptiveResizeImage, Imagick::cropThumbnailImage Imagick::resizeImage, Imagick::scaleImage, and Imagick::thumbnailImage have all had a rounding bug fixed. - Imagick::colorizeImage() and Imagick::tintImage were using the wrong behaviour. - Imagick::importImagePixels regression fixed. - Imagick::subImageMatch use correct error metric in IM7 - Added Imagick::similarityImage() which is an alias to Imagick::subImageMatch() 3.4.0RC2 - PHP 7 - ImageMagick 7. - Minimum versions supported are now PHP >= 5.4.0 and ImageMagick >= 6.5.3-10. - Added methods: * Imagick::getConfigureOptions * Imagick::getFeatures * Imagick::getHDRIEnabled * Imagick::setImageChannelMask (IM7 only) - Added constants: * Imagick::CHANNEL_READ_MASK * Imagick::CHANNEL_WRITE_MASK * Imagick::CHANNEL_META - ImagickPixel::getColorQuantum, ImagickPixel::getColorValueQuantum and ImagickPixel::setColorValueQuantum now correctly use floats when Imagick was compiled against a HDRI version of ImageMagick - Imagick::exportImagePixels works for all storage types - Version number in extension header 3.3.0 - Added ImagickKernel class. - Added methods: * Imagick::brightnessContrastImage() * Imagick::colorMatrixImage() * Imagick::deleteImageProperty() * Imagick::filter() * Imagick::forwardFourierTransformImage() * Imagick::getAntiAlias() * Imagick::getImageCompression() * Imagick::getRegistry() * Imagick::getQuantum() * Imagick::identifyFormat() * Imagick::inverseFourierTransformImage() * Imagick::isPixelSimilarQuantum() * Imagick::listRegistry() * Imagick::morphology() * Imagick::rotationalBlurImage() * Imagick::selectiveBlurImage() * Imagick::setAntiAlias() * Imagick::setImageBiasQuantum() * Imagick::setProgressMonitor() * Imagick::setRegistry() * Imagick::statisticImage() * Imagick::subImageMatch() * ImagickPixel::getColorQuantum() - Added constants: * Imagick::RESOURCETYPE_TIME * Imagick::RESOURCETYPE_THROTTLE * Imagick::CHANNEL_RGBA * Imagick::ALPHACHANNEL_BACKGROUND * Imagick::FUNCTION_ARCSIN * Imagick::FUNCTION_ARCTAN - Fixed Imagick::clutImage() parameter parsing - Fixed tint image bug - Fixed ImageMagick compiled with HDRI having quantum values as floats - Fixed memory leaks in: * Imagick::getImageBlob() * Imagick::getImagesBlob() * Imagick::getImageChannelStatistics() * Imagick::getImageFormat() * Imagick::getImageMimetype() * Imagick::getSamplingFactors() * Imagick::identifyImage() * Imagick::tintImage - Fixed segfault when compiling statically - ImagickDraw::setFontFamily no longer checks whether the font is available. - Removed Zend MM support - Excluded deprecated methods: * Imagick::getImageMatte() * Imagick::colorFloodfillImage() * Imagick::matteFloodfillImage() * Imagick::paintFloodfillImage() * Imagick::paintOpaqueImage() * Imagick::paintTransparentImage() * Imagick::mapImage() * Imagick::recolorImage() * Imagick::setImageIndex() * Imagick::getImageIndex() * Imagick::getImageSize() * Imagick::setImageAttribute() * Imagick::getImageAttribute() * Imagick::mosaicImages() * Imagick::averageImages() * Imagick::flattenImages() * Imagick::getImageChannelExtrema() * Imagick::getImageExtrema() - Ini file changes: Added imagick.skip_version_check. - CI now compiles with CFLAGS="-Wno-deprecated-declarations -Wdeclaration-after-statement -Werror" 3.2.0RC1 - Fix bug #66098: Segfault in zval_addref_p 3.2.0b2 - A lot of internal improvements on the code - Added ImagickPixel::isPixelSimilar and deprecate ImagickPixel::isSimilar #10 - Added imagick::smushimages - Added imagick::blueshiftimage and imagick::clampimage - Added Imagick::autolevelimage - Added constants: * Imagick::ALPHACHANNEL_REMOVE * Imagick::ALPHACHANNEL_FLATTEN * Imagick::RESOURCEENGINE_THREAD * Imagick::COMPOSITE_CHANGEMASK * Imagick::COMPOSITE_LINEARLIGHT * Imagick::COMPOSITE_DIVIDE * Imagick::COMPOSITE_DISTORT * Imagick::COMPOSITE_BLUR * Imagick::COMPOSITE_PEGTOPLIGHT * Imagick::COMPOSITE_VIVIDLIGHT * Imagick::COMPOSITE_PINLIGHT * Imagick::COMPOSITE_LINEARDODGE * Imagick::COMPOSITE_LINEARBURN * Imagick::COMPOSITE_MATHEMATICS * Imagick::COMPOSITE_MODULUSADD * Imagick::COMPOSITE_MODULUSSUBTRACT * Imagick::COMPOSITE_MINUSDST * Imagick::COMPOSITE_DIVIDEDST * Imagick::COMPOSITE_DIVIDESRC * Imagick::COMPOSITE_MINUSSRC * Imagick::COMPOSITE_DARKENINTENSITY * Imagick::COMPOSITE_LIGHTENINTENSITY * Imagick::FILTER_KAISER * Imagick::FILTER_WELSH * Imagick::FILTER_PARZEN * Imagick::FILTER_LAGRANGE * Imagick::FILTER_SENTINEL * Imagick::FILTER_BOHMAN * Imagick::FILTER_BARTLETT * Imagick::FILTER_JINC * Imagick::FILTER_SINCFAST * Imagick::FILTER_ROBIDOUX * Imagick::FILTER_LANCZOSSHARP * Imagick::FILTER_LANCZOS2 * Imagick::FILTER_LANCZOS2SHARP * Imagick::FILTER_ROBIDOUXSHARP * Imagick::FILTER_COSINE * Imagick::FILTER_SPLINE * Imagick::FILTER_LANCZOSRADIUS * Imagick::COMPRESSION_ZIPS * Imagick::COMPRESSION_PIZ * Imagick::COMPRESSION_PXR24 * Imagick::COMPRESSION_B44 * Imagick::COMPRESSION_B44A * Imagick::COMPRESSION_LZMA * Imagick::COMPRESSION_JBIG1 * Imagick::COMPRESSION_JBIG2 3.2.0b1 - Added Countable interface to Imagick class - Added experimental support for Zend MM. - Added additional parameter to writeImageFile to allow setting format - Distribute tests as part of the release - Fixed Bug #65043: Destroy and clear method do the same things - Fixed Bug #64945: ZEND_ACC_ALLOW_STATIC vs ZEND_ACC_STATIC - A lot of internal refactoring: rewrite macros as functions, clean up naming etc
2016-06-29+ ffmpeg3-3.1.0, gnucash-2.6.13, gnucash-docs-2.6.13,wiz1-3/+11
p5-DateTime-Locale-1.05, p5-IO-Socket-SSL-2.029, p5-List-AllUtils-0.11, p5-Moo-2.002004, sourcesans-fonts-2.020, sqlite-3.13.0, wine-devel-1.9.13.
2016-06-29Updated security/libressl to 2.2.6nb2wiz1-1/+2
2016-06-29Move pkgconfig files to default location, so they can be found by default.wiz2-8/+10
Bump PKGREVISION. ok jperkin
2016-06-28Build fixes:bouyer5-6/+23
- even if python bindings are not selected, it is needed as a tool for build - during build, it wants to run an executable from the build dir, which fails to find a not-yet-installed shared librarie. Fixed by calling it with appropriate LD_LIBRARY_PATH set - fix PLIST no PKGREVISION bump as it didn't build before.
2016-06-28Note update of databases/phpmyadmin package to 4.6.3.taca1-1/+2
2016-06-28Update phpmyadmin to 4.6.3, including security fixes.taca3-339/+343
pkgsrc change: * Update MASTER_SITES. * Now allow php70. Changes are too many to write here, please refer ChangeLog.
2016-06-28Updated security/libressl to 2.2.6nb1wiz1-1/+2
2016-06-28Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.wiz1-2/+4
2016-06-28squid3 uses C++11 if available. Insist on C++11 if linking to libecap.prlw11-1/+2
2016-06-27Add kdm unprivileged user.markd1-2/+10
Fixes PR pkg/51249.
2016-06-27Use ${FAKEHOMEDIR} as maven build root directorycheusov1-5/+5
2016-06-27+ mpv-0.18.0 [leot]leot1-1/+2
2016-06-27use GCC specific flags for GCC 5, too.maya1-2/+2
Fixes build on NetBSD-current.
2016-06-27Fix HOMEPAGE.wiz1-3/+2
2016-06-27Add NetBox to the wish listsevan1-1/+5
2016-06-27pkgsrc-wip no longer lives on sourceforge, update URLsevan1-2/+2
2016-06-27Fix build on -currenttnn2-1/+17
2016-06-27+ mailman-2.1.22, mailman-3.0.3wiz1-14/+14
Add my login name to some lines to mark them as prepared for after the freeze.
2016-06-26Add buildlink3.mk that passes through directories and adds them to thewiz1-0/+17
preprocessor and linker flags.
2016-06-26Updated net/youtube-dl to 20160625; added missing postgresql changesadam1-1/+7
2016-06-26Update net/youtube-dl to 20160625adam3-11/+14
Changes: 2016.06.25: [*] misc bug fixes and improvements 2016.06.23*: [*] misc bug fixes and improvements 2016.06.22: [gametrailers] Remove extractor [*] misc bug fixes and improvements 2016.06.20: [*] misc bug fixes and improvements 2016.06.19*: [aftonbladet] Fix extraction [closertotruth] Add extractor [r7] Fix extraction [*] misc bug fixes and improvements
2016-06-26+ py-dns-1.14.0.wiz1-1/+2
2016-06-26Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.wiz1-4/+2
Adds support for building this with python-3.x.
2016-06-26Updated pkgtools/url2pkg to 2.27wiz1-1/+2
2016-06-26Fix typo in github handling.wiz2-4/+4
Bump version.
2016-06-26Suggest packaging tools for Tor/privacy from the list atwiz1-1/+5
https://torbsd.github.io/porting-pets.html
2016-06-26Updated net/nanomsg to 1.0.0nb1kamil1-1/+2
2016-06-26Add missing PKGCONFIG_OVERRIDE.kamil1-1/+4
It's still needed (but with a fixed path) Bump PKGREVISION. Pointed out by <wiz>.
2016-06-26Updated www/libproxy to 0.4.13kamil1-1/+2
2016-06-26Update libproxy to 0.4.13kamil3-26/+7
Upstream changes: - Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2). - Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF). - Fix compilation errors with CLang on MacOSX. - bindings: perl: Add an option to explicitly link against libperl.so Some distributions want to do it, other prefer not to, the library is anyway in context of perl. - config_kde: Add a basic cache and invalidation: performance improvement for the KDE module. Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes. Requested by Ralf Nolden <nolden@kde.org> Approved by <pkgsrc-pmc>.
2016-06-26- duplicity-0.7.07, libtar-1.2.20, nginx-devel-1.9.12,wiz1-7/+2
php-libawl-0.54, ruby-stomp-1.3.5.
2016-06-26+ ImageMagick-7.0.2.1, afl-2.16b, desktop-file-utils-0.23, gmp-6.1.1,wiz1-3/+14
libsndfile-1.0.27, mdds-1.2.1, ocamlgraph-1.81, p5-Moo-2.002003, p5-XML-LibXML-2.0126, pari-2.7.6, py-cffi-1.7.0, py-setuptools-23.1.0, x264-devel-20160625.
2016-06-26Updated misc/cowsay to 3.04wiz1-1/+2
2016-06-26Updated cowsay to 3.04. Addresses PR 51273 by Tony.wiz3-11/+14
3.04 24 June 2016 - Licensing terms have changed to GPLv3. - Friendlier to being hosted on GitHub. - No functionality changes whatsoever.
2016-06-26Fix PKGNAME in distinfo. From kre@.wiz1-361/+361
2016-06-26+ calibre-2.60.0, dolphin-5.0, erlang-19.0, etckeeper-1.18.4,wiz1-6/+11
gtklevel9-5.1, nss-3.25, pulseaudio-9.0.
2016-06-26Clarify bit about default binary by referring to MESSAGE.dholland1-2/+2
(related to PR 51244)
2016-06-25Add plugin-container to list of not-mprotect-safe files, bump pkgrevision.pgoyette1-1/+3
2016-06-25Updated sdcc3 to 3.6.0bouyer1-1/+2
2016-06-25Update to 3.6.0, fixing boost-related build issue.bouyer5-33/+808
Changes since 3.5.0: - Merged upstream binutils 2.25 - New memory management with lower overhead - Changed default language dialect to --std-sdcc11 - Diagnostic for missing type specifier: No implicit int outside of C90 mode anymore - C11 generic selections - char type is now unsigned by default (old behaviour can be restored using --fsigned-char) - Character constants are now of type int instead of char. - ISO C95 and ISO C11 wide character constants - ISO C95 and ISO C11 wide string literals - Basic standard library support for wide characters: c16rtomb(), mbrtoc16(), mbsinit(), mbtowc(), mbrlen(), mbrtoc32, c32rtomb(), mbrtowc(), wcrtomb(), mblen(), wctomb() - Treat all ports the same in the manual (i.e. mcs51-specific stuff is now clearly described as such) - Reorganized interrupt handling for z80, z180, r2k, r3ka, tlcs90, gbz80 backends - Workaround for stm8 division hardware bug - ELF/DWARF support for stm8 - Output symbol table for ELF - pic16 port now uses standard-compliant crt0iz that initializes static and globals to 0 by default Numerous feature requests and bug fixes are included as well.
2016-06-25Add duplicity, squashfs to TODOmaya1-1/+5
2016-06-25Add reminder to update packages for which patches were provided in PRsmaya1-1/+4
2016-06-25Updated devel/ocaml-ppx_optcomp to 113.33.00jaapb1-1/+2
2016-06-25Updated package to latest version, 113.33.00 and made it compatible withjaapb4-12/+40
ocaml 4.03 and the latest framework version. Discussed on packages@ and OK'd by jperkin. Changes include: ## 113.33.00+4.03 Various updates to work with OCaml 4.03.0 ## 113.33.00 - Install standalone ppx-optcomp program that can be run through `-pp`