[Midnightbsd-cvs] mports [18872] trunk/www/bluefish: bluefish 2.2.7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 10:39:50 EDT 2015


Revision: 18872
          http://svnweb.midnightbsd.org/mports/?rev=18872
Author:   laffer1
Date:     2015-05-09 10:39:49 -0400 (Sat, 09 May 2015)
Log Message:
-----------
bluefish 2.2.7

Modified Paths:
--------------
    trunk/www/bluefish/Makefile
    trunk/www/bluefish/distinfo
    trunk/www/bluefish/pkg-descr
    trunk/www/bluefish/pkg-plist

Added Paths:
-----------
    trunk/www/bluefish/pkg-message

Removed Paths:
-------------
    trunk/www/bluefish/files/

Property Changed:
----------------
    trunk/www/bluefish/pkg-descr

Modified: trunk/www/bluefish/Makefile
===================================================================
--- trunk/www/bluefish/Makefile	2015-05-09 14:37:04 UTC (rev 18871)
+++ trunk/www/bluefish/Makefile	2015-05-09 14:39:49 UTC (rev 18872)
@@ -1,80 +1,59 @@
 # $MidnightBSD$
 
 PORTNAME=	bluefish
-PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTVERSION=	2.2.7
 CATEGORIES=	www editors
-MASTER_SITES=	SF
+MASTER_SITES=	http://www.bennewitz.com/bluefish/stable/source/ \
+		http://bluefish.mrball.net/stable/source/ \
+		SF
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	HTML editor designed for the experienced web designer
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre \
-		aspell.16:${PORTSDIR}/textproc/aspell \
-		enchant.1:${PORTSDIR}/textproc/enchant
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
+		libenchant.so:${PORTSDIR}/textproc/enchant
 
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils
+USES=		gmake pkgconfig desktop-file-utils shared-mime-info \
+		tar:bzip2 libtool
+USE_GNOME=	gnomeprefix gtk20 gnomevfs2 gnomemimedata
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--with-freedesktop_org-menu=${PREFIX}/share/applications \
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--with-gtk2 \
+		--with-freedesktop_org-menu=${PREFIX}/share/applications \
 		--with-freedesktop_org-mime=${PREFIX}/share/mime \
-		--without-gnome2_4-mime \
-		--without-gnome2_4-appreg \
 		--with-icon-path=${PREFIX}/share/pixmaps
+INSTALL_TARGET=	install-strip
 
-MAN1=		bluefish.1
+OPTIONS_DEFINE=	DEBUG NLS TIDY WEBLINT EXAMPLES
 
-OPTIONS=	DEBUG "Enable debugging output" Off \
-		SPLASH "Show splash screen at startup" On \
-		TIDY "Include Tidy HTML cleanup program" Off \
-		WEBLINT "Include Weblint syntax and style checker" On
+DEBUG_DESC=	Enable debugging output
+TIDY_DESC=	Include Tidy HTML cleanup program
+WEBLINT_DESC=	Include Weblint syntax and style checker
 
-.include <bsd.port.pre.mk>
+OPTIONS_DEFAULT=WEBLINT
 
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+=	libgnomeui
-.endif
+OPTIONS_SUB=	yes
 
-# Turns debugging output on
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=	--with-debugging-output
-.endif
+NLS_USES=		gettext
+NLS_CONFIGURE_OFF=	--disable-nls
 
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=		NLS="@comment "
-.else
-USE_GETTEXT=		yes
-PLIST_SUB+=		NLS=""
-.endif
+DEBUG_CONFIGURE_ON=	--with-debugging-output
+LIBGNOME_USE=		GNOME=libgnomeui
+TIDY_RUN_DEPENDS=	tidy4:${PORTSDIR}/www/tidy
+WEBLINT_RUN_DEPENDS=	weblint:${PORTSDIR}/www/weblint
 
-.if defined(WITHOUT_SPLASH)
-CONFIGURE_ARGS+=	--disable-splash-screen
-.endif
+post-patch:
+	@${REINPLACE_CMD} -e '/^bflangsampledir = /s|$$(docdir)/bflang|${EXAMPLESDIR}|' \
+		${WRKSRC}/data/bflang/Makefile.in
 
