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/ Version devel of bluefish I did not use the variable "$INSTALLS_ICONS" because is false positive to this port. You can see the log in my tinderbox: AMD64: http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-6amd64.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-7amd64.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-8amd64.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-9amd64.log i386 http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-6i386.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-7i386.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-8i386.log http://www.scjamorim.org/Home/bluefish-unstable-1.3.7-9i386.log Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
>Submitter-Id: current-users >Originator: Sylvio Cesar >Organization: >Confidential: no >Synopsis: Re: ports/139429: [NEW PORT] www/bluefish-unstable: HTML editor designed for the experienced web designer >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-CURRENT amd64 >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: Please, to use this .shar, because it's with variable INSTALLS_ICONS in the Makefile. 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/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bluefish-unstable-1.3.7.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bluefish-devel # bluefish-devel/distinfo # bluefish-devel/Makefile # bluefish-devel/pkg-descr # bluefish-devel/pkg-plist # echo c - bluefish-devel mkdir -p bluefish-devel > /dev/null 2>&1 echo x - bluefish-devel/distinfo sed 's/^X//' >bluefish-devel/distinfo << 'db6db9b49a47639f99c4213949469654' XMD5 (bluefish-unstable-1.3.7.tar.bz2) = f60a8a372cbb2738a0b91ed4c2880f0a XSHA256 (bluefish-unstable-1.3.7.tar.bz2) = fbeaa23d8520f07ed5f75a05f55d0647564fa4e8236e0303768d6003873e30a4 XSIZE (bluefish-unstable-1.3.7.tar.bz2) = 2944754 db6db9b49a47639f99c4213949469654 echo x - bluefish-devel/Makefile sed 's/^X//' >bluefish-devel/Makefile << 'd4a0cf5c8a817265b785d3f9bfb8f93d' X# New ports collection makefile for: bluefish-devel X# Date created: 2009-10-03 X# Whom: Sylvio Cesar <scjamorim@bsd.com.br> X# X# $FreeBSD$ X# X XPORTNAME= bluefish XPORTVERSION= 1.3.7 XCATEGORIES= www editors XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION} XPKGNAMESUFFIX= -unstable XDISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} X XMAINTAINER= scjamorim@bsd.com.br XCOMMENT= HTML editor designed for the experienced web designer X XLIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ X aspell.16:${PORTSDIR}/textproc/aspell X XINSTALLS_ICONS= yes X X.if !defined(WITHOUT_WEBLINT) XRUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint X.endif X.if defined(WITH_TIDY) XRUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy X.endif X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils XWANT_GNOME= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ X --with-freedesktop_org-mime=${PREFIX}/share/mime \ X --without-gnome2_4-mime \ X --without-gnome2_4-appreg \ X --with-icon-path=${PREFIX}/share/pixmaps X X# Turns debugging output on X.if defined(WITH_DEBUG) XCONFIGURE_ARGS+= --with-debugging-output X.endif X X.if defined(WITHOUT_SPLASH) XCONFIGURE_ARGS+= --disable-splash-screen X.endif X XMAN1= bluefish-unstable.1 X Xpre-everything:: X @${ECHO_MSG} "" X @${ECHO_MSG} "Bluefish has the following tunable option(s):" X @${ECHO_MSG} " WITH_DEBUG for debug support" X @${ECHO_MSG} " WITHOUT_WEBLINT disable the weblint syntax and style checker" X @${ECHO_MSG} " WITH_TIDY for the tidy html cleanup program" X @${ECHO_MSG} " WITHOUT_SPLASH disable the splash screen" X @${ECHO_MSG} "" X @${ECHO_MSG} "For Highlighting to work, please enable UTF-8 support in devel/pcre." X @${ECHO_MSG} "This will reduce the number of warning in the console when running bluefish." X @${ECHO_MSG} "" X Xpre-install: X @${MKDIR} ${PREFIX}/share/mime X X.include <bsd.port.pre.mk> X X.if ${HAVE_GNOME:Mlibgnomeui}!="" XUSE_GNOME+= libgnomeui X.endif X X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.else XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.endif X X.include <bsd.port.post.mk> d4a0cf5c8a817265b785d3f9bfb8f93d echo x - bluefish-devel/pkg-descr sed 's/^X//' >bluefish-devel/pkg-descr << '4792b716b3e98d31dadda47c82efd8a5' XBluefish is a powerful editor for experienced web designers and programmers. XBluefish supports many programming and markup languages, but it focuses on Xediting dynamic and interactive websites X XWWW: http://bluefish.openoffice.nl/ 4792b716b3e98d31dadda47c82efd8a5 echo x - bluefish-devel/pkg-plist sed 's/^X//' >bluefish-devel/pkg-plist << '3e965f052b3f8b0a225342bd35d6918a' Xbin/bluefish-unstable Xlib/bluefish-unstable/about.so Xlib/bluefish-unstable/about.la Xlib/bluefish-unstable/entities.so Xlib/bluefish-unstable/entities.la Xlib/bluefish-unstable/htmlbar.so Xlib/bluefish-unstable/htmlbar.la Xlib/bluefish-unstable/infbrowser.so Xlib/bluefish-unstable/infbrowser.la Xlib/bluefish-unstable/snippets.so Xlib/bluefish-unstable/snippets.la Xshare/applications/bluefish-unstable.desktop Xshare/bluefish-unstable/bflang/all-html.bfinc Xshare/bluefish-unstable/bflang/all-javascript.bfinc Xshare/bluefish-unstable/bflang/all-php.bfinc Xshare/bluefish-unstable/bflang/all-vbscript.bfinc Xshare/bluefish-unstable/bflang/css-rules.bfinc Xshare/bluefish-unstable/bflang/css-selectors.bfinc Xshare/bluefish-unstable/bflang/ada.bflang2 Xshare/bluefish-unstable/bflang/asp.bflang2 Xshare/bluefish-unstable/bflang/asp-vbscript.bflang2 Xshare/bluefish-unstable/bflang/bflang2.bflang2 Xshare/bluefish-unstable/bflang/c.bflang2 Xshare/bluefish-unstable/bflang/cpp.bflang2 Xshare/bluefish-unstable/bflang/css.bflang2 Xshare/bluefish-unstable/bflang/d.bflang2 Xshare/bluefish-unstable/bflang/html.bflang2 Xshare/bluefish-unstable/bflang/java.bflang2 Xshare/bluefish-unstable/bflang/javascript.bflang2 Xshare/bluefish-unstable/bflang/jsp.bflang2 Xshare/bluefish-unstable/bflang/perl.bflang2 Xshare/bluefish-unstable/bflang/php.bflang2 Xshare/bluefish-unstable/bflang/po.bflang2 Xshare/bluefish-unstable/bflang/python.bflang2 Xshare/bluefish-unstable/bflang/ruby.bflang2 Xshare/bluefish-unstable/bflang/shell.bflang2 Xshare/bluefish-unstable/bflang/smarty.bflang2 Xshare/bluefish-unstable/bflang/text.bflang2 Xshare/bluefish-unstable/bflang/vbscript.bflang2 Xshare/bluefish-unstable/bflang/xhtml.bflang2 Xshare/bluefish-unstable/bflang/xml.bflang2 Xshare/bluefish-unstable/bflib/bflib_css2.xml.gz Xshare/bluefish-unstable/bflib/bflib_dom.xml.gz Xshare/bluefish-unstable/bflib/bflib_php4.xml.gz Xshare/bluefish-unstable/bflib/bflib_php5_with_examples.xml.gz Xshare/bluefish-unstable/bflib/bflib_php5.xml.gz Xshare/bluefish-unstable/bflib/bflib_python_2.3.xml.gz Xshare/bluefish-unstable/bflib/bflib_xhtml.xml.gz Xshare/bluefish-unstable/bflib/bflib_XHTML_1_0_Strict.xml.gz Xshare/bluefish-unstable/bflib/bflib_XHTML_1_0_Transitional.xml.gz Xshare/bluefish-unstable/bflib/bflib_XHTML_1_0_Frameset.xml.gz Xshare/bluefish-unstable/bflib/bflib_XHTML_1_1.xml.gz Xshare/bluefish-unstable/bflib/bflib_SVG_1_0.xml.gz Xshare/bluefish-unstable/bflib/bflib_SVG_1_1_Full.xml.gz Xshare/bluefish-unstable/bflib/bflib_SVG_1_1_Basic.xml.gz Xshare/bluefish-unstable/bflib/bflib_SVG_1_1_Tiny.xml.gz Xshare/bluefish-unstable/bflib/bflib_XHTML_1_0_W3C.xml.gz Xshare/bluefish-unstable/bflib/bflib_DocBook_4_5.xml.gz Xshare/bluefish-unstable/bflib/bflib_DocBook_5_0.xml.gz Xshare/bluefish-unstable/encodings Xshare/bluefish-unstable/bluefish_splash.png Xshare/icons/hicolor/16x16/apps/bluefish-unstable.png Xshare/icons/hicolor/16x16/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/22x22/apps/bluefish-unstable.png Xshare/icons/hicolor/22x22/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/32x32/apps/bluefish-unstable.png Xshare/icons/hicolor/32x32/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/36x36/apps/bluefish-unstable.png Xshare/icons/hicolor/36x36/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/48x48/apps/bluefish-unstable.png Xshare/icons/hicolor/48x48/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/64x64/apps/bluefish-unstable.png Xshare/icons/hicolor/64x64/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/72x72/apps/bluefish-unstable.png Xshare/icons/hicolor/72x72/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/96x96/apps/bluefish-unstable.png Xshare/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/128x128/apps/bluefish-unstable.png Xshare/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/192x192/apps/bluefish-unstable.png Xshare/icons/hicolor/192x192/mimetypes/application-x-bluefish-project.png Xshare/icons/hicolor/scalable/apps/bluefish-icon.svg Xshare/icons/hicolor/scalable/mimetypes/bluefish-project.svg Xshare/locale/da/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/da/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/de/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/es/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/eu/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/fi/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/fr/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/it/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/ja/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/ko_KR/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/nb/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/nl/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/pl/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/pt/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/pt_BR/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/ru/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/sk/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/sr/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/sv/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/ta/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/tr/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/zh_CN/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_about.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_charmap.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_entities.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_htmlbar.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_infbrowser.mo Xshare/locale/zh_TW/LC_MESSAGES/bluefish-unstable_plugin_snippets.mo Xshare/mime/application/x-bluefish-language2.xml Xshare/mime/application/x-bluefish-project.xml Xshare/mime/packages/bluefish-unstable.xml Xshare/pixmaps/application-x-bluefish-project.png Xshare/pixmaps/bluefish-unstable.png X@dirrm lib/bluefish-unstable X@dirrm share/bluefish-unstable/bflang X@dirrm share/bluefish-unstable/bflib X@dirrm share/bluefish-unstable X@dirrm share/locale/ko_KR/LC_MESSAGES X@dirrmtry share/locale/ko_KR X@dirrmtry share/icons/hicolor/16x16/apps X@dirrmtry share/icons/hicolor/16x16/mimetypes X@dirrmtry share/icons/hicolor/22x22/apps X@dirrmtry share/icons/hicolor/22x22/mimetypes X@dirrmtry share/icons/hicolor/32x32/apps X@dirrmtry share/icons/hicolor/32x32/mimetypes X@dirrmtry share/icons/hicolor/36x36/apps X@dirrmtry share/icons/hicolor/36x36/mimetypes X@dirrmtry share/icons/hicolor/48x48/apps X@dirrmtry share/icons/hicolor/48x48/mimetypes X@dirrmtry share/icons/hicolor/64x64/apps X@dirrmtry share/icons/hicolor/64x64/mimetypes X@dirrmtry share/icons/hicolor/72x72/apps X@dirrmtry share/icons/hicolor/72x72/mimetypes X@dirrmtry share/icons/hicolor/96x96/apps X@dirrmtry share/icons/hicolor/96x96/mimetypes X@dirrmtry share/icons/hicolor/128x128/apps X@dirrmtry share/icons/hicolor/128x128/mimetypes X@dirrmtry share/icons/hicolor/192x192/apps X@dirrmtry share/icons/hicolor/192x192/mimetypes X@dirrmtry share/icons/hicolor/scalable/apps X@dirrmtry share/icons/hicolor/scalable/mimetypes 3e965f052b3f8b0a225342bd35d6918a exit --- bluefish-unstable-1.3.7.shar ends here ---
Responsible Changed From-To: miwi->sylvio submitter is now committer :)
State Changed From-To: open->repocopy assign for repocopy to portmgr
Responsible Changed From-To: sylvio->portmgr assign for repocopy to portmgr
State Changed From-To: repocopy->open It is not clear from this PR what you want repocopied. When setting the state to repocopy, you should specify something like: Repocopy category/old-port -> category/new-port
Responsible Changed From-To: portmgr->sylvio It is not clear from this PR what you want repocopied. When setting the state to repocopy, you should specify something like: Repocopy category/old-port -> category/new-port
State Changed From-To: open->repocopy Repocopy of www/bluefish to www/bluefish-devel
Responsible Changed From-To: sylvio->portmgr Repocopy of www/bluefish to www/bluefish-devel
State Changed From-To: repocopy->open bluefish-devel already exists in the repo. Just resurrect it with an appropriate log message.
Responsible Changed From-To: portmgr->sylvio bluefish-devel already exists in the repo. Just resurrect it with an appropriate log message.
sylvio 2009-12-03 00:48:34 UTC FreeBSD ports repository Added files: www/bluefish-devel Makefile distinfo pkg-descr pkg-plist Log: - Development release of bluefish PR: ports/139429 Submitted by: myself (sylvio@) Approved by: itetcu (mentor) Revision Changes Path 1.30 +85 -0 ports/www/bluefish-devel/Makefile (new) 1.20 +3 -0 ports/www/bluefish-devel/distinfo (new) 1.4 +7 -0 ports/www/bluefish-devel/pkg-descr (new) 1.11 +270 -0 ports/www/bluefish-devel/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!