summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09Update to 458ryoon2-7/+6
Changelog: Version 458 was released on 4 Apr 2013. These are the differences between version 451 and version 458: Allow backslash escaping of metacharacters in LESS environment variable if the --use-backslash option is set. Don't quit if syntax errors are found in command line options. Increase sizes of some internal buffers. Fix configure bug with --with-regex=none. Fix crash with "stty rows 0". Fix Win32 attribute display bug. Fix display bug when using up/down arrow on the command line. Version 451 was released on 21 Jul 2012. These are the differences between version 444 and version 451: Add ESC-F command to keep reading data until a pattern is found. Use exit code of LESSOPEN script if LESSOPEN starts with "||". When up/down arrow is used on the command line immediately after typing text, the next command starting with that text is found. Add support for GNU regex. Add configure option --with-regex=none and fix compile errors when compiling with no regex library. Fix bugs handling SGR sequences in Win32. Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables. Fix bug highlighting text which is discontiguous in the file due to backspace processing. Fix bug in displaying status column when scrolling backwards with -J and -S in effect.
2013-06-09Update to 1.22ryoon3-8/+8
Changelog: * 1.21: + updated Polish, Russian translations. + fixed a fonts setup bug. * 1.22: + added Greek translation. + implemented fullscreen mode.
2013-06-07Fix DEPENDS pattern.ryoon1-2/+2
* Detect vim-gtk2. Pointed out by nonaka@.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz96-192/+192
NetBSD 6, requested by tron.
2013-06-06Update vimpager to 1.8.2.obache2-7/+7
per maintainer update request by PR pkg/47889 from repelase notes: * better man page detection heuristics, when detection by process tree fails
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron96-192/+192
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz96-159/+192
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-02Update misc/rump to 20130602 - Fix for Solarisstacktic2-6/+6
2013-06-01Update misc/rump to 20130601 - non-NetBSD sockin compatibilitystacktic3-10/+10
2013-05-31Also adjust Perl version requirements.joerg1-3/+3
XXX should be killed
2013-05-31Bump all packages for perl-5.18, thatwiz55-104/+110
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Recursive revbump because poppler updated its shlib major for awiz6-11/+12
x.y.z+1 change, again... Noted by tron.
2013-05-29Improve DESCR, based on comments by Bug Hunting.wiz1-4/+2
2013-05-28Remove py-libanki and py-anki -- the current version is in py-anki2, the oldwiz9-431/+1
versions were only left here until the mobile versions all caught up, which they have done for some months now.
2013-05-26Update to 1.2.20130523:wiz2-6/+6
2013/05/23 + modify ifdef in arrows.c to work around packages which use the wide-character ncursesw headers with the ncurses library (report by Aleksey Cheusov). + correct workaround for xterm alternate-screen to work with/without the fix made in ncurses that makes putp() always write to the standard output (Debian #708829). + improve limit-checks for checklist, in case the dialog is resized (report by Ilya A Arkhipov). + add --last-key option (adapted from patch by Jordi Pujol, Debian #697607). 2013/03/15 + update zh_TW.po, add an.po from http://translationproject.org/latest/dialog/
2013-05-26Update misc/rump to 20130525stacktic2-11/+12
The distfile is now built with the tarup.sh script to avoid depending on CVS for building this package.
2013-05-25Deal with operator void * vs operate bool changes between C++03 andjoerg2-2/+23
C++11.
2013-05-25Add DragonFly to supported plateformsstacktic1-2/+2
2013-05-25Bump PKGREVISION.ryoon2-5/+6
* Depend on xulrunner17 instead of xulrunner.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz4-7/+8
2013-05-21Update to digikam software collection 3.2.0markd4-18/+16
This version include a new album interface display mode named list-view. Icon view can be switched to a flat item list, where items can be sorted by properties columns as in a simple file manager. Columns can be customized to show file, image, metadata, or digiKam properties.
2013-05-21Update to KDE SC 4.10.3markd67-234/+210
bugfixes.
2013-05-21Changes 0.9:adam3-13/+14
* copymode The copymode gives easy acess to the scroll back buffer. The commands use vi style keybindings, use Mod+v to activate it, navigate with h,j,k,l,^,$,g,H,M,L,G search with / (forward) and ? (backwards) select text with v and copy it with y. Then later paste it with MOD+p. The search functionality is also available directly via MOD+/ and MOD+?. Read the manual page for further information. This could be useful for st users who want a scroll back buffer. * alternate screen mode The alternate mode is for example used by midnight commander when you press CTRL+o to switch between the file manager and the shell where the output is now preserved even after multiple switches back and forth. * dvtm now ships its own terminfo file dvtm.info (which at this time is mostly a copy of the previously used rxvt one) as a consequence $TERM within dvtm window is now set to dvtm{,-256color} depending on whether the "outer" terminal supports 256 color mode. The value of $TERM within dvtm can be overriden by the environment variable DVTM_TERM which will be appropriately suffixed by "-256color" if possible. So make sure to install the shipped dvtm.info terminal description file ("make install" does it by default). * MOD+C creates a new window with the same working directory as the currently active window (this relies on the /proc filesystem and thus only works on Linux furthermore it expects a POSIX.1-2008 conformant realpath(3) implementation). * -M command line flag to disable mouse support upon startup so that dvtm's mouse handling doesn't interfere with standard X text selection * -t command line flag to set a static title of the dvtm "root window" i.e. the terminal in which dvtm itself runs. If the flag is omitted dvtm now sets the title to the one of the currently focused window. * dvtm now follows the config.def.h conventions of the other suckless projects which prevents conflicts with config.h and thus allows easier tracking of the git repository. * various terminal emulation fixes * various code cleanups all over the place
2013-05-21Due to gmake bug #30612 rpm needs atleast gmake-3.82nb1 which includessbd1-1/+4
the bug fix.
2013-05-20SunOS needs -lsocket -lnsl.jperkin1-1/+3
2013-05-20SunOS needs -D__EXTENSIONS__ for strcasecmp(3C).jperkin1-1/+4
2013-05-20Update yelp to 3.8.1prlw13-11/+190
* Added test token for classic mode (Matthias Clasen) * Add keywords to the desktop file (Matthias Clasen) * Fixed handling of xref links with anchors, #686095 (Tails developers) * Fixed various memory management bugs, #683100 (Carlos Garcia Campos) * Added local copy of MathJax for MathML display (Shaun McCance) * Added support for xdg help system in All Documents (Shaun McCance) * Fixed if:test="action:install" (Shaun McCance) * Switched to using 'itstool -j' for XSL domain (Shaun McCance) * Many translation updates
2013-05-17Fix initialisation of the DCOP object. From Matthias Weckbecker.joerg3-3/+19
Bump revision.
2013-05-14Add missing include for correct abs version.joerg2-1/+14
2013-05-11Allow misc/libutf to be cross-built - the build target is just its library,agc1-2/+3
and the test target is only used for testing
2013-05-09Added misc/ruby-{args_parser,hashie,parallel,rainbow}mef1-1/+5
Added net/ruby-{tw,twitter,userstream}
2013-05-09PR pkg/47791 orignated by tsutsui@ for tw,mef16-0/+197
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam62-95/+124
2013-05-08Fix tmux's character width calculation for Korean.minskim3-2/+20
Patch from upstream (http://sourceforge.net/p/tmux/tickets/41/).
2013-05-06Add missing includes.joerg5-1/+53
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg7-2/+69
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache4-7/+8
2013-05-03update to 0.12.1drochner3-21/+104
New features: Caldwell catalog for nebulae, re-packed star catalogs (Hipparcos and Tycho-2), delta-T manager, star magnitude limit control, updates textures of galaxies and nebulae and various small GUI changes. The release has over 30 closed bugs in the core application and plugins.
2013-05-03update to 0.10.2drochner4-38/+8
changes: -Widget cleanups -Add dialog version of the font selector -Enhance canvas with possibility of css -Improve printing of grey patterns -Make narrow versions of combos for vertical toolbars -bugfixes
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 to use github versionsstacktic5-6/+434
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 using github v ↵stacktic1-175/+0
ersions which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-05-01Update misc/rump and filesystems/fs-utils to 20130430 to use github versionsstacktic2-63/+22
which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils
2013-04-30Fix various case of missing includes due to libstdc++'s namespacejoerg2-1/+14
pollution.
2013-04-30Add kz_h8writeryoon1-1/+2
2013-04-30Import kz_h8write-0.2.1 as misc/kz_h8write.ryoon4-0/+34
Flash writer for Hitachi/Renesas H8/3069F board. Main target board is Akizuki's H8-3069 Network microcontroller board.
2013-04-28Add dependency on security/qoauth. Bump PKGREVISION.markd2-3/+7
2013-04-23Update misc/py-anita to 1.30. Changes from 1.29:gson2-7/+7
Increase the default timeout for running the NetBSD test suite from 2 hours to 3 hours. Add support for installing the new "debug" set, and add a new man page section on using anita for debugging NetBSD. Organize the BUGS section of the man page into sections, and add links to four more qemu 1.x regressions. Add Kuya support, based on patch from Julio Merino. New command line option "--version". Support booting i386 and amd64 from boot-com.iso instead of the boot floppies, attaching a second virtual CD-ROM drive for the install sets. Enable with "--boot-from cdrom". Fix the Anita 1.2 backwards compatibility Release class. Also, satisfy the qemu dependency using emulators/qemu0 rather than emulators/qemu because the latter does not work on NetBSD 5.
2013-04-17+ vimpagerobache1-1/+2
2013-04-17Import vimpager-1.8.1 as misc/vimpager.obache4-0/+50
Based on PR pkg/47679 by NONAKA Kimihiro. Use ViM as PAGER. A slightly more sophisticated replacement for less.sh that also supports being set as the PAGER environment variable.
2013-04-13Bump PKGREVISION for attica-0.4.1 updatemarkd1-1/+2