Commit graph

177154 commits

Author SHA1 Message Date
ryoon
a82fc53247 Add viewnior 2011-10-28 21:16:32 +00:00
ryoon
82d6ca23b5 Initial import of viewnior-1.1 as graphics/viewnior from wip/viewnior
This is Viewnior, an image viewer program. Created to be simple,
fast and elegant. It's minimalistic interface provides more
screenspace for your images.
2011-10-28 21:14:58 +00:00
schnoebe
044f65ba66 Quiet a warning from cmake;
fix an unwrapped include of ev.h.
2011-10-28 17:34:06 +00:00
tez
dffb8e82b7 update logsurfer to 1.8 resolves SA46389 2011-10-28 17:14:30 +00:00
tez
aae698541b update to 1.8 resolves SA46389
A bug fix and a couple of extra command-line options:

    Fixed double free() in exec.c/prepare_exec(), thanks to reports from
        Gregor Kopf of Recurity Labs, Jan Kohlrausch of DFN_CERT, and
        Wolfgang Ley
    Updated README & DISCLAIMER files removing DFN-CERT copyright
    Now just Logsurfer, not Logsurfer+ any more
    -D command line option for daemon mode. Warning: closes stdin, stdout,
        & stderr, therefore no error messages
    -F command line option to auto re-open log file
2011-10-28 17:13:26 +00:00
obache
1b2f7b9e5d Updated textproc/groonga to 1.2.7 2011-10-28 17:00:06 +00:00
obache
cfd5e747e3 Update groonga to 1.2.7.
Release 1.2.7 - 2011/10/29
--------------------------

Improvements
^^^^^^^^^^^^

* [libedit] Added error check for wide character to
  multibyte sequence conversion. [Reported by SHIDARA Yoji]
* Added grn_geo_estimate_in_rectangle().
* Added cursor API to geo search in rectangle.
* Improved geo search in rectangle speed.
* Added packages for Ubuntu 11.10 Oneiric Ocelot
* [experimental] Supported Oracle Solaris 10 8/11. (just buildable with system gcc.)

Fixes
^^^^^

* Fixed a typo in document. [Reported by @soundkitchen]

Thanks
^^^^^^

* SHIDARA Yoji
* @soundkitchen
2011-10-28 16:59:43 +00:00
ryoon
bff9da8b4b Updated games/onscripter to 20111025 2011-10-28 15:04:47 +00:00
ryoon
2a9747228b Update to 20111025
Changelog:
* Fix resize of splite bug
* Fix square drawing bun in 16bpp mode
* When transbtn is run and button is pushed with btnwait,
  select most solid button
* Make btnwait zero when btntime is zero
* Implement textspeeddefault
* Fix square drawing bug with alpha mode
* Fix getcursorpos bug
* Fix button drawing bug
* Fix bugs in textgosub, pretextgosub, and so on
* Change btndown 1 behavior
* Implement ruby support in strsp
* Discard old style save file format support
* Fix bug in save and restore
* Implement partial yesnobox support
* Support extract on case insensitive filesystem
* Support ns2 archive reading
* Fix bug in automode screen transition
* Implement mp3fadein, mp3fadeout, bgmfadein, and bgmfadeout
* Fix bugs in Ogg Vorbis play
* Fix bugs related to Android and Windows
2011-10-28 15:03:54 +00:00
ryoon
507a3f01bc Updated multimedia/libvpx to 0.9.7.1 2011-10-28 14:10:41 +00:00
ryoon
810c8ed7a0 Update to 0.9.7.1 (0.9.7 p1)
Changelog:
2011-08-15 v0.9.7-p1 "Cayuga" patch 1
  This is an incremental bugfix release against Cayuga. All users of that
  release are strongly encouraged to upgrade.

    - Fix potential OOB reads (cdae03a)

          An unbounded out of bounds read was discovered when the
          decoder was requested to perform error concealment (new in
          Cayuga) given a frame with corrupt partition sizes.

          A bounded out of bounds read was discovered affecting all
          versions of libvpx. Given an multipartition input frame that
          is truncated between the mode/mv partition and the first
          residiual paritition (in the block of partition offsets), up
          to 3 extra bytes could have been read from the source buffer.
          The code will not take any action regardless of the contents
          of these undefined bytes, as the truncated buffer is detected
          immediately following the read based on the calculated
          starting position of the coefficient partition.

    - Fix potential error concealment crash when the very first frame
      is missing or corrupt (a609be5)

    - Fix significant artifacts in error concealment (a4c2211, 99d870a)

    - Revert 1-pass CBR rate control changes (e961317)
      Further testing showed this change produced undesirable visual
      artifacts, rolling back for now.
