From 82cb8895a06081d77c888d6e102854a4e0f0c1b2 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 2 Jun 2010 20:08:58 +0000 Subject: Import tex-asyfig-0.1c as graphics/tex-asyfig. The package provides a means of reading Asymptote figures from separate files, rather than within the document, as is standard in the asymptote package, which is provided as part of the Asymptote bundle. The asymptote way can prove cumbersome in a large document; the present package allows the user to process one picture at a time, in simple test documents, and then to migrate (with no fuss) to their use in the target document. --- graphics/tex-asyfig/DESCR | 7 +++++++ graphics/tex-asyfig/Makefile | 11 +++++++++++ graphics/tex-asyfig/PLIST | 4 ++++ graphics/tex-asyfig/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 graphics/tex-asyfig/DESCR create mode 100644 graphics/tex-asyfig/Makefile create mode 100644 graphics/tex-asyfig/PLIST create mode 100644 graphics/tex-asyfig/distinfo (limited to 'graphics') diff --git a/graphics/tex-asyfig/DESCR b/graphics/tex-asyfig/DESCR new file mode 100644 index 00000000000..119a947f910 --- /dev/null +++ b/graphics/tex-asyfig/DESCR @@ -0,0 +1,7 @@ +The package provides a means of reading Asymptote figures from separate +files, rather than within the document, as is standard in the asymptote +package, which is provided as part of the Asymptote bundle. The +asymptote way can prove cumbersome in a large document; the present +package allows the user to process one picture at a time, in simple test +documents, and then to migrate (with no fuss) to their use in the target +document. diff --git a/graphics/tex-asyfig/Makefile b/graphics/tex-asyfig/Makefile new file mode 100644 index 00000000000..db34d238b68 --- /dev/null +++ b/graphics/tex-asyfig/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/02 20:08:58 minskim Exp $ + +DISTNAME= asyfig +PKGNAME= tex-${DISTNAME}-0.1c +TEXLIVE_REV= 17512 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Commands for using Asymptote figures + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-asyfig/PLIST b/graphics/tex-asyfig/PLIST new file mode 100644 index 00000000000..466786355d5 --- /dev/null +++ b/graphics/tex-asyfig/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/02 20:08:58 minskim Exp $ +share/texmf-dist/tex/latex/asyfig/asyalign.sty +share/texmf-dist/tex/latex/asyfig/asyfig.sty +share/texmf-dist/tex/latex/asyfig/asyprocess.sty diff --git a/graphics/tex-asyfig/distinfo b/graphics/tex-asyfig/distinfo new file mode 100644 index 00000000000..819f53c3163 --- /dev/null +++ b/graphics/tex-asyfig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/06/02 20:08:58 minskim Exp $ + +SHA1 (tex-asyfig-17512/asyfig.tar.xz) = 60ae50e1a4ae5f3383b75dc601ccbc4a913e2c40 +RMD160 (tex-asyfig-17512/asyfig.tar.xz) = f005fc9bdc5e30c5448b623b25860cf3fe32dcb9 +Size (tex-asyfig-17512/asyfig.tar.xz) = 3212 bytes -- cgit v1.2.3