summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-13Add an option "x11" to enable or disable X11 (GTK+) support. The defaulttron3-7/+24
is to enable X11 support. If the option is off only the "tshark" program is built. Based on a patch submitted by Jean-Edouard Babin in private e-mail.
2008-02-13update to 0.12.1drochner3-9/+9
changes: -Made chunks without id attributes work -Don't use the title as a label for qandadiv, et al -build system fixes -translation updates
2008-02-13add gtksourceview-sharpkefren1-1/+2
2008-02-13add mono-addinskefren1-1/+3
add monodevelop
2008-02-13add mono-xspkefren1-1/+2
2008-02-13add monodoc SUBDIRkefren1-1/+2
2008-02-13Updated lang/mono to 1.2.6 [kefren 2008-02-13]kefren1-1/+8
Updated graphics/libgdiplus to 1.2.6 [kefren 2008-02-13] Added x11/gtksourceview-sharp version 2.0-0.10 [kefren 2008-02-13] Added lang/monodoc version 1.2.6 [kefren 2008-02-13] Added devel/mono-addins version 0.3 [kefren 2008-02-13] Added devel/monodevelop version 0.18.1 [kefren 2008-02-13] Added www/mono-xsp version 1.2.6 [kefren 2008-02-13]
2008-02-13update to 2.12.8drochner3-6/+20
changes: -ui improvements for file chooser -bugfixes -translation updates pkgsrc change: don't build in the "test" and "perf" subdirs, to save build time
2008-02-13include openssl bl3tnn1-1/+2
2008-02-13Depend on xauth. Bump revision.joerg1-2/+3
2008-02-13update to 2.18.4drochner3-8/+8
changes: -code cleanup -Support searching and cut'n'paste of text in PDF files output by libgnomeprint -Fix problem in the postcript backend that caused images to be printed as black squares
2008-02-13update to 2.14.12drochner4-24/+35
changes: -Fix off by one in all method name lengths. Fixes interoperability with other ORBs -Fix the build with glib 2.15 pkgsrc fix: don't touch _res (resolver state) on NetBSD, it is not thread safe
2008-02-13update to 0.8.10drochner2-6/+6
changes: small compatibility improvements
2008-02-13update to 2.14.6drochner3-47/+31
changes: -update bundled PCRE to 7.6, which fixes a buffer overflow -translation updates pkgsrc note: since we use pkgsrc pcre, this update is a rather cosmetical one
2008-02-13update to 7.6drochner2-6/+6
changes: The main reason for having this release so soon after 7.5 is because it fixes a potential buffer overflow problem in pcre_compile() when run in UTF-8 mode. In addition, the CMake configuration files have been brought up to date.
2008-02-13Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton.tnn1-6/+6
2008-02-13correct wip pathkefren1-2/+2
2008-02-13Added a new check for binaries, so that they are installed according torillig2-1/+60
the INSTALL_UNSTRIPPED variable. By default, this check is disabled, so that it does not cause any breakage. NB: The file(1) command needs the explicit locale to prevent translated messages. This file is copied from check-interpreter.mk.
2008-02-13correct wip pathskefren1-5/+5
2008-02-13Add XSP, a standalone web server written in C# that can be usedkefren4-0/+280
to run ASP.NET applications with minimal effort.
2008-02-13Add MonoDevelop, a free GNOME IDE primarily designed for C# and otherkefren4-0/+167
.NET languages.
2008-02-13Updated graphics/ruby-RMagick to 2.2.2obache1-1/+2
2008-02-13Update Rmagick to 2.2.2.obache2-7/+7
Changes: RMagick 2.2.2 o Fixed bug #18016, check for InitializeMagick in libMagickCore (bug report from Dan Gilbert)
2008-02-13Add Mono.Addins, a framework for creating extensible applications, and forkefren5-0/+87
creating libraries which extend those applications
2008-02-13Define MASTER_SITE simply. Don't add "contrib" automatically.obache1-8/+2
No package using "contrib" sub directory now and it is redundant. If such a package exists on a platform, should use MOZ_DIR individually instead. This change also fixes fetch problem of www/firefox-bin when MASTER_SITE_MOZILLA is not defined in /etc/mk.conf.
2008-02-13Add monodoc 1.2.6, a set of libraries and applications for viewing andkefren5-0/+107
editing Mono class library documentation. Monodoc is part of the Mono Documentation Project.
2008-02-13Add GTK Sourceview#, a port of GTK Sourceview to the .NET runtime, writtenkefren5-0/+56
in C#
2008-02-13Update to libgdiplus 1.2.6kefren8-124/+33
2008-02-13Update to mono 1.2.6kefren30-590/+465
2008-02-13Updated graphics/p5-Image-ExifTool to 7.15gdt1-1/+2
2008-02-13Update to 7.15.gdt2-6/+6
Feb. 5, 2008 - Version 7.15 (production release) - API Changes: - Also allow File::RandomAccess reference as argument to ImageInfo() - Added -T option (equivalent to -t -S -q -f) [many small fixes and improvements omitted; see Changes file.]
2008-02-13vimmartti1-2/+2
2008-02-13Updated to 7.1.248 as it was release just after my 7.1.247 upgrade.martti3-5/+8
3691 7.1.248 can't set the '" mark; can't know if setpos() was successful
2008-02-13openvpn, vim and mrtgmartti1-1/+4
2008-02-13Updated net/openvpn to 2.1rc7martti4-24/+24
* Added a few extra files that exist in the svn repo but were not being copied into the tarball by make dist. * Fixup null interface on close, don't use ip addr flush (Alon Bar-Lev). * Fixed options checking bug introduced in rc5 where legitimate configuration files might elicit the error: "Options error: Parameter pkcs11_private_mode can only be specified in TLS-mode, i.e. where --tls-server or --tls-client is also specified." * Added "forget-passwords" command to the management interface (Alon Bar-Lev). * Added --management-signal option to signal SIGUSR1 when the management interface disconnects (Alon Bar-Lev). * Modified command line and config file parser to allow quoted strings using single quotes ('') (Alon Bar-Lev). * Use pkcs11-helper as external library, can be downloaded from https://www.opensc-project.org/pkcs11-helper (Alon Bar-Lev). * Fixed interim memory growth issue in TCP connect loop where "TCP: connect to %s failed, will try again in %d seconds: %s" is output. * Fixed bug in epoll driver in event.c, where the lack of a handler for EPOLLHUP could cause 99% CPU usage. * Defined ALLOW_NON_CBC_CIPHERS for people who don't want to use a CBC cipher for OpenVPN's data channel. * Added PLUGIN_LIBDIR preprocessor string to prepend a default plugin directory to the dlopen search list when the user specifies the basename of the plugin only (Marius Tomaschewski). * Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS to allow forward slash characters ("/") in the X509 common name (Pavel Shramov). * Allow OpenVPN to run completely unprivileged under Linux by allowing openvpn --mktun to be used with --user and --group to set the UID/GID of the tun device node. Also added --iproute option to allow an alternative command to be executed in place of the default iproute2 command (Alon Bar-Lev). * Fixed --disable-iproute2 in ./configure to actually disable iproute2 usage (Alon Bar-Lev). * Added --management-forget-disconnect option -- forget passwords when management session disconnects (Alon Bar-Lev).
2008-02-13Updated editors/vim-share to 7.1.247martti3-5/+61
2052 7.1.230 memory leak when executing SourceCmd autocommands 8648 7.1.231 when shifting lines the change is acted upon multiple times 2002 7.1.232 (after 7.1.207 and 7.1.211) compiler warnings with MSVC 3249 7.1.233 crash with Insert mode completion for a user defined command 6865 7.1.234 display problems when diff'ing three files 5925 7.1.235 pattern matching is slow when using a lot of simple patterns 28992 7.1.236 hang when using complicated pattern and 'hlsearch' or ":match" 1704 7.1.237 compiler warning on an Alpha processor in Motif code 1801 7.1.238 searchpair() may fail when using 'c' or 'r' flag 1639 7.1.239 (after 7.1.233) compiler warning for sprintf() argument 5157 7.1.240 "gUe" may stop before the end of the word 3093 7.1.241 focus change events not always ignored 2262 7.1.242 "cib" doesn't work properly on "(x)" 4475 7.1.243 (after 7.1.240) "U" doesn't work on all text in Visual mode 1847 7.1.244 GUI may have part of the command line cut off 2767 7.1.245 pressing CTRL-\ three times causes Vim to quit 2739 7.1.246 configure hangs when the man pager is something strange 6028 7.1.247 Netbeans: backspacing in Insert mode may skip a character
2008-02-13Updated net/mrtg to 2.16.0martti4-20/+24
* Makesure mrtg repopulates its cache only once even in fork mode * Added support for RRDtool based Holt-Winters aberrant behaviour detection. Threshold based alerts have been enhanced to be able to fire based on the FAILURES RRA. Note that Holt-Winters aberrant behaviour detection can only be enabled on newly created RRAs. * when thresholds were UNboraken, the threshprogok did not run necessarily * MIB parser rewritten for better compatibility * allow RouterUptime to contain an explicit OID for queriing the uptime. * support for nortel passport 8600 in cfgmaker * Added Documentation for GeTNEXT prefix * Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs) * Upgrade to SNMP Session 1.10 * Updates for Net_SNMP_util.pm and SNMP_util.pm * Fix if_is_ciscovlan condition in cfgmaker * Updated port syntax in documentation (based on trac entry)
2008-02-13Add DESTDIR support.obache1-1/+6
2008-02-13adapt mremap call so erlang builds on NetBSD-current (fixes PR 37131)tnn2-1/+25
patch from Daniel Horecki on #pkgsrc
2008-02-13Fixed the annoying message that mc "Cannot change into directory" whenrillig3-3/+22
its name has underscores in it. It only works with bash>=2.05, but that should be no problem for pkgsrc.
2008-02-13Pass the proper flags for stripping binaries to packages using BSD Make.rillig1-1/+2
2008-02-13Oops, fixed a typo.rillig1-3/+2
2008-02-13Documented the interface to packages. Renamed the targets to emphasizerillig1-14/+21
that they are private to the current file.
2008-02-13Whenever a tool from TOOLS_FAIL is executed, print a useful errorrillig1-2/+4
message. This is much better than failing silently.
2008-02-13Added keywords for "bmake help".rillig1-1/+2
2008-02-13Added a keyword for "bmake help".rillig1-1/+2
2008-02-13Adjusted the documentation to the source code.rillig1-2/+2
2008-02-13This package is DESTDIR ready.obache1-1/+3
2008-02-13Updated converters/p5-JSON to 2.06obache1-1/+2
2008-02-13Update p5-JSON to 2.06.obache2-6/+8
This version is DESTDIR ready. 2.06 Fri Feb 8 16:21:59 2008 [JSON::PP] 2.06 - enhanced the XS compatibility for pretty-printing and the indent handling was broken! 2.05 Tue Feb 5 13:57:19 2008 [JSON::PP] 2.05 - enhanced some XS compatibilities for de/encode. - now decode_error can dump high (>127) chars. - enhanced the XS combatilbity of the decoding error. - fixed the utf8 checker while decoding (is_valid_utf8). - implemented utf8::downgrade in JSON::PP56. - enhanced utf8::encode in JSON::PP56. - made utf8::downgrade return a true in JSON::PP5005. 2.04 Sat Jan 5 16:10:01 2008 [JSON] - fixed a document typo pointed by kawasaki@annocpan - make DATA handle closed for error mssages in support_by_pp mode. - switched JSON::Backend::XS::Supportable wrapper de/encode to changing symbolic tables for croak messages and speed. - fixed support_by_pp setting [JSON::PP] 2.04 - enhanced the error message compatiblity to XS.