Commit graph

54235 commits

Author SHA1 Message Date
jlam
1b2674fcd7 The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
jlam
80ef42b174 The BUILDLINK_DEPENDS.<pkg> should match the one in the buildlink2.mk file
if it exists.
2004-02-10 20:15:09 +00:00
minskim
bb767860cc - py-jpCodecs-1.4.10 2004-02-10 20:01:16 +00:00
minskim
145f62ef23 Note update of py-jpCodecs to 1.4.10. 2004-02-10 19:55:18 +00:00
minskim
e97d6f700f Update py-jpCodecs to 1.4.10 and bl3ify.
Patch provided by iyoda at atikoro dot org in PR pkg/23715.

Changes in 1.4.10:
  - Fixed soundness bugs in Shift_JIS and MS932 decoders that
    invalid characters are quietly mapped into invalid Unicode
    characters. (Thanks to Hye-Shik Chang)
  - Fixed a buffer overflow in the encoder of japanese.c.euc-jp
    caused by a string that contains a lot of supplement Kanji
    characters. (Thanks to Atsuo ISHIMOTO)
  - added an alias "eucjp" for "japanese.euc-jp".
2004-02-10 19:53:38 +00:00
minskim
4d2e80209c Added py-gnutls-0.2. 2004-02-10 19:35:29 +00:00
minskim
ed7a48d587 Add and enable py-gnutls. 2004-02-10 19:34:14 +00:00
jlam
9659f6c13a Require at least ${GCC_VERSION} of the GCC C++ compiler package to build
this.
2004-02-10 19:33:11 +00:00
minskim
b59c2f90ca Import py-gnutls from pkgsrc-wip.
Python bindings for GNUTLS.

GnuTLS is a project that aims to develop a library which provides a
secure layer, over a reliable transport layer.  Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working
group.
2004-02-10 19:32:26 +00:00
jlam
2d398958e1 Honor GCC3_PKGMODIF for alternate gcc3 install location. 2004-02-10 19:31:27 +00:00
jlam
3816e3f0f9 Add an explicit dependency on gcc3-c so that gcc3-* sub-language packages
will depend on gcc3-c instead perhaps of just using the system compiler.
2004-02-10 19:29:36 +00:00
minskim
704cdfed87 Explicitly depend on pkgconfig. 2004-02-10 18:10:31 +00:00
jmmv
7c6b723707 Note revision bump for nautilus to 2. 2004-02-10 18:00:29 +00:00
jmmv
2fb7592f80 Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner.  Bump PKGREVISION to 2.
2004-02-10 17:59:24 +00:00
minskim
7059ee77b2 Note update of py-bsddb3 to 4.1.6. 2004-02-10 17:58:07 +00:00
minskim
cd31561137 Update py-bsddb3 to 4.1.6.
Changes sinec 4.1.1:
 * Extended DB & DBEnv set_get_returns_none functionality to take a
   "level" instead of a boolean flag.  The boolean 0 and 1 values still
   have the same effect.  A value of 2 extends the "return None instead
   of raising an exception" behaviour to the DBCursor set methods.
   This will become the default behaviour in pybsddb 4.2.
 * Updated documentation for set_get_returns_none.  Regenerated the
   stale html docs from the text documentation.
 * Fixed a typo in DBCursor.join_item method that made it crash instead
   of returning a value.  Obviously nobody uses it.  Wrote a test case
   for join and join_item.
 * Added the dbobj wrapper for DBEnv set_timeout method.
 * Updated README.txt
 * Added the DBEnv.set_timeout method.
 * code cleanup to use python 2.x features in .py files
 * the standalone pybsddb distribution will install a module
   called bsddb3 while the module included with python >= 2.3
   will be known as bsddb.
 * Shared all .py and .c source with the Python project.
 * Fixed DBTxn objects to raise an exception if they are used after
   the underlying DB_TXN handle becomes invalid. (rather than
   potentially causing a segfault)
 * Fixed module to work when compiled against a python without thread
   support.
 * Do not attempt to double-close DB cursor's whos underlying DB
   has already been closed (fixes a segfault).
 * Close DB objects when DB.open fails to prevent an exception about
   databases still being open when calling DBEnv.close.
