Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2013 10:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/174656: commit references a PR
Message-ID:  <201302121010.r1CAA0oq047529@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/174656; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174656: commit references a PR
Date: Tue, 12 Feb 2013 10:05:52 +0000 (UTC)

 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 <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
 +@dirrmtry %%DATADIR%%/icons/tray
 +@dirrmtry %%DATADIR%%/icons
 +@dirrmtry %%DATADIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302121010.r1CAA0oq047529>