View | Details | Raw Unified | Return to bug 189873 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 541-546 Link Here
541
    SUBDIR += munin-node
541
    SUBDIR += munin-node
542
    SUBDIR += muse
542
    SUBDIR += muse
543
    SUBDIR += mybashburn
543
    SUBDIR += mybashburn
544
    SUBDIR += n98-magerun
544
    SUBDIR += nagios-statd
545
    SUBDIR += nagios-statd
545
    SUBDIR += namefix
546
    SUBDIR += namefix
546
    SUBDIR += nbosd
547
    SUBDIR += nbosd
(-)b/sysutils/n98-magerun/Makefile (+25 lines)
Added Link Here
1
# Created by: Melvyn Sopacua <melvyn@magemana.nl>
2
# $FreeBSD$
3
4
PORTNAME=	n98-magerun
5
PORTVERSION=	1.89.1
6
CATEGORIES=	sysutils www
7
MASTER_SITES=	GITHUB
8
9
MAINTAINER=	melvyn@magemana.nl
10
COMMENT=	CLI tool for inspection and control of Magento installations
11
12
USE_PHP=	phar bz2 simplexml pdo_mysql json zlib ctype dom posix
13
USE_MYSQL=	client
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	netz98
17
GH_PROJECT=	n98-magerun
18
NO_BUILD=	yes
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
21
do-install:
22
	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.phar \
23
		${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
24
25
.include <bsd.port.mk>
(-)b/sysutils/n98-magerun/distinfo (+2 lines)
Added Link Here
1
SHA256 (n98-magerun-1.89.1.tar.gz) = bee9a921d88dc8913546f27867222400aa850a9e0986f90cf9521da1128a5501
2
SIZE (n98-magerun-1.89.1.tar.gz) = 1719486
(-)b/sysutils/n98-magerun/pkg-descr (+7 lines)
Added Link Here
1
Provides some handy tools for magento developers like a quick database
2
info from local.xml or a database dump feature, cache clearing, admin
3
user password reset. You can also easily install a complete shop and
4
sample data with buildin installer. For coders there are also many
5
features like a module kickstarter (with modman support).
6
7
WWW: http://magerun.net/
(-)b/sysutils/n98-magerun/pkg-plist (+1 lines)
Added Link Here
1
sbin/n98-magerun

Return to bug 189873