summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2009-04-17update to 2.26.1drochner2-6/+6
changes: -bugfixes -translation updates
2009-04-17update to 2.26.1drochner4-13/+13
changes: translation updates
2009-04-16Fix broken caching of iconv handlers. Addresses PR 37643.joerg3-2/+25
2009-04-14I'll look after this one.schmonz1-2/+2
2009-04-13Update gworkspace to 0.8.6. This is a major restructure of the GNUsteprh5-700/+698
workspace manager. This also changes the filesystem layout to be more hier(7) compliant.
2009-04-12Add fam to PKG_SUPPORTED_OPTIONS, rather than just PKG_SUGGESTED_OPTIONS...abs1-2/+2
2009-04-12Update to 2.01.01alpha59pre2:wiz2-7/+7
NEW features of cdrtools-2.01.01a59: All: - Add -D_GNU_SOURCE to the standard include flags for Linux in order to unhide needed extensions. Cdrecord: - Better error messages when the media size is unknown - Try to work around a firmware bug in the drive: 'HL-DT-ST' 'DVD-RAM GH22NP20' '1.02' that is in effect with DVD+R media. - cdtext.c now checks for empty CD-Text files to prevent a later endless loop in cdrecord while writing the TOC. Thanks to Sebastian Tr Cdda2wav (Maintained/enhanced by J - cdda2wav now supports new parameters for the -output-endianess option. "host" or "machine" represent the actual byte order of the host CPU in the current OS. NEW features of cdrtools-2.01.01a58: All: - New Make rules for Syllable. Syllable is a fork from AtheOS. - New make rules for Haiku - New include file schily/sysexits.h is needed for Haiku - New autoconf test for sysexits.h - Autoconf tests for os2.h and os2me.h moved from cdda2wav to global - config.guess and config.sub now have support for Haiku - New rule support for linux on "sh3", "sh4" and "sh4a" platforms. - autoconf now acts more reliable and more orthogonal with AC_CHECK_TYPE() vs. AC_CHECK_SIZEOF() and carefully includes include files separately based on fine grained tests. - Changed schily/dirent.h to correctly set up NAME_MAX on ATARI MiNT - Changed schily/maxpath.h to correctly set up NAME_MAX on ATARI MiNT Libschily: - fexec now correctly works on Haiku and BeOS - libschily/format.c now supports the %z (size_t) and %t (ptrdiff_t) printf format size modifiers (fixed a typo introdiced in the first attempt) Libscg: - A first version of the SCSI adaptation layer for Syllable has been added. Thanks to Kristian Van Der Vliet <vanders@liqwyd.com> for the first implementation. - Haiku is a BeOS clone and thus uses scsi-beos.c as SCSI adaptation layer. IMPORTANT NOTICE: if you like to compile libscg with a current Haiku release you first need to copy a file: cd /boot/develop/headers/os cp device/CAM.h drivers/CAM.h CAM.h was at /boot/develop/headers/os/drivers/CAM.h in BeOS and as CAM has no own hardware, it seems to belong into /boot/develop/headers/os/drivers/ Cdrecord: - Fixed a minor typo in cdrecord - Some better warnings with cdrecord in case that the environment variables 'CDR_FORCERAWSPEED=' or 'CDR_FORCSPEED=' have been specified. Cdda2wav (Maintained/enhanced by J - Cdda2wav now uses an autoconf test to decide whether BEOS clone areas can be used. THis gives Haiku compatibility. - Fixed a bug introduced with introducing support for MD5 Sums. Cdda2wav now disables the MD5 sum output in case -no-infofile has been specified - Autoconf tests for os2.h and os2me.h moved from cdda2wav to global Mkisofs (Maintained/enhanced by J - Mkisofs now reports "Haiku" for the OS platform if on Haiku. - The isoinfo man page now includes the -debug option - Automated support for System ID Haiku, Syllable, AMIGA-OS, ATARI-MiNT - Fixed some Rock Ridge bugs that have been identified when investigating in the OpenSolaris bug 6807009 http://defect.opensolaris.org/bz/show_bug.cgi?id=5385 - Man page description for -abstract -biblio -copyright is now better to understand
2009-04-11Avoid null mounting /dev (it needs to be layer-free).wiz2-4/+7
Otherwise, random panics may occur. Explanation from ad@, patch from Zafer. Bump to 0.17.
2009-04-10Make FAM support optional (enabled by default).asau2-6/+10
Per request in PR pkg/41025
2009-04-10Install net modules alsokefren2-3/+134
Bump PKGREVISION
2009-04-09blind update to 1.470kefren15-220/+235
Changelist since 1.370 is too large to be included in this message so please consult: http://www.webmin.com/changes-1.380.html http://www.webmin.com/changes-1.390.html http://www.webmin.com/changes-1.400.html http://www.webmin.com/changes-1.410.html http://www.webmin.com/changes-1.420.html http://www.webmin.com/changes-1.430.html http://www.webmin.com/changes-1.440.html http://www.webmin.com/changes-1.450.html http://www.webmin.com/changes-1.460.html http://www.webmin.com/changes-1.470.html
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg12-30/+12
2009-04-08Remove the remaining NO_MTREE definitions, it has been a nop for ajoerg2-4/+2
while.
2009-04-07minor fix for NetBSD: get netmask in the right byteorderdrochner3-6/+20
(this is ugly code, should use ioctl instead of kvm) bump PKGREVISION
2009-04-01New in Version 0.6.1gdt2-6/+6
Remove DESTDIR/stand before building to avoid failed builds from renamed module path.
2009-03-31Never build qemu documentation (it's the stock qemu documentation andbouyer4-15/+20
has not been updated for Xen, so it's not of much use anyway). Fix PLIST issues because the documentation was built only if texi2html was installed. Bump PKGREVISION
2009-03-29Removed xenconsole from pkgsrc.martti9-147/+1
2009-03-26Fix installation. Honour PKGMANDIR.joerg3-2/+25
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe4-6/+8
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-24Adjust doc & manfiles to not overlap with qemu, and fix PLISTabs5-22/+38
2009-03-22Added sysutils/p5-Filesys-Statvfs version 0.82sno1-1/+2
2009-03-22Importing package for Perl module Filesys::Statvfs-0.82sno3-0/+38
Interface for statvfs() and fstatvfs() Unless access to the bsize, flag, and namemax values is required, either Filesys::DfPortable or Filesys::Df could be a better choice. They will generally provide more functionality and portability. The module should work with all flavors of Unix that implement the statvfs() and fstatvfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... Oked by joerg@
2009-03-22Added sysutils/p5-Filesys-DfPortable version 0.85sno1-1/+2
2009-03-22Adding package for perl module Filesys::DfPortable-0.85sno3-0/+38
This module provides a portable way to obtain filesystem disk space information. The module should work with all versions of Windows (95 and up), and with all flavors of Unix that implement the statvfs or the statfs calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... This module differs from Filesys::Df in that it has added support for Windows, but does not support open filehandles as a argument. Oked by joerg@
2009-03-22Added sysutils/p5-Filesys-Df version 0.92sno1-1/+2
2009-03-22Importing module for Filesys::Dfsno3-0/+38
This module provides a way to obtain filesystem disk space information. This is a Unix only distribution. If those information needs to be gathered for Unix and Windows, use Filesys::DfPortable. The only major benefit of using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports the use of open filehandles as arguments. The module should work with all flavors of Unix that implement the statvfs() and fstatvfs() calls, or the statfs() and fstatfs() calls. This would include Linux, *BSD, HP-UX, AIX, Solaris, Mac OS X, Irix, Cygwin, etc ... Oked by joerg@
2009-03-22Added sysutils/p5-Sys-Utmp version 1.6sno1-1/+2
2009-03-22Importing package for Sys::Utmp - an object(ish) interface to UTMP files.sno4-0/+101
Sys::Utmp provides a vaguely object oriented interface to the Unix user accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would prefer to use the getutent() function from the systems C libraries it will attempt to provide its own if they are missing. Oked by joerg@
2009-03-22Update to 20090309, undocumented.wiz3-11/+7
2009-03-22Convert to destdir (not user-destdir, because of libgtop_server2).wiz1-2/+4
2009-03-22Update to 2.26.0:wiz3-8/+9
1 Mars 2009: Overview of changes in 2.26.0 ========================================== * Nothing. 17 February 2009: Overview of changes in 2.25.91 ================================================ * Synced with gnome-2-24.
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz4-54/+2
infrastructure supports this properly (thanks joerg!).
2009-03-22Update to 2.22.2:wiz3-8/+105
Changes since last release ========================== General ======= - Clean up GTK Includes (Maxim Ermilov) - Remove usage of deprecated API (Andre Klapper, Thomas H.P. Andersen) Translation =========== - ar (Anas Husseini) - as (Amitakhya Phukan) - ast (Astur) - bn_IN (Runa Bhattacharjee) - de (Mario Blättermann) - dz (Dawa pemo) - en_GB (Jen Ockwell) - es (Jorge González) - fi (Ilkka Tuohela) - gl (Suso Baleato) - he (Mark Krapivner) - hi (Rajesh Ranjan) - it (Francesco Marletta) - ko (Changwoo Ryu) - lv (Raivis Dejus) - or (Manoj Kumar Giri) - pl (Tomasz Dominikowski) - ps (Zabeeh Khan) - pt_BR (Leonardo Ferreira Fontenelle) - ro (Adi Roiban) - sk (Pavol Klačanský) - sv (Daniel Nylander) - te (Krishna Babu K) - th (Theppitak Karoonboonyanan) - zh_HK (Woodman Tuen) - zh_TW (Woodman Tuen)
2009-03-22Update to 1.2.8.snj2-6/+6
Changes: Improve handling of incorrect permissions on backup repository during restore operation. Closes Ubuntu bug #329722. (Andrew Ferguson) Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson) Make sticky bit warnings quieter while determining file system abilities. Closes Savannah bug #25788. (Andrew Ferguson) Fix situation where destination file cannot be opened because of an access error. Thanks to Dean Cording for the bug report. (Andrew Ferguson) Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
2009-03-22Update to 2.26.0:wiz2-7/+7
2.26.0: * ApplicationRegistry: supports_mime_type(), supports_uri_scheme(): Actually return the bool. (Vincent Untz ) Bug #570107.
2009-03-22Fix CD burning handling on NetBSD. From Jared McNeill in PR 41043.wiz2-5/+11
Bump PKGREVISION.
2009-03-22Leave over maintainership to pkgsrc-usersmanu1-2/+2
2009-03-21Adding a patch to allow compiling with gcc incompatible compilerssno3-2/+37
and enabling LINUX_COMPAT on AIX (file-5.00 requires it, because it allocates 0 bytes) Oked by he@
2009-03-21Update to 0.3.5.snj4-57/+12
No changelog, but changes seem to be the addition of DragonFly and FreeBSD plus some minor code shuffling. From Bartosz Kuzma in PR pkg/41053.
2009-03-21Use my NetBSD.org address for $MAINTAINER.gdt1-2/+2
2009-03-21give to pkgsrc-users@tnn1-6/+7
While here, add DESTDIR support.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg49-640/+294
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg2-5/+6
files, not over and over again.
2009-03-20sync w/ base pkgdrochner2-8/+8
2009-03-19Needs msgfmt.hasso1-2/+2
2009-03-19Fix path to gamin include, now that it is living in sysutils/libgamin.joerg1-2/+2
2009-03-19update to 2.24.1drochner5-74/+76
changes: * Fix memory leaks * Use single GLib includes * Updated translations
2009-03-18No need for both real MAINTAINER and generic one.darcy1-2/+2
2009-03-18Forgot to cvs add this patch.jmcneill1-0/+139
2009-03-18to netbsd-desktopjmcneill3-6/+6