summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam12-13/+0
can handle packages having no PLIST files.
2007-10-25Added support for installation to DESTDIR and for PKGMANDIR.heinz3-7/+46
Changed patch-ab (and pkgsrc Makefile) such that it should be acceptable for inclusion upstream.
2007-10-24Fix installation. Fill in PLIST. Bump PKGREVISION.wiz5-7/+24
2007-10-24Update to 2.01.01a36:wiz3-21/+13
All speed limitations may be disabled by setting the environment variable CDR_FORCESPEED to "any". The drive buffer size recognition was changed so that cdrecord now shows correct size values even for the LG GSA-H55N. DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to cdda2wav, and allows the user to redirect informational output to a file descriptor other than stderr. A core dump with mkisofs in the Joliet code caused by the new Apple UDF extensions is now avoided.
2007-10-23DESTDIR support.joerg1-7/+7
2007-10-19Add const to fix compile problem on some platforms.taca3-1/+29
2007-10-18Make sure the sbin directory exists before installing into it.tnn1-1/+2
2007-10-18Add tree subdir.cjs1-1/+2
2007-10-17Add and enable open-vm-toolsagc1-1/+2
2007-10-17Initial import of open-vm-tools (version 2007.09.04-56574) into theagc33-0/+1042
Packages Collection. The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools. They are a set of guest operating system virtualization components that enhance performance and user experience of virtual machines. As virtualization technology rapidly becomes mainstream, each virtualization solution provider implements their own set of tools and utilities to supplement the guest virtual machine. However, most of the implementations are proprietary and are tied to a specific virtualization platform. The tools are currently composed of kernel modules for Linux and user-space programs for all VMware supported Unix-like guest operating systems. They provide several useful functions like: * File transfer between a host and guest * Improved memory management and network performance under virtualization * General mechanisms and protocols for communication between host and guests and from guest to guest
2007-10-17Fixed the computation of the coordinates. Using `int's for trigonometryrillig4-3/+49
is weird. PKGREVISION++
2007-10-17Tree is a recursive directory listing program that produces a depthcjs5-0/+39
indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. Tree has various options for changing the information printed (size, permissions, etc.) As well as plain text output, it is capable of producing HTML output that includes links with an appropriate prefix.
2007-10-16Fix Xen kernel to silence a message on recursive Page Table Entries forbouyer3-4/+44
level >= 3 (will send to Xen developers) Allow this package to build on x86_64. bump PKGREVISION.
2007-10-16Update to findutils-4.2.31 and enable DESTDIR support.tnn15-231/+97
The list of changes from 4.1 is long and includes a range of performance improvements, portability fixes and a locate(1) security fix. Most of the pkgsrc patches have also been merged or otherwise fixed upstream.
2007-10-13Changes 2.20:adam2-8/+7
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions. * libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with disabled exceptions. * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Make IPv6 support optional. Per PR pkg/37112 by Yakovetsky Vladimir.jmmv1-1/+11
2007-10-13Upgrade pwgen to 2.06.reed2-6/+6
Changes: Theodore Ts'o (9): Add .gitignore file Fix pwgen -Bs so that this option combination works correctly Fix the pwgen -Bc option combination Fix typo in pwgen man page. Make the -s option imply the -nc options Add -v option to generate passwords without vowels Update Debian changelog for 2.06 release Fix debian lintian warning: debian-rules-ignores-make-clean-error Update Debian Standards-Version to policy version 3.7.2.2 (I didn't here back from MAINTAINER for a month.)
2007-10-12Updated checkperms to 1.10.rillig2-6/+6
Changes since 1.9: Version 1.10 (2007-09-27): Made the -e flag work.
2007-10-10Needs flex; fixes PR 33028.rillig1-1/+2
2007-10-09Remove trailing spaces.martti2-4/+4
2007-10-08Make sure to run all modules' postinstall script and standard module'sobache8-8/+53
uninstall script. Affected modules are standard modules (acl, cron) and apache module. Bump PKGREVISION.
2007-10-07Remove binutils dependency. Bump PKGREVISION.xtraeme1-3/+2
ok joerg.
2007-10-07fix obsolete URLs for www.NetBSD.orgkano5-10/+10
close PR pkg/37071 reviewd by xtraeme@
2007-10-06PLIST fixadam1-1/+2
2007-10-05Update webmin to 1.370.obache55-197/+223
This version contains Unspecified Command Execution Vulnerability fix. http://secunia.com/advisories/26885/ Changes since Webmin version 1.360 Webmin Users Added the Password Restrictions page, for configuring password quality and change time settings. Re-designed the Edit User page to use the new Webmin UI library, and move lesser-used fields into collapsible sections. Webmin users can have a real name, which can be any text you like. Apache Webserver Available Apache modules are now fully automatically detected on all operating systems, which does away with the Re-Configure Known Modules page. Bacula Backup System Removed the requirement for the /etc/bacula/bacula command to be installed, if /etc/init.d/bacula-* scripts exist. Added a field to the mount/un-mount page for entering an auto-loader slot number. BIND DNS Server Added a button to the main page for adding a record with the same name and value to multiple domains at once. Perl Modules The module is now available when running Webmin inside a Solaris zone, but only if Perl is not shared with the global zone. Dovecot IMAP/POP3 Server Supported newer versions of Dovecot which use mail_location instead of default_mail_env. File Manager Added a Module Config option to specify file extensions to treat as HTML, rather than always using only .html and .htm. Postfix Configuration Added the new SMTP Authentication And Encryption page for setting SASL and TLS related options. Linux RAID Added support for RAID 10 arrays when using MDADM. Changed the main page to use a table for existing RAID arrays, rather than icons. Added a section for configuring RAID problem notification when using MDADM. Shoreline Firewall (Updates by Paul Gear <paul@gear.dyndns.org>.) BUG: Corrected mis-handling of nested zones introduced in 1.350. Removed debugging cruft added in 1.350. Added support for end-of-line comments in zones, params, and shorewall.conf. Added support for display of long zone names under the new zones format. Added module option to disable display of long zone names in the rules file. Usermin Configuration Separated the Configure Module page into tabs, to make it clearer which options are global and which are default user preferences. Webmin Configuration Added a field to the Advanced Options page to control the number of days that files in /tmp/.webmin are kept before automatic deletion.
2007-09-30Do not try to install mkhybrid.8 either.wiz1-2/+2
2007-09-29Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@.obache1-1/+3
2007-09-28mkhybrid is no longer a seperate program. Fix Makefile accordingly to let ↵dmcmahill1-2/+2
this pkg install.
2007-09-25Fix comment (GConf2 -> GConf).hira6-12/+12
2007-09-25Fix comment (gnome-vfs2 -> gnome-vfs).hira1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-4/+4
2007-09-25mv -> ${MV}.hira1-2/+2
2007-09-25ln -> ${LN}.hira1-4/+4
2007-09-24Exactly disable python detection.obache1-1/+2
Fixes PR 36847.
2007-09-22Removed the build dependency on nroff, since it is no longer needed.rillig1-2/+4
2007-09-22Updated checkperms to 1.9.rillig2-9/+7
Changes since 1.7: Version 1.9 (2007-09-22): Made the code simpler: For regular files, chmod and lchmod behave the same. Provide a preformatted man page with the package, to get rid of the build dependency for groff. Version 1.8 (2007-06-18): Added the -e option, which treats warnings like errors. Committed during the freeze to allow easier installation on Solaris and stripped-down versions of GNU/Linux. Ok'ed by wiz.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz28-72/+77
Bump PKGREVISION.
2007-09-20Fix PKGNAME of gnome-vfs plugin packages.wiz1-2/+2
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz3-7/+7
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz3-10/+10
2007-09-20Fix path to libgtop, and bump PKGREVISION for its new name.wiz2-5/+6
2007-09-20Rename libgtop2 to libgtop, to match upstream name.wiz29-51/+51