diff options
author | markd <markd@pkgsrc.org> | 2015-09-01 21:17:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-09-01 21:17:54 +0000 |
commit | 5d72bb6f6781c3e68153da5ab384b987b47aa9a2 (patch) | |
tree | a087a681fae176ec5c74da9e1a9673b1c4a41517 /print/tex-flowfram | |
parent | 23d77227ad53e8439bf2f5d7212fb195bcfb5cfe (diff) | |
download | pkgsrc-5d72bb6f6781c3e68153da5ab384b987b47aa9a2.tar.gz |
Add tex-xstring(,-doc} 1.7c String manipulation for (La)TeX
Add tex-toptesi{,-doc} 5.86f Bundle for typesetting multilanguage theses
Add tex-stringstrings{,-doc} 1.23 String manipulation for cosmetic and
programming application
Add tex-probsoln{,-doc} 3.04 Generate problem sheets and their solution sheets
Add tex-flowfram{,-doc} 1.17 Create text frames for posters, brochures or
magazines
Add tex-europasscv{,-doc} 2015 Unofficial class for the new version of the
Europass curriculum vitae
Add tex-envlab{,-doc} 1.2 Addresses on envelopes or mailing labels
Add tex-newlfm{,-doc} 9.4 Write letters, facsimiles, and memos
Add tex-cuisine{,-doc} 0.7 Typeset recipes in LaTeX
From yhardy in pkgsrc-wip. Cleanup by me.
Diffstat (limited to 'print/tex-flowfram')
-rw-r--r-- | print/tex-flowfram/DESCR | 6 | ||||
-rw-r--r-- | print/tex-flowfram/Makefile | 19 | ||||
-rw-r--r-- | print/tex-flowfram/PLIST | 3 | ||||
-rw-r--r-- | print/tex-flowfram/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/print/tex-flowfram/DESCR b/print/tex-flowfram/DESCR new file mode 100644 index 00000000000..8fd42467aa7 --- /dev/null +++ b/print/tex-flowfram/DESCR @@ -0,0 +1,6 @@ +The flowfram package enables you to create frames in a document +such that the contents of the document environment flow from +one frame to the next in the order in which they were defined. +This is useful for creating posters or magazines, indeed any +form of document that does not conform to the standard one or +two column layout. diff --git a/print/tex-flowfram/Makefile b/print/tex-flowfram/Makefile new file mode 100644 index 00000000000..dcd87e80213 --- /dev/null +++ b/print/tex-flowfram/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2015/09/01 21:17:55 markd Exp $ + +DISTNAME= flowfram +PKGNAME= tex-${DISTNAME}-1.17 +TEXLIVE_REV= 35291 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/flowfram +COMMENT= Create text frames for posters, brochures or magazines +LICENSE= lppl-1.3c + +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xfor-[0-9]*:../../print/tex-xfor +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-flowfram/PLIST b/print/tex-flowfram/PLIST new file mode 100644 index 00000000000..f44c90e53fb --- /dev/null +++ b/print/tex-flowfram/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2015/09/01 21:17:55 markd Exp $ +share/texmf-dist/scripts/flowfram/flowfram.perl +share/texmf-dist/tex/latex/flowfram/flowfram.sty diff --git a/print/tex-flowfram/distinfo b/print/tex-flowfram/distinfo new file mode 100644 index 00000000000..315775f32b1 --- /dev/null +++ b/print/tex-flowfram/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/09/01 21:17:55 markd Exp $ + +SHA1 (tex-flowfram-35291/flowfram.tar.xz) = bd13ed12c7191ce5aba6aa8346db038c47d85f7c +RMD160 (tex-flowfram-35291/flowfram.tar.xz) = 6363b838ff05c7e208ed0238f7b94257c21ceb68 +Size (tex-flowfram-35291/flowfram.tar.xz) = 24364 bytes |