Date: Thu, 20 Jul 2006 00:02:51 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100571: [NEW PORT] x11/examine: Interface for configuring EFL applications Message-ID: <20060719200251.2643912BBE@fonon.realnet> Resent-Message-ID: <200607192010.k6JKADW9095730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100571 >Category: ports >Synopsis: [NEW PORT] x11/examine: Interface for configuring EFL applications >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: Wed Jul 19 20:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: Examine is an interface for configuring applications that use ecore_config from the Enlightenment Foundation Libraries (EFL). In the Examine package are two applications, examine (still very basic) and exsh. These applications connect to the configuration library and allow the user to alter configurations. Author: Andrew Elcock <andy@elcock.org> & Azundris <evidence@azundris.com> WWW: http://www.enlightenment.org/ >How-To-Repeat: >Fix: --- examine-20060719.shar begins here --- # 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: # # examine # examine/pkg-descr # examine/Makefile # examine/distinfo # echo c - examine mkdir -p examine > /dev/null 2>&1 echo x - examine/pkg-descr sed 's/^X//' >examine/pkg-descr << 'END-of-examine/pkg-descr' XExamine is an interface for configuring applications that use ecore_config Xfrom the Enlightenment Foundation Libraries (EFL). XIn the Examine package are two applications, examine (still very basic) and Xexsh. These applications connect to the configuration library and allow the Xuser to alter configurations. X XAuthor: Andrew Elcock <andy@elcock.org> & Azundris <evidence@azundris.com> XWWW: http://www.enlightenment.org/ END-of-examine/pkg-descr echo x - examine/Makefile sed 's/^X//' >examine/Makefile << 'END-of-examine/Makefile' X# New ports collection makefile for: examine X# Date created: 2006-07-18 X# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= examine XPORTVERSION= 20060719 XCATEGORIES= x11 XMASTER_SITES= http://mbsd.msk.ru/dist/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= Interface for configuring EFL applications X XLIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \ X ewl.0:${PORTSDIR}/x11-toolkits/ewl X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" X XPLIST_FILES= bin/examine bin/exsh X X.include <bsd.port.mk> END-of-examine/Makefile echo x - examine/distinfo sed 's/^X//' >examine/distinfo << 'END-of-examine/distinfo' XMD5 (examine-20060719.tar.bz2) = c5ee1e30e3754e511e0a14a2e135f8f8 XSHA256 (examine-20060719.tar.bz2) = 525c6ef925aed34db672fa3fc6fd2e5269ba1a5447fdc29775efcae663290beb XSIZE (examine-20060719.tar.bz2) = 1252192 END-of-examine/distinfo exit --- examine-20060719.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060719200251.2643912BBE>