From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 12:27:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 915A95D0; Mon, 23 Jun 2014 12:27:17 +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 7E2EA21CE; Mon, 23 Jun 2014 12:27:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NCRHpw003649; Mon, 23 Jun 2014 12:27:17 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NCRG4K003643; Mon, 23 Jun 2014 12:27:16 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201406231227.s5NCRG4K003643@svn.freebsd.org> From: Kurt Jaeger Date: Mon, 23 Jun 2014 12:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358926 - in head/sysutils: . n98-magerun 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: Mon, 23 Jun 2014 12:27:17 -0000 Author: pi Date: Mon Jun 23 12:27:16 2014 New Revision: 358926 URL: http://svnweb.freebsd.org/changeset/ports/358926 QAT: https://qat.redports.org/buildarchive/r358926/ Log: sysutils/n98-magerun: new port Provides some handy tools for magento developers like a quick database info from local.xml or a database dump feature, cache clearing, admin user password reset. You can also easily install a complete shop and sample data with buildin installer. For coders there are also many features like a module kickstarter (with modman support). WWW: http://magerun.net/ PR: 189873 Submitted by: Melvyn Sopacua Added: head/sysutils/n98-magerun/ head/sysutils/n98-magerun/Makefile (contents, props changed) head/sysutils/n98-magerun/distinfo (contents, props changed) head/sysutils/n98-magerun/pkg-descr (contents, props changed) head/sysutils/n98-magerun/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jun 23 12:13:46 2014 (r358925) +++ head/sysutils/Makefile Mon Jun 23 12:27:16 2014 (r358926) @@ -544,6 +544,7 @@ SUBDIR += munin-node SUBDIR += muse SUBDIR += mybashburn + SUBDIR += n98-magerun SUBDIR += nagios-statd SUBDIR += namefix SUBDIR += nbosd Added: head/sysutils/n98-magerun/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/n98-magerun/Makefile Mon Jun 23 12:27:16 2014 (r358926) @@ -0,0 +1,25 @@ +# Created by: Melvyn Sopacua +# $FreeBSD$ + +PORTNAME= n98-magerun +PORTVERSION= 1.89.2 +CATEGORIES= sysutils www +MASTER_SITES= GITHUB + +MAINTAINER= melvyn@magemana.nl +COMMENT= CLI tool for inspection and control of Magento installations + +USE_PHP= phar bz2 simplexml pdo_mysql json zlib ctype dom posix +USE_MYSQL= client + +USE_GITHUB= yes +GH_ACCOUNT= netz98 +GH_PROJECT= n98-magerun +GH_COMMIT= 37b1e5d +NO_BUILD= yes + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.phar \ + ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} + +.include Added: head/sysutils/n98-magerun/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/n98-magerun/distinfo Mon Jun 23 12:27:16 2014 (r358926) @@ -0,0 +1,2 @@ +SHA256 (n98-magerun-1.89.2.tar.gz) = e88a9ded44a6a0abcd52741d78765df07413a8da25826dd1404c5ad1b14eb98c +SIZE (n98-magerun-1.89.2.tar.gz) = 1720706 Added: head/sysutils/n98-magerun/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/n98-magerun/pkg-descr Mon Jun 23 12:27:16 2014 (r358926) @@ -0,0 +1,7 @@ +Provides some handy tools for magento developers like a quick database +info from local.xml or a database dump feature, cache clearing, admin +user password reset. You can also easily install a complete shop and +sample data with buildin installer. For coders there are also many +features like a module kickstarter (with modman support). + +WWW: http://magerun.net/ Added: head/sysutils/n98-magerun/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/n98-magerun/pkg-plist Mon Jun 23 12:27:16 2014 (r358926) @@ -0,0 +1 @@ +sbin/n98-magerun