From 9eea213427439aff8d422ce15a563b189466a9b5 Mon Sep 17 00:00:00 2001 From: commitmaniac <201806046+commitmaniac@users.noreply.github.com> Date: Tue, 19 May 2026 22:00:00 -0400 Subject: [PATCH] verbiste: new port Closes: https://trac.macports.org/ticket/48049 --- office/verbiste/Portfile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 office/verbiste/Portfile diff --git a/office/verbiste/Portfile b/office/verbiste/Portfile new file mode 100644 index 00000000000..3fb78f031ec --- /dev/null +++ b/office/verbiste/Portfile @@ -0,0 +1,37 @@ +# -*- 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 perl5 1.0 + +name verbiste +version 0.1.49 +revision 0 +categories office +license GPL-2+ +maintainers nomaintainer + +description French and Italian verb conjugation system +long_description ${name} is a ${description}, containing a C++ library and two programs \ + that can be run from the command line. The knowledge base is represented \ + in XML and contains 7000 French and 100 Italian verbs, respectively. + +homepage http://sarrazip.com/dev/verbiste.html +master_sites http://sarrazip.com/dev/ + +checksums rmd160 c36bed7047f4b66346dbd769720f63b457625046 \ + sha256 4a756133c0eba27b1a8e236dae53ae17325605ba486fe6cb2eb2be9966683fa5 \ + size 807311 + +perl5.branches 5.34 + +depends_build-append path:bin/pkg-config:pkgconfig + +depends_lib-append port:libxml2 \ + port:libiconv \ + port:p${perl5.major}-libxml-perl + +configure.ldflags-append \ + -L${prefix}/lib -liconv + +configure.args-append --without-gtk-app \ + --with-libiconv-prefix=${prefix}