From owner-svn-ports-head@FreeBSD.ORG Wed Feb 20 21:01:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 840B568A; Wed, 20 Feb 2013 21:01:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 75E286D9; Wed, 20 Feb 2013 21:01:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1KL1wAW028710; Wed, 20 Feb 2013 21:01:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1KL1wqa028709; Wed, 20 Feb 2013 21:01:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302202101.r1KL1wqa028709@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Feb 2013 21:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312674 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 21:01:58 -0000 Author: sunpoet Date: Wed Feb 20 21:01:57 2013 New Revision: 312674 URL: http://svnweb.freebsd.org/changeset/ports/312674 Log: - Add shared ICU and UNICODE descriptions Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Wed Feb 20 20:59:13 2013 (r312673) +++ head/Mk/bsd.options.desc.mk Wed Feb 20 21:01:57 2013 (r312674) @@ -132,6 +132,7 @@ HTTPD_DESC?= httpd output streaming HTTPS_DESC?= https protocol ICONS_DESC?= Install icons theme ICONV_DESC?= Encoding conversion via iconv +ICU_DESC?= Unicode support via ICU ID3_DESC?= ID3 tags ID3TAG_DESC?= ID3 v1/v2 tags IDN_DESC?= International Domain Names @@ -327,6 +328,7 @@ TREMOR_DESC?= Tremor audio decoder TWOLAME_DESC?= TwoLAME MP2 audio encoder UCS2_DESC?= Unicode UCS-2 encoding UCS4_DESC?= Unicode UCS-4 encoding +UNICODE_DESC?= Unicode support UNIXODBC_DESC?= ODBC backend via unixODBC UNZIP_DESC?= UnZip compression UPNP_DESC?= UPnP support