Date: Tue, 16 Oct 2012 13:21:28 +0000 (UTC) From: Romain Tartière <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305970 - in head/x11-toolkits: . gtk-sharp-beans Message-ID: <201210161321.q9GDLSoL047296@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Tue Oct 16 13:21:28 2012 New Revision: 305970 URL: http://svn.freebsd.org/changeset/ports/305970 Log: Gtk# Beans aims to fill the gap between the current Gtk# packages state and all the blings and desktop integration stuffs anyone would want to use. It builds on top of Gtk# and extend it by adding new classes and extension methods. WWW: http://gitorious.org/gtk-sharp-beans Feature safe: yes Added: head/x11-toolkits/gtk-sharp-beans/ head/x11-toolkits/gtk-sharp-beans/Makefile (contents, props changed) head/x11-toolkits/gtk-sharp-beans/distinfo (contents, props changed) head/x11-toolkits/gtk-sharp-beans/pkg-descr (contents, props changed) head/x11-toolkits/gtk-sharp-beans/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Tue Oct 16 13:17:41 2012 (r305969) +++ head/x11-toolkits/Makefile Tue Oct 16 13:21:28 2012 (r305970) @@ -47,6 +47,7 @@ SUBDIR += gnustep-gui SUBDIR += gnustep-xdps SUBDIR += gstreamer-plugins-pango + SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 SUBDIR += gtk12 Added: head/x11-toolkits/gtk-sharp-beans/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gtk-sharp-beans/Makefile Tue Oct 16 13:21:28 2012 (r305970) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gtk-sharp-beans +PORTVERSION= 2.14.1 +CATEGORIES= x11-toolkits +MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ + +MAINTAINER= mono@FreeBSD.org +COMMENT= Extensions on top of GTK-sharp + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel/gio-sharp +RUN_DEPENDS:= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GMAKE= yes + +.include <bsd.port.pre.mk> + +post-extract: + ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.post.mk> Added: head/x11-toolkits/gtk-sharp-beans/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gtk-sharp-beans/distinfo Tue Oct 16 13:21:28 2012 (r305970) @@ -0,0 +1,2 @@ +SHA256 (gtk-sharp-beans-2.14.1.tar.bz2) = 7f1e23fa7b24d28284e0d238a759fbef23847e657435ae6a832f1b6ab91a533a +SIZE (gtk-sharp-beans-2.14.1.tar.bz2) = 64540 Added: head/x11-toolkits/gtk-sharp-beans/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gtk-sharp-beans/pkg-descr Tue Oct 16 13:21:28 2012 (r305970) @@ -0,0 +1,7 @@ +Gtk# Beans aims to fill the gap between the current Gtk# packages state and all +the blings and desktop integration stuffs anyone would want to use. + +It builds on top of Gtk# and extend it by adding new classes and extension +methods. + +WWW: http://gitorious.org/gtk-sharp-beans Added: head/x11-toolkits/gtk-sharp-beans/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/gtk-sharp-beans/pkg-plist Tue Oct 16 13:21:28 2012 (r305970) @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +lib/gtk-sharp-beans/gtk-sharp-beans.dll.config +lib/gtk-sharp-beans/gtk-sharp-beans.dll +lib/gtk-sharp-beans/gtk-sharp-beans.dll.mdb +libdata/pkgconfig/gtk-sharp-beans-2.0.pc +@dirrm lib/gtk-sharp-beans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210161321.q9GDLSoL047296>