From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 4 12:20:07 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 3B23316A475 for ; Mon, 4 Feb 2008 12:20:07 +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 13D3C13C459 for ; Mon, 4 Feb 2008 12:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m14CK1kD027927 for ; Mon, 4 Feb 2008 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m14CK1jP027926; Mon, 4 Feb 2008 12:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2008 12:20:01 GMT Resent-Message-Id: <200802041220.m14CK1jP027926@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, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7DCB16A419 for ; Mon, 4 Feb 2008 12:10:41 +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 C394C13C4F0 for ; Mon, 4 Feb 2008 12:10:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m14C8gIv065606 for ; Mon, 4 Feb 2008 12:08:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m14C8gIm065605; Mon, 4 Feb 2008 12:08:42 GMT (envelope-from nobody) Message-Id: <200802041208.m14C8gIm065605@www.freebsd.org> Date: Mon, 4 Feb 2008 12:08:42 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120250: new port: x11-fonts/fontmatrix 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: Mon, 04 Feb 2008 12:20:07 -0000 >Number: 120250 >Category: ports >Synopsis: new port: x11-fonts/fontmatrix >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: Mon Feb 04 12:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-PRERELEASE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Fri Feb 1 17:59:04 MSK 2008 makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: add new port: Fontmatrix -- graphical font manager. >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: # # fontmatrix # fontmatrix/pkg-descr # fontmatrix/Makefile # fontmatrix/pkg-plist # fontmatrix/distinfo # echo c - fontmatrix mkdir -p fontmatrix > /dev/null 2>&1 echo x - fontmatrix/pkg-descr sed 's/^X//' >fontmatrix/pkg-descr << 'END-of-fontmatrix/pkg-descr' XFontmatrix is a graphical font manager. Targeted audience are mostly Xadventurous graphic designers and typesetters who deal with hundreds Xand even more fonts during their work - browsing the endless lists Xof font dialogs. Basically, the Fontmatrix helps doing three things: Xactivation and deactivation of fonts, tagging fonts and fontbook Xgeneration. X XWWW: http://www.fontmatrix.net END-of-fontmatrix/pkg-descr echo x - fontmatrix/Makefile sed 's/^X//' >fontmatrix/Makefile << 'END-of-fontmatrix/Makefile' X# New ports collection makefile for: fontmatrix X# Date created: 2008-01-13 X# Whom: Max Brazhnikov X# X# $FreeBSD$ X# X XPORTNAME= fontmatrix XDISTVERSION= 0.3.1 XDISTVERSIONSUFFIX= -Source XCATEGORIES= x11-fonts XMASTER_SITES= http://www.fontmatrix.net/archives/ X XMAINTAINER= makc@issp.ac.ru XCOMMENT= A graphical font manager X XBUILD_DEPENDS= ${CMAKE}:${PORTSDIR}/devel/cmake XRUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme X XUSE_QT_VER= 4 XQT_COMPONENTS= gui xml moc_build uic_build rcc_build qmake_build XINSTALLS_ICONS= yes XMAKE_ENV+= VERBOSE=1 X XCMAKE?= ${LOCALBASE}/bin/cmake XCMAKE_ARGS= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ X -DCMAKE_C_COMPILER:STRING="${CC}" \ X -DCMAKE_CXX_COMPILER:STRING="${CXX}" \ X -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ X -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" X XOPTIONS= FONTFORGE "With FontForge editor" off X X.include X X.if defined(WITH_FONTFORGE) XRUN_DEPENDS+= ${LOCALBASE}/bin/fontforge:${PORTSDIR}/print/fontforge X.endif X Xpost-patch: X cd ${WRKSRC}/src && \ X ${REINPLACE_CMD} -e 's:/usr/bin/fontforge:${LOCALBASE}/bin/fontforge:g' \ X prefs_panel.ui \ X typotek.cpp \ X messages/fontmatrix_no.ts \ X messages/fontmatrix_en.ts \ X messages/fontmatrix_nl.ts \ X messages/fontmatrix_fr.ts \ X messages/fontmatrix_sr.ts \ X messages/fontmatrix_sv.ts \ X messages/fontmatrix_fi.ts \ X messages/fontmatrix_de.ts \ X messages/fontmatrix_da.ts X Xdo-configure: X cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE} ${CMAKE_ARGS} X X.include END-of-fontmatrix/Makefile echo x - fontmatrix/pkg-plist sed 's/^X//' >fontmatrix/pkg-plist << 'END-of-fontmatrix/pkg-plist' Xbin/fontmatrix Xshare/applications/fontmatrix.desktop Xshare/icons/hicolor/48x48/apps/fontmatrix.png X@dirrmtry share/applications END-of-fontmatrix/pkg-plist echo x - fontmatrix/distinfo sed 's/^X//' >fontmatrix/distinfo << 'END-of-fontmatrix/distinfo' XMD5 (fontmatrix-0.3.1-Source.tar.gz) = 173b3354e0e3d03a60e3c1fd1d790b37 XSHA256 (fontmatrix-0.3.1-Source.tar.gz) = 2f4e752b2fa6f1e5406277d4a46989b5b2943deda756a88a45a46b5e66a721c8 XSIZE (fontmatrix-0.3.1-Source.tar.gz) = 455920 END-of-fontmatrix/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: