pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/pmw



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sat Aug  7 13:39:06 UTC 2021

Modified Files:
        pkgsrc/print/pmw: Makefile PLIST distinfo

Log Message:
Update pmw to 4.51

Many changes, including:

. Implemented &&& continuation lines, mainly for new replicator (see next).

. Implemented &* replication feature.

. Added escapes \<< and \>> for double typographic quotes.

. Implemented bracketed noteheads facility.

. Implemented key N.

. Transposition values of multiples of 11 or 12 caused PMW to give up with a
  hard internal error for some note values.

. A maximum (accumulated) transposition value of 60 is now implemented. This
  is 5 octaves, which should be enough for anybody.

. Added \nh\ and \nc\ so that individual notes can have noteheads set as
  harmonic or cross. This makes it possible to have chords containing
  different noteheads.

. Added /cx, /llc, /lrc, /rlc, and /rrc to slurs and lines to allow for
  horizontal positioning by musical offset a la MusicXML.

. Added Unicode support for non-standardly encoded PostScript fonts via .utr
  files.

. Added new "rest" letter T, the crotchet version giving a single slash beat
  indicator and the whole bar rest version giving a "percent" repetition sign.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/pmw/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/pmw/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/pmw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/pmw/Makefile
diff -u pkgsrc/print/pmw/Makefile:1.4 pkgsrc/print/pmw/Makefile:1.5
--- pkgsrc/print/pmw/Makefile:1.4       Mon Sep 17 15:15:21 2018
+++ pkgsrc/print/pmw/Makefile   Sat Aug  7 13:39:05 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/09/17 15:15:21 prlw1 Exp $
+# $NetBSD: Makefile,v 1.5 2021/08/07 13:39:05 prlw1 Exp $
 
-DISTNAME=      pmw-4.30
+DISTNAME=      pmw-4.51
 CATEGORIES=    print
-MASTER_SITES=  http://people.ds.cam.ac.uk/ph10/
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
 HOMEPAGE=      http://people.ds.cam.ac.uk/ph10/pmw.html
@@ -20,8 +19,8 @@ MESSAGE_SUBST+=       BINDIR=${PREFIX}/bin
 MESSAGE_SUBST+=        DATADIR=${PREFIX}/share/pmw
 MESSAGE_SUBST+=        MANDIR=${PREFIX}/${PKGMANDIR}
 
+INSTALLATION_DIRS+=    share/doc/${PKGBASE}
 post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/doc/spec.pdf ${DESTDIR}${SPECPDF}
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/pmw/PLIST
diff -u pkgsrc/print/pmw/PLIST:1.1 pkgsrc/print/pmw/PLIST:1.2
--- pkgsrc/print/pmw/PLIST:1.1  Sat Nov 29 15:53:11 2014
+++ pkgsrc/print/pmw/PLIST      Sat Aug  7 13:39:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/11/29 15:53:11 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/08/07 13:39:05 prlw1 Exp $
 bin/pmw
 man/man1/pmw.1
 share/doc/pmw/spec.pdf
@@ -29,11 +29,13 @@ share/pmw/fontmetrics/NewCenturySchlbk-I
 share/pmw/fontmetrics/NewCenturySchlbk-Roman.afm
 share/pmw/fontmetrics/PMW-Alpha.afm
 share/pmw/fontmetrics/PMW-Music.afm
+share/pmw/fontmetrics/PMW-Music.utr
 share/pmw/fontmetrics/Palatino-Bold.afm
 share/pmw/fontmetrics/Palatino-BoldItalic.afm
 share/pmw/fontmetrics/Palatino-Italic.afm
 share/pmw/fontmetrics/Palatino-Roman.afm
 share/pmw/fontmetrics/Symbol.afm
+share/pmw/fontmetrics/Symbol.utr
 share/pmw/fontmetrics/Times-Bold.afm
 share/pmw/fontmetrics/Times-BoldItalic.afm
 share/pmw/fontmetrics/Times-Italic.afm

Index: pkgsrc/print/pmw/distinfo
diff -u pkgsrc/print/pmw/distinfo:1.5 pkgsrc/print/pmw/distinfo:1.6
--- pkgsrc/print/pmw/distinfo:1.5       Mon Sep 17 15:15:21 2018
+++ pkgsrc/print/pmw/distinfo   Sat Aug  7 13:39:05 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/09/17 15:15:21 prlw1 Exp $
+$NetBSD: distinfo,v 1.6 2021/08/07 13:39:05 prlw1 Exp $
 
-SHA1 (pmw-4.30.tar.gz) = 765fdf56e0f5c541872a7a63b475351857c3fe1d
-RMD160 (pmw-4.30.tar.gz) = c45610f4f618d0890ad8027f31af7770efd92d0c
-SHA512 (pmw-4.30.tar.gz) = 738e13d64858ce6f4ed78789d78265480833cd198cbe24270df4bb3cb54cd449555a474285c1aaa4d8da6fcc739343a6828b90dad30113082b013978a25c0add
-Size (pmw-4.30.tar.gz) = 2123817 bytes
+SHA1 (pmw-4.51.tar.gz) = d410b480f21596cf01ba82414c8d1501d0021fe4
+RMD160 (pmw-4.51.tar.gz) = 38c787ea2d51c600be16412510e64b087fa49789
+SHA512 (pmw-4.51.tar.gz) = 70b85e57464cec234f937e7ff3524ae1c4d4a63ee2f32b55816c5764ce8f29bd910725e7f851fb5de7a41eda3d88b8ad383a2906a7e29dd0f4f5d580d76d1c5f
+Size (pmw-4.51.tar.gz) = 2241739 bytes
 SHA1 (patch-Makefile.in) = 287f7ed907797b42b65d95af7a2798970aec8698



Home | Main Index | Thread Index | Old Index