2011-10-28 14:09:44 +00:00
obache
4a599cc6bf python24 is not acceptable. 2011-10-28 14:06:11 +00:00
ryoon
9d5be42dc2 Added graphics/libwebp version 0.1.3 2011-10-28 13:50:37 +00:00
ryoon
007659db8b Add libwebp 2011-10-28 13:49:44 +00:00
ryoon
7e117d12d7 Initial import of libwebp-0.1.3 as graphics/libwebp from wip/webp
WebP is a image format that provides lossy compression for photographic
images. A WebP file consists of VP8 image data, and a container
based on RIFF.
2011-10-28 13:48:00 +00:00
tnn
eeb6aaf109 Updated net/Transmission to 2.42 2011-10-28 13:09:51 +00:00
obache
36a9198ad2 + p5-Redis 2011-10-28 12:03:41 +00:00
obache
0828d998b5 Added databases/p5-Redis version 1.904 2011-10-28 12:02:45 +00:00
obache
0d2087182e Import p5-Redis-1.904 as databases/p5-Redis.
Packaged by tnozaki@, some minor improvements by me.

Perl binding for Redis database which is in-memory hash store with support for
scalars, arrays and sets and disk persistence.
2011-10-28 12:02:25 +00:00
bouyer
9cf3e080a7 Do not hardcode /usr/pkg, use $PREFIX 2011-10-28 11:31:29 +00:00
fhajny
dd4420a13a Updated rudiments to 0.34 2011-10-28 11:24:08 +00:00
fhajny
a745b87b04 Updated devel/rudiments to 0.34.
Changes in 0.34
* fixed some STATFS/FSTATFS that needed to be CHAR-versions of the calls
* added test for utime and utime.h
* utime is used on platforms that don't have utimes
* updated process class methods to return -1 and set ENOSUPP for
  process-group related calls on systems that don't have the
  concept of process-groups
* added a call to select() instead of poll() for file-descriptor passing
  for systems that don't support poll()
* added tests for timespec in various header files
* added test for dlopen
* updated configure script not to outright disable classes if the
  functions they're dependent on aren't found, but rather for
  the methods to return erros and set errno to ENOSYS
* added netapi32 on mingw
* updated vfstab detection to reflect minix/haiku-style rather than just
  haiku
* moved non-member variables and methods into daemonprocess class and
  its private class
* updated xmldomnode to output xml entities rather than raw characters
* fixed a bug that caused numeric xml entities greater than 127 to get
  set to 127
* updated mutex class to show a consistent interface on all platforms
* updated configure script to detect pthreads properly on minix
* cleaned up semaphoreset class
* lots of mingw32 compatibility fixes
* wrapped exit() in process class

Changes in 0.33
* removed configure tests for strlcpy and strlcat
* added test for pvt->_translatebyteorder to hostToNet/netToHost for
  64bit numbers
* made filedescriptor::hostToNet/netToHost public and static, moved
  translatebyteorder flag test out of them
* serviceentry and inet*socket classes use
  filedescriptor::hostToNet/netToHost rather than htonl/htons
* added charstring::printBits methods
* xmlsax class uses optimizations even when not using mmap now
* updated linkedlist class a good bit
* applied Renat Sabitov's logger patch
* fixed some bugs where filesystem.C wouldn't compile on platforms where
  statfs can return some strings
* haiku port
* implemented bswap for systems with nothing like it
* added #ifdef's in configure script for all header files
* fixed detection of several things on modern openbsd systems
* added definitions of (u)int(8|16|32|64)_t for systems that don't have
  them
* added randomnumber::getSeed() that uses /dev/urandom if available
* environment class prefers putenv to setenv to work around a memory
  leak that can occur when using setenv to set an environment
  variable over and over
* fixed 2 memory leaks in environment class
* fixed memrchr and strpbrk tests in configure script
* fixed a logger dependency on the permissions class in features.mk.in
* updated environment class to use malloc and free
* fixed reference-after-free by putenv in environment class
* applied patches from Renat Sabitov
* updated signalhandlers to have (void *)(int) signature
* added charstring::subString without an end parameter
* applied patch by Claudio Freire
* changed several %lf's to %Lf's in charstring long double parsers
* fixed uninitiaized nodename/nodevalue in xmldomnode
* fixed unterminated buffer after clear in stringbuffer
* removed "rebuild" target from all Makefiles
* added charstring::capitalize method
* made stringbuffer::terminate append a \0 unconditionally
* made stringbuffer::clear() terminate the buffer at position 0
* fixed a bug where xmldomnode::getFirstXXX() could crash if there was
  no first XXX
