summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-23svn r1216162 fix a memcpy with overlapping source/destmarkd3-3/+19
2011-01-22update to zyGrib 3.9.9, changelog belowplunky3-15/+27
# 2011-01-07 : zyGrib Version 3.9.9 * Distribution for Mac (Intel): ready to use complete .dmg archive. * Bug fixed with Mac version (frequent crash after a download). * New module by Polaris (Tim Holtschneider) : curve plot (yet experimental). # 2010-12-20 : zyGrib Version 3.9.8 * Download high resolution data from Meteoblue (Switzerland and surroundings). * Plot isotherms (actually in Celcius degrees and at 2m above ground). * Reverse mouse wheel zoom (same behaviour than the excellent OpenCPN navigation software). * Freeze first column of meteotables (headers). * More proxy parameters. * New spanish translation by Luis Mederos. * Fix some old bugs... create some new bugs...
2011-01-21Update to 5.3.wiz6-16/+64
2011-01-14 tim <gyunaev@ulduzsoft.com> - Version 5.3 released. - Fixed spelling error (thx Razvan Visan) - Changed encodings order for Chinese and Japanese languages (thanks Kai-Chieh Ku) - Added Ukrainian localization (thanks Olexander Yatsenko) - Added Brazilian localization (thanks Márcio Moraes) - Fixed some grammatical errors (thanks Robin 'cheese' Lee) - Fixed webkit engine for buggy CHMs which do not have all content, as well as cases when external references cannot be loaded. Thanks to Kai-Chieh Ku - Added Mac support (thanks Serge Weinstock)
2011-01-20Import the commander Ruby gem, version 4.0.2.tonnerre4-0/+63
Commander is a framework for Ruby command-line executables. It bridges the gap between other terminal related libraries (OptionParser, HighLine), while providing many new features.
2011-01-20PLIST additions for Linuxmarkd1-0/+7
2011-01-20Some other programs are installed on Linux.markd1-0/+6
2011-01-20fix build with gcc4.4.markd3-4/+18
explicitly dont compile kdat (otherwise PLIST wont match on linux)
2011-01-20fix build with gcc4.4markd8-2/+124
2011-01-13Update to 1.4:jmmv2-6/+6
* Window bell reporting fixed. * Show which pane is active in the list-panes output. * Backoff reworked. * Prevent the server from dying when switching into copy mode when already in a different mode. * Reset running jobs when the status line is enabled or disabled. * Simplify xterm modifier detection. * Avoid crashing in copy mode if the screen size is too small for the indicator. * Flags -n and -p added to switch-client. * Use UTF-8 line drawing characters on UTF-8 terminals, thus fixing some terminals (eg putty) which disable the vt100 ACS mode switching sequences in UTF-8 mode. On terminals without ACS, use ASCII equivalents. * New server option exit-unattached added. * New session option destroy-unattached added. * Fall back on normal session choice method if $TMUX exists but is invalid rather than rejecting. * Mark repeating keys with "(repeat)" in the key list. * When removing a pane, don't change the active pane unless the active pane is actually the one being removed. * New command last-pane added. * AIX fixes. * Flag -a added to unbind-key. * Add XAUTHORITY to update-environment. * More info regarding window and pane flags is now shown in list-*. * If VISUAL or EDITOR contains "vi" configure mode-keys and status-key to vi. * New window option monitor-silence and session option visual-silence added. * In the built-in layouts distribute the panes more evenly. * Set the default value of main-pane-width to 80 instead of 81. * Command-line flag -V added. * Instead of keeping a per-client prompt history make it global. * Fix rectangle copy to behave like emacs (the cursor is not part of the selection on the right edge but on the left it is). * Flag -l added to switch-client. * Retrieve environment variables from the global environment rather than getenv(3), thus allowing them to be updated during the configuration file. * New window options other-pane-{height,width} added. * More minor bugs fixed and manpage improvements.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz66-118/+132
2011-01-12Fix building on Mac OS Xadam3-2/+44
2011-01-11update to 2.32.0drochner3-8/+324
This switches to the gnome-2.32 release branch.
2011-01-10Fix build on DragonFly. PR#44351 from Peter Avalosmarkd2-1/+15
2011-01-10Fix build on DragonFly PR#44352 from Peter Avalosmarkd2-1/+20
2011-01-08add Dragonfly support, from Tony Young per PR pkg/44345drochner5-2/+235
2011-01-02Fixes build on DragonFly-2.8.2.obache2-11/+33
2011-01-02Fixes build on DragonFly-i386.obache2-1/+26
2010-12-31This package is using GNU Configure script.obache1-3/+2
Changed to GNU_CONFIGURE=yes so that pksrc hooks for GNU Configure will be invoked and fixes PR#44299.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty5-10/+10
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-21Update to 1.3. Tested on NetBSD-current/amd64 and Mac OS X 10.6.jmmv4-36/+13
CHANGES FROM 1.2 TO 1.3, 18 July 2010 * New input parser. * Flags to move through panes -UDLR added to select-pane. * Commands up-pane, and down-pane removed, since equivalent behaviour is now available through the target flag (-t:+ and -t:-). * Jump-forward/backward in copy move (based on vi's F, and f commands). * Make paste-buffer accept a pane as a target. * Flag -a added to new-window to insert a window after an existing one, moving windows up if necessary. * Merge more mode into copy mode. * Run job commands explicitly in the global environment (which can be modified with setenv -g), rather than with the environment tmux started with. * Use the machine's hostname as the default title, instead of an empty string. * Prevent double free if the window option remain-on-exit is set. * Key string conversions rewritten. * Mark zombie windows as dead in the choose-window list. * Tiled layout added. * Signal handling reworked. * Reset SIGCHLD after fork to fix problems with some shells. * Select-prompt command removed. Therefore, bound ' to command-prompt -p index "select-window -t:%%" by default. * Catch SIGHUP and terminate if running as a client, thus avoiding clients from being left hanging around when, for instance, a SSH session is disconnected. * Solaris 9 fixes (such as adding compat {get,set}env(3) code). * Accept none instead of default for attributes. * Window options window-status-alert-{alert,bg,fg} added. * Flag -s added to the paste-buffer command to specify a custom separator. * Allow dragging to make a selection in copy mode if the mode-mouse option is set. * Support the mouse scroll wheel. * Make pipe-pane accept special character sequences (eg #I). * Fix problems with window sizing when starting tmux from .xinitrc. * Give tmux sockets (but not the containing folder) group permissions. * Extend the target flags (ie -t) to accept an offset (for example -t:+2), and make it wrap windows, and panes. * New command choose-buffer added. * New server option detach-on-destroy to set what happens to a client when the session it is attached to is destroyed. If on (default), the client is detached. Otherwise, the client is switched to the most recently active of the remaining sessions. * The commands load-buffer, and save-buffer now accept a dash (-) as the file to read from stdin, or write to stdout. * Custom layouts added. * Additional code reduction, bug fixes, and manpage enhancements. CHANGES FROM 1.1 TO 1.2, 10 March 2010 * Switch to libevent. * Emulate the ri (reverse index) capability, ergo allowing tmux to at least start on Sun consoles (TERM=sun, or sun-color). * Assign each entry a number, or lowercase letter in choose mode, and accept that as a shortcut key. * Permit top-bit-set characters to be entered in the status line. * Mark no-prefix keys with (no prefix), rather than [] in list-keys. * New command show-messages (alias showmsgs), and new session option message-limit, to show a per-client log of status lines messages up to the number defined by message-limit. * Do not interpret #() for display-message to avoid leaking commands. * New window options window-status-format, and window-status-current-format to control the format of each window in the status line. * Add a -p flag to display-message to print the output, instead of displaying it in the status line. * Emulate il1, dl1, ich1 to run with vt100 feature set. * New command capture-pane (alias capturep) to copy the entire pane contents to a paste buffer. * Avoid duplicating code by adding a -w flag to set-option, and show-options to set, and show window options. The commands set-window-option, and show-window-options are now aliases. * Panes can now be referred to as top, bottom, top-left, etc. * Add server-wide options, which can be set with set-option -s, and shown with show-options -s. * New server option quiet (like -q from the command line). * New server option escape-time to set the timeout used to detect if escapes are alone, part of a function key, or meta sequence. * New session options pane-active-border-bg, pane-active-border-fg, pane-border-bg, and pane-border-fg to set pane colours. * Make split-window accept a pane target, instead of a window. * New command join-pane (alias joinp) to split, and move an existing pane into the space (the opposite of break-pane), thus simplifying calls to split-window, followed by move-window. * Permit S- prefix on keys for shift when the terminal/terminfo supports them. * Window targets (-t flag) can now refer to the last window (!), next (+), and previous (-) window by number. * Mode keys to jump to the bottom/top of history, end of the next word, scroll up/down, and reverse search in copy mode. * New session option display-panes-active-colour to display the active pane in a different colour with the display-panes command. * Read the socket path from $TMUX if it's present, and -L, and -S are not given. * Vi-style mode keys B, W, and E to navigate between words in copy mode. * Start in more mode when configuration file errors are detected. * Rectangle copy support added. * If attach-session was specified with the -r flag, make the client read-only. * Per-window alternate-screen option. * Make load-buffer work with FIFOs. * New window option word-separators to set the characters considered as word separators in copy mode. * Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9] in vi mode, or M-[1-9] in emacs mode. * utf8 improvements. * As usual, additional code reduction, bug fixes, and manpage enhancements.
2010-12-17Bump PKGREVISION from icu shlib major bump.obache4-7/+8
2010-12-15Update to 2.3.2:wiz2-6/+6
The Tellico development team, namely me, is happy to announce that version 2.3.2 is available from the download page. Tellico 2.3.2 includes several bug fixes, among them: * Fixed bug with list view settings not being saved between sessions (Bug 256373) * Fixed bug with updating groups for derived values (Bug 256374) * Made Nepomuk support optional * Added cover art support for MusicBrainz source * Fixed Google Scholar data source to properly fetch Bibtex * Fixed bug with FreeDB results not using track artists (Bug 258541) * Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269) * Fixed sorting multiple numeric values in column view * Fixed sorting for numeric values in group view * Updated Allocine script to version 0.7.3 (Bug 258281) * Updated Bibtex importer to translate non-breaking spaces
2010-12-12Update to 0.8.12:wiz3-8/+14
goffice 0.8.12: Andreas * Fix US 30/360 date calculations. [#631242][#630784] Jean: * Fixed sorting with accentuated characters. [#631504] * Allow filled plots to be displayed behind the grids. [#632310] * Fixed patterns with cairo-1.10. * Fixed flawed exponential fit in graphs for small values. [#633735] * Fixed an infinite loop condition in cubic spline evaluation. [#633965] Morten: * Fix GOImage-vs-cairo lifecycle issue. * Fix loading of weird themes. -------------------------------------------------------------------------- goffice 0.8.11: Jean: * Implement custom grids in xyz plots. [#624273] Jon Nordby: * Update API documentation. Morten: * Improve fractional days support for date axes. * Draw charset/locale selectors with "radio" buttons. Yasuaki Taniguchi: * Fix charset problem for Japanese. [#627829]