summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2011-04-13Pullup ticket #3411 - requested by wiztron2-1/+25
misc/calibre: build fix Revisions pulled up: - misc/calibre/distinfo 1.3 - misc/calibre/patches/patch-src_calibre_ebooks_pdf_images.cpp 1.1 --- Module Name: pkgsrc Committed By: wiz Date: Tue Apr 12 21:48:01 UTC 2011 Modified Files: pkgsrc/misc/calibre: distinfo Added Files: pkgsrc/misc/calibre/patches: patch-src_calibre_ebooks_pdf_images.cpp Log Message: Fix build with png-1.5.
2011-04-01Don't #include <ufs/ufs/quota.h> on NetBSD. it makes the build fail onbouyer2-7/+26
current, and nothing related to quotas is needed here. OK agc@
2011-03-27* Allow build on not only ruby18 but ruby19.taca4-5/+40
* Ugly hack to replace with already installed gem command. Bump PKGREVISION.
2011-03-23Update misc/ruby-bundler package to 1.0.10.taca3-8/+8
## 1.0.10 (February 1, 2011) Bugfixes: - Fix a regression loading YAML gemspecs from :git and :path gems - Requires, namespaces, etc. to work with changes in Rubygems 1.5 ## 1.0.9 (January 19, 2011) Bugfixes: - Fix a bug where Bundler.require could remove gems from the load path. In Rails apps with a default application.rb, this removed all gems in groups other than :default and Rails.env. ## 1.0.8 (January 18, 2011) Features: - Allow overriding gemspec() deps with :git deps - Add --local option to `bundle update` - Ignore Gemfile.lock in newly generated gems - Use `less` as help pager instead of `more` - Run `bundle exec rake` instead of `rake` in Capistrano tasks Bugfixes: - Fix --no-cache option for `bundle install` - Allow Vlad deploys to work without Capistrano gem installed - Fix group arguments to `bundle console` - Allow groups to be loaded even if other groups were loaded - Evaluate gemspec() gemspecs in their directory not the cwd - Count on Rake to chdir to the right place in GemHelper - Change Pathnames to Strings for MacRuby - Check git process exit status correctly - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
2011-03-23Update rubygems package to 1.6.2.taca11-122/+144
For complete changes, please refer: https://github.com/rubygems/rubygems/blob/master/History.txt
2011-03-21minor update from 3.9.9 -> 3.9.9.1:plunky2-6/+6
2011-01-23 : zyGrib Version 3.9.9.1 * New russian translation (thanks Yaroslav/Specter). * Bug fixed : drawing wind arrows on the grid for Meteoblue files. * Personnal "cities" list : o All files whose name begins with cities and located in maps / gis / are read. o Format : text, encoding UTF8 o One city by line (5 data, separator ';') : country;name;population;latitude;longitude 1. country: 2 chars international code ISO-3166 A2 2. name 3. population : "importance" of the city. 4 levels: 1. population >= 1000000 2. population >= 200000 3. population >= 50000 4. population < 50000 4. latitude 5. longitude o Sample: AD;Andorra la Vella;20430;42.5;1.5166667
2011-03-19Drop maintainership.wiz1-2/+2
2011-03-18Recursive bump for libzip-0.10.wiz1-1/+2
2011-03-17remove dead mirrorzafer1-3/+2
2011-03-17update master_siteszafer1-2/+2
2011-03-17service suspended (not earthquake related) since Feb 2010. fetch from backup.zafer1-2/+2
2011-03-17service suspended. fetch from backup.zafer2-4/+4
2011-03-17remove dead mirror.zafer1-3/+2
2011-03-17service suspended. fetch from backup.zafer1-2/+2
2011-03-14misc/screen: DragonFly BSD 2.9+ supportrumko4-18/+23
Make screen use utmpx on DragonFly BSD 2.9+ so that it compiles again. Patch submitted by Matthias Rampke ( https://gist.github.com/823307 ). ok@ wiz
2011-03-14misc/tmux: make it compilable on DragonFlyrumko2-5/+7
* we need to link to libevent in order to succesfully compile * we already define closefrom(2) so define HAVE_CLOSEFROM Patch provided by Antonie Huete Jimenez via private mail. ok@ wiz
2011-03-13in te NetBSD backend, fill in some metadata which are needed at leastdrochner3-2/+18
for per-track CD-TEXT support (CD-TEXT does work basically, but it is unclear which encoding it is supposed to be, and who should sanitize the text, eg delete trailing garbage)
2011-03-11Update to 1.1.20110302:wiz2-6/+6
2011/03/02 + add --prgbox and --programbox (adapted from patch by David Boyd). + add sl.po from http://translationproject.org/latest/dialog/ + fix timeouts from 2011/01/18, which were being interpreted as milliseconds rather than seconds (report by Luis Moreira).
2011-03-11Update to 2.1.4.1:wiz2-7/+7
eBay made some surprising changes over the last week or so, removing the end date from a lot of their auction and fixed price listings. I had to scramble a little, but I came up with a way to handle it in the general case. Fixed price items now may show up as ‘n/a’ as their end date, because it’s just not visible to JBidwatcher. Other than that there’s a few minor fixes, improving the UI in little ways, and continuing to try and improve speed. Thanks for your support, and best of luck with your auctions! Changes * Fix breakage due to eBay removing the end-date from the title on many listings * Try to provide a safety-net for a potential sniping failure bug * Get eBay pages as compressed data for faster updating * Paste and Add Auction should add to the currently displayed tab/category * Allow Basic Authentication lines longer than 80 characters for My JBidwatcher support * Improve the look of JBidwatcher’s minimized window under Mac OS X
2011-03-09Add and enable window.jmmv1-1/+2
2011-03-09Initial import of window-20110309:jmmv4-0/+42
window(1) implements a windowing environment on ASCII terminals. It is similar to tmux and GNU screen. The program provided by this package is based on the original code of window(1) shipped by NetBSD 5.x. NetBSD is replacing window(1) with tmux, and when that happens this package will be the canonical source for window(1).
2011-03-08user-destdir installation support.obache1-7/+11
2011-03-05Fix building with GPGME 1.3.0.adam2-1/+18
2011-03-02Fix building with Clangadam2-1/+17
2011-02-28Reset maintainer for retired developers.wiz6-12/+12
2011-02-26Allow building with new X11/Xlib.h. Patch from upstream, see OpenOfficeaymeric3-1/+49
bug report 115871; adapted for vcl/unx/inc/xfont.hxx
2011-02-25update to 0.8.13drochner3-9/+8
changes: -ODF improvement -bugfixes
2011-02-25+ howmobache1-1/+2
2011-02-25Import howm-1.3.9.1 as misc/howm from pkgsrc-wip-jp.obache5-0/+120
Based on PR#44553 by ISIHARA Takanori. howm: Write fragmentarily and read collectively. Howm is a note-taking tool on Emacs. It is similar to emacs-wiki; you can enjoy hyperlinks and full-text search easily. It is not similar to emacs-wiki; it can be combined with any format.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz3-6/+6
works with python-2.7.
2011-02-23Remove patches to make a gemspec file's format compatible as before.taca4-75/+3
Now latest ruby19-base package comes with gem supporting newer format, so no need to keep older. Shouold be fix build problem of newer rails3 related packages with ruby18-base. Bump PKGREVISION.
2011-02-17Dont try to use kernel only interface to inotify on linuxmarkd2-1/+33
2011-02-13Update to 2.72.ryoon3-79/+45
Changelog: 2006-10-10 04:26:33 GMT Michael Olson <mwolson@gnu.org> patch-147 Summary: Release emacs-wiki 2.72. Revision: emacs-wiki--main--1.0--patch-147 * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.72. * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Fix bug that was noticed with recent builds of Emacs 22. Improper quoting was used. Thanks to Chong Yidong and intrigeri for noticing this. modified files: ChangeLog README emacs-wiki-colors.el emacs-wiki.el emacs-wiki.texi 2006-10-10 04:20:02 GMT Michael Olson <mwolson@gnu.org> patch-146 Summary: Debian packaging changes from February. Revision: emacs-wiki--main--1.0--patch-146 new files: debian/.arch-ids/compat.id debian/compat modified files: ChangeLog debian/NEWS debian/changelog debian/control debian/rules 2006-02-07 14:24:19 GMT Michael Olson <mwolson@gnu.org> patch-145 Summary: Release emacs-wiki 2.71. Revision: emacs-wiki--main--1.0--patch-145 * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.71. * README, emacs-wiki.texi, debian/NEWS: Note that Emacs Muse is recommended instead, and that this will probably be the last release of emacs-wiki. * debian/rules: Change compatibility level to 4. * emacs-wiki-srctag.el (emacs-wiki-src-tag): Silence compiler warning. new files: debian/.arch-ids/NEWS.id debian/NEWS modified files: ChangeLog Makefile.defs README debian/changelog debian/rules emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi 2005-12-16 23:22:14 GMT Michael Olson <mwolson@gnu.org> patch-144 Summary: Don't escape '#' in URLs. Revision: emacs-wiki--main--1.0--patch-144 * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '#' to list of characters not to escape in URLs. Thanks to Marc Tommasi for the report. modified files: ChangeLog emacs-wiki-publish.el 2005-11-21 04:54:08 GMT Michael Olson <mwolson@gnu.org> patch-143 Summary: Make WikiName matching more flexible. Revision: emacs-wiki--main--1.0--patch-143 * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like ConvertingAClass and XMLSchema. Thanks to Rory McCann for the initial patch and the heads up. modified files: ChangeLog emacs-wiki-regexps.el emacs-wiki-transition.el 2005-10-04 15:24:23 GMT Michael Olson <mwolson@gnu.org> patch-142 Summary: Apply patch from Magnus Henoch. Revision: emacs-wiki--main--1.0--patch-142 * emacs-wiki.el (emacs-wiki-link-escape): Fix Yet Another escaping bug. Thanks to Magnus Henoch for the patch. modified files: ChangeLog emacs-wiki.el 2005-09-30 03:38:56 GMT Michael Olson <mwolson@gnu.org> patch-141 Summary: Fix #14666. Revision: emacs-wiki--main--1.0--patch-141 * emacs-wiki.el (emacs-wiki-link-escape, emacs-wiki-link-unescape): s/further/is-desc/. modified files: ChangeLog emacs-wiki.el 2005-09-25 01:48:38 GMT Michael Olson <mwolson@gnu.org> patch-140 Summary: Fix #14337: bug in emacs-wiki-link-url. Revision: emacs-wiki--main--1.0--patch-140 * emacs-wiki-publish.el (emacs-wiki-link-url): Treat WikiIndex pages specially, since they might not exist on the filesystem yet. modified files: ChangeLog emacs-wiki-publish.el 2005-09-25 01:44:19 GMT Michael Olson <mwolson@gnu.org> patch-139 Summary: Fix #14336: bug in emacs-wiki-markup-list-or-paragraph. Revision: emacs-wiki--main--1.0--patch-139 * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Add save-match-data so the match data doesn't get clobbered. modified files: ChangeLog emacs-wiki-publish.el 2005-09-25 01:41:14 GMT Michael Olson <mwolson@gnu.org> patch-138 Summary: Highlight bare URLs in emacs-wiki buffers. Revision: emacs-wiki--main--1.0--patch-138 * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Use emacs-wiki-url-or-name-regexp instead of emacs-wiki-name-regexp. This causes bare URLs to be highlighted in emacs-wiki buffers. modified files: ChangeLog emacs-wiki-colors.el 2005-09-25 01:31:22 GMT Michael Olson <mwolson@gnu.org> patch-137 Summary: Fix '#' in link descriptions. Revision: emacs-wiki--main--1.0--patch-137 * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are given a link description. Thanks to Stefan Reichör for the report. (emacs-wiki-link-unescape): Update documentation. modified files: ChangeLog emacs-wiki.el 2005-09-07 04:23:09 GMT Michael Olson <mwolson@gnu.org> patch-136 Summary: Fix #14455: Typo in emacs-wiki-escape-html-string. Revision: emacs-wiki--main--1.0--patch-136 * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Replace boundp check with fboundp. Thanks to an anonymous bug reporter for the fix. modified files: ChangeLog emacs-wiki-publish.el 2005-09-04 04:47:43 GMT Michael Olson <mwolson@gnu.org> patch-135 Summary: Don't escape '?' and '=' in URLs. Revision: emacs-wiki--main--1.0--patch-135 * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '?' and '=' to list of characters to not escape. Thanks to Sacha for the report. modified files: ChangeLog emacs-wiki-publish.el 2005-09-03 18:06:08 GMT Michael Olson <mwolson@gnu.org> patch-134 Summary: Fix note visiting problem. Revision: emacs-wiki--main--1.0--patch-134 * emacs-wiki.el (emacs-wiki-visit-link): Make sure that we match against a complete, whitespace-delimited tag. Thanks to Sergey Vlasov for the report and suggested fix. modified files: ChangeLog emacs-wiki.el 2005-09-02 04:37:42 GMT Michael Olson <mwolson@gnu.org> patch-133 Summary: Try to get rid of error; apply latest patch to emacs-wiki-srctag. Revision: emacs-wiki--main--1.0--patch-133 * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't modify default-directory directly. Call `cd' instead, and only when necessary. Hopefully this will get rid of that weird stringp nil error. * emacs-wiki-srctag.el: Apply latest patch from Sun Yijiang. You can now use extensions from `auto-mode-alist' in the <src> tag. modified files: ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el 2005-09-01 11:42:04 GMT Michael Olson <mwolson@gnu.org> patch-132 Summary: Apply patches from Sergey Vlasov. Revision: emacs-wiki--main--1.0--patch-132 * emacs-wiki-regexps (emacs-wiki-link-properties) (emacs-wiki-highlight-extended-link): Move '(mouse-face highlight) into the branch which handles the displayed text. Also move '(rear-nonsticky t) to the common list, and kill the redundant '(emacs-wiki-keymap-property emacs-wiki-local-map) which was both in the common list and in the lists for displayed and invisible text. * emacs-wiki-regexps.el (emacs-wiki-regexp-emacs-revision): Move save-match-data outside of the `and' statement. modified files: ChangeLog emacs-wiki-colors.el emacs-wiki-regexps.el 2005-08-29 06:21:48 GMT Michael Olson <mwolson@gnu.org> patch-131 Summary: Reinstate former extended character class rules. Revision: emacs-wiki--main--1.0--patch-131 * emacs-wiki-regexps.el (emacs-wiki-regexp-use-character-classes): New option that allows the user to override emacs-wiki's algorithm for deciding whether to use extended character classes. (emacs-wiki-regexp-emacs-revision): New variable that indicates the revision number of this version of Emacs. (emacs-wiki-extreg-usable-p): Reinstate old rules -- Emacs 21.2 and 21.3 aren't working well enough with extended character classes in regexps. * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-find-file): Use make-local-variable instead of make-variable-buffer-local. modified files: ChangeLog emacs-wiki-regexps.el emacs-wiki.el 2005-08-29 00:00:01 GMT Michael Olson <mwolson@gnu.org> patch-130 Summary: Fix paragraph-filling breakage in Emacs21. Revision: emacs-wiki--main--1.0--patch-130 * emacs-wiki.el (emacs-wiki-mode): Check explicitly for Emacs21 rather than relying on emacs-wiki-extreg-usable-p. Thanks to Sergey Vlasov for the bug report. modified files: ChangeLog emacs-wiki.el 2005-08-27 02:28:05 GMT Michael Olson <mwolson@gnu.org> patch-129 Summary: Allow Emacs 21.3 to use extended character classes in regexps. Revision: emacs-wiki--main--1.0--patch-129 * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Use a simpler algorithm. Since enough positive reports have come in about the usability of 21.3, we'll allow it to use extended character classes in regexps by default. modified files: ChangeLog emacs-wiki-regexps.el 2005-08-25 16:51:35 GMT Michael Olson <mwolson@gnu.org> patch-128 Summary: Attempt to fix a publishing warning. Revision: emacs-wiki--main--1.0--patch-128 * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't set default-directory to nil, just let-bind it so that our routine doesn't change it permanently. Thanks to Seth Falcon for the report. modified files: ChangeLog emacs-wiki-publish.el 2005-08-17 19:06:27 GMT Michael Olson <mwolson@gnu.org> patch-127 Summary: Make numeric anchors publish as valid (X)HTML. Revision: emacs-wiki--main--1.0--patch-127 * emacs-wiki-publish.el (emacs-wiki-insert-anchor): If we're given only a numbers-only anchor, pre-pend "anchor-" to make it valid. Otherwise, insert verbatim. (emacs-wiki-contents-tag): Publish with "sec-" rather than "sec" pre-pended. (emacs-wiki-link-url): Determine whether or not "anchor-" needs to be pre-pended when linking to an anchor. modified files: ChangeLog emacs-wiki-publish.el new patches: zakame@spunge.org--2005/emacs-wiki--zakame--1.0--base-0 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-1 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-2 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-3 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-4 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-5 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-6 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-7 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-8 zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-9 2005-08-13 05:04:33 GMT Michael Olson <mwolson@gnu.org> patch-126 Summary: emacs-wiki-mode: Minor regexp tweak. Revision: emacs-wiki--main--1.0--patch-126 * emacs-wiki.el (emacs-wiki-mode): Use \\s- rather than [[:blank:]]. modified files: ChangeLog emacs-wiki.el 2005-08-12 20:56:20 GMT Michael Olson <mwolson@gnu.org> patch-125 Summary: Keep lists from getting mashed together on M-q. Revision: emacs-wiki--main--1.0--patch-125 * emacs-wiki-macros.el: Embarrassing header fix. * emacs-wiki.el (emacs-wiki-mode): Handle footnotes. Set `paragraph-start' locally so that lists don't get blended together incorrectly upon hitting M-q. modified files: ChangeLog emacs-wiki-macros.el emacs-wiki.el 2005-08-09 23:11:17 GMT Michael Olson <mwolson@gnu.org> patch-124 Summary: Make generated Debian packages slightly easier to upload. Revision: emacs-wiki--main--1.0--patch-124 * debian/changelog: Generate 2.70-3. * debian/rules (clean): Call $(MAKE) realclean instead of $(MAKE) clean. * Makefile.defs (LASTUPLOAD): New variable that indicates the version that was last uploaded to Debian. (BUILDOPTS): Other options that are to be passed to dpkg-buildpackage. * Makefile (debrelease): Use $(LASTUPLOAD) to ensure that a full set of changes is generated. This means we have to use dpkg-buildpackage, since debuild doesn't recognize the environment variables that it claims to recognize. Use $(BUILDOPTS) to include any other options that I might need for dpkg-buildpackage. modified files: ChangeLog Makefile Makefile.defs debian/changelog debian/rules 2005-08-09 07:42:14 GMT Michael Olson <mwolson@gnu.org> patch-123 Summary: Apply buffer-visiting patch from Marco Gidde. Revision: emacs-wiki--main--1.0--patch-123 * emacs-wiki.el (emacs-wiki-visit-link): Apply patch from Marco Gidde that allows the user to link to a buffer. modified files: ChangeLog emacs-wiki.el 2005-08-09 06:47:35 GMT Michael Olson <mwolson@gnu.org> patch-122 Summary: Minor build enhancement. Revision: emacs-wiki--main--1.0--patch-122 * scripts/emacs-wiki-build.el (emacs-wiki-elint-files): Simplify the loading of all source files. modified files: ChangeLog scripts/emacs-wiki-build.el 2005-08-06 17:42:50 GMT Michael Olson <mwolson@gnu.org> patch-121 Summary: Fix Debian package build. Revision: emacs-wiki--main--1.0--patch-121 * Makefile (debclean): Last patch broke this -- make it work again. modified files: ChangeLog Makefile 2005-08-06 17:38:13 GMT Michael Olson <mwolson@gnu.org> patch-120 Summary: Fix Debian bug #321616. Revision: emacs-wiki--main--1.0--patch-120 * debian/control (Depends): Add dependency on emacsen (in addition to emacs21 and xemacs21) to fix Debian bug #321616. Thanks to Daniel Dehennin for reporting this. * debian/changelog: Release the 2.70-2 Debian package. * Makefile (debclean): Remove previously-generated Debian packages for emacs-wiki in parent directory. modified files: ChangeLog Makefile debian/changelog debian/control 2005-08-05 04:50:25 GMT Michael Olson <mwolson@gnu.org> patch-119 Summary: Fix: problem with punctuation in plan page names. Revision: emacs-wiki--main--1.0--patch-119 * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Sacha that surrounds emacs-wiki-name-regexp with grouping symbols since it has "\|" in it. modified files: ChangeLog emacs-wiki.el 2005-07-26 00:20:11 GMT Michael Olson <mwolson@gnu.org> patch-118 Summary: Try to upload to savannah.nongnu.org. Revision: emacs-wiki--main--1.0--patch-118 * Makefile (upload): New target that causes emacs-wiki to be uploaded to savannah.nongnu.org. I can't tell if this works yet. modified files: ChangeLog Makefile
2011-02-11revbump(1) for devel/libevent update.tnn1-1/+2
2011-02-09Remove gxmame since xmame was removed.wiz6-84/+1
2011-02-08Allow tmux to use the native terminfo if available.roy1-2/+2
2011-02-07Remove RUBY_REQD which specify older version oftaca1-2/+1
current supported version of Ruby. No functional change.
2011-02-06Set LICENSE. Include desktopdb.mk and bump PKGREVISION for it.wiz1-2/+4
2011-02-06Fix build with png-1.5.wiz3-4/+40
2011-02-05Correct previous patch to fix build with gcc4.4markd3-6/+8
2011-02-03Update to 1.1.20110118:wiz2-6/+6
2011/01/18 + fix inconsistency in return-codes for textbox when help-button is used by making dlg_exit_buttoncode() a wrapper for dlg_ok_buttoncode(). + modify pause widget to use dlg_ok_buttoncode(), so help-button works. + correct two infobox sample scripts, which did not pass extra command-line parameters due to quoting problems. + add a limit-check to the timebox widget (patch by Garrett Cooper). + modify --trace option to also trace the command-line parameters. + account for combining characters when wrapping text (Debian #570634). + correct handling of SIGWINCH in gauge widget (Debian #305705). + add gauge_color, to make guage's progress-bar distinct from title_color (request by Dominic Derdau). + update fi.po from http://translationproject.org/latest/dialog/ as well as resync line-numbers in the other po-files. + modify configure script and dialog program to build with NetBSD's wide-character curses functions, including workarounds for its incorrect WACS_xxx definitions. Some of the UTF-8 examples work. + add back-tab for traversal of tailboxbg widgets, for symmetry with tab-traversal. + reduce flicker in tailboxbg by checking if the input file size has changed. + modify internals of callbacks to avoid blocking reads of their associated files by keyboard input. + add command-line option --no-mouse, to suppress use of mouse. + add configure option --enable-header-subdir to allow the header files to be installed into a subdirectory named for the package. + modify dlg_restore_vars() to retain the updated values of input_result and input_length, eliminating the need for a caller to provide their own user buffer (prompted by report by Thiago Bimbatti Felicio). + add a null-pointer check in show_result() for dialog_vars.input_result, and ensure it is set to null after freeing (prompted by report by Thiago Bimbatti Felicio). + change order of -I options in CPPFLAGS (report by Michel Feldheim) + modify pause-widget so that it no longer exits when an unrecognized key is pressed (patch by Creidieki M Crouch). + add --with-package option to configure script to allow renaming of the dialog program and library, to support the package scripts. + add Debian and RPM package scripts for test-builds. + several improvements to configure script: + quote params of ifelse() + change obsolete ${name-value} to standard ${name:-value} + use new macros CF_ADD_LIB/CF_ADD_LIBS to enforce consistency. + AM_GNU_GETTEXT, drop $MKINSTALLDIRS, use "mkdir -p" consistently. + CF_ADD_SUBDIR_PATH, workaround - if $prefix was not mkdir'd yet, no directories were added. + CF_BUNDLED_INTL, add --with-textdomain option, to use with lynx-dev package + CF_FIND_LINKAGE, simplify save/restore of $LIBS + CF_GCC_WARNINGS, fix for Mac OS X (compiler makes conftest.dSYM directory) + CF_HEADER_PATH, don't search for variations of everything in the current include-path + CF_WITH_CURSES_DIR, move the calls to CF_ADD_INCDIR and CF_ADD_LIBDIR for the curses-directory here, from CF_NCURSES_CPPFLAGS and CF_NCURSES_LDFLAGS, so it will work even with the default checking, e.g., no --with-ncurses, etc. + updated config.guess, config.sub
2011-01-31Remove TODO. It does not apply to this pkg anymore.jym1-2/+0
2011-01-31misc/ec2-ami-tools and misc/ec2-api-toolsjym1-1/+3
2011-01-31Import misc/ec2-ami-tools.jym17-0/+813
The Amazon EC2 AMI Tools are command-line utilities to help bundle an Amazon Machine Image (AMI), create an AMI from an existing machine or installed volume, and upload a bundled AMI to Amazon S3. You can use these to create and upload a NetBSD AMI to EC2. Bundling and using NetBSD AMIs will be part of a wiki article, as there are some limitations that I need to fix before making it official. It has nothing to do with this pkg though, so in case someone wants to play with AWS, there is no reason to hold it back. Ruby modules are written so that they can be used on any platform supported by Amazon (some Linuces and Solaris), I just re-used the framework to make it work with NetBSD.
2011-01-31Import misc/ec2-api-tools.jym7-0/+555
The API tools serve as the client interface to the Amazon EC2 web service. Use these tools to register and launch AMI instances, manage EBS volumes, manipulate security groups, and more.
2011-01-30Fix build with png-1.5 (includes upstream bug report URL).wiz2-1/+17
2011-01-28Changes 1.18:adam2-9/+7
* updated PT translation. * added --notopics and --noindex as command line parameters. They inhibit loading the topics tree and the index list, respectively. * added Vim-like document scrolling key bindings. * made the source code wxWidgets 2.9 friendly. * documents using Chinese simplified now display properly. * fixed Windows application crash that happened when the user clicked the "Fonts.." button. * made the source code compatible with Unicode/MSVC wxMSW builds. * fixed loading of search-in-titles results.
2011-01-27add and enable ruby-commanderjnemeth1-1/+2
2011-01-25January 10, 2011ryoon6-113/+34
A new gWaei release for the new year! 1.5.2 is out! Go get it! Updates of the website have been sparse, but development of gWaei has continued regardless. A number of bug fixes have made it in again, and finally I am going around making updates to the README documentation again. gWaei 1.5.2 should be good an ready for package maintainers when Gnome 2.31 comes to their machines and when Gnome 3.0 is finally released. * Searches when using & in the query work again instead of being truncated as you type. * The interface is now more responsive when a search is carried out by edits to thread locking. * Exact matching for the console version of gWaei was readded because it is truly needed there * The sandboxing issue caused by gtk-update-icon-cache for the package maintainers. * The README has been updated as it was woefully out of date. November 4, 2010 Release of the first Public Binary of gWaei for Windows! Go get it! Real progress has been made on a usable native gWaei binary for Windows. It still needs some love, but it means the worst of the port is over. I am currently looking for someone who wants to be a Windows port maintainer. If you are interested and ready to learn, I would be happy to have you aboard. Just contact us through our IRC channel or email me. What is still missing from the Windows version are: * Spellcheck support through libsexy/enchant * Preferences which will become possible once the code is ported to GSettings from GConf * Proper multithreading during searches * Various polish issues Otherwise, the program is working pretty well and it is exciting seeing gWaei make it to more platforms. May 10, 2010 Version 1.4.0 of gWaei is out! Go get it! A fair amount more background reworking had went into this release, and much of the interface has been tweaked to be smaller, easier to maintain, and prettier.There is a revamped no results page where you can search for the word online or in another dictionary with just a click. There is also functionality to search for a word in a new tab by right clicking it. The command line now show download progress as a dictionary is being installe,d, and has recieved some basic maintenace. May 9, 2010 Version 1.3.1 and 1.2.3 of gWaei is out! Go get it! This fixes corrupt dictionary installs because the whole file wasn't being written to disk. If you have gWaei crash right at the end of searches, it is most likely this bug. Install the update, reinstall the dictionary, and you should be fine. (Alternatively, install the dictionary then quit to force the whole file to be written. Then searches should be fine.) May 6, 2010 Version 1.2.2 of gWaei is out! Go get it! But if you have 1.3.0, don't get it! This is a bug fix release with minimal changes for distrobutions using ths e 1.2.x series. This should remove crashes that appear when using a version of gtk+ greater than 2.16. March 19, 2010 Version 1.3.0 of gWaei is out! Go get it! Now supports tabs. A lot of code rewritten. New ncurses interface for the console version. Many bug fixes. Simpler preferences dialog.
2011-01-23Update to KDE SC 4.5.5markd19-77/+49
bugfixes and translation updates