Commit graph

42851 commits

Author SHA1 Message Date
epg
6a22eeb84c This has been replaced by devel/apr. 2003-05-25 09:48:27 +00:00
epg
84af1ab8fc Don't require gmake. Don't mention ssl or libxml2 in CONFIGURE_ARGS;
neon takes care of that for us.  Don't include openssl or libxml2
buildlink2.mk files either, for same reason.
2003-05-25 09:37:03 +00:00
epg
b13c3717fb Forgot to bump PKGREVISION for last. 2003-05-25 09:35:28 +00:00
epg
e8a337145c Don't require gmake. Use expat instead of libxml2. 2003-05-25 09:34:30 +00:00
epg
7428a4b684 Turn this into a meta-package for Subversion 0.23.0. Also, it
contains the infrastructure (Makefile.common, buildlink2.mk, distinfo,
and patches).
2003-05-25 09:31:28 +00:00
grant
26e325e4c1 fix thinko in last 2003-05-25 09:26:40 +00:00
epg
4e091986fd Update to 0.23.0 and use new subversion infrastructure.
Correct MESSAGE example.
2003-05-25 09:17:41 +00:00
epg
08e1ecfdbe import subversion-python-0.23.0
This package contains the Python bindings to the Subversion libraries
and some programs that use them.  This includes cvs2svn, which
converts CVS repositories to Subversion repositories.
2003-05-25 09:09:40 +00:00
epg
d275114983 import subversion-base-0.23.0
This package contains all the Subversion programs and libraries except
the Apache module mod_dav_svn (for which see the ap2-subversion
package) and the Python bindings and some programs which use them (for
which see the subversion-python package).  Installing this package
alone will satisfy most people's needs, providing all three repository
access layers (local, svn, and dav) and the server for the svn access
layer.
2003-05-25 09:07:46 +00:00
epg
617ed11a9b Restore checksum of patch-ar, accidentally removed in last. 2003-05-25 09:02:38 +00:00
salo
0ad03b56a1 PKGREVISION++
- s/USE_X11BASE/USE_X11/
- new MASTER_SITES
2003-05-25 09:01:46 +00:00
grant
69965247c7 rename to gcc3, allowing this to co-exist with lang/gcc. suggested by
Jeremy C. Reed.

add a CONFLICT with gcc-3* and drop PKGREVISION.
2003-05-25 09:00:12 +00:00
epg
e33ccd51a3 Split some stuff out into a new Makefile.common so that the new
deve/apr package can use it.  Depend on the new apr package.

Approved by jlam@netbsd.org.
2003-05-25 08:58:10 +00:00
epg
83f108c056 import apr-0.9.1.2.0.45
This package contains apr and apr-util from the latest Apache2
distribution (currently httpd-2.0.45).  It is currently (er, currently
in a few minutes) shared between the Apache2 and Subversion packages.
2003-05-25 08:55:18 +00:00
epg
0f09b848d9 import swig-build-1.3.17
This package contains only the swig program itself and the base
definitions; it is useless alone.  You only need this package if you
are building software that uses SWIG.  You will also need a swig-LANG
package, where LANG is the language you are working with
(e.g. swig-perl, swig-python, etc.).

Still todo: import other swig runtimes, move existing swig package to
swig11 and update dependencies, and add the new swig packages to
devel/Makefile.
2003-05-25 08:52:37 +00:00
epg
3659bd85cf import swig-python-1.3.17
This is the runtime for Python bindings written with SWIG 1.3.17.
2003-05-25 08:50:07 +00:00
jmmv
f3764a1a56 Note revision bump for gnome-mime-data to 1. 2003-05-25 08:10:48 +00:00
jmmv
944489fd83 Depend on gnome2-dirs to handle the share/application-registry directory.
Bump PKGREVISION to 1.
2003-05-25 08:10:20 +00:00
jmmv
7b5c5e95ca +gabber-0.8.8 2003-05-25 08:01:59 +00:00
jmmv
d2f81924bd Add ml and sr@Latn locale directories, used by libgnome. 2003-05-25 08:00:15 +00:00
jmmv
70fa178a5d Note update of libgnome to 2.2.1. 2003-05-25 07:58:53 +00:00
jmmv
059d477499 Update to 2.2.1:
Library:
        * Init gettext earlier to catch some bugs (Hidetoshi Tajima)
          Bug #99224
        * Fix search path for locale.alias. (Julio Merino) Bug #106180.
        * Fix url substitution with custom web browser command
          (Pasupathi Duraisamy) Bug #108909
        * Plug a leak in the help routines. (Kjartan)

Help converters:
        * Fix manual pages that have non-numeric filetypes such as
          open.3pm. Patch from Roderich Schupp. Bug #101440.
        * Fix crashes when feeding directories to the help converters.
          Patch from John Fleck. Bug #104056.
        * Generate help-methods.conf based on libexecdir value.
          Patch from Frédéric Crozat. Bug #91169.

Build:
        * Honor --disable-schemas-install. (Julio Merino)
        * Require newer intltool (Kjartan)

Translations:
        az (Metin Amiroff), be (Dmitry Mastrukov), bn (Taneem Ahmed),
        cs (Miloslav Trmac), de (Christian Neumair), el (Kostas
	Papadimas),
        es (Carlos Perello Martin), id (Mohammad DAMT), ja (Takeshi
	AIHANA),
        ml (Guntupalli Karunkar), mn (Badral Saulig), ms (Hasbullah Bin
	Pit),
        ko (Changwoo Ryu), nl (Vincent Van Adrighem), no (Kjartan
	Maraas),
        pl (Zbigniew Chyla), pt (Duarte Loreto), ru (Dmitry Mastrukov)
2003-05-25 07:58:05 +00:00
dan
196730592c make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:20:51 +00:00
jmc
870721dd6a Bump PKGREVSION after html fixes 2003-05-25 07:20:05 +00:00
dan
d098f4b66e make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field
from AUDIO_GETINFO instead.

XXX: by my calculations, the number of samples in seek should be multiplied
by the sample size to get number of bytes to read, but this results in mencoder
being very choppy, presumably because its blocking for audio.  I've left the
multiplication in the patch, commented out.  The present patch works just fine,
so probably my calculations are wrong.

This bumps all of the mplayer variants, because -tv -dumpaudio
might be used even with the players.
2003-05-25 07:12:54 +00:00
grant
985f0ebacf update to reflect the new Mozilla Firebird name.
(I thought I had already committed this, but it seems I only did
phoenix-bin - noted by jmc@).
2003-05-25 06:52:52 +00:00
taca
d9eb5e3fed Remove commented out PKGREVISION line. 2003-05-25 05:33:55 +00:00
taca
7c3084026f -postfix 2.0.10. 2003-05-25 05:33:26 +00:00
taca
499e0b4b83 Note update of mail/postfix package to 2.0.10. 2003-05-25 05:32:48 +00:00
taca
3cc4108bdc Update postfix to 2.0.10.
- Ugly but harmless warnings from nqmgr after "postsuper -r" to
  requeue files that already had some recipients delivered.

- The proxy_read_maps parameter did not recognize "," as separator.

- The local delibery agent now defers delivery after .forward etc.
  file read error.

- The message_size_limit was applied when running "newaliases",
  so that the result alias database could be truncated on systems
  with very small message size limits.

The official release changes for bugfixes and portability issues only.
2003-05-25 05:31:09 +00:00
gehenna
ada4086e35 Note cvsync-0.21.1 2003-05-25 02:41:53 +00:00
gehenna
2b4c5db885 cvsync-0.21.1
Changes:
 * Fix a well known problem to fail to update the file with the same name
   but the different type.
2003-05-25 02:39:26 +00:00
heinz
ae856e45dd Updated p5-IO-Socket-SSL to 0.92 2003-05-25 02:22:31 +00:00
heinz
8bec230b24 Update p5-IO-Socket-SSL to version 0.92.
From the change log:
  - Changed the fileno() function to support returning the fileno
    of server sockets.  (Problem found by Roland Giersig
    <RGiersig at cpan org>).
  - Fixed SSL_version incorrectly defaulting to SSLv2 (patch from
    Roland Alder <roland.alder at celeris ch>).
