ports/126652: [NEW PORT]: devel/slglade: S-Lang binding for libglade

Alexey Shuvaev shuvaev at physik.uni-wuerzburg.de
Tue Aug 19 08:30:02 UTC 2008


>Number:         126652
>Category:       ports
>Synopsis:       [NEW PORT]: devel/slglade: S-Lang binding for libglade
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 19 08:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Shuvaev
>Release:        8.0-CURRENT
>Organization:
University of Wuerzburg
>Environment:
FreeBSD wep4017.physik.uni-wuerzburg.de 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Aug 17 16:52:44 CEST 2008     root at wep4017.physik.uni-wuerzburg.de:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
SLglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.

This is an update for Christopher Stawarz's SLglade module.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	slglade
#	slglade/Makefile
#	slglade/pkg-descr
#	slglade/distinfo
#	slglade/pkg-plist
#
echo c - slglade
mkdir -p slglade > /dev/null 2>&1
echo x - slglade/Makefile
sed 's/^X//' >slglade/Makefile << '369d7d87bc2a763cc22e785183fd82ca'
X# New ports collection makefile for:	slglade
X# Date created:		15 Aug 2008
X# Whom:			Alexey Shuvaev <shuvaev at phyisik.uni-wuerzburg.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	slglade
XPORTVERSION=	0.3
XCATEGORIES=	devel
XMASTER_SITES=	http://laurent.perez2.free.fr/comp/slang/modules/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	shuvaev at physik.uni-wuerzburg.de
XCOMMENT=	S-Lang binding for libglade
X
XLIB_DEPENDS=	slang.2:${PORTSDIR}/devel/libslang2
XRUN_DEPENDS=	imdisplay:${PORTSDIR}/x11-toolkits/slgtk
X
XUSE_GNOME=	libglade2
XGNU_CONFIGURE=	yes
X
Xpost-patch:
X.if !defined(NOPORTDOCS)
X	@${REINPLACE_CMD} -e 's|doc/slglade|share/&|' ${WRKSRC}/doc/Makefile.in
X.else
X	@${REINPLACE_CMD} -e 's/doc //' ${WRKSRC}/Makefile.in
X.endif
X
Xpost-install:
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/examples/*.sl ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/examples/*.glade ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
369d7d87bc2a763cc22e785183fd82ca
echo x - slglade/pkg-descr
sed 's/^X//' >slglade/pkg-descr << 'f2e464648e1b509aad6fedbd115fa170'
XSLglade is a S-Lang module that provides S-Lang bindings
Xfor the libglade library. Used in conjunction with SLgtk,
Xit allows you to design your GUI with Glade (a GTK+ user interface builder),
Xsave the interface description in a Glade XML file,
Xand then generate your S-Lang script's graphical interface
Xdirectly from the XML at runtime. This should reduce the time spent
Xdeveloping SLgtk applications considerably, as it eliminates
Xthe tedious job of writing interface-creation code by hand.
X
XThis is an update for Christopher Stawarz's SLglade module.
X
XWWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html
f2e464648e1b509aad6fedbd115fa170
echo x - slglade/distinfo
sed 's/^X//' >slglade/distinfo << 'af133576ea19eaaf4a0b348e3026e8ed'
XMD5 (slglade-0.3.tgz) = 9c821c2c9b74c60e3be9f5d6b76ef98d
XSHA256 (slglade-0.3.tgz) = 24205cd48cbfaf81666f42a1420ff34a38f53512c6094d5cb5ded3070b4dc023
XSIZE (slglade-0.3.tgz) = 339329
af133576ea19eaaf4a0b348e3026e8ed
echo x - slglade/pkg-plist
sed 's/^X//' >slglade/pkg-plist << '522259d862189950f4ca82f0ddeb02d0'
Xlib/slang/v2/modules/glade-module.la
Xlib/slang/v2/modules/glade-module.so
X%%PORTDOCS%%%%DOCSDIR%%/slgladefun.txt
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buffer_basic.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.glade
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get_widget.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/howdy.glade
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/root_widget.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signal_connect.sl
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.glade
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.sl
Xshare/slsh/local-packages/glade.sl
Xshare/slsh/local-packages/slirprc-glade.sl
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
522259d862189950f4ca82f0ddeb02d0
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list