1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Kurt Jaeger 2014-06-23 12:27:16 +00:00
parent 999aee739a
commit a7d264dc08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358926
5 changed files with 36 additions and 0 deletions

View File

@ -544,6 +544,7 @@
SUBDIR += munin-node
SUBDIR += muse
SUBDIR += mybashburn
SUBDIR += n98-magerun
SUBDIR += nagios-statd
SUBDIR += namefix
SUBDIR += nbosd

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (n98-magerun-1.89.2.tar.gz) = e88a9ded44a6a0abcd52741d78765df07413a8da25826dd1404c5ad1b14eb98c
SIZE (n98-magerun-1.89.2.tar.gz) = 1720706

View File

@ -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/

View File

@ -0,0 +1 @@
sbin/n98-magerun