diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-12 16:42:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-12 16:42:01 +0000 |
commit | 75cadc51957dbd7af24e788a2b3cdaf8d69639b1 (patch) | |
tree | de5f01f867a0e60a4d3635be762c0a8d220342c9 /print/tex-pdfcomment | |
parent | c464163edd3930a5149bdcbb3679aaefcf533f8f (diff) | |
download | pkgsrc-75cadc51957dbd7af24e788a2b3cdaf8d69639b1.tar.gz |
Import tex-pdfcomment-2.1 as print/tex-pdfcomment.
For a long time pdfLaTeX has offered the command \pdfannot for inserting
arbitrary PDF annotations. However, the command is presented in a form
where additional knowledge of the definition of the PDF format is
indispensable. This package is an answer to the - occasional - questions
in newsgroups, about how one could use the comment function of Adobe
Reader. At least for the writer of LaTeX code, the package offers a
convenient and user-friendly means of using \pdfannot to provide
comments in PDF files. Since version v1.1, pdfcomment.sty also supports:
LaTeX -> dvips -> ps2pdf, LaTeX - > dvipdfmx and XeLaTeX. Unfortunately,
support of PDF annotations by PDF viewers is sparse to nonexistent. The
reference viewer for the development of this package is Adobe Reader.
Diffstat (limited to 'print/tex-pdfcomment')
-rw-r--r-- | print/tex-pdfcomment/DESCR | 11 | ||||
-rw-r--r-- | print/tex-pdfcomment/Makefile | 19 | ||||
-rw-r--r-- | print/tex-pdfcomment/PLIST | 2 | ||||
-rw-r--r-- | print/tex-pdfcomment/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/print/tex-pdfcomment/DESCR b/print/tex-pdfcomment/DESCR new file mode 100644 index 00000000000..833e22d69ae --- /dev/null +++ b/print/tex-pdfcomment/DESCR @@ -0,0 +1,11 @@ +For a long time pdfLaTeX has offered the command \pdfannot for inserting +arbitrary PDF annotations. However, the command is presented in a form +where additional knowledge of the definition of the PDF format is +indispensable. This package is an answer to the - occasional - questions +in newsgroups, about how one could use the comment function of Adobe +Reader. At least for the writer of LaTeX code, the package offers a +convenient and user-friendly means of using \pdfannot to provide +comments in PDF files. Since version v1.1, pdfcomment.sty also supports: +LaTeX -> dvips -> ps2pdf, LaTeX - > dvipdfmx and XeLaTeX. Unfortunately, +support of PDF annotations by PDF viewers is sparse to nonexistent. The +reference viewer for the development of this package is Adobe Reader. diff --git a/print/tex-pdfcomment/Makefile b/print/tex-pdfcomment/Makefile new file mode 100644 index 00000000000..0c4a9192b79 --- /dev/null +++ b/print/tex-pdfcomment/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 16:42:01 minskim Exp $ + +DISTNAME= pdfcomment +PKGNAME= tex-${DISTNAME}-2.1 +TEXLIVE_REV= 20724 + +MAINTAINER= minskim@NetBSD.org +COMMENT= User-friendly interface to pdf annotations + +DEPENDS+= tex-datetime-[0-9]*:../../print/tex-datetime +DEPENDS+= tex-hyperref>=6.81p:../../print/tex-hyperref +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-marginnote-[0-9]*:../../print/tex-marginnote +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-pdfcomment/PLIST b/print/tex-pdfcomment/PLIST new file mode 100644 index 00000000000..ee3889f5b1b --- /dev/null +++ b/print/tex-pdfcomment/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 16:42:01 minskim Exp $ +share/texmf-dist/tex/latex/pdfcomment/pdfcomment.sty diff --git a/print/tex-pdfcomment/distinfo b/print/tex-pdfcomment/distinfo new file mode 100644 index 00000000000..949ba6dcaae --- /dev/null +++ b/print/tex-pdfcomment/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/12 16:42:01 minskim Exp $ + +SHA1 (tex-pdfcomment-20724/pdfcomment.tar.xz) = 9774755588811e599e8e2b3f7792a246c1e2a9e8 +RMD160 (tex-pdfcomment-20724/pdfcomment.tar.xz) = 1fef245687e7040bc27cb8b26438ce3c4f52fbbb +Size (tex-pdfcomment-20724/pdfcomment.tar.xz) = 10820 bytes |