diff -r 70fec2595d6a sysutils/n98-magerun/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysutils/n98-magerun/Makefile Sun Jun 15 17:55:43 2014 +0200 @@ -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 diff -r 70fec2595d6a sysutils/n98-magerun/distinfo --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysutils/n98-magerun/distinfo Sun Jun 15 17:55:43 2014 +0200 @@ -0,0 +1,2 @@ +SHA256 (n98-magerun-1.89.2.tar.gz) = e88a9ded44a6a0abcd52741d78765df07413a8da25826dd1404c5ad1b14eb98c +SIZE (n98-magerun-1.89.2.tar.gz) = 1720706 diff -r 70fec2595d6a sysutils/n98-magerun/pkg-descr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysutils/n98-magerun/pkg-descr Sun Jun 15 17:55:43 2014 +0200 @@ -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/ diff -r 70fec2595d6a sysutils/n98-magerun/pkg-plist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sysutils/n98-magerun/pkg-plist Sun Jun 15 17:55:43 2014 +0200 @@ -0,0 +1,1 @@ +sbin/n98-magerun