Index: head/www/bluefish/Makefile =================================================================== --- head/www/bluefish/Makefile (revision 357546) +++ head/www/bluefish/Makefile (revision 357547) @@ -1,82 +1,84 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= bluefish PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ \ SF MAINTAINER= ports@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ - enchant.1:${PORTSDIR}/textproc/enchant \ - gucharmap.7:${PORTSDIR}/deskutils/gucharmap +LICENSE= GPLv2 +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ + libenchant.so:${PORTSDIR}/textproc/enchant \ + libgucharmap.so:${PORTSDIR}/deskutils/gucharmap + INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_BZIP2= yes -USES= gmake pkgconfig -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 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 \ --with-icon-path=${PREFIX}/share/pixmaps -MAN1= bluefish.1 +OPTIONS_DEFINE= DEBUG NLS TIDY WEBLINT -OPTIONS_DEFINE= DEBUG TIDY WEBLINT - DEBUG_DESC= Enable debugging output TIDY_DESC= Include Tidy HTML cleanup program WEBLINT_DESC= Include Weblint syntax and style checker OPTIONS_DEFAULT= WEBLINT -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --with-debugging-output .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MTIDY} RUN_DEPENDS+= tidy4:${PORTSDIR}/www/tidy .endif .if ${PORT_OPTIONS:MWEBLINT} RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint .endif .include .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_GNOME+= libgnomeui .endif pre-install: - @${MKDIR} ${PREFIX}/share/mime + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/bflang - ${INSTALL_DATA} ${WRKSRC}/data/bflang/sample.bflang2 ${DOCSDIR}/bflang + ${MKDIR} ${STAGEDIR}${DOCSDIR}/bflang + ${INSTALL_DATA} ${WRKSRC}/data/bflang/sample.bflang2 \ + ${STAGEDIR}${DOCSDIR}/bflang .endif + (cd ${STAGEDIR}${PREFIX}/lib/bluefish/ && \ + ${STRIP_CMD} *.so) .include Index: head/www/bluefish/pkg-descr =================================================================== --- head/www/bluefish/pkg-descr (revision 357546) +++ head/www/bluefish/pkg-descr (revision 357547) @@ -1,5 +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/ +WWW: http://bluefish.openoffice.nl/ Index: head/www/bluefish/pkg-plist =================================================================== --- head/www/bluefish/pkg-plist (revision 357546) +++ head/www/bluefish/pkg-plist (revision 357547) @@ -1,425 +1,421 @@ bin/bluefish -lib/bluefish/about.la lib/bluefish/about.so -lib/bluefish/charmap.la lib/bluefish/charmap.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.la lib/bluefish/zencoding.so +man/man1/bluefish.1.gz share/applications/bluefish.desktop +share/applications/mimeinfo.cache %%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 %%DATADIR%%/bflang/asp-vbscript.bflang2 %%DATADIR%%/bflang/asp.bflang2 %%DATADIR%%/bflang/bflang2.bflang2 %%DATADIR%%/bflang/c.bflang2 %%DATADIR%%/bflang/cfml.bflang2 %%DATADIR%%/bflang/clojure.bflang2 %%DATADIR%%/bflang/cpp.bflang2 %%DATADIR%%/bflang/css-rules.bfinc %%DATADIR%%/bflang/css-selectors.bfinc %%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 %%DATADIR%%/bflib/bflib_DocBook_5_0.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_0.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Basic.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Full.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Tiny.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Frameset.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Strict.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Transitional.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_W3C.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_1.xml.gz %%DATADIR%%/bflib/bflib_css2.xml.gz %%DATADIR%%/bflib/bflib_dom.xml.gz %%DATADIR%%/bflib/bflib_php4.xml.gz %%DATADIR%%/bflib/bflib_php5.xml.gz %%DATADIR%%/bflib/bflib_php5_with_examples.xml.gz %%DATADIR%%/bflib/bflib_python_2.3.xml.gz %%DATADIR%%/bflib/bflib_xhtml.xml.gz %%DATADIR%%/bluefish_splash.png %%DATADIR%%/default_accelmap %%DATADIR%%/encodings -%%DATADIR%%/lorem-ipsum-generator %%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/html_matcher.py -%%DATADIR%%/plugins/zencoding/resources.py -%%DATADIR%%/plugins/zencoding/utils.py -%%DATADIR%%/plugins/zencoding/zen_settings.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/interface/__init__.py -%%DATADIR%%/plugins/zencoding/interface/editor.py -%%DATADIR%%/plugins/zencoding/interface/file.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 %%DATADIR%%/templates/HTML_5 %%DATADIR%%/templates/PHP %%DATADIR%%/templates/XHTML_1.0 %%DATADIR%%/ui/bluefish_menu_ui.xml %%PORTDOCS%%%%DOCSDIR%%/bflang/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/bg/LC_MESSAGES/bluefish.mo -%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.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/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 -@dirrm share/xml/bluefish/2.0 -@dirrm share/xml/bluefish -%%PORTDOCS%%@dirrm %%DOCSDIR%%/bflang -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/plugins/zencoding/parser +@dirrm lib/bluefish +@dirrm %%DATADIR%%/bflang +@dirrm %%DATADIR%%/bflib +@dirrm %%DATADIR%%/lipsum/data +@dirrm %%DATADIR%%/lipsum +@dirrm %%DATADIR%%/plugins/htmlbar/ui +@dirrm %%DATADIR%%/plugins/htmlbar +@dirrm %%DATADIR%%/plugins/zencoding/actions @dirrm %%DATADIR%%/plugins/zencoding/filters @dirrm %%DATADIR%%/plugins/zencoding/interface -@dirrm %%DATADIR%%/plugins/zencoding/actions +@dirrm %%DATADIR%%/plugins/zencoding/parser @dirrm %%DATADIR%%/plugins/zencoding -@dirrm %%DATADIR%%/plugins/htmlbar/ui -@dirrm %%DATADIR%%/plugins/htmlbar @dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/lipsum/data -@dirrm %%DATADIR%%/lipsum -@dirrm %%DATADIR%%/bflib -@dirrm %%DATADIR%%/bflang +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/ui @dirrm %%DATADIR%% -@dirrm lib/bluefish +%%PORTDOCS%%@dirrm %%DOCSDIR%%/bflang +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/mime/application +@dirrm share/xml/bluefish/2.0 +@dirrm share/xml/bluefish