summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2007-11-21We need to define VNODE_VFLAG and NCACHE_VROOT to build on olderapb2-4/+7
versions of NetBSD. Thanks to PR/37393 from Yakovetsky Vladimir for the hint.
2007-11-21Update checksums for patch-ad and patch-af, forgotten in previous commit.apb1-3/+3
2007-11-21Version 4.0.8xtraeme2-6/+6
21 November 2007 - add a startup check for amount of memory being greater than the possible address space; prevents user confusion on 32-bit systems that use addressing tricks to have >4GB total system memory. Thanks: Michael Kelly. - documentation updates
2007-11-21Make lsof build on NetBSD >= 4.99.33.apb2-16/+44
2007-11-19Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:tron3-14/+10
Move get_password() to Backend class to standardize. - Fix problem with ftpBackend to create target directory if needed. Note: this creates only one level. - Dropped ssh-command and added ssh-options to allow users to add options to the scp and sftp commmands. - Removed use of tempfile.TemporaryFile(). This fixes the restore problem on Windows that was due to Python bug 1776696 reported on Sourceforge. - Fixed Debian Bug#437694: Make bzip2 compression optional. The default is not to do bzip2 compression. To use bzip2 add the following command line option: --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9' Note: do not add spaces in the string value. - Fixed bug 20764 - unable to use port in ssh backend. https://savannah.nongnu.org/bugs/?20764 - Remove ssh_command option, add ssh_options. This adds options to the scp and sftp commands that are used by the ssh backend. - Change ssh backend to send 'quit' instead of EOF when using sftp. This allows it to run under cron as long as the password is supplied non-interactively. - Change ssh backend to not pass :port part of URL to scp or sftp. We already supply -oPort=xx for port.
2007-11-19SUBDIR+= psftoolsbjs1-1/+2
2007-11-19Import psftools-1.0.5.bjs4-0/+89
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2 (any width) formats are supported; the default output format is PSF2. Note that these programs share no code with the Linux console utilities (kbd). NOTE: One may use the psf2txt utility to generate data for inclusion in NetBSD's (or OpenBSD's) wscons built-in kernel font headers. Currently, the output requires some additional processing; I may add additional functionality in the future, though anyone who wishes to contribute patches is encouraged to do so! ;)
2007-11-17Make it build and run on amd64.bouyer4-11/+46
2007-11-17Reset maintainer for itojun's packages.wiz1-2/+2
2007-11-17Update p5-File-Copy-Recursive to 0.35.hiramatsu2-6/+6
Changes from 0.30: 0.35 Mon Aug 27 16:18:53 2007 - fixed rt 29008 0.34 Tue Aug 21 09:41:05 2007 - samecheck return; instead of croak; - remaining croak()'s to $! = .. return; 0.33 Thu May 10 12:19:36 2007 - Sorry missed this one w/ 0.32... rt 25529 0.32 Wed May 9 20:56:55 2007 - rt 26459 0.31 Wed Jan 24 16:42:15 2007 - Fixed "Uninitialized value in -e ... line 196" problem. (Thanks Ben Thomas) - Fixed similar issue in nearby code (use of $_[0] instead of $org) - removed pointless at best, vague problem at best !-e readlink() check from symlink patch from 21267 introduced in 0.26
2007-11-16Update to 1.2.0 and fix two bugs:dillo4-82/+29
- Only use index 1 as track boundary. Previously, the first index was taken as the end of the previous track and the last index as the start of this track. All sectors in between were silently dropped. - Stop output of a track *before* the first sector of the next track. Previously, the first sector was output twice, once as the last sector of the previous track, once as the first sector of the current track. Patches will be sent upstream shortly. Take maintainership, ok pooka.
2007-11-14Some users don't have "." in their PATH, for good reason.rillig1-2/+3
Solaris needs an extra -lm.
2007-11-12Work around a missing check for sys/param.h in configure, to make itdrochner2-1/+15
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier. Thanks to Gilles for testing the fix. (I'll report the missing configure check upstream.)
2007-11-12Remove batraq.anything3d.com and mishka.terabyte.com.ua from MASTER_SITES,wiz1-4/+2
they don't resolve. From Zafer Aydogan in PR 37334.
2007-11-12Remove fuf.sh.cvut.cz from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37333.
2007-11-11Added commented-out LICENSE=something.martti1-1/+2
2007-11-11This package doesn't compile on Dragonfly or Solaris 10, as confirmed byagc1-1/+3
bulk build results, so mark it as only for NetBSD/i386 and then add to this list as it gets ported to different operating systems.
2007-11-08add and enable renamejnemeth1-1/+2
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg4-8/+8
on gzip.
2007-11-05sync w/ base pkg (no change except version number)drochner2-9/+8
2007-11-05update to 2.20.0drochner5-16/+32
This switches to the new gnome-2.20 branch.
2007-11-05update to 2.20.1drochner4-12/+170
This switches to the new gnome-2.20 branch.
2007-11-05update to 2.20.0drochner26-1030/+620
This switches to the new gnome-2.20 branch. pkgsrc notes: -System dependant parts were reorganized upstream, in particular there if a subtree for FreeBSD now, and one for the other BSDs. I didn't pull in the DragonFly patches because I can't decide whether to base them on the freebsd or the rest. -I've changed the NetBSD code to use kinfo_proc2 almost completely. Some vm statistics reporting might be less accurate now because some fields in proc2 seem to be unmaintained by the current kernel (eg ixrss). -Also, some libgtop functions might be able to run in the non-privileged part now, but dealing with this would require even more #ifdefs, so we should consider setting up a private subtree as FreeBSD did. -I didn't verify with older NetBSDs; kvm_getproc2() has been in the tree for quite some time so I hope it will just work without the need for excessive "#if __NetBSD_Version__ > t".
2007-11-05Imported rename from PR 37280.rillig5-0/+44
Rename is a command-line rename tool. It can substitute, lowcase, upcase large numbers of file names, or change their ownerships. This is a quick and powerful tool written in C with extended regular expression support for searching and substituting pattern strings in filenames.
2007-11-05+ renamerillig1-2/+1
2007-11-05+ oakrillig1-1/+3
+ rename
2007-11-04Update Jason's email address here too.gendalia1-1/+1
2007-11-04Jason's address has changed.gendalia1-2/+2
2007-11-03update to 2.20.1drochner3-9/+13
This switches to the new gnome-2.20 branch.
2007-11-03Imported oak from pkgsrc-wip.rillig10-0/+671
Oak is a program that can be used to monitor syslogs from a collection of servers and notify operators when problem conditions arise. In addition to providing immediate notification of critical problems, oak will also batch less critical problems into summary messages that can be sent less often and via any medium. Packaged by jdwhite@jdwhite.org.
2007-11-01Files from DISTDIR should not be copied with the -p option, since theyrillig3-19/+9
could be write-protected by file flags, which makes it difficult to remove them with "make clean". While here, replaced some custom code with things that have been added to the pkgsrc infrastructure. This makes the Makefile a bit shorter.
2007-10-31generic-nonlicensegdt1-1/+2
2007-10-31update to 2.20.0drochner4-11/+14
This switches to the new gnome-2.20 branch. Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31Move CONFLICTS line to correct place.wiz2-4/+4
2007-10-30replace some deprecated use of SigC::slot() -- libsigc++-2.1 willdrochner2-1/+15
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30-- Add DESTDIR support.bjs4-11/+39
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST. -- Change some assignment operators to ?=, and: -- Add USE_BSD_MAKEFILE=yes to set those values. -- Bump rev.
2007-10-29Don't expect the OS to provide inb/outb, just define the assemblerjoerg3-20/+32
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-10-29Don't need to bump PKGREVISION as by default, options as on (i.e. same assborrill1-2/+2
before)
2007-10-29Add cgi and snmp options (on by default)sborrill3-13/+29
2007-10-29Update the user_darwin scripts to 20071026. This adds compatibility withrh5-18/+52
Darwin 9.x / Mac OS X 10.5 (Leopard), which no longer uses netinfo.
2007-10-28Regen (Linux-specific change for patch-aa)heinz1-2/+2
2007-10-28I forgot to commit distinfo since changed patch-ac...obache1-2/+2
2007-10-28Instead of removing the unportable inclusion of features.h marked it asheinz1-4/+15
specific to Linux.
2007-10-28Made CFLAGS and LDFLAGS overridable through the pkgsrc Makefile.heinz3-6/+26
Proposed by Christian Hattemer in PR pkg/37190.
2007-10-28Move patch location to maintain easy.obache1-6/+8
2007-10-28Fix typo (OPSYS => OSTYPE).obache1-7/+7
2007-10-27Update skill to 4.1.4.obache5-18/+55
Based on patch provided by Yakovetsky Vladimir in PR 36788. Add target for FreeBSD and Linux (and IRIX/OSF/AIX/HUPX, not tested). XXX: Should use distribution's Config script instead? 4.1.2: Minor feature enhancements This release features support for Cygwin. It validates on Solaris 5.9-10, HP-UX 11.23, and FreeBSD 5.3. There is an HP-UX 64-bit fix. The FreeBSD 5.x special proc handling was improved, and there were some minor cleanups. 4.1.3: Minor feature enhancements This release adds support for AIX v5. It has a work-around for a Solaris issue where the process open() call would hang. 4.1.4: Minor bugfixes skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread). Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
2007-10-26Add DESTDIR support. Split install -d command as it is not portable.joerg3-13/+23
2007-10-26Drop maintainership.wiz1-2/+2
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty