From owner-cvs-all@FreeBSD.ORG Sat Mar 27 16:05:00 2010 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 196E4106566C; Sat, 27 Mar 2010 16:05:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0614B8FC08; Sat, 27 Mar 2010 16:05:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2RG4xJF051175; Sat, 27 Mar 2010 16:04:59 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2RG4xqH051174; Sat, 27 Mar 2010 16:04:59 GMT (envelope-from ehaupt) Message-Id: <201003271604.o2RG4xqH051174@repoman.freebsd.org> From: Emanuel Haupt Date: Sat, 27 Mar 2010 16:04:59 +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/stymulator Makefile distinfo pkg-descr ports/audio/stymulator/files patch-Makefile patch-sound.cpp patch-sound.h patch-stsoundlib__Makefile patch-stsoundlib__Ymload.cpp patch-stsoundlib__lzh__Makefile patch-ui.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 16:05:00 -0000 ehaupt 2010-03-27 16:04:59 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/stymulator Makefile distinfo pkg-descr audio/stymulator/files patch-Makefile patch-sound.cpp patch-sound.h patch-stsoundlib__Makefile patch-stsoundlib__Ymload.cpp patch-stsoundlib__lzh__Makefile patch-ui.c patch-ui.h patch-ym2wav.cpp patch-ymplayer.cpp Log: Add stymulator, a command-line Yamaha YM2149 (.ym) chiptune player. Revision Changes Path 1.1095 +1 -0 ports/audio/Makefile 1.1 +28 -0 ports/audio/stymulator/Makefile (new) 1.1 +3 -0 ports/audio/stymulator/distinfo (new) 1.1 +39 -0 ports/audio/stymulator/files/patch-Makefile (new) 1.1 +109 -0 ports/audio/stymulator/files/patch-sound.cpp (new) 1.1 +21 -0 ports/audio/stymulator/files/patch-sound.h (new) 1.1 +38 -0 ports/audio/stymulator/files/patch-stsoundlib__Makefile (new) 1.1 +233 -0 ports/audio/stymulator/files/patch-stsoundlib__Ymload.cpp (new) 1.1 +20 -0 ports/audio/stymulator/files/patch-stsoundlib__lzh__Makefile (new) 1.1 +10 -0 ports/audio/stymulator/files/patch-ui.c (new) 1.1 +10 -0 ports/audio/stymulator/files/patch-ui.h (new) 1.1 +14 -0 ports/audio/stymulator/files/patch-ym2wav.cpp (new) 1.1 +104 -0 ports/audio/stymulator/files/patch-ymplayer.cpp (new) 1.1 +5 -0 ports/audio/stymulator/pkg-descr (new)