From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 1 23:40:21 2003 Return-Path: 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 1932B16A4CE for ; Mon, 1 Dec 2003 23:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067FE43FDF for ; Mon, 1 Dec 2003 23:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB27e7FY021193 for ; Mon, 1 Dec 2003 23:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hB27e7qi021192; Mon, 1 Dec 2003 23:40:07 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 1 Dec 2003 23:40:07 -0800 (PST) Resent-Message-Id: <200312020740.hB27e7qi021192@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, Ying-Chieh Liao Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4402A16A4CE for ; Mon, 1 Dec 2003 23:34:33 -0800 (PST) Received: from FreeBSD.csie.NCTU.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FF543FDF for ; Mon, 1 Dec 2003 23:34:31 -0800 (PST) (envelope-from ijliao@FreeBSD.csie.NCTU.edu.tw) Received: from localhost (unknown [127.0.0.1]) by FreeBSD.csie.NCTU.edu.tw (Postfix) with ESMTP id 63E52106BF5 for ; Tue, 2 Dec 2003 15:34:23 +0800 (CST) Received: from FreeBSD.csie.NCTU.edu.tw ([127.0.0.1]) by localhost (FreeBSD.csie.NCTU.edu.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99338-07 for ; Tue, 2 Dec 2003 15:34:03 +0800 (CST) Received: by FreeBSD.csie.NCTU.edu.tw (Postfix, from userid 1041) id E22D1106C18; Tue, 2 Dec 2003 15:34:03 +0800 (CST) Message-Id: <20031202073403.E22D1106C18@FreeBSD.csie.NCTU.edu.tw> Date: Tue, 2 Dec 2003 15:34:03 +0800 (CST) From: Ying-Chieh Liao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59894: new port : tipograf - GUI for the a2ps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Liao List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:40:21 -0000 >Number: 59894 >Category: ports >Synopsis: new port : tipograf - GUI for the a2ps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 01 23:40:07 PST 2003 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.9-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.9-STABLE FreeBSD 4.9-STABLE #8: Wed Oct 29 10:04:27 CST 2003 root@FreeBSD.csie.NCTU.edu.tw:/big/usr.obj/big/freebsd/pub/branches/4.0-stable/src/sys/FREEBSD i386 >Description: >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: # # tipograf/ # tipograf/Makefile # tipograf/distinfo # tipograf/pkg-descr # tipograf/pkg-plist # echo c - tipograf/ mkdir -p tipograf/ > /dev/null 2>&1 echo x - tipograf/Makefile sed 's/^X//' >tipograf/Makefile << 'END-of-tipograf/Makefile' X# ex:ts=8 X# Ports collection makefile for: tipograf X# Date created: Oct 29, 2003 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= tipograf XPORTVERSION= 0.4 XCATEGORIES= print XMASTER_SITES= http://www.falk-henrich.de/download/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= GUI for a2ps X XRUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter X XUSE_REINPLACE= yes XUSE_QT_VER= 3 XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-qt-dir=${QT_PREFIX} XUSE_GMAKE= yes X Xpost-extract: X @(cd ${WRKSRC}/src && ${TOUCH} *.ui) X Xpost-patch: X @${REINPLACE_CMD} -e "s|-lqt|-lqt-mt|g" \ X -e "s|qt.so.3|qt-mt.so.3|g" \ X -e "s|qt.so|qt-mt.so|g" ${WRKSRC}/configure X X.include END-of-tipograf/Makefile echo x - tipograf/distinfo sed 's/^X//' >tipograf/distinfo << 'END-of-tipograf/distinfo' XMD5 (tipograf-0.4.tar.gz) = abe1290e416c8a2a2312a8fbc9a5fd6b END-of-tipograf/distinfo echo x - tipograf/pkg-descr sed 's/^X//' >tipograf/pkg-descr << 'END-of-tipograf/pkg-descr' XTipograf is a frontend for the powerful anything to PostScript converter a2ps. XBy principle, the command line is more powerful than any graphical user Xinterface, but for the average user memorization of all the program specific Xoptions is too time consuming. I think that's the reason why some people prefer Xless functional GUI programs over sophisticated command line tools. Tipograf Xsolves this problem in the case of a2ps. X XWWW: http://www.falk-henrich.de/ END-of-tipograf/pkg-descr echo x - tipograf/pkg-plist sed 's/^X//' >tipograf/pkg-plist << 'END-of-tipograf/pkg-plist' Xbin/tipograf X%%DATADIR%%/trans/tipograf_de.qm X@dirrm %%DATADIR%%/trans X@dirrm %%DATADIR%% X%%DOCSDIR%%/benutzerhandbuch.dvi X%%DOCSDIR%%/benutzerhandbuch.ps X%%DOCSDIR%%/html/de/benutzerhandbuch.css X%%DOCSDIR%%/html/de/benutzerhandbuch.html X%%DOCSDIR%%/html/de/index.html X%%DOCSDIR%%/html/de/node1.html X%%DOCSDIR%%/html/de/node2.html X%%DOCSDIR%%/html/de/node3.html X%%DOCSDIR%%/html/de/node4.html X%%DOCSDIR%%/html/de/node5.html X%%DOCSDIR%%/html/de/node6.html X%%DOCSDIR%%/html/de/node7.html X%%DOCSDIR%%/html/en/index.html X%%DOCSDIR%%/html/en/node1.html X%%DOCSDIR%%/html/en/node2.html X%%DOCSDIR%%/html/en/node3.html X%%DOCSDIR%%/html/en/node4.html X%%DOCSDIR%%/html/en/node5.html X%%DOCSDIR%%/html/en/node6.html X%%DOCSDIR%%/html/en/node7.html X%%DOCSDIR%%/html/en/userguide.css X%%DOCSDIR%%/html/en/userguide.html X%%DOCSDIR%%/userguide.dvi X%%DOCSDIR%%/userguide.ps X@dirrm %%DOCSDIR%%/html/de X@dirrm %%DOCSDIR%%/html/en X@dirrm %%DOCSDIR%%/html X@dirrm %%DOCSDIR%% END-of-tipograf/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: