From owner-cvs-ports@FreeBSD.ORG Sat Jun 25 16:54:04 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D32C916A41C; Sat, 25 Jun 2005 16:54:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC4143D53; Sat, 25 Jun 2005 16:54:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5PGs4dd072963; Sat, 25 Jun 2005 16:54:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5PGs4QN072962; Sat, 25 Jun 2005 16:54:04 GMT (envelope-from ahze) Message-Id: <200506251654.j5PGs4QN072962@repoman.freebsd.org> From: Michael Johnson Date: Sat, 25 Jun 2005 16:54:04 +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/sysutils Makefile ports/sysutils/serpentine Makefile distinfo pkg-descr pkg-plist ports/sysutils/serpentine/files patch-serpentine_common.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 16:54:05 -0000 ahze 2005-06-25 16:54:04 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/serpentine Makefile distinfo pkg-descr pkg-plist sysutils/serpentine/files patch-serpentine_common.py Log: - Add sysutils/serpentine Gnome application for writing CD-Audio discs. It aims for simplicity, usability and compability. Its features are: o Supports multiple formats files, like WAV, MP3, OGG, FLAC and every other gstreamer does o Save and open PLS, M3U and XSPF playlists o Extracts audio from video contents, like an MPEG video o Uses audio metadata for better handling o Supports drag and drop: drop musics directly from Rhythmbox or Nautilus! o Clean and easy to use interface o Easy integration with other applications WWW: http://s1x.homelinux.net/projects/serpentine There is probably a better way for handling os.statfs on FreeBSD than the way I did, but this works. Patches welcome =) Revision Changes Path 1.662 +1 -0 ports/sysutils/Makefile 1.1 +29 -0 ports/sysutils/serpentine/Makefile (new) 1.1 +2 -0 ports/sysutils/serpentine/distinfo (new) 1.1 +14 -0 ports/sysutils/serpentine/files/patch-serpentine_common.py (new) 1.1 +13 -0 ports/sysutils/serpentine/pkg-descr (new) 1.1 +78 -0 ports/sysutils/serpentine/pkg-plist (new)