Commit graph

215112 commits

Author SHA1 Message Date
adam
0789d2c964 Added graphics/SDL2_image version 2.0.0 2014-03-31 10:12:07 +00:00
adam
4fc6fb57f0 This is a simple library to load images of various formats as SDL surfaces.
This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG,
TGA, and TIFF formats.
2014-03-31 10:10:14 +00:00
martin
265fed0e07 Add binutils-mips-current and gcc-mips-current 2014-03-31 09:51:35 +00:00
martin
89524b8aaa Updated cross/gcc-mips-current to 20140330 2014-03-31 09:50:06 +00:00
martin
23a943a202 Add a gcc-current pkg suitable for NetBSD/playstation2 kernel cross
compilation.
2014-03-31 09:49:31 +00:00
martin
986a3bd04d Updated cross/binutils-mips-current to 2.23.91 2014-03-31 09:48:20 +00:00
martin
f1a40c8e91 Add a binutils-2.23 pkg suitable for NetBSD/playstion2 cross compilation. 2014-03-31 09:46:57 +00:00
ryoon
748f1e3dcc Updated pkgtools/x11-links to 0.85 2014-03-31 09:20:29 +00:00
ryoon
6534cb7759 Update to 0.85
* Support NetBSD current (6.99.38 at least)'s new native xorg
2014-03-31 09:19:33 +00:00
ryoon
8a325159d9 Remove mozilla-mirror.naist.jp from mozilla mirror sites.
It does not exist anymore.
Pointed out by nonaka@, thank you.
2014-03-31 09:06:29 +00:00
skrll
a673868fac Updated misc/raspberrypi-userland 20140329 2014-03-31 08:53:17 +00:00
skrll
59e5df9cc7 Update to 20140329 based on bf068918b5fa6eb53d4b72846b36f2168cfb532e of
https://github.com/jaredmcneill/userland

Various bug and gcc 4.8 fixes
2014-03-31 08:49:42 +00:00
richard
ef14ec4c6d add misc/py-stdnum 2014-03-31 08:45:43 +00:00
wiz
daf496e987 Add missing header for DragonflyBSD.
PR 48691 by David Shao.
2014-03-31 08:45:21 +00:00
richard
ad919b5eb5 add py-stdnum 2014-03-31 08:43:26 +00:00
richard
d9ade8151f Add misc/py-stdnum
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-31 08:42:47 +00:00
wiz
f0bb5a1d2e Updated textproc/mdoclint to 1.29 2014-03-31 08:40:58 +00:00
wiz
40d1bf5c8d OpenBSD added CONTEXT section to man9. Update library list. From
jmc@openbsd.
Bump version.
2014-03-31 08:40:47 +00:00
wiz
e7b305c4f3 Fix fprintf format string (already fixed the same way in src). 2014-03-31 08:37:25 +00:00
wiz
ceb138365d Updated devel/boost-headers to 1.55.0nb1 2014-03-31 08:37:04 +00:00
wiz
dba3bb0814 Fix "implicit conversion changes signedness" warnings in installed
header files.
Reported as https://svn.boost.org/trac/boost/ticket/9725
Bump boost-headers PKGREVISION.
2014-03-31 08:36:50 +00:00
wiz
657dda1561 Updated devel/xorg-util-macros to 1.19.0 2014-03-31 08:35:27 +00:00
wiz
1f57bbd43c Update to 1.19.0:
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-31 08:35:18 +00:00
wiz
02810041c7 Updated x11/xrandr to 1.4.2 2014-03-31 08:35:03 +00:00
wiz
d0635ed06c Update to 1.4.2:
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-31 08:34:55 +00:00
wiz
c18884ff10 Updated devel/global to 6.2.11 2014-03-31 08:34:42 +00:00
wiz
7c721c68f6 Update to 6.2.11:
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-31 08:34:33 +00:00
wiz
efbb682a26 Updated audio/libmikmod to 3.3.6 2014-03-31 08:34:21 +00:00
wiz
d538b7c55a Update to 3.3.6:
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-31 08:34:12 +00:00
wiz
3717e69c3e Updated fonts/harfbuzz to 0.9.27 2014-03-31 08:33:52 +00:00
wiz
225a166436 Update to 0.9.27:
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-31 08:33:43 +00:00
wiz
fc63ef0ae4 Updated math/fftw to 3.3.4 2014-03-31 08:33:19 +00:00
wiz
3a348a00e6 Update to 3.3.4:
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-31 08:33:10 +00:00
wiz
de386952fc Updated converters/py-zfec to 1.4.24 2014-03-31 08:32:57 +00:00
wiz
d0d7f8850a Update to 1.4.24:
No NEWS found.
2014-03-31 08:32:48 +00:00
wiz
659e025301 Updated devel/py-setuptools to 3.3 2014-03-31 08:32:35 +00:00
wiz
605834d2b5 Update to 3.3:
---
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-31 08:32:27 +00:00
wiz
9772b936f0 Updated time/py-pytz to 2014.2 2014-03-31 08:32:15 +00:00
wiz
f09c65c13b Update to 2014.2: the usual timezone changes. 2014-03-31 08:32:07 +00:00
wiz
6dccd90308 Updated textproc/uncrustify to 0.60 2014-03-31 08:31:52 +00:00
wiz
ebbd6869e7 Update to 0.60:
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-31 08:31:44 +00:00
wiz
87f3f0f4c8 Updated audio/libwildmidi to 0.3.5 2014-03-31 08:31:30 +00:00
wiz
37240a381b Update to 0.3.5:
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-31 08:31:19 +00:00
wiz
90a72256d6 Updated devel/py-flakes to 0.8 2014-03-31 08:31:02 +00:00
wiz
7b704f56a7 Update to 0.8:
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-31 08:30:53 +00:00
wiz
b0a7dd08d8 Updated devel/py-cffi to 0.8.2 2014-03-31 08:30:40 +00:00
wiz
df9ab6ea96 Update to 0.8.2:
Changes not found.
2014-03-31 08:30:31 +00:00
wiz
864be76556 Updated x11/libFS to 1.0.6 2014-03-31 08:30:13 +00:00
wiz
8a2103c73c Update to 1.0.6:
libFS is the protocol binding library used by clients of X Font Servers (xfs),
such as xfsinfo, fslsfonts, and the X servers themselves.

This minor maintenance release includes fixes for libxtrans 1.3 compatibility,
removal of dead code, and cleanups of issues found by static analyzers.

Adam Jackson (1):
      Fix build with xtrans 1.3

Alan Coopersmith (14):
      Fix typo in readme ("xfslsfonts" should be "fslsfonts")
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Fix a couple comment typos
      Drop Cray (WORD64/MUSTCOPY) support
      Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
      Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
      If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
      Remove unused internal helper _FSGetHostname
      Remove unused internal helper _FSAllocScratch
      Remove unused internal helper _FSEventsQueued
      Remove unused internal helper _FSWireToEvent
      Replace malloc(strlen + 1); strcpy() with strdup()
      Use strlcpy instead of strcpy/strncpy if it is available
      libFS 1.0.6

Jeremy Huddleston Sequoia (2):
      Update error loop to correctly handle error in i==0 case
      FSOpenServer: Fix double-free in error path
2014-03-31 08:30:05 +00:00
wiz
81d08e645b Updated devel/physfs to 2.0.3 2014-03-31 08:29:53 +00:00