diff options
author | minskim <minskim@pkgsrc.org> | 2010-11-07 19:52:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-11-07 19:52:46 +0000 |
commit | 8479b3f0a49c93eabe407717595c60b941774007 (patch) | |
tree | 78ceb2c5dae7f99c74f3ae289a6a6b5e8f3b2786 /print/tex-abc | |
parent | 4c5a7455f6be7b011be7b5512f99650a313c10f9 (diff) | |
download | pkgsrc-8479b3f0a49c93eabe407717595c60b941774007.tar.gz |
Depend on TeX Live packages instead of teTeX.
Patches provided by Nicolas Thauvin and slightly modified by me.
Diffstat (limited to 'print/tex-abc')
-rw-r--r-- | print/tex-abc/DESCR | 7 | ||||
-rw-r--r-- | print/tex-abc/Makefile | 30 | ||||
-rw-r--r-- | print/tex-abc/PLIST | 8 | ||||
-rw-r--r-- | print/tex-abc/distinfo | 8 |
4 files changed, 19 insertions, 34 deletions
diff --git a/print/tex-abc/DESCR b/print/tex-abc/DESCR index 917fd86a36c..26875937c62 100644 --- a/print/tex-abc/DESCR +++ b/print/tex-abc/DESCR @@ -1,2 +1,5 @@ -The abc package lets you include lines of music written in the ABC -Plus language (http://abcplus.sourceforge.net). +The abc package lets you include lines of music written in the +ABC Plus language. The package will then employ the \write18 +facility to convert your notation to PostScript (using the +established utility abcm2ps) and hence to the format needed for +inclusion in your document. diff --git a/print/tex-abc/Makefile b/print/tex-abc/Makefile index 98f721bf934..a9244a6058f 100644 --- a/print/tex-abc/Makefile +++ b/print/tex-abc/Makefile @@ -1,34 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2010/01/27 15:55:58 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/07 19:52:46 minskim Exp $ DISTNAME= abc PKGNAME= tex-${DISTNAME}-1.0 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} -EXTRACT_SUFX= .zip +PKGREVISION= 1 +TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/ COMMENT= Support ABC music notation in LaTeX -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= abcm2ps-[0-9]*:../../print/abcm2ps DEPENDS+= ps2eps-[0-9]*:../../graphics/ps2eps +DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics +DEPENDS+= tex-oberdiek>=2009nb2:../../print/tex-oberdiek +DEPENDS+= tex-tools>=2010:../../print/tex-tools -.include "../../print/teTeX/module.mk" - -INSTALLATION_DIRS+= ${PKG_LOCALTEXMFPREFIX}/doc/latex/abc \ - ${PKG_LOCALTEXMFPREFIX:Q}/tex/latex/abc - -do-build: - cd ${WRKSRC} && latex abc.ins - -do-install: - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/abc.pdf \ - ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/doc/latex/abc - ${INSTALL_DATA} ${WRKSRC}/example.tex \ - ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/doc/latex/abc - ${INSTALL_DATA} ${WRKSRC}/abc.sty \ - ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/tex/latex/abc - +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-abc/PLIST b/print/tex-abc/PLIST index 6fbc3aa0b4b..6a13328d983 100644 --- a/print/tex-abc/PLIST +++ b/print/tex-abc/PLIST @@ -1,5 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:12:00 joerg Exp $ -${PKG_LOCALTEXMFPREFIX}/doc/latex/abc/README -${PKG_LOCALTEXMFPREFIX}/doc/latex/abc/abc.pdf -${PKG_LOCALTEXMFPREFIX}/doc/latex/abc/example.tex -${PKG_LOCALTEXMFPREFIX}/tex/latex/abc/abc.sty +@comment $NetBSD: PLIST,v 1.3 2010/11/07 19:52:46 minskim Exp $ +share/texmf-dist/tex/latex/abc/abc.sty +share/texmf-dist/tex/latex/abc/mup.sty diff --git a/print/tex-abc/distinfo b/print/tex-abc/distinfo index 366c1495004..8e95d6cd0e6 100644 --- a/print/tex-abc/distinfo +++ b/print/tex-abc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/04/10 20:16:06 minskim Exp $ +$NetBSD: distinfo,v 1.2 2010/11/07 19:52:46 minskim Exp $ -SHA1 (abc.zip) = 3db63b339d482714c0eef3f463b5fb305f39294c -RMD160 (abc.zip) = 6a8a4171e2e2776aa077bc426719595818e594db -Size (abc.zip) = 150548 bytes +SHA1 (tex-abc-15878/abc.tar.xz) = f9afecd1c23ad778440e672caa658c42ef54be90 +RMD160 (tex-abc-15878/abc.tar.xz) = 221826124f9084fdffffad119c34202f2e9c4eb3 +Size (tex-abc-15878/abc.tar.xz) = 2492 bytes |