# 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