From owner-svn-ports-head@FreeBSD.ORG Fri Mar 15 02:19:50 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 CA60BBB0; Fri, 15 Mar 2013 02:19:50 +0000 (UTC) (envelope-from miwi@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 A4B6B98D; Fri, 15 Mar 2013 02:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2F2Joup017627; Fri, 15 Mar 2013 02:19:50 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2F2JoVT017625; Fri, 15 Mar 2013 02:19:50 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201303150219.r2F2JoVT017625@svn.freebsd.org> From: Martin Wilke Date: Fri, 15 Mar 2013 02:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314223 - head/devel/pear-HTML_TreeMenu 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: Fri, 15 Mar 2013 02:19:50 -0000 Author: miwi Date: Fri Mar 15 02:19:49 2013 New Revision: 314223 URL: http://svnweb.freebsd.org/changeset/ports/314223 Log: - Convert to PEAR_AUTOINSTALL Modified: head/devel/pear-HTML_TreeMenu/Makefile (contents, props changed) Modified: head/devel/pear-HTML_TreeMenu/Makefile ============================================================================== --- head/devel/pear-HTML_TreeMenu/Makefile Fri Mar 15 02:16:32 2013 (r314222) +++ head/devel/pear-HTML_TreeMenu/Makefile Fri Mar 15 02:19:49 2013 (r314223) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_TreeMenu -# Date created: 25 September 2004 -# Whom: Antonio Carlos Venancio Junior () -# +# Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ -# PORTNAME= HTML_TreeMenu PORTVERSION= 1.2.2 @@ -15,26 +11,7 @@ COMMENT= Provides an API to create a HTM BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes -CATEGORY= HTML -FILES= TreeMenu.php -DATA= TreeMenu.js images/branch.gif images/branchbottom.gif \ - images/branchtop.gif images/folder.gif images/folder-expanded.gif \ - images/line.gif images/linebottom.gif images/minus.gif \ - images/minusbottom.gif images/minustop.gif images/plus.gif \ - images/plusbottom.gif images/plustop.gif imagesAlt/branch.gif \ - imagesAlt/branchbottom.gif imagesAlt/branchtop.gif imagesAlt/folder.gif \ - imagesAlt/folder-expanded.gif imagesAlt/line.gif \ - imagesAlt/linebottom.gif imagesAlt/minus.gif imagesAlt/minusbottom.gif \ - imagesAlt/minustop.gif imagesAlt/plus.gif imagesAlt/plusbottom.gif \ - imagesAlt/plustop.gif imagesAlt2/branch.gif imagesAlt2/branchbottom.gif \ - imagesAlt2/branchtop.gif imagesAlt2/folder.gif \ - imagesAlt2/folder-expanded.gif imagesAlt2/line.gif \ - imagesAlt2/linebottom.gif imagesAlt2/minus.gif \ - imagesAlt2/minusbottom.gif imagesAlt2/minustop.gif imagesAlt2/plus.gif \ - imagesAlt2/plusbottom.gif imagesAlt2/plustop.gif -DOCS= HTML_TreeMenu.doc HTML_TreeMenu.pdf example.php map_fs.php -_DATADIR= . +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk"