Commit graph

36491 commits

Author SHA1 Message Date
cjep
b3d617efda Whitespace nit. 2002-12-16 12:42:58 +00:00
cjep
e505ee80a9 Update to 1.9.0 (from Dawid Szymanski in PR#19235).
Changes from 1.8.9:
* SMS gateway changes.
2002-12-16 12:35:54 +00:00
jmmv
4ee38de58a Note Xft2-2.1 addition. 2002-12-16 12:11:02 +00:00
jmmv
c5f07f3098 Add and enable Xft2 2002-12-16 12:09:35 +00:00
jmmv
936ef7ff8c Initial import of Xft2-2.1. Description follows:
Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.

Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.

Approved by wiz.
2002-12-16 12:08:42 +00:00
wiz
f949c4c851 Add -lm to link line -- don't understand why it's needed now but wasn't needed earlier. 2002-12-16 12:07:22 +00:00
lukem
a867192a26 abcde 2.0.3nb2 (FLAC support) 2002-12-16 11:52:14 +00:00
cjep
6f159335bc Update to 1.9.0 (from Dawid Szymanski in PR#19235).
Changes from 1.8.9:
* SMS gateway changes.
2002-12-16 11:47:52 +00:00
wiz
1fe45789b6 wget-1.8.2 update. 2002-12-16 11:43:13 +00:00
wiz
c95848b8ed New evolution, some PRs noted. 2002-12-16 11:42:08 +00:00
wiz
41b7dd1e72 Update to 1.8.2, with the recently discovered security problem
already fixed (patches from RedHat RPM).

Note: this package does not support IPv6 any longer, since no
updated IPv6 patch for wget-1.8.2 exists (to my knowledge).
The next major wget release is expected to contain IPv6 support.

Uservisible changes since 1.7:
** A new progress indicator is now available and used by default.
You can choose the progress bar type with `--progress=TYPE'.  Two
types are available, "bar" (the new default), and "dot" (the old
dotted indicator).  You can permanently revert to the old progress
indicator by putting `progress = dot' in your `.wgetrc'.

** You can limit the download rate of the retrieval using the
`--limit-rate' option.  For example, `wget --limit-rate=15k URL' will
tell Wget not to download the body of the URL faster than 15 kilobytes
per second.

** Recursive retrieval and link conversion have been revamped:

*** Wget now traverses links breadth-first.  This makes the
calculation of depth much more reliable than before.  Also, recursive
downloads are faster and consume *significantly* less memory than
before.

*** Links are converted only when the entire retrieval is complete.
This is the only safe thing to do, as only then is it known what URLs
have been downloaded.

*** BASE tags are handled correctly when converting links.  Since Wget
already resolves <base href="..."> when resolving handling URLs, link
conversion now makes the BASE tags point to an empty string.

*** HTML anchors are now handled correctly.  Links to an anchor in the
same document (<a href="#anchorname">), which used to confuse Wget,
are now converted correctly.

*** When in page-requisites (-p) mode, no-parent (-np) is ignored when
retrieving for inline images, stylesheets, and other documents needed
to display the page.

*** Page-requisites (-p) mode now works with frames.  In other words,
`wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
and all the files that they need to be displayed properly.

** `--base' now works conjunction with `--input-file', providing a
base for each URL and thereby allowing the URLs in the file to be
relative.

** If a host has more than one IP address, Wget uses the other
addresses when accessing the first one fails.

** Host directories now contain port information if the URL is at a
non-standard port.

** Wget now supports the robots.txt directives specified in
<http://www.robotstxt.org/wc/norobots-rfc.txt>.

** URL parser has been fixed, especially the infamous overzealous
quoting.  Wget no longer dequotes reserved characters, e.g. `%3F' is
no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
which are not reserved are still escaped, of course.

** No more than 20 successive redirections are allowed.
2002-12-16 11:39:00 +00:00
jmmv
041925f0c5 Regen: previous distribution file contained too much garbage and was
recreated.
2002-12-16 11:29:43 +00:00
martti
760022460b Updated cyrus-sasl to 1.5.27nb4 2002-12-16 10:55:44 +00:00
martti
5fc154101c On NetBSD use /dev/urandom insted of /dev/random (PR#19275).
Bump PKGREVISION.
2002-12-16 10:55:03 +00:00
frueauf
85a3514dd1 Note update of ethereal to 0.9.8. 2002-12-16 10:54:47 +00:00
frueauf
0f917df5dd Update ethereal to 0.9.8. This fixes the security problems outlined
in pr pkg/19406 by Adrian Portelli.
2002-12-16 10:53:28 +00:00
uebayasi
13c40bf380 Guile 1.6.1 + SWIG 1.3.27. 2002-12-16 09:58:49 +00:00
tron
21acec9fc7 Fix patch problem caused by CVS Id in diff context. 2002-12-16 09:32:01 +00:00
tron
37989de5a7 "xpaint" was updated. 2002-12-16 09:29:57 +00:00
tron
b4f5a61315 Note update of "xpaint" package to version 2.6.7. 2002-12-16 09:29:39 +00:00
tron
d0c2422c00 Update "xpaint" package to version 2.6.7. This version fixes several bugs
found since version 2.6.2, adds several new features including french
language support and has a Xaw95 based user interface.
2002-12-16 09:29:12 +00:00
salo
4e528fa8a9 Add TEE and TSORT (required for bulk builds). 2002-12-16 09:18:56 +00:00
lukem
73a0728cec Add support for encoding to FLAC. Initially based on
http://www.bagu.dhs.org/abcde-2.0.3-flac-patch
but with some serious improvements by me (including documentation
updates, and in-line addition of vorbis comments with flac -T ...).
Bump PKGREVISION.
2002-12-16 05:14:28 +00:00
schmonz
5279b8c64b Add DATE, FGREP, NICE. 2002-12-16 05:07:21 +00:00
cjep
515a05cc27 Whitespace fix. 2002-12-16 00:27:48 +00:00
markd
02fa72205c These should have been deleted along with the other R-* packages.
Now part of the base R distribution.

Thanks wiz for noticing (as ever).
2002-12-15 22:30:35 +00:00
wiz
7ab09484f4 Sort. 2002-12-15 22:14:14 +00:00
wiz
85d609d55b cyrus-sasl2, nxtvepg, w3m done (thanks); add lame and mhonarc. 2002-12-15 22:07:41 +00:00
cjep
66f0c03b35 Upgrade of devel/bison to 1.75.
Changes since 1.35 (too many to mention here, please see the
ChangeLog in the bison source distribution):
* GNU m4 is now required.
* Various bug fixes.
* intl source removed.

NetBSD pkgsrc changes:
* Change of maintainer thorpej->cjep.
2002-12-15 19:41:24 +00:00
tron
ad63ae610b Remove "pine-4.50" from the update list. 2002-12-15 18:02:26 +00:00
jmmv
420c7962c3 Note buildtool update to 0.8. 2002-12-15 17:23:46 +00:00
jmmv
358991d52f Update buildtool to 0.8.
Changes in 0.8, state: alpha
----------------------------

    * Full  rewrite  of Buildtool's  own  build  system, which  should
      improve maintenance and portability.

    * New module bt_install, which provides a portable install program
      to not depend on specific system details to do installation.

    * New pthread.subr module  for bt_config, which provides functions
      for  automatic detection  of  a pthreads  implementation in  the
      current system.

    * Added checks  in bt_config: bt_check_func, to  check for generic
      functions (not  specific to any library),  and bt_check_type, to
      check for the presence of a generic type.

    * Fixes in  bt_config's loadable  module support. It  was severely
      broken in the previous version.
2002-12-15 17:22:37 +00:00
grant
b7ea6897ca +rxvt-2.7.9 2002-12-15 14:58:05 +00:00
grant
9cecc71356 update MASTER_SITES. 2002-12-15 14:55:21 +00:00
salo
1449f89b48 Add DATE and NICE (required for bulk builds). 2002-12-15 13:03:02 +00:00
jmmv
19e8456dc2 Regen. Author has recreated configure and Makefile.in files with newer
versions of automake/autoconf.
2002-12-15 11:59:22 +00:00
magick
36fcfd8067 Remove obsolete patch 2002-12-15 11:32:02 +00:00
magick
e0742ef639 Note update of nxtvepg to 2.4.2 2002-12-15 11:30:21 +00:00
magick
7fec6d740f Correct install-path for app-defaults. Should work now without
xpkwedge.
Update to 2.4.2.

Notable changes are:
* Fixed keyboard input handling for various configuration dialogs: popup menus
  can now invoked by ALT-<underlined char>
* Implemented redundancy removal in description texts of French
  providers (e.g. multiple "Au sommaire: ..." paragraphs). (Note that
  these repetitions exist because both a short and long version of the
  programme description is broadcasted; nxtvepg displays these
  together, but in TV sets they would normally appear on different
  pages)
2002-12-15 11:28:54 +00:00
jmmv
e87dd85550 Note smpeg update to 0.4.4. 2002-12-15 10:02:16 +00:00
jmmv
52f5fed45a Update smpeg to 0.4.4.
Changes since 0.4.3:
* Fixed some hangs that occurred when seeking in MPEG files
* Reworked the looping code - it should work better now
* Fixed memory leak when sound was disabled
* Widened initial search for audio streams in MPEG files
* plaympeg now shows the name of the MPEG file in the caption
* Added a check for the socklen_t type (thanks Michael Pruett)
* Fixed crash with incorrectly encoded macroblock sequences
* Fixed crash when the MPEG file can't be opened
* Fixed crash in gtv when seeking without a file loaded

Patch provided in PR pkg/19389 by Juan RP, with some minor modifications
by me.
2002-12-15 10:01:39 +00:00
salo
047886d903 Do not use commands directly, use ${COMMAND} instead.
Remove continuous blank lines.
2002-12-15 02:49:37 +00:00
salo
4ff76ecb85 Add FGREP. 2002-12-15 02:12:32 +00:00
dmcmahill
930d23a75c note update of cad/verilog to 0.7 2002-12-15 01:58:06 +00:00
dmcmahill
fe2c5b1c95 update to verilog-0.7
This release represents many bug fixes, expanded language coverage,
greatly enhanced xilinx fpga synthesis and several performance enhancements.
The complete list is rather long.
2002-12-15 01:57:12 +00:00
seb
5dcda1ae5b If USE_DB185 is _not_ defined we actually want db2: introduce _NEED_DB2
to help sort this out.
2002-12-15 01:48:45 +00:00
taca
6e1eb8c978 Previous commit breaks pkgsrc on NetBSD current since OS_VERSION isn't
pure numeric value "1.6K".

So, sperate ".if" directive comparing OS_VERSION into two ".if" directives.
2002-12-15 01:15:24 +00:00
schmonz
a582dc31ff Default to USE_INET6 = NO on Darwin < 6.0, whose IPv6 bits are a red herring. 2002-12-15 00:40:29 +00:00
jmmv
d2432283b1 Note pkg_comp update to 1.2. 2002-12-14 23:29:12 +00:00
jmmv
0a620d2df5 Quote $? variable in a here document, so it is not expanded during its
generation. Pointed out by Stoned Elipot. Bump version to 1.2.
2002-12-14 23:27:50 +00:00