Commit graph

136707 commits

Author SHA1 Message Date
seb
84c297e3db Initial import of p5-File-Next version 1.02 in the NetBSD Packages
Collection.

The Perl 5 module File::Next is a lightweight, taint-safe, with
only core prerequisites, file-finding module.
2009-01-18 19:23:21 +00:00
wiz
4c888c4682 + fbreader. 2009-01-18 17:40:21 +00:00
wiz
2686b79eaa Added textproc/liblinebreak version 1.0 2009-01-18 17:40:14 +00:00
wiz
9449a7dc56 Initial import of fbreader-0.10.1:
FBReader is an e-book reader for various platforms.

Main features:
  * Supported formats are
       * fb2 e-book format (style attributes are not supported yet).
       * HTML format (tables are not supported).
       * CHM format (tables are not supported).
       * plucker format (tables are not supported).
       * Palmdoc (aportis doc).
       * zTxt (Weasel format).
       * TCR (psion text) format.
       * RTF format (stylesheets and tables are not supported).
       * OEB format (css and tables are not supported).
       * OpenReader format (css and tables are not supported).
       * Non-DRM'ed mobipocket format (tables are not supported).
       * Plain text format.
  * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
    in one archive are supported.)
  * Automatic library building.
  * Automatic language and character encoding detection is supported.
  * Automatically generated contents table.
  * Embedded images support.
  * Footnotes/hyperlinks support.
  * Position indicator.
  * Keeps the last open book and the last read positions for all opened
    books between runs.
  * List of last opened books.
  * Automatic hyphenations.
  * Text search.
  * Full-screen mode.
  * Screen rotation by 90, 180 and 270 degrees.
2009-01-18 17:39:37 +00:00
wiz
df2cd7dabe + liblinebreak. 2009-01-18 17:38:51 +00:00
wiz
6478180246 Initial import of liblinebreak-1.0:
This is liblinebreak, an implementation of the line breaking
algorithm as described in Unicode 5.0.0 Standard Annex 14, Revision
19, available at http://www.unicode.org/reports/tr14/tr14-19.html
2009-01-18 17:38:15 +00:00
wiz
ad2a054038 Updated graphics/py-cairo to 1.8.2 2009-01-18 17:13:06 +00:00
wiz
b58016f758 Update to 1.8.2:
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2
=======================================================

Pycairo 1.8.0 resulted in crashes for some applications using threads. So
upgrading to 1.8.2 is recommended for threaded applications.

Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface

New Methods:
    Context.set_scaled_font

API Changes:
    Matrix multiplication:
    old code: matrix3 = matrix1 * matrix2
    new equivalent code: matrix3 = matrix1.multiply(matrix2)
    matrix3 = matrix1 * matrix2
    is now equivalent to matrix3 = matrix2.multiply(matrix1)
    which is consistent with standard matrix multiplication.
2009-01-18 17:12:56 +00:00
wiz
5d2a90b886 Updated www/epiphany-extensions to 2.24.3 2009-01-18 17:05:59 +00:00
wiz
00a95e53a3 Update to 2.24.3:
Updated zh_CN translation.
    Remove single include defines, they break distcheck
2009-01-18 17:05:45 +00:00
wiz
92c824bb3e Updated www/epiphany to 2.24.3 2009-01-18 16:53:45 +00:00
wiz
abe7d762e2 Update to 2.24.3:
Spring cleaning.

    Updated Thai translation.

    Fix bookmark import of ff3 files

    ff3 now has some extra stuff in their .html files, so the importer is not
    always working, the regexp has been improved to fix this.
    Patch by Wouter Bolsterlee. Fixes bug #552997.

    Set the weasel version to 3.1 when using gecko 1.9.1.

    More gecko 1.9.1 fixes.

    Check for nsIDOMNSLocation.h, which was removed in gecko 1.9.1, and
    adapt API use accordingly. Bug #565669.

    Minor fix to Catalan translation thanks to Sílvia Miranda
2009-01-18 16:53:30 +00:00
asau
6885be3afe Clarify STklos item based on personal mail from Erick Gallesio,
the author of STk and STklos.
2009-01-18 16:24:33 +00:00
wiz
934c7fcac8 + asciidoc-8.3.3, clutter-0.8.6, epiphany-2.24.3, gettext-m4-0.17,
gnome-desktop-sharp-2.24.1, highlight-2.7, ikiwiki-3.02,
  libdrm-2.4.4, libgdiplus-2.2, libtasn1-1.8, mono-2.2, mono-tools-2.2,
  mono-xsp-2.2, p5-IO-Socket-SSL-1.20, p5-XML-RSS-1.43, p5-libwww-5.823,
  py-cairo-1.8.2, rdiff-backup-1.2.5, snd-10.3, tcpreplay-3.4.0,
  tig-0.13, xf86-video-intel-2.6.0, xinput-1.4.0.
2009-01-18 16:22:16 +00:00
wiz
cbea518307 Updated chat/telepathy-glib to 0.7.22 2009-01-18 16:19:00 +00:00
wiz
29b7a11d5b Update to 0.7.22:
telepathy-glib 0.7.22 (2009-01-13)
==================================

The "TP_STRUCT_TYPE_BROWN_PAPER_BAG" release.

Fixes:

* Accept message=NULL in tp_group_mixin_change_members, as documented and true
  in the past, rather than crashing.

telepathy-glib 0.7.21 (2009-01-12)
==================================

The "TP_HASH_TYPE_PINT_HOBGOBLIN_MOUTH_MAP" release.

Enhancements:

* Updated to spec version 0.17.17
  - Added TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP and
    TP_HASH_TYPE_MESSAGE_PART_CONTENT_MAP

* (Finally) merged TpMessageMixin, which can be used in place of TpTextMixin to
  implement the Messages interface on Text channels.

* The examples have been made more exemplary, using TpChannelManager in place
  of TpChannelFactoryIface, implementing Destroyable and respawning 1-1 text
  channels which are closed with pending messages.

* Added a TP_COMPILER_WARNINGS macro to simplify choosing compiler warnings in
  configure.ac, and forked a version of AS_COMPILER_FLAG that supports C++ so
  that TP_COMPILER_WARNINGS can be used for C++ projects (such as
  telepathy-qt4).  Other projects using telepathy-glib's warnings might want to
  copy m4/tp-compiler-*.m4 and use TP_COMPILER_WARNINGS.

* Added support to TpGroupMixin for emitting the MembersChangedDetailed signal
  (fd.o #19050 and #19052), and to TpChannel for listening to it when possible
  (fd.o #19051).

* Added tp_channel_get_identifier

* Added support for parsing the dbus-property CM parameter flag (introduced in
  spec 0.17.16) from .manager files (fd.o #19053).

Fixes:

* Various Win32 portability fixes (from Sunil Mohan Adapa on fd.o #19461).

* fd.o #19101: tp_connection_get_contacts_by_id() crashes
2009-01-18 16:18:50 +00:00
wiz
84a9e3cb18 Added emulators/sdlmess version 0.129 2009-01-18 16:06:35 +00:00
wiz
9ee83d34f5 Added emulators/sdlmame version 0.129 2009-01-18 16:06:09 +00:00
wiz
286b0c0c48 + sdlmame + sdlmess. 2009-01-18 16:05:25 +00:00
wiz
94824ad6f4 Fix license name. 2009-01-18 16:05:03 +00:00
wiz
025519adfe Add conflict with sdlmess. 2009-01-18 16:04:48 +00:00
wiz
086deaea33 Add conflict with sdlmame. 2009-01-18 16:04:13 +00:00
wiz
a83c4ed085 Initial import of sdlmess-0.129, packaged for wip by dillo.
MESS is a free emulator which emulates a large variety of different
systems.

This package contains the SDL port of MESS.
2009-01-18 16:02:57 +00:00
wiz
a006a998f8 Initial import of sdlmame-0.129, packaged by dillo for wip.
absd and I did some updates on it.

SDL mame is the SDL port of the MAME arcade game emulator.

MAME is a virtual machine emulator; it includes emulators for numerous
CPUs, sound and video chips used in arcade games, as well as special
purpose decoding PALs and detailed information about the memory layout of
each game.

To play games in MAME you must have a copy of the original game ROMs.
2009-01-18 16:02:17 +00:00
roy
8a51cce405 Update devel/py-setuptools to 0.6c9 2009-01-18 15:03:48 +00:00
roy
30b95264f8 fgci is not jobs safe 2009-01-18 14:56:17 +00:00
roy
3de32a59da Bump to 0.6c9
Misc fixes including one for working with newer subversions.

ok: joerg
2009-01-18 14:50:20 +00:00
jmcneill
45a5f40add Updated sysutils/hal to 0.5.11nb19 2009-01-18 13:54:18 +00:00
jmcneill
c141e84fba Optical media handling needs block.storage_device too; add this to
improve KDE4 compatibility. Bump PKGREVISION.
2009-01-18 13:53:33 +00:00
he
8a6dad4aff Note update of math/fftwf to 3.2. 2009-01-18 13:01:12 +00:00
he
7ad7d7db57 Update from version 3.1.2 to 3.2, to bring this in line with
the version in math/fftw/.

Pkgsrc changes:
 o Get rid of the powerpc-specific distfile, it's apparently not needed
   anymore
 o Add perl as a tool, so that "make test" can succeed
 o Adjust dependency on math/fftw
2009-01-18 13:00:07 +00:00
obache
2466e4c6bc Add pfstools and pfstmo. 2009-01-18 12:49:30 +00:00
obache
c6ae6569a7 Added graphics/pfstmo version 1.3.2 2009-01-18 12:48:34 +00:00
obache
1080cabf44 Import pfstmo-1.3.2 as graphics/pfstmo.
Based on PR 39438 by Thomas Zander.

Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
2009-01-18 12:48:19 +00:00
obache
c387c81dee Added graphics/pfstools version 1.7.0 2009-01-18 12:47:04 +00:00
obache
ea5852368a Import pfstools-1.7.0 as graphics/pfstools.
Based on PR 39437 by Thomas Zander.

A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
2009-01-18 12:46:39 +00:00
obache
cc21e2178f Add description of gdal, octave, openexr (pfstools) and gsl (pfstmo) options. 2009-01-18 12:37:43 +00:00
ahoka
cf3163aa63 Remove the bogus requirement for python25, fix the offending line instead. 2009-01-18 12:31:07 +00:00
shattered
9c3793b8ea Correct a typo and fix FTP definition (T is for Transfer).
OK by wiz@.
2009-01-18 12:15:01 +00:00
shattered
db94faa9c1 Sort, remove duplicate.
OK by wiz@.
2009-01-18 12:00:53 +00:00
wiz
2cb3e0bd13 Use gnome-speech/Makefile.common to avoid updating gnome-speech but
forgetting about gnome-speech-espeak.
2009-01-18 11:30:14 +00:00
wiz
fcc0148858 Split off most variables into Makefile.common, to be used by
gnome-speech-espeak as well, to avoid updating one and not the other.
2009-01-18 11:29:44 +00:00
wiz
9e2a321b79 regen, because the line numbers are much lower nowadays.
Not necessary, but gets rid of a patch(1) warning on NetBSD.
2009-01-18 11:28:56 +00:00
tnn
510d3ca5f9 merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when
              using "use filetest 'access';"
Bump PKGREVISION. Noted by Leo R. Lundgren.
2009-01-18 11:10:50 +00:00
shattered
d774533f56 Updated misc/logsurfer to 1.7. 2009-01-18 11:02:32 +00:00
shattered
2979d9ae0a Update to Logsurfer+ 1.7. Changes:
* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.
2009-01-18 11:01:56 +00:00
obache
7511dbfd39 MAKE_JOBS_SAFE=no 2009-01-18 10:22:47 +00:00
seb
e2cfc21bd7 Note update of www/p5-WWW-Pastebin-PastebinCom-Create to version 0.002 2009-01-18 10:08:45 +00:00
seb
7983a5efb1 Update from version 0.001 to version 0.002.
Upstream changes:
0.002   Jan 17, 2009
        Added a "uri" argument to support pasting to "private" pastebins.
2009-01-18 10:08:17 +00:00
wiz
66042444c8 Updated audio/gnome-speech-espeak to 0.4.22 2009-01-18 10:04:28 +00:00