From owner-cvs-all@FreeBSD.ORG Sat Jan 13 21:43:55 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A87FE16A407; Sat, 13 Jan 2007 21:43:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 97B9B13C428; Sat, 13 Jan 2007 21:43:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0DLhtJm044205; Sat, 13 Jan 2007 21:43:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0DLhtNq044201; Sat, 13 Jan 2007 21:43:55 GMT (envelope-from miwi) Message-Id: <200701132143.l0DLhtNq044201@repoman.freebsd.org> From: Martin Wilke Date: Sat, 13 Jan 2007 21:43:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/dino Makefile distinfo pkg-descr pkg-plist ports/audio/dino/files patch-src-libdinoseq-track.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2007 21:43:55 -0000 miwi 2007-01-13 21:43:55 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/dino Makefile distinfo pkg-descr pkg-plist audio/dino/files patch-src-libdinoseq-track.hpp Log: Dino is a pattern-based MIDI sequencer, which means that you write small patterns of MIDI events that you can repeat and arrange to create a whole song. Each track has its own patterns, so you can for example play the same drum pattern over and over again while you play different lead synth patterns and basslines. WWW: http://dino.nongnu.org/ PR: ports/107877 Submitted by: trasz Revision Changes Path 1.813 +1 -0 ports/audio/Makefile 1.1 +25 -0 ports/audio/dino/Makefile (new) 1.1 +3 -0 ports/audio/dino/distinfo (new) 1.1 +23 -0 ports/audio/dino/files/patch-src-libdinoseq-track.hpp (new) 1.1 +7 -0 ports/audio/dino/pkg-descr (new) 1.1 +5 -0 ports/audio/dino/pkg-plist (new)