summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-01Update HOMEPAGEryoon1-2/+2
2012-10-01Updated fonts/vlgothic-ttf to 20120928ryoon1-1/+2
2012-10-01Update to 20120928ryoon2-7/+7
Changelog: * Sync with M+1C and 1M of 2012-09-28 * Add 280 Kanji glyphs * Add some symbols * Add some picture icons
2012-10-01Updated fonts/misaki-fonts to 1.0.20120603ryoon1-1/+2
2012-10-01Update to 1.0.20120603ryoon3-11/+11
* First gold release * Change valious filenames * Improve documents
2012-10-01Add 7z archive distfile support.ryoon5-5/+28
Fix PR pkg/42967
2012-10-01Add xz to tools.Linux.mk.ryoon1-1/+5
Some Linux distributions, for example Gentoo Linux, have xz command in base.
2012-10-01Apply patch from OBATA Akio to stop "make update" failing with "a differentbad1-4/+4
version ... is already installed". <http://mail-index.netbsd.org/pkgsrc-users/2011/08/02/msg014770.html> This makes "make update" usable for me again. Thanks Obata-san!
2012-10-01Updated net/libquvi-scripts to 0.4.9wiz1-1/+2
2012-10-01Update to 0.4.9:wiz3-11/+18
v0.4.9 (2012-10-01) / Toni Gundogdu anon: - Add website/beeg.lua (NSFW) [5d7233f] - Add website/deviantclip.lua (NSFW) [1b12bc4] - Add website/fastjizz.lua (NSFW) [9f1ce8b] - Add website/jizzhut.lua (NSFW) [d509b1b] - Add website/xnxx.lua (NSFW) [ac72d16] - FIX: website/youjizz.lua [ebc42da] - website/keezmovies.lua: Detect encrypted streams [9498be7] Martin Herkt: - FIX: youtube.lua [5b1c002] (aka. server response code 403 (conncode=0)) Toni Gundogdu: - FIX: Add quvi/html.lua to DIST_lua [c681d03] - website/arte.lua: Mark as FIXME [e815821] - website/collegehumor.lua: Mark as FIXME [4f65343] - website/xvideos.lua: Improve title parsing (#109) [e657f45] Tzafrir Cohen: - website/tapuz.lua: Add tapuz flix support [bc24554] 27 files changed, 622 insertions(+), 86 deletions(-) v0.4.8 (2012-08-21) / Toni Gundogdu anon: - totallynsfw.lua: Handle embedded media hosted elsewhere [e5a0d97] Bastien Nocera: - FIX: 101greatgoals.lua: article pattern [e4ae322] - souncloud.lua: Never offer placeholder as thumbnail [2ffd344] and Pierre Carrier: - Add support for BBC iPlayer (#28) [282632e] Ross Burton: - Add website/lego.lua (#107) [c38aa05] Toni Gundogdu: - FIX: dailymotion.lua: sequence pattern (#108) [41e4bd9] - FIX: media/gaskrank.lua: Media ID, stream URL patterns [186b41e] - FIXME: website/bloomberg.lua [48ca011] 13 files changed, 402 insertions(+), 37 deletions(-)
2012-10-01Updated mail/dovecot2 to 2.1.10, and mail/dovecot2-pigeonhole to 0.3.3.ghen1-1/+3
2012-10-01Update to Pigeonhole 0.3.3.ghen2-6/+6
Changelog v0.3.2: + sieve-refilter tool: improved man page documentation by explicitly specifying the syntax used for mailbox arguments. + Sieve: spamtest and virustest extensions: improved trace debugging of score calculation. + Sieve: made error messages about exceeding the maximum number of actions more verbose. - Sieve tools: fixed problems with running as root: sievec and sieve-dump now ignore mail_uid and mail_gid settings when run as root. - Sieve: fixed bug in action accounting (for limit checking): increase action instance count only when an action is actually created. - Sieve: include extension: fixed namespace separation of :global and :personal scripts. - ManageSieve: fixed segfault bug triggered by CHECKSCRIPT command. - Fixed linking with ld.gold. - Fixed several Clang compile warnings and a few potential bugs. Changelog v0.3.3: - Fixed compile against installed Dovecot headers. This was broken by the ld.gold fix in the previous release.
2012-10-01Update to Dovecot 2.1.10ghen4-8/+11
+ imap: Implemented THREAD=ORDEREDSUBJECT extension. + Added "doveadm exec" command to easily execute commands from libexec_dir, e.g. "doveadm exec imap -u user@domain" + Added "doveadm copy" command. + doveadm copy/move: Added optional user parameter to specify the source username. This allows easily copying mails between different users. + Added namespace { disabled } setting to quickly enable/disable namespaces. This is especially useful when its value is returned by userdb. + Added mailbox_alias plugin. It allows creating mailbox aliases using symlinks. + imapc storage: Added imapc_max_idle_time setting to force activity on connection. + fts-solr: Expunging multiple messages is now faster. - director: In some conditions director may have disconnected from another director (without logging about it), thinking it was sending invalid data. - imap: Various fixes to listing mailboxes. - pop3-migration plugin: Avoid disconnection from POP3 server due to idling. - login processes crashed if there were a lot of local {} or remote {} settings blocks.
2012-10-01Added a startup script for net/vpnc, as mentioned on tech-pkg@khorben3-3/+23
Set and using $pidfile as suggested by joerg@ ok hubertf@
2012-09-30-openh323-1.19.1dholland1-2/+3
+h323plus-1.24.0 Also note ptlib-2.10.7. It seems that openh323 went away and was replaced by h323plus. This update includes a bonus: we can then remove devel/pwlib.
2012-09-30HOMEPAGE leads to a squatter; comment it out and also note the homepagedholland1-2/+3
of the apparent successor project.
2012-09-30rlwrap 0.37dholland2-3/+3
2012-09-30Update to 0.37; closes PR 46078.dholland3-12/+43
Now depends on perl. 0.37 Commands that emit "status lines" using backspaces and carriage returns could confuse rlwrap rlwrap uses C strings internally, and thus cannot cope with command output that contains zero bytes (padding). It used to replace these with spaces, now the zero bytes are removed. if the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist, rlwrap will create it typo: SIGERR instead of SIG_ERR in signals.c 0.36 Entering a line from vi command mode would echo the input twice Output from very busy commands would not always be printed on time When rlwrap kills itself after a command crash it will not dump core, in order to avoid clobbering command's much more interesting core dump. Premature filter death is now reported properly (it used to only say: "EOF reading from filter" or "Broken pipe writing to filter") 0.35 config.{guess,sub} have been updated to version 2009-12-13 Corrected array bounds error in my_putstr("") (which could make rlwrap write an extra newline when exiting, but might even crash on some systems) Many small improvements and fixes for multi-line input: Multi-line inputs are now written to the inferior command one line at a time, so that command's response (e.g. a continuation prompt) can be interleaved with the echo'ed (multi-line) input. Calling an external editor will no longer obliterate the prompt, and line/column positions are now correct. After a multi-line edit in vi-mode, the cursor will no longer end up one line too high. CTRL-D on an empty line was handed directly to command, but also (erroneously) put in readline's input buffer Many small fixes and improvements in signal handling: SIGSEGV, and other "error" signals like SIGFPE, are now unblocked all of the time, so that rlwrap can always clean up after a crash. Since version 0.25 rlrwap's transparency extends to signals: if the inferior command segfaults, rlwrap will kill itself with a SIGSEGV. In order to get the bug reports where they belong, rlwrap now reports explicitly that it has not crashed itself. rlwrap's call to sigaction forgot to set the signal mask (!) Continuing after CTRL-Z on QNX now wakes up command Added --one-shot (-o) and --only-cook (-O) options debug log is now in a format that works well with emacs' grep-mode rlwrap's bindable readline function names (like rlwrap-call-editor) are now in hyphen-style instead of underscore_style (use of the old_style_names will now be flagged as an error) Filters can now prevent a prompt from being cooked by "rejecting" it. Rlwrapfilter.pm would set $_ incorrectly in echo and output handlers. RlwrapFilter.pm manpage is now created by newer (and less buggy) version of pod2man Added EXAMPLES section and -t option to rlwrap manpage 0.34 Binding wide (e.g. utf-8) chars in .inputrc now works prefix arguments are now correctly reset (M-5 a b now yields aaaaab instead of aaaaabbbbb) 0.33 rlwrap incorrectly fed terminfo-style capnames ("dl1") instead of termcap codes ("dl") into tgetstr(). On newer Debian systems this exposed a bug where random garbage would be printed by rlwrap Hyphens in rlwrap manpage are now all properly escaped RlwrapFilter.pm now only re-sets $filter->cumulative_output when an INPUT message is received 0.32 Major new feature: filtering. Filters sit between rlwrap and the wrapped command, re-writing command output, input, prompts, history, and completion word lists. System-wide filters live in DATADIR/rlwrap/filters (where DATADIR = /usr/local/share by default, installation-dependent) Because of this, completions now live in DATADIR/rlwrap/completions (until now: DATADIR/rlwrap) To make filter writing easy, a perl module RlwrapFilter.pm has been added. It doesn't become part of your perl installation, but lives in DATADIR/rlwrap/filters rlwrap didn't properly check errno after reading from inferior pty. This could lead to a spurious "read error on master pty" Instead of using crusty old signal(), signal handlers are now set by sigaction() without SA_RESTART (BSD semantics) Different syscall-restarting behaviour among systems caused hard-to-trace bugs Now copies inferior pty's c_oflags to stdout before output. (some editors like joe would mess up the screen) prompt handling logic has been streamlined. Coloured prompt handling is reliable now, even for long prompts. At program exit, rlwrap now outputs a newline only when the client didn't. Added -g, -I, -N, -S, -w and -z options Removed -F option (and added a filter to replace it) -p option now takes colour names (-pYellow) rlwrap (and readline) uses C strings internally, which could cause problems with commands that output '\0' bytes. In direct mode, such characters are left untouched, but in readline mode they are replaced by spaces. the tools directory has been updated, so that configure will feel at home even on newer systems tested on SunOS, AIX, FreeBSD, HP/UX, QNX (thanks to polarhome.com), as well as cygwin and linux
2012-09-30Updated benchmark/thrulay to 0.9adam1-1/+2
2012-09-30Added devel/userspace-rcu version 0.7.3pettai1-1/+2
2012-09-30Added userspace-rcupettai1-1/+2
2012-09-30Changes 0.9:adam5-54/+16
Not known.
2012-09-30liburcu is a userspace RCU (read-copy-update) library. This datapettai5-0/+114
synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.
2012-09-30Update BUILDLINK_API_DEPENDS.dbus per PR 47023.dholland1-2/+2
2012-09-30did flightgeardholland1-2/+1
2012-09-30flightgear-datadholland1-1/+2
2012-09-30Note update of the "ejabberd" package to version 2.1.11.tron2-3/+3
2012-09-30Update "ejabberd" package to version 2.1.11. Changes since 2.1.10:tron3-8/+15
- HTTP service - Fix ejabberd_http:get_line - Don't use binary:match to extract lines from binaries - Parse and encode https header names like native http parser does - Parse correctly https request split into multiple packets - Properly handle HEAD request in mod_http_bind (EJAB-1538) - New option default_host for handling requests with ambiguous Host (EJAB-1261) - ODBC - New ODBC support for mod_announce - New ODBC support for mod_blocking - New ODBC support for mod_irc - New ODBC support for mod_muc - New ODBC support for mod_shared_roster - New ODBC support for mod_vcard_xupdate - Add ODBC exporting function for privacy table - Work also with some unicode strings in PgSQL (EJAB-1490) - Replace a single quote with double quotes in an ODBC escape - SSL - Make sure that res is initialized in all cases - Parse correctly https request split into multiple packets (EJAB-1537) - Added missed tls:recv_data/2 - Don't ignore Length parameter in tls:recv - Avoid quadratic behavior in reading SSL data - Dix http_bind webserver TLS fail on Chrome (EJAB-1530) - Miscelanea - Assume we have only one CPU when an auto-detection fails (EJAB-1516) - Auth: Relax digest-uri handling (EJAB-1529) - Caps: Cache caps timestamp before the IQ-request is done - IRC: Use of MUC password - Private: misc errors cases fixes - Pubsub: return user affiliation for a specified node (EJAB-1294) - Shared Roster: Foreign items were not pushed (EJAB-1509) - Shared Roster LDAP: user substitution in ldap_rfilter (EJAB-1555) - Windows: Fix makefile rules for building DLLs
2012-09-30Update to 2.8.0. No separate changelog, see games/flightgear.dholland2-7/+6
Caution: distfile has more than doubled in size to nearly 700MB.
2012-09-30Added www/p5-HTML-Template-Expr version 0.07wiz1-1/+2
2012-09-30+ p5-HTML-Template-Expr.wiz1-1/+2
2012-09-30Import p5-HTML-Template-Expr-0.07 as www/p5-HTML-Template-Expr.wiz3-0/+30
This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work.
2012-09-30Mention freeze end for 2012Q3. Announcement upcoming.wiz1-1/+2
2012-09-30Build fix:jnemeth4-6/+16
This is the second attempt to fix the build problem that some people have seen (I have received inconsistent reports). This should force chan_mgcp to build on systems where it can. It was tested on NetBSD 5.0, thus ensuring that it doesn't break previously working systems; and NetBSD 6.99.7, where I finally saw the problem that some people were reporting.
2012-09-30+ Transmission-2.71, Transmission-gui-2.71, cppunit-1.13.1,wiz1-4/+10
dbus-1.6.8, ffmpeg-20120609.1.0, ffplay-20120609.1.0, py-cython-0.17.1, py-pytz-2012f, x264-devel-20120929.
2012-09-30+ python33-3.3.0.wiz1-1/+2
2012-09-30freerdist is called rdist6mspo1-2/+2
2012-09-30- mysql-5.1.65.taca1-2/+2
+ mysql-5.5.28.
2012-09-30Fix building with Clangadam2-2/+32
2012-09-30regenwiz2-15/+18
2012-09-30simgear + flightgeardholland1-1/+3
2012-09-30Update to 2.8.0. Switches build system to cmake.dholland10-44/+145
August 17, 2012 -- FlightGear v2.8.0 is Released The FlightGear development team is happy to announce the v2.8.0 release of FlightGear, the free, open-source flight simulator. This new version contains many exciting new features, enhancements and bugfixes. V2.8.0 includes improvements making FlightGear world more realistic than ever before. Placement of random buildings and trees match the underlying terrain texture, and urban areas now have denser random buildings. Textures can be region specific, and users can select between summer and winter textures in-sim. An improved atmospheric scattering and terrain haze model means the lighting of the terrain is more realistic. Finally, a new automated system is now available for scenery submissions that automatically get rolled into the scenery distribution to be enjoyed by everyone. [...] Some of the major changes include: AI Traffic Improved aircraft models and textures. Flight dynamics FlightGear has been synced with the JSBSim project. Environment Region-specific terrain textures are used for Europe and Hawaii. Now towns in Europe look different from towns in the USA. Cities and towns now look more populated due to random 3D buildings, complete with lighting at night. Scenery looks more realistic due to improved placement of random objects, buildings and trees. Airport signs are now rendered in 3D, with support for double-sided signs. Full apt.dat 850 syntax is supported. You can now select between summer and winter scenery in-sim. Instruments & HUDs A new flexible, 2D rendering system designed for complex instruments such as CDUs, MFDs, EICAS, HUDs and other glass cockpit interfaces. Canvas allows aircraft designers to easily build complex instruments without needing specialized C++ code. Interface Support for translation of the main menu into languages other than English. A Nasal API is available allowing access to Navigation and route-manager data. Highlighted new and improved aircraft Airwave Xtreme 150: complete new (JSBSim) flight dynamics, new model, advanced pilot animations. Cessna 337G Skymaster Project infrastructure Various improvements to our scenery database make it easier than ever to add, delete or update objects to the FlightGear world. The new aircraft download page allows you to easily find quality aircraft, by filtering on status indications. Visual effects Improved simulation of atmospheric light scattering with terrain haze. An experimental renderer, named after the famous painter Rembrandt, is included for testing purposes. The Rembrandt rendered supports multiple light sources (landing lights, instrument lights), real-time shadows and ambient occlusion across aircraft and scenery for a much more realistic visual experience. Other Additional joysticks and rudder pedals are supported out-of-the-box: InterLink Elite Micorosft Xbox 360 Controller Qware USB Saitek Cyborg X (F.L.Y. 5) Saitek Pro Flight Cessna Yoke Saitek Pro Flight Cessna Trim Wheel Saitek Pro Flight Cessna Rudder Pedals Speedlink Defender A French partial translation of The FlightGear Manual is now available. Bug fixes See our bugtracker for an extensive list of the bugs fixed in this release.
2012-09-30"user-destdir" was made default. Adjust documentation.asau1-3/+5
2012-09-30"user-destdir" was made default, adjust example correspondingly.asau1-3/+5
2012-09-30Updated pkgtools/url2pkg to 2.15asau1-1/+2
2012-09-30"user-destdir" was made default, don't set it. Bump version.asau2-6/+3
2012-09-30Replace WRKDIR with WRKSRC in post-extract target.ryoon1-3/+3
Thanks to Krister Walfridsson on pkgsrc-bulk@NetBSD.org.
2012-09-30Stress that staged installation is unprivileged.asau1-2/+2
2012-09-30Mention that unprivileged staged installation (PKG_DESTDIR_SUPPORT=user-destdir)asau1-1/+9
is made default on 2012-08-14. Noted by <obache>.
2012-09-30Mark this BROKEN because it needs to match the version of simgear anddholland1-1/+3
there's no point trying to build it until then. I'm going to do this but I might not get it done promptly.