From owner-svn-ports-all@FreeBSD.ORG Tue Feb 12 10:05:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 550E1541; Tue, 12 Feb 2013 10:05:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0C91CE; Tue, 12 Feb 2013 10:05:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1CA5jZj080084; Tue, 12 Feb 2013 10:05:45 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1CA5iJj080078; Tue, 12 Feb 2013 10:05:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302121005.r1CA5iJj080078@svn.freebsd.org> From: Martin Wilke Date: Tue, 12 Feb 2013 10:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312091 - in head/audio: . gtmixer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 10:05:45 -0000 Author: miwi Date: Tue Feb 12 10:05:43 2013 New Revision: 312091 URL: http://svnweb.freebsd.org/changeset/ports/312091 Log: GTMixer is a free, simple graphical mixer for FreeBSD. Based at GTK 2.0 Lib. WWW: https://github.com/svagner/gtmixer PR: ports/174656 Submitted by: Putrya Statislav Added: head/audio/gtmixer/ head/audio/gtmixer/Makefile (contents, props changed) head/audio/gtmixer/distinfo (contents, props changed) head/audio/gtmixer/pkg-descr (contents, props changed) head/audio/gtmixer/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Feb 12 08:36:50 2013 (r312090) +++ head/audio/Makefile Tue Feb 12 10:05:43 2013 (r312091) @@ -289,6 +289,7 @@ SUBDIR += gtick SUBDIR += gtkguitune SUBDIR += gtkpod + SUBDIR += gtmixer SUBDIR += guspat SUBDIR += gvolwheel SUBDIR += gxmms2 Added: head/audio/gtmixer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gtmixer/Makefile Tue Feb 12 10:05:43 2013 (r312091) @@ -0,0 +1,26 @@ +# Created by: Putrya Statislav +# $FreeBSD$ + +PORTNAME= gtmixer +PORTVERSION= 1.0.2 +CATEGORIES= audio +MASTER_SITES= http://github.com/svagner/gtmixer/archive/ +DISTNAME= ${PORTVERSION} + +MAINTAINER= vagner@bsdway.ru +COMMENT= GTK2.0 Sound Mixer + +LICENSE= BSD + +USE_GNOME= gtk20 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +FETCH_ARGS= -Fpr + +MAN1= gtmixer.1 + +do-install: + @${MKDIR} ${PREFIX}/share/gtmixer + @${CP} -r ${WRKSRC}/icons ${PREFIX}/share/gtmixer/ + @${INSTALL_MAN} ${WRKSRC}/gtmixer.1 ${MAN1PREFIX}/man/man1 + +.include Added: head/audio/gtmixer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gtmixer/distinfo Tue Feb 12 10:05:43 2013 (r312091) @@ -0,0 +1,2 @@ +SHA256 (1.0.2.tar.gz) = 3c9382074427ba6cb6320c747037baac9e38269e40b8383e17681451c8bfe69e +SIZE (1.0.2.tar.gz) = 126819 Added: head/audio/gtmixer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gtmixer/pkg-descr Tue Feb 12 10:05:43 2013 (r312091) @@ -0,0 +1,4 @@ +GTMixer is a free, simple graphical mixer for FreeBSD. +Based at GTK 2.0 Lib. + +WWW: https://github.com/svagner/gtmixer Added: head/audio/gtmixer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gtmixer/pkg-plist Tue Feb 12 10:05:43 2013 (r312091) @@ -0,0 +1,10 @@ +%%DATADIR%%/icons/tray/1.png +%%DATADIR%%/icons/tray/2.png +%%DATADIR%%/icons/tray/273.png +%%DATADIR%%/icons/tray/275.png +%%DATADIR%%/icons/tray/3.png +%%DATADIR%%/icons/tray/430.png +%%DATADIR%%/icons/tray/431.png +@dirrmtry %%DATADIR%%/icons/tray +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%%