diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-18 17:23:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-18 17:23:27 +0000 |
commit | 679b298d0d3734a28c8e1ffd8ad5a21308149416 (patch) | |
tree | 0f9a23e3aa88750e0c1e829ea1f6a6acffe44ac9 /Master | |
parent | 2e02cce7a5f374586426ae83982f5bbbd5811966 (diff) |
rm ogham, license noinfo
git-svn-id: svn://tug.org/texlive/trunk@24862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/ogham/testfont.pdf | bin | 25980 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/fonts/source/public/ogham/ogham.mf | 147 | ||||
-rw-r--r-- | Master/texmf-dist/fonts/tfm/public/ogham/ogham.tfm | bin | 296 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ogham.tlpsrc | 0 |
7 files changed, 3 insertions, 151 deletions
diff --git a/Master/texmf-dist/doc/latex/ogham/testfont.pdf b/Master/texmf-dist/doc/latex/ogham/testfont.pdf Binary files differdeleted file mode 100644 index d8f620e23b0..00000000000 --- a/Master/texmf-dist/doc/latex/ogham/testfont.pdf +++ /dev/null diff --git a/Master/texmf-dist/fonts/source/public/ogham/ogham.mf b/Master/texmf-dist/fonts/source/public/ogham/ogham.mf deleted file mode 100644 index fe4f7995baf..00000000000 --- a/Master/texmf-dist/fonts/source/public/ogham/ogham.mf +++ /dev/null @@ -1,147 +0,0 @@ -% ogham.mf -% This font was designed by Alan M Stanier ( alan@essex.ac.uk ), -% at Essex University Computer Service, Colchester, Essex CO4 3EA. England. -% -% If you make significant additions or improvements to the font, please email me an updated version -% -% -% The OGHAM alphabet is found on a number of Irish and Pictish -% carvings dated from the 4th century AD. -% The characters touch or cross the edges of the stone. -% -% There are 20 characters in the alphabet, representing: -% -% a o u e i -% b l v s n -% h d t c q -% m g ng z r -% -% I have coded ng as 'j'. -% -% Each character is given in lower case (as carved on vertical edges) -% and upper case (as carved on horizontal edges). -% -mg#:=.4pt#; % a unit length, not a magnification. - -mode_setup; -font_size 10pt#; - -pensize#:=1.25*mg#; -bigpensize#:=2.0*mg#; -height#:=15pt#; -bigheight#:=20pt#; -define_pixels(mg); -define_blacker_pixels(pensize,bigpensize); - -def getpen = pickup pencircle scaled pensize enddef; -def getbigpen = pickup pencircle scaled bigpensize enddef; - -def top = - getbigpen; - draw (-5*mg,15*mg) -- (40*mg,15*mg); - getpen; -enddef; - -def bigtop = - getbigpen; - draw (-5,15*mg) -- (50*mg,15*mg); - getpen; -enddef; - -def edge = - getbigpen; - draw (15*mg,0) -- (15*mg,30*mg); - getpen; -enddef; - -def bigedge = - getbigpen; - draw (15*mg,0) -- (15*mg,40*mg); - getpen; -enddef; - -def full(expr n) = - edge; - for i = 1 upto n: draw (0,5*i*mg) -- (30*mg,5*i*mg); endfor -enddef; - -def lineright(expr n) = - edge; - for i = 1 upto n: draw (15*mg,5*i*mg) -- (30*mg,5*i*mg); endfor -enddef; - -def lineleft(expr n) = - edge; - for i = 1 upto n: draw (0,5*i*mg) -- (15*mg,5*i*mg); endfor -enddef; - -def slope(expr n) = - bigedge; - for i = 1 upto n: draw (0,(6*i+16)*mg) -- (30*mg,6*(i-1)*mg); endfor -enddef; - -def across(expr n) = - top; - for i = 1 upto n: draw (5*i*mg,0) -- (5*i*mg,30*mg); endfor -enddef; - -def lineup(expr n) = - top; - for i = 1 upto n: draw (5*i*mg,15*mg) -- (5*i*mg,30*mg); endfor -enddef; - -def linedown(expr n) = - top; - for i = 1 upto n: draw (5*i*mg,0) -- (5*i*mg,15*mg); endfor -enddef; - -def lean(expr n) = - bigtop; - for i = 1 upto n: draw (6*(i-1)*mg,0) -- ((6*i+16)*mg,30*mg); endfor -enddef; - -beginchar("a",height#,height#,0); full(1); endchar; -beginchar("A",height#,height#,0); across(1); endchar; -beginchar("o",height#,height#,0); full(2); endchar; -beginchar("O",height#,height#,0); across(2); endchar; -beginchar("u",height#,height#,0); full(3); endchar; -beginchar("U",height#,height#,0); across(3); endchar; -beginchar("e",height#,height#,0); full(4); endchar; -beginchar("E",height#,height#,0); across(4); endchar; -beginchar("i",height#,height#,0); full(5); endchar; -beginchar("I",height#,height#,0); across(5); endchar; - -beginchar("b",height#,height#,0); lineright(1); endchar; -beginchar("B",height#,height#,0); linedown(1); endchar; -beginchar("l",height#,height#,0); lineright(2); endchar; -beginchar("L",height#,height#,0); linedown(2); endchar; -beginchar("v",height#,height#,0); lineright(3); endchar; -beginchar("V",height#,height#,0); linedown(3); endchar; -beginchar("s",height#,height#,0); lineright(4); endchar; -beginchar("S",height#,height#,0); linedown(4); endchar; -beginchar("n",height#,height#,0); lineright(5); endchar; -beginchar("N",height#,height#,0); linedown(5); endchar; - -beginchar("h",height#,height#,0); lineleft(1); endchar; -beginchar("H",height#,height#,0); lineup(1); endchar; -beginchar("d",height#,height#,0); lineleft(2); endchar; -beginchar("D",height#,height#,0); lineup(2); endchar; -beginchar("t",height#,height#,0); lineleft(3); endchar; -beginchar("T",height#,height#,0); lineup(3); endchar; -beginchar("c",height#,height#,0); lineleft(4); endchar; -beginchar("C",height#,height#,0); lineup(4); endchar; -beginchar("q",height#,height#,0); lineleft(5); endchar; -beginchar("Q",height#,height#,0); lineup(5); endchar; - -beginchar("m",height#,bigheight#,0); slope(1); endchar; -beginchar("M",bigheight#,height#,0); lean(1); endchar; -beginchar("g",height#,bigheight#,0); slope(2); endchar; -beginchar("G",bigheight#,height#,0); lean(2); endchar; -beginchar("j",height#,bigheight#,0); slope(3); endchar; -beginchar("J",bigheight#,height#,0); lean(3); endchar; -beginchar("z",height#,bigheight#,0); slope(4); endchar; -beginchar("Z",bigheight#,height#,0); lean(4); endchar; -beginchar("r",height#,bigheight#,0); slope(5); endchar; -beginchar("R",bigheight#,height#,0); lean(5); endchar; - -end diff --git a/Master/texmf-dist/fonts/tfm/public/ogham/ogham.tfm b/Master/texmf-dist/fonts/tfm/public/ogham/ogham.tfm Binary files differdeleted file mode 100644 index bca89a60918..00000000000 --- a/Master/texmf-dist/fonts/tfm/public/ogham/ogham.tfm +++ /dev/null diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e1ca8dca04c..e41e39cd427 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -42,7 +42,7 @@ my @TLP_working = qw( asaetr ascelike ascii ascii-chart assignment astro asyfig asymptote-faq-zh-cn asymptote-by-example-zh-cn asymptote-manual-zh-cn attachfile - augie auncial-new aurical authorindex + augie auncial-new aurical authoraftertitle authorindex auto-pst-pdf autoarea automata avantgar b1encoding babel babelbib background bangtex barcodes bardiag barr bartel-chess-fonts bashful baskervald @@ -278,7 +278,7 @@ my @TLP_working = qw( nomencl nomentbl nonfloat nonumonpart nopageno nostarch notes notes2bib notoccite nowidow nrc ntgclass ntheorem ntheorem-vn nuc numericplots numname numprint - oberdiek objectz ocgtools ocr-b ocr-b-outline ocr-latex octavo ofs ogham + oberdiek objectz ocgtools ocr-b ocr-b-outline ocr-latex octavo ofs oldlatin oldstandard oldstyle onlyamsmath onrannual opcit opensans optional ordinalpt orkhun ot-tableau othello othelloboard diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9b687379a57..f3ebdb6f0a4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -111,7 +111,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'augie', "&MAKEaugie", 'aurical', "&MAKEaurical", 'aurora', "die 'skipping, nocommercial license'", - 'authoraftertitle', "die 'skipping, non-specific license'", 'auto1', "die 'skipping, nonfree font support'", 'autolatex', "die 'skipping, too complicated, sorry'", 'autotab', "die 'skipping, noinfo license, latex 2.09'", @@ -592,6 +591,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ocr-b-outline',"&MAKEflatten", 'oesch', "die 'skipping, nosell license'", 'ofs', "&MAKEflatten", + 'ogham', "die 'skipping, no license'", 'ogonek', "die 'skipping, nonfree license'", 'oldstandard', "&MAKEflatten", 'omegajapanese',"&MAKEflatten", diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 83216fd3ad4..1e40a3a2c57 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -125,7 +125,6 @@ depend nkarta depend ocherokee depend ocr-b depend ocr-b-outline -depend ogham depend oinuit depend oldlatin depend oldstandard diff --git a/Master/tlpkg/tlpsrc/ogham.tlpsrc b/Master/tlpkg/tlpsrc/ogham.tlpsrc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/Master/tlpkg/tlpsrc/ogham.tlpsrc +++ /dev/null |