2003-05-25 02:20:25 +00:00
heinz
027eefac4c Replace hard-coded 'make' by 'MAKE' to make :-) this work on Solaris;
no revision bump necessary. Should really fix PR pkg/21045.
2003-05-24 19:31:20 +00:00
jschauma
cbfa686e28 gcc and gcc3 work fine under Linux. 2003-05-24 19:27:03 +00:00
jschauma
54a8f198e5 use ${INSTALL_INFO} rather than install-info, so that we don't accidently
use an old or non-compatible version that may be in the base system.
This makes this package install flawlessly under Linux.
2003-05-24 19:26:24 +00:00
wiz
5508e517b1 + calamaris-2.58 [pkg/21662], xerces-c-2.2.0. 2003-05-24 19:23:40 +00:00
wiz
a4a05d5256 links{-gui,} update to 2.1.0.11. 2003-05-24 19:22:44 +00:00
wiz
70c2f91605 Update to 2.1pre11:
Correct parse_http_date (sponsored by Awite Bioenergie)
        Non-aggressive cache (sponsored by Awite Bioenergie)
        Refresh (sponsored by Awite Bioenergie)
        Support for 16-bit 565 RGB big endian (from dillo via pkgsrc)
        Fix for 24-bit RGB big endian (from dillo via pkgsrc)
2003-05-24 19:19:34 +00:00
jschauma
8efc4185a9 use ${INSTALL_INFO} rather than install-info, so that we don't accidently
use an old or non-compatible version that may be in the base system.
This makes this package install flawlessly under Linux, and even though it does
not directly address PR pkg/20880 (which I could not reproduce), it covers
similar problems.
2003-05-24 18:38:58 +00:00
salo
0ca23e301d Remove MPLAYER_USE_REALMEDIA, used by default on i386, powerpc and alpha. 2003-05-24 17:32:02 +00:00
salo
cc2450b7e2 Note graphics/realplayer-codecs and mplayer packages PKGREVISION++. 2003-05-24 17:30:20 +00:00
salo
69585192cf PKGREVISION++
Enable Real{Audio,Video} support on i386, powerpc and alpha by default, using
graphics/realplayer-codecs.
From Matt Green.
2003-05-24 17:27:10 +00:00
salo
f7e98eb193 Conflict with older realplayer-codecs packages. 2003-05-24 17:06:50 +00:00
salo
534c3e9cb6 PKGREVISION++
- install in alternative directory, don't conflict with RealPlayer8 package
From Matt Green.
2003-05-24 17:03:35 +00:00
salo
0bfab10efa Note chat/eggdrop update. 2003-05-24 16:48:32 +00:00
salo
0eebaf77f7 Updated to version 1.6.15.
Changes:

- use tar.bz2 distfile
- install documentation in proper locations
- install more docs
- fix PLIST for NOPIC and USE_INET6
- DESCR has 80 columns

1.6.15:
=======
- Support for the IPv6 protocol.
- Many bugfixes related to the transfer and filesystem modules.
- Several more functions have been exported for use by module coders.
- Updated UnderNet's max bans to 45, and EFnet's to 25.
- The nick bind is now triggered even if the nick is not on any channels
  (ie if the bot's nick changes before it's on a channel).
- Removed strict-servernames -- $server is now always the server's realname
  and $serveraddress is it's server list entry.
- Merged use-console-r and debug-output into one new setting named raw-log.
- Updated recommended Tcl version to 8.3.4.
- User-punishing and tcl_maskhost nor use matching banmasks regardless
  of strict-host.
- Updates to the 'autobotchk' script.
2003-05-24 16:43:05 +00:00
salo
7bac0876d0 Note www/amaya update. 2003-05-24 14:43:36 +00:00
salo
24971d36aa Updated to version 8.0.
Patch from Juan RP via PR pkg/21312.

Changes:

- USE_X11BASE->USE_X11

8.0:
====
New features:
- Access keys for activating menu entries (Alt + a letter) are now available
  on Windows versions.
- When the document defines an access key which is also used as a menu access
  key, Amaya gives the priority to the document access key. The user can
  change the modifier key (Ctrl instead of Alt) used by document access keys
  in the Preferences menu to avoid conflicts.
- Amaya now allows to create/change a link without using the mouse.

