Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 18:28:40 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308166 - in head/devel: . pear-ezc_ConsoleTools
Message-ID:  <201212031828.qB3ISeIj003654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 18:28:40 2012
New Revision: 308166
URL: http://svnweb.freebsd.org/changeset/ports/308166

Log:
  A set of classes to do different actions with the console (also called shell).
  It can render a progress bar, tables and a status bar and contains a class for
  parsing command line options.
  
  WWW: http://ezcomponents.org/
  
  PR:		172763
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>
  Feature safe:   yes

Added:
  head/devel/pear-ezc_ConsoleTools/
  head/devel/pear-ezc_ConsoleTools/Makefile   (contents, props changed)
  head/devel/pear-ezc_ConsoleTools/distinfo   (contents, props changed)
  head/devel/pear-ezc_ConsoleTools/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 18:26:00 2012	(r308165)
+++ head/devel/Makefile	Mon Dec  3 18:28:40 2012	(r308166)
@@ -3065,6 +3065,7 @@
     SUBDIR += pear-channel-theseer
     SUBDIR += pear-codegen
     SUBDIR += pear-ezc_Base
+    SUBDIR += pear-ezc_ConsoleTools
     SUBDIR += pecl-automap
     SUBDIR += pecl-bbcode
     SUBDIR += pecl-bcompiler

Added: head/devel/pear-ezc_ConsoleTools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-ezc_ConsoleTools/Makefile	Mon Dec  3 18:28:40 2012	(r308166)
@@ -0,0 +1,27 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	ConsoleTools
+PORTVERSION=	1.6.1
+CATEGORIES=	devel pear
+MASTER_SITES=	http://components.ez.no/get/
+PKGNAMEPREFIX=	pear-${PEAR_CHANNEL}_
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	Set of classes to do different actions with the console
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.4.2:${PORTSDIR}/devel/pear \
+		pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
+		${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
+RUN_DEPENDS=	pear>=1.4.2:${PORTSDIR}/devel/pear \
+		pear-ezc_Base>=1.8:${PORTSDIR}/devel/pear-ezc_Base \
+		${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc
+
+PEAR_CHANNEL=	ezc
+PEAR_AUTOINSTALL=	yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-ezc_ConsoleTools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-ezc_ConsoleTools/distinfo	Mon Dec  3 18:28:40 2012	(r308166)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/ConsoleTools-1.6.1.tgz) = 691dacecaf52796974eb98d73fea6c97465fa5d11d6a117f0aa61f4e13e96dc9
+SIZE (PEAR/ConsoleTools-1.6.1.tgz) = 869994

Added: head/devel/pear-ezc_ConsoleTools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-ezc_ConsoleTools/pkg-descr	Mon Dec  3 18:28:40 2012	(r308166)
@@ -0,0 +1,5 @@
+A set of classes to do different actions with the console (also called shell).
+It can render a progress bar, tables and a status bar and contains a class for
+parsing command line options.
+
+WWW: http://ezcomponents.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031828.qB3ISeIj003654>