Commit graph

45308 commits

Author SHA1 Message Date
jmmv
cae28fac07 Do not build the esound plugin by default. This avoids a dependancy on
esound on systems where it is not wanted (for example, KDE desktops).
Ok'ed by rh@, the maintainer.  Bump PKGREVISION to 9.
2003-07-25 09:22:50 +00:00
jmmv
09b22aaf36 -gnome2-terminal-2.0.2 2003-07-25 09:16:14 +00:00
jmmv
65138c182b Note update of gnome2-terminal to 2.0.2. 2003-07-25 09:15:03 +00:00
jmmv
1dfabd0f9f Update to 2.0.2:
* configure.in: Added "ta" (Tamil) language to the languages' list.
* configure.in: Added Belarusian to ALL_LINGUAS
* src/terminal-widget-vte.c (terminal_widget_fork_command):  Update to
  new signature of vte_terminal_fork_command(), fixing Red Hat #76529.
* src/simple-x-font-selector.c: Make EggXFontSelector's finalize
  method to free EggXFontFilter's data.
  Fixes #89770
* src/terminal-screen.c (make_font_monospace):
  Fix #96114: to responce to "use system font" option
* src/terminal-widget-vte.c (terminal_widget_set_allow_bold):
  wire up set_allow_bold for use with vte
* src/terminal-screen.c (drag_data_received):
  back out the previous change - conversion from UTF-8 should
  be performed in terminal widget side - since only the
  terminal widget know which encoding it is in (#95230)
* src/terminal-screen.c (drag_data_received):
  convert drag&drop data back to locale's encoding before sending to
  terminal (#95230: drag&drop is broken with non-ASCII characters)
* gnome-terminal.desktop.in: Fix the desktop file so that it
  validates correctly, and claims to be a GNOME terminal
  emulator. Closes #91150.
* src/terminal.c : Handled the "die" signal sent by master
  session so that session can kill the terminal. Fixes bug#90612
* configure.in: added 'ro' to ALL_LINGUAS
* src/terminal-accels.c (terminal_edit_keys_dialog_new): put in
  GTK+ mode.
* src/eggcellrendererkeys.[ch]: update from libegg.
* src/profile-editor.c (profile_editor_update_silent_bell): add
  missing "!" that made the "Terminal bell" setting behave
  incorrectly
* configure.in: Add Latvian (lv) to ALL_LINGUAS
* configure.in: Add Japanese(ja) to ALL_LINGUAS
* ChangeLog, help/C/gnome-terminal-C.omf,
  help/C/gnome-terminal.xml,
  help/C/figures/gnome-terminal-default.png,
  help/C/figures/gnome-terminal-tabbed.png
  merge docs changes from HEAD to gnome-2-0
* src/gnome-terminal.glade2 Correct mnemonic widgets  for labels
  "Color _palette", "_Scrollbar is:" and "_Delete key generates:".
  Set step_increment and page_increment for adjustment of GtkHScale
  darken-background-scale". Fixes #90552.
* terminal.c: Fixes terminal crashes while using
  command line options (86982). Patch from
  tino.shwarze@informatik.tu-chemnitz.de
* terminal-widget-vte.c: handle widget padding (backport from HEAD).
* terminal-window.c: Allow toggling of Hide/Show Menubar to
  work with keybindings. Fixes #88761.
2003-07-25 09:14:10 +00:00
jmmv
d0245b0851 Note update of xmule to 1.4.2. 2003-07-25 09:09:45 +00:00
jmmv
779a05e97a Update to 1.4.2:
Un-Thesis' contributions:
   * Optimized Pictures:  Converted all large XPMs to JPEGs.
   * Memory optimization: Project should use approximately 2MB less memory.
   * Size optimization: Binary should use approximately 2MB less space.
   * Implemented Lagloose's Shift+Doubleclick in downloadlist only shows
     transferring sources.
   * Enhanced upload statistics in the Upload List.
MikaelB's contributions:
   * FIXED: Saving main window position and size now works.
Malware's contributions:
   * FIXED: Remainder of the Search Dialog crashes.
Kry's contributions:
    * Added xMule Uptime to statistics tree.
2003-07-25 09:09:01 +00:00
grant
33bf53c28b style nit:
target:<space>depends, not <tab>
2003-07-25 02:44:09 +00:00
grant
cb087abb95 index target improvements:
* rename DEPENDSDB to PKGDB
* move build of PKGDB to its own target so make(1) removes it if it
  bombs.

ok'd by dmcmahill@.
2003-07-25 02:43:00 +00:00
dmcmahill
981a376c35 - add HOMEPAGE as the last field in the INDEX file.
- make the paths be relative to PKGSRCDIR as opposed to absolute.
- some cleanup/simplification of the awk code.
2003-07-24 22:27:16 +00:00
jmc
fd3af8a8ba Use ruby-openssl not ruby-ossl 2003-07-24 22:09:03 +00:00
jtb
d6f95d62de Escape the . in the sed substitution. 2003-07-24 21:44:37 +00:00
jwise
d96f7482bc Bump ${PKGREVISION} for re-enabled kerberos support. 2003-07-24 21:25:26 +00:00
jwise
86c245dc72 Fix kerberos support in this package (kerberos support in the Makefile
was commented out because it didn't work with recent openssh, is now fiexed
and commented back in).  This support is conditional on ${KERBEROS} being
set, and currently enables support for both kerberos 4 and 5.  This should
be refined.

This has been tested and confirmed on -current and 1.6.  Testing on other
platforms (if any?  solaris?) in which we support kerberos in pkgsrc should
be done.
2003-07-24 21:24:28 +00:00
jwise
9b55571cd9 Make difference between this package and ../openssh clearer in DESCR and
COMMENT, and add comment to Makefile explaining why we copy, rather than
source, files from ../openssh.
2003-07-24 21:06:25 +00:00
jwise
98496d7188 Import package for openssh+gssapi, which is openssh-3.6.1p2 with version
20030430 of the GSSAPI patches from

	http://www.sxw.org.uk/computing/patches/openssh.html

.  From the site:

  The patches on this page are concerned with adding support for
  authenticating users via their Kerberos credentials, and allowing
  authenticated users to forward their credentials to a remote
  machine over ssh.

  These patches are against various versions of the OpenSSH portable
  code. SSH has both a legacy protocol version 1, and a newer,
  protocol version 2 (which is being standardised in the IETF).
  Techniques exist for performing Kerberos authentication over both
  protocols, and GSSAPI authentication over protocol version 2.

In this package standard ssh support for kerberos versions 4 and 5 is kept
for version 1 of the ssh protocol (openssh does not support kerberos 4 in
ssh protocol version 2).

These patches, which provide a much more thorough implementation of kerberos
5 support than that shipped with openssh, are pkg'ed here with an eye toward
evaluation of their usefullness for inclusion in the base os.
2003-07-24 21:01:23 +00:00
jwise
84c75770e3 Note addition of openssh+gssapi:
Import package for openssh+gssapi, which is openssh-3.6.1p2 with version
20030430 of the GSSAPI patches from

	http://www.sxw.org.uk/computing/patches/openssh.html

.  From the site:

  The patches on this page are concerned with adding support for
  authenticating users via their Kerberos credentials, and allowing
  authenticated users to forward their credentials to a remote
  machine over ssh.

  These patches are against various versions of the OpenSSH portable
  code. SSH has both a legacy protocol version 1, and a newer,
  protocol version 2 (which is being standardised in the IETF).
  Techniques exist for performing Kerberos authentication over both
  protocols, and GSSAPI authentication over protocol version 2.

In this package standard ssh support for kerberos versions 4 and 5 is kept
for version 1 of the ssh protocol (openssh does not support kerberos 4 in
ssh protocol version 2).

These patches, which provide a much more thorough implementation of kerberos
5 support than that shipped with openssh, are pkg'ed here with an eye toward
evaluation of their usefullness for inclusion in the base os.
2003-07-24 21:00:40 +00:00
jwise
5b0c2204e7 Add openssh+gssapi. 2003-07-24 20:59:28 +00:00
jwise
17b55e0ebf Mark conflicts with openssh+gssapi. 2003-07-24 20:59:03 +00:00
tron
bf2ee3a526 Add support for OpenSSL 0.9.7b shipped with NetBSD-current. 2003-07-24 20:18:24 +00:00
wiz
06995dc024 Note new bkedit package. 2003-07-24 20:18:23 +00:00
wiz
d8e9536777 Add and enable bkedit. 2003-07-24 20:15:20 +00:00
wiz
4c1a9d6a1c Initial import of bkedit, a bookmark editor.
bkedit is an easy to use bookmark manager and editor. The program
can read, write, edit, create, manage and convert the bookmarks
of the most popular browsers. There is also a simple Drag & Drop
interface for adding new bookmarks from a running browser in a
very comfortable way.
2003-07-24 20:14:48 +00:00
jtb
0f2b283283 Note the update of oo2c to 2.0.10.
From the release notes:

This release is unfortunately a bit late and incorporates a whole
bunch of very different changes.  The biggest part is an update of the
libraries to incorporate the string types from module `Object' into
ADT:*, IO:*, OS:*, URI:*, and (partially) XML:* modules.  The internal
encoding of Unicode strings has been switched to UTF-16.  Support for
the MacOS X and Win32 platforms has been improved.

There were several changes to the symbol file format.  Please remove
any old symbol files that are still around.
  __________________________________________________________________________

(Object, ADT:StringBuffer): Internal representation of Unicode strings
is now UTF-16.  `String32' is gone and has been replaced with
`String16'.  MAX(UCS4CHAR) is 10FFFFX, the largest possible Unicode
code point.

(Object:BigInt): Renamed string base constructors to follow the naming
conventions from module `Object'.

(ADT:ArrayList, ADT:Dictionary): Have been converted to parametric
types.  One known side-effect of this is that a type guard
`Dictionary.Dictionary' can no longer be applied to instances of
`Object.Object'.  The reason for this is that the run-time type
information does not include information on type parameters and
therefore cannot test for particular type arguments.  (The necessary
run-time information may be added later.)

(ADT:Storable, ADT:Object:Storage): The parameter type of the methods
ReadObject() and WriteObject() has been changed back to
`Object.Object'.  The methods now handle instances of `Object.String'
as well.

(IO:Address): `UnknownHostException' is now derived from `IO.Error'.

(IO:Buffer): Introduce method `ReadLineLF()', to read a single line of
8-bit characters from a channel, including the termination Ascii.lf
character.

(IO:FileChannel): File name arguments are now of type STRING.  They
are converted to sequences of bytes using OS:Path.Encode().  Dito for
system() from OS:ProcessManagement.

(IO:Socket, IO:SocketChannel): Non-blocking connect is implemented.

(OS:Path): Changed functions to work on STRINGs.  Changed function
names to follow the Oberon naming conventions.  Dito for GetCwd() from
OS:ProcessParameters.

(Exception): Fixed a bug in PopContext(), which lead to stack
corruption if more than one TRY context is popped from the stack.
Also some minor cleanups.

(HashCode): Collects all hash functions for the various basic data
types.

(URI, URI:*): The URI modules use the string types from `Object',
instead of defining their own variant of this theme.  Error signalling
has been converted to Exception.ParseError.  Please note that the
interface of these modules may be in for further changes later.  The
URI changes also propgate into the XML modules.

(oo2c): New command --package-installed (tests if a package is
present) and --list-packages (list all installed packages).

(oo2c): The "Pascal" calling convention, and the CSTRING and ALIGNX
flags have been ported to v2 by Stewart Greenhill.  This is primarily
used for native Windows DLLs.

(oo2c): There is now support for MaxOS X style "framework" libraries
(contributed by Tim Teulings).

(oo2c): The documentation strings of a module have been removed from
the symbol file `M.Sym', and are now stored in a separate file `M.Doc'
(in the same directory as `M.Sym').  Compilation commands only read
the `M.Sym' part.  Also, compilation of huge interface modules is now
much faster.

(oo2c): Constant folding on floating point expressions is now enabled.

(oo2c): Various minor bugs with parametric types have been fixed.
around.
2003-07-24 18:42:46 +00:00
jtb
2151669bff Update to version 2.0.10.
From the release notes:

This release is unfortunately a bit late and incorporates a whole
bunch of very different changes.  The biggest part is an update of the
libraries to incorporate the string types from module `Object' into
ADT:*, IO:*, OS:*, URI:*, and (partially) XML:* modules.  The internal
encoding of Unicode strings has been switched to UTF-16.  Support for
the MacOS X and Win32 platforms has been improved.

There were several changes to the symbol file format.  Please remove
any old symbol files that are still around.
  __________________________________________________________________________

(Object, ADT:StringBuffer): Internal representation of Unicode strings
is now UTF-16.  `String32' is gone and has been replaced with
`String16'.  MAX(UCS4CHAR) is 10FFFFX, the largest possible Unicode
code point.

(Object:BigInt): Renamed string base constructors to follow the naming
conventions from module `Object'.

(ADT:ArrayList, ADT:Dictionary): Have been converted to parametric
types.  One known side-effect of this is that a type guard
`Dictionary.Dictionary' can no longer be applied to instances of
`Object.Object'.  The reason for this is that the run-time type
information does not include information on type parameters and
therefore cannot test for particular type arguments.  (The necessary
run-time information may be added later.)

(ADT:Storable, ADT:Object:Storage): The parameter type of the methods
ReadObject() and WriteObject() has been changed back to
`Object.Object'.  The methods now handle instances of `Object.String'
as well.

(IO:Address): `UnknownHostException' is now derived from `IO.Error'.

(IO:Buffer): Introduce method `ReadLineLF()', to read a single line of
8-bit characters from a channel, including the termination Ascii.lf
character.

(IO:FileChannel): File name arguments are now of type STRING.  They
are converted to sequences of bytes using OS:Path.Encode().  Dito for
system() from OS:ProcessManagement.

(IO:Socket, IO:SocketChannel): Non-blocking connect is implemented.

(OS:Path): Changed functions to work on STRINGs.  Changed function
names to follow the Oberon naming conventions.  Dito for GetCwd() from
OS:ProcessParameters.

(Exception): Fixed a bug in PopContext(), which lead to stack
corruption if more than one TRY context is popped from the stack.
Also some minor cleanups.

(HashCode): Collects all hash functions for the various basic data
types.

(URI, URI:*): The URI modules use the string types from `Object',
instead of defining their own variant of this theme.  Error signalling
has been converted to Exception.ParseError.  Please note that the
interface of these modules may be in for further changes later.  The
URI changes also propgate into the XML modules.


(oo2c): New command --package-installed (tests if a package is
present) and --list-packages (list all installed packages).

(oo2c): The "Pascal" calling convention, and the CSTRING and ALIGNX
flags have been ported to v2 by Stewart Greenhill.  This is primarily
used for native Windows DLLs.

(oo2c): There is now support for MaxOS X style "framework" libraries
(contributed by Tim Teulings).

(oo2c): The documentation strings of a module have been removed from
the symbol file `M.Sym', and are now stored in a separate file `M.Doc'
(in the same directory as `M.Sym').  Compilation commands only read
the `M.Sym' part.  Also, compilation of huge interface modules is now
much faster.

(oo2c): Constant folding on floating point expressions is now enabled.

(oo2c): Various minor bugs with parametric types have been fixed.
around.
2003-07-24 18:39:14 +00:00
wiz
7cafdcb95b Convert to buildlink2 -- fixes PR 22222 from Marko Schuetz, who
also provided the buildlink2ification.
2003-07-24 17:47:25 +00:00
jschauma
bc858212a3 Note import of games/spider 2003-07-24 17:25:38 +00:00
jschauma
6e2baa8f05 Add/enable spider 2003-07-24 17:24:23 +00:00
jschauma
49ad3cbed1 Initial import of games/spider provided by Greg A. Woods in PR pkg/19284:
Spider is a challenging double decked solitaire game.  Unlike most
soilitaire games, skill is just as important as luck.

The X11 version of spider is based on the NeWS version by Don Woods,
and uses the same save file format and card images.
2003-07-24 17:23:36 +00:00
jmmv
ce19168e92 Note revision bump for xmms-osd to 2. 2003-07-24 17:18:42 +00:00
jmmv
248dc57105 Do not build the static version of the xmms-osd plugin (it's useless).
Bump revision of its package (xmms-osd) to 2.
2003-07-24 17:17:36 +00:00
jschauma
e45c69983b Note import of math/djbfft 2003-07-24 16:50:20 +00:00
jschauma
9e69a29f3f Add/enable djbfft 2003-07-24 16:49:07 +00:00
jschauma
bfb9e6ea13 Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:
djbfft is an extremely fast library for floating-point convolution.
The current version holds most of the speed records for double-precision
FFTs on general-purpose computers.

djbfft provides power-of-2 complex FFTs, real FFTs at twice the
speed, and fast multiplication of complex arrays. Single precision
and double precision are equally supported.
2003-07-24 16:47:52 +00:00
jtb
da91049aaf Install the include file to ${PREFIX}/include/algae. Fixes leftover
issue from i386 bulk build.
2003-07-24 16:28:55 +00:00
jtb
6799c4bfd2 hevea only depends on ocaml to build. 2003-07-24 16:18:38 +00:00
jtb
c7e51e59e9 Add a missing info file (from i386 bulk build leftovers). 2003-07-24 16:06:29 +00:00
jtb
43ab607e8a Fix logic in determining if pthreads is required. 2003-07-24 16:01:41 +00:00
jmmv
220c1f9e4e Note addition of xmms-arts, version 0.4. 2003-07-24 14:28:32 +00:00
jmmv
81c6c64e2c Add and enable xmms-arts. 2003-07-24 14:26:19 +00:00
jmmv
43037eb712 Initial import of xmms-arts, version 0.4:
xmms-arts is an output plugin for the XMMS program that allows it to output
sound using the aRts sound daemon (mainly used by the KDE desktop).
2003-07-24 14:25:35 +00:00
wiz
b2f2aaa999 + TeXmacs-1.0.1.19, ethereal-0.9.14, evilwm-0.99.15 [pkg/22239],
iozone-3.191, tin-1.6.0.
2003-07-24 13:42:11 +00:00
grant
e3e13fc5f3 fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablot
can once again find the iconv functions on systems without iconv
in libc.
2003-07-24 13:35:28 +00:00
drochner
08c25fadbf add python libs 2003-07-24 13:31:13 +00:00
drochner
85bc80d457 add py-kjbuckets-2.2, a fast hashtable implemtation 2003-07-24 13:29:59 +00:00
drochner
7de548e722 add py-pqueue-0.2, a fast priority-queue implementation 2003-07-24 13:28:16 +00:00
tron
cdef5ac9e1 Remove "trium" skin which is not available any more. 2003-07-24 12:56:52 +00:00
seb
17cad0df4b Add TEST_TARGET. 2003-07-24 12:10:29 +00:00
jmmv
1665025119 Note update of buildtool to 0.12.
Note addition of buildtool-doc, version 0.12.
2003-07-24 10:16:59 +00:00
jmmv
46013339aa Add and enable buildtool-doc. 2003-07-24 10:14:14 +00:00
jmmv
257bce7f58 Initial import of buildtool-doc, version 0.12:
This package provides the full User's and Developer's manual for the Buildtool
portable BSD-like build infrastructure.  Documentation is installed in HTML
format only.
2003-07-24 10:13:39 +00:00