diff options
Diffstat (limited to 'print/tex-subfig')
-rw-r--r-- | print/tex-subfig/DESCR | 15 | ||||
-rw-r--r-- | print/tex-subfig/Makefile | 15 | ||||
-rw-r--r-- | print/tex-subfig/PLIST | 3 | ||||
-rw-r--r-- | print/tex-subfig/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/print/tex-subfig/DESCR b/print/tex-subfig/DESCR new file mode 100644 index 00000000000..6ddc3b1e979 --- /dev/null +++ b/print/tex-subfig/DESCR @@ -0,0 +1,15 @@ +The package provides support for the manipulation and reference of small +or `sub' figures and tables within a single figure or table +environment. It is convenient to use this package when your subfigures +are to be separately captioned, referenced, or are to be included in the +List-of-Figures. A new \subfigure command is introduced which can be +used inside a figure environment for each subfigure. An optional first +argument is used as the caption for that subfigure. This package +supersedes the subfigure package (which will continue to be supported, +but no longer maintained). The name has changed because the subfig +package is not completely backward compatible with the older subfigure +package due to an extensive rewrite to use the new caption package to +produce its subcaptions. The major advantage to the new package is that +the user interface is keyword/value driven and easier to use. To ease +the transition from the subfigure package it includes a configuration +file (subfig.cfg) which nearly emulates the subfigure package. diff --git a/print/tex-subfig/Makefile b/print/tex-subfig/Makefile new file mode 100644 index 00000000000..aec0f2a054d --- /dev/null +++ b/print/tex-subfig/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 23:28:20 minskim Exp $ +# TeX Live Revision 7340 + +DISTNAME= subfig +PKGNAME= tex-${DISTNAME}-1.3 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Figures broken into subfigures + +CONFLICTS+= teTeX-texmf<=3.0nb19 +DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-subfig/PLIST b/print/tex-subfig/PLIST new file mode 100644 index 00000000000..fd8d946b9cb --- /dev/null +++ b/print/tex-subfig/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/16 23:28:20 minskim Exp $ +share/texmf-dist/tex/latex/subfig/altsf.cfg +share/texmf-dist/tex/latex/subfig/subfig.sty diff --git a/print/tex-subfig/distinfo b/print/tex-subfig/distinfo new file mode 100644 index 00000000000..22432bd23fc --- /dev/null +++ b/print/tex-subfig/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/16 23:28:20 minskim Exp $ + +SHA1 (tex-subfig-1.3/subfig.tar.lzma) = c953c1095275905249b551ce27d94c8c368d2c5c +RMD160 (tex-subfig-1.3/subfig.tar.lzma) = 41b553618805edb267dedfed6d0738bff11e53b2 +Size (tex-subfig-1.3/subfig.tar.lzma) = 6800 bytes |