summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27Update to KDE 3.5.10markd12-39/+49
minor bugfixes
2008-08-27add patch from upstream CVS to fix a format string vulnerabilitydrochner3-2/+20
(CVE-2008-3533), bump PKGREVISION
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache2-5/+3
Noticed by Zafer Aydogan via private mail.
2008-08-15Add RubyForge's project page as HOMEPAGE.taca1-1/+2
2008-08-12Update to 1.1.20080727:wiz2-6/+6
2008/07/27 + add pointer-check when closing piped input (cf: 2007/03/25) + use here-documents rather than echo, when passing backslashes in strings, to accommodate the Debian shell "dash" (Debian #489563). + recode several ".po" files to UTF-8 for consistency. + change --separator to be an alias for --output-separator, for compatibility with Xdialog. + add --output-separator option to allow scripts to change the output separator from a newline (for --separate-output) or a space. This applies to other widgets such as forms and editboxes which normally use a newline. + add --column-separator option, to tell where column-aligned data for radio/checkboxes or menus should be split into columns (request by Ben Dibbens). + add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po, th.po from http://translationproject.org/latest/dialog/ + add "--quoted" option, to quote values returned by formbox, etc. + change names of EX/ES macros in dialog.1 to work around name- pollution caused by changes in Debian #470729.
2008-08-09Update to most-5.0.0a, using libslang2.bjs4-41/+61
Myriad feature enhancements (such as UTF-8 and enhanced regexp support via libslang2) as well as bug fixes (notably proper shell in some formerly problematic cases). Also, mmap is enabled by default now.
2008-08-07Update UDFclient to version 0.6.3.reinoud2-8/+8
Implemented byteswapping option to allow udfclient to read and write PVR harddiscs who appear to be byteswapped for some reason (copy protection?). Also improved udfdump dumping making it handle big free space maps and allocation extensions and making cd_disect ATAPI happy again.
2008-07-25Update splitvt to 1.6.6 and add patches for the "forgotten setgid()"tonnerre4-16/+58
privilege escalation vulnerability (CVE-2008-0162). Also verify the return values of setuid()/setgid().
2008-07-23updated to 1.13rhaen2-6/+6
ChangeLog: Revision history for Perl suite Locale::Maketext 2008-05-28 Adriano Ferreira * Release 1.13 New maintainer. No noteworthy changes. When debugging is turned on, "DEBUG and warn" is now used instead of "DEBUG and print". It makes web applications happier. CPAN RT #36238 2007-11-17 * Release 1.12 Many doc changes from RT. Silenced some "used only once" warnings under Perl 5.10. $@ is now localized in case it gets interpolated. This was added a while ago, but now there's a test for it, too. Added warnings and strict to tests. Cleaning up some Perl::Critic gripes. 2007-05-07 Andy Lester * Release 1.11_01 Fixed perlbug #33938 http://rt.perl.org/rt3//Public/Bug/Display.html?id=3393 Started cleaning up source per Perl::Critic.
2008-07-21Update GOK to 1.4.0.obache3-25/+60
What's new in GOK 1.4.0? * GOK now uses the core pointer (regular system mouse) by default * Loads of improvements thanks to growing GOK community. * Updated translations, and numerous bug fixes.
2008-07-18Update to 1.3.3:wiz2-6/+6
* Released Tellico 1.3.3. * Fixed EntryView to honor copy() command properly, for clipboard. * Updated Porbase URL in z39.50 server list. * Updated drag-and-drop to allow HTTP urls. * Changed Arxiv fetcher to remove ID version number for results. * Fixed bug with merging file catalogs, to properly match on URL.
2008-07-17Update from version 0.28 to 0.30. Changes:he2-6/+7
0.30 Mon Dec 18 23:24:25 PST 2006 - back after two and a half years; happy hanukkah! - added note about B:CC:Object - added new Discover 65 prefix - check for Switch before Visa as Switch has some BINs in ^4 - accept masked numbers in cardtype() - add handling of card network peering arrangements, controllable via $Business::CreditCard::Country - identify Diner's club ^36 cards as MasterCard in US and Canada - identify China Union Pay cards as Discover cards outside China - identify China Union Pay cards No recorded changes for 0.29 upstream.
2008-07-17- updated to 2.03rhaen2-11/+10
- took maintainership Changelog: 2.03 - Tue Oct 2 03:17:34 2007 * Fixed minor distro problems and bumped to release version 2.03 2.02_05 - Wed Sep 12 13:27:09 2007 * Explore RT #29292. I don't seem to have the problem with hyphens for ISBN-13, but let's see what CPAN Testers has to say 2.02_04 - Sat Sep 1 14:55:00 2007 [BUGFIX] ISBN13 was returing "Bookland" for all groups, but it shouldn't do that. Now it returns the same thing you'd get from ISBN10 (e.g. "English", "German", ... ). 2.02_03 - Sat Sep 1 04:12:49 2007 [BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13 is the hint that it should be 13. :) 2.02_02 - Sat Aug 25 05:57:22 2007 [FEATURE] added exportable function valid_isbn_checksum that takes care of all of the object stuff for you and just gives you the answer. In previous docs, this was called is_valid_checksum even though that conflicted with an object method. It was documented but never implemented. Now it's there. :) [BUGFIX] now should pass tests under 5.6.2, after a bit of backporting. Upgrade already people! :) 2.02_01 - Fri Aug 17 14:00:51 2007 * Don't import import() from Exporter. There are a lot of people (apparently) using very old perls, not just CPAN Testers. 2.02 - Wed Aug 15 03:11:25 2007 * fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak, but return an object that explains the error. 2.01 - Sun Aug 12 22:28:01 2007 * Official release of Business::ISBN to handle ISBN-13 * Does not handle 979- numbers yet (need publisher data for that) * Does handle 978-numbere, which is the 10 digit ISBN with a different "country code", so it uses the same publisher data * There are significant API changes to handle the new stuff. It's not so bad, but test it before you rip out the old Business::ISBN stuff. 2.00_01 - Wed Mar 14 00:38:18 2007 * DEVELOPER RELEASE * Completely redone internals to handle ISBN-10 and ISBN-13 * Some interface changes to Business::ISBN 1.x * Removed exportable functions.
2008-07-17- updated to 1.17rhaen2-10/+9
- took maintainership ChangeLog: 1.17 - Sat Oct 27 13:47:07 2007 * Update to docs to point to latest URL for ISBN International 1.16 - Thu Oct 25 21:38:20 2007 * distro cleanups. No need to upgrade.
2008-07-16update to 2.22.3drochner2-6/+6
This is the last release of the 2.22 series. It just includes some additional bug fixes.
2008-07-15Catch up with gnustep framework changes.joerg4-85/+98
2008-07-14Update from version 0.06 to 0.08. Changes:he2-6/+6
0.07 Wed Dec 05 16:18:22 2007 - Addition of new ellipsoids - Refinement of MGRS calculations - Addition of latlon_to_utm_force_zone Changes for 0.08 not in Changes file in package.
2008-07-14Mark as destdir ready.joerg21-21/+63
2008-07-10Fix path to and depend on perl and bash. Bump revision.joerg1-1/+6
2008-07-10Fix DESTDIR installation.joerg1-3/+3
2008-07-01Disable linker optimizations on Darwin, thereby allowing this package toagc1-1/+7
build on Mac OS X Leper.
2008-06-22Update ruby-launchy package to 0.3.2.taca2-6/+6
== Changes === Version 0.3.2 - 2008-05-21 * detect aix and mingw as known operating systems.
2008-06-20Add DESTDIR support.joerg55-87/+183
2008-06-19Update to ascii-3.8. I don't see a ChangeLog anywhere, but thisbjs3-15/+47
satisfies doc/TODO. ;) Seems to need gmake now.
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca10-116/+212
Bump PKGREVISION.
2008-06-16Welcome to the pkginstall user/group framework. Bump revision.joerg4-97/+8
2008-06-16Call binary from DESTDIR.joerg1-3/+3
2008-06-15Update "openoffice2-bin" package to version 2.4.1.tron2-7/+7
This version fixes various bugs including the security vulnerability reported in CVE-2008-2152.
2008-06-14Fix DESTDIR installation.joerg1-2/+2
2008-06-13Update to 2.4.1. This release fixes CVE-2008-2152.hira2-17/+16
Release Notes: http://development.openoffice.org/releases/2.4.1.html
2008-06-12Add DESTDIR support.joerg19-22/+78
2008-06-08Also needs p5-XML-Parser if included intltool should work.wiz1-3/+4
2008-06-06Fix DESTDIR install on SunOS.dillo1-2/+2
2008-06-06Remove unused patch.wiz1-13/+0
2008-06-05Fix build on -current: the pkgsrc intltool is too new for this package.wiz1-2/+5
Use the included one. Patch from drochner@
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