-.if defined(WITH_TIDY)
-RUN_DEPENDS+=	tidy:${PORTSDIR}/www/tidy
-.endif
-.if !defined(WITHOUT_WEBLINT)
-RUN_DEPENDS+=	weblint:${PORTSDIR}/www/weblint
-.endif
-
 pre-install:
 	@${MKDIR} ${PREFIX}/share/mime
 
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${MKDIR} ${DOCSDIR}/bflang
-	${INSTALL_DATA} ${WRKSRC}/data/bflang/sample.bflang2 ${DOCSDIR}/bflang
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/www/bluefish/distinfo
===================================================================
--- trunk/www/bluefish/distinfo	2015-05-09 14:37:04 UTC (rev 18871)
+++ trunk/www/bluefish/distinfo	2015-05-09 14:39:49 UTC (rev 18872)
@@ -1,3 +1,2 @@
-SHA256 (bluefish-2.0.2.tar.bz2) = 6cd3023ee21226bd2095f12172337abcdde85f613d3db01c443ae16fbaaeb056
-RMD160 (bluefish-2.0.2.tar.bz2) = f44e9a95d563aa607d49305fadcc0031e8512700
-SIZE (bluefish-2.0.2.tar.bz2) = 3365789
+SHA256 (bluefish-2.2.7.tar.bz2) = 23534b73b929754e15b86d12904ca3ffc1b069da5dcd4f34a67e842fe9e858df
+SIZE (bluefish-2.2.7.tar.bz2) = 3836580

Modified: trunk/www/bluefish/pkg-descr
===================================================================
--- trunk/www/bluefish/pkg-descr	2015-05-09 14:37:04 UTC (rev 18871)
+++ trunk/www/bluefish/pkg-descr	2015-05-09 14:39:49 UTC (rev 18872)
@@ -2,4 +2,4 @@
 Bluefish supports many programming and markup languages, but it focuses on
 editing dynamic and interactive websites
 
-WWW:   http://bluefish.openoffice.nl/
+WWW: http://bluefish.openoffice.nl/


Property changes on: trunk/www/bluefish/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/www/bluefish/pkg-message
===================================================================
--- trunk/www/bluefish/pkg-message	                        (rev 0)
+++ trunk/www/bluefish/pkg-message	2015-05-09 14:39:49 UTC (rev 18872)
@@ -0,0 +1,10 @@
+----------------------------------------------------------------------------
+WARNING:
+
+DUE CHANGE OF tidy to tidy4
+
+If ~/.bluefish exists, the commands should be manually fixed opening the 
+preferences window (Edit->Preferences) and then changing tidy to tidy4 in
+"External filters" and "Output parser" preferences.
+
+----------------------------------------------------------------------------


Property changes on: trunk/www/bluefish/pkg-message
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/www/bluefish/pkg-plist
===================================================================
--- trunk/www/bluefish/pkg-plist	2015-05-09 14:37:04 UTC (rev 18871)
+++ trunk/www/bluefish/pkg-plist	2015-05-09 14:39:49 UTC (rev 18872)
@@ -1,249 +1,17 @@
 bin/bluefish
-lib/bluefish/about.la
 lib/bluefish/about.so
-lib/bluefish/entities.la
 lib/bluefish/entities.so
-lib/bluefish/htmlbar.la
 lib/bluefish/htmlbar.so
-lib/bluefish/infbrowser.la
 lib/bluefish/infbrowser.so
-lib/bluefish/snippets.la
 lib/bluefish/snippets.so
+lib/bluefish/zencoding.so
+man/man1/bluefish.1.gz
+share/appdata/bluefish.appdata.xml
 share/applications/bluefish.desktop
