diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-26 01:54:16 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-26 01:54:16 +0000 |
commit | 058ff452b108e8578e90f3b399d8556832d3b176 (patch) | |
tree | c25fccd9c6a3a55df4e24ab98bc72e26698c4170 /audio | |
parent | new port of lilypond 1.3.131, the GNU music typesetter (diff) |
new port of denemo 0.5.5, the GNU graphical score editor
Notes
Notes:
svn path=/head/; revision=38716
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/denemo/Makefile | 54 | ||||
-rw-r--r-- | audio/denemo/distinfo | 1 | ||||
-rw-r--r-- | audio/denemo/files/patch-playback.c | 11 | ||||
-rw-r--r-- | audio/denemo/pkg-comment | 1 | ||||
-rw-r--r-- | audio/denemo/pkg-descr | 9 |
6 files changed, 77 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 86df3bc15ebe..04334f690198 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -24,6 +24,7 @@ SUBDIR += csound-manual SUBDIR += dagrab SUBDIR += dap + SUBDIR += denemo SUBDIR += ecasound SUBDIR += esound SUBDIR += extace diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile new file mode 100644 index 000000000000..2ec3c4aa52ed --- /dev/null +++ b/audio/denemo/Makefile @@ -0,0 +1,54 @@ +# New ports collection makefile for: denemo +# Date created: 2001-02-24 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= denemo +PORTVERSION= 0.5.5 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= trevor@FreeBSD.org + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/pkg-plist +SHARED= denemo.conf denemo.keymaprc english.keymaprc french.keymaprc +DOCS= AUTHORS ChangeLog DESIGN GOALS NEWS README TODO +DOCDIR= share/doc/${PORTNAME} +USE_GTK= yes +USE_X_PREFIX= yes + +post-configure: + ${PERL} -pi -e "s:module12:module12 -lgnugetopt:g" ${WRKSRC}/Makefile + +pre-install: + ${ECHO} bin/${PORTNAME} > ${PLIST} +.for i in ${SHARED} + ${ECHO} share/denemo/$i >> ${PLIST} +.endfor +.for i in ${DOCS} + ${ECHO} ${DOCDIR}/$i >> ${PLIST} +.endfor + ${ECHO} @dirrm ${DOCDIR} >> ${PLIST} + ${ECHO} @dirrm share/denemo >> ${PLIST} + +do-install: + ${MKDIR} ${PREFIX}/share/denemo + ${INSTALL_PROGRAM} ${WRKSRC}/denemo ${PREFIX}/bin +.for i in ${SHARED} + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/denemo +.endfor +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCDIR} +.for i in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${DOCDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/audio/denemo/distinfo b/audio/denemo/distinfo new file mode 100644 index 000000000000..8e5c39cc7525 --- /dev/null +++ b/audio/denemo/distinfo @@ -0,0 +1 @@ +MD5 (denemo-0.5.5.tar.gz) = a3289c6fbebc9179d16f9c9f617f4b27 diff --git a/audio/denemo/files/patch-playback.c b/audio/denemo/files/patch-playback.c new file mode 100644 index 000000000000..3a02a73334cf --- /dev/null +++ b/audio/denemo/files/patch-playback.c @@ -0,0 +1,11 @@ +--- playback.c.orig Tue Jun 27 22:13:08 2000 ++++ playback.c Sat Feb 10 19:34:55 2001 +@@ -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/audio/denemo/pkg-comment b/audio/denemo/pkg-comment new file mode 100644 index 000000000000..55992d781c01 --- /dev/null +++ b/audio/denemo/pkg-comment @@ -0,0 +1 @@ +Graphical score editor diff --git a/audio/denemo/pkg-descr b/audio/denemo/pkg-descr new file mode 100644 index 000000000000..a9e1ff0d370f --- /dev/null +++ b/audio/denemo/pkg-descr @@ -0,0 +1,9 @@ +from the README: + +GNU Denemo is a graphical music notation program. It is intended +to be used in conjunction with GNU Lilypond. + +WWW: http://www.gnu.org/software/denemo/denemo.html + http://denemo.sourceforge.net/ + +Trevor Johnson <trevor@FreeBSD.org> |