Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
o All lists in preferencs panel and inspector panel are sorted
in alphabetical order.
o Added a russian (ru) translation.
o Changed gettext DOMAIN from "FSViewer.app" to "FSViewer".
o Removed dependency from "proplist-compat.h".
o Comment out <sys/rlist.h> in FSUtils.c for FreeBSD 4.6.
o Revised the german (de) translation (now more "NeXTish").
o Changes in attribute inspector panel:
- Link label now changes color (black/darkgrey)
- File size is displayed in Bytes/KB/MB
o A selection change in file viewer lists now updates the
inspector panel.
|
|
|
|
|
|
* Bugs for detecting ALi chipset fixed.
* Further smoothing for plotting curves in xmbmon.
* SMBus accesses of VIA VT8237 and Intel ICH6 are supported.
* Problem related to select() system call fixed (by Tsuneyuki Sakano).
* The part of IO port read/write is unified into an gas in-line
assembler code (so, gcc with x86-gas is assumed!); a contribution
by John Wehle (john@feith.com).
* Changes to work on Solaris for x86 platform and others for
cleaning up the codes, contributed by John Wehle (john@feith.com).
* Others: Fixing small bugs.
|
|
"Miguel Mendez" <flynn@energyhq.es.eu.org>.
Changelog:
- All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK.
- The file dialog now uses the GtkFileChooser widget.
- All selections have been changed from GtkCombo to GtkComboBoxEntry.
- The user can now specify the SMTP port (defaults to 25).
- The remaining code was cleaned up (file.c and user_prefs.c).
Also added an extra patch to fix a small bug in the scrolled window code.
|
|
|
|
+ Use the mnttab(4) interface instead of mntent.
+ C++ syntax cleanups to appease the SunPro compiler.
+ Use MAXPATHLEN instead of NAME_MAX which can be unimplemented on strict
POSIX systems.
+ Use POSIX inttypes.h if BSD types are not available.
+ RPC includes and C++ namespace fixes.
+ Use dirent(3) instead of older sys/dir.h interface.
+ Avoid `sun' namespace collision.
Patch based on the work of Robert Lillack and others, described in
http://mail-index.netbsd.org/tech-pkg/2004/08/20/0005.html and tested with
SunPro and gcc.
|
|
|
|
the NOT_FOR_PLATFORM after confirming that it builds correctly with SunPro.
|
|
here. They include new applications (Desktop, Finder, Inspector), tons of
bug fixes, and feature enhancements. This closes PR pkg/28116 by Francois
Briere, thanks!
|
|
|
|
so use BUILDLINK_TRANSFORM to get rid of it.
|
|
amanda-*-2.4.4p4* packages.
|
|
Bug fix release and minor improvements:
new chg-iomega changer script.
amanda will not use a tape if it's label is not in the tapelist file.
amflush.c: Don't start a driver if nothing to flush.
amadmin.c: Call check_dumpuser() as soon as posible.
amadmin.c: Don't core dump if DUMPCYLE is too big.
dumper.c: Parse warning message.
|
|
|
|
|
|
Bump pkgrevision to 5.
It'd probably make sense to update this to the latest version (4.6.0).
|
|
|
|
|
|
xapply (Extended Apply) is an clever derivative of xargs and apply.
Using list or tabular input from one or more descriptors, xapply executes
a template command modified for each input. It supports simple split
on token expression, and has support (a la make -j) for running many
jobs in parallel.
|
|
was only added for Darwin support, only include it on that platform.
|
|
* Minor small improvements reported by users
* Change to make autoheader shut up with its warnings
* Include help headers in distribution
|
|
* Polish translation updated, thanks to S. Mikula.
* Fixed bug that caused GetSize to abort thinking it failed when
it really didn't.
* New versions of autoconf and automake adopted.
|
|
|
|
|
|
|
|
|
|
pkgsrc-wip.
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of computer data
across a network of computers of different kinds. In technical terms, it is
a network client/server based backup program. Bacula is relatively easy to
use and efficient, while offering many advanced storage management features
that make it easy to find and recover lost or damaged files. Bacula source
code has been released under the GPL version 2 license.
To Do: Split client/server package, add a frontend (gnome) package.
|
|
|
|
|
|
Pftop is a small, curses-based utility for real-time display of
active states and rule statistics for PF, the packet filter from OpenBSD.
|
|
Pfstat is a small utility that collects statistics for the OpenBSD
Packer Filter and produces graphs like mrtg, rrdtool or alike.
|
|
your own Live CD. Text by xtraeme@, I just formatted it.
|
|
Changes:
* Added two new options: PKGSRCDISTDIR and CHROOT_SHELL, to specify
distfiles directory and the shell to be used in the `chroot' target.
* Remove MESSAGE file, it's useless right now... because
the `menu.lst' file is created when the `kernel' target has been
invoked, with default values, ready to boot.
* Replace another `j' tar(1) flag with `z'.
|
|
* Russian translations updated. Thanks M. Zaripov.
* Added test for nested Move of directories. Thanks to John H.,
"m3", and F. Cosolete for reporting variants of this.
* Hopefully fixed broken logic in Copy that caused it to abort
too soon when skipping a directory. Reported by M. Bunkus.
* Fixed bug that caused DirParent to always (internally) look like
it failed, which stopped sequences from continuing past the
command. Reported by C. DeeDee.
* The SelectSuffix command will now use the first bareword argument
as the suffix. Suffixes are assumed to start with a period (.),
so running "SelectSuffix action=toggle bmp" will toggle the sel-
ection state of all files whose names end in ".bmp". This was
suggested by C. DeeDee.
* The left arrow key now exits the text viewer (suggested by
F. Cosoleto).
|
|
the build with GCC 2.95. While here, fix indentation of the lines modified
by the patch.
|
|
for inclusion into the OpenBSD ports system.
|
|
Changes:
It is now possible to drag and drop text files in the Fix section,
and they'll be automagically loaded. A new icon for the application
was created. Some parts of the UI code were cleaned up.
|
|
Changes:
* Added "include_cache" option (and documented).
|
|
and PHP5; no functional change, so PKGREVISION not bumped
|
|
|
|
adtool is a Unix command line utility for Active Directory
administration. Features include user and group creation, deletion,
modification, password setting and directory query and search
capabilities.
|
|
|
|
|
|
After talking with the author Roy Keene, my patches were applied:
* NetBSD support.
* No need to call free() in swapd_get_free_mem().
|
|
|
|
|
|
"Swapd" is a daemon that watches free memory and manages swap files. If free
memory drops too low, additional swap files are created. Additionally, if there
is too much free memory, swap files are deactivated and disk space may be
reclaimed.
|
|
|