Date: Mon, 23 Jun 2014 12:27:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358926 - in head/sysutils: . n98-magerun Message-ID: <201406231227.s5NCRG4K003643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <melvyn@magemana.nl> 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 <melvyn@magemana.nl> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406231227.s5NCRG4K003643>