Tue May 5 18:39:01 2015 UTC ()
Set HOMEPAGE.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-plain/DESCR
diff -r1.9 -r1.10 pkgsrc/print/tex-plain/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-plain/DESCR (expand / switch to unified diff)

--- pkgsrc/print/tex-plain/DESCR 2009/04/13 07:19:45 1.1.1.1
+++ pkgsrc/print/tex-plain/DESCR 2015/05/05 18:39:01 1.2
@@ -1,2 +1,3 @@ @@ -1,2 +1,3 @@
1The file plain.tex is used to build the Plain TeX format, as described 1Contains files used to build the Plain TeX format, as described
2in the TeXbook. 2in the TeXbook, together with various supporting files (some
 3also discussed in the book).

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-plain/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-plain/Makefile 2015/04/25 04:16:35 1.9
+++ pkgsrc/print/tex-plain/Makefile 2015/05/05 18:39:01 1.10
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.9 2015/04/25 04:16:35 markd Exp $ 1# $NetBSD: Makefile,v 1.10 2015/05/05 18:39:01 wiz Exp $
2 2
3DISTNAME= plain 3DISTNAME= plain
4PKGNAME= tex-${DISTNAME}-3.141592653.35821 4PKGNAME= tex-${DISTNAME}-3.141592653.35821
5TEXLIVE_REV= 35821 5TEXLIVE_REV= 35821
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
 8HOMEPAGE= http://ctan.org/pkg/plain
8COMMENT= The Plain TeX format 9COMMENT= The Plain TeX format
 10#LICENSE= knuth
9 11
10CONFLICTS+= teTeX-texmf<=3.0nb11 12CONFLICTS+= teTeX-texmf<=3.0nb11
11DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts 13DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
12DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm 14DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm
13DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base 15DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base
14DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc 16DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc
15 17
16.include "../../print/texlive/package.mk" 18.include "../../print/texlive/package.mk"
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"