summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19fix MASTER_SITESdrochner1-2/+2
2013-03-17Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.tsutsui4-11/+9
These lines were changed as workaround of libcurl part of PR pkg/46567, but the actual libcurl problem in curl-config is now fixed and these unconditional -rpath flags seem to cause non-working binaries as mentioned in PR pkg/46983. Bump PKGREVISION.
2013-03-17Update to version 1.1.0rc1 (from 2010)markd11-9/+122
adds support for kde4 and lxde.
2013-03-17Update ruby-bundler to 1.3.4.taca3-7/+8
## 1.3.4 (15 March 2103) Bugfixes: - load YAML on Rubygems version that define module YAML - fix regression that broke --without on ruby 1.8.7 ## 1.3.3 Features: - compatible with Rubygems 2.0.2 (higher and lower already work) - mention skipped groups in bundle install and bundle update output (@simi) - `gem` creates rake tasks for minitest (@coop) and rspec Bugfixes: - require rbconfig for standalone mode - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-16recursive bump from ffmpeg shlib major changesobache2-4/+4
2013-03-14add goffice0.10 for the latest stable branch of the gnumeric helperdrochner7-1/+503
library
2013-03-11Update ruby-bundler to 1.3.2.taca3-8/+43
Changes are too many to write here, pease refer CHANGELOG.md file.
2013-03-10Make depends to www/ruby-rack14 instead of www/ruby-rack.taca1-2/+3
Bump PKGREVISION.
2013-03-10Remove ruby-sprockets21 package which was required by Ruby on Rails 3.1.taca4-59/+0
2013-03-10Remove ruby-sprockets21.taca1-2/+1
2013-03-07Build and use a libtool object for md5, not a static library ofjoerg6-9/+58
position-independent code.
2013-03-06Added p5-Parse-Win32Registrypettai1-1/+2
2013-03-06Parse::Win32Registry is a module for parsing Windows Registry files,pettai3-0/+38
allowing you to read the keys and values of a registry file without going through the Windows API. It provides an object-oriented interface to the keys and values in a registry file. Registry files are structured as trees of keys, with each key containing further subkeys or values. The module is intended to be cross-platform, and run on those platforms where Perl will run. It supports both Windows NT registry files (Windows NT, 2000, XP, 2003, Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium). It is intended to be used to parse offline registry files. If a registry file is currently in use, you will not be able to open it. However, you can save part or all of a currently loaded registry file using the Windows reg command if you have the appropriate administrative access.
2013-03-05Added p5-Mac-PropertyListpettai1-1/+2
2013-03-05This module is a low-level interface to the Mac OS X Property List (plist)pettai3-0/+31
format. You probably shouldn't use this in applications--build interfaces on top of this so you don't have to put all the heinous multi-level object stuff where people have to look at it. You can parse a plist file and get back a data structure. You can take that data structure and get back the plist as XML. If you want to change the structure inbetween that's your business. :) You don't need to be on Mac OS X to use this. It simply parses and manipulates a text format that Mac OS X uses.
2013-03-03Update to 0.2. No changelog.shattered2-6/+6
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz2-4/+4
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron3-6/+6
2013-02-27Work around moc inability to parse a boost macromarkd2-22/+38
2013-02-27Add correct dependency to ruby-rdoc.taca1-1/+3
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-26Require C++11 when building with Clang. Fix fallout of Boost update duejoerg6-2/+78
to MOC's limited C preprocessor. Derive template arguments of make_pair automatically.
2013-02-26Use plain tar.joerg1-3/+3
2013-02-26Fix return types.joerg2-1/+34
2013-02-24Remove ruby-sprockets20 which was required only by www/ruby-actionpack31.taca4-60/+0
2013-02-24Remove ruby-sprockets20.taca1-2/+1
2013-02-17Revbump all elisp packages after emacs changes.dholland6-7/+12
2013-02-17Fix build with png 1.6.dholland3-5/+30
2013-02-16Recursive bump for png-1.6.wiz87-174/+174
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-16Update to 0.8. No change log.shattered2-7/+8
2013-02-15recursive bump from boost-lib shlib update.obache9-18/+18
2013-02-13Update ruby-launchy to 2.2.0.taca3-8/+10
= Launchy Changlog == Version 2.2.0 - 2013-02-06 * Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 - thanks bogdan) * Suppress forked process output (copiousfreetime/launchy#51) * Display help/usage if no url is given (copiousfreetime/launchy#54) * Detect the fluxbox environment (copiousfreetime/launchy#53) * Automatically detect 'http' url's if they are missing the 'http://' (copiousfreetime/launchy#55) * Update to latest project management rake tasks
2013-02-11Update to 2.0.8: bugfixes and localization updates.wiz2-6/+6
2013-02-09Bump PKGREVISION from audio/jack.ryoon15-30/+30
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin77-152/+154
2013-02-05update to 0.12.0drochner5-21/+72
from the announcement: This release brings some interesting new features: - New rendering engine (Now you can see shadows on planets surfaces). - New key-binding engine (Now all key-bindings can be edited). - Improvements to scripting engine. - Improvements to DSO - Improvements to search tool - Improved accuracy for archaeo-astronomical events There have also been a large number of bug fixes and GUI improvements. We are strongly recommended resetting all Stellarium settings if you upgrade your previous installation!
2013-02-03Update to 2.0.7: bugfixes and translation updates.wiz2-6/+6
2013-02-03Update rubygems to 1.8.25.taca2-6/+6
=== 1.8.25/ 2013-01-24 * 6 bug fixes: * Added 11627 to setup bin_file location to protect against errors. Fixes #328 by ConradIrwin * Specification#ruby_code didn't handle Requirement with multiple * Fix error on creating a Version object with a frozen string. * Fix incremental index updates * Fix missing load_yaml in YAML-related requirement.rb code. * Manually backport encoding-aware YAML gemspec
2013-02-02Update to 382.262.03 using less-382-iso262.ext03.patch.gzryoon3-15/+17
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html . This update is based on isaki@'s work. * Set PATCH_SITES as my non-NetBSD web space. Changelog: * Add UTF-8 support (Japanese part only) * Change japanese83 behavior * Change G1 default * Add ISO-8859-10,11,13,14,15 support * Ignore case in JLESSCHARSET and LANG variables * Fix bugs in search * Add .xz support (not enabled on pkgsrc) * Some packport from less-443
2013-01-26Revbump after graphics/jpeg and textproc/icuadam75-146/+150
2013-01-25increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.reed1-2/+2
Also bump PKGREVISION for a few packages using it. The packages I did this for: net/yaz lang/parrot misc/openoffice3 (where I noticed the run-time failure due to missing shared library) www/webkit-gtk sysutils/open-vm-tools inputmethod/ibus-qt I didn't do this recursively or for all packages using icu since I didn't know if they used the shared library directly, some use was optional. The list of packages I didn't touch: devel/devhelp databases/idzebra databases/sqlite3 devel/gnustep-base/ finance/gnucash games/openttd graphics/shotwell lang/mono meta-pkgs/boost misc/calibre misc/libreoffice news/tin textproc/php-intl www/deforaos-surfer www/epiphany www/liferea-current www/midori
2013-01-25Update to 2.0.6: Minor bugfixes and localization updates.wiz3-7/+8
2013-01-25Update to 1.23:wiz2-7/+8
Version 1.23 - 24 Jan 2013 * New message retrieval backend Locale::gettext_dumb(3pm) which produces translations even, when the corresponding locale is not present in the system. * Fixed a bug where the Perl backend under certain circumstances clobbered the environment variable LC_ALL. * Avoid test failures by skipping all tests that depend on the de_AT locale, when that locale is not installed. * Bugs fixed: https://rt.cpan.org/Ticket/Display.html?id=82856 Version 1.22 - 24 Jan 2013 * Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to be removed. Version 1.21 - 15 Jan 2013 * Environment variables LANGUAGE and LANG are interpreted in the same way in the XS and the pure Perl version. * Package design closer to GNU standards. * If present, File::ShareDir is used for searching message catalogs. * Cleaned up distribution. * Bugs fixed: https://rt.cpan.org/Ticket/Display.html?id=78341 https://rt.cpan.org/Ticket/Display.html?id=81315 https://rt.cpan.org/Ticket/Display.html?id=79461 https://rt.cpan.org/Ticket/Display.html?id=71509 https://rt.cpan.org/Ticket/Display.html?id=49744 https://rt.cpan.org/Ticket/Display.html?id=49744 https://rt.cpan.org/Ticket/Display.html?id=64284
2013-01-23+ labelnation.wiz1-1/+2
2013-01-23Remove straggler.wiz1-77/+0
2013-01-23Import labelnation-1.212 as misc/labelnation.wiz4-0/+50
Packaged for wip by solevis. LabelNation is a command-line program for making labels: address labels, business cards, or anything else involving regularly-arranged rectangles on a printer-ready sheet. It is for users who are comfortable dealing with text- and option-based configuration, as opposed to a graphical user interface.
2013-01-21Update to 2.0.5. No list of changes found.wiz4-237/+211
2013-01-21Update to 1.2.20121230:wiz2-6/+6
2012/12/30 - release 1.2 + improve some older changelog entries to help with HTML'izing content. + various fixes/improvments for scrollbar appearance. + add mappings for some equivalent options provided by whiptail; add configure option --disable-whiptail to allow suppressing these. + add configure option --disable-Xdialog2 to allow suppressing the newer features, i.e., for cdialog 1.2 + add --no-items option, for consistency. + add --no-tags option, like Xdialog. + add buildlist, rangebox and treeview dialogs, like Xdialog. + remove obsolete workaround for ncurses 4.2 scrolling in checklist and menubox. + improve dialog_helpfile() by preventing it from showing extra buttons (suggested by xDog Walker). + correct logic in formbox's scroll_next() function (report by xDog Walker). + fix a case with inputbox widget where preset input text is not shown until moving the cursor within the text (report by xDog Walker). + handle SIGCHLD in dialog_prgbox() to eliminate defunct processes (report by xDog Walker). + improve the way "hotkeys" are assigned to widget buttons by checking if a given key has already been used in the row of buttons (Debian #684933). + amend fix for --trace parsing from 2012/07/03, which sometimes skipped a parameter (report by xDog Walker). + drop copismall and install files from samples, which were essentially nonfunctional. + correct secondary border colors in samples/slackware.rc and samples/whiptail.rc + update gl.po, add ia.po from http://translationproject.org/latest/dialog/ + fix various issues reported by coverity scan. + miscellaneous configure script fixes/updates: + require autoconf 2.52+patches + support --datarootdir option + check for clang compiler + check for tinfo library when looking for ncurses + add 3rd parameter to AC_DEFINE for autoheader + remove unused macros from aclocal.m4 + update config.guess, config.sub
2013-01-19moved misc/git to sysutils/gnuitreed7-108/+1