pkgsrc/sysutils/ruby-facter/PLIST
taca 4b4eeac723 Update sysutils/ruby-facter to 1.5.8.
* 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-10 07:56:40 +00:00

123 lines
4.8 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2010/09/10 07:56:40 taca Exp $
bin/facter
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/INSTALL
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/README.rst
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
${GEM_LIBDIR}/bin/facter
${GEM_LIBDIR}/conf/osx/PackageInfo.plist
${GEM_LIBDIR}/conf/osx/createpackage.sh
${GEM_LIBDIR}/conf/osx/preflight
${GEM_LIBDIR}/conf/redhat/facter.spec
${GEM_LIBDIR}/conf/solaris/pkginfo
${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/ec2.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/interfaces.rb
${GEM_LIBDIR}/lib/facter/ipaddress.rb
${GEM_LIBDIR}/lib/facter/iphostnumber.rb
${GEM_LIBDIR}/lib/facter/kernel.rb
${GEM_LIBDIR}/lib/facter/kernelmajversion.rb
${GEM_LIBDIR}/lib/facter/kernelrelease.rb
${GEM_LIBDIR}/lib/facter/kernelversion.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/network.rb
${GEM_LIBDIR}/lib/facter/operatingsystem.rb
${GEM_LIBDIR}/lib/facter/operatingsystemrelease.rb
${GEM_LIBDIR}/lib/facter/path.rb
${GEM_LIBDIR}/lib/facter/physicalprocessorcount.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/selinux.rb
${GEM_LIBDIR}/lib/facter/ssh.rb
${GEM_LIBDIR}/lib/facter/timezone.rb
${GEM_LIBDIR}/lib/facter/uniqueid.rb
${GEM_LIBDIR}/lib/facter/uptime.rb
${GEM_LIBDIR}/lib/facter/uptime_days.rb
${GEM_LIBDIR}/lib/facter/uptime_hours.rb
${GEM_LIBDIR}/lib/facter/uptime_seconds.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_LIBDIR}/lib/facter/util/uptime.rb
${GEM_LIBDIR}/lib/facter/util/values.rb
${GEM_LIBDIR}/lib/facter/util/virtual.rb
${GEM_LIBDIR}/lib/facter/util/vlans.rb
${GEM_LIBDIR}/lib/facter/virtual.rb
${GEM_LIBDIR}/lib/facter/vlans.rb
${GEM_LIBDIR}/spec/Rakefile
${GEM_LIBDIR}/spec/fixtures/uptime/sysctl_kern_boottime
${GEM_LIBDIR}/spec/fixtures/uptime/ubuntu_proc_uptime
${GEM_LIBDIR}/spec/fixtures/uptime/who_b_boottime
${GEM_LIBDIR}/spec/integration/facter.rb
${GEM_LIBDIR}/spec/spec.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/unit/data/6.0-STABLE_FreeBSD_ifconfig
${GEM_LIBDIR}/spec/unit/data/Mac_OS_X_10.5.5_ifconfig
${GEM_LIBDIR}/spec/unit/data/darwin_ifconfig_all_with_multiple_interfaces
${GEM_LIBDIR}/spec/unit/data/darwin_ifconfig_single_interface
${GEM_LIBDIR}/spec/unit/data/freebsd_dmidecode
${GEM_LIBDIR}/spec/unit/data/hpux_ifconfig
${GEM_LIBDIR}/spec/unit/data/hpux_ifconfig_single_interface
${GEM_LIBDIR}/spec/unit/data/hpux_netscan
${GEM_LIBDIR}/spec/unit/data/hpux_netstat_all_interfaces
${GEM_LIBDIR}/spec/unit/data/linux_dmidecode_with_spaces
${GEM_LIBDIR}/spec/unit/data/linux_ifconfig_all_with_single_interface
${GEM_LIBDIR}/spec/unit/data/linux_vlan_config
${GEM_LIBDIR}/spec/unit/data/opensolaris_smbios
${GEM_LIBDIR}/spec/unit/data/solaris_ifconfig_all_with_multiple_interfaces
${GEM_LIBDIR}/spec/unit/data/solaris_ifconfig_single_interface
${GEM_LIBDIR}/spec/unit/facter.rb
${GEM_LIBDIR}/spec/unit/interfaces.rb
${GEM_LIBDIR}/spec/unit/operatingsystem.rb
${GEM_LIBDIR}/spec/unit/operatingsystemrelease.rb
${GEM_LIBDIR}/spec/unit/selinux.rb
${GEM_LIBDIR}/spec/unit/uptime.rb
${GEM_LIBDIR}/spec/unit/util/collection.rb
${GEM_LIBDIR}/spec/unit/util/confine.rb
${GEM_LIBDIR}/spec/unit/util/fact.rb
${GEM_LIBDIR}/spec/unit/util/ip.rb
${GEM_LIBDIR}/spec/unit/util/loader.rb
${GEM_LIBDIR}/spec/unit/util/macosx.rb
${GEM_LIBDIR}/spec/unit/util/manufacturer.rb
${GEM_LIBDIR}/spec/unit/util/resolution.rb
${GEM_LIBDIR}/spec/unit/util/uptime.rb
${GEM_LIBDIR}/spec/unit/util/virtual.rb
${GEM_LIBDIR}/spec/unit/util/vlans.rb
${GEM_LIBDIR}/spec/unit/virtual.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec