summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2000-10-23Add and enable stow.agc1-1/+2
2000-10-23Initial import of stow, a GNU, Perl-based package, which manages symlinkagc5-0/+36
farms, and performs the same job as Carnegie Mellon's depot program, albeit in a simpler manner. Used to administer many packages at the same time in a single tree. Closes PR 11264.
2000-10-21reorder lines to be more pkglint-friendlywiz1-4/+4
2000-10-20Defined deprecated symbol "unix" used in various sources.tron1-1/+2
2000-10-19Update {g,}mc to 0.4.51. This is a maintenance release from version 0.4.50jlam25-383/+236
and has no list of changes. Restructure packages to use a common Makefile and patch directory. Set the maintainer to me, as this is a non-trivial change. Compile in the samba vfs code.
2000-10-19Add vidc-toolsabs1-1/+2
2000-10-19Add vidc-tools-1.0abs10-0/+93
Tools for the VIDC console used by NetBSD/arm32 on RiscPC - blanktime Screen blank control for arm32 virtual consoles - mkbeep Generates a waveform for the beep device - setdisplay Set display resolutiion and depth for arm32 virtual consoles - setkbd Set and report the keyboard autorepeat rate
2000-10-19Add sysgenabs1-1/+2
2000-10-19Add sysgen-1.0abs5-0/+34
sysgen reads DEC Qbus or UNIBUS device names from standard input, assigns CSR addresses and interrupt vectors to the devices according to the DEC standard algorithm for auto-configuration, and prints the resulting list of allocations to standard output. The program attempts to conform to the CONFIG command of the VMS SYSGEN program, but has simplified output. Specifically, it does not print information about VMS device naming and support.
2000-10-18Update cdrdao to 1.1.4. Closes PR 11245 by Wolfgang Rupprechtrh3-18/+20
<wolfgang@wsrcc.com>. Changes include: o Created new 'toshiba' driver for 'read-toc'/'read-cd' with Toshiba CD-ROM drives. o Added full multi session support to the 'cdd2600' driver. o CD-TEXT is written without any copy protection flags now. o Added CDDB access to add title and artist data as CD-TEXT to an existing toc-file. The direct cddbp and the http encapsulated protocol is supported. o Added support to better handle disks written in track-at-once mode with 'read-cd' and 'read-toc' (see options --tao-source and --tao-source-adjust). o Fixed bug that prevented recording of pure data CDs with the recent HP and Sony recorder models in single session mode. For multi session mode the restrictions mentioned in the README are still valid. o Fixed 'unit not ready' problems after writing with the 'generic-mmc' and 'generic-mmc-raw' driver. o Toc-files with tracks that are shorter than 4 seconds will be recorded if option '--force' is given. o Some of the command line options are now saved to a settings file "$HOME/.cdrdao" if option '--save' is given. o The driver database is now kept in an external file so it is possible to update the database between the cdrdao releases. Actual driver database files will be available from http://cdrdao.sourceforge.net/drives.html#dt o Added new option '--keepimage' which keeps the created image file after the command 'copy' finishes. o Fixed bug in CD-TEXT reading code: CD-TEXT fields with empty strings were only read for the first track. o Driver 'generic-mmc': If the power calibration fails the recording process will be aborted now. o Driver 'generic-mmc-raw': Added explicit power calibration.
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled1-1/+2
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-10-17Add fix4SA110rev2abs1-1/+2
2000-10-17fix4SA110rev2 modifies arm32 binaries in an attempt to work aroundabs5-0/+41
StrongARM rev2 problems It attempts to identify the instructions that will cause problems and moves them to a safe location. The "safe" location is final page of the text (code) segment of the executable, which normally has some spare bytes before the start of the data segment. Having moved the instruction, it then puts a branch to the new location where the old instruction used to be so that things will continue to work.
2000-10-17mention PKGNAME in IGNOREwiz1-2/+2
2000-10-16Clean up input handling.wiz3-26/+120
Patches provided by Brett Lymn in private mail.
2000-10-15Update gcombust to 0.1.36. Changes include bugfixes, updated translationsrh2-4/+4
(fr, de, ru), and a config option for lpr command.
2000-10-15Update gcombust to 0.1.35. Changes are:rh2-4/+4
BUGFIXES: * hu.po update (narancs1@externet.hu) * es.po update (Gorka Olaizola <olsago@jet.es>) * added some checks that make sure the supplied image name is really a image and not just a directory as it seems to confuse people... * file selection loading for renamed files now works * CFLAGS was ignored by the generated src/Makefile. "oops." * added a few gtk_main_iteration() calls NEWS: * config option for multisession and multisession path by Sacha Arnoud <Sacha.Arnoud@france.sun.com>) * test of multisesssion cd validity (based on a patch by Sacha Arnoud <Sacha.Arnoud@france.sun.com>) (atm Linux specific), can be turned off with a config option * Added eject/close cd-r to the File menu (based on a patch by Hayden James <hjames@stevens-tech.edu>) * added a driveropts=burnproofs option * added support for cdrecord's -waiti option, thus enabeling the making of all sessions on a multisession cd on-the-fly
2000-10-15Update lavaps to 1.15. Changes from version 1.10:jlam4-15/+25
* The display can now be lozenge-shaped (the way a real lava lamp is). This is controlled by the "lozenge" resource. * FreeBSD now drops setgid privileges. * Fixed bugs in handling .lavapsrc files. * In some cases lavaps would go into infinite blob growth or shrinkage. * Process control (nice, renice, kill) added. * Some of the "halo" around lozenge windows fixed. * Dependence on an external ``whoami'' program removed. * Process name added to proc menu. * Handling of window decorations (the ``halo'' bug) mostly cleaned up. * Shaped windows can now be disabled completely. * Fix for the "infinite growth on start" bug that occurred if no geometry was specified.
2000-10-13Update to 1.5:kim3-5/+6
- support for rpcbind and postfix - detect cron death (and other cron messages)
2000-10-12Make sure that -Wl does the right thing on a.out.skrll2-8/+2
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3 Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
2000-10-07Fix obvious typo which breaks startup.mason1-2/+2
2000-10-06Honor CFLAGS passed in from environment.jlam2-5/+10
2000-10-05This pkg is only for NetBSD 1.4 and 1.4.[12], no need on 1.4.3.hubertf2-3/+4
Pointed out by Havard.
2000-10-04Add & enable c++rt0hubertf1-1/+2
2000-10-04The default NetBSD/sparc /usr/lib/c++rt0.o is compiled -fpic. Thishubertf5-0/+49
means it can only handle offsets up to a certain size, and can fail to work in large programs. Compiling -fPIC allows larger offsets and should permit large programs to function. This package allows most of pkgsrc on NetBSD/sparc 1.4.x systems. XXX I *think* that libtool needs to be rebuilt after installing this!
2000-10-04Take advantage of bsd.prefs.mk.toshii2-4/+10
2000-10-02Update to 1.5.3nb3:abs9-167/+223
Always pass %s to syslog to avoid potential format string exploit. (Action based on alert by Pekka Savola on Bugtraq)
2000-09-26Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD testagc1-3/+3
in post-install target.
2000-09-26Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, whichagc1-10/+16
can either be defined or not. This governs the installation of the floppyd binary in the mtools package. The floppyd program needs the SM and ICE libs from the X11 distribution to link (floppyd's authorisation model to enable remote access to floppy drives closely resembles that of X11's xauth model). Modify the mtools Makefile accordingly.
2000-09-26ELF lib fix for floppyd, which is only built on systems that actuallyhubertf2-6/+24
have X installed, so a USE_X11=yes would be overkill, as it prevents using mtools on systems that don't have X installed.
2000-09-15Sort and compare with print-PLIST, so it should be right now.kim1-18/+19
2000-09-15This thing installs bin/floppyd_installtest tookim1-1/+2
2000-09-15mcat is a symlink to mtoolskim1-1/+2
2000-09-15Use pkgsrc libtool not internal one.skrll3-21/+18
Remove unnecessary versionsuffix dependency on libamclient.
2000-09-13Fix #ifdef's to make the program compile even if rsaref's des.h is installed.wiz2-1/+15
Fixes pkg/9835 by Michael Wolfson.
2000-09-10Install man page for readcd; add cross-references to supplemental man pageswiz4-4/+26
to cdrecord.1. Fixes pkg/10335.
2000-09-09Don't find any installed pthreads packages. Addresses pkg/9835.wiz2-6/+42
2000-09-09add @dirrm share/cfenginewiz1-1/+2
2000-09-07add and enable tkcronwiz1-1/+2
2000-09-06Remove patch made unnecessary by passing correct flags to configure.jlam1-30/+0
2000-09-06Pass correct flag names to configure script. Regenerate patch-sumjlam2-5/+5
to remove patch-ab.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-09-03patch-ab isn't in the repository, so remove it from the patch-sumwiz1-2/+1
2000-09-03s/\.$//wiz1-1/+1
2000-09-03remove duplicate / in DEPENDS pathwiz1-2/+2
2000-09-03remove trailing whitespacewiz1-2/+2
2000-09-03add RCS Idwiz1-0/+1
2000-09-03install documentationwiz2-4/+8
2000-09-03Fix the install script so it also works with NIS.veego2-10/+18
Based on the cyrus-imapd changes.
2000-09-02add missing -Wl,-R for hotkey (noted in hubertf's latest bulk build)wiz2-4/+15
XXX: /usr/X11R6 was and is hard-wired -- someone should fix this. :)