summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+3
2003-02-16Add and enable wtail.salo1-1/+2
2003-02-16wtail does the equivalent of tail -f on several files at once. The screensalo5-0/+74
is split into as many parts as there are files to watch. Package submitted by Juan RP via PR pkg/20351 with modifications by me.
2003-02-15patch-aa is also tracked in GNOME's bug system.jmmv2-3/+6
2003-02-15- Note which GNOME bugs are tracking some of the issues we are currentlyjmmv10-129/+97
patching. - Remove useless patches that make maintenance harder. - Use glib's g_dir_* functions instead of hacking the local file method to use readdir. - Bump PKGREVISION to 1. Reviewed by wiz.
2003-02-15Updated to version 1.2.13.salo5-36/+40
Changes: - USE_PKGLOCALEDIR - don't hardcode -Wl,-E 1.2.13: ======= - Very minor changes: enforce no message popups during init_plugin(), and allow a " in mailbox passwords. - Contributions - Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code so monitors now have a native Mac interface. 1.2.12: ======= - Theme changing keyboard shortcuts changed to Page_Up/Page_Down. - Fix Linux APM to use ac_online status when battery status is unknown. - Allow spaces in remote mailbox username and password. - Get data for remote fs mounts in a thread. - Use data-suffix directories when running gkrellm -c or when in force-host-config mode. - Contributions o Nick Mitchell <firepile@speakeasy.net> patch: Fix IMAP login fail if password had certain chars. o Christian Rose <menthos--at--menthos.com> sv.po update. o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update. o de.po translation update. o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update. o Grigory Batalov <bga--at--altlinux.ru> ru.po update. o Chris <chris@starforge.co.uk> patch adds clock chime option.
2003-02-15Updated to version 0.1.54.salo2-6/+5
Patch from Juan RP via PR pkg/20351. Changes: BUGFIXES: ========= * progressbars problems also fixed for jvc/teac drives * de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de> * da.po update by Morten Bo Johansen <mojo@image.dk> * opens a popup window when the -dummy option is enabled, informing the user of this * multisession seems to have been broken for some time now, but I haven't had time to fix it NEWS: ===== * added an option for specifying the grace time * DVD-R Media support (Mark Bryars <mark@darkskiez.co.uk>)
2003-02-14Updated to 2.2.2. Changes since 2.0.4:jmmv13-185/+249
gnome-vfs 2.2.2 * Bugs fixed: + fixed memleak in monitors + fixed some ssh method problems + fixed some vfs moniker bugs gnome-vfs 2.2.1 * Bugs fixed: + Fixed deadlock wrt fam while adding many monitors + fixed memleak gnome-vfs 2.2.0 * Bugs fixed: + races and bugs in the GIOChannel support (Josh Parsons) * Featurelets + Added (disabled for now) gnutls ssl lib (Andrew McDonald) This will be enabled later when its been tested more. gnome-vfs 2.1.91 * Bugs fixed: + gzip header creation time + gnome_vfs_uri_extract_dirname crash + gnome_vfs_socket_buffer_peekc corrected gnome-vfs 2.1.6 * Bugs fixed: + fixed -lpthreads build failure (Owen Taylor) + Handle directory moves overwriting themselves (Alex Larsson) + Correct libdir handling (Frederic Crozat) * Featurelets + Deprecated gnome_vfs_mime_shutdown, gnome_vfs_loadinit, gnome_vfs_preinit and gnome_vfs_postinit. (Alex Larsson) + Lots of docs updates (Diego Gonzalez) + _ prefix internal functions. (Tim Janik) gnome-vfs 2.1.5 * Featurelets + Added GNOME_VFS_ERROR_NO_MASTER_BROWSER to GnomeVFSResult gnome-vfs 2.1.4 * Featurelets + gnome_vfs_open_fd() replaced console: method (Giovanni Corriga) Changes in the package: - Honor PKG_SYSCONFDIR. - Use GConf2's schemas.mk framework to register schemas.
2003-02-13move PLIST_SUBST and BUILD_DEFS outside ifdef(GNU_PROGRAM_PREFIX) andgrant1-2/+7
conflict with id-utils if GNU_PROGRAM_PREFIX == "g". noted by wiz.
2003-02-13- honour GNU_PROGRAM_PREFIX.grant2-83/+91
- USE_PKGLOCALEDIR. - bump PKGREVISION.
2003-02-13Bump PKGREVISION after previous change.jlam1-1/+2
2003-02-13Correct usage of r:... for BUILDLINK_TRANSFORM, and use the COPTX andjlam1-3/+5
LDOPTX variables to pass in our pkgsrc CFLAGS and LDFLAGS so that OSS works properly.
2003-02-12Make this work on Darwin. Use same ps option as NetBSD's one.yyamano2-1/+15
2003-02-10Use the platform MESSAGE handling that we have and improvegrant2-3/+9
the message.
2003-02-09Note on using this under solaris, by Michael Robinson <mhr_54@cox.net>hubertf1-0/+3
2003-02-05include freetype2 buildlink2.mk file so this can work on non-XF4 systems.dmcmahill1-1/+2
Problem noted in recent alpha bulk build.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-02-04do the right LIBTOOL thing to cure the "cannot find -liconv" symptomdrochner1-1/+3
should fix PR pkg/20190
2003-02-04Updated etcupdate to 20030204 (bin/20196).martti2-4/+4
2003-02-03Add kqueue support to lsof. Bump PKGREVISION to 1, making thisatatat6-2/+80
4.66nb1. This patch will be included in the next lsof release.
2003-01-31Update dvdrecord to 0.1.3nb1abs4-5/+114
Pull across scanbus patch from cdrecord
2003-01-29Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv1-1/+3
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam10-29/+30
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-27Miscellaneous fixes and improvements; crank version to nb1.ad12-47/+209
2003-01-27Updated etcupdate to 20030124martti3-7/+61
Add a new -a flag (automatically update files which have not been locally modified). Patch provided by Sverre Froyen in a private mail, slightly modified by me.
2003-01-26Add "shutdown" keyword to a couple of the daemons, so they're down beforefredb2-2/+4
the SIGHUP to all process causes them to reload their config files.
2003-01-25No reason to conflict with mkisofs, pointed out by Manuel Bouyer.toshii1-3/+1
2003-01-24Update grub to 0.93. Changes in this version:jmmv5-10/+41
* Define the behavior of the boot loader when the load end address is zero and the bss end address is zero in the Multiboot Specification. Also, add the support into GRUB. * Finally, we have a Bug Tracking System! Now the preferable way to report bugs is to use the BTS rather than sending e-mail to bug-grub. See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more details. * The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on the web <http://www.gnu.org/software/grub/grub-faq.html> instead. * The terminal handling code is rewritten radically, and many bugfixes are made at the same time. * The command "color" is effective even in the command-line. * The command "terminal" takes two new options, ``--no-echo'' and ``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back input characters. If you specify ``--no-edit'', GRUB will disable the BASH-like editing feature. These options are useful when using an intelligent terminal (such as the comint mode in GNU Emacs). * The utility ``grub-md5-crypt'' prompts to retype a password and checks if the passwords match. * Support for booting Linux is rewritten, so GRUB now supports large-EBDA systems. * The menu interfaces supports Page Up, Page Down, and Right Key. * New command "terminfo", for vt100-incompatible terminals. * New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2003-01-23change naming scheme for cdrecord-xcdroast to avoid explicite CONFLICTsdrochner2-4/+5
in the future, as proposed by Matthias Scheler in PM
2003-01-22Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.kristerw3-6/+9
Changes since 0.4.0 include: + added Portuguese (Brazilian) translation thanks to Eduardo Aguiar + pause/resume support - don't count time while stopped + stop output when resumed in the background + terminal size change support + bugfix: <=> indicator no longer sticks at right hand edge
2003-01-19- s/INSTALL_MAN/BSD_INSTALL_MAN/ in patch-ac, remove unnecessary MAKE_ENV.salo4-10/+9
- restore Id in patch-ab and remove dollar signs around it
2003-01-17Add and enable dvdrecord.toshii1-1/+2
2003-01-17Initial import of dvdrecord 0.1.3 into the NetBSD packagestoshii6-0/+58
collection. Dvdrtools is a fork of cdrtools, with the primary goal of supporting writable DVD drives.
2003-01-15Update gcombust to 0.1.53. Changes include:rh3-31/+33
Version 0.1.53 Oct 27 2002 BUGFIXES: * de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de> * pl.po update by pbs <pbs@linux.net.pl> * added a space in the progresswindow * vol id can be max 32 chars * progressbar problems occuring with more recent cdrecord versions fixed NEWS: * autostart option (for HFS images) ------------------------------------------------------- Version 0.1.52 Jul 08 2002 BUGFIXES: * fixed compilation error on non-Linux platforms * updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>) * 'Compute Estimate' could fail when only one file was added, reported by Goetz Waschk <waschk@informatik.uni-rostock.de> * de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de> * the fix for broken (patched) GTK+ versions broke when using completion (pressing tab), fixed, also fixed some other small usability bugs caused by the fix NEWS: * added a "default number of pathcomponents to ignore/include", suggested by "John L. Males" <software_iq@TheOffice.net> * added "Overburn" option ------------------------------------------------------- Version 0.1.51 May 26 2002 BUGFIXES: * check for a valid data cd before reading the ISO info when the "Info" button is pressed in order to avoid blocking (suggested by "John L. Males" <software_iq@TheOffice.net>) * the fix for broken (patched) GTK+ versions broke on some locales, remade the fix in another way * de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de> NEWS: ------------------------------------------------------- Version 0.1.50 May 23 2002 BUGFIXES: * gives a better error message if one attempts to burn a non-existant image * various other error message improvments * started on support for "Re-load disk and hit <CR>" drives, but it is not yet working * de.po update + english spelling fixes (Goetz Waschk <waschk@informatik.uni-rostock.de>) * changing the cd size with "Try harder" enabled could essentially lock the X-server while recomputing (bad X, bad GTK!), fix by Goetz Waschk * the HFS options behaves badly no more * RH7.3 and then Debian sid included a patch to GTK+ which broke gcombust when adding directories (thanks to Oskar Liljeblad <oskar@osk.mine.nu> for suggestions) * no longer complaints about non-existing paths when clicking cancel in the prefs window (suggested by "John L. Males" <software_iq@TheOffice.net>) NEWS: * Polish translation by pbs <pc2000@poczta.onet.pl> * added an "Info" button for ISO images too, suggested by "John L. Males" <software_iq@TheOffice.net>
2003-01-13Synch PLIST with reality to fix problems seen in Huberts latest bulk-build.jschauma1-269/+107
2003-01-11Actually PKG_SKIP_REASON would be better -- suggested by wizcjep4-8/+8
2003-01-11Use PKG_FAIL_REASONcjep4-8/+8
2003-01-10Include buildlink2 glue code for "libiconv" to fix build problems intron1-1/+2
packages depending on this package e.g. "controlcenter".
2003-01-10update to 0.98alpha13drochner4-29/+13
changes: -proxy support for CDDB lookups -bugfixes -use cdrtools-2.0
2003-01-10update to cdrecord-xcdroast098a13-2.0:drochner2-6/+8
-use cdrtools-2.0 (probably no significant changes to the last alpha release) -prepare for xcdroast update to 098a13
2003-01-10USE_PKGLOCALEDIR=yescjep5-9/+14
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+28
2003-01-09Update gnome-vfs to 1.0.5. Changes include:rh7-194/+42
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
2003-01-08Add and enable screentest.jmmv1-1/+2
2003-01-08Initial import of screentest, version 1.0.jmmv7-0/+79
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.
2003-01-08Remove superfluous Ns.wiz1-2/+2
2003-01-08Update sysbuild to 1.9. Changes include:jmmv4-22/+35
- 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.
2003-01-04Fix configure process.cjep3-5/+45
2003-01-03Remove cdrecord-devel as cdrecord is now a newer version.lukem11-341/+1