diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-fixme/DESCR | 8 | ||||
-rw-r--r-- | print/tex-fixme/Makefile | 28 | ||||
-rw-r--r-- | print/tex-fixme/PLIST | 10 | ||||
-rw-r--r-- | print/tex-fixme/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/print/tex-fixme/DESCR b/print/tex-fixme/DESCR new file mode 100644 index 00000000000..45ffc6fe5a7 --- /dev/null +++ b/print/tex-fixme/DESCR @@ -0,0 +1,8 @@ +This package provides you with a way of inserting fixme notes in your +documents. Such notes can appear inline, as marginal notes, +footnotes, index entries, in the log file and as warnings on stdout. +It is also possible to summarize them in a list. When you switch from +draft to final mode, any remaining fixme note will be logged, but +removed from the document's body. Additionally, critical notes will +abort compilation with an informative message. FiXme also comes with +support for AUC-TeX. diff --git a/print/tex-fixme/Makefile b/print/tex-fixme/Makefile new file mode 100644 index 00000000000..b8bb1030711 --- /dev/null +++ b/print/tex-fixme/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/21 16:23:07 minskim Exp $ + +DISTNAME= fixme +PKGNAME= tex-${DISTNAME}-3.1 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/fixme/ +COMMENT= Insert "fixme" notes into draft documents + +USE_DIRS+= texmf-1.2 + +.include "../../print/teTeX/module.mk" + +do-build: + cd ${WRKSRC} && latex fixme.ins + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme + ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${WRKSRC}/fixme.pdf \ + ${WRKSRC}/fixme.el ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme + ${INSTALL_DATA} ${WRKSRC}/fixme.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fixme/PLIST b/print/tex-fixme/PLIST new file mode 100644 index 00000000000..8ac3c0a911d --- /dev/null +++ b/print/tex-fixme/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/21 16:23:07 minskim Exp $ +${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme/NEWS +${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme/README +${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme/fixme.el +${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme/fixme.pdf +${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme/fixme.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme +@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex +@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme +@comment In texmf-dirs: @dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex diff --git a/print/tex-fixme/distinfo b/print/tex-fixme/distinfo new file mode 100644 index 00000000000..2a933a61c12 --- /dev/null +++ b/print/tex-fixme/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/21 16:23:07 minskim Exp $ + +SHA1 (fixme.zip) = d3c53c93374104c74025eb9ae68e540c33c16b3f +RMD160 (fixme.zip) = cfd149ad36f324f7a1196531e919639b6a5bcb64 +Size (fixme.zip) = 108507 bytes |