Commit graph

6830 commits

Author SHA1 Message Date
jlam
076fee6654 Note update of lang/perl58 and addition of lang/perl58-thread. 2004-04-26 04:47:21 +00:00
snj
d38dced91d Added swiggle-0.3.2. 2004-04-26 03:30:46 +00:00
minskim
b17c80ac18 Correct version number in the last osh entry. 2004-04-26 01:22:36 +00:00
recht
b41361a72d - clamav-0.70 2004-04-25 21:40:29 +00:00
recht
ea57b19443 Note update of clamav to 0.70. 2004-04-25 21:39:56 +00:00
minskim
f5fa431514 Update osh to 040216 and enable pkgviews installation.
This closes PR pkg/25314.

Changes:
	* Made various changes to hopefully improve the clarity.
	  Added COMPATIBILITY, HISTORY, and NOTES sections.
	* Made changes to how the shell handles terminating `\' characters
	  w/ the `-c' and `-t' flags.  This is a simple extension of the
	  same behaviour exhibited when the shell is interactive or when it
	  executes a command file, the only difference being that where a
	  terminating `\' character causes the shell to read the next line
	  of input in an interactive shell or command file, w/ the `-c' and
	  `-t' flags the shell terminates w/o executing the command line.
	* Allow parameter substitution w/ the `-c' and `-t' flags.  This
	  feature is not documented.  For example, invoking the shell as
	  follows allows parameter substitution to take place:
	  % osh -t one two three
	  echo $0 $1 $2 $3
	  -t one two three
	* The shell now ignores SIGINT and SIGQUIT when the `-c' or `-t' flag
	  is used.  Thus, asynchronous commands invoked in this way ignore
	  interrupts as they should.
	* Ignore SIGINT and SIGQUIT for all commands started from asynchronous
	  subshells.  For example, `( sleep 300; some_command ) >outfile&' now
	  ignores `^C' and `^\' as it should.
	* Don't ignore SIGINT and SIGQUIT for asynchronous commands started
	  in command files.  If a command file is terminated by one of these
	  signals, the asynchronous commands should also terminate.
	* Reverted a change made to termination reporting in osh-040216 that
	  was not actually compatible w/ the V6 shell.
	* Always terminate the shell when read(2) fails.
	  This fixes a possible infinite loop.
	* Fixed a bug in the parser that caused syntactically incorrect
	  subshell commands not to be detected as such when preceded by
	  redirection arguments (e.g., `<infile >outfile ( | )').
	  This bug was introduced in osh-040216.
	* Fixed possible buffer overflows in substparm(); added a new error
	  message, "Too many characters", and made other changes necessary to
	  properly deal w/ the new error condition.  This problem had been
	  present since at least osh-020214.
	* Made some changes to how globbing is handled by the shell.
	  Specifically, glob(3) should only be called when an argument contains
	  unquoted occurrences of any of the glob characters `*', `?', or `['.
	  Previously, it was being called for every argument of an external
	  command.  This change improves run-time performance slightly as
	  judged by time(1) and information returned by getrusage(2).
	* The above-mentioned change also allows the following compatibility
	  feature.  Added globbing compatibility when the shell is compiled
	  w/ -DCLONE so that when no matches are found a diagnostic,
	  "No match", is printed.
2004-04-25 15:49:57 +00:00
tron
10796b6afd Add missing entries for version 1.6nb1 and 1.6nb2 of the "mozilla" package. 2004-04-25 13:22:36 +00:00
dillo
b7b6103d35 +intercal-0.24 [dillo] 2004-04-25 12:12:39 +00:00
minskim
233c36b93e Update p5-HTML-SimpleParse to 0.12.
Bl3ify and enable pkgviews installation.

Changes since 0.10:
 - Clarify the relationship between this module and HTML::TreeBuilder
   in the documentation. [suggested by Gisle Aas]
 - Moved regression tests from test.pl to t/basic.t
 - Use Test.pm to output testing results.
 - Avoid an 'undefined value' warning when creating a SimpleParse
   object with an empty string.
 - Fixed a problem that caused an infinite loop in certain bizarre
   (and as yet unduplicated by me) situations.  Reported by Peter Suschlik.
 - Added a Build.PL script to build & install via Module::Build.
2004-04-25 06:03:51 +00:00
xtraeme
b2ba79064b s/USE_X11BASE/USE_X11/ in graphics/gdk-pixbuf. Bump PKGREVISION. 2004-04-25 04:15:43 +00:00
kim
e3e6e30db8 Add mstream-0.2:
Mstream is an mserv player package for queueing tracks to an IceS MP3
stream source. It consists of a player script for mserv and a playlist
handler module for IceS. It supports the NEXT and STOP commands in
mserv. It also supports title streaming with metadata from your mserv
database.
2004-04-25 00:35:06 +00:00
danw
fe7b21597b add tripwire 2.3.1 to suggested updates (to help fix 22362) 2004-04-24 18:26:09 +00:00
kim
b6cdbc264f Added ices-mp3-0.3:
IceS is a source client for a streaming server. The purpose of this
client is to provide an audio stream to a streaming server such that
one or more listeners can access the stream.
2004-04-24 18:11:18 +00:00
jschauma
276c88ae1d Note update of bbweather to 0.6.2 2004-04-24 18:10:27 +00:00
minskim
e75aaf902f Update Xrandr to 1.0.2.
Changes:
  * Makefile.am: Pass -no-undefined to libtool via LDFLAGS.  Add
    -lXext and -lXrender to LIBADD.
2004-04-24 16:53:38 +00:00
minskim
addd63a8ff Update mathomatic to 11.0d.
Changes:
  - Removed some simplification optimizations in favor of correctness
    and simpler code.  Minor slowdown.
  - Doubled "MAX_COMPARE_TERMS".
  - Simplify order poly_div then smart_div reversed.
  - Kludge for size checking in poly_div removed.
  - Broke "am.in".  Edited.
  - Added "simplify poly" option to do poly_div first.
2004-04-24 15:44:19 +00:00
wiz
cd49ca8f46 + bidwatcher-1.3.15, joe-3.0, mathomatic-11.0d, mkvtoolnix-0.8.8,
nosefart-2.1, tcpreplay-2.1.0.
2004-04-24 14:35:07 +00:00
jmmv
3c1f7fc9be Note update of gaim to 0.77. 2004-04-24 09:30:58 +00:00
jmmv
6cbfd90444 Note update of gnome-pkgview to 1.0.6. 2004-04-24 08:10:41 +00:00
schmonz
af4cf6a01c Note PKGREVISION bump of qmail (badrcptto patch, qmail-pop3d rc.d script). 2004-04-24 05:30:50 +00:00
snj
748f13a01e Updated xkbd to 0.8.5nb1. 2004-04-24 00:46:41 +00:00
wiz
2101d5b55e Note gmngview update to 1.0.7. 2004-04-24 00:38:20 +00:00
reed
ad63b80827 pkglint now reports if sees etc/rc.d in Makefile or PLIST.
Should use RCD_SCRIPTS mechanism (which can automatically
install to ${RCD_SCRIPTS_EXAMPLEDIR}) which automatically
registers the rc.d script(s) in the PLIST.

New version is 3.73.
2004-04-24 00:17:19 +00:00
itojun
d644595c5b net/nsd 2004-04-23 18:43:37 +00:00
xtraeme
5aad919b20 Added screws. 2004-04-23 16:11:05 +00:00
wiz
8950a4eda3 + bind-9.3, crimsonfields-0.4.2, postfix-2.1.0, source-highlight-1.9. 2004-04-23 12:05:12 +00:00
minskim
48267d7159 The author confirmed that the problem caused by gcc optimization was
fixed.  Return to default optimization level.

Bump PKGREVISION.
2004-04-22 23:45:54 +00:00
ben
ae7cafcda8 Make note of mailsync update to version 4.4.4 2004-04-22 23:44:06 +00:00
dillo
1eba4aea12 note update of arj to 3.10.20 (improvements and bugfixes) 2004-04-22 20:18:05 +00:00
wiz
c4e9e4386c + apcupsd-3.10.13, bidwatcher-1.3.14, cervisia-2.1.2, idesk-0.5.6,
libesmtp-1.0.3, liferea-0.4.7c, xplanet-1.0.6.

- audacity-1.2.0 (thanks, ben)
2004-04-22 19:41:54 +00:00
seb
06ac4c42ce Note update of net/flow-tools to version 0.67 [many bug fixes and some
new features]
2004-04-22 15:36:31 +00:00
wiz
eeef6ad2dd -libtool (thanks, tv). 2004-04-22 14:50:22 +00:00
tv
037aca4148 libtool -> 1.5.6 2004-04-22 14:41:03 +00:00
abs
03cbc8ffc3 Update cpuflags to 0.67:
- Add 'Intel Mobile Pentium 4' from Benedikt Meurer
	- Fix exclusion of -fomit-frame-pointer mozilla-gtk2 in optimize_gcc.mk
2004-04-22 12:00:43 +00:00
tron
4ddc0bb7de Note update of "ocaml" package to version 3.06nb6 and update of
"lablgtk" package to version 1.2.6nb1.
2004-04-22 09:22:13 +00:00
jmmv
13e2fd89aa Note update of rhythmbox to 0.8.1. 2004-04-22 09:07:53 +00:00
fredb
16b25c8ff6 clamav-0.68.1 is done. clamav-0.70 is out, AND all previous versions will
no longer be able to utilize a newly downloaded database begining April 24,
three days from now.
2004-04-22 03:26:41 +00:00
wiz
c1e2b5f13d Note update of cdrtools-ossdvd to 2.01a24. 2004-04-21 21:48:19 +00:00
minskim
169d579959 Update mathomatic to 11.0c.
Changes:
  - Fixed HTML mode "screen_rows" and "screen_columns" to be unlimited.
  - Allow square brackets ([]) as parentheses and optimized parser.
  - Simplification was improved.
2004-04-21 21:26:25 +00:00
taca
020e3533e9 Note update of misc/p5-File-MMagic pacakge to 1.22. 2004-04-21 17:23:28 +00:00
recht
fc0442216b Note update of gail to 1.6.1. 2004-04-21 16:04:43 +00:00
jmmv
d44e9aafcd Note update of anjuta to 1.2.2. 2004-04-21 15:02:26 +00:00
adam
79ac465036 Updated ImageMagick to 6.0.0-2 2004-04-21 13:51:49 +00:00
seb
6b7f264508 Note update of devel/cvs2svn to version 0.927 [bug fixes and improvements] 2004-04-21 12:48:00 +00:00
dillo
aa11c72da8 update scsh to 0.6.6 (bug fixes and improvments) 2004-04-21 12:09:49 +00:00
xtraeme
5f009fd358 Update libevent to 0.8
Changes:

0.8:
    * Buffered event abstraction to make writing network applications
      easier; see libio for the predecessor of this idea.
0.7c:
    * Bug fixes in Linux epoll and poll support.

0.7b:
    * 3-clause BSD-license.
    * Experimental support for real-time signals. Likely to be buggy.
    * Experimental support for Windows from Mike Davis.

0.7:
    *  Requires level-triggered epoll patch for Linux epoll support.
2004-04-21 10:37:07 +00:00
xtraeme
c1a5ef62f2 - honeyd-0.8b already in pkgsrc :) 2004-04-21 10:31:48 +00:00
salo
96ac6dad25 Note textproc/aspell-slovak update. 2004-04-21 08:43:35 +00:00
dillo
0b99d20f31 remove glade2 and libcroco (thanks jmmv!) 2004-04-21 01:22:18 +00:00
wiz
a63c33a1ae -freesci (thanks dillo). 2004-04-21 01:10:37 +00:00