Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 07:32:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329660 - head/devel/linux-f10-libglade
Message-ID:  <201310070732.r977W866033125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Oct  7 07:32:08 2013
New Revision: 329660
URL: http://svnweb.freebsd.org/changeset/ports/329660

Log:
  Use its own pkg-descr
  
  Reported by:	ak

Added:
  head/devel/linux-f10-libglade/pkg-descr   (contents, props changed)
Modified:
  head/devel/linux-f10-libglade/Makefile

Modified: head/devel/linux-f10-libglade/Makefile
==============================================================================
--- head/devel/linux-f10-libglade/Makefile	Mon Oct  7 07:31:55 2013	(r329659)
+++ head/devel/linux-f10-libglade/Makefile	Mon Oct  7 07:32:08 2013	(r329660)
@@ -22,6 +22,5 @@ PLIST_FILES=	usr/lib/libglade-gnome.so.0
 		usr/lib/libglade.so.0 usr/lib/libglade.so.0.4.2
 DOCSDIR=	usr/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README
-DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 
 .include <bsd.port.mk>

Added: head/devel/linux-f10-libglade/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-f10-libglade/pkg-descr	Mon Oct  7 07:32:08 2013	(r329660)
@@ -0,0 +1,5 @@
+A library that allows you to load GLADE interfaces at runtime (you don't
+have to generate stubs with GLADE before hand). This way you can change
+the look of your application without recompiling. This way you can write
+the logic behind the interface separately from the code to build the
+interface, so changing the interface is not so much of a problem.



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