diff options
-rw-r--r-- | graphics/denemo/Makefile | 17 | ||||
-rw-r--r-- | graphics/denemo/files/md5 | 3 | ||||
-rw-r--r-- | graphics/denemo/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/denemo/patches/patch-aa | 14 | ||||
-rw-r--r-- | graphics/denemo/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/denemo/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/denemo/pkg/DESCR | 4 | ||||
-rw-r--r-- | graphics/denemo/pkg/PLIST | 3 |
8 files changed, 59 insertions, 0 deletions
diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile new file mode 100644 index 00000000000..48c76c7d52f --- /dev/null +++ b/graphics/denemo/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ +# + +DISTNAME= denemo-0.5.4 +CATEGORIES= graphics print +MASTER_SITES= http://download.sourceforge.net/denemo/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://denemo.sourceforge.net/ + +DEPENDS+= lilypond-*:../../print/lilypond +DEPENDS+= gtk+>=1.2.0:../../x11/gtk + +GNU_CONFIGURE= YES +USE_X11BASE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/denemo/files/md5 b/graphics/denemo/files/md5 new file mode 100644 index 00000000000..8a7b777c0f0 --- /dev/null +++ b/graphics/denemo/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ + +MD5 (denemo-0.5.4.tar.gz) = b01505ce64e4f55b70faa86b8f825cd7 diff --git a/graphics/denemo/files/patch-sum b/graphics/denemo/files/patch-sum new file mode 100644 index 00000000000..fc5f774bfc6 --- /dev/null +++ b/graphics/denemo/files/patch-sum @@ -0,0 +1,4 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ + +MD5 (patch-aa) = e3d856a1c03b849f6c40ee9a51af5a11 +MD5 (patch-ab) = 771a0b60c41d78734df121cfef113a58 diff --git a/graphics/denemo/patches/patch-aa b/graphics/denemo/patches/patch-aa new file mode 100644 index 00000000000..1d94e0e5f16 --- /dev/null +++ b/graphics/denemo/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ + +--- easylyparser.c.orig Fri Aug 11 03:59:45 2000 ++++ easylyparser.c +@@ -38,7 +38,9 @@ + #line 8 "easylyparser.y" + + #include <stdio.h> ++#define setkey des_setkey + #include <stdlib.h> ++#undef setkey + #include "calculatepositions.h" + #include "chordops.h" + #include "contexts.h" diff --git a/graphics/denemo/patches/patch-ab b/graphics/denemo/patches/patch-ab new file mode 100644 index 00000000000..2f01cda7781 --- /dev/null +++ b/graphics/denemo/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ + +--- playback.c.orig Fri Jul 28 03:02:54 2000 ++++ playback.c +@@ -18,7 +18,7 @@ + #include <stdlib.h> + #include <unistd.h> + #include <sys/types.h> +-#include <wait.h> ++#include <sys/wait.h> + #include <errno.h> + + extern char **environ; /* I don't know why this is here. Hiller 19 Apr 2000 */ diff --git a/graphics/denemo/pkg/COMMENT b/graphics/denemo/pkg/COMMENT new file mode 100644 index 00000000000..fcede57b6f2 --- /dev/null +++ b/graphics/denemo/pkg/COMMENT @@ -0,0 +1 @@ +GUI musical score editor written in C/gtk+ diff --git a/graphics/denemo/pkg/DESCR b/graphics/denemo/pkg/DESCR new file mode 100644 index 00000000000..c5be3ad156b --- /dev/null +++ b/graphics/denemo/pkg/DESCR @@ -0,0 +1,4 @@ + Denemo is a GUI musical score editor written in C/gtk+. It is intended +primarily as a frontend to GNU Lilypond, but is adaptable to other +computer-music-related purposes as well. Though its behavior and features +will no doubt continue to be refined, it is already perfectly usable. diff --git a/graphics/denemo/pkg/PLIST b/graphics/denemo/pkg/PLIST new file mode 100644 index 00000000000..1fa45ba385d --- /dev/null +++ b/graphics/denemo/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ +bin/denemo +etc/denemo.conf |