ports/132310: [NEW PORT] databases/mydumper: MySQL Data Dumper

Gea-Suan Lin gslin at gslin.org
Thu Mar 5 16:53:08 UTC 2009


On Wed, Mar 04, 2009 at 02:40:01PM +0000, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/132310'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=132310
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [NEW PORT] databases/mydumper: MySQL Data Dumper
> >Arrival-Date:   Wed Mar 04 14:40:01 UTC 2009

I'll attach new Makefile.

-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
-------------- next part --------------
# New ports collection makefile for:	mydumper
# Date created:		2009-03-04
# Whom:			Gea-Suan Lin <gslin at gslin.org>
#
# $FreeBSD$
#

PORTNAME=	mydumper
PORTVERSION=	0.1.5
CATEGORIES=	databases
MASTER_SITES=	http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/

MAINTAINER=	gslin at gslin.org
COMMENT=	MySQL Data Dumper

LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre

FETCH_ARGS?=	-pRr
PLIST_FILES=	sbin/mydumper
USE_GNOME=	glib20
USE_MYSQL=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mydumper ${PREFIX}/sbin

.include <bsd.port.mk>


More information about the freebsd-ports-bugs mailing list