Commit graph

129456 commits

Author SHA1 Message Date
cegger
dd45bc659a NetBSD does not support ballooning. So disable it by default. 2008-08-14 13:12:53 +00:00
obache
16ad07647d Add and enable p5-PPI-XS. 2008-08-14 12:53:42 +00:00
obache
b4b9171aa3 Note compatibility with p5-PPI-XS package. 2008-08-14 12:53:11 +00:00
obache
6e0e7941c4 Added devel/p5-PPI-XS version 0.900 2008-08-14 12:48:36 +00:00
obache
3820942e9d Import p5-PPI-XS-0.900 as devel/p5-PPI-XS.
Based on packaged by Jens Rehsack and priveided by PR 39218.

PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout PPI
with identical but much faster C versions.
Once installed, it will be auto-detected and loaded in by PPI completely
transparently.
Because the C implementations are linked to the perl versions of the same
function, it is preferable to upgrade PPI::XS any time you do a major upgrade
of PPI itself.
2008-08-14 12:45:50 +00:00
adam
cd04b4f418 Updated security/gsasl to 0.2.27 2008-08-14 10:02:15 +00:00
adam
b2d1395ec5 Changes 0.2.27:
* Fix SASL operations through TLS.
* Update gnulib files, and include gnulib self-tests.
* Update translations.
2008-08-14 10:01:03 +00:00
bjs
112e4441ba + Added fonts/otf2bdf version 3.1 [bjs 2008-08-14] 2008-08-14 01:49:45 +00:00
bjs
6f6594dfb0 Add otf2bdf 2008-08-14 01:48:20 +00:00
bjs
838f31f194 Add otf2bdf-3.1. Blurb:
This program converts OpenType fonts to BDF fonts using the FreeType 2
renderer.  BDF fonts can be edited using the author's "gdbfed" editor,
also found in the pkgsrc "fonts" category.
2008-08-14 01:47:29 +00:00
mjl
fbc590818b Add libgnome buildlink include 2008-08-13 17:20:46 +00:00
schmonz
95f6cddbcf Updated mail/getmail to 4.8.3 2008-08-13 17:16:07 +00:00
schmonz
da8c37c3ad Update to 4.8.3. From the changelog:
- Improve information sent to logfile about messages not retrieved.
  Thanks: Scott.
2008-08-13 17:15:57 +00:00
kleink
754f02fd6a Note update of textproc/p5-Text-vCard package to 2.03. 2008-08-13 16:01:37 +00:00
kleink
d1b4df56ec Update p5-Text-vCard to 2.03; changes since 2.01 include:
2.03 Sun Mar 16 10:10:54 GMT 2008
	- added 'moniker' and marked 'name' as depreciated

2.02 Sat Mar 15 17:15:16 GMT 2008
	- http://rt.cpan.org/Ticket/Display.html?id=34044
	  Clean up tests so they pass in perl 5.10
      thanks to Neil Williams
