From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 15 11:10:49 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E0516A4DD for ; Tue, 15 Aug 2006 11:10:49 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7888C43DA1 for ; Tue, 15 Aug 2006 11:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FBACJW007770 for ; Tue, 15 Aug 2006 11:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FBACcO007769; Tue, 15 Aug 2006 11:10:12 GMT (envelope-from gnats) Resent-Date: Tue, 15 Aug 2006 11:10:12 GMT Resent-Message-Id: <200608151110.k7FBACcO007769@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, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B016A4DD for ; Tue, 15 Aug 2006 11:05:28 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17E343D60 for ; Tue, 15 Aug 2006 11:05:25 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [212.57.150.10] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GCwjc-0002u2-Ru for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Aug 2006 15:05:24 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 4C83912D70; Tue, 15 Aug 2006 14:32:53 +0600 (YEKST) Message-Id: <20060815083253.4C83912D70@fonon.realnet> Date: Tue, 15 Aug 2006 14:32:53 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102076: [NEW PORT] x11/enity: Create Etk dialogs using scripts 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, 15 Aug 2006 11:10:49 -0000 >Number: 102076 >Category: ports >Synopsis: [NEW PORT] x11/enity: Create Etk dialogs using scripts >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 15 11:10:11 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 #1: Wed Aug 2 21:44:37 MSD >Description: Enity allows users to create Etk dialogs using shell scripts or other scripting languages that can call programs. The basic idea is to ease the development of quick interfaces for input, configuration, installation, etc... Author: Hisham 'CodeWarrior' Mardambey WWW: http://www.enlightenment.org/ Note: this depends on x11-toolkits/etk PR >How-To-Repeat: >Fix: --- enity-20060807.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: # # enity # enity/pkg-descr # enity/Makefile # enity/distinfo # echo c - enity mkdir -p enity > /dev/null 2>&1 echo x - enity/pkg-descr sed 's/^X//' >enity/pkg-descr << 'END-of-enity/pkg-descr' XEnity allows users to create Etk dialogs using shell scripts or other Xscripting languages that can call programs. The basic idea is to ease Xthe development of quick interfaces for input, configuration, Xinstallation, etc... X XAuthor: Hisham 'CodeWarrior' Mardambey XWWW: http://www.enlightenment.org/ END-of-enity/pkg-descr echo x - enity/Makefile sed 's/^X//' >enity/Makefile << 'END-of-enity/Makefile' X# New ports collection makefile for: enity X# Date created: 2006-08-14 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= enity XPORTVERSION= 20060807 XCATEGORIES= x11 XMASTER_SITES= http://mbsd.msk.ru/dist/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= Create Etk dialogs using scripts X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_GNOME= gnomehack pkgconfig gnometarget XUSE_EFL= etk XGNU_CONFIGURE= yes X XPLIST_FILES= bin/enity X X.include X.include "${PORTSDIR}/x11-toolkits/etk/bsd.efl.mk" X.include END-of-enity/Makefile echo x - enity/distinfo sed 's/^X//' >enity/distinfo << 'END-of-enity/distinfo' XMD5 (enity-20060807.tar.bz2) = 41bcd0a01f3d5dce5744f006a02eae81 XSHA256 (enity-20060807.tar.bz2) = 68d62ebf7e87c25e041ebbd821da556d2b82bd7c0d4fd6cf7c7a7cd8ea753489 XSIZE (enity-20060807.tar.bz2) = 232282 END-of-enity/distinfo exit --- enity-20060807.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: