Commit graph

63009 commits

Author SHA1 Message Date
ben
589e46e4a1 Initial import of ivan-0.430, a graphical roguelike featuring deep gameplay. 2004-06-26 03:54:37 +00:00
hubertf
5f67629488 Commit patch from PR 25222 by Roland Illig:
* use strict mode (already found one error... hi wiz!)
 * add -q (quiet) flag
 * Identifie if patch files don't patch any or more than one file
2004-06-25 19:03:26 +00:00
abs
7cd5375a52 Update perl to 5.8.4nb1
On >= NetBSD 2.0, if PERL5_USE_THREADS is _not_ defined, add pthread to libs.
This does not make perl threaded, but permits it to link against libraries
which are. This makes p5-GD (which pulls in threaded freetype) work again.
2004-06-25 17:41:47 +00:00
wiz
fa20d9dd3b Remove unneeded chunk. 2004-06-25 17:25:01 +00:00
wiz
5bf123ca30 Note new ctorrent package. 2004-06-25 17:22:41 +00:00
wiz
28947f296e Add and enable ctorrent, provided by Ola Eriksson in PR 26047. 2004-06-25 17:22:05 +00:00
wiz
fed7c2d2cd Initial import of ctorrent.
CTorrent is a BitTorrent client written in the C programming language.
It currently runs on most Linux variants, MacOS and FreeBSD, but
hopefully on Windows as well! CTorrent is built as a console program,
which means that it doesn't require any graphical components (such as an
X server) on the machine you are running it on, you can even run it
remotely through a terminal if you wish.
2004-06-25 17:20:47 +00:00
adrianp
40167cf167 Note update gnuplot to 4.0.0
Note update gnuplot-nox11 to 4.0.0
2004-06-25 17:13:52 +00:00
adrianp
1cab4df5d2 Update gnuplot-nox11 to 4.0.0
Closes PR #25450 submitted by me.

Ok'ed wiz@/snj@/root (at) garbled.net

Thanks to xtraeme@ for fixing GD's X11 issues.

From the CHANGELOG:

 What's New
 ==========


 The list of changes is immense this time, so only the highlights
 can be given here.  For the full details, see the NEWS file or the
 ChangeLog, or look into the online version of the documentation at
 http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
 You'll quite probably have to (re-)read large parts of the
 documentation to learn all the details that have changed.


 Major changes visible to users:
 -------------------------------


 o Global Command syntax change: instead of 'set no...' it's now
   'unset ...'.
 o Commands 'set data style', 'set function style' and 'set linestyle'
   changed to 'set style {data|function|line}, respectively.
 o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
   plotting style.
 o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
   styles can be filled with solid colors or hatch patterns.
 o New plot style 'with filledcurves' to fill an area defined by a curve
   in solid colour.
 o Windows, X11, OS/2 and GGI interactive graphical terminals now support
   interaction with the plot window by mouse and hotkeys.
 o The "enhanced" mode has been generalized from PostScript to some
   other terminal drivers.
 o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
   surfaces plotted with them.
 o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
 o New function to query if a user-defined variable exists.
 o PNG and JPEG terminals using the GD library support libfreetype to
   use true-type fonts.
 o 'set label' can output a point symbol the comment refers to, and the
   text itself can be rotated by arbitrary angles (on some terminals).
 o The color of text elements can be changed.
 o 'set size ratio' now affects 3D plots, too.
 o The 'dgrid3d' can be switched between thin-plate splines and
   the older weighted averaging method, at compile time.
 o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
   encoding of user input.
 o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
   and supports changing linewidth by core gnuplot commands.
 o A native compilation option of gnuplot for Mac OS X is now part of
   the mainline source, using the 'aquaterm' driver [3].
 o Datafile comment character, column separator and decimal sign
   can be changed.
 o Arrows can be drawn with relative coordinates for the head, and the
   heads can be filled.
 o Allows 'set timefmt' independantly for each axis, and supports new
   '%s' format for seconds-since-1970 input.
 o Even more documentation misprints have been fixed, thanks to
   Shigeharu TAKENO


 Internal changes:
 -----------------


 o Reorganization of the entire source tree.
 o Broken into considerably more source files than before.
 o Large sets of related global variables have been collected into
   relatively few global data structures (the 'axis' array and a
   global 'key' data structure, e.g.).
 o The gnuplot_x11 driver no longer is installed in the PATH, to
   avoid confusion about it.
 o Scaling and ticking of time/date axes respects the fact that
   12 and 60 are not the same 10 or 100 much better.


 And, obviously, more bug fixes than could possibly fit into this
 narrow margin...
2004-06-25 17:09:27 +00:00
adrianp
5ef7a7fb34 Update gnuplot to 4.0.0
Closes PR #25450 submitted by me.

Ok'ed wiz@/snj@/root (at) garbled.net

Thanks to xtraeme@ for fixing GD's X11 issues.

From the CHANGELOG:

 What's New
 ==========


 The list of changes is immense this time, so only the highlights
 can be given here.  For the full details, see the NEWS file or the
 ChangeLog, or look into the online version of the documentation at
 http://www.gnuplot.info/docs/gnuplot.html#What_is_New_in_Version_4.0
 You'll quite probably have to (re-)read large parts of the
 documentation to learn all the details that have changed.


 Major changes visible to users:
 -------------------------------


 o Global Command syntax change: instead of 'set no...' it's now
   'unset ...'.
 o Commands 'set data style', 'set function style' and 'set linestyle'
   changed to 'set style {data|function|line}, respectively.
 o Colour-coded plots in 3D and simulated 2D through the new 'pm3d'
   plotting style.
 o Boxes drawn by plotstyles 'boxes', 'candlesticks' and boxed errorbar
   styles can be filled with solid colors or hatch patterns.
 o New plot style 'with filledcurves' to fill an area defined by a curve
   in solid colour.
 o Windows, X11, OS/2 and GGI interactive graphical terminals now support
   interaction with the plot window by mouse and hotkeys.
 o The "enhanced" mode has been generalized from PostScript to some
   other terminal drivers.
 o 'set hidden3d' mode accepts non-grid data and hides them behind gridded
   surfaces plotted with them.
 o Several new terminal drivers: EMF, PDF, SVG, GGI, epslatex, aqua.
 o New function to query if a user-defined variable exists.
 o PNG and JPEG terminals using the GD library support libfreetype to
   use true-type fonts.
 o 'set label' can output a point symbol the comment refers to, and the
   text itself can be rotated by arbitrary angles (on some terminals).
 o The color of text elements can be changed.
 o 'set size ratio' now affects 3D plots, too.
 o The 'dgrid3d' can be switched between thin-plate splines and
   the older weighted averaging method, at compile time.
 o Some terminals now support 'koi8-r', ISO-Latin-2 and CP-852
   encoding of user input.
 o Windows gnuplot recognizes the Unix/X11 style '-persist' option,
   and supports changing linewidth by core gnuplot commands.
 o A native compilation option of gnuplot for Mac OS X is now part of
   the mainline source, using the 'aquaterm' driver [3].
 o Datafile comment character, column separator and decimal sign
   can be changed.
 o Arrows can be drawn with relative coordinates for the head, and the
   heads can be filled.
 o Allows 'set timefmt' independantly for each axis, and supports new
   '%s' format for seconds-since-1970 input.
 o Even more documentation misprints have been fixed, thanks to
   Shigeharu TAKENO


 Internal changes:
 -----------------


 o Reorganization of the entire source tree.
 o Broken into considerably more source files than before.
 o Large sets of related global variables have been collected into
   relatively few global data structures (the 'axis' array and a
   global 'key' data structure, e.g.).
 o The gnuplot_x11 driver no longer is installed in the PATH, to
   avoid confusion about it.
 o Scaling and ticking of time/date axes respects the fact that
   12 and 60 are not the same 10 or 100 much better.


 And, obviously, more bug fixes than could possibly fit into this
 narrow margin...
2004-06-25 17:08:13 +00:00
gavan
507f20beb3 Note gaim update 2004-06-25 17:07:53 +00:00
wiz
ef65687ec6 Add two missing files to PLIST.
Reported by Kouichirou Hiratsuka in PR 26049.
2004-06-25 16:58:10 +00:00
wiz
e022edd783 prcs-1.3.3 update done. 2004-06-25 16:44:41 +00:00
wiz
a08e038d15 Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.
Changes:

Changes since version 1.3.2
* Make it work with gcc-3.2.

Changes since version 1.3.1
* Contrib reorganization.
* New contrib items.
* Convert to latest and greatest autoconf, automake versions.
* Implement automatic detection of gcc version 3 and apply the gcc3
  patch in configure.
* Apply a patch for compilation on Apple/Darwin (without gcc3).

Changes since version 1.3.0
* Fix the following bug: a repository inconsistency could arise when
  a checkin operation is aborted after the project's RCS version file
  has been updated but before the PRCS repository data file is updated.
* Fix a partial-checkin bug.
* Fix bugs related to deleted project versions.
* 'prcs info' now now prints summary information for deleted project
  versions.
* Patches have been included for compilation with GCC 3.0.x.
* Debian packaging.
* prcs.el improvements.
* prcs usage() reports to stdout instead of stderr.
* prcs.texi bug in 'prcs execute' example.
* contrib/prcs-clean improvements.

Changes since version 1.2.16
* Add new command 'prcs changes' command.
* Support for the new 'changes' command.
* Add new --version-log= option to 'prcs checkin'.
* Add new contrib package 'pck'.
* Add a new --no-keywords option to 'prcs populate'.
* Updated 'prcsutils' contrib package.
* Updated 'visualtree' contrib package.
* Fix a keyword-substitution bug.
* Upgrade to regex sources from glibc-2.2.4 for 64-bit support.
* Remove a declaration of abort() that was conflicting with the
  headers in RedHat 7.x and causing compilation problems.
* Fix for non-existant user/group handling in 'prcs admin access'
* Fix for checkin and merge commands to preserve the project file
  mode.
* Fix prcs.el to support Emacs 21.
* PRCS checks for proper versions of RCS and GNU diffutils before
  running--these checks were broken by GNU diffutils 2.7.2 and are now
  fixed.

Changes since version 1.2.15
* Incorporate new contrib submissions (rprcs, prcs-synch, visualtree,
  pfe and prcsutils).
* Previously, 'prcs config' would perform a sanity check on the
  configured RCS and diff commands to see that are indeed the GNU
  versions of those commands.
* After a successful merge, list all files which have merge conflicts.
  Merge "No Prompt" actions are now silent unless -L is specified, and
  "Do Nothing" actions are silent when -f is specified and unless -L
  is specified.
* Improve error reporting.
* The documentation stated that `:' was a valid character for major
  version names, although the program has never accepted this character.
2004-06-25 16:43:54 +00:00
wiz
8605f7b956 Add switch and voxel sourceforge mirrors, and reenable aleron,
since it is currently working.
2004-06-25 16:16:51 +00:00
seb
66ce2554bd gsed package updated. 2004-06-25 15:50:27 +00:00
jlam
bba20f1510 Cede maintainership to the hard-working people on tech-pkg@NetBSD.org. 2004-06-25 15:44:30 +00:00
jlam
c963f6ffa4 Whitespace nits. 2004-06-25 15:42:52 +00:00
seb
9ab1c05efa Note update of textproc/gsed to version 4.1 [many changes and a couples
of fixes]
2004-06-25 15:35:01 +00:00
seb
02518bb0ce Update to version 4.1.
Package changes:

* remove inclusion of converters/libiconv/buildlink3.mk,
devel/gettext-lib/builtin.mk will take care of that if needed.

Changes since last packaged version (4.0.9):

* // matches the last regular expression even in POSIXLY_CORRECT mode.

* change the way we treat lines which are not terminated by a newline.
Such lines are printed without the terminating newline (as before)
but as soon as more text is sent to the same output stream, the
missing newline is printed, so that the two lines don't concatenate.
The behavior is now independent from POSIXLY_CORRECT because POSIX
actually has undefined behavior in this case, and the new implementation
arguably gives the ``least expected surprise''.  Thanks to Stepan
Kasal for the implementation.

* documentation improvements, with updated references to the POSIX.2
specification

* error messages on I/O errors are better, and -i does not leave temporary
files around (e.g. when running ``sed -i'' on a directory).

* escapes are accepted in the y command (for example: y/o/\n/ transforms
o's into newlines)

* -i option tries to set the owner and group to the same as the input file

* `L' command is deprecated and will be removed in sed 4.2.

