summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2009-08-02this uses the gnome part of libgsf which is an extra pkg now, sodrochner2-2/+5
pull it in, bump PKGREVISION (it could be built without gnome support, perhaps later)
2009-07-28fix build breakage, likely resulting from a weird interaction of Mesadrochner2-1/+18
and qt4 wrt include file ordering
2009-07-27mkcuedrochner1-1/+2
2009-07-27add mkcue-2.1 which is a tool to extract a CUE sheet from a CD,drochner5-0/+74
needed for the "-M" option of "abcde", the original distribution doesn't seem to be maintained anymore, I just found a reference in Debian, the version number is aligned to the Debian one (including a bugfix)
2009-07-24Update rubygems to 1.3.5.minskim3-10/+8
Changes: * Fix use of prerelease gems. * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458. * Bulk index update is no longer supported (the code currently remains, but not the tests)
2009-07-22Update to 2.26.3:wiz2-8/+7
Version 2.26.3 --------------- Misc improvements/fixes: * Fix wrong GFDL version number in COPYING * Use 'test ! -d' in autogen.sh, bgo#583311 * Directly link to xlib, bgo#583471 * Fix cursor drawing on 64bit platforms, bgo#584256 New and updated translations: - [bn_IN] Runa Bhattacharjee - [el] Giannis Katsampirhs
2009-07-22Update to 4.1. Set LICENSE. Fix a pkglint warning.wiz3-9/+12
- Version changed to 4.1 - Updated Dutch translation (thanks to Sander Pientka) - Updated Turkish translation (thanks to Ozan Caglayan) - Default toolbar button order changed to standard -/+ - Automatic encoding detection for KHTMLPart/WebKit is now disabled by default. - Fixed incorrect index string encoding for non-English strings. - Fixed text size auto-increase each time the file is loaded for WebKit browser. - License changed from GPLv2 to GPLv3.
2009-07-22Remove empty PLIST.common_end.wiz2-3/+2
2009-07-22Remove USE_DIRS infrastructure support and support packages.wiz25-718/+1
See http://mail-index.netbsd.org/pkgsrc-changes/2009/07/22/msg026834.html.
2009-07-22Remove USE_DIRS from pkgsrc.wiz23-46/+23
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-19pkgsrc changes:sno2-7/+8
- Updating package for p5 module Locale::Maketext::Simple from 0.18nb1 to 0.20 - Adding license (mit) according to META.yml - Setting Module::Install as module type Upstream changes: [Changes for 0.20 - 2009-07-08] * MANIFEST fixes (no code changes) - Tomas Doran [Changes for 0.19 - 2009-07-07] * Bumped the version dependency to 5.005 * Ton Voon, from Opsera Limited contributed the ability to have the IANA defined i-default language, for use as a fallback when arbitrary message keys, rather than English phrases are being used.
2009-07-16Update to cuetools to 1.3.1.jakllsch2-24/+12
Changes since 1.3.0 ------------------- * Fixed duplicate/missing breakpoints (bug #5965). * Fixed swapped flags in TOC parsing code (bug #4831). * Fixed option handling code (bug #4180). Changes since 1.2 ----------------- * Build system has been rewritten using automake/autoconf. * Added append, prepend, and split pregap modes to cuebreakpoints. * Fixed possible compilation error with Bison. * All tools accept long options. * Programs exit if --input-format or --output-format is an illegal value.
2009-07-16Fix installation on newer NetBSD.joerg1-2/+2
2009-07-16Fix build with getline() in libc.wiz4-1/+61
From http://bugs.gentoo.org/show_bug.cgi?id=270263 via roy
2009-07-10PYTHON_VERSIONS_ACCEPTED += 26abs1-2/+2
2009-07-08Update to 0.9, thanks to Adrian Portelli. Changes since 0.8:hasso5-89/+62
* Major changes to build infrastructure: cleanup of makefiles and addition of a configure script. * monitor-content window option to monitor a window for a specific fnmatch(3) pattern. The find-window command also now accepts fnmatch(3) patterns. * previous-layout and select-layout commands, and a main-horizontal layout. * Recreate the server socket on SIGUSR1. * clear-history command. * Use ACS line drawing characters for pane separator lines. * UTF-8 improvements, and code to detect UTF-8 support by looking at environment variables. * The resize-pane-up and resize-pane-down commands are now merged together into a new resize-pane command with -U and -D flags. * confirm-before command to request a yes/no answer before executing dangerous commands. * Status line bug fixes, support for UTF-8 (status-utf8 option), and a key to paste from the paste buffer. * Support for some additional escape sequences and terminal features, including better support for insert mode and tab stops. * Improved window resizing behaviour, modelled after xterm. * Some code reduction and a number of miscellaneous bug fixes.
2009-07-08Add 26 to PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2009-07-08pkgsrc changes:sno3-10/+23
- Updating package for p5 library libintl-perl from 1.16nb1 to 1.20 - Adjusting meta information of package (CATEGORIES, LICENSE) - take care of library path Upstream changes: 2009-06-29 Guido Flohr <guido@imperia.net> * NEWS: News for 1.20. * test.pl: Do not run XS tests for systems without a German locale. That should be more flexible, but in fact, most bugs in the XS version can only be worked around, not fixed. Therefore it is not that important. * x-changelog.sh: ChangeLog generation no longer done with cvs2cl. Until something decent pops up, I will use the gitlog2changelog script from http://github.com/cryos/avogadro/blob/master/scripts/gitlog2changelog.py. * MANIFEST, tests/03_tester_david_pp.t, tests/03_tester_david_xs.t: Try to get a little bit mroe information about the strange failure of the new context functions. * tests/03dcgettext_pp.t, tests/03dcgettext_xs.t: - Do not skip that many tests. - Use two argument form of Test::ok(). * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Fixed number of tests. * tests/03bindtextdomain_pp.t, tests/03bindtextdomain_xs.t: Better structure for test results. * tests/03bind_textdomain_filter_pp.t, tests/03bind_textdomain_filter_xs.t: Use two argument form of Test::ok(). * tests/03bind_textdomain_codeset_pp.t, tests/03bind_textdomain_codeset_xs.t: - do not skip that many tests - use two argument form of Test::ok() * tests/03dgettext_xs.t: Copied from pure Perl version. * Fixed warning about undefined values in subroutine entry if locale de_AT is not installed on the system that runs the test. * Makefile.PL: $Config{libs} may include too many libraries (fixes compile problems on broken Debian systems). * META.yml, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Version number increased to 1.20. 2009-06-19 Guido Flohr <guido@imperia.net> * META.yml: Version number 1.19. * gettext_xs/gettext_xs.pm: LC_MESSAGES is not defined by POSIX.pm. * MANIFEST, lib/Locale/TextDomain.pm, tests/04scalar_noop.t: Fixed RT bug #46471, noop functions in scalar context. * .gitignore, gettext_xs/.gitignore: Ignore files * lib/Locale/libintlFAQ.pod: Explanation for the __'Hello' problem. * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to 1.19. * sample/simplecal/po/Makefile: Fixed extraction of context (thanks to Kevin Ryde). * lib/Locale/Messages.pm, lib/Locale/TextDomain.pm: Bumped version number to 1.18. * lib/Locale/TextDomain.pm: Make PAUSE happy and leave the version number here. * test.pl: Report version of Encode.pm (culprit in most failures). * lib/Locale/Recode/_Conversions.pm: Macintosh encoding in Encode.pm is seemingly unstable. * lib/Locale/TextDomain.pm: - Added N__p(). - Added N__np(). - Removed N__xpn(). * sample/simplecal/po/Makefile: Also include contextual strings. * lib/Locale/gettext_pp.pm: First release for new functions. * lib/Locale/TextDomain.pm: Added first release for new functions. * lib/Locale/Util.pm: Added alpha notice. * lib/Locale/TextDomain.pm: Context example. * lib/Locale/Messages.pm: More context examples. * lib/Locale/TextDomain.pm: Avoid n't. * lib/Locale/libintlFAQ.pod: Switch language for server applications. * lib/Locale/gettext_pp.pm: Made code parsing the plural formula more robust. * tests/po/additional.de.po: Fixed German translations. * Completed support for contextual gettext calls. * USERS: Updated with info for unrtst/Joshua Miller * TODO, lib/Locale/Messages.pm: select_package() is not a class method (reported by Sergei Vishenski). * gettext_xs/Makefile.PL: We need both libraries, not just one of them. * lib/Locale/TextDomain.pm: Corrected POD. * ChangeLog, MANIFEST.SKIP, META.yml, Makefile.PL, NEWS, gettext_xs/Makefile.PL, lib/Locale/Messages.pm, lib/Locale/TextDomain.pm, lib/Locale/Util.pm: Don't forget to actually set the cached locale. * lib/Locale/Util.pm: Filter out un-available languages. * lib/Locale/Util.pm: Fixed POD error. * lib/Locale/Util.pm: Restrict set of acceptable languages. * lib/Locale/Util.pm: Removed erroneous source. * lib/Locale/Util.pm: Updated default countries for languages. * lib/Locale/Util.pm: Fixed warnings about undefined values. * lib/Locale/Util.pm: Aliased loop variable was constant and read-online. * lib/Locale/Util.pm: Extended search for correct locale required by FreeBSD. * lib/Locale/Util.pm: Return information about actually selected locale in set_web_locale(). * sample/simplecal/po/Makefile, sample/simplecal/po/PACKAGE: Strip leading and trailing whitespace on TEXTDOMAIN variable. * Makefile.PL: Remove build_xs in target "clean". * lib/Locale/Util.pm: New function set_web_locale(). * Use Locale::Util::set_locale() for more portable locale setting. * lib/Locale/Util.pm: - avoid warnings - turned off debugging - clean-up * lib/Locale/Util.pm: docs * lib/Locale/Util.pm: - access to the locale cache - updated docs * lib/Locale/Util.pm: Support for MS-DOS * lib/Locale/Util.pm: half-implemented Windows version * lib/Locale/Util.pm: safe locale setting for Unix * tests/05parse_accept.t: new * sample/simplecal/po/PACKAGE: Hint to avoid trailing space * lib/Locale/TextDomain.pm: interpolate filename and linenumber * MANIFEST, lib/Locale/Messages.pm: avoid warning if textdomain is undef * lib/Locale/TextDomain.pm: Try to detect incorrect usage of the tied gettext hash. * lib/Locale/TextDomain.pm: always make a copy of the list of search directories * x-changelog.sh: cvs2cl now expected in $PATH. * tests/04find_domain_bug.t: Skip test if require Austrian locale is not available (thanks to Pascal Terjan for the hint). * sample/simplecal/po/Makefile: added simple hash * Makefile.PL: unlink "xs_disabled" with "make clean" (thanks to Peter Eisentraut)
2009-07-08Update to dvtm-0.5.2 (patch from maintainer in private mail).tnn2-6/+7
While here set a proper LICENSE (dvtm is under MIT/X license). Changes: o compile fix for Mac OS X o optional beep on terminal bell (enable it per window with MOD+B) o the whole screen redraw command which is now by default associated with MOD+r reads the terminal size and adjust the working area accordingly
2009-06-29Create missing directories.joerg1-1/+3
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg1-2/+2
2009-06-14Remove @dirrm related logic.joerg10-59/+15
2009-06-14Do not add @dirrm to automatically-generated PLIST.minskim1-4/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg16-105/+89
2009-06-14Remove all dirrm-related entries from PRINT_PLIST_AWK, because print-PLISTminskim1-8/+4
no longer generates those.
2009-06-14Remove @dirrm entries from PLISTsjoerg129-3149/+129
2009-06-14Skip "@dirrm lib/ruby" in PRINT_PLIST for packages including rubygems.mk.minskim1-1/+2
2009-06-12Test variables before using them. Several variables inminskim3-2/+25
Gem::Specification can be nil for old gemspec. Bump PKGREVISION.
2009-06-12update master site.zafer1-3/+2
2009-06-12Removed redundant .gz suffix for man pages.rillig8-18/+18
2009-06-12* Fix build problem with new Rubygems by removing an obsolete method call.taca2-1/+14
No PKGREVISION bump since there is no change with built package.
2009-06-10Update rubygems to 1.3.4.minskim12-92/+88
New features since 1.3.1: * RubyGems now loads plugins from rubygems_plugin.rb in installed gems. This can be used to add commands (See Gem::CommandManager) or add install/uninstall hooks (See Gem::Installer and Gem::Uninstaller). * Gem::Version now understands prerelease versions using letters. (eg. '1.2.1.b') Thanks to Josh Susser, Alex Vollmer and Phil Hagelberg. * RubyGems now includes a Rake task for creating gems which replaces rake's Rake::GemPackageTask. See Gem::PackageTask. * Gem::find_files now returns paths in $LOAD_PATH. * Added Gem::promote_load_path for use with Gem::find_files * Added Gem::bin_path to make finding executables easier. Patch #24114 by James Tucker. * Various improvements to build arguments for installing gems. * `gem contents` added --all and --no-prefix. * Gem::Specification * #validate strips directories and errors on not-files. * #description no longer removes newlines. * #name must be a String. * FIXME and TODO are no longer allowed in various fields. * Added support for a license attribute. Feature #11041 (partial). * Removed Gem::Specification::list, too much process growth. Bug #23668 by Steve Purcell. * `gem generate_index` * Can now generate an RSS feed. * Modern indicies can now be updated incrementally. * Legacy indicies can be updated separately from modern. * `gem server` allows port names (from /etc/services) with --port. * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir Dobriakov. * `gem spec` can retrieve single fields from a spec (like `gem spec rake authors`). * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true) * RDoc is now generated regardless of Gem::Specification#has_rdoc?
2009-06-08Add license info.hasso1-1/+2
2009-06-06update master sites url and homepage.zafer1-3/+3
2009-06-06Allow bbdb to build with emacs23.minskim1-2/+3
2009-06-06Combine FOR_emacs* in bbdb's PLIST into FOR_emacs.minskim1-11/+3
2009-06-04Make misc/tmux build on SunOS.minskim4-11/+59
2009-06-03Use BSD_INSTALL_* so that a non-root user can install misc/tmux.minskim3-10/+16
2009-05-27Make misc/tmux compile on Darwin.minskim2-4/+17
2009-05-22update master site.zafer2-4/+4
2009-05-22update master site.zafer1-2/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz17-27/+34
major change. Reported by Robert Elz in PR 41345.
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Update to 2.26.2:wiz2-6/+6
Version 2.26.2 -------------- * Integration Guide: - Updated translations: el (Jennie Petoumenou) * Platform Overview: - Updated translations: el (Jennie Petoumenou)
2009-05-19Update to 2.26.2:wiz2-6/+6
Version 2.26.2: --------------- * Accessibility Guide: - Fixed validity errors in translations (Claude Paroz, Shaun McCance) - Updated translations: el (Jennie Petoumenou) en_GB (Philip Withnall) hu (Gabor Kelemen) * System Admin Guide: - Fixed typo, bug #577327 (Milo Casagrande) - Updated translations: el (Jennie Petoumenou) es (Jorge Gonzalez) * User Guide: - Fixed validity errors in translations (Claude Paroz, Shaun McCance) - Removed outdated info on session preferences (Paul Cutler) - Updated translations: el (Μάριος Ζηντίλης) es (Jorge Gonzalez) fr (Claude Paroz) zh_CN (TeliuTe)
2009-05-19Update to 2.26.2. Add commented LICENSE, needs AND.wiz3-9/+46
Version 2.26.2 --------------- Misc improvements/fixes: * Fix dwell click for left-handed mouse orientation, bgo #582319 * Create m4 directory during autogen.sh, bgo #579397 New and updated translations: - [ar] Usama Akkad - [el] Fotis Tsamis - [en_GB] Jen Ockwel - [es] Jorge González - [fr] Bruno Brouard, Claude Paroz - [gl] Suso Baleato - [kn] Shankar Prasad - [zh_CN] TeliuTe Version 2.26.1 -------------- This version has been skipped.
2009-05-19Update to 2.26.2:wiz3-7/+17
2.26.2 - 18-May-2009 General: * Fix for bug #466841 - Orca doesn't announce items when Alt+Tabbing if Compiz is enabled. This fix is designed to improve Orca's access to the basic window switcher in Compiz. There are still bugs in Compiz which make providing compelling access difficult, but this should at least make switching windows accessible. * Fix for bug #577977 - provide speech feedback for "repeat last find" in Gedit. * Fix for bug #580329 - Use show_uri() to display help window. * Fix for bug #580423 - Remove deprecated libgnomeui dependency. Use DBus org.gnome.SessionManager.Logout instead of gnome.ui.master_client().request_save. * Fix for bug #582684 - Arrowing left/right across tree tables causes whole row to be spoken. ========== New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca ca Catalan Jordi Mas i Hernandez hu Hungarian Attila Hammer and Gabor Kelemen uk Ukranian Maxim Dziumanenko
2009-05-19Update to 2.26.2. Set LICENSE to gnu-gpl-v2.wiz2-6/+7
===================== deskbar-applet 2.26.2 ===================== - Fixed bug #575185: Scan directories in templates folder - Fixed bug #580188: self._desktop is None in OpenDesktopFileAction.py - Fixed bug #580548: Error in ActionsFactory when file doesn't exist - Fixed parts of bug #577649. Check if templates directory can be retrieved and exists in initialize. - Fixed bug #581207: Use g_timeout_add_seconds to reduce wakeups - Fixed bug that caused that the window to show up again when intending to close it by pressing the keybinding Translations: - Updated el: Fotis Tsamis - Updated es: Jorge Gonzales - Updated et: Ivar Smolin - Updated or: Manoj Kumar Giri - Updated zh_CN: TeliuTe
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz17-43/+30
block). Uncomment some commented out LICENSE lines while here.
2009-05-19Update to 2.26.1. Set LICENSE to gnu-fdl-v1.1.wiz3-7/+50
Version 2.26.1: --------------- * Accessibility Guide: - Added more description for what caret navigation is (Willie Walker) - Fixed DocBook validity errors in translations (Claude Paroz) - Updated translations: de (Simon Bienlein) es (Jorge Gonzalez) ru (Anatol Kamynin) sv (Daniel Nylander) * System Admin Guide: - Updated translations: el (Jennie Petoumenou) * User Guide: - Fixed DocBook validity errors (Claude Paroz) - Updated translations: cs (Lucas Lommer) es (Jorge Gonzalez) fr (Bruno Brouard and Claude Paroz) sv (Daniel Nylander)