summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Font-TTF
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Font-TTF')
-rw-r--r--dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild22
-rw-r--r--dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild25
-rw-r--r--dev-perl/Font-TTF/Manifest2
-rw-r--r--dev-perl/Font-TTF/metadata.xml83
4 files changed, 132 insertions, 0 deletions
diff --git a/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild b/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild
new file mode 100644
index 000000000000..537551d8cee5
--- /dev/null
+++ b/dev-perl/Font-TTF/Font-TTF-0.480.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MHOSKEN
+MODULE_VERSION=0.48
+inherit perl-module
+
+DESCRIPTION="module for compiling and altering fonts"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="virtual/perl-IO-Compress
+ dev-perl/XML-Parser"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild b/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild
new file mode 100644
index 000000000000..a6f4c31fbfb7
--- /dev/null
+++ b/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MHOSKEN
+MODULE_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="module for compiling and altering fonts"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-IO-Compress
+ dev-perl/IO-String
+ dev-perl/XML-Parser
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Font-TTF/Manifest b/dev-perl/Font-TTF/Manifest
new file mode 100644
index 000000000000..773ea932a427
--- /dev/null
+++ b/dev-perl/Font-TTF/Manifest
@@ -0,0 +1,2 @@
+DIST Font-TTF-0.48.tar.gz 201426 SHA256 f924dec242312dfbe2740b8f6f03c491b007c3494b9e3c8d2f432a18d13e1f52 SHA512 3458472a2985d14e07820d911fb1bf5ef6f9deac9d6ba8da3ea6f3576fb5df37487a7ca8c378cff2d97a7b0dd79655173a404b718ca7a089e9dc0c9be28e9157 WHIRLPOOL f4828e404e9a5e761af25fb99c369b76af410d1d6fa696b0a668bd4fe7ba7108af7d3b316b0782fde96b0c1c2f2207000fb8ec797fc9dedb8920d3b600a68afd
+DIST Font-TTF-1.02.tar.gz 220317 SHA256 ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa SHA512 0115330def2df1489826631af2b93675f8496b2cf24891666fe5a6578a9374f2f889bf01aa8a95620fd4475987e1f60a76f6eb05fda6d899a72edb7772ce1d9a WHIRLPOOL 16a720db81087e7a3323240a709ba6b095aad9f80b098103f2d443dbc7b3428924883d5bc1180abdc2e494e6f7005733c400f1e68d1ae8475b0de990431d9a9c
diff --git a/dev-perl/Font-TTF/metadata.xml b/dev-perl/Font-TTF/metadata.xml
new file mode 100644
index 000000000000..7919afc80ec6
--- /dev/null
+++ b/dev-perl/Font-TTF/metadata.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>fonts</herd>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Font-TTF</remote-id>
+ <remote-id type="cpan-module">Font::TTF</remote-id>
+ <remote-id type="cpan-module">Font::TTF::AATKern</remote-id>
+ <remote-id type="cpan-module">Font::TTF::AATutils</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Anchor</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Bsln</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Cmap</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Coverage</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Cvt_</remote-id>
+ <remote-id type="cpan-module">Font::TTF::DSIG</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Delta</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Dumper</remote-id>
+ <remote-id type="cpan-module">Font::TTF::EBDT</remote-id>
+ <remote-id type="cpan-module">Font::TTF::EBLC</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Fdsc</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Feat</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Features::Cvar</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Features::Size</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Features::Sset</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Fmtx</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Font</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Fpgm</remote-id>
+ <remote-id type="cpan-module">Font::TTF::GDEF</remote-id>
+ <remote-id type="cpan-module">Font::TTF::GPOS</remote-id>
+ <remote-id type="cpan-module">Font::TTF::GSUB</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Glat</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Gloc</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Glyf</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Glyph</remote-id>
+ <remote-id type="cpan-module">Font::TTF::GrFeat</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Hdmx</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Head</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Hhea</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Hmtx</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern::ClassArray</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern::CompactClassArray</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern::OrderedList</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern::StateTable</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Kern::Subtable</remote-id>
+ <remote-id type="cpan-module">Font::TTF::LTSH</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Loca</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Maxp</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Chain</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Contextual</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Insertion</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Ligature</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Noncontextual</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Rearrangement</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Mort::Subtable</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Name</remote-id>
+ <remote-id type="cpan-module">Font::TTF::OS_2</remote-id>
+ <remote-id type="cpan-module">Font::TTF::OTTags</remote-id>
+ <remote-id type="cpan-module">Font::TTF::OldCmap</remote-id>
+ <remote-id type="cpan-module">Font::TTF::OldMort</remote-id>
+ <remote-id type="cpan-module">Font::TTF::PCLT</remote-id>
+ <remote-id type="cpan-module">Font::TTF::PSNames</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Post</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Prep</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Prop</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Segarr</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Silf</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Sill</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Table</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Ttc</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Ttopen</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Utils</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Vhea</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Vmtx</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Win32</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Woff</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Woff::MetaData</remote-id>
+ <remote-id type="cpan-module">Font::TTF::Woff::PrivateData</remote-id>
+ <remote-id type="cpan-module">Font::TTF::XMLparse</remote-id>
+ </upstream>
+</pkgmetadata>