-share/icons/hicolor/128x128/apps/bluefish.png
-share/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/16x16/apps/bluefish.png
-share/icons/hicolor/16x16/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/192x192/apps/bluefish.png
-share/icons/hicolor/192x192/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/22x22/apps/bluefish.png
-share/icons/hicolor/22x22/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/32x32/apps/bluefish.png
-share/icons/hicolor/32x32/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/36x36/apps/bluefish.png
-share/icons/hicolor/36x36/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/48x48/apps/bluefish.png
-share/icons/hicolor/48x48/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/64x64/apps/bluefish.png
-share/icons/hicolor/64x64/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/72x72/apps/bluefish.png
-share/icons/hicolor/72x72/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/96x96/apps/bluefish.png
-share/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png
-share/icons/hicolor/scalable/apps/bluefish-icon.svg
-share/icons/hicolor/scalable/mimetypes/bluefish-project.svg
-share/locale/bg/LC_MESSAGES/bluefish.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/cs/LC_MESSAGES/bluefish.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/da/LC_MESSAGES/bluefish.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/de/LC_MESSAGES/bluefish.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/el/LC_MESSAGES/bluefish.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/es/LC_MESSAGES/bluefish.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/eu/LC_MESSAGES/bluefish.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/fi/LC_MESSAGES/bluefish.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/fr/LC_MESSAGES/bluefish.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/gl/LC_MESSAGES/bluefish.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/hu/LC_MESSAGES/bluefish.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/it/LC_MESSAGES/bluefish.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ja/LC_MESSAGES/bluefish.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ko_KR/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/nb/LC_MESSAGES/bluefish.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/nl/LC_MESSAGES/bluefish.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pl/LC_MESSAGES/bluefish.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pt/LC_MESSAGES/bluefish.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ro/LC_MESSAGES/bluefish.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ru/LC_MESSAGES/bluefish.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sk/LC_MESSAGES/bluefish.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sr/LC_MESSAGES/bluefish.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sv/LC_MESSAGES/bluefish.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ta/LC_MESSAGES/bluefish.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/tr/LC_MESSAGES/bluefish.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/uk/LC_MESSAGES/bluefish.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/mime/application/x-bluefish-language2.xml
-share/mime/application/x-bluefish-project.xml
-share/mime/packages/bluefish.xml
-share/pixmaps/application-x-bluefish-project.png
-share/pixmaps/bluefish.png
-share/xml/bluefish/2.0/bflang2.rng
-share/xml/bluefish/catalog.xml
+%%DATADIR%%/bflang/JQuery.bfinc
 %%DATADIR%%/bflang/ada.bflang2
 %%DATADIR%%/bflang/all-html.bfinc
+%%DATADIR%%/bflang/all-html5.bfinc
 %%DATADIR%%/bflang/all-javascript.bfinc
 %%DATADIR%%/bflang/all-php.bfinc
 %%DATADIR%%/bflang/all-vbscript.bfinc
@@ -251,6 +19,9 @@
 %%DATADIR%%/bflang/asp.bflang2
 %%DATADIR%%/bflang/bflang2.bflang2
 %%DATADIR%%/bflang/c.bflang2
+%%DATADIR%%/bflang/cfml.bflang2
+%%DATADIR%%/bflang/chuck.bflang2
+%%DATADIR%%/bflang/clojure.bflang2
 %%DATADIR%%/bflang/cpp.bflang2
 %%DATADIR%%/bflang/css-rules.bfinc
 %%DATADIR%%/bflang/css-selectors.bfinc
@@ -257,22 +28,34 @@
 %%DATADIR%%/bflang/css.bflang2
 %%DATADIR%%/bflang/d.bflang2
 %%DATADIR%%/bflang/diff.bflang2
+%%DATADIR%%/bflang/highlighter.bflang2
 %%DATADIR%%/bflang/html.bflang2
+%%DATADIR%%/bflang/html5.bflang2
 %%DATADIR%%/bflang/java.bflang2
 %%DATADIR%%/bflang/javascript.bflang2
 %%DATADIR%%/bflang/jsp.bflang2
+%%DATADIR%%/bflang/lua.bflang2
 %%DATADIR%%/bflang/mediawiki.bflang2
 %%DATADIR%%/bflang/nsis.bflang2
+%%DATADIR%%/bflang/octave.bflang2
+%%DATADIR%%/bflang/pascal.bflang2
 %%DATADIR%%/bflang/perl.bflang2
 %%DATADIR%%/bflang/php.bflang2
 %%DATADIR%%/bflang/po.bflang2
+%%DATADIR%%/bflang/processing.bflang2
 %%DATADIR%%/bflang/python.bflang2
