Commit graph

184932 commits

Author SHA1 Message Date
hans
9d14d1ec2c 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.
2012-04-13 22:47:47 +00:00
hans
cbe0766c91 Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 22:44:17 +00:00
gls
1f05fcfc31 Updated security/py-ssh to 1.7.13 2012-04-13 21:35:31 +00:00
gls
5104aceff8 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.
2012-04-13 21:35:18 +00:00
gls
f4c480a56e Updated textproc/asciidoc to 8.6.7 2012-04-13 21:22:39 +00:00
gls
078b1a48f4 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.
2012-04-13 21:22:20 +00:00
shattered
e8bcf3938f PR/43732 -- add svnserve.sh rc.d script (untested). 2012-04-13 21:17:38 +00:00
adam
21a5108760 Updated devel/scmgit to 1.7.10; audio/libgpod to 0.8.2 2012-04-13 21:16:44 +00:00
adam
d3c1059a16 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
2012-04-13 20:58:54 +00:00
adam
d8a49db36a 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...
2012-04-13 20:43:24 +00:00
adam
f8727651e5 Updated lang/python27 to 2.7.3 2012-04-13 19:18:57 +00:00
ryoon
90797019dc Added www/apache24 version 2.4.1 2012-04-13 18:56:56 +00:00
ryoon
41dcde4f50 Add apache24 2012-04-13 18:54:04 +00:00
ryoon
d1ef42170a 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.
2012-04-13 18:50:48 +00:00
adam
a30ae1798a 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
2012-04-13 18:47:27 +00:00
obache
debd390068 Change HOMPAGE to openSUSE one, not Enterprise one. 2012-04-13 14:19:17 +00:00
obache
f6fd19a0a2 Updated net/ruby-twitter-stream to 0.1.15 2012-04-13 13:19:26 +00:00
obache
4056cab74b Update ruby-twitter-stream to 0.1.15.
* LICENSE=mit
* support all twitter streaming switched to SSL.
* bug fixes
2012-04-13 13:19:15 +00:00
obache
5723c061c6 Updated multimedia/gecko-mediaplayer to 1.0.6 2012-04-13 13:09:17 +00:00
obache
56ec13383d 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
2012-04-13 13:09:05 +00:00
obache
01ed6c6696 Updated multimedia/gnome-mplayer to 1.0.6 2012-04-13 13:04:33 +00:00
obache
fab16981b0 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
2012-04-13 13:04:20 +00:00
obache
e1ca4e7299 Updated devel/gmtk to 1.0.6 2012-04-13 12:58:15 +00:00
obache
f8a8e2828d 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
2012-04-13 12:57:33 +00:00
asau
1170a6d4da Updated lang/sbcl to 1.0.56 2012-04-13 12:44:42 +00:00
asau
2526c67b55 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)
2012-04-13 12:43:57 +00:00
obache
3eb0c4245c Updated emulators/suse121_freetype2 to 12.1nb1 2012-04-13 11:56:44 +00:00
mspo
06eee5c98a add anyevent-xmpp to makefile 2012-04-13 11:56:39 +00:00
obache
46ac082564 Update suse121_freetype2 rpm to libfreetype6-2.4.7-6.1 for CVE-2012-1129 - CVE-2012-1144.
Bump PKGREVISION.
2012-04-13 11:56:33 +00:00
obache
fcfa3260bc Updated emulators/suse121_libpng to 12.1nb2 2012-04-13 11:47:53 +00:00
obache
41913cf3de 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.
2012-04-13 11:47:41 +00:00
wiz
015d13c912 Updated textproc/the_silver_searcher to 0.5 2012-04-13 11:33:37 +00:00
wiz
aca3d39616 + the_silver_searcher. 2012-04-13 11:33:25 +00:00
wiz
4ed6aca02a 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!
2012-04-13 11:32:58 +00:00
hans
263baa05c2 Bring over the fixes and cleanups from lang/gcc46 and lang/gcc44:
- use options for language selection
- SunOS fixes
- reduced dependencies
2012-04-13 11:10:09 +00:00
hans
4015337103 Add description for option gcc-inplace-math. 2012-04-13 11:03:36 +00:00
hans
64b09af781 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
2012-04-13 11:02:47 +00:00
hans
6c7f614c27 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
2012-04-13 11:01:32 +00:00
hans
bdd250074e Add inplace.mk to allow building this inside another package. 2012-04-13 11:00:14 +00:00
hans
6da8ddf9f4 Move ICONVPREFIX definition to nls option. 2012-04-13 10:38:26 +00:00
hans
a4903b30b8 Move ICONVPREFIX definiton to nls option. 2012-04-13 10:35:38 +00:00
dholland
afb87e7fe4 Updated ocamlduce; also, remove invalid stray line. 2012-04-13 07:37:17 +00:00
dholland
148b401b37 maelstrom-x11, elk, ocamlduce 2012-04-13 07:36:49 +00:00
dholland
691bfb9977 Whitespace. 2012-04-13 07:35:46 +00:00
dholland
4462194983 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
2012-04-13 07:34:53 +00:00
wiz
bda89cf305 Update FreeBSD section based on comment by ryoon. 2012-04-13 06:40:25 +00:00
wiz
bca66c9aa9 Fix typo in comment. 2012-04-13 06:36:08 +00:00
dholland
544dc12ebf Use correct header for PATH_MAX; fixes Linux build. 2012-04-13 05:51:44 +00:00
dholland
da424af4d1 USE_TOOLS += yacc. 2012-04-13 05:46:44 +00:00
dholland
4573d14bb6 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.
2012-04-13 05:43:26 +00:00