1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Update to 2.10.1

- Refine COMMENT

PR:		ports/121797
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
This commit is contained in:
Rong-En Fan 2008-04-04 12:34:39 +00:00
parent 7c32ccd9d6
commit 9dc2dbd602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210491
3 changed files with 15 additions and 17 deletions

View File

@ -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>

View File

@ -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

View File

@ -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/