Commit graph

102906 commits

Author SHA1 Message Date
kleink
33e8e9fa16 Update p5-XML-Atom-SimpleFeed to 0.8, as provided by Martin Wilke in
PR pkg/34399.

Revision history for XML-Atom-SimpleFeed:

0.8  2006 Jun 3
	- Multiple consecutive internal refactors; code structure is now
	  actually satisfactory
	- Handles multiple authors and contributors
	- Support for icon and logo elements
	- Big POD cleanup
	- Use Carp::Clean to get rid of silly $Carp::CarpLevel juggling
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Elements such as C<link> which may appear multiple times are no
	  longer specified in an anonymous array, but simply given
	  repeatedly.
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Atom 0.3 element and attribute names are no longer supported. (No
	  point keeping a lot of deprecation code around in the face of a
	  change like the above.)
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Suppress the default C<generator> element requires calling the
	  C<no_generator> method instead of passing a C<generator> key to
	  C<new> with an undefined value.
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Well, since I'm at it, the C<save_file> method is no longer
	  supported. C<print> now takes a handle, though.
	- Cleaned up errors and warning messages and got rid of DIAGNOSTICS
	  section in POD

0.8_004  2006 May 10
	- Brownbag upload: forgot to update ./Changes in 0.8_003

0.8_003  2006 May 10
	- Minor incremental progress; various bugfixes, some refactor.

0.8_002  2006 Apr 9
	- Use builtin XML writer instead of SAX for output. This
	  eliminates huge amounts of redundancy.
	- Big improvements in the distribution of responsibilities for
	  deprecation and validation checks.
	- Array-based implementation rather than inside-out objects.
	- Internal structure is now more logical and consistent.

0.8_001  2005 Sep 28
	- Emit Atom 1.0. Documentation updated to reflect Atom 1.0.
	  Usage according to Atom 0.3 will transparently generate 1.0
	  elements but emit deprectation warnings.
	- Remove _generate_entry_id and use HTTP URLs as IDs by default.
	  Using tag: URIs is useful for generating the ID once, up
	  front, so that it won't change even if the permalink does --
	  if the ID is generated from the permalink, we might as well
	  use the permalink directly.
	- Use XML::SAX::Writer instead of XML::Simple for output.
2006-09-03 14:30:08 +00:00
wiz
1b77be1bf4 openbox updated to 3.3. 2006-09-03 14:28:27 +00:00
wiz
c6e97594e2 Update to 3.3:
3.3:
  * Add a showDelay option for the dock.
  * Fixed onscreen-keeping code which broke a bit in -rc2.
  * Fix incorrect handling of window properties on 64 bit arches.
  * Fix pixelsize being the same as size for pango, now it is correct.
  * Fix drawing of icons taller than wide, eg gimp.
  * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
    center and 'splitvertical' which is like vertical but nonlinear in a fancy
    way.
  * Translations for de, hr and zh_TW added.
  * Add initial per-app settings support.
  * Fix some outstanding issues with 64-bit support.
  * Add an optional delay for displaying submenus so you can move the mouse
    over some entries without flashing each submenu.
  * Plug some minor memleaks and fix minor bugs.
  * Changed algorithm for downscaling window icons.
  * New themes!
  * Disable support for libstartup-notification by default, it doesn't seem
    to work well.
  * Allow disabling of duplicate window numbering by option titleNumber in
    theme section.
  * Add moverelative and resizerelative actions.
  * Option middle for menus that make submenus be centered instead of aligned
    by the top edge to the parent entry.
  * Fix transient (ie dialog) windows being placed offscreen if the parent
    is close to the edge of the screen.

3.3-rc2:
  * Fixed some typos and errors in rc.xsd
  * Add the noStrut option to the dock (to allow maximizing windows over it),
    useful when it is not in the above layer.
  * Fix transparent terminals not updating when using ToggleDecor.
  * Yet more poking at the onscreen-keeping code, should now do the right
    thing always.
  * Add an option to hide disabled buttons instead of showing them as disabled.
  * Hopefully fixed all the remaining pango issues. The new 1.10 release also
    fixes shadows again.
  * I think the lib linking in Makefile.am is right now, please tell me if it
    isn't.
  * Added a finnish translation and some minor updates to others.
  * Fixed configure.ac so --enable-pango doesn't disable pango support or the
    other way around, make enabled be default to get some extra testing.

3.3-rc1:
  * Poked around a bit in the code that keeps windows onscreen, if you
    are using xinerama, please let me know if things are better/worse/same.
  * Add support for pango, disabled by default due to a bug in pango 1.8 that
    breaks shadows, it works fine with 1.6.x though. Poke the pango developers
    here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
    to be fixed.
  * Made edge resist and Send/MoveToEdge not hit windows at layers below
    the current one, add option to disable this behaviour.
  * Fixed directional focus not getting trapped in omnipresent windows
  * Fixed focus actions when bound to the mouse, normal focus cycle is always
    linear and directional focus is totally disabled, it makes no sense
    anyway, just move the mouse.
  * Added an option for the raise/lower/raiselower/unshaderaise/shadelower
    options called group that lets you bind stuff to raise/lower the whole
    window group. <action name="raise"><group>yes</group></action>
  * Add various new actions. I haven't updated the web docs yet, but I think
    I managed to get all of them listed in rc.xsd.
  * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
  * Some translations added. (ca, no, pl, ru, fr)
2006-09-03 14:27:59 +00:00
hira
0dbc81e89e Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'. The arguments
should not be transformed by wrapper.  This fixes PR pkg/34139.
Reviewed by tron@.
2006-09-03 13:07:59 +00:00
wiz
5aba68faad libofx updated to 0.8.2. 2006-09-03 13:02:48 +00:00
wiz
6b2fc477bf Update to 0.8.2:
LibOFX 0.8.2:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug

Remove curl/buildlink3.mk from buildlink3.mk, since the library
provided by this package is not linked against curl.
2006-09-03 13:02:17 +00:00
wiz
e9bf6f458c Mention "new" libxml++ package. 2006-09-03 12:55:15 +00:00
wiz
bd9870de41 Fix path to itself. 2006-09-03 12:54:29 +00:00
wiz
591fed510c Add libxml++. 2006-09-03 12:54:05 +00:00
wiz
342f072523 Initial import of libxml++-1.0.5 (older version of libxml++2, used
by libofx).

This library provides a C++ interface to XML files.  It uses libxml2
to access the XML files, and in order to configure libxml++ you
must have both libxml and pkg-config installed.

A newer version of this library is in textproc/libxml++2.
2006-09-03 12:53:29 +00:00
obache
5e80c30753 hyperestraier updated to 1.4.1. 2006-09-03 12:44:57 +00:00
obache
c0e7946ac6 Update to 1.4.1.
2006-08-31  Mikio Hirabayashi

	* estraier.c (est_cond_set_options): "ESTCONDROUGH" and other options were added.

	* estraier.c (est_phrase_from_rough): new function.

	* estraier.c (est_phrase_from_union, est_phrase_from_isect): new functions.

	* estmaster.c (startup): "uiphraseform" attribute was added.

	* estcmd.c (runsearch, procsearch): "-sfr" options and so on were added.

	* estcmd.c (rungather, procgather): "-aa" option was added.

	* estseek.c (main, showpage): "genrecheck" and "phraseform" attributes were added.

	* estseek.c (showpage): accuracy of sequencial scan was improved.

	- Release: 1.4.1
