diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-15 21:49:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-06-15 21:49:07 +0000 |
commit | 84e2d7012f0f0755749582c16aa3d640885cb68f (patch) | |
tree | 142b827535a3b5e77a8618f655d3d4941bf958a6 /print/tex-cooking | |
parent | 3a9742dd732a9a8c3f0be6d0ad96dfe4744dec99 (diff) | |
download | pkgsrc-84e2d7012f0f0755749582c16aa3d640885cb68f.tar.gz |
import tex-cooking-0.9b
Cooking is a package for typesetting cooking recipes.
Diffstat (limited to 'print/tex-cooking')
-rw-r--r-- | print/tex-cooking/DESCR | 1 | ||||
-rw-r--r-- | print/tex-cooking/Makefile | 35 | ||||
-rw-r--r-- | print/tex-cooking/PLIST | 8 | ||||
-rw-r--r-- | print/tex-cooking/distinfo | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/print/tex-cooking/DESCR b/print/tex-cooking/DESCR new file mode 100644 index 00000000000..d8bace27e4a --- /dev/null +++ b/print/tex-cooking/DESCR @@ -0,0 +1 @@ +Cooking is a package for typesetting cooking recipes. diff --git a/print/tex-cooking/Makefile b/print/tex-cooking/Makefile new file mode 100644 index 00000000000..f3b305fc5e7 --- /dev/null +++ b/print/tex-cooking/Makefile @@ -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 +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 --git a/print/tex-cooking/PLIST b/print/tex-cooking/PLIST new file mode 100644 index 00000000000..3167b91013e --- /dev/null +++ b/print/tex-cooking/PLIST @@ -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 --git a/print/tex-cooking/distinfo b/print/tex-cooking/distinfo new file mode 100644 index 00000000000..72948beb954 --- /dev/null +++ b/print/tex-cooking/distinfo @@ -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 |