summaryrefslogtreecommitdiff
path: root/editors/winefish
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-11 12:46:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-11 12:46:24 +0000
commit071b54109eac1170905f86d9a25fa0acd0d8c5fc (patch)
tree2d938ec9bfe0b509fc188608f03c146b7f8e264e /editors/winefish
parentUpdate to 1.17. (diff)
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>
Notes
Notes: svn path=/head/; revision=142442
Diffstat (limited to 'editors/winefish')
-rw-r--r--editors/winefish/Makefile53
-rw-r--r--editors/winefish/distinfo2
-rw-r--r--editors/winefish/pkg-descr10
-rw-r--r--editors/winefish/pkg-plist25
4 files changed, 90 insertions, 0 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile
new file mode 100644
index 000000000000..850b71454351
--- /dev/null
+++ b/editors/winefish/Makefile
@@ -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>
diff --git a/editors/winefish/distinfo b/editors/winefish/distinfo
new file mode 100644
index 000000000000..e5e66df48b4f
--- /dev/null
+++ b/editors/winefish/distinfo
@@ -0,0 +1,2 @@
+MD5 (winefish-1.3.2-5.tgz) = 964b746f058371e9937a1dbf3af35197
+SIZE (winefish-1.3.2-5.tgz) = 547080
diff --git a/editors/winefish/pkg-descr b/editors/winefish/pkg-descr
new file mode 100644
index 000000000000..a4a18ab90ec1
--- /dev/null
+++ b/editors/winefish/pkg-descr
@@ -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/
diff --git a/editors/winefish/pkg-plist b/editors/winefish/pkg-plist
new file mode 100644
index 000000000000..41d90794196c
--- /dev/null
+++ b/editors/winefish/pkg-plist
@@ -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%%