pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-cooking import tex-cooking-0.9b



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd229d150607
branches:  trunk
changeset: 530092:fd229d150607
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Jun 15 21:49:07 2007 +0000

description:
import tex-cooking-0.9b

Cooking is a package for typesetting cooking recipes.

diffstat:

 print/tex-cooking/DESCR    |   1 +
 print/tex-cooking/Makefile |  35 +++++++++++++++++++++++++++++++++++
 print/tex-cooking/PLIST    |   8 ++++++++
 print/tex-cooking/distinfo |   5 +++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 9920d346b538 -r fd229d150607 print/tex-cooking/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cooking/DESCR   Fri Jun 15 21:49:07 2007 +0000
@@ -0,0 +1,1 @@
+Cooking is a package for typesetting cooking recipes.
diff -r 9920d346b538 -r fd229d150607 print/tex-cooking/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cooking/Makefile        Fri Jun 15 21:49:07 2007 +0000
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/15 21:49:07 dmcmahill Exp $
+
+DISTNAME=      cooking
+PKGNAME=       tex-${DISTNAME}-0.9b
+CATEGORIES=    print
+MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://tug.ctan.org/tex-archive/macros/latex/contrib/cooking/
+COMMENT=       Typeset recipes
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+
+USE_DIRS+=     texmf-1.0
+
+.include "../../print/teTeX/module.mk"
+
+do-build:
+       cd ${WRKSRC} && latex cooking.ins
+       cd ${WRKSRC} && latex cooking.dtx
+       cd ${WRKSRC} && latex cooking.dtx
+       cd ${WRKSRC} && latex cooking.dtx
+       cd ${WRKSRC} && latex kraut.tex
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking
+.for __tmp__ in README cooking.dvi kraut.tex kraut.dvi
+       ${INSTALL_DATA} ${WRKSRC}/${__tmp__} ${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking
+.endfor
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/cooking
+       ${INSTALL_DATA} ${WRKSRC}/cooking.sty \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/cooking
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9920d346b538 -r fd229d150607 print/tex-cooking/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cooking/PLIST   Fri Jun 15 21:49:07 2007 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/15 21:49:07 dmcmahill Exp $
+${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking/README
+${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking/cooking.dvi
+${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking/kraut.dvi
+${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking/kraut.tex
+${PKG_LOCALTEXMFPREFIX}/tex/latex/cooking/cooking.sty
+@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/cooking
+@dirrm ${PKG_LOCALTEXMFPREFIX}/doc/latex/cooking
diff -r 9920d346b538 -r fd229d150607 print/tex-cooking/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-cooking/distinfo        Fri Jun 15 21:49:07 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/15 21:49:07 dmcmahill Exp $
+
+SHA1 (tex-cooking-0.9b/cooking.zip) = 98818cb59c7bcba0fd89f66bfa11f2a1f1abee8a
+RMD160 (tex-cooking-0.9b/cooking.zip) = ae88f67ed80fab308138100ee9e45eb50bf3f114
+Size (tex-cooking-0.9b/cooking.zip) = 68397 bytes



Home | Main Index | Thread Index | Old Index