[MacPorts] #20701: new port: hyperic-sigfar
#20701: new port: hyperic-sigfar -------------------------------+-------------------------------------------- Reporter: nefar@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: hyperic-sigar -------------------------------+-------------------------------------------- {{{ # $Id PortSystem 1.0 name hyperic-sigar version 1.6.2 categories sysutils maintainers nefar@hotmail.com openmaintainer description Hardware/OS information gathering tool long_description \ SIGAR (System Information Gatherer and Reporter) is a cross-platform, \ cross-language library and command-line tool for accessing operating system and \ hardware level information in Java, Perl and .NET. \ homepage http://sigar.sourceforge.net/ master_sites sourceforge:sigar distname ${name}-${version} checksums md5 bc20535650a7529e72c4b5c7a76c9f04 \ sha1 1f377f0a635f0ee9b8d987aa0ec28f2e75436ed0 \ rmd160 5c7526fe2753f40c67dfa1958bb7460a69f76ad2 configure {} build {} destroot { xinstall -m 755 -d ${destroot}${prefix}/lib xinstall -m 755 -d ${destroot}${prefix}/include xinstall -m 755 ${worksrcpath}/sigar-bin/lib/libsigar-universal- macosx.dylib ${destroot}${prefix}/lib eval xinstall -m 755 [glob -directory ${worksrcpath}/sigar-bin/include/ "*.h"] /opt/local/include } livecheck.distname ${name} }}} -- Ticket URL: <http://trac.macports.org/ticket/20701> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20701: new port: hyperic-sigfar -------------------------------+-------------------------------------------- Reporter: nefar@… | Owner: snc@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: hyperic-sigar -------------------------------+-------------------------------------------- Changes (by snc@…): * owner: macports-tickets@… => snc@… * status: new => assigned Comment: It's nice to have these as attachments I can just download :-) -- Ticket URL: <http://trac.macports.org/ticket/20701#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20701: new port: hyperic-sigfar -------------------------------+-------------------------------------------- Reporter: nefar@… | Owner: snc@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: hyperic-sigar -------------------------------+-------------------------------------------- Comment(by snc@…): distname is the default, so removing it. `use_configure no` should used to override the configure phase. livecheck.distname is set to its default as well, removed. -- Ticket URL: <http://trac.macports.org/ticket/20701#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20701: new port: hyperic-sigar --------------------------------+------------------------------------------- Reporter: nefar@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: hyperic-sigar | --------------------------------+------------------------------------------- Changes (by snc@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r55966. -- Ticket URL: <http://trac.macports.org/ticket/20701#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20701: new port: hyperic-sigar --------------------------------+------------------------------------------- Reporter: nefar@… | Owner: snc@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: hyperic-sigar | --------------------------------+------------------------------------------- Comment(by ryandesign@…): Don't forget to always use ${prefix} instead of /opt/local. r55972 Actually, it needs to install into ${destroot}, not directly into ${prefix}/include. r55973 You do not need to manually create common directories like ${destroot}${prefix}/lib and ${destroot}${prefix}/include; MacPorts does so for you. r55974 -- Ticket URL: <http://trac.macports.org/ticket/20701#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts