summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-04 12:34:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-04 12:34:39 +0000
commit9dc2dbd602c67ec6d7a4e76c47b800efd1a9b38c (patch)
treee92324e3cd01dc4272978750fd080b38b89cb397
parent- Update to 2.11.2 (diff)
- Update to 2.10.1
- Refine COMMENT PR: ports/121797 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Notes
Notes: svn path=/head/; revision=210491
-rw-r--r--devel/guiloader/Makefile16
-rw-r--r--devel/guiloader/distinfo6
-rw-r--r--devel/guiloader/pkg-descr10
3 files changed, 15 insertions, 17 deletions
diff --git a/devel/guiloader/Makefile b/devel/guiloader/Makefile
index 5cb903a0b3fd..eec089a523f8 100644
--- a/devel/guiloader/Makefile
+++ b/devel/guiloader/Makefile
@@ -6,22 +6,18 @@
#
PORTNAME= guiloader
-PORTVERSION= 2.10.0
+PORTVERSION= 2.10.1
CATEGORIES= devel gnome
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR= crow-designer
+MASTER_SITES= SF/crow-designer
MAINTAINER= ports@FreeBSD.org
-COMMENT= A C++ binding to the GuiLoader library
+COMMENT= A high-performance and compact GuiXml loader library
USE_BZIP2= yes
+USE_GNOME= gnomehack gnometarget gtk20
USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_GNOME= atk glib20 gtk20 pango
USE_GMAKE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
- ${WRKSRC}/${PORTNAME}/Makefile.in
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/devel/guiloader/distinfo b/devel/guiloader/distinfo
index b4e0532dd8b8..d6cc59a4d848 100644
--- a/devel/guiloader/distinfo
+++ b/devel/guiloader/distinfo
@@ -1,3 +1,3 @@
-MD5 (guiloader-2.10.0.tar.bz2) = a85240ddd8a5f1e57eafab452af47ba0
-SHA256 (guiloader-2.10.0.tar.bz2) = fde62ae768f06978d681d4b4a9e9887031c18830ec7d048ced2b0b0b96b369ec
-SIZE (guiloader-2.10.0.tar.bz2) = 262999
+MD5 (guiloader-2.10.1.tar.bz2) = 19bb5cb6f1bf71418e9ef641ced6653f
+SHA256 (guiloader-2.10.1.tar.bz2) = d450d264373047a5f47ee0e2f6320b90de4330944f1d499d69e3c164e642cc89
+SIZE (guiloader-2.10.1.tar.bz2) = 250751
diff --git a/devel/guiloader/pkg-descr b/devel/guiloader/pkg-descr
index dce76cbe48ed..353123c34692 100644
--- a/devel/guiloader/pkg-descr
+++ b/devel/guiloader/pkg-descr
@@ -1,6 +1,8 @@
-GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
-layer that simplifies development of GuiLoader based applications written
-in the C++ language by introducing exception safety, binding GTK+ objects
-defined in GuiXml to C++ variables and type-safe dynamic connection to signals.
+GuiLoader is a high-performance and compact GuiXml loader library.
+This library allows GTK+ applications to create GUI widgets and
+objects at run-time from GuiXml resource files. GuiLoader is
+written in the C language as a GObject subclass and has
+a trivial language-independent API. GuiLoader was designed to be
+easily wrapped for any language that has GTK+ bindings.
WWW: http://crow-designer.sourceforge.net/