summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-03Override config.guess and config.sub, to make the pkg build on arm.kristerw1-1/+3
2003-10-03Make the pkg install on arm (the file layout in the arm tar ballkristerw1-1/+8
is different from the i386 one).
2003-10-03Fix manpages installation.salo1-3/+3
From Ben Collver via PR pkg/23047.
2003-10-03Forgot in previous.salo1-2/+2
Depend on version 6b or newer.
2003-10-03Update space usage for bulk buildshubertf1-5/+5
2003-10-03enable use of sasl2christos3-3/+45
2003-10-03Note graphics/jpeg PKGREVISION++.salo1-1/+2
2003-10-03PKGREVISION++salo2-11/+27
Install documentation. Style nits, while here. Addresses PR pkg/23046 by Ben Collver.
2003-10-03Note update of textproc/source-highlight to version 1.8.seb2-3/+3
Changes in version 1.8: * scanner for Javascript * new output format: ESC ascii code (e.g. for less, with the help of Konstantine Serebriany <kcc@mcst.ru>). * tab character are correctly handled by --tab option is given (thanks to Don Stauffer <Don@Skyler.com>). * presence of getopt_long is handled in a cleaner way. * some changes in how changelog files are highlighted * =head =cut sections in perl sources are correctly handled (reported by Grant McLean <grant@catalyst.net.nz>) * added Java keywords true and false
2003-10-03Update to version 1.8.seb5-23/+24
Changes in version 1.8: * scanner for Javascript * new output format: ESC ascii code (e.g. for less, with the help of Konstantine Serebriany <kcc@mcst.ru>). * tab character are correctly handled by --tab option is given (thanks to Don Stauffer <Don@Skyler.com>). * presence of getopt_long is handled in a cleaner way. * some changes in how changelog files are highlighted * =head =cut sections in perl sources are correctly handled (reported by Grant McLean <grant@catalyst.net.nz>) * added Java keywords true and false
2003-10-03Mention new p5-Template-{Extract,Generate} packages.wiz1-1/+3
2003-10-03Add and enable p5-Template-Generate.wiz1-1/+2
2003-10-03This module generates TT2 templates. It can take datawiz4-0/+36
structures and rendered documents together, and deduce templates that could have performed the transformation. It is a companion to Template and Template::Extract; their relationship is shown below: Template: ($template + $data) ==> $document # normal Template::Extract: ($document + $template) ==> $data # tricky Template::Generate: ($data + $document) ==> $template # very tricky This module is considered experimental.
2003-10-03Add and enable p5-Template-Extract.wiz1-1/+2
2003-10-03This module is a subclass of the Template toolkit, with addedwiz4-0/+32
template extraction functionality. It can take a rendered document and its template together, and get the original data structure back, effectively reversing the "process" function. This module is considered experimental. If you just wish to extract RSS-type information out of a HTML document, WWW::SherlockSearch may be a more robust solution.
2003-10-03+ TeXmacs-1.0.2.1, centericq-4.9.7, gentoo-0.10.35, mysql-3.23.58,wiz1-5/+10
nessus-2.0.8, openoffice-1.1 [skrll], source-highlight-1.8, sylpheed-claws-0.9.6, tla-1.1.0.7.
2003-10-03Note p5-Template-Toolkit-2.10 update.wiz1-2/+2
2003-10-03Update to 2.10; wildcard dependency on tex.wiz3-7/+19
Version 2.10 provides a few trivial new features and applies fixes to some small bugs. For example, you can now use IN instead of = in a loop, e.g. FOREACH item IN list. The WRAPPER configuration option is new, and Template::Context and Template::Stash now both implement define_vmethod() methods which make it easier to define new virtual methods. Version 2.09 contained mostly bug fixes and minor enhancements. Version 2.08 added compile time constant folding which can result in a significant performance boost when processing templates. It also offered several other minor enhancements and bug fixes.
2003-10-03Update rconfig to 0.22:abs3-6/+8
Indicate which hosts have failed rdist stage
2003-10-03Some xargs (Hi Sun) run the command even when stdin is "empty". Compareseb1-2/+2
'echo | xargs echo' on NetBSD and Solaris... Workaround this in post-extract target's 'rm' by adding a '-f' argument to it. XXX Current upstream tarball does not have .orig files, I could have removed this post-extract target...
2003-10-03Also record USE_SASL2 in BUILD_DEFS.seb1-2/+2
2003-10-03Note update of devel/loudmouth to 0.14xtraeme1-1/+2
2003-10-03Updated to 0.14.xtraeme2-10/+8
Changes in 0.14: ---------------- * Added information about building on Windows * Bug when using GnuTLS fixed. * Fixed a bug that could cause replies to be overlooked when using blocking mode. * Added IPv6-support, patch from Sjoerd Simons. * Made it easier to build RPMs without SSL-support. * Fixed a memleak when destroying a connection.
2003-10-03Oops regenxtraeme1-3/+1
2003-10-03Note update of x11/xpad to 1.12xtraeme1-2/+3
2003-10-03Updated to 1.12.xtraeme5-33/+7
Changes: * Fixed segfault when clicking on auto-hide toolbar preference * Fixed segfault when changing the first toolbar button * Added Irish translation (by Kevin Patrick Scannell)
2003-10-03Bump PKGREVISION to xchat2 (conflict with xchat-gnome)xtraeme1-1/+2
2003-10-03Conflict with xchat-gnome. Bump PKGREVISION.xtraeme1-1/+4
2003-10-03It's xchat-[0-9]* not xchat-1.[0-9]*xtraeme1-2/+2
2003-10-03Revert previous commit to xchat{2,-gnome}xtraeme1-4/+1
2003-10-03Revert previous commit (wiz told me there's no need to CONFLICT betweeenxtraeme4-10/+7
them, because they share the same PKGBASE).
2003-10-03Bump PKGREVISION to xchat{-gnome} and xchat2.xtraeme1-2/+4
2003-10-03xchat2 can't coexist with xchat{-gnome} and viceversa.xtraeme4-7/+10
Closes PR pkg/23039 by Stefan Krueger. Bump PKGREVISION.
2003-10-03don't hard-code prefix, pass it to Makefile.PLexplorer3-6/+6
2003-10-03mention update of p5-MP3-Tagexplorer1-1/+2
2003-10-03Changes:explorer2-6/+6
* Updated documentation for MP3::Tag, MP3::Tag::ID3v1, MP3::Tag::ID3v2 and MP3::Tag::ID3v2-Data * Renamed some functions. The old names will still work, but try to use the new names. The following names were changed: - MP3::Tag::getTags() to MP3::Tag::get_tags() - MP3::Tag::newTag() to MP3::Tag::new_tag() - MP3::Tag::ID3v1::removeTag() to MP3::Tag::ID3v1::remove_tag() - MP3::Tag::ID3v1::writeTag() to MP3::Tag::ID3v1::write_tag() - MP3::Tag::ID2v2::getFrameIDs() to MP3::Tag::ID3v2::get_frame_ids() - MP3::Tag::ID2v2::getFrame() to MP3::Tag::ID3v2::get_frame() * Bugfix for ID3v2.pm: - getFrame() returned "undef" as a string instead of simple undef - artist() produced an error when TPE1 is missing in TAG * Bugfix for Tag.pm: - DESTROY() checked only if $mp3->obj{filename} exists and not if it is defined before trying to close it - autoinfo() returns now a hash ref or an array as noted in the documentation * Bugfix for ID3v1.pm: - genres() expected an id3v1-object as first parameter and a genre only as second parameter. Now the object can be omitted as in a call like MP3::Tag::ID3v1->genres($genre) used by Tag.pm and ID3v2.pm * bugfix for File.pm: - Filenames may contain surrounding whitespaces now
2003-10-02Fix GCC 3.3.1 related build problem.tron4-12/+74
2003-10-02Since distfile doesn't have a unique filename between versions, thenreed2-4/+6
store in its own DIST_SUBDIR.
2003-10-02Update cpuflags to 0.57:abs1-1/+3
Add optimisations for specific Athlon models (recht@) Avoid setting flags if DBG is set to -Os (to reduce size impact when building contents of distrib on at least 1.6.x i386)
2003-10-02Update cpuflags to 0.57:abs3-22/+28
Add optimisations for specific Athlon models (recht@) Avoid setting flags if DBG is set to -Os (to reduce size impact when building contents of distrib on at least 1.6.x i386)
2003-10-02Allow variables to be set on a per-OS basis.gavan1-1/+11
2003-10-02Updated libspectrum to 0.2.0.1, fuse to 0.6.1.1 (RZX bugfix)adam1-1/+3
2003-10-02Changes 0.6.1.1: Bugfixes to the RZX code and to allow the SVGAlib user ↵adam2-5/+5
interface to compile
2003-10-02Changes 0.2.0.1: fix a possible segfault in rzx.cadam3-8/+7
2003-10-02Fail-safe check for circular dependencies.gavan1-1/+6
2003-10-02Link libwine with -li386 so that it gets i386_set_ldt() defined.mycroft5-14/+305
XXX I updated configure.ac, but I can't actually patch that without running into severe automake lossage, so that patch is not named patch-?? right now.
2003-10-02patch-aa was removed in the latest update (hi hubertf!).salo1-2/+1
2003-10-02Set --localstatedir=/var/run/zebra, so that it can be created withkim1-1/+2
the necessary permissions for quagga to create files. The default ${PREFIX} will not have the permissions needed.
2003-10-02Fix mutex locking problems and some funkiness with %fs so that win32 codecsmycroft3-1/+68
work.
2003-10-02Updated postfix to 2.0.16martti1-1/+2