[MacPorts] #26547: frei0r-plugins: installs html documentation not registered to port
MacPorts
noreply at macports.org
Mon Sep 20 12:35:34 PDT 2010
#26547: frei0r-plugins: installs html documentation not registered to port
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: dan@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.1
Keywords: | Port: frei0r-plugins
-------------------------------------+--------------------------------------
frei0r-plugins installs documentation files in
${prefix}/share/doc/${name}-${version}/html that are not registered to the
port. Curiously it also installs text files in
${prefix}/share/doc/${name}-${version} that are registered to the port.
{{{
$ find /opt/local/share/doc/frei0r-plugins-1.2.0 -type f
find: /opt/local/share/doc/frei0r-plugins-1.2.0: No such file or directory
$ sudo port install frei0r-plugins
---> Computing dependencies for frei0r-plugins
---> Fetching frei0r-plugins
---> Verifying checksum(s) for frei0r-plugins
---> Extracting frei0r-plugins
---> Configuring frei0r-plugins
---> Building frei0r-plugins
---> Staging frei0r-plugins into destroot
---> Installing frei0r-plugins @1.2_0
---> Activating frei0r-plugins @1.2_0
---> Cleaning frei0r-plugins
$ find /opt/local/share/doc/frei0r-plugins-1.2.0 -type f
/opt/local/share/doc/frei0r-plugins-1.2.0/AUTHORS
/opt/local/share/doc/frei0r-plugins-1.2.0/ChangeLog
/opt/local/share/doc/frei0r-plugins-1.2.0/html/annotated.html
/opt/local/share/doc/frei0r-plugins-1.2.0/html/bc_s.png
[snip]
/opt/local/share/doc/frei0r-plugins-1.2.0/html/tabs.css
/opt/local/share/doc/frei0r-plugins-1.2.0/html/tree.html
/opt/local/share/doc/frei0r-plugins-1.2.0/README
/opt/local/share/doc/frei0r-plugins-1.2.0/TODO
$ find /opt/local/share/doc/frei0r-plugins-1.2.0 -type f | xargs port
provides
/opt/local/share/doc/frei0r-plugins-1.2.0/AUTHORS is provided by: frei0r-
plugins
/opt/local/share/doc/frei0r-plugins-1.2.0/ChangeLog is provided by:
frei0r-plugins
/opt/local/share/doc/frei0r-plugins-1.2.0/html/annotated.html is not
provided by a MacPorts port.
/opt/local/share/doc/frei0r-plugins-1.2.0/html/bc_s.png is not provided by
a MacPorts port.
[snip]
/opt/local/share/doc/frei0r-plugins-1.2.0/html/tabs.css is not provided by
a MacPorts port.
/opt/local/share/doc/frei0r-plugins-1.2.0/html/tree.html is not provided
by a MacPorts port.
/opt/local/share/doc/frei0r-plugins-1.2.0/README is provided by: frei0r-
plugins
/opt/local/share/doc/frei0r-plugins-1.2.0/TODO is provided by: frei0r-
plugins
$
}}}
Ideally, in addition to fixing the above, the documentation directory's
name would be changed so it does not contain the version number.
--
Ticket URL: <https://trac.macports.org/ticket/26547>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list