2008-08-13 15:59:05 +00:00
manu
b9232a223c Enable _FFR_LDAP_NETWORK_TIMEOUT
This feature adds a -c switch to LDAPMAP definitions, which can be used to
specify a connection timeout (the equivalent of ldap.conf's bind_timeout)

Here is an usage example, in sendmail.cf:
O LDAPDefaultSpec=-w 3 -c 1 -l 3
If the server does not connect after 1 second (-c 1), we give up. If it does
not anwer after 3 seconds (-l 3), we give up with a temporary failure.

Using -c is the only way to avoid sendmail getting stuck against a half-dead
slapd, where the TCP port is in listening state but the server will not
serve anything.
2008-08-13 15:41:29 +00:00
obache
ee58eb34b9 Updated converters/skf to 1.95.5 2008-08-13 14:20:23 +00:00
obache
c52bc95a3e Update skf to 1.95.5.
skf (1.95.5) experimental; urgency=low

  * fix ASCII output definition.
  * fix enbug which prevents some codeset's table loading.
  * fix punycode decode on UTF-8 input does not work.

skf (1.95.4) experimental; urgency=low

  * fix packaging to allow Ubuntu directory hierarchy.
  * fix manpath issue on cygwin
  * fix po spelling error
2008-08-13 14:20:06 +00:00
ahoka
aa5acc3e7a Change my email address. 2008-08-13 13:20:14 +00:00
cegger
cd66bfb61a link qemu-dm correctly to find the xen libs. This lets qemu-dm actually launch. 2008-08-13 12:36:05 +00:00
ahoka
6de596fa24 Added x11/docker 2008-08-13 11:48:49 +00:00
ahoka
abed4b51dc Import docker-1.5 as x11/docker.
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.

Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.

If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.
2008-08-13 11:42:55 +00:00
he
e3961a8520 Note update of devel/readline to 5.2nb2. 2008-08-13 11:12:28 +00:00
he
0ddfe907f8 Update from version 5.2nb1 to 5.2nb2.
This imports some fixes from Debian.  First and foremost:

http://lists.gnu.org/archive/html/bug-bash/2006-11/msg00017.html

Bug-Description:

In some cases, code that is intended to be used in the presence of multibyte
characters is called when no such characters are present, leading to incorrect
display position calculations and incorrect redisplay.

http://lists.gnu.org/archive/html/bug-readline/2007-01/msg00002.html

Bug-Description:

Readline neglects to reallocate the array it uses to keep track of wrapped
screen lines when increasing its size.  This will eventually result in
segmentation faults when given sufficiently long input.

http://lists.gnu.org/archive/html/bug-bash/2007-02/msg00054.html

Bug-Description:

When moving the cursor, bash sometimes misplaces the cursor when the prompt
contains two or more multibyte characters.  The particular circumstance that
uncovered the problem was having the (multibyte) current directory name in
the prompt string.

...all related to display.c.  Also add include of <stdio.h> to
two of the readline header files.
2008-08-13 11:11:38 +00:00
joerg
4cbe6d7400 Remove zope25-ZMySQLDA as it isn't compatible with py-mysqldb due to
the ancient Python version.
2008-08-13 09:12:58 +00:00
joerg
d31ee3ba62 One more 0 for the version number. 2008-08-13 09:09:21 +00:00
kefren
b9c27c61cd since we updated gtksourceview quite a long time ago we no
longer need this quirk here. PKGREVISION++
2008-08-13 07:47:02 +00:00
martti
53f22ba279 postfix 2008-08-13 07:34:55 +00:00
martti
a244ebaf51 Updated mail/postfix-current to 2.6.20080726
* Lots of bug fixes
2008-08-13 07:34:43 +00:00
he
90ba361c7c Note update of devel/p5-Class-Data-Accessor to 0.04004. 2008-08-13 07:31:39 +00:00
he
06fb5005ac Update from version 0.04003 to 0.04004. Changes:
0.04004 Tue Aug 12 20:40:45 2008
    - Fixed typo about deprecation

and the corrected typo is "now" instead of "not" in the last item in:

0.04003 Thur Aug 07 19:27:33 2008
    - Changed license to Perl now that Inheritable has also changed
    - Class::Data::Accessor is now deprecated in favor of
		Class::Accessor::Grouped or Moose
2008-08-13 07:31:16 +00:00
wiz
323ca6e433 Updated mail/p5-MIME-tools to 5.427 2008-08-12 22:38:44 +00:00
wiz
cd68a759d7 Update to 5.427:
5.427     2008-06-30  Dave O'Neill <dmo@roaringpenguin.com>
	* VERSION 5.427 RELEASED

	* (bugfix) fix remove_sig() on invalid multipart message (RT #11901)

	* (bugfix) make_singlepart() no longer creates bizzare Content-Type: headers
	  (RT #37139)

	* (bugfix) process_part() no longer sets incorrect charset on empty
	  parts (RT #35369)

	* (bugfix) fix runtime warnings caused by incorrect pack() string
	  (RT #34451, bugs.debian.org #446342)

	* (docs) add "SEE ALSO" sections to POD docs (RT #30391)

	* (docs) fix documentation of MIME::Head::get() (RT #34552,
	  bugs.debian.org #235189)

	* (packaging) Depend on IO::File 1.1.3, for its binmode() support (RT #34178)
2008-08-12 22:38:31 +00:00
wiz
bef78c6b1f Updated mail/p5-MailTools to 2.04 2008-08-12 22:36:30 +00:00
wiz
0977099b5f Update to 2.04:
version 2.04: Tue Jul 29 11:44:26 CEST 2008

	Fixes:

	- Mail::Field::_require_dir complained on 5.10 about a closed
	  dirhandle.  rt.cpan.org#37114 [Manuel Hecht]

	- Bcc line removed before collecting addresses. [Jørgen Thomsen]

	Improvements:

	- add "die" to "close()" in synopsis of Mail::Send and
	  Mail::Mailer.  rt.cpan.org#36103 [Ed Avis]
2008-08-12 22:36:17 +00:00
wiz
446fef65aa Updated misc/dialog to 1.1.20080727 2008-08-12 22:34:38 +00:00
wiz
c56c5d230a Update to 1.1.20080727:
2008/07/27
	+ add pointer-check when closing piped input (cf: 2007/03/25)
	+ use here-documents rather than echo, when passing backslashes in
	  strings, to accommodate the Debian shell "dash" (Debian #489563).
	+ recode several ".po" files to UTF-8 for consistency.
	+ change --separator to be an alias for --output-separator, for
	  compatibility with Xdialog.
	+ add --output-separator option to allow scripts to change the output
	  separator from a newline (for --separate-output) or a space.  This
	  applies to other widgets such as forms and editboxes which normally
	  use a newline.
	+ add --column-separator option, to tell where column-aligned data for
	  radio/checkboxes or menus should be split into columns (request by
	  Ben Dibbens).
	+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
	  th.po from
		http://translationproject.org/latest/dialog/
	+ add "--quoted" option, to quote values returned by formbox, etc.
	+ change names of EX/ES macros in dialog.1 to work around name-
	  pollution caused by changes in Debian #470729.
2008-08-12 22:34:24 +00:00
wiz
c9e0096fb2 Updated finance/gnucash to 2.2.6 2008-08-12 22:30:15 +00:00
wiz
f01136ec0f Update to 2.2.6:
2.2.6 - 27 July 2008
 	 Welcome to the GnuCash 2.2.6 Release.
	 Fixed Bugs:
	 o #129099: Register: Optionally show leaf names instead of full names
	 o #144669: Register: Shortcut to filter accounts by account number
	 o #313660: QIF Import: Can't stop progress on long importing process
	 o #336192: QIF Import: Allow new namespaces when defining new securities
	 o #353880: Reports: Options dialog violates HIG, add borders.
	 o #309359: QIF Import: "unknown Action '..'" shown many times
	 o #452354: Average Balance Report: Translate account type option names
	 o #454305: Trial Balance Report: Wrong after negative Stock Split
	 o #460721: Balance Sheet: Should have a "value at cost" option
	 o #463320: Trial Balance Report: Does not add up correctly
	 o #470656: Preferences, Win32: Crash when setting accounting period
	 o #475980: QIF Import: Forward and Back don't follow same path
	 o #489502: Register: Account autocompletion ignores new
	            separator until restart
	 o #501490: Balance Sheet: Incorrect in presence of stock sale
	 o #502646: Win32: Crash entering dates before 1/1/1970 in dialogs
	 o #506499: Win32: Crash after online banking transfer
	 o #512991: Invoices: Do not allow posting to placeholder accounts
	 o #514210: QIF Import: Allow multiple selections for account mapping
	 o #515163: QIF Import: Eliminate pointless mappings
	 o #521403: Reports: One more option in "Price Source" in Stock
	            Value Reports
	 o #526883: Transaction Report: Question marks instead of month
	            in cyrillic locale
	 o #528835: Crash when creating SKR04 accounts with German locale
	 o #530924: Customer Report: Honor the used column list
	 o #531662: Budget report: Crash on #f in budget->guid
	 o #532405: Win32: Guile crashes on strftime formats containing %e
	 o #535407: QIF Import: Crash on invalid or unsupported date format
	 o #538800: Balance Sheet: Gives wrong results
	 o #539654: Reports: html-table-append-column! in html-table.scm crashes
	 o #539829: Build Process: qofsession.c compile warning
	 o #540207: Reports: Show a table of data beneath barcharts
	 o #542472: Reports: Period does not default to Accounting Period
	 o #542967: Reports: Options dialog title shows GUID
	 Other Changes:
	 o New Hebrew translation
	 o Add support for aqbanking3
	 o Correct quickfill directions in transfer dialogs
	 o Add QIF importer support for importing to A/R and A/P account types
	 o QIF importer loading speedup and visual feedback, further improvements
	 o Avoid crashing if a report's option generating procedure
	   causes a Scheme exception
	 o Make the new option Average Cost the default for several
	   reports
	 o Make weighted average price source computations ignore zero
	   amount splits
	 o Support calculation of unrealized gains/losses on liabilities
	   in balance sheet
	 o Allow creating new accounts from the general ledger
	 o Fix some compiler warnings, minor build system improvements
	 o Update translations: Catalan, German, Russian, Traditional Chinese
2008-08-12 22:29:54 +00:00
joerg
bddde8aa28 py-mysqldb doesn't support 2.1 any longer. 2008-08-12 21:42:53 +00:00
joerg
d2b9d3a96d Pad version number to be increasing as expected by Dewey. 2008-08-12 21:38:54 +00:00
markd
584ff28626 fix typo. 2008-08-12 21:32:26 +00:00
markd
02eaa3a918 Tell libtool that its linking fortran so the correct libraries get linked
in.
2008-08-12 21:32:04 +00:00
markd
8748e4e0ee Tell libtool that its linking fortran so the correct libraries get
linked in.
2008-08-12 21:29:11 +00:00
wiz
f2805abc8e Updated sysutils/cdrtools to 2.01.01.45 2008-08-12 21:07:18 +00:00
wiz
a8943dee20 Update to 2.01.01a45:
NEW features of cdrtools-2.01.01a44:

*******
NOTE: cdrtools is currently in a state just before a new major release.

*******

All:

-	New directory autoconf/ contains the complete Schily autoconf system.
	It is based on GNU autoconf-2.13, the latest GNU autoconf that worked
	correctly even on older systems.

-	Sources and makefilesystem restructured to allow all needed files to be
	retrieved from the SCCS repository and to call "make" later. To achieve
	this, all symlinks have been removed from the tarball.

-	The Schily Makefile System now includes rules to recreate the file
	"configure" by calling "autoconf". This is needed in order to allow the
	complete source tree to be extracted from the SCCS repository.

Libscg:

-	aspi-win32.h and spti-wnt.h now in SCCS

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Interactive mode for corrected to allow new tests
	for replacing libcdio in GStreamer.

-	child_pid variable moved into gloval var structure.

NEW features of cdrtools-2.01.01a45:

All:

-	Added a workaround for a GNU make design bug that causes the rules
	to create file "foo" to be evaluated _past_ the "include foo"
	statement in a Makefile has been evaluated. Note that you still need
	GNU make 3.81. GNU make 3.80 and before will still fail to compile
	cdrtools because of other unfixed GNU make bugs.

	Note that the basic GNU make design bug has been reported to the
	GNU make maintainers and accepted as bug by the GNU make maintainers
	in 1998 already. It is still unfixed in GNU make although smake and
	SunPro make verify that there is no problem to do it right.

Cdrecord:

-	Reduced the minimal write speed of a ultraspeed CD-RW capable drive
	from 16x to 10x.


Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	Try to avoid incostencies with USE_ARGEFILES with multi-extent files

-	Corrected the iso directory record size computation in stream-file mode

-	Mkisofs no longer tries to write 8 TB of data in case that -stream-media-size
	was too small.
2008-08-12 21:07:05 +00:00
tonnerre
b7effc8a26 Try to fix the checksums for the modified patches. (Created manually using
sha1sum under Linux. Greetings from Dornbirn/AT.)
2008-08-12 20:23:58 +00:00
tnn
a2fa6a210c Updated net/unfs3 to 0.9.21 2008-08-12 20:15:44 +00:00
tnn
83b85afc85 Update to unfs3-0.9.21. Changes:
- avoid returning large fileids on Windows, for better compatibility
    with clients such as Linux 2.6.24
  - try to prevent races between READDIR and removal of files
2008-08-12 20:15:11 +00:00
tonnerre
f8be7652c1 Fix path in WML patches (was work/... for some reason). 2008-08-12 20:09:34 +00:00