From owner-cvs-all@FreeBSD.ORG Thu Jun 29 10:41:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D157F16A403; Thu, 29 Jun 2006 10:41:09 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB9B44874; Thu, 29 Jun 2006 10:41:09 +0000 (GMT) (envelope-from itetcu@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 k5TAf9ua042151; Thu, 29 Jun 2006 10:41:09 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5TAf9Rs042149; Thu, 29 Jun 2006 10:41:09 GMT (envelope-from itetcu) Message-Id: <200606291041.k5TAf9Rs042149@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 29 Jun 2006 10:41:09 +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/fapg Makefile distinfo pkg-descr pkg-plist ports/audio/fapg/files getopt.h 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: Thu, 29 Jun 2006 10:41:09 -0000 itetcu 2006-06-29 10:41:09 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/fapg Makefile distinfo pkg-descr pkg-plist audio/fapg/files getopt.h Log: fapg is a tool to generate list of audio files (Wav, MP3, Ogg, etc) in various formats (M3U, PLS, HTML, etc). It is very usefull if you have a large amount of audio files and you want to quickly and frequently build a playlist. WWW: http://royale.zerezo.com/fapg/ PR: ports/99300 Submitted by: chinsan Revision Changes Path 1.743 +1 -0 ports/audio/Makefile 1.1 +47 -0 ports/audio/fapg/Makefile (new) 1.1 +3 -0 ports/audio/fapg/distinfo (new) 1.1 +82 -0 ports/audio/fapg/files/getopt.h (new) 1.1 +6 -0 ports/audio/fapg/pkg-descr (new) 1.1 +4 -0 ports/audio/fapg/pkg-plist (new)