Commit graph

153225 commits

Author SHA1 Message Date
joerg
1effb4dd74 Fix changes entry. 2010-01-23 22:31:24 +00:00
joerg
ff44f9ba44 Updated www/nginx to 0.5.35nb1 2010-01-23 16:33:50 +00:00
joerg
08a583a35b Suggest setting up log rotation. 2010-01-23 16:33:23 +00:00
joerg
927725bf35 Update to nginx-0.8.32. Way too many changes to list after two years of
development. Based on wip/nginx.
2010-01-23 16:32:11 +00:00
wiz
217e629634 + abcm2ps-6.0.0, abcmidi-20100115, awstats-6.95, dnsmasq-2.52,
firefox-3.6, gzip-1.4, pear-Net_SMTP-1.4.0 [pkg/42659], plone3-3.3.4,
  py-IP-0.70 [pkg/42669], py-ZopeInterface-3.5.3 [pkg/42668],
  qt3-qscintilla-2.4.2, stunnel-4.30, thunderbird-3.0.1, xterm-255.
2010-01-23 15:53:04 +00:00
joerg
ce99f185a8 libfetch-2.30:
HTTP keep-alive support
2010-01-23 14:53:08 +00:00
sno
8cab8011e6 Updated devel/p5-Test-Script to 1.07 2010-01-23 14:36:59 +00:00
sno
8cf9af6e6e Updating devel/p5-Test-Script from 1.06 to 1.07
Upstream changes:
1.07 Tue 24 Nov 2009
	- Second attempt at fixing the "Using" bug
2010-01-23 14:36:46 +00:00
joerg
b6e172ff69 libfetch-2.29:
Push \r\n up to the users of fetch_putln and remove it. Use send instead
of write(v) to avoid SIGPIPE.
2010-01-23 14:25:26 +00:00
joerg
fac586c6dd Remove is_active. 2010-01-23 13:39:42 +00:00
obache
8f62d3b7d8 Exactly include unistd.h for size_t (at least, need for Haiku). 2010-01-23 13:25:12 +00:00
sno
3423529d3a Updated devel/p5-Module-Build to 0.36030 2010-01-23 13:24:32 +00:00
sno
01fd69c360 Updating devel/p5-Module-Build from 0.36010 to 0.36030
pkgsrc changes:
- Remove upstream applied fix

Upstream changes:
0.3603 - Mon Jan 18 22:28:59 EST 2010

(Oops, I released the last one before I realized this should have been
fixed along with it.)

 Bug fixes:

 - Module::Build::Compat would croak on distibutions that set requires
   'perl' to a dotted decimal like '5.6.2'.  We now skip that key
   since it doesn't go into PREREQ_PM and we numify it properly for
   'use 5.006002' in the generated Makefile.PL (RT#53409)
   [David Golden, adapted from patch by G. Allen Morris III]

0.3602 - Mon Jan 18 22:09:54 EST 2010

 Bug fixes:

 - Fix failures in t/properties/needs_compiler.t when $ENV{CC} is set
   (RT#53296) [David Golden, adapted from patch by Jens Rehsack]
2010-01-23 13:24:05 +00:00
sno
6a45f35b01 Updated editors/p5-Padre to 0.55 2010-01-23 12:05:52 +00:00
sno
17c8988852 Updating editors/p5-Padre from 0.54 to 0.55
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.55 2010.01.21
    - Add full list of file types to the View Document As menu (SZABGAB)
    - dist-zilla projects detection finally fixed (#489) (JQUELIN)
    - The directory tree refresh method will shortcut if nothing has
      changed, which should fix a number of bugs relating to the
      directory tree "doing things" when it shouldn't be (ADAMK)
    - Saving files to somewhere other than the current project will now
      correctly flush the document project state, and triggers a directory
      tree flush so that we communicate the change in project (ADAMK)
    - Cloned ORLite::Migrate to a private version as Padre::DB::Migrate
      so we have a better chance of fixing bug #796 (ADAMK)
    - Tentatively fixed #796 by spawning migration scripts in a manner which
      does NOT assume the pre-existance of STDOUT. This is at best a
      short-term hack, because this STDOUT problem is going to come back and
      bite us in other ways in the future, for sure (ADAMK)
    - Tuned the directory tree refresh logic to improve startup speed when
      launching Padre with specific named files to open (ADAMK)
    - Tuned the creation and management of tool widgets to remove the need
      to load or construct tools at startup time that are turned off in the
      user's configuration.
    - Tuned lock-release refresh execution to remove low-level refresh
      methods that are also contained in higher level refresh methods.
    - Removed a superfluous AUI Update from the refresh method (ADAMK)
    - Delay loading some additional GUI classes and objects until they
      definitely needed (ADAMK)
    - Suppress warnings that occur during plugin loading (ADAMK)
    - 'Simple' possible fix for #331 to update the tabs when 'save all' is
      run in Padre. (PLAVEN)
    - Fixed #819: Don't crash on missing project dir (SEWI)
    - Upgrading --desktop option from VBScript to a new Win32::Shortcut-based
      Padre::Desktop. Desktop link creation works on Vista and newer
      operating systems again (ADAMK)
    - Tuned menubar refresh to only fire if we change document mimetype,
      which saves a ton of CPU and seems to reduce flicker (ADAMK)
2010-01-23 12:05:32 +00:00
obache
cf8e575d0f Updated devel/py-zconfig to 2.6.1 2010-01-23 11:19:15 +00:00
obache
1d8e397bfb Update py-zconfig to 2.6.1.
Based on PR#42563 by Derouiche.

==========================
Change History for ZConfig
==========================

ZConfig 2.6.1 (2008/12/05)
--------------------------

- Fixed support for schema descriptions that override descriptions from a base
  schema.  If multiple base schema provide descriptions but the derived schema
  does not, the first base mentioned that provides a description wins.
  https://bugs.launchpad.net/zconfig/+bug/259475

- Fixed compatibility bug with Python 2.5.0.

- No longer trigger deprecation warnings under Python 2.6.


ZConfig 2.6.0 (2008/09/03)
--------------------------

- Added support for file rotation by time by specifying when and
  interval, rather than max-size, for log files.

- Removed dependency on setuptools from the setup.py.


ZConfig 2.5.1 (2007/12/24)
--------------------------

- Made it possible to run unit tests via 'python setup.py test' (requires
  setuptools on sys.path).

- Added better error messages to test failure assertions.

ZConfig 2.5 (31 Aug 2007)
-------------------------

  *A note on the version number:*

  Information discovered in the revision control system suggests that
  some past revision has been called "2.4", though it is not clear that
  any actual release was made with that version number.  We're going to
  skip revision 2.4 entirely to avoid potential issues with anyone using
  something claiming to be ZConfig 2.4, and go straight to version 2.5.

- Add support for importing schema components from ZIP archives (including
  eggs).

- Added a 'formatter' configuration option in the logging handler sections
  to allow specifying a constructor for the formatter.

- Documented the package: URL scheme that can be used in extending schema.

- Added support for reopening all log files opened via configurations using
  the ZConfig.components.logger package.  For Zope, this is usable via the
  ``zc.signalhandler`` package.  ``zc.signalhandler`` is not required for
  ZConfig.

- Added support for rotating log files internally by size.

- Added a minimal implementation of schema-less parsing; this is mostly
  intended for applications that want to read several fragments of ZConfig
  configuration files and assemble a combined configuration.  Used in some
  ``zc.buildout`` recipes.

- Converted to using ``zc.buildout`` and the standard test runner from
  ``zope.testing``.

- Added more tests.


ZConfig 2.3.1 (21 Aug 2005)
---------------------------

- Isolated some of the case-normalization code so it will at least be
  easier to override.  This remains non-trivial.


ZConfig 2.3 (18 May 2005)
-------------------------

- Added "inet-binding-address" and "inet-connection-address" to the
  set of standard datatypes.  These are similar to the "inet-address"
  type, but the default hostname is more sensible.  The datatype used
  should reflect how the value will be used.

- Alternate rotating logfile handler for Windows, to avoid platform
  limitations on renaming open files.  Contributed by Sidnei da Silva.

- For <section> and <multisection>, if the name attribute is omitted,
  assume name="*", since this is what is used most often.


ZConfig 2.2 (21 Apr 2004)
-------------------------

- More documentation has been written.

- Added a timedelta datatype function; the input is the same as for
  the time-interval datatype, but the resulting value is a
  datetime.timedelta object.

- Make sure keys specified as attributes of the <default> element are
  converted by the appropriate key type, and are re-checked for
  derived sections.

- Refactored the ZConfig.components.logger schema components so that a
  schema can import just one of the "eventlog" or "logger" sections if
  desired.  This can be helpful to avoid naming conflicts.

- Added a reopen() method to the logger factories.

- Always use an absolute pathname when opening a FileHandler.

- A fix to the logger 'format' key to allow the %(process)d expansion variable
  that the logging package supports.

- A new timedelta built-in datatype was added.  Similar to time-interval
  except that it returns a datetime.timedelta object instead.


ZConfig 2.1 (12 Apr 2004)
-------------------------

- Removed compatibility with Python 2.1 and 2.2.

- Schema components must really be in Python packages; the directory
  search has been modified to perform an import to locate the package
  rather than incorrectly implementing the search algorithm.

- The default objects use for section values now provide a method
  getSectionAttributes(); this returns a list of all the attributes of
  the section object which store configuration-defined data (including
  information derived from the schema).

- Default information can now be included in a schema for <key
  name="+"> and <multikey name="+"> by using <default key="...">.

- More documentation has been added to discuss schema extension.

- Support for a Unicode-free Python has been fixed.

- Derived section types now inherit the datatype of the base type if
  no datatype is identified explicitly.

- Derived section types can now override the keytype instead of always
  inheriting from their base type.

- <import package='...'/> makes use of the current prefix if the
  package name begins witha dot.

- Added two standard datatypes:  dotted-name and dotted-suffix.

- Added two standard schema components: ZConfig.components.basic and
  ZConfig.components.logger.


ZConfig 2.0 (27 Oct 2003)
-------------------------

- Configurations can import additional schema components using a new
  "%import" directive; this can be used to integrate 3rd-party
  components into an application.

- Schemas may be extended using a new "extends" attribute on the
  <schema> element.

- Better error messages when elements in a schema definition are
  improperly nested.

- The "zconfig" script can now simply verify that a schema definition
  is valid, if that's all that's needed.
2010-01-23 11:19:03 +00:00
joerg
137b27d99e Fix linkage for create/delete. 2010-01-23 11:02:58 +00:00
yyamano
aba12e7678 Import Scala 2.7.7.final. 2010-01-23 10:53:01 +00:00
yyamano
7e4af2890e Import Scala 2.7.7.final.
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.
It smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive.
2010-01-23 10:50:45 +00:00
obache
2feec747e9 Set LICENSE=gnu-gpl-v2. 2010-01-23 08:51:13 +00:00
obache
b7343ef842 Updated textproc/gnome-subtitles to 0.9.1 2010-01-23 08:30:23 +00:00
obache
1900cbaf7d Update gnome-subtitiles to 0.9.1.
Based on PR#42582 by Derouiche.

0.9.1 (18/07/09)
================

- Allow to open audio files for subtitling
- Changed the default selection type in the Timings Adjust and Shit dialogs
- Fixed crashes:
  * Opening a video with Frames mode selected
  * Opening the Preferences dialog

Translations:
- Joan Duran (ca)
- Jorge González (es)

Bug fixes:
- Subtitling of audio files (#584795)
- GS crashes when opening subtitles together with a movie (#587097)
- GS crashes on Edit->Preferences (#587100)

Thanks:
- Marcin Zajaczkowski, Yannick Warnier

0.9 (21/06/09)
==============

- New interactive Synchronize Timings dialog:
  * Allows to synchronize using multiple sync points
  * Each sync point represents the correct time of a subtitle
  * Shows help message to ease the synchronization task
  * Can synchronize all subtitles based on a set of sync points
- New Seek To dialog that allows to seek the video to a specified time/frame
- More polished user interface, by removing the border relief in video-related
  buttons and decreasing their size
- Allow to close a file without quitting the application (File Close)
- Replace All now replaces translations too, besides the normal subtitle text
- Don't change the timing mode, after saving a file, to reflect the timing mode
  of the subtitle format chosen for saving
- Added Insert and Delete Subtitles toolbar buttons, removed Find and Replace
  from the toolbar
- Added MIME Type association to the SubRip, MPSub, SubStation Alpha and
  MicroDVD subtitle formats
- Improved handling of text formatting tags in SubRip files
- Show Matroska Video files (MKV) when listing video files
- Fixed crash on opening a translation file with no subtitles loaded
- SubLib merged into Gnome Subtitles, making both easier to maintain and package
- Major refactoring of the video playback engine:
  * GStreamer Playbin (code from the FuseMC project) has been incorporated into
    the project source tree
  * Gstreamer Playbin no longer builds as a separate package (no separate dll,
    although the .so lib is still built separately)
  * GStreamer events are now received asynchronously, which means the user
    interface adapts to the video in an asynchronous/non-blocking way
- Fixed some bugs in the video playback engine:
  * Loading a file when the previously loaded file wasn't played
  * Video position not being correctly updated after loading the video and
    before starting playback
- Display an error dialog when the help contents cannot be opened
- Fixed the use of Bug Buddy for bug reporting
- Changes in the project dependencies:
  * Requires gtk, gtk-sharp, glade-sharp and gconf-sharp 2.12 or higher
  * No longer requires gnome-sharp nor sublib

Translations:
- Djihed Afifi (ar)
- Joan Duran (ca)
- Kamil Paral, Lucas Lommer, Petr Kovar, Rinu (cs)
- Joe Hansen, Kristian Kjærgaard (da)
- Felix Braun, Mario Blättermann (de)
- Gabriel Ruiz, Jorge González (es)
- Ilkka Tuohela (fi)
- Luca Ferretti, Simone Oberti (it)
- Kjartan Maraas (nb)
- Yannig Marchegay (oc)
- Piotr Drąg (pl)
- António Lima (pt)
- César Veiga, Fábio Nogueira, Henrique P Machado, Leonardo Ferreira
  Fontenelle (pt_BR)
- Nickolay V. Shmyrev (ru)
- Daniel Nylander (sv)

Bug fixes:
- The file with a movie is not always automatically selected (#417975)
- Improvements to selection types in timings dialogs (#430737)
- Add support for viewing and correcting line length (#430961)
- Synchronize subtitles using multiple sync points (#471393)
- Allow to seek to a specified time instant (#504560)
- Configure script doesn't check for gstreamer-plugins-base headers (#520171)
- Make frequently-used menu items accessible in the toolbar (#530833)
- German Translation (#534748)
- Parallel build fails (#534889)
- Crash when trying to open a file (#540009)
- Suboptimal parsing of SRT-file (#552221)
- Strings like 'gtk-cancel' and so should not be translatable (#576197)
- Build error (#577127)

Contributors:
- Arx Cruz, Lucas Lommer

Additional thanks:
- Adam Dixon, Julian Sikorski, Luciano A. Ferrer, Marcin Zajaczkowski,
  Satoshi Tanabe
2010-01-23 08:30:08 +00:00
obache
7a98b0a3ac Updated print/acroread8 to 8.1.7nb2 2010-01-23 05:50:11 +00:00
obache
bb1398c6a4 Use ${EMULDIR} instead of hard-coded /emul/linux, should fixes PR#42625.
Bump PKGREVISION.
2010-01-23 05:49:59 +00:00
obache
f56d3aebde Update dbmail to 2.2.14.
Changes:
 * 0000816[Database layer] DEF_QUERYSIZE is currently 1024, causing sieve
   generated autoresponders to fail (paul) - resolved
 * 0000822[General] Incoming IP addresses missing in syslog (paul) - resolved.
 * 0000827[IMAP daemon] postgresql-8.4.2 Strangeness - resolved.
 * fix native autoreply/autonotify support
 * skip caching of broken 8bit addresses
 * requires gmime > 2.2.10
2010-01-23 04:50:22 +00:00
obache
7bdb067e28 Fixes scripts installation path for postgresql. 2010-01-23 04:45:20 +00:00
asau
1fb4848dfc Updated math/fricas to 1.0.9 2010-01-23 02:13:18 +00:00
asau
d6ddd07d3a Update to FriCAS 1.0.9
Notable changes (compared to version 1.0.8) include:

- Speed improvements to polynomial multiplication, power series
  multiplication, guessing package and coercion of polynomials
  to expressions.
- Domains for tensor products.
- 'Complex(Integer)' is now  UniqueFactorizationDomain.
- Types in interpreter are now of type 'Type' (instead of 'Domain')
  and categories in interpreter are of type 'Category' (instead of
  'Subdomain(Domain)').
- Interpreter functions can now return 'Type'.
- New function for files: 'flush'.
- Spad compiler: return in nested functions and nested functions
  returning functions.

Bug fixes, in particular:

- Several fixes to guessing package.
- Avoid crash when unparsing equations.
- Equation solver accepts more solutions.
- Fixed handling of 'Tuple' in Spad parser.
- Fixed miscompilation of record constructor by Spad compiler.
2010-01-23 02:11:40 +00:00
tonio
3e0064ca64 Updated devel/exctags to 5.8 2010-01-22 22:31:33 +00:00
tonio
ed8885dcaf Update devel/exctags to 5.8
Changes:
ctags-5.8 (09 Jul 2009)
* Removed ".ml" as a Lisp extension (now OCaml) [Lisp].
* Added support for Ant language, contributed by David Fishburn.
* Added support for DOS Batch language, contributed by David Fishburn.
* Added support for Flex (Adobe) language, contributed by David Fishburn.
* Added support for MATLAB language, contributed by David Fishburn.
* Added support for Objective Camel (OCaml), provided by Vincent Berthoux [Patch #2738723].
* Added support for TeX language, contributed by David Fishburn.
* Added support for VHDL language, contributed by Nicolas Vincent [Bug #1943306].
* Added support for Pyrex/Cython declarations [Python].
* Added support for "v" kind, for variables [Python].
* Added support for class and member variables [PHP, Bug #1037086].
* Added support for recent enhancements to Eiffel language [Eiffel].
* Added support for ASP classes, contributed by Zendhi Nagao; changes meaning of 'c' kind flag [ASP].
* Added regex support when compiling with MinGW. Gnu regex module now included in all distributions.
* Fixed detection of triple strings inside other strings [Python, Bug #1988130].
* Fixed an endless loop with comments in triple strings [Python, Bug #1988027].
* Fixed bug where functions were sometimes seen as methods [Python, Bug #1988026].
* Fixed parsing of method parameter annotations, fix contributed by Paolo "blaisorblade" Giarrusso [Java, Bug #2049723, #2117073].
* Fixed parsing of global scope qualifiers in base class lists [C++, Bug #1799343].
* Fixed bug where namespace members were given kinds corresponding to globals [C++, Bug #1924919, #1575055].
* Fixed parsing of "else" [C#, Bug #1830344].
* Fixed parsing of derived enums [C#, Bug #1515910].
* Fixed parsing of "foreach" [C#, Bug #1830343].
* Fixed parsing of simple generic classes [C#, Bug #1515910].
* Fixed bug with detecting identifiers inside variables [Python, Bug #1809024].
* Fixed bug with detecting identifiers at the start of variables [Python, Bug #1856363].
* Fixed parsing of triple single-quoted multi-line strings [Python, Bug #1906062].
* Changed to newer version of autoconf, changing configure.in to configure.ac.
2010-01-22 22:30:05 +00:00
drochner
8ab990a82f update to 1.6.2
changes:
-minor bugfixes
-Updated Catalan translation
2010-01-22 20:59:41 +00:00
drochner
e07f34414e update to 0.15.8
This bugfix release will make incoming streaming more reliable, allowing
stream rewinding if supported, fix CUE track playback, fixes shn support
in ffmpeg and other minor fixes.
2010-01-22 20:47:45 +00:00
drochner
b67b959b9f fix an obvious copy'n'pasto
being here, trim dependencies by some which are not referenced
directly (but still through libgnomeui)
2010-01-22 20:44:58 +00:00
heinz
43947a447c Updated
misc/esniper to 2.22.0
2010-01-22 20:15:53 +00:00
heinz
5746f45168 Updated to version 2.22.0
Pkgsrc changes:
  - none

Changes since version 2.21.0:
=============================
2010-01-21
        * 2.22.0 released
        * Fixed bug 2936564: Can't get item number or title
2010-01-06:
        * Fixed bugs 2887061 and 2922040: Recognize "bad password" page.
2010-01-22 20:15:00 +00:00
adam
cc201583ef Added support for gssapi and krb5 authentication as options 2010-01-22 20:12:11 +00:00
ghen
1e69ccb6ba Add a "gnome" option for dasher (enabled by default), to make it possible to
build the package without the gnome dependencies.

XXX sometimes the canvas isn't drawn on startup.  Resizing the window makes
    it appear (noted by Patrick Welche).
2010-01-22 19:55:07 +00:00
drochner
568bd6734a remove a leftover reference to glib-1 2010-01-22 17:25:44 +00:00
drochner
daac146832 update to 3.3.2
many changes and improvements since 3.1.1, see the CHANGELOG.TXT
2010-01-22 17:19:58 +00:00
drochner
58aeb9a2d8 +freehdl 2010-01-22 17:16:22 +00:00
drochner
6ae9211e47 add freehdl-0.0.7, a VHDL simulator
(somewhat limited, but generally useable; I'm having problems with
importing symbols from other vhdl files in the same directory, but
this can be worked around with a "v2cc.libs" file)
2010-01-22 17:14:33 +00:00
taca
3265caa84a Note update of time/ruby-tzinfo package to 0.3.16. 2010-01-22 15:31:20 +00:00
taca
f843ad56ca Update ruby-tzinfo package to 0.3.16.
== Version 0.3.16 (tzdata v2009u) - 5-Jan-2010

* Support the use of '-' to denote '0' as an offset in the tz data files.
  Used for the first time in the SAVE field in tzdata v2009u.
* Updated to tzdata version 2009u
  (http://article.gmane.org/gmane.comp.time.tz/3053).
2010-01-22 15:30:32 +00:00
wiz
9e17f6f1b0 Remove patch that's not needed any longer after gtk-doc is fixed. 2010-01-22 14:22:42 +00:00
wiz
aed2b28371 Updated textproc/gtk-doc to 1.13nb1 2010-01-22 14:21:40 +00:00
wiz
c388af70a1 Add two patches from upstream to fix --module and 'make dist' problems.
Bump PKGREVISION.
2010-01-22 14:21:32 +00:00
wiz
f06718d5dd Fix typo in function names, bump date. 2010-01-22 13:56:45 +00:00
wiz
95fe5ee9b5 Add missing --module flag to gtkdoc-fixxref, needed by latest gtkdoc.
XXX: is --module=gtkspell correct?
2010-01-22 13:54:22 +00:00
obache
4ac1fb6b26 Updated net/py-GeoIP to 1.2.4 2010-01-22 13:46:09 +00:00