A LaTeX editor based on Bluefish
Main features: (1) Autotext, Auto-Completion, Function References, Syntax highlight (2) External Tools (customizable) (3) UTF8 support PR: ports/85937 Submitted by: Nicola Vitale <nivit@email.it>
This commit is contained in:
parent
4c48a29ab4
commit
071b54109e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142442
5 changed files with 91 additions and 0 deletions
|
@ -215,6 +215,7 @@
|
|||
SUBDIR += vim6+ruby
|
||||
SUBDIR += vimpart
|
||||
SUBDIR += wily
|
||||
SUBDIR += winefish
|
||||
SUBDIR += xcoral
|
||||
SUBDIR += xed
|
||||
SUBDIR += xemacs
|
||||
|
|
53
editors/winefish/Makefile
Normal file
53
editors/winefish/Makefile
Normal file
|
@ -0,0 +1,53 @@
|
|||
# New ports collection makefile for: winefish
|
||||
# Date created: 2005-09-09
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= winefish
|
||||
DISTVERSION= 1.3.2-5
|
||||
CATEGORIES= editors print
|
||||
MASTER_SITES= http://download.berlios.de/winefish/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= nivit@email.it
|
||||
COMMENT= A LaTeX editor based on BlueFish
|
||||
|
||||
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \
|
||||
gv:${PORTSDIR}/print/gv \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
tidy:${PORTSDIR}/www/tidy \
|
||||
xpdf:${PORTSDIR}/graphics/xpdf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.3+
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= libgnomeui
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
OPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \
|
||||
VNTEX "Vietnamese TeX user" off \
|
||||
UNIKEY_GTK "Vietname Tex user with UnikeyGTK input method" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined (WITH_CONTEXT)
|
||||
CONFIGURE_ARGS+= --with-context
|
||||
.endif
|
||||
|
||||
# vietnamese support
|
||||
.if defined (WITH_UNIKEY_GTK) && !defined (WITH_VNTEX)
|
||||
WITH_VNTEX=true
|
||||
.endif
|
||||
|
||||
.if defined (WITH_VNTEX)
|
||||
CONFIGURE_ARGS+= --with-vntex
|
||||
.if defined (WITH_UNIKEY_GTK)
|
||||
CONFIGURE_ARGS+= --with-unikey-gtk
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
editors/winefish/distinfo
Normal file
2
editors/winefish/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (winefish-1.3.2-5.tgz) = 964b746f058371e9937a1dbf3af35197
|
||||
SIZE (winefish-1.3.2-5.tgz) = 547080
|
10
editors/winefish/pkg-descr
Normal file
10
editors/winefish/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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/
|
25
editors/winefish/pkg-plist
Normal file
25
editors/winefish/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $FreeBSD$
|
||||
bin/winefish
|
||||
share/gnome/application-registry/winefish.applications
|
||||
share/gnome/applications/winefish.desktop
|
||||
share/gnome/mime-info/winefish.mime
|
||||
share/gnome/mime-info/winefish.keys
|
||||
share/locale/it/LC_MESSAGES/winefish.mo
|
||||
share/locale/vi/LC_MESSAGES/winefish.mo
|
||||
share/mime/packages/winefish.xml
|
||||
%%DATADIR%%/autotext.default
|
||||
%%DATADIR%%/custom_menu.default
|
||||
%%DATADIR%%/encodings.default
|
||||
%%DATADIR%%/filetypes.default
|
||||
%%DATADIR%%/funcref_bib.xml
|
||||
%%DATADIR%%/funcref_packages.xml
|
||||
%%DATADIR%%/funcref_symbols.xml
|
||||
%%DATADIR%%/highlighting.default
|
||||
%%DATADIR%%/icon_dir.png
|
||||
%%DATADIR%%/icon_image.png
|
||||
%%DATADIR%%/icon_tex.png
|
||||
%%DATADIR%%/icon_unknown.png
|
||||
%%DATADIR%%/icon_xml.png
|
||||
%%DATADIR%%/winefish_splash.png
|
||||
%%DATADIR%%/words.default
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue