pkgsrcv2.git
12 years agoFix PLIST.
gls [Sat, 14 Apr 2012 09:29:18 +0000 (09:29 +0000)]
Fix PLIST.
Thanks imil@!

12 years agoUpdated sysutils/fabric to 1.4.1
gls [Sat, 14 Apr 2012 09:22:07 +0000 (09:22 +0000)]
Updated sysutils/fabric to 1.4.1

12 years agoUpdate sysutils/fabric to 1.4.1
gls [Sat, 14 Apr 2012 09:21:43 +0000 (09:21 +0000)]
Update sysutils/fabric to 1.4.1

Upstream changes:
-----------------

2012-04-04: released Fabric 1.4.1
2012-04-04: released Fabric 1.3.6

[Bug] #608: Add capture kwarg to rsync_project to aid in debugging rsync
problems.

[Bug] #607: Allow local to display stdout/stderr when it warns/aborts, if it
was capturing them.

[Bug] #395: Added an FAQ entry detailing how to handle init scripts which
misbehave when a pseudo-tty is allocated.

[Bug] #568: execute allowed too much of its internal state changes (to
variables such as env.host_string and env.parallel) to persist after execution
completed; this caused a number of different incorrect behaviors. execute has
been overhauled to clean up its own state changes - while preserving any state
changes made by the task being executed.

[Bug] #584: upload_project did not take explicit remote directory location into
account when untarring, and now uses cd to address this. Thanks to Ben Burry
for the patch.

[Bug] #458: with_settings did not perfectly match settings, re: ability to
inline additional context managers. This has been corrected. Thanks to Rory
Geoghegan for the patch.

[Bug] #499: contrib.files.first used an outdated function signature in its
wrapped exists call. This has been fixed. Thanks to Massimiliano Torromeo for
catch & patch.

[Bug] #551: --list output now detects terminal window size and truncates (or
doesn't truncate) accordingly. Thanks to Horacio G. de Oro for the initial pull
request.

[Bug] #572: Parallel task aborts (as oppposed to unhandled exceptions) now
correctly print their abort messages instead of tracebacks, and cause the
parent process to exit with the correct (nonzero) return code. Thanks to Ian
Langworth for the catch.

[Bug] #306: Remote paths now use posixpath for a separator. Thanks to Jason
Coombs for the patch.

2012-02-13: released Fabric 1.4.0
2012-02-13: released Fabric 1.3.5
2012-02-13: released Fabric 1.2.6
2012-02-13: released Fabric 1.1.8

[Bug] #495: Fixed documentation example showing how to subclass Task. Thanks to
Brett Haydon for the catch and Mark Merritt for the patch.

[Bug] #410: Fixed a bug where using the task decorator inside/under another
decorator such as hosts could cause that task to become invalid when invoked by
name (due to how old-style vs new-style tasks are detected.) Thanks to Dan
Colish for the initial patch.

[Feature] #559: rsync_project now allows users to append extra SSH-specific
arguments to rsync`s --rsh flag.

[Feature] #138: env.port may now be written to at fabfile module level to set a
default nonstandard port number. Previously this value was read-only.

[Feature] #3: Fabric can now load a subset of SSH config functionality directly
from your local ~/.ssh/config if env.use_ssh_config is set to True. See
Leveraging native SSH config files for details. Thanks to Kirill Pinchuk for
the initial patch.

[Feature] #12: Added the ability to try connecting multiple times to
temporarily-down remote systems, instead of immediately failing. (Default
behavior is still to only try once.) See env.timeout and
env.connection_attempts for controlling both connection timeouts and total
number of attempts. reboot has also been overhauled (but practically deprecated
- see its updated docs.)

[Feature] #474: execute now allows you to access the executed task's return
values, by itself returning a dictionary whose keys are the host strings
executed against.

[Bug] #487: Overhauled the regular expression escaping performed in append and
contains to try and handle more corner cases. Thanks to Neilen Marais for the
patch.

[Support] #532: Reorganized and cleaned up the output of fab --help.

[Feature] #8: Added --skip-bad-hosts/env.skip_bad_hosts option to allow
skipping past temporarily down/unreachable hosts.

[Feature] #13: Env vars may now be set at runtime via the new --set
command-line flag.

[Feature] #506: A new output alias, commands, has been added, which allows
hiding remote stdout and local "running command X" output lines.

[Feature] #72: SSH agent forwarding support has made it into Fabric's SSH
library, and hooks for using it have been added (disabled by default; use -A or
env.forward_agent to enable.) Thanks to Ben Davis for porting an existing
Paramiko patch to ssh and providing the necessary tweak to Fabric.

12 years agoNote update of ruby-gnome2 packages
obache [Sat, 14 Apr 2012 04:30:39 +0000 (04:30 +0000)]
Note update of ruby-gnome2 packages

12 years agoUpdate ruby-gnome2 to 1.1.3.
obache [Sat, 14 Apr 2012 04:27:50 +0000 (04:27 +0000)]
Update ruby-gnome2 to 1.1.3.

== Ruby-GNOME2 1.1.3: 2012-04-08

This is a bug fix release of 1.1.2.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added required Ruby version into gemspec.
    * [GitHub#106] glib-mkenums.rb supported macro lines in header.
      This change is required for building with GLib 2.31.20.
      [Reported by mtasaka]
    * [GitHub#107] Supported tests on PPC.
      [Reported by mtasaka]
  * Fixes
    * Fixed handler_id type.

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeViewColumn#set_sort_column_id and
      Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
      [ruby-gnome2-devel-en] Gtk::TreeViewColumn
      [Reported by grant schoep]
    * Added Gtk::InfoBar.
    * Added Gtk::MessageType.
    * Added Gtk::ResponseType.
  * Fixes
    * Fixed build failure with GTK+ < 2.12.
      [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
      [Reported by grant schoep]
    * Fixed require failure with GTK+ < 2.14.
      [ruby-gnome2-devel-en] NameError: undefined method
      `color_selection' for class `Gtk::ColorSelectionDialog'
      [Reported by grant schoep]

