pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-fixme Import tex-fixme.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b40d960736d
branches:  trunk
changeset: 511778:1b40d960736d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 21 16:23:07 2006 +0000

description:
Import tex-fixme.

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.

diffstat:

 print/tex-fixme/DESCR    |   8 ++++++++
 print/tex-fixme/Makefile |  28 ++++++++++++++++++++++++++++
 print/tex-fixme/PLIST    |  10 ++++++++++
 print/tex-fixme/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 3e6a8fa3bad0 -r 1b40d960736d print/tex-fixme/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-fixme/DESCR     Fri Apr 21 16:23:07 2006 +0000
@@ -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 -r 3e6a8fa3bad0 -r 1b40d960736d print/tex-fixme/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-fixme/Makefile  Fri Apr 21 16:23:07 2006 +0000
@@ -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@localhost
+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 -r 3e6a8fa3bad0 -r 1b40d960736d print/tex-fixme/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-fixme/PLIST     Fri Apr 21 16:23:07 2006 +0000
@@ -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 -r 3e6a8fa3bad0 -r 1b40d960736d print/tex-fixme/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-fixme/distinfo  Fri Apr 21 16:23:07 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index