pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-memoir Import tex-memoir. This is a newer v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53e208d7d3b7
branches:  trunk
changeset: 511135:53e208d7d3b7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 09 21:45:51 2006 +0000

description:
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:

 print/tex-memoir/DESCR    |   5 +++++
 print/tex-memoir/Makefile |  28 ++++++++++++++++++++++++++++
 print/tex-memoir/PLIST    |  14 ++++++++++++++
 print/tex-memoir/distinfo |   5 +++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 5829330fedcb -r 53e208d7d3b7 print/tex-memoir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-memoir/DESCR    Sun Apr 09 21:45:51 2006 +0000
@@ -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 -r 5829330fedcb -r 53e208d7d3b7 print/tex-memoir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-memoir/Makefile Sun Apr 09 21:45:51 2006 +0000
@@ -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@localhost
+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 -r 5829330fedcb -r 53e208d7d3b7 print/tex-memoir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-memoir/PLIST    Sun Apr 09 21:45:51 2006 +0000
@@ -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 -r 5829330fedcb -r 53e208d7d3b7 print/tex-memoir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-memoir/distinfo Sun Apr 09 21:45:51 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index