From owner-cvs-all@FreeBSD.ORG Fri May 16 15:36:12 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB0010656AA; Fri, 16 May 2008 15:36:12 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDF78FC1C; Fri, 16 May 2008 15:36:12 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GFaCt6027140; Fri, 16 May 2008 15:36:12 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from trasz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GFaCnu027139; Fri, 16 May 2008 15:36:12 GMT (envelope-from trasz) Message-Id: <200805161536.m4GFaCnu027139@repoman.freebsd.org> From: Edward Tomasz Napierala Date: Fri, 16 May 2008 15:36:12 +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/jack-smf-utils Makefile distinfo pkg-descr 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: Fri, 16 May 2008 15:36:12 -0000 trasz 2008-05-16 15:36:12 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/jack-smf-utils Makefile distinfo pkg-descr Log: Jack-smf-utils is a set of two utilities - jack-smf-player and jack-smf-recorder - whose purpose is to play and record MIDI streams from/to Standard MIDI Files (i.e. the files with .mid extension) using JACK MIDI. There is also smfsh, "SMF shell" that is kind of interactive, command line SMF files manipulation tool which started its life as a debugging aid. And finally libsmf, C library for loading, writing and manipulating the contents of SMF files. WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/ Revision Changes Path 1.956 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/jack-smf-utils/Makefile (new) 1.1 +3 -0 ports/audio/jack-smf-utils/distinfo (new) 1.1 +9 -0 ports/audio/jack-smf-utils/pkg-descr (new)