diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-09 21:45:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-09 21:45:51 +0000 |
commit | fd88b11f1ae6ea9eba92ef82d6e1f1f3127a2343 (patch) | |
tree | eb9d1db16622288b88a43d0f6a012d83fc038116 /print | |
parent | 1c58893e931c90dd760968f442d38121f7b85db9 (diff) | |
download | pkgsrc-fd88b11f1ae6ea9eba92ef82d6e1f1f3127a2343.tar.gz |
Import tex-memoir. This is a newer version than the one included in
teTeX3-texmf.
Memoir is a flexible class for typesetting general fiction,
non-fiction and mathematical works as books, reports, articles or
manuscripts. Documents can use 9pt, 10pt, 11pt, 12pt, 14pt or 17pt as
the normal font size. Many methods are provided to let you create
your particular design.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-memoir/DESCR | 5 | ||||
-rw-r--r-- | print/tex-memoir/Makefile | 28 | ||||
-rw-r--r-- | print/tex-memoir/PLIST | 14 | ||||
-rw-r--r-- | print/tex-memoir/distinfo | 5 |
4 files changed, 52 insertions, 0 deletions
diff --git a/print/tex-memoir/DESCR b/print/tex-memoir/DESCR new file mode 100644 index 00000000000..5b16cba50be --- /dev/null +++ b/print/tex-memoir/DESCR @@ -0,0 +1,5 @@ +Memoir is a flexible class for typesetting general fiction, +non-fiction and mathematical works as books, reports, articles or +manuscripts. Documents can use 9pt, 10pt, 11pt, 12pt, 14pt or 17pt as +the normal font size. Many methods are provided to let you create +your particular design. diff --git a/print/tex-memoir/Makefile b/print/tex-memoir/Makefile new file mode 100644 index 00000000000..11871c24cf2 --- /dev/null +++ b/print/tex-memoir/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 21:45:51 minskim Exp $ + +DISTNAME= memoir +PKGNAME= tex-${DISTNAME}-1.618 +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/memoir/ +COMMENT= Typeset fiction, non-fiction, and mathematical books + +USE_DIRS+= texmf-1.0 + +.include "../../print/teTeX/module.mk" + +do-build: + cd ${WRKSRC} && latex memoir.ins + +do-install: + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/memman.pdf \ + ${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir + ${INSTALL_DATA} ${WRKSRC}/*.cl? ${WRKSRC}/*.sty \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-memoir/PLIST b/print/tex-memoir/PLIST new file mode 100644 index 00000000000..b760e9c3ab2 --- /dev/null +++ b/print/tex-memoir/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/09 21:45:51 minskim Exp $ +${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir/README +${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir/memman.pdf +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem10.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem11.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem12.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem14.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem17.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mem9.clo +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/memhfixc.sty +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/memoir.cls +${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir/mempatch.sty +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir +@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir diff --git a/print/tex-memoir/distinfo b/print/tex-memoir/distinfo new file mode 100644 index 00000000000..1695a63c221 --- /dev/null +++ b/print/tex-memoir/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/09 21:45:51 minskim Exp $ + +SHA1 (memoir.zip) = d921076767d47f39ea3e35a5fc8279ff63d3f1b7 +RMD160 (memoir.zip) = 86d8d1053c5c29bf07b8f14d2c4169e36a78df29 +Size (memoir.zip) = 1752455 bytes |