From 668e7c74ecc9882b0038e876f93820102ab9f146 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 17 Mar 2016 08:35:00 +0200 Subject: [PATCH] perl-Font-TTF:moved into main --- .../language/perl/perl-Font-TTF/actions.py | 30 +++++++++++++ .../language/perl/perl-Font-TTF/pspec.xml | 43 +++++++++++++++++++ .../perl/perl-Font-TTF/translations.xml | 9 ++++ 3 files changed, 82 insertions(+) create mode 100644 programming/language/perl/perl-Font-TTF/actions.py create mode 100644 programming/language/perl/perl-Font-TTF/pspec.xml create mode 100644 programming/language/perl/perl-Font-TTF/translations.xml diff --git a/programming/language/perl/perl-Font-TTF/actions.py b/programming/language/perl/perl-Font-TTF/actions.py new file mode 100644 index 0000000000..2b71d9f5db --- /dev/null +++ b/programming/language/perl/perl-Font-TTF/actions.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import perlmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + +WorkDir="Font-TTF-%s" % get.srcVERSION() + +def setup(): + for d in ("README.TXT", "TODO", "Changes"): + shelltools.chmod(d, 0644) + + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + #perlmodules.make("test") + +def install(): + perlmodules.install() + + pisitools.dodoc("README*", "TODO", "Changes") diff --git a/programming/language/perl/perl-Font-TTF/pspec.xml b/programming/language/perl/perl-Font-TTF/pspec.xml new file mode 100644 index 0000000000..34ed6f8cf0 --- /dev/null +++ b/programming/language/perl/perl-Font-TTF/pspec.xml @@ -0,0 +1,43 @@ + + + + + perl-Font-TTF + http://search.cpan.org/dist/Font-TTF + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2 + library + Perl module for TrueType Font hacking + 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. + http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/Font-TTF-1.05.tar.gz + + perl + perl-IO-String + + + + + perl-Font-TTF + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2016-03-17 + 1.05 + version bump + Ayhan Yalçınsoy + ayhanyalcinoys@pisilinux.org + + + diff --git a/programming/language/perl/perl-Font-TTF/translations.xml b/programming/language/perl/perl-Font-TTF/translations.xml new file mode 100644 index 0000000000..7ab6ebe0e3 --- /dev/null +++ b/programming/language/perl/perl-Font-TTF/translations.xml @@ -0,0 +1,9 @@ + + + + perl-Font-TTF + TrueType yazıtipleri için Perl modülü + perl-Font-TTF, çok sayıda dosya biçimini TrueType/OpenType yazıtipine dönüştürmenizi sağlayan bir Perl modülüdür. + + +