gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r2864: add cursynth at 1.4


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2864: add cursynth at 1.4
Date: Tue, 18 Mar 2014 22:18:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2864
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-18 22:17:56 +0000
message:
  add cursynth at 1.4
added:
  gnu/cursynth/                  cursynth-20140318221705-fe98en2pmntt8rdn-1
  gnu/cursynth/Makefile          makefile-20140318221705-fe98en2pmntt8rdn-2
  gnu/cursynth/config.mk         config.mk-20140318221705-fe98en2pmntt8rdn-3
  gnu/cursynth/gpg-keyring       gpgkeyring-20140318221705-fe98en2pmntt8rdn-5
  gnu/cursynth/sha256sums        sha256sums-20140318221705-fe98en2pmntt8rdn-4
modified:
  TODO                           todo-20100608201528-d2g375z23moqiuaq-1
=== modified file 'TODO'
--- a/TODO      2014-01-28 21:30:46 +0000
+++ b/TODO      2014-03-18 22:17:56 +0000
@@ -79,7 +79,7 @@
 aris
 c-graph
 remotecontrol
-* GNU packages [417/468] [89%]
+* GNU packages [418/469] [89%]
 ** IGNORE 3dkit
 *** decommissioned
 ** DONE 3dldf
@@ -220,6 +220,8 @@
    CLOSED: [2012-12-16 Sun 20:12]
 ** DONE cssc
    CLOSED: [2012-12-16 Sun 20:12]
+** DONE cursynth
+   CLOSED: [2014-03-18 Tue 22:17]
 ** DONE dap
    CLOSED: [2012-12-16 Sun 20:12]
 ** IGNORE dc:

=== added directory 'gnu/cursynth'
=== added file 'gnu/cursynth/Makefile'
--- a/gnu/cursynth/Makefile     1970-01-01 00:00:00 +0000
+++ b/gnu/cursynth/Makefile     2014-03-18 22:17:56 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2014 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = Cursynth
+GARNAME = cursynth
+GARVERSION = 1.4
+HOME_URL = http://www.gnu.org/software/cursynth/
+DESCRIPTION = Polyphonic and MIDI subtractive music synthesizer using curses
+define BLURB
+GNU cursynth is a polyphonic synthesizer that runs graphically
+in the terminal.  It is built on a full-featured subtractive synthesis
+engine.  Notes and parameter changes may be entered via MIDI or the
+computer keyboard.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cursynth/config.mk'
--- a/gnu/cursynth/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/cursynth/config.mk    2014-03-18 22:17:56 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cursynth ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/cursynth/gpg-keyring'
Binary files a/gnu/cursynth/gpg-keyring 1970-01-01 00:00:00 +0000 and 
b/gnu/cursynth/gpg-keyring        2014-03-18 22:17:56 +0000 differ
=== added file 'gnu/cursynth/sha256sums'
--- a/gnu/cursynth/sha256sums   1970-01-01 00:00:00 +0000
+++ b/gnu/cursynth/sha256sums   2014-03-18 22:17:56 +0000
@@ -0,0 +1,2 @@
+b59415bdc8a6a7cd11882133e2a966c5f05e62d3b856a5c7e852829536292cdd  
download/cursynth-1.4.tar.gz
+8796030eebfca2ac984a551a6dd6ad7242859635e4cb25ce5b5a950c16b6a320  
download/cursynth-1.4.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]