Commit graph

123479 commits

Author SHA1 Message Date
jlam
39843c2c61 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:21:10 +00:00
schmonz
0523c1825d Restore catted man page lost in previous commit. 2008-03-04 19:08:06 +00:00
sborrill
41629ca491 Accidentally missed from last commit 2008-03-04 18:58:52 +00:00
tnn
4044c18a22 -sqlite3-3.5.6 2008-03-04 18:35:03 +00:00
jlam
a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
tnn
31c6c3a796 Note update of Pidgin IM suite to 2.4.0. 2008-03-04 17:51:12 +00:00
tnn
3995b4f6cc Version 2.4.0 (02/29/2008):
* Color is used in the buddylist to indicate status, and the conversation
  window to indicate various message attributes. Look at the sample gntrc
  file in the man page for details.
* The default keybinding for dump-screen is now M-D and uses a file
  request dialog. M-d will properly delete-forward-word, and M-f has been
  fixed to imitate readline's behavior.
* New bindings alt+tab and alt+shift+tab to help navigating between the
  higlighted windows (details on the man page).
* Recently signed on (or off) buddies blink in the buddy list.
* New action 'Room List' in the action list can be used to get the list of
  available chat rooms for an online account.
* The 'Grouping' plugin can be used for alternate grouping in the
  buddylist. The current options are 'Group Online/Offline' and 'No
  Group'.
* Added a log viewer
* Added the ability to block/unblock buddies - see the buddy context menu
  and the menu for the buddy list.
* Fixed a bug preventing finch working on x86_64
2008-03-04 17:48:50 +00:00
tnn
51ff3d4816 Update master site, homepage. 2008-03-04 17:37:31 +00:00
tnn
9b1fc035fe Catch up with pidgin. 2008-03-04 17:33:08 +00:00
tnn
2653cab917 version 2.4.0 (02/29/2008):
Pidgin:
* Added the ability to theme conversation name colors (red and blue)
  through your GTK+ theme, and exposed those theme settings to the
  Pidgin GTK+ Theme Control plugin (Dustin Howett)
* Fixed having multiple alias edit areas in the infopane (Elliott Sales
  de Andrade)
* Save the conversation "Enable Logging" option per-contact (Moos
  Heintzen)
* Typing notifications are now shown in the conversation area
2008-03-04 17:25:36 +00:00
tnn
2f0a2f706d version 2.4.0 (02/29/2008):
libpurple:
* Added support for offline messages for AIM accounts (thanks to
  Matthew Goldstein)
* Fixed various problems with loss of status messages when going
  or returning from idle on MySpaceIM.
* Eliminated unmaintained Howl backend implementation for the
  Bonjour protocol.  Avahi (or Apple's Bonjour runtime on win32) is
  now required to use Bonjour.
* Partial support for viewing ICQ status notes (Collin from
  ComBOTS GmbH).
* Support for /notice on IRC.
* Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
* Support for retrieving full names and addresses from the address book
  on Yahoo! Japan (Yusuke Odate)
* The AIM/ICQ server-side preference for "allow others to see me
  as idle" is no longer unconditionally set to "yes" even when
  your libpurple preference is "no."
* Fix SSL certificate checks for renewed certificates
* Fix the ability to set vCard buddy icons on Google Talk/XMPP
* D-Bus fixes on 64bit
* Fixed retrieval of buddy icons and setting of server-side aliases on
  Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
  Guillen)
* Fixed an MSN bug that would leave you appearing offline when transferred
  to different server
2008-03-04 17:22:40 +00:00
tnn
fa08dd248a fix typo 2008-03-04 17:15:37 +00:00
sborrill
62d50c242c Patch around imap_header() dying with SIGABRT if recipient lists are too
long. Patch appended to PHP bug 42862, so the fix may be incorporated in
later PHP releases and thus this patch can be reverted.

http://bugs.php.net/bug.php?id=42862

Bump PKGREVISION of php-imap
2008-03-04 17:13:49 +00:00
jlam
8216d744ac Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 16:38:11 +00:00
jlam
642995a0c4 Remove lang/smalleiffel. This project has been superseded by
lang/SmartEiffel.
2008-03-04 16:23:05 +00:00
jlam
56b6af4284 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:55:13 +00:00
shannonjr
33cef9b4f5 Correct pathname pkgsrc/local to pkgsrc/security. 2008-03-04 15:52:15 +00:00
jlam
24dcd8421e Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:51:59 +00:00
jlam
4b86e2bfab Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:39:09 +00:00
wiz
a692378912 Updated security/libtasn1 to 1.3 2008-03-04 15:06:55 +00:00
wiz
8dff0af114 Update to 1.3:
Version 1.3 (released 2008-02-01)
- Handle 'INTEGER { ... } (a..b)' regression.
  Revert parts of earlier fix.  asn1Parser can now again parse src/pkix.asn1.
  The ASN1.c file was generated using Bison 2.3.
