summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Updated security/libguardtime to 0.3.13fhajny1-1/+2
2014-03-31Update libguardtime to 0.3.13.fhajny3-12/+9
2014-03-04 release (0.3.13) * Mostly added convenience functions for wrapper APIs: - functions to manage the list of CA roots from client code; - functions to convert hash values to and from imprints; - a function to extract the data hash from a timestamp. 2014-01-20 release (0.3.12) * Publications file verification switched away from hardcoded CA root certificate: - on most platforms OpenSSL trust store is used; - on Windows Crypto API and its trust store are used by default, with option to switch to OpenSSL and its trust store. * Now builds with both OpenSSL 0.9.8 and OpenSSL 1.0. * Lifted a restriction of the underlying WinINet library that limited the number of simultaneous HTTP requests to 2 on Windows. * Various other improvements to the build scripts. * Replaced test timestamps with more recent ones.
2014-03-31Changes 1.7.73:adam2-6/+6
* Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored. * Changed "fix" internal variable name to "salvage" (still set with "-fix") * Added code to fix/salvage PNG with "bad adaptive filter value" error. * Avoid calculating CRC during compression trials except for the last trial, when the output is actually written. * Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.
2014-03-31Added graphics/SDL2_image version 2.0.0adam1-1/+2
2014-03-31This is a simple library to load images of various formats as SDL surfaces.adam7-0/+91
This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
2014-03-31Add binutils-mips-current and gcc-mips-currentmartin1-1/+3
2014-03-31Updated cross/gcc-mips-current to 20140330martin1-1/+3
2014-03-31Add a gcc-current pkg suitable for NetBSD/playstation2 kernel crossmartin10-0/+562
compilation.
2014-03-31Updated cross/binutils-mips-current to 2.23.91martin1-1/+3
2014-03-31Add a binutils-2.23 pkg suitable for NetBSD/playstion2 cross compilation.martin5-0/+149
2014-03-31Updated pkgtools/x11-links to 0.85ryoon1-1/+2
2014-03-31Update to 0.85ryoon8-10/+84
* Support NetBSD current (6.99.38 at least)'s new native xorg
2014-03-31Remove mozilla-mirror.naist.jp from mozilla mirror sites.ryoon1-2/+1
It does not exist anymore. Pointed out by nonaka@, thank you.
2014-03-31Updated misc/raspberrypi-userland 20140329skrll1-1/+2
2014-03-31Update to 20140329 based on bf068918b5fa6eb53d4b72846b36f2168cfb532e ofskrll2-6/+6
https://github.com/jaredmcneill/userland Various bug and gcc 4.8 fixes
2014-03-31add misc/py-stdnumrichard1-1/+2
2014-03-31Add missing header for DragonflyBSD.wiz2-1/+23
PR 48691 by David Shao.
2014-03-31add py-stdnumrichard1-1/+2
2014-03-31Add misc/py-stdnumrichard4-0/+364
Parse, validate and reformat standard numbers and codes. This library offers functions for parsing, validating and reformatting standard numbers and codes in various formats.
2014-03-31Updated textproc/mdoclint to 1.29wiz2-3/+5
2014-03-31OpenBSD added CONTEXT section to man9. Update library list. Fromwiz2-3/+4
jmc@openbsd. Bump version.
2014-03-31Fix fprintf format string (already fixed the same way in src).wiz1-2/+2
2014-03-31Updated devel/boost-headers to 1.55.0nb1wiz1-1/+2
2014-03-31Fix "implicit conversion changes signedness" warnings in installedwiz3-3/+38
header files. Reported as https://svn.boost.org/trac/boost/ticket/9725 Bump boost-headers PKGREVISION.
2014-03-31Updated devel/xorg-util-macros to 1.19.0wiz2-3/+3
2014-03-31Update to 1.19.0:wiz2-6/+6
Alan Coopersmith (1): XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set Arnaud Fontaine (1): Add XORG_WITH_M4 macro Gaetan Nadon (3): Bump minimum Autoconf required version to 2.62 Provide the automake INSTALL file at level 1.11 Version bump: 1.19.0 Hans de Goede (1): XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
2014-03-31Updated x11/xrandr to 1.4.2wiz2-3/+3
2014-03-31Update to 1.4.2:wiz2-6/+6
This minor bugfix release restores the ability to disconnect providers from each other using "0x0" as the provider XID. For example, to disconnect a display offload sink from its source, use xrandr --setprovideroutputsource <sink> 0x0 This release also formats the GUID provided by DisplayPort 1.2 displays in traditional GUID form. Finally, this release increases the precision of refresh rate calculations to disambiguate modes with very similar refresh rates and to improve the accuracy for interlaced modes. Aaron Plattner (5): Split output property printing into a helper function Move EDID printing into a helper function Special-case printing of the GUID property xrandr: document how to disconnect RandR 1.4 providers xrandr 1.4.2 Dave Airlie (1): xrandr: allow disconnecting of offload and outputs Ville Syrjälä (2): xrandr: Use more decimal places when printing various rates xrandr: Use floating point for VTotal when calculating refresh rate
2014-03-31Updated devel/global to 6.2.11wiz2-3/+3
2014-03-31Update to 6.2.11:wiz2-6/+6
Version 6.2.11 - March 12 2014 [CHANGES] New facilities: o global: New -S (--scope) <directory> option. This option prints only tags which exist under <directory>. It is similar to the -l option, but different from it in that you need not change directory. o gtags: Now, the skip list allows glob file patterns (*, ?, [...], [!...], [^...]). o gtags.conf: Added the following glob patterns to the skip list: *.orig,*.rej,*.bak,*~,#*#,*.swp,*.tmp,*_flymake.*,*_flymake o gtags: Now, the -I option supports file list (-f option or gtags.files). Instead, idutils 4.5 or later is required. [FIXED BUGS] o global: With combination of the --invert-match and --literal, it does not match the last line of files. Now it works. o global: Literal search with the -i option prints an unmatched tag in a certain kind of case. Now it works. o global: 'global -cI' without argument causes segmentation fault. Now it works.
2014-03-31Updated audio/libmikmod to 3.3.6wiz2-3/+3
2014-03-31Update to 3.3.6:wiz3-14/+14
libmikmod v3.3.6 was released on 20-Mar-2014. - UMX loader: Minor corrections to the container parse code with relation to upkg file format. (for correctness' sake only...) - ALSA and ESD drivers: Fixed a dlopen() issue. - PulseAudio driver: Simplified its command line parser procedure, so that it always sets server and sink to some value, NULL or otherwise, and fix a very minor memory leak on some occasions. - Configury, OSS driver: Removed useless check for /dev/sndstat presence, added <soundcard.h> check to cover all our bases for less common setups. - Configury, NAS driver: Use the configury detected X header and library locations when necessary, not just hardcoded /usr/X11R6/. - Several configury and makefile clean-ups. - Added Dreamcast driver from the old 3.2.0b2 dreamcast.es port.
2014-03-31Updated fonts/harfbuzz to 0.9.27wiz2-3/+3
2014-03-31Update to 0.9.27:wiz2-6/+6
Overview of changes leading to 0.9.27 Tuesday, March 18, 2014 ===================================== - Don't use "register" storage class specifier - Wrap definition of free_langs() with HAVE_ATEXIT - Add coretext_aat shaper and hb_coretext_face_create() constructor - If HAVE_ICU_BUILTIN is defined, use hb-icu Unicode callbacks - Add Myanmar test case from OpenType Myanmar spec - Only do fallback Hebrew composition if no GPOS 'mark' available - Allow bootstrapping without gtk-doc - Use AM_MISSING_PROG for ragel and git - Typo in ucdn's Makefile.am - Improve MemoryBarrier() implementation
2014-03-31Updated math/fftw to 3.3.4wiz2-3/+3
2014-03-31Update to 3.3.4:wiz2-7/+6
FFTW 3.3.4 * New functions fftw_alignment_of (to check whether two arrays are equally aligned for the purposes of applying a plan) and fftw_sprint_plan (to output a description of plan to a string). * Bugfix in fftw-wisdom-to-conf; thanks to Florian Oppermann for the bug report. * Fixed manual to work with texinfo-5. * Increased timing interval on x86_64 to reduce timing errors. * Default to Win32 threads, not pthreads, if both are present. * Various build-script fixes.
2014-03-31Updated converters/py-zfec to 1.4.24wiz2-3/+3
2014-03-31Update to 1.4.24:wiz2-6/+6
No NEWS found.
2014-03-31Updated devel/py-setuptools to 3.3wiz2-3/+3
2014-03-31Update to 3.3:wiz3-14/+17
--- 3.3 --- * Add ``include`` parameter to ``setuptools.find_packages()``. --- 3.2 --- * Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files. * Issue #162: Update dependency on certifi to 1.0.1. * Issue #164: Update dependency on wincertstore to 0.2.
2014-03-31Updated time/py-pytz to 2014.2wiz2-3/+3
2014-03-31Update to 2014.2: the usual timezone changes.wiz3-7/+8
2014-03-31Updated textproc/uncrustify to 0.60wiz2-3/+3
2014-03-31Update to 0.60:wiz3-20/+6
Change highlights in uncrustify-0.60 (1 Jan 2013) ------------------------------------------------------------------------------- Objective C support was greatly enhanced in this release. Many bugs were squashed and many options were added. New options: - align_oc_msg_colon_first - align_pp_define_together - indent_ctor_init_leading - indent_func_def_force_col1 - indent_oc_block - indent_oc_block_msg - indent_oc_msg_colon - ls_code_width - nl_after_annotation - nl_before_return - nl_between_annotation - nl_brace_struct_var - nl_oc_msg_args - nl_oc_msg_leave_one_liner - nl_remove_extra_newlines - nl_scope_brace - nl_typedef_blk_end - nl_typedef_blk_in - nl_typedef_blk_start - nl_unittest_brace - nl_var_def_blk_end - nl_var_def_blk_in - nl_var_def_blk_start - nl_version_brace - sp_after_for_colon - sp_after_oc_dict_colon - sp_after_oc_msg_receiver - sp_after_oc_property - sp_after_throw - sp_after_tparen_close - sp_annotation_paren - sp_before_for_colon - sp_before_oc_dict_colon - sp_before_pp_stringify - sp_before_template_paren - sp_cpp_lambda_assign - sp_cpp_lambda_paren - sp_extern_paren - sp_inside_sparen_open - sp_inside_tparen - sp_permit_cpp11_shift - sp_ptr_star_paren Changed default: - sp_pp_stringify = ignore (was add)
2014-03-31Updated audio/libwildmidi to 0.3.5wiz2-3/+3
2014-03-31Update to 0.3.5:wiz6-85/+20
0.3.5: While we've not added any additional functionality, we have fixed many bugs from internal testing (clang static analysis and valgrind) and also downstream distribution issues. We've also reduced the memory thrashing dramatically. Going from 16,000 reallocations and about 400MiB memory usage when playing a 2 minute midi down to about 600 reallocations and only 8MiB memory usage! What is new in this release: Greatly reduced the heap usage (was a regression introduced in 0.2.3) OpenAL support: Fixed audio output on big-endian systems. Fixed audio skips at song start. OSS support: No longer uses mmap mode for better compatibility. This gains us NetBSD and OpenBSD support. Worked around an invalid memory read found by valgrind when playing Beethoven's Fur Elise.rmi at 44100 Hz using the old MIDIA patch-set from 1994. Build fixes for MSVC. Revised visibility attributes usage. 0.3.4: This release marks the end of further development in the 0.3 branch. We will do bug-fixes to help stabilize platforms, but no new functionality will be added after this. What is new in this release: OpenAL support: This gains us OSX and other platforms that OpenAL supports for sound output! DOS DJGPP support: This goes a long way to helping other DOS based applications like UHexen2. MinGW support: This gains us win32 and win64 support using this toolchain. Fedora support: We are now ready to see this get pushed upstream to Fedora. New portable file and path-name system to handle cross-platform support. Support for Debian/kFreeBSD, Debian/Hurd and other Debian archs. Many bug fixes, code clean-ups and cosmetic fixes. 0.3.3: This is the first package to be officially uploaded to Debian. default to hidden visibility and only export our API functions windows lean and mean to help compile times on Windows cli and xcode work now on OSX better FreeBSD support Supported platforms are Debian, FreeBSD, Windows and OSX (but only for WAV output) 0.3.2: Now with Microsoft Visual Studio support.
2014-03-31Updated devel/py-flakes to 0.8wiz2-3/+3
2014-03-31Update to 0.8:wiz3-7/+10
0.8.0 (2014-03-22): - Adapt for the AST in Python 3.4. - Fix caret position on SyntaxError. - Fix crash on Python 2.x with some doctest SyntaxError. - Add tox.ini. - The `PYFLAKES_NODOCTEST` environment variable has been replaced with the `PYFLAKES_DOCTEST` environment variable (with the opposite meaning). Doctest checking is now disabled by default; set the environment variable to enable it. - Correctly parse incremental `__all__ += [...]`. - Catch return with arguments inside a generator (Python <= 3.2). - Do not complain about `_` in doctests. - Drop deprecated methods `pushFunctionScope` and `pushClassScope`.
2014-03-31Updated devel/py-cffi to 0.8.2wiz2-3/+3
2014-03-31Update to 0.8.2:wiz2-6/+6
Changes not found.