2004-02-10 17:56:55 +00:00
gavan
cfd6197423 Install with -c option to avoid deleting files/id3lib_strings.h from pkgsrc 2004-02-10 17:54:14 +00:00
minskim
75bf71202d bl3ify 2004-02-10 16:59:21 +00:00
wiz
fd5f247ea6 Note mldonkey-2.5.10 update. 2004-02-10 15:50:25 +00:00
wiz
f84709126b Update to 2.5.10:
2004/02/09: Fabrice (version 2.5.10, tag release-2-5-10)
  * Applied patches sha1, #2597, #2603, #2604
  * New GUI messages:
      Gui -> Core: GetUploaders, GetPending,
                   GetSearches, (GetSearch search_id),
                   (ConnectClient cid), (DisconnectClient cid)
      Core -> Gui: (Uploaders num_list), (Pending num_list),
                   (Search search_request)
     GetSearches and GetSearch allow a GUI to query for former searches and
      to receive the results corresponding to a particular former search.
  * New console command "disconnect <client_id>"
  * FileTP:
     * New option 'remote_shells' to define, for each hostname, which
         remote shell to use and with which arguments (e.g. if you want
         to use rsh or ssh with username@hostname or a particular port).
         still no password allowed...
     * New version of 'get_range' that accepts a 'rangex' argument to
         send the data without base64 encoding (works for me, but I don't
         know for other shells). Set the 'get_range' option to set the
         path of the remote get_range command, and 'range_arg' to use
         either 'range' or 'rangex'.

2004/02/07: Fabrice (version 2.5.9, tag release-2-5-9)
  * Applied patches #2428, #2595, #2596
  * TcpBufferedSocket: 'exec_command' only creates one TcpBufferedSocket.t
     both for reading and writing.
  * FileTP:
     * Basic "remote shell" protocol (using ssh):
        use 'http <ssh://hostname/relative-filename>' to download the file
        hostname:~/relative-filename. ssh must be able to connect to the
        host without password exchange. The remote host must have the
        'get_range' utility in the PATH of ssh (use "make utils" to
        have 'get_range' compiled with in mldonkey). The transfer rate is
        not very good (30 KB/s, either because of too small
        tcpBufferedSocket buffers, or because of the base64 encoding).
2004-02-10 15:49:56 +00:00
wulf
3faf2ab052 Added openvpn-1.5.0: A robust and highly configurable VPN over UDP 2004-02-10 15:08:14 +00:00
jmmv
6cae4e24f0 Note update of gnome-common to 2.4.0. 2004-02-10 14:40:26 +00:00
jmmv
2f94db1f35 Update to 2.4.0:
2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* doc-build/Makefile.am: Distribute README in place of the
	non-existent ChangeLog. Doh!

	* autogen.sh: Use the GNOME 2 autogen.sh script by default.
	* configure.in: Version number bumped.

2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>

	* macros2/compiler-flags.m4:

	Define WARN_CXXFLAGS instead of overwriting
	CXXFLAGS (like WARN_FLAGS).

2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* macros2/compiler-flags.m4: don't use -Wsign-promo, it is
	C++ only and causes warnings with gcc 3.3 when used on C.

2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>

	* macros2/autogen.sh:

	Remove --enable-compile-warnings from the default arguments
	passed to configure because it break GNOME_COMPILE_WARNINGS
	macro.

2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* MAINTAINERS: Put myself in as maintainer.

	* configure.in: Bump the version number to 2.3.0

	* configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
	Add in the infrastructure to allow user documentatin to be built
	from some common files. This will not affect existing packages.
	The changes required to use this are given in doc-build/README.

2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
	Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..

2003-02-18  Jody Goldberg <jody@gnome.org>

	* configure.in : Don't depend on a file that James just deleted

2002-12-12  Jody Goldberg <jody@gnome.org>

	* macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
	  is a prereq for things the build broke on the use of
	      AC_DEFINE(GNOME_ENABLE_DEBUG)
	  without the additional arguments.
2004-02-10 14:39:40 +00:00
ben
392d43a164 Note update of fprot-workstation-bin to version 4.3.3. 2004-02-10 14:22:31 +00:00
ben
57c2879a3b Update fprot-workstation-bin to version 4.3.3. 2004-02-10 14:21:38 +00:00
grant
7275a2f84b note removal of MozillaFirebird-bin. 2004-02-10 13:28:38 +00:00
grant
a74eb6921f remove MozillaFirebird-bin, it is obsoleted by firefox-bin and nothing
depends on it anymore.
2004-02-10 13:27:53 +00:00
grant
8e9aecb117 note addition of firefox-bin-nightly and rename of
firefox-gtk2-bin-nightly.
2004-02-10 13:25:46 +00:00
grant
ca20878ba1 rename MozillaFirebird-gtk2-bin-nightly to firefox-gtk2-bin-nightly. 2004-02-10 13:24:37 +00:00
grant
1107248350 add firefox-bin-nightly, updated from MozillaFirebird-bin-nightly.
this package will obsolete MozillaFirebird-bin-nightly when Solaris
builds become available.
2004-02-10 13:12:22 +00:00
grant
fc74ee35a3 no reason this shouldn't work on any i386 platform. 2004-02-10 13:05:06 +00:00
grant
7328a41bb3 no reason this shouldn't work on Linux/i386, too. 2004-02-10 13:03:53 +00:00
grant
ddebda46e1 note rename of MozillaFirebird-bin-{flash,java,realplayer} 2004-02-10 13:00:08 +00:00
grant
19725c87a7 update MozillaFirebird-bin-realplayer to work with Firefox 0.8 and
reflect the Firebird -> Firefox rename.
2004-02-10 12:58:19 +00:00
grant
662a3aac0c update MozillaFirebird-bin-java to work with Firefox 0.8 and reflect
the Firebird -> Firefox rename.
2004-02-10 12:55:20 +00:00
grant
f5370c1cfe update MozillaFirebird-bin-flash to work with Firefox 0.8 and reflect
the Firebird -> Firefox rename.
2004-02-10 12:51:51 +00:00
wulf
79855e1cc0 Added and enabled openvpn-1.5.0 2004-02-10 12:40:36 +00:00
wulf
c0414d455f Initial commit of openvpn-1.5.0: A robust and highly configurable VPN 2004-02-10 12:39:17 +00:00
grant
1ef1cf7659 note rename of MozillaFirebird-bin-acroread* 2004-02-10 12:28:40 +00:00
grant
5f7233d9d3 update the MozillaFirebird-bin-acroread packages to work with
Firefox 0.8 and reflect Firebird -> Firefox rename.
2004-02-10 12:26:24 +00:00
jmmv
87be9798a3 Depend on working version of file-roller and bump PKGREVISION to 2. 2004-02-10 11:53:31 +00:00
grant
7b7a88ef35 add Solaris/i386 and sparc builds of Firefox 0.8. 2004-02-10 11:52:59 +00:00
jmmv
532c652acb Note revision bump for file-roller to 2. 2004-02-10 11:52:48 +00:00
jmmv
4c6ecdf3b3 Force use of GNU tar, as the messages shown by "pax as tar" are not recognized
properly by the program.  Fixes multiple crashes and handling of tar archives.
Closes PR pkg/24206.

