summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-11-09 19:01:42 +0000
committerminskim <minskim@pkgsrc.org>2010-11-09 19:01:42 +0000
commit2b6db8a4c0bc7ef19715b6ce184bd313991da69f (patch)
treed63fd5121de2fb73f293309b74d246722fbf898d /print
parentdb570786a8803e22483882078b3d35d4156d919c (diff)
downloadpkgsrc-2b6db8a4c0bc7ef19715b6ce184bd313991da69f.tar.gz
Update tex-chemarrow to 0.9. Up-to-date fonts included in TeX Live 2010.
Patches provided by Nicolas Thauvin.
Diffstat (limited to 'print')
-rw-r--r--print/tex-chemarrow/DESCR5
-rw-r--r--print/tex-chemarrow/Makefile41
-rw-r--r--print/tex-chemarrow/PLIST18
-rw-r--r--print/tex-chemarrow/distinfo8
4 files changed, 24 insertions, 48 deletions
diff --git a/print/tex-chemarrow/DESCR b/print/tex-chemarrow/DESCR
index c6709570bca..c7c2d4c97af 100644
--- a/print/tex-chemarrow/DESCR
+++ b/print/tex-chemarrow/DESCR
@@ -7,3 +7,8 @@ like the "standard" ones you will find in books or journals on chemistry.
The macro chemarrow.sty in conjunction with the font arrow.mf is supposed
to make the typesetting of chemical reaction schemes in LaTeX easier and
especially nicer looking.
+
+This bundle consists of a font (available as metafont source,
+metapost source, and generated type 1 versions), and a package
+to use it. The arrows in the font are designed to look more
+like those in chemistry text-books than do Knuth's originals.
diff --git a/print/tex-chemarrow/Makefile b/print/tex-chemarrow/Makefile
index 6b15c74a9eb..05e002ec52c 100644
--- a/print/tex-chemarrow/Makefile
+++ b/print/tex-chemarrow/Makefile
@@ -1,42 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2010/01/27 16:06:46 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.11 2010/11/09 19:01:42 minskim Exp $
DISTNAME= chemarrow
-PKGNAME= tex-${DISTNAME}-0.1
-PKGREVISION= 3
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
-EXTRACT_SUFX= .zip
+PKGNAME= tex-${DISTNAME}-0.9
+TEXLIVE_REV= 17146
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://tug.ctan.org/tex-archive/help/Catalogue/entries/chemarrow.html
-COMMENT= New arrow heads for chemical reaction schemes
+COMMENT= Arrows for use in chemistry
-PKG_DESTDIR_SUPPORT= user-destdir
-
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-USE_TOOLS+= pax
-
-.include "../../print/teTeX/module.mk"
-
-post-extract:
- @cd ${WRKSRC}/type1 && ${UNZIP_CMD} -Laqo arrow.PC.zip
-
-INSTALLATION_DIRS+= ${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow \
- ${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow \
- ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow \
- ${PREFIX}/share/fonts/chemarrow
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/arrow.mf \
- ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow
- ${INSTALL_DATA} ${WRKSRC}/arrow.tfm \
- ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow
- ${INSTALL_DATA} ${WRKSRC}/chemarrow.sty \
- ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow
- cd ${WRKSRC}/type1/arrow\ PC && pax -rw . \
- ${DESTDIR}${PREFIX}/share/fonts/chemarrow/
+TEX_MAP_FILES+= chemarrow.map
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-chemarrow/PLIST b/print/tex-chemarrow/PLIST
index 2a0ddb73b4a..0ee44fe7507 100644
--- a/print/tex-chemarrow/PLIST
+++ b/print/tex-chemarrow/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 21:16:22 joerg Exp $
-${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow/arrow.mf
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow/arrow.tfm
-${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow/chemarrow.sty
-share/fonts/chemarrow/Arrow.vfb
-share/fonts/chemarrow/arrow.afm
-share/fonts/chemarrow/arrow.inf
-share/fonts/chemarrow/arrow.pfb
-share/fonts/chemarrow/arrow.pfm
+@comment $NetBSD: PLIST,v 1.9 2010/11/09 19:01:42 minskim Exp $
+share/texmf-dist/fonts/afm/public/chemarrow/arrow.afm
+share/texmf-dist/fonts/map/dvips/chemarrow/chemarrow.map
+share/texmf-dist/fonts/source/public/chemarrow/arrow.mf
+share/texmf-dist/fonts/tfm/public/chemarrow/arrow.tfm
+share/texmf-dist/fonts/type1/public/chemarrow/arrow.inf
+share/texmf-dist/fonts/type1/public/chemarrow/arrow.pfb
+share/texmf-dist/fonts/type1/public/chemarrow/arrow.pfm
+share/texmf-dist/tex/latex/chemarrow/chemarrow.sty
diff --git a/print/tex-chemarrow/distinfo b/print/tex-chemarrow/distinfo
index 956f89f303c..c037c38c36b 100644
--- a/print/tex-chemarrow/distinfo
+++ b/print/tex-chemarrow/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2005/05/16 22:30:24 jschauma Exp $
+$NetBSD: distinfo,v 1.2 2010/11/09 19:01:42 minskim Exp $
-SHA1 (chemarrow.zip) = 7a26f3fa7457003eed39bd5f66d8aa476edee9bb
-RMD160 (chemarrow.zip) = 94c6ab9a5f65db09bc25e459b90e1f21b9fdbe83
-Size (chemarrow.zip) = 22687 bytes
+SHA1 (tex-chemarrow-17146/chemarrow.tar.xz) = 1be2857a64b9ef93961f876a1ee3a22293e8b437
+RMD160 (tex-chemarrow-17146/chemarrow.tar.xz) = 5a097aef74f1a1b5ccbc160279156b19329d13f1
+Size (tex-chemarrow-17146/chemarrow.tar.xz) = 5200 bytes