CSS
---
Bug fixes:
- Background images declared in style attributes were not displayed.
- The CSS parser didn't accept attribute values in selectors without quotes.
- CSS style sheets are reapplied when background images are loaded.
- @font-face could break the CSS parser.
- CSS rules contained in a style attribute were misplaced in the CSS cascade.
- Margins expressed as a percentage were not re-evaluated after some changes.
- When trying to link to a CSS file, the browser filter was not set to -.css.
New features:
- Support of the CSS property float.

SVG
---
Bug fixes:
- Amaya used the xlink:href defined by a SVG anchor instead of the xlink:href
  defined by the included SVG image.
New features:
- Support of all SVG transformations in the OpenGL versions. Transformations
  also apply to embedded XHTML and/or MathML elements.
- Support of SVG animation in the OpenGL versions. Embedded XHTML and/or
  MathML elements are animated too.

User Interface/Editing
----------------------
Bug fixes:
- Multi-script texts were misplaced in the structure view.
- When replacing an image by another image in a different format, the new
  image was not displayed.
- When two images followed each other immediately, it was impossible to insert
  some text in between.
- An existing image can be replaced using the image dialogue (image button or
  menu XHTML/Image).
- Partial redisplay of the background image didn't work correctly in Win32
  versions.
- Transparent images in Win32 versions.
- The combo box and history were not retaining the form data for GET requests.
- Amaya now looks first for the personal version of the fontconfig file in the
  user's work space.
- Background images are correctly redisplayed in all versions (GTK, MOTIF,
  Win32, OpenGL).
- When scrolling back, images with only one dimension constraint were not
  displayed correctly.
- Amaya crashed when opening the timeline view in the Spanish version.
- On Windows it was impossible to copy the content of the "Parsing errors"
  view.
- Some characters entered through the Math/Greek palette were not displayed
  correctly.
- Sometimes the text alignment was not correct.
- Sometimes Amaya displayed two selections.
- Copying text from another application and pasting it into Amaya preserves
  newlines.
New features:
- Support of attribute align="left" and align="right".

Tables
------
Bug fixes:
- Auto margins were computed too early when the document includes tables.
- Avoid to break the table rendering when CSS (or attribute) constraints are
  conflicting.
- Sometimes cells extended vertically were rendered too high.
- When the total of column widths expressed as percentage did not amount to
  100, tables were rendered badly.

HTTP
----
Bug fixes:
- Content-Location headers that gave a relative URL were not converted
  correctly into absolute URLs (related to publishing "page" rather than
  "page.html").
- When submitting a (X)HTML form from a document that had no charset, the form
  values were not translated into the document's default charset.
- Digest authentication failed when the server precised both auth and aut-int
  QoP values.
- When pipelining broke down, the connection to the server wasn't being
  closed. This opened the way to synchronization problems.

(X)HTML
------
Bug fixes:
- The xmlns attribute wasn't updated when Amaya saved a XHTML document as HTML (and vice
  versa).
- When the height of a <hr> element is limited to 1 or 2 pixels, a white line was displayed
  instead of a colored line.
- When pasting in a paragraph some text copied from another application, line breaks now
  generate new paragraphs.

MathML
------
Bug fixes:
- Amaya inserted "LeftArrow" instead of the mathematical operator "not".
- The semantics MathML element is now interpreted as a switch element and
  Amaya displays its first child it can interpret. That child may be an SVG
  construction.

I18N
----
Bug fixes:
- Arabic strings are now displayed with right glyphs.
- Alignment didn't apply correctly with Arabic and Hebrew documents.
- Examples of configuration files for Debian platforms are now provided:
  Amaya/config/fonts.gl.deb and Amaya/config/fonts.unix.deb
New features:
- New complete Spanish documentation provided by Bartolome Sintes.

XML
---
Bug fixes:
- The xmlns attribute was not removed when Amaya saved a XHTML document as
  HTML and it was not generated when Amaya saved a HTML document as XHTML.
- Amaya sometimes generated extra namespace declarations.
New features:
- MathML and SVG elements can now be inserted through the interface.
- Amaya now parses any generic xml element or attribute whatever its length.
- Migrated to the 0.95 version of the expat XML parser.

Annotations
-----------
Bug fixes:
- The Annotea date functions are now fully compatible with the ISO 8601
  format, as specified in http://www.w3.org/TR/NOTE-datetime.
2003-05-24 14:38:17 +00:00