* added xmldomnode::moveChild
* fixed uninitialized _grp in groupentry class
* regularexpression class uses pcre_free rather than delete to free
  pcre_extra block now
* fixed printf %lld's in timezonefile class
* made several unsigned shorts use uint16_t in charstring class
* changed integerLength to return uint16_t rather than int
* added man page to rpm spec file

Changes in 0.32
* xmlsax does "sequential" and "only-once" hints when reading the file
* xmlsax/dom classes use optimal read and write buffers now
* added DESTDIR= to rudiments.pc.in
* added charstring::httpUnescape
* fixed a bug in datetime that would cause TZ to remain after doing a
  timezone conversion if TZ was unset to begin with
* fixed a bug in regularexpression that could cause a double-free

0.31 - added OSSwapLittleToHost/OSSwapHostToLittle for Mac OS X
* modified environment::clear() for mac os x
* regularexpression wasn't setting the match count correctly, fixed that
* added charstring::subString() method
* added missing lingerOnClose(), fixed dontLingerOnClose()
* added base64 encode/decode methods
* fixed charstring::parseNumber() for unsigned int's
* added /opt/csw to configure script's search path
* fixed a memory leak in xmldom::unCacheString()

Changes in 0.30
* changed commandline::value() to commandline::getValue()
* fixed a memory leak in dictionary
* added setHour/Minute/Second/etc. methods to datetime
* fixed readdir_r vulnerability
* added support for either "-arg value" or "--arg=value" to commandline
* added support for break and control characters to chat class
* added print method to environment class
* added close-on-exec methods to filedescriptor class
* added clear method to environment class
* made all methods in environment class static
* added wrappers for strspn/strcspn/strpbrk functions to charstring class
* fixed bug where datetime would set wrong timezone if it is initialized
  with a combined zone name like PST8PDT
* added directory::getChildCount()
* added datetime::validDateTime()
* xmldom class stores all strings found in the xml file in a stringlist
  and stores pointers to them in the xmldomnodes to reduce
  memory usage in xml files that have lots of duplicated strings
* added configure tests for dirfd/DIR.dd_fd/DIR.d_fd
* initialize addrinfo struct pointer to NULL in inetclientsocket.C
2011-10-28 11:23:21 +00:00
dsainty
668a742391 Internally, Python has a set of modules depending on "platform". The
"platform" in Python terms is different for Linux kernel 2.* Vs Linux
kernel 3.*.  Add in support to pull in a different PLIST for Linux 3.*.

Fixes build under Ubuntu 11.10.

XXX Perhaps it would be cleaner to name the PLIST to match the python platform
name - since we already calculate that anyway, and that is exactly what drives
the contents of these PLISTs.
2011-10-28 10:38:07 +00:00
obache
25f5359330 fixes format of a entry 2011-10-28 09:22:19 +00:00
obache
cd6c9f165e + p5-Switch 2011-10-28 09:16:00 +00:00
obache
7d77748f79 Added lang/p5-Switch version 2.16 2011-10-28 09:14:59 +00:00
obache
c4a41cc42c Import p5-Switch-2.16 as lang/p5-Switch.
Switch.pm provides the syntax and semantics for an explicit case mechanism for
Perl.  The syntax is minimal, introducing only the keywords C<switch> and
C<case> and conforming to the general pattern of existing Perl control
structures.  The semantics are particularly rich, allowing any one (or more) of
early 30 forms of matching to be used when comparing a switch value with its
various cases.
2011-10-28 09:14:41 +00:00
obache
9f6cefbba1 Add print-PLIST support for perl modules without .packlist. 2011-10-28 07:41:52 +00:00
spz
6b06628cf1 perl 5.14 adjustment: drop using ctime.pl just for a list of months 2011-10-28 06:16:12 +00:00
obache
ef3c89fa92 Twisted is no longer in pkgsrc-wip, it's in net/py-twisted. 2011-10-28 02:21:59 +00:00
obache
a2375ca11d Add python24 compatibility fixes. 2011-10-28 02:15:10 +00:00
hiramatsu
a06b0cb85c Note update of www/p5-Rose-HTML-Objects, textproc/p5-Pod-Simple and
devel/p5-MooseX-SemiAffordanceAccessor.
2011-10-28 01:14:00 +00:00
hiramatsu
f5d0c6090e Update p5-MooseX-SemiAffordanceAccessor to 0.09.
Change from previous:
0.09   2011-02-26

- In Moose 1.9900+, attributes from roles no longer acquire the consuming
  class's attribute traits. However, you can apply attribute traits like this
  one to attributes in roles, and that trait is preserved when the role is
  applied to a class.

  See the documentation for more details.
