# -*- 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 name regexxer set git_commit 2a6b07b67372aea5d2a2bf725eb9ff71b2828ca7 set git_date 20171111 version 0.11-${git_date} revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome license GPL-2+ maintainers nomaintainer description A search and replace tool for GNOME. long_description regexxer is a nifty search/replace tool for the \ desktop user. It features recursive search through \ directory trees and Perl-style regular expressions. homepage http://${name}.sourceforge.net master_sites https://git.gnome.org/browse/${name}/snapshot/ distname ${name}-${git_commit} use_xz yes checksums rmd160 13d2e3d7f218943712b580c6b1c167a701920bcf \ sha256 d10aa4edebe73ed43b7df9d42620349f1dc0d6c4c1a8dd12e97470996061fb17 \ size 186848 depends_build port:pkgconfig \ port:intltool \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gtkmm3 \ port:gtksourceviewmm3 depends_run port:adwaita-icon-theme patchfiles patch-configure.ac.diff \ patch-Makefile.am.diff compiler.cxx_standard 2011 configure.cmd ./autogen.sh configure.args --disable-schemas-compile 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" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type none