- Update to 8.13.7.
- Project moved to github.
This commit is contained in:
parent
c1f305519e
commit
017a6dec4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460306
4 changed files with 10 additions and 20 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= abcm2ps
|
||||
PORTVERSION= 8.13.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 8.13.19
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= print audio
|
||||
MASTER_SITES= http://moinejf.free.fr/
|
||||
|
||||
MAINTAINER= araujo@FreeBSD.org
|
||||
COMMENT= Converts ABC to music sheet in PostScript format
|
||||
|
@ -21,7 +20,10 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|||
libfreetype.so:print/freetype2
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PORTDOCS= Changes README deco.abc newfeatures.abc sample.abc sample2.abc\
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= leesavide
|
||||
|
||||
PORTDOCS= deco.abc newfeatures.abc sample.abc sample2.abc\
|
||||
sample3.abc sample4.abc voices.abc sample3.eps \
|
||||
options.txt
|
||||
PLIST_FILES= bin/abcm2ps \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488988204
|
||||
SHA256 (abcm2ps-8.13.7.tar.gz) = 00b7704c512c0db4a747050ec93d4b13e16c50798cff375e2c809a6144dcafc5
|
||||
SIZE (abcm2ps-8.13.7.tar.gz) = 248659
|
||||
TIMESTAMP = 1517235037
|
||||
SHA256 (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 587edc57cb4155516fff6d5834ebc3192a6b27539c50ef25ae1ae0240c5676f3
|
||||
SIZE (leesavide-abcm2ps-v8.13.19_GH0.tar.gz) = 252017
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- abcm2ps.c.orig 2017-02-02 14:03:34 UTC
|
||||
+++ abcm2ps.c
|
||||
@@ -422,8 +422,7 @@ static void display_version(int full)
|
||||
fputs("abcm2ps-" VERSION " (" VDATE ")\n", stderr);
|
||||
if (!full)
|
||||
return;
|
||||
- fputs("Compiled: " __DATE__ "\n"
|
||||
- "Options:"
|
||||
+ fputs("Options:"
|
||||
#ifdef A4_FORMAT
|
||||
" A4_FORMAT"
|
||||
#endif
|
|
@ -2,4 +2,4 @@ abcm2ps is a command line program which converts ABC to music sheet in
|
|||
PostScript format. It is an extension of abc2ps which may handle many
|
||||
voices per staff.
|
||||
|
||||
WWW: http://moinejf.free.fr/
|
||||
WWW: https://github.com/leesavide/abcm2ps
|
||||
|
|
Loading…
Reference in a new issue