summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-05 18:09:04 +0000
committerwiz <wiz>2015-05-05 18:09:04 +0000
commit15827dc9dbb19454b31a3804c688c3dbe0ffed7f (patch)
tree9e9f490a4dbdda06b750b0920da330cde1c90f96 /print
parenta08a479a952464ad3cc3846e869cc3b88f26a33f (diff)
downloadpkgsrc-15827dc9dbb19454b31a3804c688c3dbe0ffed7f.tar.gz
Update HOMEPAGE, set LICENSE.
XXX: this should be version 0.5 instead of 0.6
Diffstat (limited to 'print')
-rw-r--r--print/tex-ifxetex-doc/DESCR2
-rw-r--r--print/tex-ifxetex-doc/Makefile6
-rw-r--r--print/tex-ifxetex/DESCR8
-rw-r--r--print/tex-ifxetex/Makefile6
4 files changed, 13 insertions, 9 deletions
diff --git a/print/tex-ifxetex-doc/DESCR b/print/tex-ifxetex-doc/DESCR
index a129d989f84..315b6387c6e 100644
--- a/print/tex-ifxetex-doc/DESCR
+++ b/print/tex-ifxetex-doc/DESCR
@@ -1 +1 @@
-This is documentation for tex-ifxetex.
+Documentation for tex-ifxetex.
diff --git a/print/tex-ifxetex-doc/Makefile b/print/tex-ifxetex-doc/Makefile
index 981326aaa63..c4d53f8825c 100644
--- a/print/tex-ifxetex-doc/Makefile
+++ b/print/tex-ifxetex-doc/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2010/09/19 23:00:24 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2015/05/05 18:09:56 wiz Exp $
DISTNAME= ifxetex.doc
+# actually, revision 19685 is version 0.5
PKGNAME= tex-${DISTNAME:S/./-/}-0.6
TEXLIVE_REV= 19685
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://tug.ctan.org/tex-archive/help/Catalogue/entries/ifxetex.html
+HOMEPAGE= http://ctan.org/pkg/ifxetex
COMMENT= Documentation for tex-ifxetex
+LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-ifxetex/DESCR b/print/tex-ifxetex/DESCR
index 2e3a7bcc4f8..7fde50d7c50 100644
--- a/print/tex-ifxetex/DESCR
+++ b/print/tex-ifxetex/DESCR
@@ -1,4 +1,4 @@
-This simple TeX package defines the \ifxetex boolean for testing
-whether the TeX-variant XeTeX is being used for typesetting. Also
-provides the \RequireXeTeX command which throws an error if XeTeX
-is not the engine in use.
+A simple package which provides an \ifxetex conditional, so
+that other code can determine that it is running under XeTeX.
+The package requires the e-TeX extensions to the TeX primitive
+set.
diff --git a/print/tex-ifxetex/Makefile b/print/tex-ifxetex/Makefile
index 7af7569c961..a74d5b8f11e 100644
--- a/print/tex-ifxetex/Makefile
+++ b/print/tex-ifxetex/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2010/09/19 23:00:24 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2015/05/05 18:09:04 wiz Exp $
DISTNAME= ifxetex
+# actually, revision 19685 is 0.5
PKGNAME= tex-${DISTNAME}-0.6
TEXLIVE_REV= 19685
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://tug.ctan.org/tex-archive/help/Catalogue/entries/ifxetex.html
+HOMEPAGE= http://ctan.org/pkg/ifxetex
COMMENT= TeX package to determine if running under XeTeX
+LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"