2011-10-28 01:13:08 +00:00
hiramatsu
428999e990 Update p5-Pod-Simple to 3.19.
Changes from previous:
2011-08-23   David E. Wheeler <david@justatheory.org>
	* Release 3.19

	Fixed occasional test failure when tests are run in parallel
	(HARNESS_OPTIONS=j6:c). Thanks to Alexei Znamensky for the report and
	Marc Green for the fix.

	Added "pod_handler" option. This is a callback that can be used to
	inspect the content on a "=pod" line. Marc Green/Google Summer of
	Code.

	Added tests for proper line-ending parsing from the previous
	release. The tests were in the repository, but didn't make it into
	the MANIFEST or, therefore, the release. Reported by Marc Green.

	Added the "parse_empty_lists" option. When enabled, Pod::Simple
	will recognize empty lists (that is, a blocks with '=over' and
	'=back' but nothing in between). Disabled by default. Marc
	Green/Google Summer of Code.

	Added the "whiteline_handler" attribute. It's much like
	"code_handler", "cut_handler", and "pod_handler", except it's
	triggered on lines that contain only whitespace characters. Marc
	Green/Google Summer of Code.

	Added "raw" attribute to L<> treelet that contains the L<>'s raw
	contents. Marc Green/Google Summer of Code.

	Pod directives autoclosed by Pod::Simple are now denoted as such
	by the new "fake_closer" attribue. Marc Green/Google Summer of
	Code.

	Fixed incompatibility with Pod::Simple::HTMLBatch in
	Pod::Simple::XHTML. Patch by Eric Johnson.

2011-07-16   David E. Wheeler <david@justatheory.org>
	* Release 3.18

	Pod::Simple now properly parses Pod files using Mac OS Classic line-
	endings (\r). Marc Green/Google Summer of Code.

	Fixed test failure in 't/search50.t when the test finds a .pod but
	the module is in a .pm. Thanks to the cpan-testers who reported
	this when the test searched for Capture::Tiny.

2011-07-09   David E. Wheeler <david@justatheory.org>
	* Release 3.17

	Documented tertiary methods. Patch from Shawn H Corey.

	Added "backlink" option to Pod::Simple::XHTML. Thanks to Marc
	Green/Google Summer of Code for the pull request.

	Typos fixed in Pod::Simple::HTMLBatch. Reported by Shawn H Corey.

	Fixed quoting of value returned by a "strip_verbatim_indent()"
	code reference so that regex meta characters are properly escaped.

	Added "anchor_items" option to Pod::Simple::XHMTL. This allows
	text items (which are output as <dt> elements) to have IDs that
	can be referenced in the "#" part of a URL. Marc Green/Google
	Summer of Code.

	Added "recurse" option to Pod::Simple::Search. It's enabled by
	default; disable it to turn off recursion into subdirectories.
	Marc Green/Google Summer of Code.

	Added documentation to clarify the behavior of the "content_seen"
	method. Thanks to Olaf Alders for the pull request.

