Age | Commit message (Collapse) | Author | Files | Lines |
|
packages depending on this package e.g. "controlcenter".
|
|
changes:
-proxy support for CDDB lookups
-bugfixes
-use cdrtools-2.0
|
|
-use cdrtools-2.0 (probably no significant changes to the last alpha
release)
-prepare for xcdroast update to 098a13
|
|
|
|
|
|
New features:
* UTF-8 gnome-mime-data support
* NNTP module
* Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific
patch necessary any longer
Bug fixes:
* NNTP fixes
* Large file (64bit) support
* Build fixes
* C++ style comments corrected
* Miscelaneous fixes
* Fix memory leak for nested symlinks, avoid infite loop
* Detect OpenSSL libraries better
* Don't include <regex.h> to remove namespace clashes
|
|
|
|
This is a GTK+ program for tesing the quality of CRT screens. It displays
various patterns and allows you to estimate the quality of your CRT
monitor.
Provided in PR pkg/18006 by Greg A. Woods with some modifications by me.
Reviewed by wiz.
|
|
|
|
- Addition of a new variable, MACHINE, which is used to tell the program
the machine name. This is needed since NetBSD-current now automatically
adds this value to RELEASEDIR.
- Properly pass RELEASEDIR's value to make when building an X release
(pointed out by Douglas Brebner in private mail).
- Update the TODO list in the manpage: remove the X11R6 item and add a new
one about using build.sh to create and use a nbmake wrapper.
|
|
|
|
|
|
Too many changes to list them all here; see following for full details:
ftp://ftp.berlios.de/pub/cdrecord/AN-2.0
cdrecord:
-overburn option
Driveropts "burnproof" renamed to "burnfree"
CD-Text support.
cdda2wav:
Added -L to query freedb.freedb.org for CDDB information.
mkisofs:
Fix -graft-points.
Various fixes to HFS support.
libedc:
Performance enhancements.
libscg:
Various improvements to SCSI & ATAPI transports.
|
|
Approved by wiz.
|
|
installing local versions. Patch provided by Eric Gillespie
<epg@pretzelnet.org>, with minor modifications.
Bump PKGREVISION.
|
|
- When calling MOUNT_PRECMD, do not quote its arguments, so the pre-command
can determine which is the program that needs to be executed. Pointed out
by Douglas Brebner in private mail.
|
|
I *really* dislike how newapc changed from supporting INFO_RUNTIME
(runtime in minutes, which is what the UPS actually reports) to
INFO_BATT_RUNTIME (runtime in seconds, which is UPS result * 60),
because the latter is much less useful as a realistic guess (IMHO),
and because this broke my upslog format and ups monitoring stuff
that used '%VAR runtime'.
(Unfortunately, newapc is written in a way which precludes supporting
multiple results from the same 'UPS status code' (in this case
`j'), so we can't support both results at this time. I decided
that INFO_RUNTIME is more useful, because '81' (minutes) is easier
to "use" than '4860' (seconds))
|
|
- Set DESTDIR properly while building toolchain.
- Create HOMEDIR if not exists when copying the sample configuration file
(by the config target).
|
|
- Fix a typo in the yesno() function: add a missing question mark.
Approved by martti.
|
|
No changelog available though.
|
|
|
|
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
where tar(1) is pax(1). cdbkup needs several options that only exist in
GNU Tar (for now). Bump PKGREVISION to 1 because of the new dependancy.
|
|
|
|
...
Implemented the HASNOSOCKSECURITY compile-time
option. When it and HASSECURITY are defined, lsof
will be built to list only the user's open files,
but will also list anyone else's open socket files,
provided the "-i" option selects their listing.
Updated the Customize script to ask about setting
HASNOSOCKSECURITY. Left it undefined in all dialect
machine.h header files. This change was requested
by Kenneth Stailey <kstailey@speakeasy.net> for
use with ntop.
...
Improved lsof help (-h) and version (-v) information
reporting.
...
In order to the provide a simple pkgsrc hook for the new
HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS
setting (as a complement to the LSOF_MORE_SECURE option we already
have).
|
|
|
|
|
|
Packages Collection.
Provided in PR pkg/19458 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.
Documentation for cfengine, a very high level language for building
expert systems to administrate and configure large computer
networks.
|
|
from CHANGES:
* bump version, now 2.1.1.
* Update copyright notice.
* Update my mail address.
* Fix LP64 problem from NetBSD pkgsrc.
* Add kernel patch for NetBSD 1.6_STABLE, it should be OK on
NetBSD 1.6 release.
* Fix compile problem on FreeBSD 4.5 Release reported from
Naoki IDO <ido@hitachi-ms.co.jp>.
* Add kernel patch for FreeBSD 4.4 based on mail from
Yasuhiro Abe <abe@dzn.co.jp>.
* Convert shell script patching FreeBSD 3.4 into normal patch file.
* Add files for NEWLAYOUT style FreeBSD ports contributed by
yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu).
* remove package support for NetBSD since bkpupsd is now included
in NetBSD package collection.
|
|
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.
Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system
|
|
|
|
fakeroot creates a faked root environment for building tar (or other) packages with proper file ownerships and permissions as normal user
|
|
|
|
- When running install-kernel, unset DESTDIR variable so kernel is placed
in the right location.
|
|
- Added build-x-release target to build a full X11R6 binary snapshot. The
process works as an unprivileged user, keeping sources clean (using
mount_union(8)).
- Added install-x-sets target to install the sets built by build-x-release.
|
|
fam-2.6.9
added idle_timeout and nfs_polling_interval options to fam.conf.
[joup@bigfoot.com, wardle@sgi.com] (wardle@sgi.com)
use daemon() as an alternative to _daemonize() to background the
fam process if it is available.
[wardle@sgi.com] (wardle@sgi.com)
allow for different socket structure on FreeBSD and other small
changes to assist FreeBSD build.
[daverufino@btinternet.com, ports@geeksrus.net] (wardle@sgi.com)
fam-2.6.8
#include some standard header files to help build on FreeBSD.
(wardle@sgi.com)
improved group handling from IRIX.
(wardle@sgi.com)
untrusted user's GID is set to NOGROUP if getgrmember() gave FAM
an invalid or inconsistent GID.
(wardle@sgi.com)
should now handle strerror returning null.
(wardle@sgi.com)
initalize libtool earlier in the configure process to avoid binaries
being created with a .C extension on some systems.
[alexl@redhat.com] (wardle@sgi.com)
added libstdc++ to linker flags to make libfam always build as a
C++ library.
(wardle@sgi.com)
added CLEANFILES make target.
(wardle@sgi.com)
/etc/mtab (or equivalent) is now opened read-only.
(wardle@sgi.com)
Approved by wiz.
|
|
|
|
|
|
Change since 1.3: Set BSDSRCDIR, OBJMACHINE and MKOBJDIRS when calling
build.sh and nbmake, so object directories are created in the right place,
not inside the sources.
|
|
|
|
Mktemp is a simple utility designed to make temporary file handling in shell
scripts be safe and simple.
This package is in base system of *BSD so it's marked as:
NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*
|
|
Many changes, too many to list here.
See:
http://www.exploits.org/nut/release/1.2/new-1.2.1.txt
and (after installation):
/usr/pkg/share/doc/nut/UPGRADING
|
|
|
|
|
|
|
|
|
|
|
|
Vifm is a ncurses based file manager with vi like keybindings. If you
use vi, vifm gives you complete keyboard control over your files without
having to learn a new set of commands.
Features:
* Two file list windows.
* Bookmarks.
* User-defined association of file types/extensions with multiple
applications per extension.
* Visual mode for selecting files.
* User-defined commands.
Package provided by Stefan Walter in PR pkg/18010, with several
modifications by me.
Approved by wiz (thanks for your suggestions!).
|