From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 19 08:30:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D150106567F for ; Tue, 19 Aug 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59A188FC1A for ; Tue, 19 Aug 2008 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7J8U1fO037607 for ; Tue, 19 Aug 2008 08:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7J8U1bp037604; Tue, 19 Aug 2008 08:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 19 Aug 2008 08:30:01 GMT Resent-Message-Id: <200808190830.m7J8U1bp037604@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Shuvaev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7961065681 for ; Tue, 19 Aug 2008 08:23:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7A69C8FC1C for ; Tue, 19 Aug 2008 08:23:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7J8NTUA040983 for ; Tue, 19 Aug 2008 08:23:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7J8NTUj040982; Tue, 19 Aug 2008 08:23:29 GMT (envelope-from nobody) Message-Id: <200808190823.m7J8NTUj040982@www.freebsd.org> Date: Tue, 19 Aug 2008 08:23:29 GMT From: Alexey Shuvaev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126652: [NEW PORT]: devel/slglade: S-Lang binding for libglade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 08:30:02 -0000 >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@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 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@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 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: