svn commit: r312091 - in head/audio: . gtmixer
Martin Wilke
miwi at FreeBSD.org
Tue Feb 12 10:05:45 UTC 2013
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 at 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 <bsd.port.mk>
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
+ at dirrmtry %%DATADIR%%/icons/tray
+ at dirrmtry %%DATADIR%%/icons
+ at dirrmtry %%DATADIR%%
More information about the svn-ports-head
mailing list