Also depend on zip and unzip and ensure paths to them are correct.

Bump PKGREVISION to 2.
2004-02-10 11:52:05 +00:00
grant
eabe046d56 fix planetmirror URL in MASTER_SITES. 2004-02-10 11:45:13 +00:00
grant
12f7031bc9 note update of thunderbird-bin to 0.5. 2004-02-10 11:38:34 +00:00
grant
170f5dee4d Update to thunderbird-0.5 (Solaris/sparc will be updated when builds
become available).

Changes since 0.4:

*  New Features

We now support the notion of multiple identities per mail
account. This makes it easy to have several email addresses which end
up going into the same account. Read More about how to hook this up.

Thunderbird 0.5 includes Secure Password Authentication using a
new cross-platform NTLM authentication mechanism for POP3 and SMTP.

Option to turn on the Mozilla 1.x style folder columns in
Thunderbird (Tools / Options / Advanced / General Settings).

A new Palm Sync Address book conduit is now available for 0.5.
You can now do a one way sync, PC -> Palm or Palm -> PC, by changing
the hot sync conduit setup. We now prevent duplicate cards in
Thunderbird address books when syncing with Palm categories. Numerous
improvements with the initial sync.

A new, improved version of the offline extension is now
available for 0.5. Please read the installation notes in this document
about how to first uninstall old extensions.

Improved Spell Checker including a new US dictionary.

Ability to paste names or addresses from a spreadsheet directly
into the addressing widget of a new compose window.

Improved profile migration from Netscape 4.x.

* Recently Fixed Bugs

If a new message arrives while you are reading a message, we no
longer scroll the message body back to the top.

When saving an IMAP attachment, we no longer re-download the
attachment from the server.

Saving an attachment now brings up a standalone progress window.

Copying a message to a Sent Folder now shows progress in the
progress window.

When saving or opening an attachment, the progress dialog now
reports accurate progress information.

We now mark IMAP messages read in a folder if they are deleted
or moved to another folder. This fixes incorrect unread counts when
checking folders other than the Inbox for new messages.

LDAP searches now honor the directory search filter property.

Ability to paste a single cell of data from Microsoft Excel into
the compose window body.

Problems with IMAP folders three levels deep not showing up when
you are not using the IMAP subscription model.

Tools / Options / Attachments / Attachment Folder setting is now
remembered.

Linux builds no longer crash when viewing HTML messages
requiring a JAVA plugin.

Improved handling of apple double encoded attachments from OSX
clients.

No more new mail alert notifications when all incoming messages
are Junk.

"Remove from server after x days" has been implemented for POP3
mail accounts.

* Performance Improvements

Faster folder loading.

* Improved Stability and Polish

This release is based on the Mozilla App-Suite 1.6 final branch
and includes all of the stability work that went into Mozilla 1.6.
2004-02-10 11:36:48 +00:00
grant
9e165ae9fa we only need the MASTER_SITES special case for Firebird and Mozilla. 2004-02-10 11:06:25 +00:00
wiz
c7ec20f810 Downgrade to buildlink2 so this builds again, until PR 24344 is fixed. 2004-02-10 11:02:56 +00:00
agc
2c2ace1830 Fix for gcc3: varargs -> stdarg 2004-02-10 10:58:56 +00:00