Date: 10 Sep 2005 07:22:03 -0000 From: nivit@email.it (Nicola Vitale) To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85937: [NEW PORT] editors/winefish: A LaTeX editor based on BlueFish Message-ID: <20050910072203.9196.qmail@stellina> Resent-Message-ID: <200509100730.j8A7UEmb031325@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85937 >Category: ports >Synopsis: [NEW PORT] editors/winefish: A LaTeX editor based on BlueFish >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: Sat Sep 10 07:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD stellina.domo.sva 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Mon Sep 5 09:56:50 CEST >Description: A LaTeX editor based on Bluefish (http://bluefish.sf.net). Main features: (1) Autotext, Auto-Completion, Function References, Syntax highlight (2) External Tools (customizable) (3) UTF8 support Author: Ky Ahn <kyahn@users.berlios.de> WWW: http://winefish.berlios.de/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- winefish-1.3.2.5.shar begins here --- # 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: # # winefish # winefish/pkg-descr # winefish/Makefile # winefish/pkg-plist # winefish/distinfo # echo c - winefish mkdir -p winefish > /dev/null 2>&1 echo x - winefish/pkg-descr sed 's/^X//' >winefish/pkg-descr << 'END-of-winefish/pkg-descr' XA LaTeX editor based on Bluefish (http://bluefish.sf.net). X XMain features: X X (1) Autotext, Auto-Completion, Function References, Syntax highlight X (2) External Tools (customizable) X (3) UTF8 support X XAuthor: Ky Ahn <kyahn@users.berlios.de> XWWW: http://winefish.berlios.de/ END-of-winefish/pkg-descr echo x - winefish/Makefile sed 's/^X//' >winefish/Makefile << 'END-of-winefish/Makefile' X# New ports collection makefile for: winefish X# Date created: 2005-09-09 X# Whom: Nicola Vitale <nivit@email.it> X# X# $FreeBSD$ X# X XPORTNAME= winefish XDISTVERSION= 1.3.2-5 XCATEGORIES= editors print XMASTER_SITES= http://download.berlios.de/winefish/ XEXTRACT_SUFX= .tgz X XMAINTAINER= nivit@email.it XCOMMENT= A LaTeX editor based on BlueFish X XLIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell XRUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ X gv:${PORTSDIR}/print/gv \ X latex:${PORTSDIR}/print/teTeX \ X tidy:${PORTSDIR}/www/tidy \ X xpdf:${PORTSDIR}/graphics/xpdf X XGNU_CONFIGURE= yes XUSE_GCC= 3.3+ XUSE_GMAKE= yes XUSE_GNOME= glib12 gtk20 XUSE_X_PREFIX= yes X XOPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \ X VNTEX "Vietnamese TeX user" off \ X UNIKEY_GTK "Vietname Tex user with UnikeyGTK input method" off X X.include <bsd.port.pre.mk> X X.if defined (WITH_CONTEXT) XCONFIGURE_ARGS+= --with-context X.endif X X# vietnamese support X.if defined (WITH_UNIKEY_GTK) && !defined (WITH_VNTEX) XWITH_VNTEX=true X.endif X X.if defined (WITH_VNTEX) XCONFIGURE_ARGS+= --with-vntex X.if defined (WITH_UNIKEY_GTK) XCONFIGURE_ARGS+= --with-unikey-gtk X.endif X.endif X X.include <bsd.port.post.mk> END-of-winefish/Makefile echo x - winefish/pkg-plist sed 's/^X//' >winefish/pkg-plist << 'END-of-winefish/pkg-plist' X@comment $FreeBSD$ Xbin/winefish Xshare/locale/it/LC_MESSAGES/winefish.mo Xshare/locale/vi/LC_MESSAGES/winefish.mo X%%DATADIR%%/autotext.default X%%DATADIR%%/custom_menu.default X%%DATADIR%%/encodings.default X%%DATADIR%%/filetypes.default X%%DATADIR%%/funcref_bib.xml X%%DATADIR%%/funcref_packages.xml X%%DATADIR%%/funcref_symbols.xml X%%DATADIR%%/highlighting.default X%%DATADIR%%/icon_dir.png X%%DATADIR%%/icon_image.png X%%DATADIR%%/icon_tex.png X%%DATADIR%%/icon_unknown.png X%%DATADIR%%/icon_xml.png X%%DATADIR%%/winefish_splash.png X%%DATADIR%%/words.default X@dirrm %%DATADIR%% END-of-winefish/pkg-plist echo x - winefish/distinfo sed 's/^X//' >winefish/distinfo << 'END-of-winefish/distinfo' XMD5 (winefish-1.3.2-5.tgz) = 964b746f058371e9937a1dbf3af35197 XSIZE (winefish-1.3.2-5.tgz) = 547080 END-of-winefish/distinfo exit --- winefish-1.3.2.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050910072203.9196.qmail>