summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-19Don't warn that the "check", "info" or "list' target will be removed.tron1-10/+10
They are still in use and not really hard to maintain.
2007-11-19Note update of the "duplicity" package to version 0.4.3.tron1-1/+2
2007-11-19Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:tron3-14/+10
Move get_password() to Backend class to standardize. - Fix problem with ftpBackend to create target directory if needed. Note: this creates only one level. - Dropped ssh-command and added ssh-options to allow users to add options to the scp and sftp commmands. - Removed use of tempfile.TemporaryFile(). This fixes the restore problem on Windows that was due to Python bug 1776696 reported on Sourceforge. - Fixed Debian Bug#437694: Make bzip2 compression optional. The default is not to do bzip2 compression. To use bzip2 add the following command line option: --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9' Note: do not add spaces in the string value. - Fixed bug 20764 - unable to use port in ssh backend. https://savannah.nongnu.org/bugs/?20764 - Remove ssh_command option, add ssh_options. This adds options to the scp and sftp commands that are used by the ssh backend. - Change ssh backend to send 'quit' instead of EOF when using sftp. This allows it to run under cron as long as the password is supplied non-interactively. - Change ssh backend to not pass :port part of URL to scp or sftp. We already supply -oPort=xx for port.
2007-11-19Add buildlink3 support file.tron1-0/+21
2007-11-19Updated editors/nvi-m17n to 1.79.20040401nb3obache1-1/+2
2007-11-19Improve wrapper script, closing to usual behavior.obache2-6/+15
* Pass settings to nvi with env NEXINIT instead of EXINIT, to avoid affect of env NEXINIT. * Honor NEXINIT, EXINIT environment variable. * Pass all setting in ~/.{n}exrc by using source command. Fixes PR 13677. Bump PKGREVISION.
2007-11-19Note update of the "py-pexpect" package to version 2.1.tron1-1/+2
2007-11-19Update "py-pexpect" package to version 2.1. The new version contains twotron3-9/+13
additional modules: - pxssh Pexpect SSH is an extension of 'pexpect.spawn' that specializes in SSH. - fdpexpect fdpexpect extension of 'pexpect.spawn' that uses an open file descriptor. Update approved by Min Sik Kim.
2007-11-19Note revision bump of libmp4v2 (header file fix).dillo1-1/+2
2007-11-19MP4Close returns void now, adapt.dillo4-2/+44
Patch will be sent upstream shortly.
2007-11-19Add define of new type to mpeg4ip.h replacement.dillo3-5/+11
Bump revision, since depending packages failed to compile.
2007-11-19Even on non-BSD systems, the "-R all" option should disable printing ofrillig1-3/+5
the "time" attribute. Noticed by Malcolm Herbert on tech-pkg.
2007-11-19Updated editors/zile to 2.2.50.hiramatsu2-3/+3
2007-11-19Update zile to 2.2.50.hiramatsu3-22/+6
Changes are not provided. Please consult sourceforge's cvs if you are interested in.
2007-11-19Updated devel/exctags to 5.7adrianp1-1/+2
2007-11-19ctags-5.7 (04 Sep 2007)adrianp2-6/+6
* Added support for DIM AS [Freebasic, Bug 1741778]. * Added support for arbitrary nesting depth [Python, Bug 1684786, Debian bug 409078]. * Added support for verbatim string literals [C, Bug 1515910]. * Added support for .ctags as well as ctags.cnf on Windows [Bug 1246506]. * Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch 1458930]. * Added support for numerous revision control systems including Bazaar and Mercurial [Bug 1472894]. * Added support for enums [Java, Bug 1730485, Bug 1517143, Patch 1027395, Patch 1528507]. * Added support for multiple-level namespace declarations [C]. * Added .svn to list of directories ignored during recursion (--recurse). * Added support for BlitzBasic, PureBasic and FreeBasic [FR 1100506]. * Added support for interfaces and static/public/protected/private functions [PHP]. * Added support for 'package' keyword [Perl]. * Added support for multi-line subroutine, package, and constant definitions [Perl]. * Added support for optional subroutine declarations [Perl]. * Added support for formats [Perl]. * Added support for new convert keyword [Eiffel]. * Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++]. * Changed parsing of option input file (-L) to strip trailing white space. * Ignore comments mixed into definitions and declarations [Perl]. * Fixed detecting labels with whitespace after label name [Perl, Bug 1752361] * Fixed parsing of generic classes/interfaces [Java, Bug 1447756]. * Fixed misidentification of fully qualified function calls as labels [Perl]. * Fixed parsing of inner classes [Python, Bug 1411963]. * Fixed line continuation [Python, Bug 928001, Patch 819471]. * Fixed parsing of annotations [Java, Bug 1691412]. * Fixed block-comment parsing [Verilog, Patch 1458042, Bugs 960316, 1111214, 1606569, 1615060]. * Fixed typo in man page [Debian bug 366412]. * Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug 271323]. * Fixed parsing of ` as a method name [Ruby]. * Fixed parsing of keywords in string literals [Ruby, Bug 1742588]. * Fixed potential segmentation violation [Bug 1672834, Bug 1222926]. * Fixed parsing of destructors with whitespace after the '~' [C++, Bug 1585745]. * Fixed default access of unions to be public [C++, Bug 1548443]. * Fixed various memory leaks, mostly contributed by Dmitry Antipov. * Fixed parsing of `define [Verilog, Bug 961001]. * Fixed crashes involving '/' [Verilog, Bug 1743330]. * Fixed compilation problem on MinGW [Bug 1517424]. * Fixed generation of HTML-formatted man page [Bug 1645864]. * Fixed recognition of Python scripts having '!/usr/bin/python' as first line [Bug 1764148]. * Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug 432872]. * Fixed parsing of << [C/C++, Bugs 1020715, 1093123, 1770479, 1770607]. * Fixed parsing of fully-qualified type names [Java, Bug 814263]. * Fixed handling of lone carriage-return characters in file [Bug 1773926].
2007-11-19+ Updated devel/scmgit to 1.5.3.6 [bjs 2007-11-19]bjs1-1/+2
2007-11-19Update to v1.5.3.6, a maintenance release. Remove patch-ac (handledbjs3-20/+6
properly upstream). Fixes since v1.5.3.5 ==================== * git-cvsexportcommit handles root commits better. * git-svn dcommit used to clobber when sending a series of patches. * git-svn dcommit failed after attempting to rebase when started with a dirty index; now it stops upfront. * git-grep sometimes refused to work when your index was unmerged. * "git-grep -A1 -B2" acted as if it was told to run "git -A1 -B21". * git-hash-object did not honor configuration variables, such as core.compression. * git-index-pack choked on a huge pack on 32-bit machines, even when large file offsets are supported. * atom feeds from git-web said "10" for the month of November. * a memory leak in commit walker was plugged. * When git-send-email inserted the original author's From: address in body, it did not mark the message with Content-type: as needed. * git-revert and git-cherry-pick incorrectly refused to start when the work tree was dirty. * git-clean did not honor core.excludesfile configuration. * git-add mishandled ".gitignore" files when applying them to subdirectories. * While importing a too branchy history, git-fastimport did not honor delta depth limit properly. * Support for zlib implementations that lack ZLIB_VERNUM and definition of deflateBound() has been added. * Quite a lot of documentation clarifications.
2007-11-19+ Added sysutils/psftools version 1.0.5 [bjs 2007-11-19]bjs1-1/+2
2007-11-19SUBDIR+= psftoolsbjs1-1/+2
2007-11-19Import psftools-1.0.5.bjs4-0/+89
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2 (any width) formats are supported; the default output format is PSF2. Note that these programs share no code with the Linux console utilities (kbd). NOTE: One may use the psf2txt utility to generate data for inclusion in NetBSD's (or OpenBSD's) wscons built-in kernel font headers. Currently, the output requires some additional processing; I may add additional functionality in the future, though anyone who wishes to contribute patches is encouraged to do so! ;)
2007-11-19Generalize the condition for defining PERL5, so that PERL5 is neverminskim1-2/+2
overridden if it is defined by individual packages.
2007-11-19When buildlinking perl, set PERL5 to pkgsrc perl, not the one selectedminskim1-1/+5
by the tools framework.
2007-11-19Note PKGREVISION bump of perl.minskim1-1/+2
2007-11-19Bump PKGREVISION because of the mk/tools/perl.mk changes. There wasminskim1-2/+2
a window during which perllink didn't work properly on Darwin.
2007-11-19Sunpro doesn't need -rdynamic, since the linker is sensible by default.rillig1-1/+2
This change also works around shells/scsh's broken check for -rdynamic.
2007-11-19Do not define PERL5 as a tool when building devel/perl5, which definesminskim1-1/+3
its own PERL5 in Makefile.
2007-11-19Add options for ao, arts, flac, mad, mikmod, modplug, mpcdec, vorbishubertf2-11/+112
Patch from the 8th Hackathon, see http://wiki.netbsd.se/Hackathon8#Tickets Tested on NetBSD 4.0_RC3.
2007-11-18add a few more optionshubertf1-0/+4
2007-11-18Fix warning reported by "pkglint".tron1-2/+2
2007-11-18Add buildlink3 support file.tron1-0/+21
2007-11-18Darwin 9.* can use Java tooadrianp1-3/+3
2007-11-18Remove patch-aq which is included in openldap-2.3.39.ghen2-17/+1
2007-11-18If perl is buildlinked, used perl in ${BUILDLINK_PREFIX.perl} andminskim2-6/+4
do not rely on the tools framework.
2007-11-18Updated databases/openldap, databases/openldap-client, databases/openldap-docghen1-1/+5
and databases/openldap-server to 2.3.39.
2007-11-18Update openldap packages to 2.3.38, the latest stable release.ghen4-10/+10
The next stable release will be 2.4.x. OpenLDAP 2.3.39 Release (2007/10/26) Fixed slapd database/overlay config conflict (ITS#4848) Fixed slapd password_hash config order (ITS#5082) Fixed slapd slap_mods_check bug (ITS#5119) Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873) Fixed slapd ordered values add normalization issue (ITS#5136) Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118) Fixed slapd-ldap search control parsing (ITS#5138) Fixed slapd-ldap SASL idassert w/o authcId Fixed slapd-ldif directory separators in DN (ITS#5172) Fixed slapd-meta conn caching on bind failure (ITS#5154) Fixed slapd-meta bind timeout assertion (ITS#5185) Fixed slapd-sql concurrency issue (ITS#5095) Fixed slapo-chain double-free (ITS#5137) Fixed slapo-pcache and -rwm interaction fix (ITS#4991) Fixed slapo-pcache non-null terminated array crasher (ITS#5163) Fixed slapo-rwm modlist handling (ITS#5124) Fixed slapo-rwm UUID in filter (ITS#5168) Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864) Fixed liblber Windows x64 portability (ITS#5105) Fixed libldap ppolicy control creation (ITS#5103) Build Environment Fixed termios macro check (ITS#4880) Updated Makefiles Documentation Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134) Added slapd-sql(5) empty oc mapping workaround (ITS#4785) Added max-depth/return-error to slapo-chain(5) slapadd/slapindex note about file ownership (ITS#5166) slapcat note about using against running slapd (ITS#5028) Fixed Admin Guide URL in README (ITS#5107)
2007-11-18Fix build on Darwin 9.xadrianp1-1/+5
2007-11-18Note update of textproc/p5-XML-LibXML-Iterator to version 1.04seb1-1/+2
[bugfixes release]
2007-11-18Update to version 1.04.seb2-6/+6
Changes since last packaged version (1.03): 1.04 Fri Sep 28 2007 - fixed RT#29262 - minor documentation fixes
2007-11-18add:gdt1-1/+4
# uses built libpng without synchronization MAKE_JOBS_SAFE= no
2007-11-18Note following updates.hiramatsu2-3/+4
- Updated devel/p5-Class-Fields to 0.203. - Updated devel/p5-Class-Trigger to 0.12.
2007-11-18Update p5-Class-Trigger to 0.12.hiramatsu2-6/+6
Changes from 0.10: 0.12 Mon Aug 20 16:06:50 PDT 2007 - Make this a release 0.11_03 Wed Jun 20 12:12:36 PDT 2007 - Fixed a bug in backward-compatiblity code to handle multiple hooks in one add_trigger() call. (Thanks to mark addison) 0.11_02 Sun Jun 10 18:09:58 PDT 2007 - Added a test to make sure $_ is not clobbered (Thanks to mark addison) - Killed the hidden feature to add multiple hooks in one add_trigger() call because it interfers with named parameter style calls. (Thanks to clkao) 0.11_01 Mon May 28 21:03:03 PDT 2007 - Added support for abortable triggers. - Added named-parameters calling convention for add_trigger - Added new last_trigger_results method and began capturing trigger return values. - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef. (Thanks to Jesse Vincent) 0.11 Thu Feb 22 19:02:09 PST 2007 - Fixed a bug due to Class::Data::Inheritable, where triggers added to the superclass after trigger is added in the child class are ignored in the child class. See t/03_inherit.t for example. (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
2007-11-18Update p5-Class-Fields to 0.203.hiramatsu2-7/+6
Changes from 0.201: 0.203 Fri Sep 7 16:59:15 PDT 2007 Test Fixes - Moved some tests that were really testing base.pm to base. - Made a test less dependent on the formatting of a base.pm warning. 0.202 Sun Jul 1 22:43:41 PDT 2007 Test Fixes - A warning changed in base or fields.pm which broke t/bugs.t. [rt.cpan.org 5293] - Cleanup tests to use Test::More.
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz8-18/+17
2007-11-18Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz15-38/+44
2007-11-18+ fluidsynth-1.0.8, gnutls-2.0.4, metacity-2.20.1.wiz1-1/+4
2007-11-18Updated cairomm to 1.4.6; gtkmm to 2.12.3adam2-4/+4
2007-11-18Changes 1.4.6:adam2-6/+6
* Bugfixes: - Bug 11972: Cannot build cairomm with Quartz enabled
2007-11-18Changes 2.12.3:adam3-23/+23
* Documentation: Improved the devhelp file to - show the full method name, including the class name. - really jump to the method's anchor on the page. * Build: Fix the win32 build. Changes 2.12.2: * IconView: set_cursor(): Actually implement this. * LinkButton: Correct the implementation of the constructor that takes just the URI. Bug 492200 * Build: Fix the build on MacOS X. Bug 493057.
2007-11-18+ freepops-0.2.6schmonz1-1/+2