svn commit: r329660 - head/devel/linux-f10-libglade
Baptiste Daroussin
bapt at FreeBSD.org
Mon Oct 7 07:32:09 UTC 2013
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.
More information about the svn-ports-all
mailing list