From owner-freebsd-ports@FreeBSD.ORG Mon Jan 24 21:24:00 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7595A106566C for ; Mon, 24 Jan 2011 21:24:00 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward19.mail.yandex.net (forward19.mail.yandex.net [95.108.253.144]) by mx1.freebsd.org (Postfix) with ESMTP id 19B958FC15 for ; Mon, 24 Jan 2011 21:23:59 +0000 (UTC) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward19.mail.yandex.net (Yandex) with ESMTP id 3B07534403C9 for ; Tue, 25 Jan 2011 00:23:58 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1295904238; bh=whja0ozKQnzRj85rjv0/Kyi9we8REPog+mKwQ59YhsY=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Jh4eOkYtNBhg02+6EDBoideyLRlGIkJkNLF7hcqK8/ExfTBzrfPZO0ia0varWJnk+ 9Bq9jRsbHDL3M2LEmVigDzAV2GzBaEQQ5GXkOJIEdXrl8renLz/PuTbG2En8pbcL8r 0avc6tgysSVrvuIW2G2Dvs3hzzZslLCxA1dyrBAY= Received: from smeshariki2.local (unknown [213.138.87.92]) by smtp17.mail.yandex.net (Yandex) with ESMTPSA id ED6793070063 for ; Tue, 25 Jan 2011 00:23:57 +0300 (MSK) Message-ID: <4D3DEDAB.1030203@yandex.ru> Date: Tue, 25 Jan 2011 00:22:51 +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: ports@freebsd.org References: <11111295127072@web122.yandex.ru> In-Reply-To: <11111295127072@web122.yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: New port needs review: net/erlyvideo 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, 24 Jan 2011 21:24:00 -0000 Hi! Thank you all much for all the tips and guidance. So it seems i'm finally was able to produce a port, that installs and deinstalls fine both installed from a port and package. The only question that i have: what if my port installs some stuff into /var/lib/%%PORTNAME%%/snmp (i.e. that directory isn't empty after installing). There is no problem when installing from ports, but how can i do the same when installing from package? How to correctly install and deinstall data via package from /var? Thanks in advance. There is also updated links: port: http://happy-nation.by.ru/ports/tb/erlyvideo.tgz diff: http://happy-nation.by.ru/ports/erlyvideo.diff shar: http://happy-nation.by.ru/ports/erlyvideo.shar -- Regards, Ruslan