[140013] trunk/dports/devel/strigi/Portfile
Revision: 140013 https://trac.macports.org/changeset/140013 Author: khindenburg@macports.org Date: 2015-09-06 06:50:46 -0700 (Sun, 06 Sep 2015) Log Message: ----------- strigi: whitespace changes Modified Paths: -------------- trunk/dports/devel/strigi/Portfile Modified: trunk/dports/devel/strigi/Portfile =================================================================== --- trunk/dports/devel/strigi/Portfile 2015-09-06 13:30:37 UTC (rev 140012) +++ trunk/dports/devel/strigi/Portfile 2015-09-06 13:50:46 UTC (rev 140013) @@ -4,16 +4,23 @@ PortSystem 1.0 PortGroup kde4 1.1 -name strigi +name strigi version 0.7.8 revision 2 -categories devel +categories devel maintainers nomaintainer -license LGPL-2+ -description Fastest and smallest desktop searching program -long_description Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files. -platforms darwin +license LGPL-2+ +description Fastest and smallest desktop searching program +long_description \ + Strigi is a daemon which uses a very fast and efficient crawler that can \ + index data on your harddrive. Indexing operations are performed without \ + hammering your system, this makes Strigi the fastest and smallest desktop \ + searching program. Strigi can index different file formats, including the \ + contents of the archive files. + +platforms darwin + homepage http://www.vandenoever.info/software/strigi/ master_sites ${homepage} use_bzip2 yes @@ -43,9 +50,9 @@ # things because the build and destroot phases can be left at the default # values. -post-destroot { - xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath} COPYING AUTHORS ChangeLog ${destroot}${prefix}/share/doc/${name} +post-destroot { + xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} COPYING AUTHORS ChangeLog ${destroot}${prefix}/share/doc/${name} } livecheck.type regex
participants (1)
-
khindenburg@macports.org