Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
names are used regardless of the process ID.
|
|
|
|
10.26 Using pkgsrc on non-NetBSD (Linux, Solaris, Darwin, MacOS X)
|
|
Changes are:
- Apply a patch posted on the homepage to avoid problems when
backing up PalmOS3.5 devices
- Make PKGNAME dewey conform
|
|
Problem report and patch sent to the xpdf author.
|
|
|
|
This was provided by Martti Kuparinen, modified slightly by myself. This
also links the component plugins statically in mrproject, the idea taken
from the FreeBSD comments on the mrproject mailing lists by Joe Clarke.
Note that ORBit 0.5.13nb1 is necessary for this package to work properly
(so that a maximum of IOV_MAX iovecs are sent at a time to writev(2))
MrProject is a project management program that can help build project plans,
and track the progress of a project.
|
|
|
|
No ChangeLog/NEWS are available.
|
|
|
|
patch-ad has been sent to bind-bugs@isc.org.
|
|
|
|
changes are available at http://www.isc.org/products/BIND/bind8.html
|
|
a prototype for waitpid() in the theme-switcher capplet.
|
|
Changes unknown, package changes:
* the c-preprocessor should now correctly chose whether to build big-endian
or little-endian specific code
* added support for NetBSD native audio API
|
|
Changes are unknown. Package changes:
* the c-preprocessor should now correctly chose whether to build big-endian
or little-endian specific code
* added support for NetBSD native audio API
|
|
in pkg/16016.
Relevant changes since 1.2.0:
* Fixed transparency in the GIF loading code
* Added support for the IFF (LBM) image format
* Fixed transparency in 8-bit PNG files
* Added support for loading XPM image data directly
|
|
update MAINTAINER address. Both from pkg/16012 by Ben Collver.
|
|
exists rather than just adding a DEPENDS.
|
|
Set LOCALSTATEDIR to ${X11PREFIX}/var/gnome to prevent the package from
installing scrollkeeper files where they don't belong. Another step in
the continuing uphill struggle to close PR pkg/13057.
Bump package revision to nb1.
|
|
Juergen Hannken-Illjes.
|
|
Daemon for maintaining the accuracy of computer clocks
This packages was supplied by Juergen Hannken-Illjes in PR pkg/15729.
|
|
|
|
window is closed via the window manager and fixes PR pkg/15561 by
Matthias Buelow.
|
|
|
|
- many bug fixes
- improved GUI
- experimental bidding daemon
|
|
|
|
fails under NetBSD 1.5.3. Problem noted by Matthew Green in PR pkg/15954.
|
|
fails because otherwise the next invokation of the "update" target will
not attempt to remove the package again. Fix provided by Aaron J. Grier
in PR pkg/15827.
|
|
Highlights of the new release:
* numerous bugfixes
* stamina affects ability to throw heavy things
* objects merge in containers
* several small refinements to race/role separation
* more feedback about skill advancement from #enhance command
* "autodig" option
* option for starting without a pet
+ many more, read doc/fixes34.0
Old savegames naturally don't work, so make sure you finish old ones
before upgrading the package.
Also fixes the rest of pkg/15717 by Bernd Ernesti. Solution was the same
as what Thomas Klausner used to fix angband (ie. simply duplicate the
patches)
|
|
Report downlevel pkg_install version, too (in -i mode).
Requested by gendalia and agc.
|
|
|
|
by me. From the DESCR:
Clara OCR is a free (GPL) Optical Character Recognition (OCR) program
for systems that support the C library and the X windows system (e.g.
most flavours of Unix). The development platform of Clara OCR is
32-bit Intel running GNU/Linux.
Clara OCR is intended for large scale digitalization projects. It
features a powerful GUI and a web interface for cooperative
digitalization of books. Clara OCR development started in 1999 and
is approaching production quality.
Features:
Converts pbm/pgm image files to text (ISO-8859)
Can process scans in batch for large documents
Can run from the command-line
Is relatively easy to train
Non-features:
Is not "omnifont"; you must train it for each document
Does not scan the images
Does not support unicode
Cannot read handwriting
|
|
as suggested by Johnny Lam
-don't try to build the "locale" module - it doesn't work anyway
-pull up a fix from Python CVS to get more consistent math exceptions
(eg pow(1e-200,2) vs. math.pow(1e-200,2))
This will be part of 2.2.1.
|
|
PR pkg/15775 by Kimmo Suominen.
|
|
|
|
|
|
in connection with pkg/15403.
From the DESCR:
Anjuta is a versatile Integrated Development Environment (IDE) for
C and C++ on GNU/Linux. It has been written for GTK/GNOME, and
features a number of advanced programming features. It is basically
a GUI interface for the collection of command line programming
utilities and tools available for unix. These are usually run via
a text console, and can be unfriendly to use.
|
|
|
|
|
|
|
|
|
|
Drawing editors for PostScript, TeX, and web graphics
|
|
for the nudge, Martti.
|
|
2.3 Thu June 28 12:00:00 2001
- New Feature: template tags can now span lines. (Roland Giersig)
- New Feature: new() option 'filehandle'. (Roland Giersig)
- Bug Fix: includes were broken in some cases using scalarref
templates. (Lance Thomas)
- Bug Fix: recursive include detection was broken for scalarref
templates. (Mark Stosberg)
- Bug Fix: cleaned up more 5.004 warnings. (Jere Julian)
2.4 Mon August 27 12:00:00 2001
- Bug Fix: case_sensitive option broke loops (Peter Leonard)
- Bug Fix: code-ref params now work with IF and UNLESS
2.5 Fri Feb 01 12:00:00 2002
- Bug Fix: global_vars fixed for loops within loops
- Bug Fix: include paths were broken under Windows (David Ferrance)
- Bug Fix: nested include path handling was wrong (Gyepi Sam)
- Bug Fix: MD5 signatures for file cache corrected (Martin Schroth)
- Bug Fix: print_to was broken for tied filehandles (Darren Chamberlain)
- Doc Fix: added mailing-list archive URL to FAQ, added link to
tutorial, fixed typos and formatting
- Doc Fix: added reference to new HTML::Template website at
http://html-template.sourceforge.net/
|
|
- Build and install shared libraries "libav" and "libavcodec".
- Fix "ffserver" to search its configuration file in "${PKG_SYSCONFDIR}".
- Install "ffserver.conf" configuration to example and not into
documentation directory.
Bump package revision to 1 after these changes.
|
|
calls writev(2). Some of the applications which use ORBit, such as
oaf, can send 1214 iovecs, which is slightly more than IOV_MAX. Add a
wrapper for writev(2), to check the number of iovecs passed to writev,
and loop, sending MIN(IOV_MAX, count) until the iovecs have all been
written.
|