12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Font-TTF</Name>
- <Homepage>http://search.cpan.org/dist/Font-TTF</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Perl module for TrueType Font hacking</Summary>
- <Description>perl-Font-TTF is a Perl module that allows you to do almost anything to a TrueType/OpenType Font including modifying and inspecting nearly all tables.</Description>
- <Archive sha1sum="2cd694692305c514335c345a4ecf12c4e3eb4dd4" type="targz">http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-1.05.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-IO-String</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Font-TTF</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-24</Date>
- <Version>1.05</Version>
- <Comment>Rebuild for new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.05</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-27</Date>
- <Version>1.05</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinoys@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|