pkgsrc/sysutils/ruby-facter/PLIST
taca e0a393a62d Update ruby-facter pacakge to 1.5.
1.5:
    Fixed #1400 - OperatingSystemRelease should now work on CentOS

    Changed 'timeout' option to 'limit' to avoid scope issue

    Fixes #1376 - Display memory facts for AIX

    Fixes #1334 - Forced Facter to use LANG=C

    Fixes #1357 - Change ps syntax for OSX and BSD

    Set the timeout on the AIX kernelrelease fact to 5 seconds.

    Refactored so each fact resolution can specify a separate timeout,
    but the default is still 0.5.

    Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for
    *BSD aliased interfaces.

    Updated dmidecode facts fixing ticket #60

    Added AIX support for some facts

    Add lsbmajdistrelease fact for CentOS and Red Hat

    Updated Red Hat spec file for new version
    The 'facter' executable now has an option (-p|--puppet) for loading the
    Puppet libraries, which gives it access to Puppet's facts.

    Added autoloading to Facter with a default of not loading all facts,
    which results in a significant speedup when only one fact is sought.
    Facts are autoloaded in either a single file named after the fact or
    in any file in a directory named after the fact.

    Significantly refactored Facter's internals, including creating tests
    for all internal classes.

    A netmask fact has been added closing ticket #46.  It only returns the
    netmask of the primary interface (in the same behaviour as the ipaddress
    and macaddress facts).

    Facts to return multiple interfaces on a host have also been updated.
    If you have multiple interfaces on Linux, *BSD, or Solaris/SunOS you will
    now get facts for each interface's IP address, MAC address and netmask.
    The facts will be structured like:
      ipaddress_int = 10.0.0.x
      macaddress_int = xx:xx:xx:xx
      netmask_int = 255.255.255.0

    Facter now identifies Ubuntu hosts and their releases using the
    operatingsystem and operatingsystemrelease facts.

    The Debian operatingsystemrelease fact now correctly returns the current
    Debian release.

    Fixed ticket #48 - ioperatingsystem and operatingsystemrelease for CentOS

    Fixed ticket #44 and allowed support for Xen multiple interfaces and aliased
    interfaces.  Supports both Linux and *BSD.

    Added interfaces fact to add as index for ip/MAC address facts

    Added Mandrake support for operatingsystem fact - closed ticket #47

    Fixed ticket #45

    Added netmask.rb closing ticket #46
2008-09-15 15:32:00 +00:00

66 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2008/09/15 15:32:00 taca Exp $
bin/facter
${GEM_HOME}/cache/facter-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/facter
${GEM_LIBDIR}/etc/facter.conf
${GEM_LIBDIR}/install.rb
${GEM_LIBDIR}/lib/facter.rb
${GEM_LIBDIR}/lib/facter/Cfkey.rb
${GEM_LIBDIR}/lib/facter/architecture.rb
${GEM_LIBDIR}/lib/facter/domain.rb
${GEM_LIBDIR}/lib/facter/facterversion.rb
${GEM_LIBDIR}/lib/facter/fqdn.rb
${GEM_LIBDIR}/lib/facter/hardwareisa.rb
${GEM_LIBDIR}/lib/facter/hardwaremodel.rb
${GEM_LIBDIR}/lib/facter/hostname.rb
${GEM_LIBDIR}/lib/facter/id.rb
${GEM_LIBDIR}/lib/facter/ipaddress.rb
${GEM_LIBDIR}/lib/facter/iphostnumber.rb
${GEM_LIBDIR}/lib/facter/ipmess.rb
${GEM_LIBDIR}/lib/facter/kernel.rb
${GEM_LIBDIR}/lib/facter/kernelrelease.rb
${GEM_LIBDIR}/lib/facter/lsb.rb
${GEM_LIBDIR}/lib/facter/lsbmajdistrelease.rb
${GEM_LIBDIR}/lib/facter/macaddress.rb
${GEM_LIBDIR}/lib/facter/macosx.rb
${GEM_LIBDIR}/lib/facter/manufacturer.rb
${GEM_LIBDIR}/lib/facter/memory.rb
${GEM_LIBDIR}/lib/facter/netmask.rb
${GEM_LIBDIR}/lib/facter/operatingsystem.rb
${GEM_LIBDIR}/lib/facter/operatingsystemrelease.rb
${GEM_LIBDIR}/lib/facter/processor.rb
${GEM_LIBDIR}/lib/facter/ps.rb
${GEM_LIBDIR}/lib/facter/puppetversion.rb
${GEM_LIBDIR}/lib/facter/rubysitedir.rb
${GEM_LIBDIR}/lib/facter/rubyversion.rb
${GEM_LIBDIR}/lib/facter/ssh.rb
${GEM_LIBDIR}/lib/facter/uniqueid.rb
${GEM_LIBDIR}/lib/facter/util/collection.rb
${GEM_LIBDIR}/lib/facter/util/confine.rb
${GEM_LIBDIR}/lib/facter/util/fact.rb
${GEM_LIBDIR}/lib/facter/util/ip.rb
${GEM_LIBDIR}/lib/facter/util/loader.rb
${GEM_LIBDIR}/lib/facter/util/macosx.rb
${GEM_LIBDIR}/lib/facter/util/manufacturer.rb
${GEM_LIBDIR}/lib/facter/util/memory.rb
${GEM_LIBDIR}/lib/facter/util/netmask.rb
${GEM_LIBDIR}/lib/facter/util/plist.rb
${GEM_LIBDIR}/lib/facter/util/plist/generator.rb
${GEM_LIBDIR}/lib/facter/util/plist/parser.rb
${GEM_LIBDIR}/lib/facter/util/resolution.rb
${GEM_HOME}/specifications/facter-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/facter/util/plist
@dirrm ${GEM_LIBDIR}/lib/facter/util
@dirrm ${GEM_LIBDIR}/lib/facter
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/etc
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}
@exec ${MKDIR} %D/${GEM_DOCDIR}