From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 28 19:30:01 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 D627B1065673 for ; Sun, 28 Dec 2008 19:30:01 +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 B5EC98FC14 for ; Sun, 28 Dec 2008 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBSJU1qJ057299 for ; Sun, 28 Dec 2008 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBSJU1om057296; Sun, 28 Dec 2008 19:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 28 Dec 2008 19:30:01 GMT Resent-Message-Id: <200812281930.mBSJU1om057296@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, Goran Tal Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0058A106564A for ; Sun, 28 Dec 2008 19:29:54 +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 E68398FC08 for ; Sun, 28 Dec 2008 19:29:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBSJTsRQ028098 for ; Sun, 28 Dec 2008 19:29:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBSJTsvi028097; Sun, 28 Dec 2008 19:29:54 GMT (envelope-from nobody) Message-Id: <200812281929.mBSJTsvi028097@www.freebsd.org> Date: Sun, 28 Dec 2008 19:29:54 GMT From: Goran Tal To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130000: new port: textproc/dikt - Dictionary for KDE4 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: Sun, 28 Dec 2008 19:30:01 -0000 >Number: 130000 >Category: ports >Synopsis: new port: textproc/dikt - Dictionary for KDE4 >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: Sun Dec 28 19:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Goran Tal >Release: >Organization: >Environment: >Description: Dikt is a dictionary application for KDE4. It is the client side implementation of Dict protocol, with a browser interface specialized for querying dictionaries. >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: # # dikt # dikt/Makefile # dikt/distinfo # dikt/pkg-descr # echo c - dikt mkdir -p dikt > /dev/null 2>&1 echo x - dikt/Makefile sed 's/^X//' >dikt/Makefile << 'ca77b6834a4efc3c68e36c508be6e794' X# New ports collection makefile for: dikt X# Date created: 28-12-2008 X# Whom: Goran Tal X# X# $FreeBSD$ X XPORTNAME= dikt XPORTVERSION= 1 XCATEGORIES= textproc net kde XMASTER_SITES= http://diktv1.googlepages.com/ XEXTRACT_SUFX= .tbz X XMAINTAINER= goran.tal@gmail.com XCOMMENT= Dictionary for KDE4 X XUSE_KDE4= kdelibs automoc4 workspace XUSE_QT_VER= 4 XQT_COMPONENTS= corelib gui moc uic network svg xml XPREFIX= ${KDE4_PREFIX} XUSE_CMAKE= yes X XPLIST_FILES= bin/dikt \ X share/applications/kde4/dikt.desktop \ X share/apps/dikt/diktui.rc XPLIST_DIRS= share/apps/dikt X X.include ca77b6834a4efc3c68e36c508be6e794 echo x - dikt/distinfo sed 's/^X//' >dikt/distinfo << '1f7edaecb283b3c2af20b79730eb6221' XMD5 (dikt-1.tbz) = bce1343bd844ff1bc5a98d5159ed2769 XSHA256 (dikt-1.tbz) = ac6a575f4fa44c1074342547d5f188206d42f4c03d8784187199d71e5fb78d0e XSIZE (dikt-1.tbz) = 16762 1f7edaecb283b3c2af20b79730eb6221 echo x - dikt/pkg-descr sed 's/^X//' >dikt/pkg-descr << '8279df639be1a0bede2541e1ef119c9c' XDikt is a dictionary application for KDE4. It is the client Xside implementation of Dict protocol, with a browser interface Xspecialized for querying dictionaries. X XWWW: http://diktv1.googlepages.com/ 8279df639be1a0bede2541e1ef119c9c exit >Release-Note: >Audit-Trail: >Unformatted: