Commit graph

36576 commits

Author SHA1 Message Date
morr
4b7282860c Mention of www/wordpress update 2010-12-10 23:35:24 +00:00
asau
699a77e25e Added databases/postgresql90-monitoring version 9.0.1 2010-12-10 19:22:30 +00:00
wiz
0aa738e436 Updated graphics/png to 1.4.5 2010-12-10 12:37:36 +00:00
asau
a23762d6da Added databases/postgresql90-upgrade version 9.0.1 2010-12-10 11:55:42 +00:00
wiz
40f56d70b8 Updated databases/shared-mime-info to 0.90 2010-12-10 10:34:51 +00:00
asau
09b8fbec4a Added databases/postgresql90-replicationtools version 9.0.1 2010-12-10 03:54:03 +00:00
adam
49d84d5182 Added net/pear-Net_IDNA2 version 0.1.0 2010-12-09 07:46:07 +00:00
adam
61751b23dd Updated databases/sqlite3 to 3.7.4 2010-12-09 05:34:00 +00:00
minskim
f70d19e4f3 Note update of emacs-snapshot. 2010-12-09 01:42:50 +00:00
adam
2817553d2a Added games/openttd-data version 0.3.1 2010-12-08 17:50:36 +00:00
taca
2c20127ab9 Note update of www/contao29-translations package to 20101207. 2010-12-08 16:56:40 +00:00
obache
0e1c0f3de8 Updated x11/xlockmore to 5.29.1nb4 2010-12-08 12:54:58 +00:00
abs
90efeb8bcd Added x11/fixesproto4 version 4.0 2010-12-08 00:41:01 +00:00
gls
14f4feec39 Mention security/p5-IO-Socket-SSL update to 1.35 2010-12-07 20:16:31 +00:00
bouyer
764e81b4f1 Updated sysutils/xenkernel3 to 3.1.4nb4
Updated sysutils/xenkernel33 to 3.3.2nb1
2010-12-07 18:46:25 +00:00
adam
4b8a6c7c1e Updated textproc/icu to 4.6 2010-12-07 17:59:21 +00:00
mef
3f7164b5a5 Updated ham/cwtext to 0.96. 2010-12-07 13:36:43 +00:00
ghen
9cdfdb8f2b Updated mail/dovecot2-pigeonhole to 0.2.2. 2010-12-07 10:09:03 +00:00
reed
91a78e4787 update odt2txt to 0.4
The changes include:
Mention other file formats than ODT in the manual page
Remove check for mime type
Fix typo in manual page
Make iconv usage configurable
Build on HP-UX 11

This is for PR #43599
2010-12-07 02:53:44 +00:00
reed
cc9eb77d47 Update from maintainer.
Update package database/ipa_sdb to 1.0.2 version.

Changes in the package:

    *   MASTER_SITES was changed.

    *   DESCR was updated.

    *   PLIST was updated.

Changes in the ipa_sdb-1.0.2:

    *   autoconf 2.59 -> 2.68, automake 1.9.6 -> 1.11.1,
        libtool 1.5.20 -> 2.2.10.

    *   Code optimization and documentation corrections.

    *   configure.ac was optimized.

    *   Now lint can check source code of IPA_SDB.

    *   If there is close_fd=yes for rule and db_set_limit_state() fails,
        then the ipa_db_sdb module did not close database file descriptor
        for a limit in some cases.

    *   Added checks for uint8_t, uint16_t, uint32_t and uint64_t
        to configure.  Check that sizeof(long) >= sizeof(int).

    *   Now autoheader is used for generating src/config.h.in.

    *   Now src/ipa_sdb.h is not generated, instead new sdb_config.in.h
        file is used.

    *   New options for configure: --enable-gcc-more-warns,
        --disable-gcc-warns, --with-db-pthread, --with-st-pthread.

    *   Options --enable-FEATURE and --disable-FEATURE disabled FEATURE
        in the configure script.

    *   Use readdir_r() function in thread-safe version of the ipa_st_sdb
        module.

    *   Opened directories never were closed in the ipa_st_sdb module.
2010-12-07 01:37:17 +00:00
gls
742cb534e0 Updated sysutils/fabric to 0.9.3 2010-12-06 23:13:56 +00:00
gls
2faa79fd8b Updated security/py-paramiko to 1.7.6nb2 2010-12-06 22:23:57 +00:00
adam
63c109f89c Updated misc/stellarium to 0.10.6 2010-12-06 21:04:24 +00:00
reed
87b68c98cc Upgrade lcov to 1.9. Branch coverage analysis added and defaults to on.
From the CHANGES:

Version 1.9
===========