+%%DATADIR%%/bflang/r.bflang2
 %%DATADIR%%/bflang/ruby.bflang2
+%%DATADIR%%/bflang/scheme.bflang2
 %%DATADIR%%/bflang/shell.bflang2
 %%DATADIR%%/bflang/smarty.bflang2
 %%DATADIR%%/bflang/sql.bflang2
+%%DATADIR%%/bflang/svg.bflang2
 %%DATADIR%%/bflang/text.bflang2
+%%DATADIR%%/bflang/vala.bflang2
 %%DATADIR%%/bflang/vbscript.bflang2
+%%DATADIR%%/bflang/wordpress.bfinc
+%%DATADIR%%/bflang/wordpress.bflang2
 %%DATADIR%%/bflang/xhtml.bflang2
 %%DATADIR%%/bflang/xml.bflang2
 %%DATADIR%%/bflib/bflib_DocBook_4_5.xml.gz
@@ -294,7 +77,53 @@
 %%DATADIR%%/bflib/bflib_python_2.3.xml.gz
 %%DATADIR%%/bflib/bflib_xhtml.xml.gz
 %%DATADIR%%/bluefish_splash.png
+%%DATADIR%%/cssmin.py
+%%DATADIR%%/default_accelmap
 %%DATADIR%%/encodings
+%%DATADIR%%/jsbeautifier/__init__.py
+%%DATADIR%%/jsbeautifier/__version__.py
+%%DATADIR%%/jsbeautifier/unpackers/__init__.py
+%%DATADIR%%/jsbeautifier/unpackers/evalbased.py
+%%DATADIR%%/jsbeautifier/unpackers/javascriptobfuscator.py
+%%DATADIR%%/jsbeautifier/unpackers/myobfuscate.py
+%%DATADIR%%/jsbeautifier/unpackers/packer.py
+%%DATADIR%%/jsbeautifier/unpackers/urlencode.py
+%%DATADIR%%/jsbeautify
+%%DATADIR%%/jsmin.py
+%%DATADIR%%/lipsum/__init__.py
+%%DATADIR%%/lipsum/data/dictionary.txt
+%%DATADIR%%/lipsum/data/lipsum.xml
+%%DATADIR%%/lipsum/data/sample.txt
+%%DATADIR%%/lorem-ipsum-generator
+%%DATADIR%%/plugins/htmlbar/ui/htmlbar_menu_ui.xml
+%%DATADIR%%/plugins/zencoding/__init__.py
+%%DATADIR%%/plugins/zencoding/actions/__init__.py
+%%DATADIR%%/plugins/zencoding/actions/basic.py
+%%DATADIR%%/plugins/zencoding/actions/token.py
+%%DATADIR%%/plugins/zencoding/actions/traverse.py
+%%DATADIR%%/plugins/zencoding/filters/__init__.py
+%%DATADIR%%/plugins/zencoding/filters/comment.py
+%%DATADIR%%/plugins/zencoding/filters/css.py
+%%DATADIR%%/plugins/zencoding/filters/escape.py
+%%DATADIR%%/plugins/zencoding/filters/format-css.py
+%%DATADIR%%/plugins/zencoding/filters/format.py
+%%DATADIR%%/plugins/zencoding/filters/haml.py
+%%DATADIR%%/plugins/zencoding/filters/html.py
+%%DATADIR%%/plugins/zencoding/filters/single-line.py
+%%DATADIR%%/plugins/zencoding/filters/trim.py
+%%DATADIR%%/plugins/zencoding/filters/xsl.py
+%%DATADIR%%/plugins/zencoding/html_matcher.py
+%%DATADIR%%/plugins/zencoding/interface/__init__.py
+%%DATADIR%%/plugins/zencoding/interface/editor.py
+%%DATADIR%%/plugins/zencoding/interface/file.py
+%%DATADIR%%/plugins/zencoding/parser/__init__.py
+%%DATADIR%%/plugins/zencoding/parser/abbreviation.py
+%%DATADIR%%/plugins/zencoding/parser/css.py
+%%DATADIR%%/plugins/zencoding/parser/utils.py
+%%DATADIR%%/plugins/zencoding/parser/xml.py
+%%DATADIR%%/plugins/zencoding/resources.py
+%%DATADIR%%/plugins/zencoding/utils.py
+%%DATADIR%%/plugins/zencoding/zen_settings.py
 %%DATADIR%%/snippets
 %%DATADIR%%/templates/C_header
 %%DATADIR%%/templates/C_header_GPL
