From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 13:47:39 2012 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 07E6A106566B; Mon, 30 Jul 2012 13:47:39 +0000 (UTC) (envelope-from itechbear@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 74D648FC1B; Mon, 30 Jul 2012 13:47:38 +0000 (UTC) Received: by obbun3 with SMTP id un3so11605988obb.13 for ; Mon, 30 Jul 2012 06:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rsItwshevAejLOyVYISpFFc8G/GWj3VeJg/d8mMGkzQ=; b=R7mIdb/seb6n7xJd6LRkHUyw04awj8Y1LIQJKHNtSW+HCGeSJzUxJnOpntQoT8idCA 45KZad42aWKSZ2iQqGCk8dzdlTjfk8DwCRWU6OA5JxWbyZsvHSUz9cOwBfGoBjbtJT54 0i8j2m7xu1Dh2CuaEyjY3BkOQk1y81bjH9viFYL8GUEr+bSA8cBFw0IMBCz0zDlThfk2 U8paaZBJvrUDC2zAST9hLj7y0wDqiTfKX6XKCcduy97HISESMMt3v9fG31v6VOJDim2L DFesMdg00Ddi5hDCuNN3ZRnhe+WFQT/JANL7pWmNPJwOxf/bNybJaH2NV7M5w4t4Z7UR VtLQ== MIME-Version: 1.0 Received: by 10.182.110.37 with SMTP id hx5mr17533252obb.48.1343656057830; Mon, 30 Jul 2012 06:47:37 -0700 (PDT) Received: by 10.76.10.41 with HTTP; Mon, 30 Jul 2012 06:47:37 -0700 (PDT) In-Reply-To: <50167FEE.4070801@freebsd.org> References: <50167FEE.4070801@freebsd.org> Date: Mon, 30 Jul 2012 21:47:37 +0800 Message-ID: From: =?UTF-8?B?SFUgRG9uZyAo6IOh5LicKQ==?= To: Niclas Zeising Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Problems about making a new port 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, 30 Jul 2012 13:47:39 -0000 Actually, most part of www/xombrero is taken from www/xxxterm. But still there're some problems to be solved. HU Dong On Mon, Jul 30, 2012 at 8:37 PM, Niclas Zeising wrote= : > On 07/30/12 14:31, HU Dong (=E8=83=A1=E4=B8=9C) wrote: > >> I met with some problem while porting a software, which will be >> www/xombrero. It's a web browser. >> >> 1. Its source code has a .desktop file and I want to install it to >> /usr/local/share/applications. But some committer told me to check it >> again. Is it a wrong place? >> >> 2. Also, it has several icon files located in ${WORKSRC}/. The filenames >> are xombreroicon32.png, xombreroicon64.png etc. Is there a convinient wa= y >> to install them to correct places (/usr/local/share/icons/** >> hicolr/NxN/apps)? >> >> 3. It has a simple sh script called playflash.sh as its "plugin". The >> script is supposed to be manually copied to ~/.xombrero directory. So I >> installed the script to /usr/local/share/xombrero. Is it better to move = it >> to /usr/local/share/examples/**xombrero? >> >> Thanks! >> > > xombrero is a rename of xxxterm. Start looking at the port www/xxxterm. > HTH > -- > Niclas Zeising >