- Move examples from src/ to new directory examples/.
- Duplicate copy of divergated pkix.asn removed.
- Merge unnecessary lib/defines.h into lib/int.h.
- Configure no longer tries to use gcc -pipe.
- Update gnulib files.
- Fix mem leak in self-test.

Version 1.2 (released 2007-12-10)
- Update gnulib files.

Version 1.1 (released 2007-08-31)
- Fix bug that made asn1_check_version believe that 1.0 is older than 0.3.10.

Version 1.0 (released 2007-08-31)
- The self-tests, command line tools and build infrastructure have
  been re-licensed from GPLv2 to GPLv3.
- Doc fixes.
- Update gnulib files.

Version 0.3.10 (released 2007-05-25)
- Update gnulib files.
2008-03-04 15:06:42 +00:00
wiz
3cda13e47e Updated x11/lablgtk to 2.10.1 2008-03-04 14:47:58 +00:00
wiz
c29cb75cfd Update to 2.10.1:
In lablgtk-2.10.1:
2008.02.26 [Jacques]
  * fix wrong type in GContainer.mli (could not compile with 3.10.2)

2007.12.01 [Jacques]
  * revert to setting LC_NUMERIC to C (ocaml still uses strtod)

2007.11.28 [Jacques]
  * Fix Val_GType/GType_val (use Val_addr/Addr_val)

2007.10.09 [Benjamin]
  * add ui_manager#as_ui_manager

2007.09.27 [Jacques]
  * Fix examples.
2008-03-04 14:47:29 +00:00
jlam
037b57d5dd Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 14:44:05 +00:00
wiz
366003509e Updated x11/xf86-video-nv to 2.1.7 2008-03-04 14:41:09 +00:00
wiz
231ff63c2d Update to 2.1.7:
Aaron Plattner (9):
      GeForce 8800 GT.
      G80: Reduce load detection false positives.
      Bug #7309: Delay after disabling cursor to avoid wedging the cursor
        hardware on GeForce 6150.
      G80Create{Dac,Sor} return pointers, not Bools.
      New chips.
      Fix more load detection false positives.
      Update know card list date and add G92 to the manpage.
      Fix warning.
      Bump to 2.1.7.

Alan Coopersmith (1):
      xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency!

Giuseppe Bilotta (2):
      Add macros to retrieve the subsystem vendor/device
      Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go

Ian Romanick (1):
      Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2008-03-04 14:41:00 +00:00
wiz
73eb1d6eb5 Updated devel/libbonobo to 2.20.4 2008-03-04 13:47:49 +00:00
wiz
e35c1354cb Update to 2.20.4:
libbonobo 2.20.4
	* Fix build on Solaris (Brian Cameron)
	* Fix potential situation hanging the entire desktop (Michael)
2008-03-04 13:47:32 +00:00
adam
f7e452c825 Rendezvous has been renamed to Bonjour 2008-03-04 13:31:29 +00:00
wiz
e98fcdb2c3 Updated textproc/intltool to 0.37.1 2008-03-04 13:28:06 +00:00
adam
6a6a252870 Added databases/postgresql83 version 8.3.0 2008-03-04 13:27:50 +00:00
wiz
753d7e0e1d Update to 0.37.1:
2008-02-24  Rodney Dawes

	* intltool-update.in.in (FindPOTKeywords):
	Unwrap lines wplit with trailing \
	Patch from Loïc Minier

	Fixes #516501

2008-02-24  Rodney Dawes

	* tests/selftest.pl.in: Unset $LINGUAS to avoid failing when
	we use tests with locales not specified in LINGUAS

	Fixes #518257

2007-12-16  Rodney Dawes

	* intltool-merge.in.in (keys_merge_translation):
	New method name for merging a single translation for multi-output
	(keys_merge_translations):
	Call keys_merge_translation for each language with multi-ouput
	Call keys_merge_translation with "." as the language for single file

	Based on patch from Christian Persch

	Fixes #487818

2007-12-16  Rodney Dawes

	* intltool-extract.in.in:
	* intltool-merge.in.in:
	Add quotedxml mode for encoding/decoding entities
	Patch from Christian Persch

	Fixes #487666
