summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd>2015-05-09 22:46:03 +0000
committermarkd <markd>2015-05-09 22:46:03 +0000
commitdf6f1f24885f5bda04af775852955c87732df5f0 (patch)
tree5a1b46e6ee3959d9215152b25697da06a720d1ce /print
parent2a582ce4298b2d89f653088a059d7fecfd3713ad (diff)
downloadpkgsrc-df6f1f24885f5bda04af775852955c87732df5f0.tar.gz
Remove tex-bagpipetex - successor tex-bagpipe.
Diffstat (limited to 'print')
-rw-r--r--print/tex-bagpipetex/DESCR21
-rw-r--r--print/tex-bagpipetex/Makefile56
-rw-r--r--print/tex-bagpipetex/PLIST20
-rw-r--r--print/tex-bagpipetex/distinfo6
4 files changed, 0 insertions, 103 deletions
diff --git a/print/tex-bagpipetex/DESCR b/print/tex-bagpipetex/DESCR
deleted file mode 100644
index 2ea5166849b..00000000000
--- a/print/tex-bagpipetex/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-BagpipeTex is a set of MusixTeX macros to typeset bagpipe music.
-
-Bagpipe music is written slightly differently than regular music and
-sequences of gracenotes are often viewed as tokens rather than sequences
-of individual notes. These differences make it very difficult to
-typeset bagpipe music with plain old MusixTeX. Therefore BagpipeTeX has
-been written by Walt Innes (walt@slac.stanford.edu). This is a macro
-package for use on top of MusixTex, which is itself a macro package for
-use with LaTeX.
-
-Once BagpipeTeX is installed, you can then process BagpipeTeX files
-exactly the same as you would a regular MusixTeX file. For example:
-
- musixtex foo
- musixflx foo
- musixtex foo
-
-This will give you foo.dvi which then can be processed like any other
-.dvi. Use dvips to convert it into a postscript file or print it to a
-Postscript printer. Then ps2pdf may be used to convert the Postscript
-file into a PDF file.
diff --git a/print/tex-bagpipetex/Makefile b/print/tex-bagpipetex/Makefile
deleted file mode 100644
index ddd5ea52415..00000000000
--- a/print/tex-bagpipetex/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2013/11/13 19:23:27 minskim Exp $
-#
-
-DISTNAME= bagpipetex-3.01
-PKGNAME= tex-${DISTNAME}
-PKGREVISION= 6
-CATEGORIES= print
-MASTER_SITES= http://www.stanford.edu/~wrinnes/bagpipe.tex/distribution/
-DISTFILES= bagpipe301.tar.gz
-
-MAINTAINER= dgriffi@cs.csubak.edu
-HOMEPAGE= http://www.stanford.edu/~wrinnes/bagpipe.tex/
-COMMENT= MusixTeX macros to typeset bagpipe music
-
-BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
-DEPENDS+= tex-musixtex>=1.15:../../print/tex-musixtex
-
-WRKSRC= ${WRKDIR}
-NO_CONFIGURE= yes
-
-INSTALLATION_DIRS= share/texmf-dist/doc/bagpipetex \
- share/texmf-dist/doc/bagpipetex/examples \
- share/texmf-dist/fonts/tfm/bagpipetex \
- share/texmf-dist/fonts/source/bagpipetex \
- share/texmf-dist/tex/latex/bagpipetex
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/README \
- ${WRKSRC}/bagdoc.pdf \
- ${WRKSRC}/quickref.pdf \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex
- ${INSTALL_DATA} ${WRKSRC}/Green.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex/examples
- ${INSTALL_DATA} ${WRKSRC}/GreenTwo.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex/examples
- ${INSTALL_DATA} ${WRKSRC}/Bonnets.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex/examples
- ${INSTALL_DATA} ${WRKSRC}/Washer.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex/examples
- ${INSTALL_DATA} ${WRKSRC}/BlackDonald.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/doc/bagpipetex/examples
- ${INSTALL_DATA} ${WRKSRC}/*.mf \
- ${DESTDIR}${PREFIX}/share/texmf-dist/fonts/source/bagpipetex
- ${INSTALL_DATA} ${WRKSRC}/*.tfm \
- ${DESTDIR}${PREFIX}/share/texmf-dist/fonts/tfm/bagpipetex
- ${INSTALL_DATA} ${WRKSRC}/bagpipe.tex \
- ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/bagpipetex
- ${INSTALL_DATA} ${WRKSRC}/*.ini \
- ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/bagpipetex
-
-do-build:
- cd ${WRKDIR} && pdftex bagdoc
- cd ${WRKDIR} && musixtex quickref
-
-.include "../../print/kpathsea/texmf.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-bagpipetex/PLIST b/print/tex-bagpipetex/PLIST
deleted file mode 100644
index 30844a2314c..00000000000
--- a/print/tex-bagpipetex/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2013/11/13 19:23:27 minskim Exp $
-share/texmf-dist/doc/bagpipetex/README
-share/texmf-dist/doc/bagpipetex/bagdoc.pdf
-share/texmf-dist/doc/bagpipetex/examples/BlackDonald.tex
-share/texmf-dist/doc/bagpipetex/examples/Bonnets.tex
-share/texmf-dist/doc/bagpipetex/examples/Green.tex
-share/texmf-dist/doc/bagpipetex/examples/GreenTwo.tex
-share/texmf-dist/doc/bagpipetex/examples/Washer.tex
-share/texmf-dist/doc/bagpipetex/quickref.pdf
-share/texmf-dist/fonts/source/bagpipetex/beamn09.mf
-share/texmf-dist/fonts/source/bagpipetex/musicd09.mf
-share/texmf-dist/fonts/source/bagpipetex/musikd09.mf
-share/texmf-dist/fonts/source/bagpipetex/musikn09.mf
-share/texmf-dist/fonts/source/bagpipetex/musix09.mf
-share/texmf-dist/fonts/tfm/bagpipetex/beamn09.tfm
-share/texmf-dist/fonts/tfm/bagpipetex/musikn09.tfm
-share/texmf-dist/fonts/tfm/bagpipetex/musix09.tfm
-share/texmf-dist/tex/latex/bagpipetex/bagpipe.ini
-share/texmf-dist/tex/latex/bagpipetex/bagpipex.ini
-share/texmf-dist/tex/latex/bagpipetex/bagpipe.tex
diff --git a/print/tex-bagpipetex/distinfo b/print/tex-bagpipetex/distinfo
deleted file mode 100644
index 51857f7eab5..00000000000
--- a/print/tex-bagpipetex/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:51:45 agc Exp $
-
-SHA1 (bagpipe301.tar.gz) = 49ad19e4df6fb963d64d2a6fb7d5c2e6e153527a
-RMD160 (bagpipe301.tar.gz) = 1d557c44d976ec0a30b3d3de7c6dd494469b8610
-Size (bagpipe301.tar.gz) = 44320 bytes
-SHA1 (patch-aa) = 674aad7e5998ecb25287c232e2b779eff95c3bb0