summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2010-01-24Added LICENSE information.heinz5-5/+10
2010-01-24Add 2-clause-bsd licensehubertf1-2/+27
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz2-2/+4
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-22Enabled installation to DESTDIR.heinz1-1/+3
2010-01-22Added LICENSE information.heinz1-1/+2
2010-01-20Bump PKGREVISION for gupnp/gssdp API changes.wiz1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz25-46/+50
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz19-34/+38
2010-01-16Added LICENSE.heinz2-2/+4
2010-01-16Update to 2.01.01alpha72:wiz2-6/+6
2.01.01alpha72: Cdrecord: - The CDRWIN cue sheet parser has been enhanced to give better error messages: - There are now hints on what is missing in the CUE file - The error message now also contains the column where the problem was detected - Allow cdrecord to compile again on a pre-C99 compiler (there was a variable delaration past a statement in a function. - A description for the *.inf file fomat was added to the cdrecord man page - New (previously missing) CD-Text tags have been added to auinfo.c (*.inf file parser): Albumsongwriter= Albumcomposer= Albumarranger= Albummessage= Albumclosed_info= Note that these tags do not appear in the CDDB database. Cdda2wav (Maintained/enhanced by J - New arg "all" to -t option. cdda2wav -B extracts all audio tacks into separate files cdda2wav -tall extracts all audio tacks into a single files - cdda2wav now by default writes a file "xxx.cdtext" with raw binary CD-Text data in case cdda2wav was told to retrieve CD-Text. - A new option -no-textfile allows to disable the creation of the file "audio.cdtext" This version of cdda2wav creates a file "audio.cdtext" or similar (depending on the set up file name base) in case that there is CD-Text on the medium and that the drives supports to read the CD-Text data with MMC SCSI commands. - Fixed a bug in cdda2wav that caused cdda2wav to set up the file name base too late. This resultes in the files "audio.cdindex" and "audio.cddb" alwas to have this name while the *.inf files use the name base from the cdda2wav arguments. Now all files created by cdda2wav honor the file name base. - Cdda2wav by default fills empty track specific CD-Text data with the Disk global value (if present). A new option -no-textdefaults allows to disable this fallback and leaves the related fields empty if they are empty on the mester CD. - Fixed a problem with cdda2wav -interactive (used by GNOME GSTREAMER CD-DAE plugin) that could cause cdda2wav to dump core in case that there is a data session past the last audio track. - New (previously missing) CD-Text tags have been added to the *.inf files: Albumsongwriter= Songwriter= Albumcomposer= Composer= Albumarranger= Arranger= Albummessage= Message= Albumclosed_info= Closed_info= Note that these tags do not appear in the CDDB database. Mkisofs (Maintained/enhanced by J - Fixed a bug with file descriptor handling in mkisofs/apple.c 2.01.01a71: All: - include/schily/stat.h now supports nonosecond timestamps in struct stat on AIX. - New autoconf test for nanosecond time stamps on AIX. - conf/mkdir.sh - conf/mkdep-aix.sh was changed to avoid warnings for #pragma weak a = b as the IBM C-compiler calls a non "#pragma weak" cpp when called with -E Cdrecord: - Cdrecord now is able to use -isosize even in case that the image data is read from stdin. This makes it easier to use "mkisofs | cdrecord".
2010-01-16Updating sysutils/pstree from 2.32nb1 to 2.33.sno2-7/+6
Upstream changes: * Revision 2.33 2009-11-10 22:12:39+01 fred * Added UTF8, enlarged MAXLINE
2010-01-16Added missing TEST_TARGET.heinz1-1/+3
2010-01-16Added missing TEST_TARGET.heinz1-1/+3
2010-01-15Update to 2.01.01alpha70:wiz2-7/+6
All: - Added support for Hurd on i686 to the Schily Makefilesystem. - Modified conf/mkdir.sh to work around a deviation found in /usr/xpg4/bin/sed on Solaris - Modified conf/src-get to include conf/src-get in PATH to make recursive calls to src-get work. Libfind: - Added $(LIB_ACL_TEST) to the libs for libfind to allow a shared libfind with ACL support on Linux. Cdrecord: - Cdrecord now defaults to -sao in case that cuefile=something was specified - man page restructured Cdda2wav (Maintained/enhanced by J - The default outout format is now .wav for all platforms. Before, the default for Solaris was .au. - man page restructured Readcd: - man page restructured
2010-01-11 * Fixes missing function attach_status_icon.obache1-4/+9
src/pynotify.c should be generated, but broken one exists in tarball. (regeneration rule require gmake) http://trac.galago-project.org/ticket/121 * fixes path of override *.pc.in file. Bump PKGREVISION.
2010-01-10DragonFly BSD also does not have sem_timewait(3).obache1-1/+2
Noticed by Antonio Huete via PR#42591.
2010-01-10Need to include "util.h" for strdupCC.obache2-5/+13
Fixes build failure on DragonFly (and probably on FreeBSD), noticed by Rumko via PR#42601.
2010-01-08Improve portability by using standard types.joerg2-1/+30
2010-01-08Use the cmake infrastructure. Makes it work in bulk builds.joerg1-4/+4
2010-01-07Use new ${LP64PLATFORMS} variable to restrict platforms instead of manualwiz1-2/+3
hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
2010-01-04Use the canonical form of the transformation rule.joerg1-2/+2
2010-01-02Use sizeof() to calculate size of struct ifreq on NetBSD.sekiya3-3/+15
Fixes: Interface 1: wm0 Interface 4: o0 cfservd: No such network device cfservd: ioctl: Socket operation on non-socket ... at startup.
2010-01-01Fix failure in patch-ad. Approved by cegger@.ver2-5/+7
2009-12-30Avoid errors on gcc2abs1-1/+5
2009-12-29compile fixes for a leaf package for non-x86 NetBSDspz3-14/+32
(note that there are no claims of making it actually work)
2009-12-27Adjust base address down to 0x60000 so as to fit image within bottom 640KiB.jakllsch3-5/+6
0x80000 no longer works as memtestplus now exceeds 128KiB. Bump pkgrev.
2009-12-27When mounting a filesystem on behalf of a user treat __NetBSD__ similarlyabs3-14/+30
to __FreeBSD__ and chown the mountpoint to the user. With this change, and the recent one to policykit automounting works on NetBSD
2009-12-22Fix user-destdir build.joerg1-1/+3
2009-12-20Add a fix for coreutils' CVE-2009-4135. Instead of using /tmp/coreutilstonnerre3-3/+36
as temporary directory, use a directory in the builddir.
2009-12-20fix the "Check Integrity" function on NetBSD (which compares md5drochner3-2/+57
hashes to files on a (not mounted) data CD/DVD): limit the buffer size to 32k, otherwise physio()/MAXPHYS strikes being here, add typecasts in some isspace(char) cases bump PKGREVISION
2009-12-16update to 1.2.8.4drochner2-6/+6
changes: bugfixes
2009-12-16sync v/ base pkgdrochner1-3/+3
2009-12-16update to 2.28.3drochner3-7/+10
changes: -bugfixes -translation updates
2009-12-16update to 2.28.4drochner3-7/+8
changes: minor fixes
2009-12-16update to 1.4.3drochner2-6/+6
changes: minor fixes
2009-12-16Fix the undocumented find_ignore_dirs option. Bump revision.joerg3-3/+66
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-12-15Update to 20091130. More patterns, I guess.wiz2-6/+6
2009-12-14LICENSE for the Amanda packages is basically the same as modified-bsd.heinz1-1/+2
2009-12-14Don't depend on ccache and distcc to avoid a cycle in the "pkg_infogdt1-2/+4
-N" dependency graph.
2009-12-14System Tools Backends Version 2.6.1, 2009-04-15obache4-22/+29
----------------------------------------------- Changes since last release ========================== - Added infrastructure for translations (David Planella) - Fixed some compiler warnings (Carlos Garnacho) Translations ============ - fr (Claude Paroz) - it (Luca Ferreti) - es (Jorge Gonzalez) - pt_BR (Leonardo Ferreira Fontenelle) - ca (David Planella) - el (Fotis Samis, Simos Xenitellis) - hu (Kelemen Gábor) - sl (studko) - zh_CN (Ray Wang) - da (Kenneth Nielsen) - he (Marik Krapivner) - plus a bunch from rossetta...
2009-12-13buildlink avahi and fam conditionally as PKG_BUILD_OPTION.obache1-1/+12
2009-12-12Support staged installation.asau3-2/+26
2009-12-12Recent cdrecord's insist that the atapi cd drive be referenced as 31,0,0.markd3-6/+15
Fix k3b to actually do that (rather than 15,0,0).
2009-12-12Support staged installation.asau1-6/+8
2009-12-11Improved spelling.heinz1-2/+2
2009-12-11Added DESTDIR support.heinz1-1/+2
This should fix PR pkg/42439 by Lloyd Parkes.
2009-12-10PKG_DESTDIR_SUPPORT=user-destdirabs3-7/+8
2009-12-10+neb-wipeabs1-1/+2
2009-12-10Added sysutils/neb-wipe version 1.0abs4-0/+39
Erase harddisk partitions in a very secure manner (35-pass pattern overwrite with patterns for all encoding schemes). Also supports overwrite with random data. Can erase whole disks or slices only. Homepage at http://neb-stoehr.sourceforge.net