2008-03-04 13:27:47 +00:00
wiz
2c3a175098 Updated sysutils/desktop-file-utils to 0.15 2008-03-04 13:25:43 +00:00
wiz
08acbf69d3 Update to 0.15:
============
Version 0.15
============

  o make the extension check for Icon key a warning instead of an error for now
    (Ray Strode)
  o Fix a crash in update-desktop-database when there's no group (Vincent)
  o Fix a crash in the validator happening for very small lines (Vincent)
2008-03-04 13:25:18 +00:00
obache
0821485d7a Note some new package request. 2008-03-04 13:11:11 +00:00
adam
2f7d2aaf29 Added postgresql83 2008-03-04 12:50:25 +00:00
adam
9fa5d5a123 Errare humanum est 2008-03-04 12:46:18 +00:00
adam
ccf532ab0c PostgreSQL 8.3
With significant new functionality and performance enhancements, this
release represents a major leap forward for PostgreSQL. This was made
possible by a growing community that has dramatically accelerated the
pace of development. This release adds the following major features:

  * Full text search is integrated into the core database system
  * Support for the SQL/XML standard, including new operators and an
    XML data type
  * Enumerated data types (ENUM)
  * Arrays of composite types
  * Universally Unique Identifier (UUID) data type
  * Add control over whether NULLs sort first or last
  * Updatable cursors
  * Server configuration parameters can now be set on a per-function
    basis
  * User-defined types can now have type modifiers
  * Automatically re-plan cached queries when table definitions change
    or statistics are updated
  * Numerous improvements in logging and statistics collection
  * Support Security Service Provider Interface (SSPI) for
    authentication on Windows
  * Support multiple concurrent autovacuum processes, and other
    autovacuum improvements
  * Allow the whole PostgreSQL distribution to be compiled with
    Microsoft Visual C++
2008-03-04 12:41:36 +00:00
wiz
2b46efe739 Updated www/p5-HTML-Tagset to 3.20 2008-03-04 12:39:16 +00:00
wiz
d0451cf046 Update to 3.20:
2008-02-29  Andy Lester

        * Release 3.20 -- Added <div> to the list of p_closure_barriers.
2008-03-04 12:38:58 +00:00
wiz
7e5ec4260e Fix version number by adding a PKGNAME. 2008-03-04 12:17:47 +00:00
tnn
767979bdfe Add a pseudolicense for Transport Tycoon Deluxe datafiles,
used by games/openttd. Requested by wiz@
2008-03-04 12:02:11 +00:00
shannonjr
53a923963e Entries for adding pcsc-lite-1.4.99, p5-pcsc-perl-1.4.6, pcsc-tools-1.4.12,
ccid-1.3.5, and coolkey-1.1.0.
2008-03-04 11:44:37 +00:00
shannonjr
5d67f27acf Added entries for pcsc-lite, ccid, p5-pcsc, pcsc-tools and CoolKey. 2008-03-04 11:37:32 +00:00
shannonjr
4168c23b12 Provides driver support for the CoolKey and Common Access Card (CAC)
smart card used in a Public Key Infrastructure (PKI). The libpkcs11
module allows use of Smart Cards in applications that use mozilla
Network Security Services (NSS).
2008-03-04 11:33:02 +00:00
shannonjr
5a21c9eec3 Provides several tools that are useful when working
with smart cards: csc_scan regularly scans every
PC/SC reader connected to the host and reports when
a card is inserted or removed. ATR_analysis is a Perl
script used to parse the smart card ATR. The
smartcard_list.txt contains ATR of some cards. It is
used by ATR_analysis to find a card model corresponding
to the ATR. The perl script scriptortis used to send
commands to a smart card using a batch file or stdin.
2008-03-04 11:32:15 +00:00
shannonjr
0305335642 This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) from MUSCLE together with some small examples.
2008-03-04 11:31:04 +00:00
shannonjr
30a5bfae3e This package provides a generic USB CCID (Chip/Smart Card Interface
Devices) driver and  ICCD (Integrated Circuit(s) Card Devices).

See the USB CCID and ICCD specifications from the USB working group.
2008-03-04 11:30:08 +00:00
shannonjr
d6204794ef The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.

The PC/SC Lite library is used to connect to the PC/SC daemon from a
client application and provide access to the desired reader.
2008-03-04 11:29:08 +00:00
kefren
b56a38e922 add temporary patch from
http://trac.lighttpd.net/trac/attachment/ticket/1562/Fix-372-and-1562.patch
in order to fix CVE-2008-0983. Bump PKGREVISION
2008-03-04 11:17:57 +00:00