summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 11:21:27 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-30 11:21:27 +0800
commit6d7f73b79c168fa3c66acc6dcf658e7d33c319f0 (patch)
tree4608e4ec8c0d04b85869992345efe105f688fd55 /www
parent8a7dbb93871f9df4f499482fa65600afa73c9d79 (diff)
downloadmarcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar.gz
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar.bz2
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar.lz
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar.xz
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.tar.zst
marcuscom-ports-6d7f73b79c168fa3c66acc6dcf658e7d33c319f0.zip
LOCALBASE movement
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7385 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/bluefish/Makefile75
-rw-r--r--www/bluefish/distinfo3
-rw-r--r--www/bluefish/pkg-descr5
-rw-r--r--www/bluefish/pkg-plist56
4 files changed, 139 insertions, 0 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
new file mode 100644
index 000000000..f3ffdbf56
--- /dev/null
+++ b/www/bluefish/Makefile
@@ -0,0 +1,75 @@
+# New ports collection makefile for: bluefish
+# Date created: 23 January 2003
+# Whom: Koop Mast <einekoai@chello.nl>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= bluefish
+PORTVERSION= 1.0.5
+PORTREVISION= 1
+CATEGORIES= www editors
+MASTER_SITES= http://pkedu.fbt.wur.nl/~olivier/${DOWNLOAD}/ \
+ http://bluefish.mrball.net/${DOWNLOAD}/ \
+ ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \
+ ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= HTML editor designed for the experienced web designer
+
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \
+ aspell.16:${PORTSDIR}/textproc/aspell
+
+.if !defined(WITHOUT_WEBLINT)
+RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint
+.endif
+.if defined(WITH_TIDY)
+RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy
+.endif
+
+DOWNLOAD= downloads
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehier gtk20 gnomevfs2
+WANT_GNOME= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/gnome/applications \
+ --with-freedesktop_org-mime=${PREFIX}/share/mime \
+ --without-gnome2_4-mime \
+ --without-gnome2_4-appreg \
+ --with-icon-path=${PREFIX}/share/gnome/pixmaps
+
+# Turns debugging output on
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --with-debugging-output
+.endif
+
+.if defined(WITHOUT_SPLASH)
+CONFIGURE_ARGS+= --disable-splash-screen
+.endif
+
+MAN1= bluefish.1
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Bluefish has the following tunable option(s):"
+ @${ECHO_MSG} " WITH_DEBUG for debug support"
+ @${ECHO_MSG} " WITHOUT_WEBLINT disable the weblint syntax and style checker"
+ @${ECHO_MSG} " WITH_TIDY for the tidy html cleanup program"
+ @${ECHO_MSG} " WITHOUT_SPLASH disable the splash screen"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "For Highlighting to work, please enable UTF-8 support in devel/pcre."
+ @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish."
+ @${ECHO_MSG} ""
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mlibgnomeui}!=""
+USE_GNOME+= libgnomeui
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
new file mode 100644
index 000000000..91c590d2b
--- /dev/null
+++ b/www/bluefish/distinfo
@@ -0,0 +1,3 @@
+MD5 (bluefish-1.0.5.tar.bz2) = 26701c09d41e5dea987155cdc9d0ac94
+SHA256 (bluefish-1.0.5.tar.bz2) = dc957c1af2f272c7d518c68c1c5d3beb693e02dd538f0641ef58d7eeccd41221
+SIZE (bluefish-1.0.5.tar.bz2) = 1492532
diff --git a/www/bluefish/pkg-descr b/www/bluefish/pkg-descr
new file mode 100644
index 000000000..0c573e8b7
--- /dev/null
+++ b/www/bluefish/pkg-descr
@@ -0,0 +1,5 @@
+Bluefish is a powerful editor for experienced web designers and programmers.
+Bluefish supports many programming and markup languages, but it focuses on
+editing dynamic and interactive websites
+
+WWW: http://bluefish.openoffice.nl/
diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist
new file mode 100644
index 000000000..98753d37e
--- /dev/null
+++ b/www/bluefish/pkg-plist
@@ -0,0 +1,56 @@
+bin/bluefish
+%%DATADIR%%/bluefish_splash.png
+%%DATADIR%%/custom_menu.de.default
+%%DATADIR%%/custom_menu.default
+%%DATADIR%%/custom_menu.fr.default
+%%DATADIR%%/encodings.default
+%%DATADIR%%/filetypes.default
+%%DATADIR%%/funcref_css.xml
+%%DATADIR%%/funcref_html.xml
+%%DATADIR%%/funcref_php.xml
+%%DATADIR%%/funcref_python.xml
+%%DATADIR%%/highlighting.default
+%%DATADIR%%/icon_c.png
+%%DATADIR%%/icon_cfml.png
+%%DATADIR%%/icon_dir.png
+%%DATADIR%%/icon_html.png
+%%DATADIR%%/icon_image.png
+%%DATADIR%%/icon_java.png
+%%DATADIR%%/icon_pascal.png
+%%DATADIR%%/icon_php.png
+%%DATADIR%%/icon_python.png
+%%DATADIR%%/icon_r.png
+%%DATADIR%%/icon_unknown.png
+%%DATADIR%%/icon_xml.png
+share/gnome/applications/bluefish-project.desktop
+share/gnome/applications/bluefish.desktop
+share/gnome/pixmaps/bluefish-icon.png
+share/gnome/pixmaps/gnome-application-bluefish-project.png
+share/locale/bg/LC_MESSAGES/bluefish.mo
+share/locale/cs/LC_MESSAGES/bluefish.mo
+share/locale/da/LC_MESSAGES/bluefish.mo
+share/locale/de/LC_MESSAGES/bluefish.mo
+share/locale/es/LC_MESSAGES/bluefish.mo
+share/locale/eu/LC_MESSAGES/bluefish.mo
+share/locale/fi/LC_MESSAGES/bluefish.mo
+share/locale/fr/LC_MESSAGES/bluefish.mo
+share/locale/hu/LC_MESSAGES/bluefish.mo
+share/locale/it/LC_MESSAGES/bluefish.mo
+share/locale/ja/LC_MESSAGES/bluefish.mo
+share/locale/no/LC_MESSAGES/bluefish.mo
+share/locale/pl/LC_MESSAGES/bluefish.mo
+share/locale/pt/LC_MESSAGES/bluefish.mo
+share/locale/pt_BR/LC_MESSAGES/bluefish.mo
+share/locale/ru/LC_MESSAGES/bluefish.mo
+share/locale/sk/LC_MESSAGES/bluefish.mo
+share/locale/sr/LC_MESSAGES/bluefish.mo
+share/locale/sv/LC_MESSAGES/bluefish.mo
+share/locale/ta/LC_MESSAGES/bluefish.mo
+share/locale/tr/LC_MESSAGES/bluefish.mo
+share/locale/zh_CN/LC_MESSAGES/bluefish.mo
+share/locale/zh_TW/LC_MESSAGES/bluefish.mo
+share/mime/packages/bluefish.xml
+@dirrm share/bluefish
+@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true