* line number addresses are processed differently -- this is supposedly
conformant to POSIX and surely more idiot-proof.  Line number addresses
are not affected by jumping around them: they are activated and
deactivated exactly where the script says, while previously
    5,8b
    1,5d
would actually delete lines 1,2,3,4 and 9 (!).

* multibyte characters are taken in consideration to compute the
operands of s and y, provided you set LC_CTYPE correctly.  They are
also considered by \l, \L, \u, \U, \E.

* [\n] matches either backslash or 'n' when POSIXLY_CORRECT.

* new option --posix, disables all GNU extensions.  POSIXLY_CORRECT only
disables GNU extensions that violate the POSIX standard.

* options -h and -V are not supported anymore, use --help and --version.

* removed documentation for \s and \S which worked incorrectly

* restored correct behavior for \w and \W: match [[:alnum:]_] and
[^[:alnum:]_] (they used to match [[:alpha:]_] and [^[:alpha:]_]

* the special address 0 can only be used in 0,/RE/ or 0~STEP addresses;
other cases give an error (you are hindering portability for no reason
if specifying 0,N and you are giving a dead command if specifying 0
alone).

* when a \ is used to escape the character that would terminate an operand
of the s or y commands, the backslash is removed before the regex is
compiled.  This is left undefined by POSIX; this behavior makes `s+x\+++g'
remove occurrences of `x+', consistently with `s/x\///g'.  (However, if
you enjoy yourself trying `s*x\***g', sed will use the `x*' regex, and you
won't be able to pass down `x\*' while using * as the delimiter; ideas on
how to simplify the parser in this respect, and/or gain more coherent
semantics, are welcome).
2004-06-25 15:17:55 +00:00
taca
3789dd179e Note update of converters/p5-Jcode package to 0.86. 2004-06-25 14:57:19 +00:00
taca
e8fd4148bf Update p5-Jcode package to 0.86.
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $
! Unicode/uni.c Unicode/uni2euc.h
  Flat-table representation of uni2euc is now segmented to paged
  tables so Visual C++ happy.  Also pages w/ undefined characters
  only are aggregated to shrink the table by more than 50%.
  Thank you, Takahashi-san.
  Message-Id: <006301c45664$a048cb20$0401a8c0@makoto>

0.85 2004/06/18 18:32:19
! Jcode.pm
  getcode() is now less likely to fail to detect utf-8
  Message-Id: <001901c45541$234adb00$0401a8c0@makoto>

2003/06/21 07:37:54
! Unicode/* Manifest
  Unicode XS is completely rewritten from scratch.  It is now
  even faster than Encode (but less general, of course).
  Instead of bsearch(), Unicode XS now uses flat lookup table
  Which makes it not only faster but (hopefully) more portable.
  Its only price is slightly larger size of the shared library
  (360kb on FreeBSD 4-Stable)
2004-06-25 14:55:02 +00:00
taca
789b67e947 Adjust docdir in configure. It should fix broken postgresql74-contrib
package in bulk build.
2004-06-25 14:51:23 +00:00
wiz
49ad748804 + asc-1.15.0, fox-1.2.5, gnumeric-1.2.13, leafnode-1.10.1,
mathomatic-11.2c, prcs-1.3.3 [pkg/26033].
2004-06-25 14:11:47 +00:00
wiz
371311d71a Note new p7zip package. 2004-06-25 13:57:32 +00:00
wiz
b761a7e8c8 Add and enable p7zip. 2004-06-25 13:56:56 +00:00
wiz
0e4d11b4d3 Initial import of p7zip.
p7zip is a port of the Windows program 7za.exe.

7za.exe is a file archiver with the highest compression ratio.
2004-06-25 13:56:12 +00:00
dmcmahill
f2b6b7c157 make sure we get BMAKE set when calling printdepends and printindex 2004-06-25 13:45:00 +00:00
jmmv
b758144f88 Note update of xmms-musepack to 1.00. 2004-06-25 12:50:00 +00:00
jmmv
716bd9cee0 Update to 1.00:
* Fixed a crash when playing non-existent files.
* Doesnt display an annoying message when xmms cannot play a file.
2004-06-25 12:48:43 +00:00
gavan
06d5fc8346 Update to 0.79:
New Features:
* Display name changes are now shown in the conversation windows.
  (Robert Mibus)
* Get Info on Yahoo! now works for nonenglish profiles.
  (Ambrose Li)
* General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
* Yahoo! Japan support. Click More Options and check Yahoo Japan
  in the account editor, to use your Yahoo! Japan account
* Gtk themes can now theme the Gaim buddy list independently of
  other things (Stu Tomlinson)
* Show timestamps now has a per-conversation option in addition
  to the global one, bringing it in line with the other conver-
  sation options (Stu Tomlinson)
* Added MSN buddy icons (Felipe Contreras)
* Added MSN file transfer (Felipe Contreras)
* MSN's idle state now actually sets a buddy idle
* Buddy pounce defaults are now more sane, and apply to the state the
  buddy is currently in. For example, if the buddy is idle, set
  "Return from idle" by default. The last action(s) used are the
  defaults for the next pounce
* Yahoo buddy icon support
* Selected buddy icons will automatically convert to the appropriate
  format for the protocol. (GTK 2.2 and higher only)
* Dragging an image file into the Modify Account dialog will set that
  as a buddy icon.
* Development headers for compiling third-party plugins are now
  installed. (Stu Tomlinson)
* Headers for gaim-remote now reside in gaim/ instead of
  gaim-include/.
* Basic YCHT support, which allows joining Yahoo! Chats when
  logged in using the web messenger method

Bug Fixes:
* Fixed Yahoo! authentication problems.  (Cerulean Studios)
* Non-looping animated icons no longer cause Gaim to freeze
* Flashing windows should work again for unix in window managers that
  support the URGENT hint (Etan Reisner)
* Better handling of character sets in RTF for Novell (Mike Stoddard of
  Novell)
* Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
* Fixed a crash in SILC that sometimes happened when resolving
  the buddy list (Pekka Riikonen)
* Parallel compiles of the perl plugin should work better
  (Stu Tomlinson)
* The disconnected UI op was called twice on connection errors. Now
  it is only called once. (Evan Schoenberg)
* Dragging into conversation windows works better
* Protocol-specific settings for accounts were being removed whenever
  the account was modified. Now they're only removed when the protocol
  type changes, as it should be.
* Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
* Rewrite of MSN buddylist support, which fixed a known syncronization
  bug and some others (Felipe Contreras)
2004-06-25 12:24:21 +00:00
adrianp
5d2679dbd2 Remove p5-Term-Readline as this was done by heinz@ on 23rd May 2004 based on a
patch I supplied. The PR has already been closed.
2004-06-25 09:26:12 +00:00
jmmv
0f264f39c3 Note updates of rhythmbox to 0.8.5 and gossip to 0.7.6. 2004-06-25 08:54:32 +00:00
jmmv
3d711ebbdf Update to 0.7.6:
* Lot of bug fixing gone into the Group Chats (Micke)
 * Drag contacts from roster to chat windows to start a chat (Micke)
 * Show new message icon as window icon when new message
   arrived (Sergey Dolgopolov)
 * Crash fixes (Micke)
 * Allow IP-numbers as hostpart of the JID (Fabio Bonelli)
 * Added copy&paste to chat windows. (Micke)
 * Fixed drawing error in chat windows tabs with certain themes
   (Geert-Jan)
 * Shrink chat windows after long messages has been sent
   (Micke, Lionel Henry)
 * Store log files as lowercase JID. (Micke)
 * Resubscribe support if subscription isn't both way (Ross Burton)
 * Show presence icon in new message popup list (Micke)
 * Added support for editing your own vCard (Martyn Russel, Micke)
 * New translations (en_CA, uk, eo, ar)
 * Updated translations:
   (lt, cs, en_GB, nl, ca, pt_BR, sv, zh_CN, da, pl, pt)
2004-06-25 08:52:39 +00:00
jmmv
d596563ef3 Update to 0.8.5. From Kouichirou Hiratsuka in PR pkg/26083.
* Metadata loading via Xine [Bastien Nocera]
* Don't crash on duplicate database entries [Colin Walters]
* Fix random crasher when using commandline args [Colin Walters]
* Fix small display, sourcelist, and browser keybindings to
  not conflict with HIG [Colin Walters]
* Actually include sk translation

New Translations
* is (Gunnar Steinn Magnússon)
* sk (Ivan Noris)

Updated translations
* az (Metin Amiroff)
* bg (Peter Slavov)
* el (Nikos Charonitakis)
* fi (Ilkka Tuohela)
* fr (Christophe Fergeau)
* it (Luca Ferretti)
2004-06-25 08:37:57 +00:00
sekiya
9d1aa29aec Add dvdauthor-0.6.10 2004-06-25 07:00:04 +00:00
sekiya
8b9ccb62e0 Add dvdauthor-0.6.10. 2004-06-25 06:58:42 +00:00
snj
57d77d78d6 thunderbird has been updated to 0.7 (thanks taya!). 2004-06-25 00:05:21 +00:00
ben
049919b62c Make note of shorten update. 2004-06-24 23:51:47 +00:00
ben
0876316a7e Upgrade shorten to version 3.6.0. 2004-06-24 23:50:54 +00:00
ben
53e3955f37 Make note of removal of gmodplay, iso-pernangband, and addition of lcab. 2004-06-24 23:35:35 +00:00
ben
834e7c9b02 Add new package lcab. 2004-06-24 23:32:21 +00:00
ben
23c669969a Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator. 2004-06-24 23:31:48 +00:00
taya
205e155323 note update of thunderbird & thunderbird-gtk2 to 0.7 2004-06-24 23:14:07 +00:00
taya
edac719898 Update thunderbird-gtk2 to 0.7
Here are the highlights for this release of Thunderbird:

* Smaller and Faster
The Windows Installer is now only a 5.9MB download. Significant
performance improvements on Windows, Linux and Mac OS X!

* New Themes and Extension Manager
Provides a convenient and secure way to manage and update the many
add-ons that set Thunderbird apart from other e-mail clients.

* Crash Analysis Tools (Talkback)
Help us help you! Integration with Mozilla Talkback allows users to
submit crash reports which makes it easier for us to find Thunderbird
top crashes.

* Other New Features...
New user interface for viewing vCards.

New Profile Manager which also supports running from a USB device.

Color quoting for quoted message parts.

Thunderbird now supports a user interface for creating multiple
identities per e-mail account. This makes it easy to have several
e-mail addresses which end up going into the same account.

* Recently Fixed Bugs
Fix for an occassional hang when reading IMAP mail over SSL.

Our LDAP support works against older version 2 LDAP servers again in
addition to version 3.

Thunderbird can handle mailto urls that contain raw spaces in the
subject.

Other bug fixes too numerous to mention!
2004-06-24 23:10:36 +00:00
taya
f01bf78aca Update thunderbird to 0.7
Here are the highlights for this release of Thunderbird:

* Smaller and Faster
The Windows Installer is now only a 5.9MB download. Significant
performance improvements on Windows, Linux and Mac OS X!

* New Themes and Extension Manager
Provides a convenient and secure way to manage and update the many
add-ons that set Thunderbird apart from other e-mail clients.

* Crash Analysis Tools (Talkback)
Help us help you! Integration with Mozilla Talkback allows users to
submit crash reports which makes it easier for us to find Thunderbird
top crashes.

* Other New Features...
New user interface for viewing vCards.

New Profile Manager which also supports running from a USB device.

Color quoting for quoted message parts.

Thunderbird now supports a user interface for creating multiple
identities per e-mail account. This makes it easy to have several
e-mail addresses which end up going into the same account.

* Recently Fixed Bugs
Fix for an occassional hang when reading IMAP mail over SSL.

Our LDAP support works against older version 2 LDAP servers again in
addition to version 3.

Thunderbird can handle mailto urls that contain raw spaces in the
subject.

Other bug fixes too numerous to mention!
2004-06-24 23:09:55 +00:00
ben
8dad1a2f3f Remove obsolete package iso-pernangband. 2004-06-24 23:08:41 +00:00
ben
242e42a687 Remove obsolete and unmaintained package iso-pernangband. 2004-06-24 23:08:22 +00:00
ben
2d8a51ab7a Remove obsolete package gmodplay. 2004-06-24 22:55:02 +00:00
ben
b9ed449797 Removing package because gmodplay is no longer maintained. For a
modplug-based player, see audio/xmms-modplug.
2004-06-24 22:54:27 +00:00