# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup active_variants 1.1 PortGroup legacysupport 1.1 # _strndup legacysupport.newest_darwin_requires_legacy 10 name bluefish version 2.2.15 revision 0 checksums rmd160 af490a9b5aed385a60b418ec737f27333fffca65 \ sha256 6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc \ size 4762151 categories editors www license GPL-3+ maintainers nomaintainer description A powerful editor for web designers long_description 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. homepage https://bluefish.openoffice.nl master_sites http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ \ sourceforge:project/bluefish/bluefish/${version} use_bzip2 yes # reconfigure using upstream autogen.sh for intltool 0.51 compatibility # Also, we are patching configure.ac. use_autoreconf yes autoreconf.cmd ./autogen.sh autoreconf.env LIBTOOLIZE=${prefix}/bin/glibtoolize depends_build-append \ port:autoconf \ port:automake \ port:gettext \ port:libtool \ path:bin/pkg-config:pkgconfig depends_lib-append \ port:desktop-file-utils \ port:enchant2 \ port:gettext-runtime \ port:gucharmap \ path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \ port:libxml2 \ port:shared-mime-info depends_run-append \ port:adwaita-icon-theme patchfiles-append gtk-mac-integration-gtk3.patch \ enchant2.patch configure.args-append \ --disable-python \ --disable-silent-rules \ --disable-update-databases \ --with-gtk2=no variant python312 description {Enable zen-coding plugin using Python 3.12} { depends_lib-append port:python312 configure.python ${prefix}/bin/python3.12 configure.args-delete --disable-python } default_variants +python312 variant quartz {} if {[variant_isset quartz]} { PortGroup app 1.1 require_active_variants gtk3 quartz depends_lib-append port:gtk-osx-application-gtk3 app.icon images/bluefish-icon_128.png } else { require_active_variants gtk3 x11 } post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" } livecheck.type regex livecheck.url http://www.bennewitz.com/bluefish/stable/source/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"