@@ -301,54 +130,298 @@
 %%DATADIR%%/templates/HTML_5
 %%DATADIR%%/templates/PHP
 %%DATADIR%%/templates/XHTML_1.0
-%%PORTDOCS%%%%DOCSDIR%%/bflang/sample.bflang2
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/bflang
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm share/xml/bluefish/2.0
- at dirrm share/xml/bluefish
- at dirrmtry share/mime/packages
- at dirrmtry share/mime/application
- at dirrmtry share/mime
- at dirrmtry share/locale/ko_KR/LC_MESSAGES
- at dirrmtry share/locale/ko_KR
- at dirrmtry share/icons/hicolor/scalable/mimetypes
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/96x96/mimetypes
- at dirrmtry share/icons/hicolor/96x96/apps
- at dirrmtry share/icons/hicolor/96x96
- at dirrmtry share/icons/hicolor/72x72/mimetypes
- at dirrmtry share/icons/hicolor/72x72/apps
- at dirrmtry share/icons/hicolor/72x72
- at dirrmtry share/icons/hicolor/64x64/mimetypes
- at dirrmtry share/icons/hicolor/64x64/apps
- at dirrmtry share/icons/hicolor/64x64
- at dirrmtry share/icons/hicolor/48x48/mimetypes
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor/36x36/mimetypes
- at dirrmtry share/icons/hicolor/36x36/apps
- at dirrmtry share/icons/hicolor/36x36
- at dirrmtry share/icons/hicolor/32x32/mimetypes
- at dirrmtry share/icons/hicolor/32x32/apps
- at dirrmtry share/icons/hicolor/32x32
- at dirrmtry share/icons/hicolor/22x22/mimetypes
- at dirrmtry share/icons/hicolor/22x22/apps
- at dirrmtry share/icons/hicolor/22x22
- at dirrmtry share/icons/hicolor/192x192/mimetypes
- at dirrmtry share/icons/hicolor/192x192/apps
- at dirrmtry share/icons/hicolor/192x192
- at dirrmtry share/icons/hicolor/16x16/mimetypes
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor/128x128/mimetypes
- at dirrmtry share/icons/hicolor/128x128/apps
- at dirrmtry share/icons/hicolor/128x128
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
- at dirrmtry share/applications
- at dirrm lib/bluefish
- at dirrm %%DATADIR%%/templates
- at dirrm %%DATADIR%%/bflib
- at dirrm %%DATADIR%%/bflang
- at dirrm %%DATADIR%%
+%%DATADIR%%/ui/bluefish_menu_ui.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.bflang2
+share/icons/hicolor/128x128/apps/bluefish.png
+share/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/16x16/apps/bluefish.png
+share/icons/hicolor/16x16/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/192x192/apps/bluefish.png
+share/icons/hicolor/192x192/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/22x22/apps/bluefish.png
+share/icons/hicolor/22x22/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/32x32/apps/bluefish.png
+share/icons/hicolor/32x32/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/36x36/apps/bluefish.png
+share/icons/hicolor/36x36/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/48x48/apps/bluefish.png
+share/icons/hicolor/48x48/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/64x64/apps/bluefish.png
+share/icons/hicolor/64x64/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/72x72/apps/bluefish.png
+share/icons/hicolor/72x72/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/96x96/apps/bluefish.png
+share/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png
+share/icons/hicolor/scalable/apps/bluefish-icon.svg
+share/icons/hicolor/scalable/mimetypes/bluefish-project.svg
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/mime/application/x-bluefish-language2.xml
+share/mime/application/x-bluefish-project.xml
+share/mime/packages/bluefish.xml
+share/pixmaps/application-x-bluefish-project.png
+share/pixmaps/bluefish.png
+share/xml/bluefish/2.0/bflang2.rng
+share/xml/bluefish/catalog.xml



More information about the Midnightbsd-cvs mailing list