From owner-freebsd-ports Mon Jul 15 1:40:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 077D337B400 for ; Mon, 15 Jul 2002 01:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C11A43E65 for ; Mon, 15 Jul 2002 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6F8e2JU037946 for ; Mon, 15 Jul 2002 01:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6F8e2ob037945; Mon, 15 Jul 2002 01:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0DC637B400 for ; Mon, 15 Jul 2002 01:33:34 -0700 (PDT) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [66.37.140.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B4843E58 for ; Mon, 15 Jul 2002 01:33:34 -0700 (PDT) (envelope-from verm@jolly.drunkmonk.net) Received: from jolly.drunkmonk.net (verm@localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.3/8.12.3) with ESMTP id g6F8XP9H020409 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 15 Jul 2002 02:33:25 -0600 (MDT) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.3/8.12.1/Submit) id g6F8XPln020408; Mon, 15 Jul 2002 02:33:25 -0600 (MDT) Message-Id: <200207150833.g6F8XPln020408@jolly.drunkmonk.net> Date: Mon, 15 Jul 2002 02:33:25 -0600 (MDT) From: Amar Takhar Reply-To: Amar Takhar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40585: new port: net/dcgui Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40585 >Category: ports >Synopsis: new port: net/dcgui >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 15 01:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Amar Takhar >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: >Description: This is a QT frontend to the Direct Connect system. It supports most if not all of the DC features. >How-To-Repeat: >Fix: # 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: # # dcgui/Makefile # dcgui/distinfo # dcgui/pkg-comment # dcgui/pkg-descr # dcgui/pkg-plist # echo x - dcgui/Makefile sed 's/^X//' >dcgui/Makefile << 'END-of-dcgui/Makefile' X# New ports collection makefile for: dcgui X# Date created: 14 July 2002 X# Whom: verm@drunkmonk.net X# X# $FreeBSD$ X# X XPORTNAME= dcgui XPORTVERSION= 0.1.b9 XCATEGORIES= net XMASTER_SITES= http://dc.ketelhot.de/files/dcgui/unstable/source/ XDISTNAME= dc-0.1beta9 X XMAINTAINER= verm@drunkmonk.net X XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ X dc.0:${PORTSDIR}/devel/dclib X XWRKSRC= ${WRKDIR}/${DISTNAME:S/dc/dcgui/} X XUSE_BZIP2= yes XUSE_QT_VER= 3 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_REINPLACE= yes XCONFIGURE_ARGS= --with-libdc=${LOCALBASE} X Xpre-configure: X @${REINPLACE_CMD} -e 's|xmlversion.h|libxml/xmlversion.h|' ${WRKSRC}/configure X X.include END-of-dcgui/Makefile echo x - dcgui/distinfo sed 's/^X//' >dcgui/distinfo << 'END-of-dcgui/distinfo' XMD5 (dc-0.1beta9.tar.bz2) = 63f75fa26ef554581e71b52a7c2d99b6 END-of-dcgui/distinfo echo x - dcgui/pkg-comment sed 's/^X//' >dcgui/pkg-comment << 'END-of-dcgui/pkg-comment' XDirect Direct connect interface QT GUI END-of-dcgui/pkg-comment echo x - dcgui/pkg-descr sed 's/^X//' >dcgui/pkg-descr << 'END-of-dcgui/pkg-descr' XThis is a QT frontend to the Direct Connect system. It supports most if not all Xof the DC features. X XWWW: http://dc.ketelhot.de/ END-of-dcgui/pkg-descr echo x - dcgui/pkg-plist sed 's/^X//' >dcgui/pkg-plist << 'END-of-dcgui/pkg-plist' Xbin/dcgui END-of-dcgui/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message