diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-08 10:58:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-08 10:58:52 +0000 |
commit | 1ba72eebba6e557a80e2d389233598b246880580 (patch) | |
tree | bbec1a2a71a941e841aed975d9098825f2a320a9 /fonts/tex-ly1 | |
parent | cfe27fd5a1d69f91f34d7dab18b9913c447d7540 (diff) | |
download | pkgsrc-1ba72eebba6e557a80e2d389233598b246880580.tar.gz |
Set HOMEPAGE and LICENSE.
Diffstat (limited to 'fonts/tex-ly1')
-rw-r--r-- | fonts/tex-ly1/DESCR | 11 | ||||
-rw-r--r-- | fonts/tex-ly1/Makefile | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/fonts/tex-ly1/DESCR b/fonts/tex-ly1/DESCR index cb7aa4f943c..6a57b33846f 100644 --- a/fonts/tex-ly1/DESCR +++ b/fonts/tex-ly1/DESCR @@ -1,5 +1,6 @@ -The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations of ANSI -standards) encoding lives on, even after the decease of the company; it -is known in the LaTeX scheme of things as LY1 encoding. This bundle -includes metrics and LaTeX macros to use the basic three (Times, -Helvetica and Courier) Adobe Type 1 fonts in LaTeX using LY1 encoding. +The Y&Y 'texnansi' (TeX and ANSI, for Microsoft interpretations +of ANSI standards) encoding lives on, even after the decease of +the company; it is known in the LaTeX scheme of things as LY1 +encoding. This bundle includes metrics and LaTeX macros to use +the basic three (Times, Helvetica and Courier) Adobe Type 1 +fonts in LaTeX using LY1 encoding. diff --git a/fonts/tex-ly1/Makefile b/fonts/tex-ly1/Makefile index ce40e53a768..7e4716c685b 100644 --- a/fonts/tex-ly1/Makefile +++ b/fonts/tex-ly1/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2011/01/21 18:42:04 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2015/05/08 10:58:52 wiz Exp $ DISTNAME= ly1 PKGNAME= tex-${DISTNAME}-2010.21086 TEXLIVE_REV= 21086 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/ly1 COMMENT= Support for LY1 LaTeX encoding +LICENSE= lppl-1.3c .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |