From owner-freebsd-ports@freebsd.org Wed Mar 14 15:19:29 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3026F587E4 for ; Wed, 14 Mar 2018 15:19:29 +0000 (UTC) (envelope-from adam@embeddediq.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16A9785B28 for ; Wed, 14 Mar 2018 15:19:29 +0000 (UTC) (envelope-from adam@embeddediq.com) Received: by mail-wm0-x22a.google.com with SMTP id t6so4800242wmt.5 for ; Wed, 14 Mar 2018 08:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embeddediq-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=/lFY8GRzYti0TGNtenKCYTpZXTDkupHGukwppsGQyds=; b=LVgdncLPd9N4XJsUfvgqqFbFHrNH8uXXWCq+UtpNhAy38fYXs7V7ax+jOv58IBn/6z ZjmAzt0KI9Ae/XPfBJJq45OWcqYYqiumQrsk+x0rBqz6AIbzmRHyya9g4iAHiLhgSnKY SZehGwS4HjB9mhiJGSEA0/OCNrx5+d7RRyJgD6sNmoDY0Vu8/C+bciBx7MUZUvzF6XNK DCqQFKTNXwv0PecLd3iWUdPk6XwPwnTODc1fJRt7oINGMbS7WPmVsrTyf4m9rDJP9FVe W/6cHaDZBzw9c2rngWKtwkHvabN6SLaJSHfghCv/1ZS1bClAuIZx1kD00vU9UMfqkKTX n5HA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=/lFY8GRzYti0TGNtenKCYTpZXTDkupHGukwppsGQyds=; b=m6JQ3f3GMYNPhlw9nPnPd60AN6wi0tBrDbGm7AzSa3epFHu52wTg0CepacAgZan9QR y9WQuzgj9ZDOhnhZu9avOsMfYydfMIeWTqKjwRlRyOaDDU2y9ZXPZ/1fd/zTLVHCbmLB exg50llBZxgIelpkVsLR6+DDWjNlzzgW9P+GWa82hRLsgg57tk1FdHvJQQ9W5ecO0ivi oxSbN3PABnqf+Ege+NNqmnjsN1YTTNe4pf7ebmbiGBX42LB8L9BuIKg6hr+tGGZNZxSg iKI9gX/gJlQkXr8oF4PhCDmUzH1YNltjX8SWroTjZ2jFwfXfMKOxB29FTzg7You1UoJb 55pQ== X-Gm-Message-State: AElRT7FQNf45Nj+Xoelw/a+GYLezHqF+kCE8HbUhzgcfd8kERlqJsTZC C6vC13+j778c00hOp1OfoVFQD0x+ei72P93g6oYvHw== X-Google-Smtp-Source: AG47ELtkH/mo3DyxGjxwV1ZuZR/7gByBYnCy30YReNJRnlJ243L4T9okF4OYb1/zEZmAEhUicbWuUhxjELL7Ue9vicg= X-Received: by 10.28.202.26 with SMTP id a26mr2020924wmg.45.1521040767982; Wed, 14 Mar 2018 08:19:27 -0700 (PDT) MIME-Version: 1.0 Sender: adam@embeddediq.com Received: by 10.223.164.158 with HTTP; Wed, 14 Mar 2018 08:19:27 -0700 (PDT) X-Originating-IP: [81.138.7.75] In-Reply-To: <20180314145407.GH21001@home.opsec.eu> References: <20180314145407.GH21001@home.opsec.eu> From: Adam Cottrell Date: Wed, 14 Mar 2018 15:19:27 +0000 X-Google-Sender-Auth: qbCnp-M4LkwuHwPLnQoqLe72VYo Message-ID: Subject: Re: Fwd: Updates available for sysutils/searchmonkey To: Kurt Jaeger Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 15:19:29 -0000 Dear Kurt, Thanks for the fast reply. There are actually three active versions of searchmonkey:- 1) gSearchmonkey is for Gnome (GTK+) - this is currently at version 0.8.4 2) kSearchmonkey is for KDE (Qt) - this is still at version 2.0.0 3) jSearchmonkey is a cross-platform JAVA app that is at version 3.2 They are all released under GPLv3 and each has been assigned a developer (currently the kSearchmonkey developer is on paternity leave). Is ports flexible enough to allow all three to be made available? BR, Adam On 14 March 2018 at 14:54, Kurt Jaeger wrote: > Hi! > > > Just to let you know that the sysutils/searchmonkey port is quite old, > and > > there are major updates on the searchmonkey website:- > > > http://searchmonkey.embeddediq.com/index.php/download-latest > > > > Please let me know if I can help in any way to get this port updated? > > If you provide a patch to upgrade the port, we can test/commit this ? > > We have: 2.0.0 > > On http://searchmonkey.embeddediq.com/index.php/download-latest > I find the latest as 2.0.0 (KDE/Qt), too. So, where should we update to ? > > -- > pi@opsec.eu +49 171 3101372 2 years to > go ! >