2006-09-03 12:42:49 +00:00
obache
fb3b243239 Define `ISTAPE' even if tape unsupported platform.
Fix build problem on such platforms like Interix.
2006-09-03 12:13:13 +00:00
kristerw
33c78fa033 Updated shells/scsh to 0.6.7. 2006-09-03 11:41:51 +00:00
kristerw
8a0d514cc3 Update shells/scsh to 0.6.7.
New in this release
=====================
** Support for interix
** Ignoring of synchronous signals
   The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
   added.
** Support for gcc 4.0
** 0.6 for module path
   The standard module path now contains
   ${prefix}/lib/scsh/modules/0.6 in addition to
   $prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
   Instead of search for /dev/pty??, scsh now tries a wide variety of
   ways to aquire a new pty and the corresponding tty.
** Bug fixes
   argv[0] is now the first element of command-line
   Fixes found by new test suite
   Regexp for empty string
   Argument checking for COPY-BYTES!
   GC_PROTECTs for send_substring
   format_date support for #f timezone
   Added predicates for user-info and group-info
   Reaping of stopped processes: Do not mark stopped processes as dead
   md5-digest-for-port
   | regexps return char-sets
   standard-let in srfi-5
   (%)read-delimited! checks for mutable buffer
   leap second for srfi-19
   The default image for the scshvm is now the installed scsh.image.
2006-09-03 11:39:08 +00:00
jmmv
6600e38302 Remove part of a sentence that does not make sense from the new "hicolor theme"
section.  Found by wiz@.
2006-09-03 10:54:55 +00:00
wiz
1da73a8f41 comix updated to 3.5.1. 2006-09-03 10:25:24 +00:00
wiz
ab00185e32 Update to 3.5.1:
Comix 3.5.1

    - Fixed a bug that caused the mode of all images to be reported as
     "unknown" instead of RGB/CMYK etc.

     - Fixed a bug that could cause an error when trying to quit Comix under
     certain circumstances (i.e. when there is no ~/.comix/menu_thumbnails/
     directory present).
2006-09-03 10:24:55 +00:00
wiz
9d3304f7eb Update MASTER_SITES (mirror.switch.ch).
From Jukka Salmi in PR 34457.
2006-09-03 10:21:52 +00:00
wiz
d2b6394147 shared-mime-info updated to 0.19. 2006-09-03 10:19:30 +00:00
wiz
068ca21347 Update to 0.19:
shared-mime-info 0.19 (2006-08-25)
* Mime-type Changes:
- Add application/powerpoint and application/mspowerpoint as aliases for
  Powerpoint
- Add VHDL mime-type
- Add application/mbox for the MBOX mailboxes
- Add text/x-txt2tags
- Remove *.dat as a glob for MPEG videos
- Add Monkey's Audio, AC3, and Musepack mime-types
- Fix matching Type1 fonts
- Remove useless application/octet-stream mime-type
- Add *.mo to application/x-gettext-translation
- Add loads of tracker audio files, console ROMs, raw images mime-types
- Fix QuickTime Media Links mime-types and detection
- Add audio/AMR and audio/AMR-WB mime-types and detection
- Add better TeX magic, and more globs
- Add better magic for patch files
- Fix .jar files' mime-types, and add better magic
- Fix magic for MPEG4 audio files
- Add an alias for .deb packages
- Add application/sieve mime-type
- Fix application/javascript's mime-type
- Fix text/csv's mime-type

* Other:
- Add paths to the .pc file
2006-09-03 10:19:01 +00:00
wiz
781f57141e Fix MASTER_SITES. 2006-09-03 10:16:56 +00:00
wiz
a07349187f Remove non-existing MASTER_SITES. 2006-09-03 10:11:48 +00:00
bad
4810c25ebd Fix the TR number so that google will turn up an URL to a copy. 2006-09-03 09:49:12 +00:00
wiz
7ad3bf2ab7 libgcrypt updated to 1.2.3. 2006-09-03 09:04:06 +00:00
wiz
bd8341159d Update to 1.2.3:
Noteworthy changes in version 1.2.3 (2006-08-28)
------------------------------------------------

 * Rewrote gcry_mpi_rshift to allow arbitrary shift counts.

 * Minor bug fixes.
2006-09-03 09:03:01 +00:00
wiz
9fe8d0b32c libidn updated to 0.6.6. 2006-09-03 09:00:01 +00:00
wiz
d1860dfc4e Update to 0.6.6:
* Version 0.6.6 (released 2006-08-23)

** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
This solves building on some HPPA systems.  Note that the generated
idn-int.h is specific to the build environment that libidn was built
under, and is not generally usable by any other compiler (if any) on
the host.  This was true before too.

** Update gnulib files.

** API and ABI is backwards compatible with the previous version.
2006-09-03 08:59:13 +00:00
wiz
13e8ad5f72 m4 updated to 1.4.6. 2006-09-03 08:56:52 +00:00
wiz
6f8edcc222 Update to 1.4.6:
Version 1.4.6 - 25 August 2006, by Eric Blake  (CVS version 1.4.5a)

* Fix buffer overruns in regexp and patsubst macros when handed a trailing
  backslash in the replacement text, or when handling \n substitutions
  beyond the number of \(\) groups.
* Fix memory leak in regexp, patsubst, and changeword macros.
* The format macro now understands %F, %g, and %G.
* When loading frozen files, m4 now exits with status 63 if version
  mismatch is detected.
* Fix bugs that occurred when invoked with stdout or stderr closed,
  and detect write failures to stdout or to the target of the
  debugfile macro.  In particular, the syscmd and esyscmd macros can
  no longer interfere with the debug stream or diversions.
* The m4exit macro now converts values outside the range 0-255 to 1.
* It is now an error if a command-line input file ends in the middle of a
  comment, matching the behavior of mid-string and mid-argument
  collection.
* The dnl macro now warns if end of file is encountered instead of a
  newline.
* The error message when end of file is encountered now uses the file and
  line where the dangling construct started, rather than `NONE:0:'.
* The debugmode and __file__ macros, and the -s/--synclines option, now
  show what directory a file was found in when the -I/--include option or
  M4PATH variable had an effect.
* The changequote and changecom macros now work with 8-bit characters, and
  quotes and comments that begin with `(' are properly recognized
  following a word.
* The new macro __program__ is added, which allows the input file to issue
  an error message that resembles messages from m4.  Warning and error
  messages have been reformatted to comply with GNU Coding Standards.
* The errprint, m4wrap, and shift macros are now recognized only with
  arguments.
* The index, substr, translit, regexp, and patsubst macros now produce
  output when given only one argument, but still warn about a missing
  second argument.
* The patsubst macro now reliably finds zero-length matches at the end
  of a string.
2006-09-03 08:56:26 +00:00
wiz
cac6d39e99 glib2 updated to 2.12.3. 2006-09-03 08:53:32 +00:00
wiz
671eeff7a8 Update to 2.12.3:
Overview of Changes from GLib 2.12.2 to GLib 2.12.3
===================================================

* Use Posix monotonic clocks instead of gettimeofday()
  for GTimer when available.

* Make the construction of singleton objects work
  witout warnings.

* Bugs fixed
 351583 API documentation issues with 2.15 release
 336114 desktop locks immediately after changing
        the system clock
 351853 GKeyFile creates non-UTF-8 error messages

* Translation updates (fr,hu,ja,ku,lt,lv,ml,or,
  pt,ru,sv,vi,zh_CN)
2006-09-03 08:53:04 +00:00
wiz
46d85e23be Updated bash to 3.1pl17. 2006-09-03 08:32:24 +00:00
wiz
bf4d0ad23c Update to 3.1pl17, provided by Martin Wilke in PR 34301:
Bugfixes.
2006-09-03 08:30:42 +00:00
dsainty
06771c547d Added archivers/sarab version 0.2.2 2006-09-03 06:31:31 +00:00
dsainty
3847b5f431 Add sarab 2006-09-03 06:28:50 +00:00
dsainty
e2fae76dfa SaraB works with DAR (Disk ARchive) to schedule and rotate hard drive based
backups.  SaraB supports the Towers of Hanoi, Grandfather-Father-Son, or any
custom backup rotation strategy.
2006-09-03 06:27:04 +00:00
obache
935119d726 Updated hyperestraier to 1.4.0. 2006-09-03 03:45:41 +00:00
obache
5b07490eb1 Update to 1.4.0
2006-08-27  Mikio Hirabayashi

	* estraier.c (est_strstr_sparse): new function.

	* estraier.c (est_db_add_pseudo_index): new functions.

	* estraier.c (est_pidx_uri_to_id, est_db_score_doc): new functions.

	* estraier.c (est_db_get_doc, est_db_get_doc_attr): pseudo index was to be supported.

	* estraier.c (est_make_cattr_list, est_free_cattr_list): new functions.

	- Bugs of doc.keywords methods of language bindings was fixed.

	- Release: 1.4.0

2006-08-18  Mikio Hirabayashi

	* estbutler.c (procsearch): a bug about handling "max" and "skip" parameters was fixed.

	- Release: 1.3.9

2006-08-15  Mikio Hirabayashi

	* estraier.c (est_search_aidx_attr): speed of the "NUMBT" operator was improved.

	* estraier.c (est_aidx_attr_narrow): speed of the "NUMBT" operator was improved.

	* estmaster.c (searchlocal): a bug of attribute search was fixed.

	- Release: 1.3.8

2006-08-08  Mikio Hirabayashi

	* estraier.c (est_search_union): a bug of bus error on SPARC environment was fixed.

	* estmaster.c (startup): "helpershift" attribute was added.

	* estmaster.c (sendnodecmdinformhelper): new function.

	* estbutler.c (runinform, procinform): new functions.

	* estbutler.c (rungetdoc, procgetdoc): new functions.

	* estbutler.c (rungetdocattr, procgetdocattr): new functions.

	* estbutler.c (runetchdoc, procetchdoc): new functions.

	* estbutler.c (runuriid, procuriid): new functions.

	- Release: 1.3.7

2006-08-01  Mikio Hirabayashi

	* estraier.c (est_normalize_text): some symbol marks were to be normalized.

	* estmaster.c (sendnodecmdsearchhelper): blocking because of mutex was cleared.

	* estseek.c (realmain): a bug about attribute search was fixed.

	- building option to use Vista database instead of Villa was added.

	- Release: 1.3.6

2006-07-28  Mikio Hirabayashi

	* estraier.c (est_normalize_text): symbol marks were to be normalized.

	* estmaster.c (sendnodecmdsearchhelper): new function.

	* estmastersearch.c: new file.

	* estseek.c (realmain): type of "scancheck" attribute was changed to integer.

	- Release: 1.3.5

2006-07-18  Mikio Hirabayashi

	* estraier.c (est_db_open): a parameter of B+ tree was modified for space efficiency.

	* estraier.c (est_db_open): "ESTDBSMALL" option was added.

	* mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved.

	- Release: 1.3.4
2006-09-03 03:42:38 +00:00
obache
ffc53d95d1 Updated qdbm to 1.8.70. 2006-09-03 03:05:39 +00:00
obache
5fe8afdfd3 Update to 1.8.70.
2006-08-18  Mikio Hirabayashi

	- A bug of segmentation fault on BSD was fixed.
	- A test command for checking multi thread safety was added.
	- Release: 1.8.70

2006-08-15  Mikio Hirabayashi

	- Mutex controll in C++ API became refined.
	- Release: 1.8.69

2006-08-08  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug of handling meta data on big endian platforms was fixed.
	- Release: 1.8.68

2006-08-05  Mikio Hirabayashi

	- A bug about memory alignment was fixed.
	- A bug about parsing MIME was fixed.
	- Release: 1.8.67

2006-08-05  Mikio Hirabayashi

	- The utility API was enhanced.
	- Release: 1.8.66

2006-08-03  Mikio Hirabayashi

	- The extended API was enhanced.
	- The extended advanced API was enhanced.
	- Release: 1.8.65

2006-07-28  Mikio Hirabayashi

	- A bug of Makefile ralated to optimization was fixed.
	- Release: 1.8.64

2006-07-24  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The utility API was enhanced.
	- Release: 1.8.63

2006-07-20  Mikio Hirabayashi

	- A lot of functions were replaced by macros.
	- The URL resolver was to allow unescaped meta characters.
	- The advanced API was enhanced.
	- Release: 1.8.62

2006-07-14  Mikio Hirabayashi

	- A bug of the size checking function of the extended API was fixed.
	- The advanced API was enhanced.
	- Release: 1.8.61
2006-09-03 02:56:00 +00:00
taca
8d0a1d0174 Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.
It should help for fixing the build problem of some extention libraries.
2006-09-03 02:53:13 +00:00
wiz
45969ba436 Note some updates drochner did in August. 2006-09-03 01:43:28 +00:00
wiz
1e77a99e14 - dvdauthor, exim, geda, p5-List-MoreUtils, php5 (thanks, sekiya, abs,
dmcmahill, and taca).
2006-09-03 01:38:42 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
ben
7580f09efe Fix build on Mac OS X. 2006-09-03 00:26:20 +00:00
wiz
f146b31eac Fix a typo. 2006-09-03 00:20:49 +00:00
rillig
3b29d4f932 Added xmlto as a build dependency. 2006-09-02 23:18:05 +00:00
rillig
d0f7512c40 Added cogito. 2006-09-02 21:00:34 +00:00
rillig
0ab324febf Imported devel/cogito-0.16 2006-09-02 20:58:32 +00:00