From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 02:48:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6851F90; Fri, 4 Jul 2014 02:48:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB6B6228F; Fri, 4 Jul 2014 02:48:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s642mw4e049239; Fri, 4 Jul 2014 02:48:58 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s642mwbc049235; Fri, 4 Jul 2014 02:48:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407040248.s642mwbc049235@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Jul 2014 02:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360518 - head/textproc/tidyp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 02:48:59 -0000 Author: sunpoet Date: Fri Jul 4 02:48:58 2014 New Revision: 360518 URL: http://svnweb.freebsd.org/changeset/ports/360518 QAT: https://qat.redports.org/buildarchive/r360518/ Log: - Convert to new options helper - Use PLIST Added: head/textproc/tidyp/pkg-plist (contents, props changed) Modified: head/textproc/tidyp/Makefile Modified: head/textproc/tidyp/Makefile ============================================================================== --- head/textproc/tidyp/Makefile Fri Jul 4 02:48:52 2014 (r360517) +++ head/textproc/tidyp/Makefile Fri Jul 4 02:48:58 2014 (r360518) @@ -13,40 +13,18 @@ COMMENT= Library and program to validate GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool USE_LDCONFIG= yes +USES= libtool OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16 ACCESS_DESC= Accessibility checks ASIAN_DESC= Asian encodings -PLIST_FILES= bin/${PORTNAME} \ - include/${PORTNAME}/buffio.h \ - include/${PORTNAME}/platform.h \ - include/${PORTNAME}/tidyp.h \ - include/${PORTNAME}/tidypenum.h \ - lib/lib${PORTNAME}-${PORTVERSION}.so.0 \ - lib/lib${PORTNAME}-${PORTVERSION}.so.0.0.0 \ - lib/lib${PORTNAME}.a \ - lib/lib${PORTNAME}.so -PLIST_DIRS= include/${PORTNAME} - -.include - -.if ${PORT_OPTIONS:MACCESS} -CONFIGURE_ARGS+=--enable-access -.endif - -.if ${PORT_OPTIONS:MASIAN} -CONFIGURE_ARGS+=--enable-asian -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+=--enable-debug -.endif +PLIST_SUB= PORTVERSION=${PORTVERSION} -.if ${PORT_OPTIONS:MUTF16} -CONFIGURE_ARGS+=--enable-utf16 -.endif +ACCESS_CONFIGURE_ENABLE=access +ASIAN_CONFIGURE_ENABLE= asian +DEBUG_CONFIGURE_ENABLE= debug +UTF16_CONFIGURE_ENABLE= utf16 .include Added: head/textproc/tidyp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tidyp/pkg-plist Fri Jul 4 02:48:58 2014 (r360518) @@ -0,0 +1,10 @@ +bin/tidyp +include/tidyp/buffio.h +include/tidyp/platform.h +include/tidyp/tidyp.h +include/tidyp/tidypenum.h +lib/libtidyp-%%PORTVERSION%%.so.0 +lib/libtidyp-%%PORTVERSION%%.so.0.0.0 +lib/libtidyp.a +lib/libtidyp.so +@dirrm include/tidyp