rfil 0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: rfil
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.2"
7
+ date: 2006-09-05 00:00:00 +02:00
8
+ summary: Library for TeX font installation
9
+ require_paths:
10
+ - lib
11
+ email: patrick @nospam@ gundla.ch
12
+ homepage: http://rfil.rubyforge.org/
13
+ rubyforge_project:
14
+ description: TeX font installer library.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: examples
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors: []
30
+
31
+ files:
32
+ - examples/afm2tfm.rb
33
+ - examples/plinfo
34
+ - examples/pldiff
35
+ - examples/afminfo
36
+ - examples/rfont
37
+ - examples/encodingtable
38
+ - examples/rfii
39
+ - README
40
+ - COPYING
41
+ - lib/rfil/font.rb
42
+ - lib/rfil/fontcollection.rb
43
+ - lib/rfil/helper.rb
44
+ - lib/rfil/rfi.rb
45
+ - lib/rfil/rfi_plugin_context.rb
46
+ - lib/rfil/rfi_plugin_latex.rb
47
+ - lib/rfil/version.rb
48
+ - lib/rfil/font/afm.rb
49
+ - lib/rfil/font/glyph.rb
50
+ - lib/rfil/font/metric.rb
51
+ - lib/rfil/font/truetype.rb
52
+ - lib/tex/enc.rb
53
+ - lib/tex/kpathsea.rb
54
+ - lib/tex/tfm.rb
55
+ - lib/tex/vf.rb
56
+ test_files: []
57
+
58
+ rdoc_options:
59
+ - --main
60
+ - README
61
+ - --title
62
+ - ConTeXt Setup
63
+ - -A
64
+ - documented_as_accessor=RW,documented_as_reader=R
65
+ extra_rdoc_files:
66
+ - README
67
+ - examples/afm2tfm.rb
68
+ - examples/plinfo
69
+ - examples/pldiff
70
+ - examples/afminfo
71
+ - examples/rfont
72
+ - examples/encodingtable
73
+ - examples/rfii
74
+ executables:
75
+ - afm2tfm.rb
76
+ - encodingtable
77
+ - afminfo
78
+ - plinfo
79
+ - pldiff
80
+ - rfont
81
+ extensions: []
82
+
83
+ requirements: []
84
+
85
+ dependencies: []
86
+