From nobody Mon Jan 30 02:39:16 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P4snw1rx9z3c3Cc; Mon, 30 Jan 2023 02:39:16 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P4snw1NR0z4GcX; Mon, 30 Jan 2023 02:39:16 +0000 (UTC) (envelope-from danfe@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675046356; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vCwgTQLfl8LzoDKKkE6p+i+fti/IV9efM6KItbYVZEY=; b=godKQMVNn75g/t5ayOjFhO5vaV8ulRrPQSKAwWRgYGwX4DJPVZibtHXaHW6Bw32BV6F3oE eI32d95TzSOOsZEKdwVxWiexvwqCsvQED5D7QxbehLFjNVzdl5sL/wiRvIfmyvMv30afsS /wjGzfMsgEM9/PCqioTuJ2KaP1RoG2DFs+k9wCftR+Z9SgXkk9VfD7ekNSr/4HF3x89biF iO7PRzT5XnawPeH5qO807IWh+79gjE4I7VJxTzr5Lc4tm3kPq/LEMy02+qAur11HN1Ke8X Z57GjIjNdfMFC5vYcbazHPkwOcz/wKmXmRF+bUhJmW+RDI2e5bCaTPXcxa9O8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1675046356; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vCwgTQLfl8LzoDKKkE6p+i+fti/IV9efM6KItbYVZEY=; b=fMVwH1aeWf9M/uApFIm7hZJva8n4hE4QsxtuWgZ8hWgsPpF8DjWOkvTlhzmM2F6US2AM2N +wyQ9cY+ezszm5fakKKgvif5JqWMyRojc3Vrcly1qcJF6Pss3dcvNSwWJS5qsneLdbXTKK YMIQugH4o7lFrNKNq+SMJijw8sMzNxV4+gPTAIbFtpr6IN85DDPgyq8Zqhgz35ZQzbaPdF yNv7ToZX38HdA6DBynyDArZc9AYErXEKpWccLovlSIKFHS1EqQsXZqM8hbPphEZhFWd3D9 vKJ8xJpcc0phokdOvit01t/xr0fjTiwnjuZJNsOx5rkSrru5WYF2SfB0BRqEnw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1675046356; a=rsa-sha256; cv=none; b=V4c5I3zOwa1coftiV5jVj26XVkHDtN8C7j4eva7IE7kTr00daLWAl91NR9MA3AMtT6SAr6 8JCDUep/kv/i4E3Qxbo2i9JBrChqQcKuIjrz+UMlCqgLLhz3S1w8Yhk8OxovB5ADEbpkD1 HIaplfzPvufYx5IhdZoAJihbzompMzDsZmRSk3cHXOqvYRSqPjIke4F5R+2XtqMm0DzfQY tJQqvhdWuqmFETKaoA2p7RWcx/aR6nOb4PQr5decrP+kudYvRZUM6AbufNo/XsukhXjn9n AiPN9zDueMuGVHbmu+vXfPNzElBYuHD4KavV4h2K2nsZqE9ZePRRJXLQ4vTc+A== Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1B39616504; Mon, 30 Jan 2023 02:39:16 +0000 (UTC) Date: Mon, 30 Jan 2023 02:39:16 +0000 From: Alexey Dokuchaev To: Neel Chauhan Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 6002098c3555 - main - net/librest1: New port Message-ID: References: <202301290320.30T3KTUq061380@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202301290320.30T3KTUq061380@gitrepo.freebsd.org> X-ThisMailContainsUnwantedMimeParts: N On Sun, Jan 29, 2023 at 03:20:29AM +0000, Neel Chauhan wrote: > commit 6002098c3555a0deb91a1fc0001e69ed5a3cb05a > > net/librest1: New port Would be nice to include a brief decription of the port in the commit log as well. > --- /dev/null > +++ b/net/librest1/pkg-descr > @@ -0,0 +1,5 @@ > +geocode-glib is a convenience library for the geocoding (finding longitude, > +and latitude from an address) and reverse geocoding (finding an address from > +coordinates). It uses Nominatim service to achieve that. It also caches > +(reverse-)geocoding requests for faster results and to avoid unnecessary server > +load. This looks like a copy of net/geocode-glib2/pkg-descr here. ./danfe