2011-03-14   David E. Wheeler <david@justatheory.org>
	* Release 3.16

	Fixed invalid HTML generated for nested lists by Pod::Simple::XHTML
	(Fitz Elliott).

	Replaced the invalid "<nobr>" tag -- created for "S<>" -- with
	'<span style="white-space: nowrap;">' (Fitz Elliott).

	Fixed some nerbles in our own Pod (Michael Stevens)

	Improved the "Minimal code" example in Pod::Simple::HTML. The key
	is to use pase_file(), not parse_from_file() (which should
	otherwise be undocumented, and is just there for Pod::Parser
	compatibility.

	Added the html_charset() and html_encode_chars() attributes to
	Pod::Simple::XHTML. Inspired by a bug report from Agent Zhang
	(RT #29587).

	Added "Minimal code" example to the Pod::Simple::XHTML documentation.

	Fixed mispelling of the "=encoding" markup in the parser (it was
	spelled "=encode"). Thanks to "TTY" for the patch. (RT #24820).

2010-11-11   David E. Wheeler <david@justatheory.org>
	* Release 3.15

	Removed "perlpod.pod" and "perlpodspec.pod". These now just live
	in the Perl core.

	Fixed stylesheet names output by HTMLBatch to match the names of
	the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde
	for the report (RT #56725).

	Added missing closing slash to the CSS links in the XHTML output.
	Thanks to HarleyPig for the patch!

	Added parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry
	D. Hedden for the patch.

	Improved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the
	patch.

	Pod::Simple::XHTML now properly encodes entities in URLs in the
	anchor tag. Thanks to John McNamara for the report (RT-60249).

	Pod::Simple::HTML and XHTML now strip whitespace from the end of
	section names that appear as anchor names for headers (in HTML)
	and IDs (in XHTML). Such whitespace appeared when "X<>" entities
	were stripped out but not the space between them (RT-56572).

	Make test "t/search50.t" always pass on case-insensitive file
	systems rather than just skip VMS.
2011-10-28 01:12:49 +00:00
hiramatsu
265b25786f Update p5-Rose-HTML-Objects to 0.611.
Changes from previous:
0.611 (11.16.2010) - John Siracusa <siracusa@gmail.com>

    * Added default HTML serialization for compound fields.
    * Removed documentation for nonexistent field_names() method.

0.610 (10.02.2010) - John Siracusa <siracusa@gmail.com>

    * Fixed a bad probe in form-nested.t that was causing spurious test
      failures.
    * Attempted to fix mro-c3.t test failures that I've thus far been
      unable to reproduce locally.

0.608 (10.01.2010) - John Siracusa <siracusa@gmail.com>

    * Silenced a warning in t/form-field.t
    * Clarified the precedence of object_from_form() initialization in cases
      where a parent form and sub-form have fields with the same local_name()
      (Reported by Christopher Masto)
2011-10-28 01:12:22 +00:00
schnoebe
e0c3964f80 Update spectrum to 1.4.8. 2011-10-28 00:45:32 +00:00
schnoebe
f23597dde5 Update spectrum ot 1.4.8. 2011-10-28 00:27:57 +00:00
minskim
a0170865c7 Add tex-etoolbox{,-doc}. 2011-10-27 23:24:33 +00:00
minskim
cc4d8de461 Import tex-etoolbox-doc-2.1 as devel/tex-etoolbox-doc.
This is documentation for tex-etoolbox.
2011-10-27 23:22:19 +00:00
minskim
69f662f064 Import tex-etoolbox-2.1 as devel/tex-etoolbox.
The etoolbox package is a toolbox of programming facilities geared
primarily towards LaTeX class and package authors. It provides LaTeX
frontends to some of the new primitives provided by e-TeX as well as
some generic tools which are not strictly related to e-TeX but match the
profile of this package. Note that the initial versions of this package
were released under the name elatex. The package provides functions that
seem to offer alternative ways of implementing some LaTeX kernel
commands; nevertheless, the package will not modify any part of the
LaTeX kernel.
2011-10-27 23:22:11 +00:00
minskim
d030747a81 Note removal of texlive-pdftools. 2011-10-27 23:06:20 +00:00
minskim
85190c05fc Remove texlive-pdftools. Obsoleted by recently-imported TeX Live packages. 2011-10-27 23:05:22 +00:00
wiz
60e18c17d5 + ImageMagick-6.7.3.2, farsight2-0.0.31, p5-PerlMagick-6.7.3.2,
x264-devel-20111022.
2011-10-27 21:17:12 +00:00
wiz
3224f4d64e + gbrainy-2.04, gcal-3.6.1, gthumb-2.14.0, guile-2.0.3, libtasn1-2.10,
parallel-20111022, solfege-3.20.4, texmaker-3.1 [pkg/45521],
  weechat-0.3.6, xfontsel-1.0.3 [pkg/45523].
2011-10-27 21:10:30 +00:00
gls
64cf35bd1c Of course, I forgot to remove the patches that are required any more..... 2011-10-27 21:08:26 +00:00
gls
59118f78d7 Updated misc/calibre to 0.8.24 2011-10-27 20:41:28 +00:00
gls
6fa33bc125 Update misc/calibre to 0.8.24.
Based on PR pkg/45493 from Rhialto. Additional cleanup by myself.

pkgsrc changes:
- Fix interpreter paths
- Set LICENSE
- Rely on pkgsrc py-cherrypy and py-pdf instead of the ones bundled within
Calibre tarball.
- Properly install .desktop and mimetypes
- Install all recipes.
- Install additional documentation

Upstream changes:
our package was 22 versions behind.
Many, many, many new features, bug fixes and drivers to support new
ebooks readers.
Complete changelog is installed in ${PREFIX}/share/doc/calibre.
2011-10-27 20:40:02 +00:00
minskim
42eeec21bf Note PKGREVISION bump of teTeX. 2011-10-27 19:42:14 +00:00
minskim
ce4de9e365 Update teTeX's dependency on pdftools. 2011-10-27 19:41:40 +00:00
minskim
8e5ad98250 Note PKGREVISION bump of teTeX-bin. 2011-10-27 19:40:11 +00:00