Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
|
|
ghostscript-x11. Disable ghostscript5 and ghostscript5-x11.
|
|
package and includes support for outputting to X11 display devices.
|
|
better support for several color printers. Incorporates the "bonk"
color HP printer drivers. Also includes support for the Japanese
Vector Font library for JPDF display and for various Japanese printers.
Many thanks to itohy@netbsd.org for providing the VFlib patches.
Closes PR#9998.
|
|
|
|
facilitate correct dependencies involving older versions of ghostscript
for binary packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no changelog available in the tar.gz file. IIRC, the change was
about MX search order.
|
|
|
|
|
|
|
|
- All C++ style comments have been replaced by C style comments
- Incoming connections are now accepted again (lame bug created in 0.11 fixed)
- Slashes are replaced by backslashes in downloaded files names
- Downloaded files are no more created before we actually receive data for them
- Queued downloads can now be reordered by drag and drop
- Queued downloads can now be started at any time (using right mouse button on
them)
- Active downloads can now be forced to push mode, moved back to the queue,
or killed (with the output file removed) using right mouse button on them
- Preferences and configuration are now saved in a directory instead of a
single file. You can choose the path of the directory to be used by setting
the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella.
By default it will be ~/.gtk-gnutella/
- Estimated TR (Time Remaining) is displayed while downloading files
- Catched hosts are now saved in clear text in a separate file:
GTA_GNUTELLA_DIR/hosts
- Catched hosts can be imported from and exported to any text file (using
right mouse button on the gnutella host catcher)
- Gtk-Gnutella should now compile (using gcc) and run on more processors
- A few memory leaks removed, but some remain (I don't know where yet)
- Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow
nodes excedeed 1024 bytes has been fixed
- Completed download files are now moved to a different directory, that can be
choosen in the config screen
- Gtk-Gnutella now remembers the position and the size of the window
- Automatic sorting of search results can be stopped by right clicking in the
search results list (GTK doesn't seem to handle well auto sorting)
|
|
|
|
|
|
|
|
novelties compared with its ancestor, Caml Light, are:
* Full support for objects and classes -- here combined for the first time
with ML-style type reconstruction.
* A powerful module calculus in the style of Standard ML (but retaining
separate compilation).
* A high-performance native code compiler (in addition to a Caml
Light-style bytecode compiler).
TO BE DONE: install emacs mode, get native compiler working on ARCHs that
support it.
|
|
* Add note on how to update distfile, mostly taken from pkg_install pkg.
* Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want
to add it to doc/HACKS :)
|
|
can handle this without conflicts.
|
|
|
|
|
|
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
|
|
suggested by Pierre Bourgin <Pierre.Bourgin@lip6.fr>.
|
|
|
|
|
|
From: matthew green <mrg@cygnus.com>
|
|
Code submitted by Brett Lymn <blymn@baesystems.com.au>
(via Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>)
|
|
* don't change the name of cbreak to crmode if sun is not defined
Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas
Klausner.
|
|
overwriting the shared socks library with circular symbolic links. Remove
automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST.
Fixes PR 8969 by Claus Andersen.
|
|
|
|
Adapt fetching script to new website layout.
|
|
*) Added support for blocking connect()s by setting appConnTimeout to 0.
Non-blocking connect()s (the default) can be troublesome on some platforms.
*) Wrap the SIGPIPE handler manipulation code such that it is only applicable
to Apache releases prior to 1.3.6.
*) Minor tweaks for RUSSIAN_APACHE.
*) Dynamic updates:
Always restart a failed dynamic application if it is the last instance.
This means there once started there will always be at least one process
instance of a dynamic application.
Send PLEASE_START to the PM when a connect() results in an ECONNREFUSED.
ECONNREFUSED means the listen queue is full (or there isn't one). Asking
the PM to start (another) application instance may help empty it faster.
Change two sleep() calls to select() based snoozes because alarm() is in
effect and sleep() and alarm() don't always play nice together.
*) Fix -listen-queue-depth arg on FastCgiConfig (dynamic). Previously it
was ignored and the default was always used.
*) Allow the -initial-env argument to be used to pass variables from the
Apache process environment to the FastCGI server (by specifying a
variable name without the "=" or a value).
*) Improved script stderr handling.
*) Changed the default listen-queue-depth (FCGI_DEFAULT_LISTEN_Q) from
5 to 100. Its still configurable with the -listen-queue-depth option.
*) Fix a bug in FastCgiExternalServer that broke support for external servers
on other hosts.
|
|
PR 9774 by Michael Wolfson.
Adapt for new installation directory structure of postgresql package.
|
|
Fixes PR 9795 by Michael Wolfson.
|
|
|
|
due to fixed patches. Fixes PR 10026 by David Rankin.
|
|
|
|
|
|
|
|
|
|
of guessing whether or not a samba upgrade was overwriting my current
smbpasswd.
|
|
incorporated into the AbiWord main source tree. Changes from 0.7.8:
User Interface
+ Insert Symbol dialog (msevior@mccubbin.ph.unimelb.edu.au)
+ Word Count dialog (Sam Tobin-Hochstadt)
+ Overwrite Mode added (Alexey Sinutin)
+ Set Page Margins from ruler (Bruce Pearson)
+ Insert Field dialog (Henrik Berg)-- not fully enabled due to
pending changes in the underlying fields implementation.
Bug Fixes
+ The infamous libpng bug (Justin Bradford and Sam
Tobin-Hochstadt)
+ Underline/superscript fix (Martin Sevior)
+ View Ruler consistency (Kevin Vajk)
+ RTF CR/LF handing (Harald Fernengel)
+ Various Other Bugs: #522 (sterwill@sourcegear.com), #10 and
#811 (Sam Tobin-Hochstadt), #302 (Aaron Lehmann), #352
(Henrik Berg), #432 and #776 (Martin Sevior), #637 (Andy
Richardson), #651 (Matt Kraai), #770 (Matthew Allen), #782
(Danny Faught), #788 and #789 (Joaquin Cuenca Abela)
Other
+ Various localizations
+ Updated XML parser to version 1.1 (Sam Tobin-Hochstadt)
+ Mac port beginning (Bryan Prusha)
+ Lots of Gnome dialogs (John Tunison) -- no Gnome binaries for
0.7.9 but will be available in the next release
+ Command line conversions (Joaquin Cuenca Abela) -- for a
complete list, type AbiWord -help from a command prompt
|
|
INSTALL which have both been worked around in bsd.pkg.mk now.
|