From owner-freebsd-ports@FreeBSD.ORG Mon Feb 7 16:22:42 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D22C106566B for ; Mon, 7 Feb 2011 16:22:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id D39DF8FC13 for ; Mon, 7 Feb 2011 16:22:41 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward13.mail.yandex.net (Yandex) with ESMTP id 2BC0C10805F7; Mon, 7 Feb 2011 19:22:40 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1297095760; bh=MZv5N+sNwJIX6WixKrYQEzALKbbilqVzj6OZxG3CnoI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=whinkjfV/DYlBG+/g0xvW7S2wJcCM5w0bxuRFuNuSQRid69DejlcPVndRzmXjAUjg rhQszvLPNvN0ac8KXNm7KCH1wO03aMwzyfCdJjwxH9r6EmSVnZMdwhFxlGe5oTDRh7 MrpNf4KhTQTUF6yKATquI/z/NdfQTygBOJiMHtWQ= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp13.mail.yandex.net (Yandex) with ESMTPSA id DD0D138980B8; Mon, 7 Feb 2011 19:22:39 +0300 (MSK) Message-ID: <4D501C05.60300@yandex.ru> Date: Mon, 07 Feb 2011 19:21:25 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110106 Thunderbird/3.1.7 MIME-Version: 1.0 To: ajtiM References: <201101121751.04258.lumiwa@gmail.com> In-Reply-To: <201101121751.04258.lumiwa@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: gmic plugin for gimp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2011 16:22:42 -0000 Hi, Mitja. 13.01.2011 02:51, ajtiM пишет: > http://gmic.sourceforge.net/gimp.shtml There is a draft port version. It's far from perfection but works for me on 8-stable i386 with gimp 2.6.11. # cd /usr/ports/graphics # fetch http://happy-nation.by.ru/ports/gimp-gmic-plugin.shar # sh gimp-gmic-plugin.shar # cd gimp-gmic-plugin/ && make install Then restart gimp (if it's already running). Right now this port installs the gimp plugin and gmic command-line utility. There will be also some documentation and bash-completion script for gmic soon. -- Regards, Ruslan