==== Ruby/Poppler

  * Improvements
    * [GitHub#97] Added Poppler::Page#text_layout.
      [Patch by Andrey Kutejko]
    * [SF.net#3495948] Removed needless poppler-cairo check.
      [Reported by Pino Toscano]
  * Fixes
    * [GitHub#96] Fixed valid state of child index iterator.
      [Patch by Andrey Kutejko]
    * [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
      [Patch by Andrey Kutejko]

==== Ruby/VTE

  * Fixes
    * Fixed build failure with VTE < 0.24.

==== Ruby/GStreamer

  * Improvements
    * Added Gst::Element#seek_simple.
  * Fixes
    * [GitHub#95] Fixed async test.
      [Reported by mtasaka]

12 years ago- mysql-5.0.96.
taca [Sat, 14 Apr 2012 04:06:43 +0000 (04:06 +0000)]
- mysql-5.0.96.
+ mysql-5.5.23, xlsatoms-1.1.1 [unpackaged], xpr-1.0.4 [unpackaged].

12 years agoNote update of databases/mysql5-client and databases/mysql5-server
taca [Sat, 14 Apr 2012 04:05:54 +0000 (04:05 +0000)]
Note update of databases/mysql5-client and databases/mysql5-server
packages to 5.0.96.

12 years agoUpdate mysql5-client and mysql5-server to 5.0.96, last release of
taca [Sat, 14 Apr 2012 04:04:48 +0000 (04:04 +0000)]
Update mysql5-client and mysql5-server to 5.0.96, last release of
MySQL 5.0 series.

5.0.96

* yaSSL was upgraded from version 1.7.2 to 2.2.0.

5.0.95

* No change log entries.

5.0.94

* Some files in the MySQL Server sources containing legacy code still used the
  LGPL license. Such files that were no longer in use have been removed. Any
  such code that remains following this removal now appears under the GPL
  only. (Bug #11896296)

  References: See also Bug #11840513.

* Under some circumstances, the result of SUBSTRING_INDEX() incorrectly
  depended on the contents of the previous row. (Bug #42404, Bug #11751514)

5.0.93

* Security Fix: The PolyFromWKB() function could crash the server when
  improper WKB data was passed to the function. (Bug #51875, Bug #11759554,
  CVE-2010-3840)

* Security Fix: Bug #36544 was fixed.

* Security Fix: Bug #49124 and Bug #11757121 were fixed.

* Two unused test files in storage/ndb/test/sql contained incorrect versions
  of the GNU Lesser General Public License. The files and the directory
  containing them have been removed. (Bug #11810224)

  References: See also Bug #11810156.

* On FreeBSD and OpenBSD, the server incorrectly checked the range of the
  system date, causing legal values to be rejected. (Bug #55755, Bug
  #11763089)

12 years agoFix previous, should be ${TOOLS_PATH.zip} as noted by Joerg.
dholland [Sat, 14 Apr 2012 03:47:37 +0000 (03:47 +0000)]
Fix previous, should be ${TOOLS_PATH.zip} as noted by Joerg.

12 years agoBump PKGREVISION from libupnp shlib bump.
obache [Fri, 13 Apr 2012 23:56:45 +0000 (23:56 +0000)]
Bump PKGREVISION from libupnp shlib bump.

12 years agoUpdated filesystems/fuse-djmount to 0.71nb2
obache [Fri, 13 Apr 2012 23:55:49 +0000 (23:55 +0000)]
Updated filesystems/fuse-djmount to 0.71nb2

12 years ago* fixes build with libupnp>=1.6.7
obache [Fri, 13 Apr 2012 23:55:37 +0000 (23:55 +0000)]
* fixes build with libupnp>=1.6.7
* bump PKGREVISION from libupnp shlib bump

12 years agoUpdated multimedia/gmediaserver to 0.13.0nb3
obache [Fri, 13 Apr 2012 23:52:22 +0000 (23:52 +0000)]
Updated multimedia/gmediaserver to 0.13.0nb3

12 years ago* fixes for libupnp>=1.6.7
obache [Fri, 13 Apr 2012 23:52:11 +0000 (23:52 +0000)]
* fixes for libupnp>=1.6.7
* more patches (and comments)
* Bump PKGREVISION from libupnp shlib bump.

12 years agoUpdated multimedia/ushare to 1.1anb3
obache [Fri, 13 Apr 2012 23:44:53 +0000 (23:44 +0000)]
Updated multimedia/ushare to 1.1anb3

12 years ago* fixes build with libupnp>=1.6.7.
obache [Fri, 13 Apr 2012 23:44:39 +0000 (23:44 +0000)]
* fixes build with libupnp>=1.6.7.
* Bump PKGREVISION from libupnp shlib bump.

12 years agoUpdated net/libupnp to 1.6.17
obache [Fri, 13 Apr 2012 23:39:12 +0000 (23:39 +0000)]
Updated net/libupnp to 1.6.17

12 years agoUpdate libupnp to 1.6.17.
obache [Fri, 13 Apr 2012 23:38:34 +0000 (23:38 +0000)]
Update libupnp to 1.6.17.

* IPv6 support (introduce some API/ABI incompatibility).
* many bug fixes,

12 years agoFix build on SunOS, link against -lm -lrt.
hans [Fri, 13 Apr 2012 23:33:34 +0000 (23:33 +0000)]
Fix build on SunOS, link against -lm -lrt.

12 years agoAdd -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 23:29:10 +0000 (23:29 +0000)]
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoAdd -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 23:20:07 +0000 (23:20 +0000)]
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoAdd -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 23:15:49 +0000 (23:15 +0000)]
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoFix build on SunOS by setting LIBS.SunOS+=-lrt -lsocket.
hans [Fri, 13 Apr 2012 23:10:39 +0000 (23:10 +0000)]
Fix build on SunOS by setting LIBS.SunOS+=-lrt -lsocket.

12 years agoAdd -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 23:04:11 +0000 (23:04 +0000)]
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoAlways set RT_LIB_SCHED=-lrt on SunOS. Now it builds but then breaks on
hans [Fri, 13 Apr 2012 22:59:16 +0000 (22:59 +0000)]
Always set RT_LIB_SCHED=-lrt on SunOS. Now it builds but then breaks on
some destdir issue.

12 years agoAdd -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 22:52:53 +0000 (22:52 +0000)]
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoAdd -lrt to LIBS.SunOS and LIBS as OS_LIBS to MAKE_ENV to make this build.
hans [Fri, 13 Apr 2012 22:47:47 +0000 (22:47 +0000)]
Add -lrt to LIBS.SunOS and LIBS as OS_LIBS to MAKE_ENV to make this build.
Not needed on 5.11, but doesn't hurt either.

12 years agoAdd -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
hans [Fri, 13 Apr 2012 22:44:17 +0000 (22:44 +0000)]
Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.

12 years agoUpdated security/py-ssh to 1.7.13
gls [Fri, 13 Apr 2012 21:35:31 +0000 (21:35 +0000)]
Updated security/py-ssh to 1.7.13

12 years agoUpdate security/py-ssh to 1.7.13.
gls [Fri, 13 Apr 2012 21:35:18 +0000 (21:35 +0000)]
Update security/py-ssh to 1.7.13.

Upstream changes:

## ssh 1.7.13 (2012-02-13)

* #5: Moved a `fcntl` import closer to where it's used to help avoid
  `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
  catch + suggested fix.
* #4: Updated implementation of WinPageant integration to work on 64-bit
  Windows. Thanks again to Jason Coombs for the patch.

12 years agoUpdated textproc/asciidoc to 8.6.7
gls [Fri, 13 Apr 2012 21:22:39 +0000 (21:22 +0000)]
Updated textproc/asciidoc to 8.6.7

12 years agoUpdate textproc/asciidoc to 8.6.7
gls [Fri, 13 Apr 2012 21:22:20 +0000 (21:22 +0000)]
Update textproc/asciidoc to 8.6.7

Upstream changes:

No major enhancements but quite a few bug fixes which, among other things,
fixes Jython compatibility and improves Windows compatibility.

All additions and changes

    Vim syntax highlighter: highlight entity refs in macro arguments.

    Added files with .asciidoc extension to Vim file type detection. Patch
submitted by Dag Wiers.

    Added replacement3 substitution to enable ODT whitespace processing.

    Added unbreakable option to XHTML and HTML 5 backends.

    Implemented toc::[] block macro and toc-placement attribute for HTML
backends to allow the Table of Contents placement to be set manually by the
author.

    Added FAQs: How can I control page breaks when printing HTML outputs? and
Is it possible to reposition the Table of Contents in HTML outputs?.

    Added --backend and --backend-opts options to the a2x command to allow a2x
to use backend plugin code extensions. Patch submitted by Lex Trotman.

    Added args block attribute to source highlight blocks to allow arbitrary
parameters to be passed to the source highlighters.

    If the ascii-ids attribute is defined then non-ascii characters in
auto-generated IDs are replaced by their nearest ascii equivalents (to work
around DocBook processor limitations).

    Added global blockname attribute which is dynamically updated to identify
the current block. See discussion list.

    xhtml11, html5 backends: Include book part TOC entries for multi-part
books. Patch submitted by Loïc Paillotin.

    Removed code filter example from the AsciiDoc User Guide so that backends
implemented as external plugins can compile the manual. See discussion list.

    If the delimited block skip option is set then do not consume block title
and attributes. This makes it possible for the comment delimited blocks to use
an attribute list (previously the comment delimited block was hardwired to skip
preceding attributes and titles). See discussion list.

    Added backend-confdir intrinsic attribute.

Bug fixes:

    FIXED: slidy backend: broken stylesheet attribute. Patch submitted by
Micheal Hackett.

    FIXED: Restored missing themes to zip file distribution archive.

    FIXED: Grammatical error in error messages. Patch submitted by Dag Wieers.

    FIXED: Use configured normal substitution in preference to the default one.

    FIXED: The eval block macro would execute multiple times if it evaluated to
None.

    FIXED: Duplicated entries in TOC of large document. Patch submitted by
Sebastien Helleu.

    FIXED: Python 2.4 backward incompatibility.

    FIXED: 8.6.6 regression broke Jython compatibility. See discussion list.

    FIXED: Leaky file handles in a2x and music and latex filters which created
incompatibility problems for Jython.

    FIXED: All Python filters are executed with the same Python interpreter
that executes the asciidoc parent (previously filters were hardwired to execute
the python interpreter). This prevents Python mix-ups.

    FIXED: Microsoft Windows shelled command-line truncation that caused
shelled commands to fail e.g. the data-uri attribute failure.

12 years agoPR/43732 -- add svnserve.sh rc.d script (untested).
shattered [Fri, 13 Apr 2012 21:17:38 +0000 (21:17 +0000)]
PR/43732 -- add svnserve.sh rc.d script (untested).

12 years agoUpdated devel/scmgit to 1.7.10; audio/libgpod to 0.8.2
adam [Fri, 13 Apr 2012 21:16:44 +0000 (21:16 +0000)]
Updated devel/scmgit to 1.7.10; audio/libgpod to 0.8.2

12 years agoChanges 0.8.2:
adam [Fri, 13 Apr 2012 20:58:54 +0000 (20:58 +0000)]
Changes 0.8.2:
* fix mono binding on 32 bit systems
* better iOS 4.3 support
* dynamic loader for libhashab.so
* make smartplaylists case-insensitive to match what iTunes does
* more robust Shuffle support in udev helper
* various compilation fixes and build system improvements
* bug fixes
* updated French translation

12 years agoChanges 1.7.10:
adam [Fri, 13 Apr 2012 20:43:24 +0000 (20:43 +0000)]
Changes 1.7.10:
* various "gitk" updates.
  - show the path to the top level directory in the window title
  - update preference edit dialog
  - display file list correctly when directories are given on command line
  - make "git-describe" output in the log message into a clickable link
  - avoid matching the UNIX timestamp part when searching all fields
  - give preference to symbolic font names like sans & monospace
  - allow comparing two commits using a mark
  - "gitk" honors log.showroot configuration.
* Teams for localizing the messages from the Porcelain layer of
  commands are starting to form, thanks to Jiang Xin who volunteered
  to be the localization coordinator.  Translated messages for
  simplified Chinese, Swedish and Portuguese are available.
* The configuration mechanism learned an "include" facility; an
  assignment to the include.path pseudo-variable causes the named
  file to be included in-place when Git looks up configuration
  variables.
* A content filter (clean/smudge) used to be just a way to make the
  recorded contents "more useful", and allowed to fail; a filter can
  now optionally be marked as "required".
* Options whose names begin with "--no-" (e.g. the "--no-verify"
  option of the "git commit" command) can be negated by omitting
  "no-" from its name, e.g. "git commit --verify".
* "git am" learned to pass "-b" option to underlying "git mailinfo", so
  that a bracketed string other than "PATCH" at the beginning can be kept.
* "git clone" learned "--single-branch" option to limit cloning to a
  single branch (surprise!); tags that do not point into the history
  of the branch are not fetched.
* "git clone" learned to detach the HEAD in the resulting repository
  when the user specifies a tag with "--branch" (e.g., "--branch=v1.0").
  Clone also learned to print the usual "detached HEAD" advice in such
  a case, similar to "git checkout v1.0".
* When showing a patch while ignoring whitespace changes, the context
  lines are taken from the postimage, in order to make it easier to
  view the output.
More...

12 years agoUpdated lang/python27 to 2.7.3
adam [Fri, 13 Apr 2012 19:18:57 +0000 (19:18 +0000)]
Updated lang/python27 to 2.7.3

12 years agoAdded www/apache24 version 2.4.1
ryoon [Fri, 13 Apr 2012 18:56:56 +0000 (18:56 +0000)]
Added www/apache24 version 2.4.1

12 years agoAdd apache24
ryoon [Fri, 13 Apr 2012 18:54:04 +0000 (18:54 +0000)]
Add apache24

12 years agoMerge from vendor branch TNF:
ryoon [Fri, 13 Apr 2012 18:50:49 +0000 (18:50 +0000)]
Merge from vendor branch TNF:
Import apache-2.4.1 as www/apache24.

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT.  The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.

This package tracks 2.4.x release.

12 years agoImport apache-2.4.1 as www/apache24.
ryoon [Fri, 13 Apr 2012 18:50:49 +0000 (18:50 +0000)]
Import apache-2.4.1 as www/apache24.

The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT.  The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.

This package tracks 2.4.x release.

12 years agoChanges 2.7.3:
adam [Fri, 13 Apr 2012 18:47:31 +0000 (18:47 +0000)]
Changes 2.7.3:
* An ordered dictionary type
* New unittest features including test skipping, new assert methods, and test
  discovery
* A much faster io module
* Automatic numbering of fields in the str.format() method
* Float repr improvements backported from 3.x
* Tile support for Tkinter
* A backport of the memoryview object from 3.x
* Set literals
* Set and dictionary comprehensions
* Dictionary views
* New syntax for nested with statements
* The sysconfig module

12 years agoChange HOMPAGE to openSUSE one, not Enterprise one.
obache [Fri, 13 Apr 2012 14:19:17 +0000 (14:19 +0000)]
Change HOMPAGE to openSUSE one, not Enterprise one.

12 years agoUpdated net/ruby-twitter-stream to 0.1.15
obache [Fri, 13 Apr 2012 13:19:26 +0000 (13:19 +0000)]
Updated net/ruby-twitter-stream to 0.1.15

12 years agoUpdate ruby-twitter-stream to 0.1.15.
obache [Fri, 13 Apr 2012 13:19:15 +0000 (13:19 +0000)]
Update ruby-twitter-stream to 0.1.15.

* LICENSE=mit
* support all twitter streaming switched to SSL.
* bug fixes

12 years agoUpdated multimedia/gecko-mediaplayer to 1.0.6
obache [Fri, 13 Apr 2012 13:09:17 +0000 (13:09 +0000)]
Updated multimedia/gecko-mediaplayer to 1.0.6

12 years agoUpdate gecko-mediaplayer to 1.0.6.
obache [Fri, 13 Apr 2012 13:09:05 +0000 (13:09 +0000)]
Update gecko-mediaplayer to 1.0.6.

1.0.6
Updated Portuguese translation
Updated Japanese translation
1.0.6b1
    Fix a problem in the style parser, was looking at a null pointer
    Added WMP plugin properties enabled and enableContextMenu
    Suppress list display
    Add rtp to the list of streaming uris
    Set PACKAGE_LOCALE_DIR based on --localedir from configure
    Change HAVE_NEW_XULRUNNER to NPAPI_USE_UPPERCASE_UTF8
    Drop --enable_new_libxul configure flag as it is autodetected now
    Fix spelling mistake, but then comment out as not needed for normal usage Issue #163

12 years agoUpdated multimedia/gnome-mplayer to 1.0.6
obache [Fri, 13 Apr 2012 13:04:33 +0000 (13:04 +0000)]
Updated multimedia/gnome-mplayer to 1.0.6

12 years agoUpdate gnome-mplayer to 1.0.6.
obache [Fri, 13 Apr 2012 13:04:20 +0000 (13:04 +0000)]
Update gnome-mplayer to 1.0.6.

1.0.6
Apply patch from David Coppa that removes the depreciated slide away code
Separate delete and destroy events
Updated Portuguese translation
Updated Japanese translation
Apply fix from David Coppa to fix problem with glib 2.32
    Fix gmlib includes due to change in gmtk .pc file
    Updated Turkish translation
1.0.6b1
    Updated Polish translation
    Fix gecko-mediaplayer Issue #106
    Fix gecko-mediaplayer Issue #167
    Add Kazakh translation, issue #601
    Take the KP_Enter patch, the volume adjustment values for keys GDK_9 & GDK_0 from Issue #598
    Enhance subtitle visibility tracking (requires minor gmtk updates)
    Rework keyhandler to use the custom key mappings
    Make customized keyboard shortcut for "Fullscreen Toggle" work in Fullscreen mode (part of Issue #600)
    Applied dbus.txt patch from Issue #595
    Applied uk.po patch from Issue #594
    Applied ru.po patch from Issue #593
    Applied ru.po patch from Issue #592
    Commit gvfs.patch from Issue #579
    Initialize a few more structs to zero
    Initialize buf to all zeros
    Additional NULL check
    Check for NULL values from gvfs, Issue #579
    Only try to enable dark theme in GTK3, Issue #591
    Hide message in normal mode
    Rework cover art fetch so that Amazon cover art is preferred over local thumbnail
    Use nautilus thumbnail for cover art if it exists
    ru.po fix Issue #586
    uk.po fix Issue #585
    Fix problem with directory vs dvd detection Issue #587
    Set PACKAGE_LOCALE_DIR based on --localedir from configure
    Add option to enable or disable Nautilus plugin in Edit->Preferences [Interface] tab
    Updated German translation
    Updated Portugeuse translation

12 years agoUpdated devel/gmtk to 1.0.6
obache [Fri, 13 Apr 2012 12:58:15 +0000 (12:58 +0000)]
Updated devel/gmtk to 1.0.6

12 years agoUpdate gmtk to 1.0.6.
obache [Fri, 13 Apr 2012 12:57:33 +0000 (12:57 +0000)]
Update gmtk to 1.0.6.
(while here, fixes message catalogue installation with gmake)

1.0.6
Assign NULL to freed strings
Updated Japanese translation
Remove debug message
Kill GTK widget oversize warning
    Apply recommendation from Issue #6
    Apply patch from Issue #7, codecs not reset to NULL
Only do the restart on decoding error if the position is 0 (window size issue)
Allow one decoding error restart
Fix error when shifting protocol from mms to mmsh
Updated Turkish translation
1.0.6b1
    Track gtk2 and gtk3 in gmtk.pc file
    Enhance subtitle visibility tracking
    Handle the keyboard masks more correctly
    Only allocate a size for the child window if the parent widget is realized
    Fix volume tracking on default device, even when the device changes
    Switch "PulseAudio" from a softvol to a real PulseAudio control (still can be forced to softvol if needed)
        This allows for better volume control that is synced with the system volume and the default output device
        This should be the default setting on machines with PulseAudio
    Add -zoom to mplayer when vo is x11
    Updated German translation
    Change po file install location
    Do PKG_CHECK for GTK3 when --enable-gtk=yes is specified
    Use the localedir variable in the Makefile may fix Wolfgang's issue
    Add gmlib to the list of referenced libaries Issue #3
    Add pulse cflags and libs to libgmtk Issue #2
    Detect if libm should be used and use if needed Issue #1
    Add files to SVN as recommended by autoreconf -fiv

12 years agoUpdated lang/sbcl to 1.0.56
asau [Fri, 13 Apr 2012 12:44:42 +0000 (12:44 +0000)]
Updated lang/sbcl to 1.0.56

12 years agoUpdate to SBCL 1.0.56
asau [Fri, 13 Apr 2012 12:43:57 +0000 (12:43 +0000)]
Update to SBCL 1.0.56

New in version 1.0.56

  * bug fix: fix copy-structure. When copying from stack to heap,
    garbage could end up in the heap making GC unhappy.
    (Thanks to James Knight, #911027)
  * enhancements
      + SBCL can now be built using Clang.
      + ASDF has been updated 2.20.
  * bug fix: compiler errors when weakening hairy integer types. (#913232)
  * bug fix: don't complain about a too-hairy lexical environment
    for inlining when the function has never been requested for inlining.
    (#963530)

12 years agoUpdated emulators/suse121_freetype2 to 12.1nb1
obache [Fri, 13 Apr 2012 11:56:44 +0000 (11:56 +0000)]
Updated emulators/suse121_freetype2 to 12.1nb1

12 years agoadd anyevent-xmpp to makefile
mspo [Fri, 13 Apr 2012 11:56:39 +0000 (11:56 +0000)]
add anyevent-xmpp to makefile

12 years agoUpdate suse121_freetype2 rpm to libfreetype6-2.4.7-6.1 for CVE-2012-1129 - CVE-2012...
obache [Fri, 13 Apr 2012 11:56:33 +0000 (11:56 +0000)]
Update suse121_freetype2 rpm to libfreetype6-2.4.7-6.1 for CVE-2012-1129 - CVE-2012-1144.

Bump PKGREVISION.

12 years agoUpdated emulators/suse121_libpng to 12.1nb2
obache [Fri, 13 Apr 2012 11:47:53 +0000 (11:47 +0000)]
Updated emulators/suse121_libpng to 12.1nb2

12 years agoUpdate suse_libpng rpm to libpng14-14-1.4.11-3.9.1 and libpng12-0-1.2.49-9.9.1
obache [Fri, 13 Apr 2012 11:47:41 +0000 (11:47 +0000)]
Update suse_libpng rpm to libpng14-14-1.4.11-3.9.1 and libpng12-0-1.2.49-9.9.1
for CVE-2011-3048.

Bump PKGREVISION.

12 years agoUpdated textproc/the_silver_searcher to 0.5
wiz [Fri, 13 Apr 2012 11:33:37 +0000 (11:33 +0000)]
Updated textproc/the_silver_searcher to 0.5

12 years ago+ the_silver_searcher.
wiz [Fri, 13 Apr 2012 11:33:25 +0000 (11:33 +0000)]
+ the_silver_searcher.

12 years agoInitial import of the_silver_searcher-0.5.
wiz [Fri, 13 Apr 2012 11:32:58 +0000 (11:32 +0000)]
Initial import of the_silver_searcher-0.5.

Why use ag?

* It searches through code about 3x-5x faster than ack.
* It ignores files matched by patterns in your .gitignore and .hgignore.
* If there are files in your source repo that you don't want to
  search, just add their patterns to a .agignore file.
* It's written in C instead of perl, the lesser of two evils :)
* The binary name is 33% shorter than ack!

12 years agoMerge from vendor branch TNF:
wiz [Fri, 13 Apr 2012 11:32:58 +0000 (11:32 +0000)]
Merge from vendor branch TNF:
Initial import of the_silver_searcher-0.5.

Why use ag?

* It searches through code about 3x-5x faster than ack.
* It ignores files matched by patterns in your .gitignore and .hgignore.
* If there are files in your source repo that you don't want to
  search, just add their patterns to a .agignore file.
* It's written in C instead of perl, the lesser of two evils :)
* The binary name is 33% shorter than ack!

12 years agoBring over the fixes and cleanups from lang/gcc46 and lang/gcc44:
hans [Fri, 13 Apr 2012 11:10:09 +0000 (11:10 +0000)]
Bring over the fixes and cleanups from lang/gcc46 and lang/gcc44:
- use options for language selection
- SunOS fixes
- reduced dependencies

12 years agoAdd description for option gcc-inplace-math.
hans [Fri, 13 Apr 2012 11:03:36 +0000 (11:03 +0000)]
Add description for option gcc-inplace-math.

12 years agoAdd option gcc-inplace-math to allow building devel/gmp, math/mpfr and
hans [Fri, 13 Apr 2012 11:02:47 +0000 (11:02 +0000)]
Add option gcc-inplace-math to allow building devel/gmp, math/mpfr and
math/mpcomplex together with gcc, as described at
http://gcc.gnu.org/install/prerequisites.html

12 years agoAdd option gcc-inplace-math to allow building devel/gmp and math/mpfr
hans [Fri, 13 Apr 2012 11:01:32 +0000 (11:01 +0000)]
Add option gcc-inplace-math to allow building devel/gmp and math/mpfr
along with gcc, as described at http://gcc.gnu.org/install/prerequisites.html

12 years agoAdd inplace.mk to allow building this inside another package.
hans [Fri, 13 Apr 2012 11:00:14 +0000 (11:00 +0000)]
Add inplace.mk to allow building this inside another package.

12 years agoMove ICONVPREFIX definition to nls option.
hans [Fri, 13 Apr 2012 10:38:26 +0000 (10:38 +0000)]
Move ICONVPREFIX definition to nls option.

12 years agoMove ICONVPREFIX definiton to nls option.
hans [Fri, 13 Apr 2012 10:35:38 +0000 (10:35 +0000)]
Move ICONVPREFIX definiton to nls option.

12 years agoUpdated ocamlduce; also, remove invalid stray line.
dholland [Fri, 13 Apr 2012 07:37:17 +0000 (07:37 +0000)]
Updated ocamlduce; also, remove invalid stray line.

12 years agomaelstrom-x11, elk, ocamlduce
dholland [Fri, 13 Apr 2012 07:36:49 +0000 (07:36 +0000)]
maelstrom-x11, elk, ocamlduce

12 years agoWhitespace.
dholland [Fri, 13 Apr 2012 07:35:46 +0000 (07:35 +0000)]
Whitespace.

12 years agoUpdate to 3.12.1, syncing with current ocaml in pkgsrc and thereby
dholland [Fri, 13 Apr 2012 07:34:54 +0000 (07:34 +0000)]
Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby
fixing the build.

Changes 3.12.0.0 -> 3.12.1.0:

- merge with OCaml 3.12.1

Changes 3.11.2.0 -> 3.12.0.0:

- merge with OCaml 3.12.0
- drop native ocamlducedoc
- fix memory leak issue in NS handling [Stefan Lampe]

Changes 3.11.1.0 -> 3.11.2.0:

- merge with OCaml 3.11.2
- build and install native-code plugin
- build ocamldoc library
- accept also ocaml_cmi_magic_number in objinfo

12 years agoUpdate FreeBSD section based on comment by ryoon.
wiz [Fri, 13 Apr 2012 06:40:25 +0000 (06:40 +0000)]
Update FreeBSD section based on comment by ryoon.

12 years agoFix typo in comment.
wiz [Fri, 13 Apr 2012 06:36:08 +0000 (06:36 +0000)]
Fix typo in comment.

12 years agoUse correct header for PATH_MAX; fixes Linux build.
dholland [Fri, 13 Apr 2012 05:51:44 +0000 (05:51 +0000)]
Use correct header for PATH_MAX; fixes Linux build.

12 years agoUSE_TOOLS += yacc.
dholland [Fri, 13 Apr 2012 05:46:44 +0000 (05:46 +0000)]
USE_TOOLS += yacc.

12 years agoThis builds a gdbm library if it finds gdbm; buildlink in gdbm so this
dholland [Fri, 13 Apr 2012 05:43:26 +0000 (05:43 +0000)]
This builds a gdbm library if it finds gdbm; buildlink in gdbm so this
is always available, and update the PLIST accordingly. PKGREVISION -> 1.
Fixes build on Linux, where there's usually a native gdbm.

12 years agoSelect radiance's "sparcstation" build for Solaris. It might work...
dholland [Fri, 13 Apr 2012 05:16:18 +0000 (05:16 +0000)]
Select radiance's "sparcstation" build for Solaris. It might work...

12 years agoNeeds -lsocket -lnsl on Solaris.
dholland [Fri, 13 Apr 2012 05:10:24 +0000 (05:10 +0000)]
Needs -lsocket -lnsl on Solaris.

12 years agoSince we have USE_TOOLS+=zip, just use "zip", not "${LOCALBASE}/bin/zip".
dholland [Fri, 13 Apr 2012 04:53:34 +0000 (04:53 +0000)]
Since we have USE_TOOLS+=zip, just use "zip", not "${LOCALBASE}/bin/zip".
Should fix Solaris build.

12 years agofix typo in SUBST_MESSAGEs
dholland [Fri, 13 Apr 2012 04:46:40 +0000 (04:46 +0000)]
fix typo in SUBST_MESSAGEs

12 years agoBump PKGREVISION to 4 for previous, since the unpatched netplayd would
dholland [Fri, 13 Apr 2012 04:44:30 +0000 (04:44 +0000)]
Bump PKGREVISION to 4 for previous, since the unpatched netplayd would
build successfully but not be runnable.

12 years agoNeeds -lsocket on Solaris. While here, fix LP64 build.
dholland [Fri, 13 Apr 2012 04:43:23 +0000 (04:43 +0000)]
Needs -lsocket on Solaris. While here, fix LP64 build.

12 years agoNeeds -lsocket on solaris.
dholland [Fri, 13 Apr 2012 04:33:19 +0000 (04:33 +0000)]
Needs -lsocket on solaris.

12 years agoTreat the '--as-needed' and '--no-as-needed' arguments to ld as if
sbd [Fri, 13 Apr 2012 03:11:13 +0000 (03:11 +0000)]
Treat the '--as-needed' and '--no-as-needed' arguments to ld as if
thay are librarys so that they still surround the given library.
WARNING: this may not work if the wrapper reorders librarys.

12 years agoMove USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/no
sbd [Fri, 13 Apr 2012 03:03:36 +0000 (03:03 +0000)]
Move USE_PKGSRC_GCC from compler.mk to compler/gcc.mk and make it a yes/no
check.

At the same time cleanup GCC_REQD.

12 years agoInorder to use a native gcc there must be a builtin gcc.
sbd [Fri, 13 Apr 2012 02:30:45 +0000 (02:30 +0000)]
Inorder to use a native gcc there must be a builtin gcc.

12 years agoUse _TOOLS.pkg when using for loops in mk/tools/replace.mk so that pkglint
sbd [Fri, 13 Apr 2012 02:25:06 +0000 (02:25 +0000)]
Use _TOOLS.pkg when using for loops in mk/tools/replace.mk so that pkglint
can see them.

12 years agofix last entry, p5-AnyEvent-XMPP is added package.
obache [Fri, 13 Apr 2012 00:28:35 +0000 (00:28 +0000)]
fix last entry, p5-AnyEvent-XMPP is added package.

12 years agoUpdated devel/p5-AnyEvent-XMPP to 0.52
mspo [Fri, 13 Apr 2012 00:02:01 +0000 (00:02 +0000)]
Updated devel/p5-AnyEvent-XMPP to 0.52

12 years agoImport p5-AnyEvent-XMPP
mspo [Thu, 12 Apr 2012 23:57:24 +0000 (23:57 +0000)]
Import p5-AnyEvent-XMPP

12 years agoMerge from vendor branch TNF:
mspo [Thu, 12 Apr 2012 23:57:24 +0000 (23:57 +0000)]
Merge from vendor branch TNF:
Import p5-AnyEvent-XMPP

12 years agoAdd www/dojo
darcy [Thu, 12 Apr 2012 20:53:31 +0000 (20:53 +0000)]
Add www/dojo

12 years ago+ calligra-2.4.0 [koffice successor], kdevelop-4.3.0, mpg123-1.13.8,
wiz [Thu, 12 Apr 2012 20:27:52 +0000 (20:27 +0000)]
+ calligra-2.4.0 [koffice successor], kdevelop-4.3.0, mpg123-1.13.8,
  nginx-1.0.15.

12 years agoUpdated shells/lshell to 0.9.15.1
gls [Thu, 12 Apr 2012 19:45:00 +0000 (19:45 +0000)]
Updated shells/lshell to 0.9.15.1

12 years agoUpdate shells/lshell to 0.15.1.
gls [Thu, 12 Apr 2012 19:44:21 +0000 (19:44 +0000)]
Update shells/lshell to 0.15.1.
Security fix.

=== v0.9.15.1 15/03/2012 ===
    * Corrected security bug allowing user to get out of the restricted
    shell. Thank you bui from NBS System for reporting this grave issue!

=== v0.9.15 13/03/2012 ===
    * Set the hostname to the "short hostname" in the prompt.
    * Corrected traceback when "sudo" command was entered alone. Thank you
      Kiran Reddy for reporting this.
    * Added support for python2.3 as subprocess is not included by default.
    * Corrected the 'strict' behavior when entering a forbidden path.
    * Added short path promp support using the 'prompt_short' variable.
    * Corrected stacktrace when group did not exist.
    * Add support for empty prompt.
    * Fixed bugs when using $() and ``.
    * Corrected strict behavior to apply to forbidden path.
    * Added support for wildcard '*' when using 'cd'.
    * Added support for "cd -" to return to previous directory.
    * Updated security issue with non printable characters permitting user
      to get out of the limited shell.
    * Now lshell automatically reload its configuration if the configuration
      file is modified.
    * Added possibility to have no "intro" when user logs in. (by setting
      the intro configuration field to "")
    * Corrected multiple commands over ssh, and aliases interpretation.
    * Added possibility to use wildcards in path definitions.
    * Finally corrected the alias replacement loop.

12 years agoUpdated lang/erlang-doc to 15.1.1
asau [Thu, 12 Apr 2012 17:20:13 +0000 (17:20 +0000)]
Updated lang/erlang-doc to 15.1.1

12 years agoUpdated lang/erlang-man to 15.1.1
asau [Thu, 12 Apr 2012 17:18:15 +0000 (17:18 +0000)]
Updated lang/erlang-man to 15.1.1

12 years agoUpdated lang/erlang to 15.1.1
asau [Thu, 12 Apr 2012 17:17:16 +0000 (17:17 +0000)]
Updated lang/erlang to 15.1.1