summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2010-09-18DragonFly fixes from Rumko in PR 42345.wiz7-49/+737
2010-09-17Add MESSAGE file to warn the user that they should be running proctree,sborrill2-1/+8
not pstree. Bump PKGREVISION
2010-09-16Correct one grammar and one spelling error.jakllsch1-2/+2
Reported on IRC by Snader_LB.
2010-09-16Update to 1.2.0:wiz4-40/+43
1.2.0: Some new features! -Progress bar and speed enhancements/system load reduction coming with it - many thanks to Eric Kilfoil! -Vobcopy can now "rip" from an iso image on hdd or a directory containing a VIDEO_TS directory. People seem to need this for streaming dvd content to a ps3 via fuppes. That part seem to be buggy though, works 50/50. Will look further into that. -Option -M to rip the title with the longest playing time. -Other small corrections I think.
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz75-142/+150
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-13* Add two CONFLICTS patterns:taca1-1/+4
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages Bump PKGREVISION because addition of latter pattern.
2010-09-13* Add two CONFLICTS patterns:taca2-3/+8
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages * Since these packages aren't update its version during update of Ruby package's framework, bump PKGREVISION for safe update. Noted by obache@ on tech-pkg.
2010-09-10Fix build on latest DFBSD; patch by Antonio Huete Jimenez in PR 43863.wiz1-0/+4
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-6/+2
* Remove default value of GEM_BUILD.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca3-6/+61
* Remove RUBY_HAS_ARCHLIB. * Change PKG_DESTDIR_SUPPORT to user-destdir. * Update patch to support both ruby18 and ruby19. No functional change.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-10Update sysutils/ruby-facter to 1.5.8.taca3-18/+43
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Move MASTER_SITES to first section. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. 1.5.8 ===== ca2da36 Updated install.rb and created man page 3671c9f [#4583] Refactor uptime to use Resolution.exec fca8861 [#4594] Reintroduce fix for #1291 from original patch 32c0cb0 [#4594] Revert "fixes #2573, #2085, #1291..." e7df4c0 Updated CHANGELOG for 1.5.8rc2 9c9cabd Better fix for Bug 4569: Uptime Fact is incorrect on Windows 01a515f [#4289] operatingsystemrelease fact for oel, ovs b6c0a6b Fix for bug #4569 51bcebe Fixed Rakefile package task version detection 81ccb48 Removed references to Reductive Labs in the Rakefile 1.5.8rc1 ======== f280703 Incremented version to 1.5.8 98ef5e8 Updated CHANGELOG for 1.5.8rc1 4398b36 Updated CHANGELOG rake task e02be1d [#4156] Updating spec to match Kai's change bff84c2 [#4156] Applying patch by Kai b7fe989 [#2330] Update uptime calculation to use /bin/cat e9a60bc Facter::Manufacturer - sunos test + simplified regex be411c0 Facter::Manufacturer - test for SunOS and FreeBSD 67f6604 [#4062] Implement operating system facts for MeeGo a2bcacd [#2330] Uptime should not make redundant system calls ce7bd9f Refactor rakefile to use spec.ops, separate rcov task faaa169 Fix #4352 - Support for detecting KVM virtuals on FreeBSD 82286e4 Fix #4352 - Support for detecting virtuals (jails) on FreeBSD b2c2114 Properly wrapped the windows ipaddress fact in a setcode block. 1bd2ca2 Fixed #3929 - Added user confine to AIX memory facts 8106bc3 Adding HP-UX support to Facter's IP facts 83b3ea6 Fixed #3393 - Updates to Facter for MS Windows ffcae46 Fixed #3403 - Added fact to query vlans; added spec test d4b8401 Merged Jos Backus patch to remove requirement for ftools altogether 73dcbb9 Fixed #2355 read hang on /proc/xen/capabilties on RHEL 4.7 d109def Fix #1365 - load all facts via cli 6c87917 Fixed failing test introduced by previous commit c5b8d3b Fixes #3740 - split dmi output on regex 25bf5c2 Fix virtual unit test on non-linux by stubbing kernel 9a00eae Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, patch included e19024b Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored 97879f9 Added support for Slackware in operatingsystem and operatingsystemrelease 802e6c2 Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists 2f016f3 Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall() 84d3d9f Fixed #3445 - Facter does not handle solaris branded zones properly b5a8de0 Fix for #3411 install.rb should not put "." first in the tmp_dirs 8ea33eb Fixed #3447 - OVS and OEL not matching in operatingsystemrelease aeee83c Fixed #3410 - Warnings in rake spec 8bf8cb5 Fixes #3397 - is_virtual fact does not detect Linux-VServer 62b6773 Add kvm support to virtual fact dca615c fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution 86447c8 Revert "use popen3 in Resolution.exec" 7750f03 Fix #2341 - stricter handling of dmidecode split f4269d9 Fix #2746 - add architecture support for GNU/kFreeBSD 50cef83 Fix missing error case 356cf15 Remove whitespace in DMI facts (#3008, #3011) feecd39 Only ignore IPs starting with 127. 68fc123 Added package signing task 33fb770 use popen3 in Resolution.exec to catch stderr 8109806 introduce a warn mechanism for debugging b2c1ca5 Add docs to Mac OS X package creation script and clean out old docs in the preflight 5412eab Fixed : 2788 - ftools missing in Ruby 1.9 5b95a12 Fixes #2704. Problem finding install.rb three levels up 9aef69e Removed all ChangeLog
2010-09-10Update sysutils/ruby-directory-watcher to 1.3.2.taca3-18/+16
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. == 1.3.2 / 2010-04-09 * 1 bug fix - removing the now defunct "tasks" folder from the deployed gem == 1.3.1 / 2009-10-26 * 1 bug fix - explicitly killing the Rev loop when stopping == 1.3.0 / 2009-10-21 * 2 major enhancements - added support for Rev based notifications - added support for EventMachine based notifications * 1 minor enhancement - pulled out the scanner thread into its own class == 1.2.0 / 2009-04-12 * 2 minor enhancements - added an option to persist state to a file [Benjamin Thomas] - the option to run the directory watcher scanner manually == 1.1.2 / 2008-12-14 * 1 minor bugfix - fixed directory creation if the watched directory did not exist
2010-09-10Update sysutils/ruby-activesambaldap to 0.0.8.taca3-42/+106
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. == 0.0.8: 2009-09-22 * [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2. [Orlando Marquina] * [#26814] scaffold_active_samba_ldap generates wrong class name. [Orlando Marquina] * Supported ActiveLdap 1.2.0. == 0.0.7: 2009-07-18 * Supported ActiveLdap 1.1.0. * Supported gem plugin.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-12/+11
* Comment out none existing MASTER_SITES. gem files are still available. * Update HOMEPAGE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Update HOMEPAGE. * Remove default value of GEM_BUILD.
2010-09-09Package upgraded to 1.14.0rc1 - essentially bug fixes assembled in thehauke2-7/+7
last two years. From the git commit log: 2010-06-23 Create longest possible path first in mkdirs routine. radmind-1.14.0rc1 2010-05-28 Updated radmind man page with CRL documentation. 2010-05-28 [Patch 2930172]: Add support for CRLs 2010-02-03 Fix: check argument count when encountering a minus... 2010-01-28 [Bug 2927309]: ktcheck cores with recursive command... 2010-01-20 Fix: -r (use randfile) was being ignored. 2010-01-13 [Patch 2931438]: Change port back to standard on failur... 2009-12-15 node_create sometimes takes a NULL transcript name. 2009-12-06 [Bug 1816150]: Can't replace dir with file. 2009-11-19 Accidentally placed dns_sd check in the PAM if-block. 2009-11-19 Pull Wes's path repetition dectection patch from CVS. 2009-11-19 Add --with-pam. 2009-11-17 [Patch 2899332] Fix and document -p option to ra.sh. 2009-11-11 [Patch 2524867] Add -p option for ra.sh (for port). 2009-11-11 [Patch 2877346] Add a copy mode to lmerge. 2009-11-11 Fix: missing closing quotation mark in lcksum error... 2009-10-28 [Bug 2887658]: fsdiff prints multiple lines for changin... 2009-10-15 Fix: lcksum crashes when given a minus (-) line with... 2009-10-15 Accept 2845279: Updated rash manpage 2009-09-11 Quick fix for pam_conv struct compiler nagging. 2009-09-11 Fix empty prepath check in lapply and lcksum 2009-08-18 Exclude leftovers from autoconf and git when making... 2009-08-18 Do not track configure script. 2009-08-01 Eliminate old workaround for broken mkdir on old versio... origin 2009-02-23 Only use $USERNAME if $USERAUTH is enabled. 2009-01-29 Fix bug 2541171. Patch from bawood at umich dot edu. 2008-12-11 Proof-of-concept code using Apple's FSEvents API. Can...
2010-09-09Radmind's license is a condensed version of the three clause BSDhauke1-3/+4
license. Change my maintainer address to @netbsd.org, makes dealing with bug reports (what?!) easier.
2010-09-08Added pluged-0.1manu1-1/+2
2010-09-08It's an event notifier for USB devices only actually. It can attachmanu4-0/+42
some commands (like mount) when you plug or unplug a device.
2010-09-03+ p5-Gnome2-VFS.wiz1-1/+2
2010-09-03Initial import of p5-Gnome2-VFS-1.081:wiz4-0/+50
This module allows you to use the GNOME Virtual File System library (libgnomevfs for short) from Perl.
2010-08-30back out libsoup bl3 inclusion -- it is not referred to by braserodrochner1-2/+1
dorectly, only indirectly through totem-pl-parser
2010-08-30* set LICENSE=gnu-gpl-v3obache1-1/+6
* honor PKG_SYSCONFDIR * exactly buildlink with libiconv and tell library for iconv to configure, fixes PR#43809.
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-08-25this package uses libsoup24jnemeth1-1/+3
2010-08-23Update sysutils/capistrano to 2.5.19gls3-12/+10
Upstream changes: == 2.5.18 / March 14, 2010 Small fix for rolling back if a shell scripts exits non-zero; enabled a rollback if git (or other) externals fail during the deploy. * #151 check return code status of system command to create local copy and rollback if not 0 (David King) == 2.5.17 / February 27, 2010 Various small bug fixes. == 2.5.16 / February 14, 2010 Fixed a small regression in 2.5.15 == 2.5.15 / 14 February 2010 Fixes a feature request not to overwrite roles when using the ROLES environmental variable. * #126 - The option to not overwriting the roles which are defined in the task definition. * Removed the `upgrade` file as it has been a couple of years since 1.x was in the wild. * Slight internal re-factor of the way we calculate the `version` == 2.5.14 / 18 January 2010 Fixes a low-value bug, thanks to Chris G for the well submitted patch: #139 - Improves consistency of variable lookup, scm variables with a local_ prefix will be honoured with priority locally (Chris Griego) == 2.5.13 / 6 January 2010 Small maintenance release: * #118 - Modified CLI test to not load user or system configuration file (Emily Price) * #88 - Re-fixed a problem here, massive apologies to all concerned. (Hangover from 2.5.12) == 2.5.12 / 5 January 2010 * Tweak the directory version listing (caused a lot of problems, please upgrade immediately) == 2.5.11 / December 2009 * Deprecations and other small changes
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb25-38/+50
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-18Build requires dbus-glib>=0.76reed1-1/+2
2010-08-18change dependency on "check" to "build", it is just used for test.obache1-2/+3
Bump PKGREVISION.
2010-08-17Update to 0.88:wiz3-8/+10
0.88: Astone Lin (1): Allow duplicate object path registrations for different connections Christian Dywan (1): Refer to dbus_g_connection_flush rather than the plain dbus call Colin Walters (3): Disable test-profile on win32 for now Respect property access flags for writing, allow disabling for reads configure: Release 0.88 Dan Williams (2): core: don't pass malformed error interface to dbus (rh#581794) Fix lookup of regular properties when shadow properties are used Danielle Madeley (6): Bumping required GLib to 2.24 for GVariant fd.o #28715: Add dbus_g_value_build_g_variant() Tests for GValue-to-GVariant Write a recursive equivalence function for testing the equivalence of GVariants Test test_g_variant_equivalent itself Support DBUS_TYPE_G_SIGNATURE Fridrich Strba (2): Use AC_CANONICAL_HOST, not _TARGET Don't use the identifier "interface" in public headers Fridrich Strba (3): Use EXEEXT so that we satisfy dependencies when cross-compiling Fix linking of tests. On windows, undefined symbols are not allowed and symbol lookup is sequencial Put the G_OS_WIN32 check where it can be defined. Guillaume Desmottes (1): add mising DBUS_TYPE_G_* to the doc Simon McVittie (6): Bug 14579: remove pending call from hash table before cancelling it Merge branch '14579-remove-before-cancel' fd.o #27958: dbus_g_error_domain_register: rewrite the documentation Add Libtool m4 to .gitignore Add various tests etc. to .gitignore Consolidate LDADD variables in tests/examples and make them more complete Will Thompson (1): Merge remote branch 'danni/gvalue-to-gvariant' 0.86: Colin Walters (8): Squash underscores and dashes in errors when converting to DBus errors Remove dbus-glib-undocumented.txt from git Revert "Squash underscores and dashes in errors when converting to DBus errors" Fix hyphenated error codes correctly [configure.ac] Use AM_SILENT_RULES if available Remove dbus-glib-undeclared.txt from git; it's a generated file [dbus-gobject.c] Trivial compiler warning fixes [configure] Release 0.86 Dan Williams (2): core: allow duplicate property names on GInterfaces core: performance optimization for object info lookup Sven Herzberg (1): turn the gtk-doc documentation into buildable shape Will Thompson (1): Free errors returned by method implementations
2010-08-17Disable OS (i.e. Linux distro) specific behaviour.obache1-1/+2
PR#43767 by Aleksey Cheusov.
2010-08-15Fixes variable name to detect builtin.obache1-2/+2
2010-08-15revbumps for poppler updatedrochner1-1/+2
2010-08-15+ dtpstreeobache1-1/+2
2010-08-15Import dtpstree-1.0.3 as sysutils/dtpstree.obache5-0/+59
Based on PR#43661 by Douglas William Thrift. DT PS Tree shows running processes as a tree. It is a reimplementation of pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and possibly other modern BSD variants. It also works without /proc and will show the full set of processes in a jail even if init is not present.
2010-08-09update to 1.2.8.7drochner3-8/+8
changes: -bugfixes -ko translation
2010-08-09update to 2.28.1drochner5-72/+70
This switches to the gnome-2.30 release branch
2010-08-09update to 2.28.1drochner4-14/+16
changes: translation updates
2010-07-27Not MAKE_JOBS_SAFEjoerg1-1/+2
2010-07-26Update p5-Server-Starter from version 0.06 to version 0.07.seb2-6/+6
Upstream changes: 0.07 Sat May 08 14:00:00 2010 - --port option is now omittable (so daemons _not_ binding to TCP ports (like FCGI servers binding to unix domain sockets) can be hot-deployied using Server::Starter)
2010-07-22reset PKGREV for base pkg updatedrochner1-3/+1
2010-07-21Fixing hash sum of patch-aasno1-2/+2
2010-07-19Updating sysutils/p5-Sys-Utmp from 1.6 to 1.6nb1 to remark some fixes:sno4-23/+60
- Fix Utmp.xs to compile on NetBSD (fixes PR pkg/42082) - Apply patch from RT#52369 (FreeBSD 7.2: compilation error and host support) see https://rt.cpan.org/Ticket/Display.html?id=52369
2010-07-17Adjust DESTDIR support so it no longer leaves installed files full of ↵abs3-17/+45
destdir references - bump pkgrevision
2010-07-17Updating sysutils/p5-Sys-Filesystem from 1.27 to 1.30sno2-6/+6
Upstream changes: 1.30 - 2010-07-15 Fixing MSWin32 1.29 Fixing MacOS X 1.28 Adding more special file systems for Linux (looks in Linux soon everything is a file system), Fixes RT#55059 (Thanks to Reed Loden) Improving documentation about selections in filesystems method, Fixes RT#55058 (Thanks to Reed Loden) Fixes RT#65504 (Thanks to Brett Gersekowski) Improve MSWin32 support
2010-07-16Fix PLIST under at least Linux, no change intended for other platforms.abs2-7/+19
Tested under Linux & NetBSD