Solves PR 25426.
Add dependency on PERL5 so that the configure script does the right
thing, since this package use the path in places that cannot be
patched by REPLACE_PERL (and bin/swish-filter-test need perl to
run anyway).
Bump PKGREVISION.
utility to obsolete the standalone xml-i18n-tools package.
Changes since 0.30:
* Usage of [no-xml] option in AC_PROG_INTLTOOL to avoid requiring
XML::Parser Perl module. (Rodney Dawes)
* Support for C#. (Rodney)
* Support for running intltool-update without autoconf, or with
po/Makevars file (as used in gettext). (Danilo Segan)
* New XML merging (compatible with pre-0.27.2 intltool) -- bug
#130802 -- entity decoding and encoding is not done anymore for
XML. (Danilo)
* Multiple-output XML merging now produces simpler files, and sets
"xml:lang" only when translation is used -- bug #46650. (Danilo)
* Support for passing comments to translators from XML and GConf
schema files. (Danilo)
* Many bug fixes (Rodney, Danilo, Callum McKenzie)
- postgresql74 to 7.4.3
- postgresql74-client to 7.4.3
- postgresql74-docs to 7.4.3
- postgresql74-lib to 7.4.3
- postgresql74-server to 7.4.3
- jdbc-postgresql74 to 7.4.3
changes:
* Fix temporary memory leak when using non-hashed aggregates (Tom)
* ECPG fixes, including some for Informix compatibility (Michael)
* Fixes for compiling with thread-safety, particularly Solaris (Bruce)
* Fix error in COPY IN termination when using the old network
protocol (ljb)
* Several important fixes in pg_autovacuum (Matthew T. O'Connor)
* Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce)
* Several JDBC fixes
* Fix ALTER SEQUENCE RESTART where last_value equals the restart
value (Tom)
* Repair failure to recalculate nested sub-selects (Tom)
* Fix problems with non-constant expressions in LIMIT/OFFSET
* Support FULL JOIN with no join clause, such as X FULL JOIN Y ON
TRUE (Tom)
* Fix another zero-column table bug (Tom)
* Improve handling of non-qualified identifiers in GROUP BY clauses
in sub-selects (Tom)
* Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom)
* Add checks for invalid field length in binary COPY (Tom)
* Avoid locking conflict between ANALYZE and LISTEN/NOTIFY
* Numerous translation updates (various contributors)
Changes:
- mkvmerge: Dropped supoprt for 'aviclasses' (one of the two
libraries for accessing AVI files). This mostly
affects the Windows users as I've used aviclasses
and not avilib on Windows so far. The 0.9.0-pre-builds
so far haven't shown any problems, though, so I hope
this doesn't break anything.
new feature: mmg will set the 'display dimensions' automatically
for AVI files whose video track is MPEG4 and has the
pixel aspect ratio stored in the bitstream.
bug fix: The improved MP3 garbage detection was broken resulting
in an error message from mkvmerge in some weird
bug fix: Matroska tracks can use lacing (several frames inside
one Matroska block with only one timecode for the whole
block). mkvmerge did not recreate the timecodes for the
frames 1..n in the lacing correctly.
feature removed: Dropped support for 'time slices'. They were not
used, didn't offer the player any additional value and
caused massive increase in overhead.
bug fix: The OGM fix in 0.9.0 broke handling for non-broken OGM
files a bit.
new feature: Added support for the audio/video synchronization
method used by NanDub (garbage at the beginning of audio
tracks inside an AVI) for AC3 and MPEG audio tracks. In
other words: If an AVI is read and an audio track contains
garbage right at the beginning then the corresponding
audio delay is calculated and used instead of simply
discarding the garbage.
new feature: Enabled reading MPEG4 video from MP4 files (nope,
they're not stored in Matroska's native mode yet).
- mmg
bug fix: The job manager did not handle the conversion of non-ASCII
characters correctly.
new feature: The action 'delete job' in the job manager will also
delete the file in the 'jobs' subdirectory.
new feature: Added an option to make mmg stay always on top (only
on Windows).
new feature: Added a dialog for adding arbitrary command line options
which includes a list of advanced options to chose from.
Packages changes:
* Update HOMEPAGE.
* Note that patch files were ordered so that the info file does
not appear newer than its Texinfo source.
Changes since last packaged version:
2002-03-01 Alessandro Rubini <rubini@linux.it>
* library.c (Barcode_Encode): handle bitsets separately, like
in Barcode_Print (otherwise, you might loose NO_CHECKSUM).
* debian/changelog: moved to 0.98 (but should fix all debian/ stuff)
* contrib/barcode-for-delphi.tar.gz: new, contributed by Michael Geddes
* contrib/barcode-for-delphi.tar.gz.README: short info for file above
* main.c (main): allow "-g" to set size of code in a table as well
-- suggested and initiallt implemented by Joachim Reichelt.
(main): fixed missing "Page: 1 1" in postscript for tables
(main): for tables don't use Encode_and_Print, use a local
unrolled version, so the default margin can be removed and
we avoid problems with negative xoff in the output phase
(first column may be offset, as noted by Karl Magnus Kolstoe)
* doc/doc.barcode: documented change above.
* README: removed refernces to systemy.it, I'm no more there
Added link to FreeBSD ports tree and GLabels
Organized as sections with titles
* contrib/barcode-SVG.tar.gz: new contribution, by David J. Humphreys
* contrib/barcode-SVG.tar.gz.README: short description of file above
* contrib/grab-0.0.4.tar.gz: new program, by Tuukka Toivonen.
* contrib/grab-0.0.4.tar.gz.README: short description of file above
2002-03-01 Boszormenyi Zoltan <zboszor@externet.hu>
* barcode.spec: new file
2002-02-27 Alessandro Rubini <rubini@linux.it>
* bookland/bookland.py: updated to version 0.92 by Judah Milgram
2001-11-13 Alessandro Rubini <rubini@linux.it>
* README: Added a pointer to the Windows port.
2001-11-09 Cloyce D. Spradling <cloyce@headgear.org>
* code128.c (Barcode_128b_verify): prototype fix (unsigned char).
* ps.c (Barcode_ps_print): the comment for ascii codes must only
be printed if ascii is being printed (benign bug).
2001-11-06 Christoph Pross <c.pross@beck-ipc.com>
* pcl.c (Barcode_pcl_print): bugfix: bars were misplaced
2001-10-16 Nathan D. Holmes <nh412124@ursa.cosd.fedex.com>
====> Version 0.97 released to ftp.systemy.it and ftp.gnu.org
* code93.c: new file (I modified something as well - Alessandro)
* doc/doc.barcode (Supported Encodings): added docs for code93
* main.c: added code93 names
* Makefile.in (LIBOBJECTS): added code93.o
* library.c: added code93 entry points
2001-10-16 Alessandro Rubini <rubini@linux.it>
* doc/manpager: added (trivial) support for @itemize, added copyright
* sample.c (main): accept -P to create PCL output
* doc/doc.barcode (PCL Output): added the section, using text
provided by Andrea Scopece and turning it into texinfo.
Removed also a few extra newlines that made bad man pages
2001-10-16 Andrea Scopece <a.scopece@vizzavi.it>
* barcode.h: added BARCODE_OUT_PCL and BARCODE_OUT_PCL_III
* library.c (Barcode_Print): use BARCODE_OUT_PCL to select pcl_print()
* Makefile.in (LIBOBJECTS): added pcl.o
* pcl.c: new file, with PCL output support
2001-10-16 Alessandro Rubini <rubini@linux.it>
* doc/doc.barcode (Supported Encodings): added documentation for
EAN and UPC with checksum, as coded by mr. Böszörményi (below)
2001-10-16 Boszormenyi Zoltan <zboszor@externet.hu>
* ean.c:
I found that barcode-0.96 does not correctly encodes UPC-E.
This was mainly because in upc_e_to_a() the switch() branches
all ended without "break;".
Printing UPC-E did not print the leading encoding number and
the trailing UPC-A checksum. Now it does.
Accept EAN-13 and EAN-8 with and without the checksum.
So always treat 7 and 12 digit sequences as valid EAN codes
and accept 8 and 13 digit sequences as valid EAN codes when
the last digit is the same as the calculated one.
Accept UPC-A as above (11 or 12 digit sequences.)
Accepts UPC-E as:
6 digit sequence: the middle part of the code (leading '0' assumed)
7 digit sequence: the middle part and either a leading '0' or '1',
or a trailing UPC-A checksum. In that case, leading '0' assumed.
8 digit sequence: a leading '0' or '1', middle part, checksum
UPC-A, UPC-E, EAN-13, and EAN-8 may all include
an additional barcode to the right of the main barcode.
As a 7 or a 12 digit sequence may be ambiguous, please remember
that EAN is checked before UPC if you specified BARCODE_ANY.
2001-08-20 Alessandro Rubini <rubini@linux.it>
* sample.c (main): added upc-e and ean-8 samples
2001-08-11 Boszormenyi Zoltan <zboszor@externet.hu>
* ps.c (Barcode_ps_print): don't output "showpage" in EPS mode
2001-08-11 Alessandro Rubini <rubini@linux.it>
* README: Changed host names, added barcode-commit list.
2000-11-29 Alessandro Rubini <rubini@morgana.systemy.it>
* doc/doc.barcode (The Field List): 1pt == 0.352mm, not 0.0352
(thanks to Stephen Irven for reporting)
Changes in alpha release 2.5.10 (19-Mar-2004)
* New command FakeKeyPress.
* New BugOpts option ExplainWindowPlacement.
* Inverted button reliefs in FvwmIconMan.
* Security patch in fvwm-bug.
See http://securitytracker.com/alerts/2004/Jan/1008781.html
* Security fixes in
fvwm-menu-directory (BugTraq id 9161)
fvwm_make_directory_menu.sh
fvwm_make_browse_menu.sh
-------------------------------------------------------------------
Changes in alpha release 2.5.9 (2-Mar-2004)
* New MenuStyle options PopupIgnore and PopupClose.
* New configure option --disable-iconv to disable iconv support.
* New extended variables $[w.iconfile] and $[w.miniiconfile].
* New Style option Unmanaged. Such windows are not managed by
fvwm.
* New binding context 'U' for unmanaged windows, similar to 'R'oot.
* New option DisplayNewWindowNames to the BugOpts command.
* Security fix for fvwm-menu-directory.
Se BugTraq id 9161.
-------------------------------------------------------------------
Changes in development release 2.5.8 (31-Oct-2003)
* New prefix command KeepRc.
* Renamed the Cond command to TestRc, and the On command to Test.
Removed the CondCase command. Use "KeepRc TestRc" instead.
* The Break command can be told the number of nested function
levels to break out of. Break now has a return code of -2
("Break").
* Directions can be abbreviated with -, _, [, ], <, >, v or ^ like
in key or mouse bindings.
* New extended variable $[func.context].
* New Style option MoveByProgramMethod. Tries to autodetect
whether application windows are moved honouring the ICCCM or not
(default). The method can be overridden manually if the
detection does not work.
* fvwm supports tear off menus. See the "Tear Off Menus" section
in the man page or press Backspace on any menu to try them out.
* fvwm now handles what Unicode calls "combining characters" (i.e.
marks drawn on top of other characters).
* New commands WindowStyle and DestroyWindowStyle for individual
(per window) styles.
* The conditions !Current... and !Layer now work as expected.
* Added a nice autohide script to the FAQ.
* FvwmAnimate now supports dynamical commands "pause", "play",
"push", "pop" and "reset" to manipulate the playing state.
Universal Feed Parser is a Python module for downloading and parsing
syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland
RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom,
and CDF feeds.
To use Universal Feed Parser, you will need Python 2.1 or later.
Universal Feed Parser is not meant to run standalone; it is a module
for you to use as part of a larger Python program.
Universal Feed Parser is easy to use; the module is self-contained
in a single file, feedparser.py, and it has only one public function,
parse. parse takes a number of arguments, but only one is required,
and it can be a URL, a local filename, or a raw string containing
feed data in any format.