genhtml:
- Improved wording for branch representation tooltip text
- Fixed vertical alignment of HTML branch representation

geninfo:
- Improved warning message about --initial not generating branch coverage data
- Debugging messages are now printed to STDERR instead of STDOUT
- Fixed problem with some .gcno files. Reported by gui@futarque.com.
  (file.gcno: reached unexpected end of file)
- Fixed problem with relative build paths. Reported by zhanbiao2000@gmail.com.
  (cannot find an entry for ^#src#test.c.gcov in .gcno file, skipping file!)
- Fixed problem where coverage data is missing for some files. Reported by
  weston_schmidt@open-roadster.com
- Fixed problem where exclusion markers are ignored when gathering
  initial coverage data. Reported by ahmed_osman@mentor.com.
- Fixed large execution counts showing as negative numbers in HTML output.
  Reported by kkyriako@yahoo.com.
- Fixed problem that incorrectly associated branches outside of a block with
  branches inside the first block

lcov:
- Fixed problem that made lcov ignore --kernel-directory parameters when
  specifying --initial. Reported by hjia@redhat.com.
- Added --list-full-path option to prevent lcov from truncating paths in list
  output
- Added lcov_list_width and lcov_list_truncate_max directives to the
  lcov configuration file to allow for list output customization
- Improved list output

COPYING:
- Added license text to better comply with GPL recommendations


Version 1.8
===========

gendesc:
- Fixed problem with single word descriptions

genhtml:
- Added support for branch coverage measurements
- Added --demangle-cpp option to convert C++ function names to human readable
  format. Based on a patch by slava.semushin@gmail.com.
- Improved color legend: legend display takes up less space in HTML output
- Improved coverage rate limits: all coverage types use the same limits
  unless specified otherwise
- Fixed CRLF line breaks in source code when generating html output. Based
  on patch by michael.knigge@set-software.de.
- Fixed warning when $HOME is not set
- Fixed problem with --baseline-file option. Reported by sixarm@gmail.com.
  (Undefined subroutine &main::add_fnccounts called at genhtml line 4560.)
- Fixed problem with --baseline-file option and files without function
  coverage data (Can't use an undefined value as a HASH reference at genhtml
  line 4441.)
- Fixed short-name option ambiguities
- Fixed --highlight option not showing line data from converted test data
- Fixed warnings about undefined value used. Reported by nikita@zhuk.fi.
- Fixed error when processing tracefiles without function data. Reported
  by richard.corden@gmail.com (Can't use an undefined value as a HASH
  reference at genhtml line 1506.)

geninfo:
- Added support for branch coverage measurements
- Added support for exclusion markers: Users can exclude lines of code from
  coverage reports by adding keywords to the source code.
- Added --derive-func-data option
- Added --debug option to better debug problems with graph files
- Fixed CRLF line breaks in source code when generating tracefiles. Based on
  patch by michael.knigge@set-software.de.
- Fixed problems with unnamed source files
- Fixed warning when $HOME is not set. Reported by acalando@free.fr.
- Fixed errors when processing unnamed source files
- Fixed help text typo
- Fixed errors when processing incomplete function names in .bb files
- Fixed filename prefix detection
- Fixed problem with matching filename
- Fixed problem when LANG is set to non-english locale. Reported by
  benoit_belbezet@yahoo.fr.
- Fixed short-name option ambiguities

genpng:
- Fixed runtime-warning

lcov:
- Added support for branch coverage measurements
- Added support for the linux-2.6.31 upstream gcov kernel support
- Added --from-package and --to-package options
- Added --derive-func-data option
- Added overall coverage result output for more operations
- Improved output of lcov --list
- Improved gcov-kernel handling
- Fixed minor problem with --diff
- Fixed double-counting of function data
- Fixed warning when $HOME is not set. Reported by acalando@free.fr.
- Fixed error when combining tracefiles without function data. Reported by
  richard.corden@gmail.com. (Can't use an undefined value as a HASH reference
  at lcov line 1341.)
- Fixed help text typo
- Fixed filename prefix detection
- Fixed lcov ignoring information about converted test data

README:
- Added note to mention required -lgcov switch during linking
2010-12-06 19:19:15 +00:00
adam
8106fecb30 Added net/samba35 version 3.5.6 2010-12-06 17:03:03 +00:00
wiz
7d0b93d9a7 Updated www/varnish to 2.1.4 2010-12-06 14:25:55 +00:00
markd
0bf59de90a Update KDE 2010-12-06 12:02:20 +00:00
wiz
53c11b6dc6 Updated graphics/kipi-plugins to 1.6.0nb1 2010-12-06 08:43:15 +00:00
obache
89b5faadc2 Updated inputmethod/ibus-table-chinese to 1.3.0.20101206 2010-12-06 05:16:29 +00:00
wiz
7f49514b0d + ImageMagick-6.6.6.3, JBidwatcher-2.1.3, balance-3.54, calibre-0.7.32,
clive-2.2.18, eric4-4.4.10, feh-1.10.1, gmime24-2.4.21,
  gnome-commander-1.2.8.9, gssdp-0.9.1, gupnp-0.15.0, libpcap-1.1.1,
  mu-0.9, p5-PerlMagick-6.6.6.3, py-dbus-0.83.2, rasqal-0.9.21,
  scmgit-base-1.7.3.3, scmgit-docs-1.7.3.3, shared-mime-info-0.90,
  snort-2.9.0.2, tcpdump-4.1.1, vigra-1.7.1, warzone2100-2.3.6,
  wine-1.2.2, x264-devel-20101204, xf86-video-savage-2.3.2.
2010-12-05 23:59:54 +00:00
wiz
65f25ba3cb Updated graphics/kdegraphics4 to 4.5.3nb2 2010-12-05 23:22:40 +00:00
hauke
b0f36cc654 Updated comms/conserver8 to 8.1.18 2010-12-05 21:27:29 +00:00
morr
a814e03311 Note update of www/wordpress to 3.0.2 2010-12-05 18:22:25 +00:00
gls
3c845aef0a Mention security/py-crypto update to 2.3 2010-12-05 17:17:08 +00:00
abs
1750211b28 Updated devel/cpuflags to 1.42 2010-12-05 11:20:57 +00:00
wiz
48c4edad61 Updated graphics/opencv to 2.2.0 2010-12-05 10:36:55 +00:00
tonio
2567901d51 Update devel/apache-ant to 1.8.1
Fixes PR pkg/43752
2010-12-05 10:06:02 +00:00
wiz
c76ff91292 Updated graphics/opencv to 2.1.0 2010-12-05 10:02:06 +00:00
gson
f2eeabd3d8 Updated misc/py-anita to 1.18 2010-12-04 19:45:17 +00:00
taca
286c415c8e Note update of these pacakges:
textproc/ruby-bluecloth		2.0.9
	textproc/ruby-builder		3.0.0
	textproc/ruby-coderay		0.9.6
	textproc/ruby-haml		3.0.24
	textproc/ruby-hpricot		0.8.3
	textproc/ruby-stringex		1.2.0
	textproc/ruby-treetop		1.4.9
	textproc/ruby-xslt		0.9.8
2010-12-04 04:41:03 +00:00
taca
a9b538ec57 Note update of these packages:
math/ruby-rb-gsl		1.14.5
	misc/ruby-bundler		1.0.7
	misc/ruby-columnize		0.3.2
	misc/ruby-configuration		1.2.0
	net/ruby-addressable		2.2.2
2010-12-04 04:19:07 +00:00
taca
67cf168a1e Note update of these pacakges:
devel/hoe		2.7.0
	devel/ruby-debug-base	0.10.4
	devel/ruby-debug	0.10.4
	devel/ruby-debug-ide	0.4.16
	devel/ruby-facade	1.0.5
	devel/ruby-ffi		1.0.0
	devel/ruby-flexmock	0.8.11
	devel/ruby-i18n		0.5.0
	devel/ruby-log4r	1.1.9
	devel/ruby-mocha	0.9.10
	devel/ruby-test-unit	2.1.2
	devel/ruby-thor		0.14.6
2010-12-04 04:06:25 +00:00
taca
84e8fc935a Note update of these packages:
databases/ruby-pg		0.10.0
     databases/ruby-sqlite3	1.3.2
2010-12-04 03:48:29 +00:00
gdt
98e5ef5c7c Updated filesystems/tahoe-lafs to 1.8.1 2010-12-04 01:59:18 +00:00
gdt
7d1a62ef9d Updated devel/bzrtools to 2.1.0 2010-12-04 01:35:12 +00:00
gdt
81c415a79d Updated devel/bzr-gtk to 0.98.0 2010-12-04 01:28:03 +00:00
gdt
02b9cd5bf7 Updated graphics/p5-Image-ExifTool to 8.25nb1 2010-12-04 01:21:31 +00:00
gdt
475320186d Updated devel/bzr to 2.1.1 2010-12-04 01:21:21 +00:00
jmcneill
aeae107f21 Updated net/samba to 3.0.37nb5
Updated net/samba33 to 3.3.14nb1
2010-12-03 23:44:31 +00:00
ghen
65ea0dab86 Updated mail/dovecot2 to 2.0.8. 2010-12-03 21:22:08 +00:00