summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-31Need c comiplier for GNU configure.obache1-2/+2
2008-05-30Fix previous commit. Correct paths of hid.lst and testtoolrc.hira1-3/+3
This should fix PR pkg/38799.
2008-05-30Update to 1.3.2.1:wiz3-8/+8
* Released Tellico 1.3.2.1. * Fixed en_GB translation to remove context strings. * Released Tellico 1.3.2. * Include Canadian LCC values, patch from Peter Stevenson. * Updated entry creation to always add default values. Fixes Debian bug 481639. * Improved IMDb search results. * When adding a book to a bibliography, set the type to 'book'. * Updated LCCN search to validate format. * Updated entry match to compare validated LCCN. * Updated z39.50 search to allow multiple LCCN values. * Changed loader to eliminate possible duplicates for fields allowing multiple values (like keywords). * Updated PubMed search to add all keywords. * Fixed PubMed search to use utf8 encoding. * Changed XML loader to strip whitespace from non-paragraph values. * Added languages and editors to Amazon book import. * Updated mods2tellico.xsl to try to capture more of mods info converted from refbase. * Updated mods2tellico.xsl to try to capture more of bibtex info converted from wikindx.
2008-05-29update to 2.22.1drochner3-7/+37
changes: -documentation fixes -translation updates
2008-05-29update to 2.22.2.1drochner3-7/+13
changes: bugfixes
2008-05-28Update misc/p5-Locale-Codes from 1.06 to 2.07abs2-15/+19
2.07 2004-06-10 neilb * made $_ local in the initialisation code for each module change back-propagated from Perl distribution * removed two non ISO-8859-1 characters from language names change back-propagated from Perl distribution * added the following aliases, with a test case for each - Burma added to Myanmar - French Southern and Antarctic Lands to French Southern Territories patch from TJ Mather * "Canadian Dollar" was mis-spelled as "Candian Dollar" - noted by Nick Cabatoff, patch from Michael Hennecke * Changes to Locale::Country reflecting changes in ISO 3166 - added Aland Islands (ax, ala, 248) - YUGOSLAVIA is now SERBIA AND MONTENEGRO YU => CS YUG => SCG 891 => 891 (unchanged) (YUGOSLAVIA retained as an alias) - EAST TIMOR changed to TIMOR-LESTE (old name retained as an alias) - three letter code for Romania changed from ROM to ROU * ZAIRE is now CONGO, THE DEMOCRATIC REPUBLIC OF THE ZR => CD ZAR => COD 180 => 180 (unchanged) (ZAIRE retained as alias) 2.06 2002-07-15 neilb * The four modules which have data after __DATA__ weren't closing the DATA filehandle after reading from it, which they should. Bug and patch from Steve Hay. 2.05 2002-07-08 neilb * Added three letter codes for the countries that were missing them. Patch from TJ Mather. * Documentation bug: one of the examples used => where the lvalue was a constant, which isn't allowed, unless you put the () with the constant to force the right interpretation. Pointed out by TJ Mather and MYT. * Updated the URL for the appendix in the CIA world factbook. Patch from TJ Mather. 2.04 2002-05-23 neilb * updated according to changes in ISO 3166-1 described in ISO 3166-1 newsletters V-4 and V-5, dated 2002-05-20: - Kazakstan is now "Kazakhstan" - Macau is now "Macao" The old names are retained as aliases. The alpha-2 and alpha-3 codes for East Timor have changed: tp -> tl tmp -> tls the numeric code stays 626. If you want to support the old codes, you can use the semi-private function alias_code(). 2.03 2002-03-24 neilb * Fixed a typo in the alias for the Vatican, reported (with patch) by Philip Newton. * Added "Moldova" as an alias for "Moldova, Republic of" * Updated Makefile.PL to include AUTHOR and ABSTRACT 2.02 2002-03-09 neilb * added semi-private routine rename_country() to Locale::Country, based on a patch from Iain Chalmers. * added test rename.t for the above function. * renamed _alias_code to be alias_code. Have retained the old name for backwards compatibility. Will remove it when the major version number next changes. 2.01 2002-02-18 neilb * Split the documentation for all modules into separate pod files. * Made sure all =over were =over 4; some were other values. * The code2code() methods had one more shift than was needed. 2.00 2002-02-17 neilb * Created Locale::Script which provides an interface to the ISO codes for identification of scripts (writing scripts, rather than perl style scripts). The codes are defined by ISO 15924, which is currently in final draft. Thanks to Jarkko for pointing out this new standard. All three code sets are supported, and a test-suite added. * Added support for country name variants to Locale::Country, so that country2code('USA') country2code('United States') country2code('United States of America') will all return 'us'. This had been in the LIMITATIONS section since the first version. Patch from TJ Mather <tjmather@tjmather.com> with additional variants from me. Added test-cases for these. * Added VERSION to Locale::Constants. Thanks to Jarkko for pointing that it was missing. * Should really have bumped major version with previous release, since there was a change to the API.
2008-05-27 - Add some perl scripts to REPLACE_PERL.hira1-1/+9
- Fix permissions of non-executable files. Pointing out by wiz@ in private e-mail. Bump PKGREVISION.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg2-4/+8
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg3-4/+7
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Revert accidental changes and replace "OWNER" by "MAINTAINER" again.tron1-2/+2
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron2-4/+4
2008-05-25Update to dvtm-0.4.1. Contributed by Leonardo Taccari.tnn4-35/+49
* Cursor key mode switching (this fixes arrow keys in vim) * Characters following an escape are passed to the underlying application, this fixes ALT+<n> key combination as used by irssi * A hack to make the keypad sort of work with putty * Mouse support is now compile time selectable * Destroy clients when an IO-error occurs * Correct signal handling (save and restore errno) * Destroy clients cleanly, prevent zombies * Added a note about copy & paste to the manual page (use SHIFT while selecting or pasting text) * Some source code formatting fixes
2008-05-24GNU configure require C compiler in configure phase.obache1-2/+2
Suggested by Hasso Tepper in PR 38626.
2008-05-22fix build on DragonFly / FreeBSD, from Hasso Tepper per PR pkg/38627drochner2-1/+15
2008-05-21remove explicit dependency on pcre - this is pulled in by glib2 nowdrochner1-2/+1
2008-05-21Update to 0.6.4:wiz3-9/+10
0.6.4 changes undocumented. goffice 0.6.3: Hiroyuki Ikezoe: * Switch from pcre to glib regexp handling. [#482319] Jean: * Don't try to use invalide data in box-plots. [#527249] * Add EPS export for charts if cairo supports. Jody: * Enable the use of dolt. * Fix formats on win32. Morten: * Add go_format_is_invalid. * Improve date convention framework. * Fix problem with [Enter] causing infinite recursion.
2008-05-17Some minor fixesobache3-5/+40
* Require working terminal library * Honor PKG_SYSCONFDIR * Fix sysconfdir mentioned in man pages. * Add DESTDIR support Bump PKGREVISION.
2008-05-15Reach over from misc/gnuls to sysutils/coreutils for common logic andtnn5-146/+6
patches. Updates gnuls to 6.11 and makes it track coreutils.
2008-05-11Use REPLACE_PYTHON instead of subst framework.hira1-7/+3
2008-05-06Disable support for the krita GraphicsMagick filter. It trys to usemarkd4-16/+18
long deprecated GraphicsMagick features that have now been removed in the latest GraphicsMagick.
2008-04-30Drop maintainershipjmmv6-12/+12
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-26Update to 20080312 snapshot.bjs2-6/+6
2008-04-26This package is not MAKE_JOBS_SAFE.bjs1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg4-8/+6
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-23Update to 0.10. Add HOMEPAGE.wiz2-7/+7
[Changes for 0.10 - 2007-10-14] * LICENSING CHANGE: This compilation and all individual files in it are now under the permissive "MIT" license. * Modernized the build infrastructure with Module::Install. * Tidied up source code, test files, and this changelog.
2008-04-23Update to 0.66:wiz2-6/+6
[Changes for 0.66 - 2008-02-12] * Locale::Maketext::Extract: Support in Extract.pm->extract for HTML::FormFu config files. Contributed by: Andreas Marienborg [Changes for 0.65 - 2007-12-22] * Perl 5.9.5+ is pickier about what "being used only once" means, so we make sure to avoid that warning. Contributed by: Alex Vandiver * Also restore compatibility with Perl 5.005 and earlier by avoiding the "no warnings" pragma. * Tidied up code style, documentation, copyright years, etc.
2008-04-21PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-20Update "openoffice2-bin" package to version 2.4.0. This update fixestron2-8/+8
the following security vulnerabilities: - CVE-2007-4770/4771: Manipulated ODF text documents containing XForms can lead to heap overflows and arbitrary code execution - CVE-2007-5745/5747: Manipulated Quattro Pro files can lead to heap overflows and arbitrary code execution - CVE-2007-5746: Manipulated EMF files can lead to heap overflows and arbitrary code execution - CVE-2008-0320: Manipulated OLE files can lead to heap overflows and arbitrary code execution
2008-04-20Update misc/udfclient package to version 0.6.2:reinoud2-7/+7
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing newfs_udf and udfclient writing on those drives. Complete harddisc/flash support on Linux apeared to be broken and should be fixed now. Lots of enhancements to cd_discect; now also reporting not only the TOC and the PMA, but also the ATIP. In this ATIP there is information on the CD-RW subtype wich is crucial to check if the disc can be written by the drive.
2008-04-18Fix bug in the original software which prevents the installation oftron4-4/+21
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision because of this fix. Problem pointed out by Matthias Drochner in private e-mail.
2008-04-18Update UDFclient to version 0.6.1 fixing yet more regressions found inreinoud2-7/+7
modern DVD*RW/CD-RW combi drives. Fixes up regression found on modern CD-RW drives when dealing with CD-MRW media. It would report them as sequential.
2008-04-17Update misc/udfclient package to version 0.6.0.reinoud2-7/+7
Fix regressions found in newer DVD/CD combi drives that report bogus values for CD-RW media and fix 2G+ file write problems on some platforms. This fixes hese drives inability to newfs a CD-RW with newfs_udf and writing problems with udfclient on CD-RW media.
2008-04-17Fix description of package and in specfile to refer to Columnize insteadjlam4-6/+7
of LineCache. Noted by Slava Semushin in private email. Bump PKGREVISION to 1.
2008-04-17Add ruby-columnize.joerg1-1/+2
No cookie for: jlam
2008-04-17Repeat after me: Never use sys/errno.h, just use errno.h. Fix build onjoerg3-4/+18
AMD64.
2008-04-15update to 2.22.0drochner3-10/+165
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner3-15/+50
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner4-26/+10
This switches to the gnome-2.22 release branch.
2008-04-15Update "PKGCONFIG_OVERRIDE" to include the C++ and UDF ".pc" files.tron1-1/+5
Bump package revision because of this fix.
2008-04-15Update "libcdio" to version 0.80. Changes since version 0.76:tron8-71/+54
- a lot of new features including C++ and UDF support - a lot of bug fixes including a fix for CVE-2007-6613 - support for more platforms (e.g. DragonFly)
2008-04-15fix a stack-based buffer overflow (CVE-2007-6613), patch from upstream,drochner4-3/+31
bump PKGREVISION
2008-04-14Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.jlam5-0/+51
LineCache is a module for printing an Array in column-sorted order.
2008-04-13Fix build with firefox. Problem reported by abs@.hira3-12/+30
2008-04-13Update to 1.1.20080316:wiz2-6/+6
2008/03/16 + modify dlg_mouse_wgetch() to loop only on errors that it detects, rather than on errors forwarded from dlg_getc(), in case those are due to a disconnected terminal (report by Anatoli Sakhnik). + allow "default" color in dialogrc file (request by Dashing). + fix an indexing error in formbox (Debian #469190, report by Dmitry Gomerman, patch by Vladimir Mezentsev). + add bindings for CTL/N, CTL/P to checklist, fselect and menubox widgets (prompted by discussion with John Gatewood Ham). + add be@latin.po, th.po and update zh_TW.po from http://translationproject.org/latest/dialog/ > patches by Peter Astrand: + modify dlg_auto_sizefile() to ensure the computed height and width do not extend beyond the screen size. + use unctrl() to make inputstr.c work with Solaris curses. > patches by Yura Kalinichenko: + extend pause widget to use ok/cancel buttons (the former giving the same result as a timeout), rather than an exit-button. + fix initialization parameter of inputbox for multibyte characters.
2008-04-13Update misc/rubygems to 1.1.1. Changes from version 1.1.0 include:jlam5-41/+41
* Gem.prefix now returns non-nil only when RubyGems was installed outside sitelibdir or libdir. * The `gem server` gem list now correctly links to gem details. * `gem update --system` now passes --no-format-executable to setup.rb. * Gem::SourceIndex#refresh! now works with multiple gem repositories. * Downloaded gems now go into --install-dir's cache directory. * Various fixes to downloading gem metadata. * `gem install --force` now ignores network errors too. * `gem pristine` now rebuilds extensions. * `gem update --system` now works on virgin Apple ruby. * Gem::RemoteFetcher handles Errno::ECONNABORTED.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam8-46/+40
through PLIST_SUBST to the plist module.
2008-04-12+ tellico.wiz1-1/+2
2008-04-12Import tellico-1.3.1 as misc/tellico.wiz6-0/+332
Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data.
2008-04-09Set HOMEPAGE to the official gok homepage instead of the standard gnome one.wiz1-2/+2
2008-04-09Fix `test =='. Pointed out by wiz@.hira2-4/+13