From owner-freebsd-ports@freebsd.org Wed Mar 14 15:33:33 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 D0A94F59452 for ; Wed, 14 Mar 2018 15:33:32 +0000 (UTC) (envelope-from adam@embeddediq.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 49A4A865D0 for ; Wed, 14 Mar 2018 15:33:32 +0000 (UTC) (envelope-from adam@embeddediq.com) Received: by mail-wm0-x232.google.com with SMTP id x7so4848624wmc.0 for ; Wed, 14 Mar 2018 08:33:32 -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=RtHu31rbyvPTh4/qgRGvvNQQpY2Ui5kPaqXmxUbokAQ=; b=H2kXudb2caNRYLrDHsWM4UvSl63shdawJlYKoij3agy8qvX+/yq97E7hBtKx7APkTh 2lxbTKtQEbh4Lydm9zaabfjRicctdlCJZam0iEwdEiZlQ+Uzrh+xZzSAmmI3T7imYHu7 vRWZcsxJ25GouzDKVoyX/a+lAZsjJOy4kJ1AQX4LTmKmvrwREp1Vo4VV8GkRLcR4Qk5R D4Tvfouugnw4BNMPqtzPiVlvi6VUPe1Rj7VR/TABholJg1dJmKrFeVCbQVJKYgk55Nlg wVQYseeY1wa7djobSyGucDZeg89eKsyIUsWkYpLKwEH81Sv4WdAq7J449sHyQ0roKFO5 LPmQ== 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=RtHu31rbyvPTh4/qgRGvvNQQpY2Ui5kPaqXmxUbokAQ=; b=X2sgWbXNtL+LCUU5GgSAtuaCRwaYZ64HZOBtgMaqTgcDMrwDuPmvXFZ4v6/iANooxz YYjzc2F0FsOpC02SgZ1Jwy2FTwvWTPpAFnv8qn4NVvr8p70mO7eiNz85seA/Lvjrcp8J 73LhUVaRu/rXZjGCOSfs3rY9gLURaQo9+vG2wUmlmfNVsEagSmqlWRH7gwEQbi4Dyzm9 EHsnTByYq25N0Og0r4Zi38BIyUnUyJcvim1YXZefO2+oYveLTOdebYEHztQo7CU7NvoQ 8XsSHoDzCWloJCRgFbD1MWtz12efRFeE20XqD4SGC4MEYYhtedR2s+mtF8GskwMOt39g IQxA== X-Gm-Message-State: AElRT7EGsTR4IV7LBKXYT2w/yWdLvfP1cljUdsSLx3aU6Olze4sk5K9t 8D2aipAe/ahkvhTtSF7aqHv/YkI4xz8+H+7oo3Blew== X-Google-Smtp-Source: AG47ELsUQa2ymYi6roXobEWfQ9X2ZGylNc6qRSdxYhI/eZl4TTCnSK2RzvRQG4ZV40w8Xi7xk3gzHZDghH+9kISoKBU= X-Received: by 10.28.126.20 with SMTP id z20mr2003176wmc.152.1521041611227; Wed, 14 Mar 2018 08:33:31 -0700 (PDT) MIME-Version: 1.0 Sender: adam@embeddediq.com Received: by 10.223.164.158 with HTTP; Wed, 14 Mar 2018 08:33:30 -0700 (PDT) X-Originating-IP: [81.138.7.75] In-Reply-To: <20180314152304.GI21001@home.opsec.eu> References: <20180314145407.GH21001@home.opsec.eu> <20180314152304.GI21001@home.opsec.eu> From: Adam Cottrell Date: Wed, 14 Mar 2018 15:33:30 +0000 X-Google-Sender-Auth: L9GDodEwbkByqzb8VJ_hvTuwvhM 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:33:33 -0000 Dear Kurt, Like I said, I am happy to help! :-) Some points that might help:- Previously, FreeBSD has already ported the (older) GTK+ versions (see v0.8.1). Is it possible that this port can be re-used in some way to get up and running quicker? I can supply you with a JAR file that includes all of the dependencies. Using this JAR file on Ubuntu I can get jSearchmonkey running perfectly in just a few (pseudo) lines. For example:- > apt-get install ** > wget ** > jar -jar *searchmonkey-with-dependencies.jar* I know that you guys love to compile the source code but there might be another way? Alternatively, if you have a port of Maven then it should be a doddle to compile the JAVA from source... BR, Adam On 14 March 2018 at 15:23, Kurt Jaeger wrote: > Hi! > > > 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? > > There are plenty of Java or GTK ports in the tree, so, yes, that > can be done. Please do not underestimate the work required to > generate a GTK+ or Java port, if there is none already, it will be > a bit of work. > > -- > pi@opsec.eu +49 171 3101372 2 years to > go ! >