ports/127031: [new port] databases/q4m

Hirohisa Yamaguchi umq at ueo.co.jp
Mon Sep 1 22:30:01 UTC 2008


>Number:         127031
>Category:       ports
>Synopsis:       [new port] databases/q4m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 01 22:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root at calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	Q4M (Queue for MySQL) is a message queue licensed under GPL
	that works as a pluggable storage engine of MySQL 5.1,
	designed to be robust, fast, flexible.

	WWW: http://q4m.31tools.com/
>How-To-Repeat:
	N/A
>Fix:

	the skelton is attached


--Multipart_Tue_Sep__2_07:26:38_2008-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="databases_q4m.shar"
Content-Transfer-Encoding: 7bit

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	databases/q4m
#	databases/q4m/Makefile
#	databases/q4m/distinfo
#	databases/q4m/pkg-descr
#	databases/q4m/pkg-plist
#
echo c - databases/q4m
mkdir -p databases/q4m > /dev/null 2>&1
echo x - databases/q4m/Makefile
sed 's/^X//' >databases/q4m/Makefile << 'af9138886d54b16aefea7e47297ba2d7'
X# New ports collection makefile for:	q4m
X# Date created:				2 Sep 2008
X# Whom:					Hirohisa Yamaguchi <umq at ueo.co.jp>
X#
X# $FreeBSD$
X
XPORTNAME=	q4m
XPORTVERSION=	0.8.3
XCATEGORIES=	databases
XMASTER_SITES=	http://q4m.31tools.com/dist/
X
XMAINTAINER=	umq at ueo.co.jp
XCOMMENT=	Message queue works as a MySQL storage engine
X
XBUILD_DEPENDS=	${LOCALBASE}/include/boost/spirit/core.hpp:${PORTSDIR}/devel/boost \
X		${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-client:build
X
XINSTDOCS=	index.html install.html q4m-modes.gif style.css top.jpg tutorial.html
XPORTDOCS=	COPYING ChangeLog README ${INSTDOCS}
X
XHAS_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
XUSE_MYSQL=	51
XIGNORE_WITH_MYSQL=	323 40 41 50
XMYSQL_SRC_PATH=	cd ${PORTSDIR}/databases/mysql${USE_MYSQL}-client ; make -V WRKSRC
XCONFIGURE_ARGS+=	--with-mysql=$$(${MYSQL_SRC_PATH})
XCXXFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
X
X.include <bsd.port.pre.mk>
X
Xpost-install:
X.if !defined(NOPORTDATA)
X	@${MKDIR} ${DATADIR}/examples/crawler
X.for f in README crawler.pl initdb.sql
X	${INSTALL_DATA} ${WRKSRC}/examples/crawler/${f} ${DATADIR}/examples/crawler/
X.endfor
X	@${MKDIR} ${DATADIR}/support-files
X.for f in install-exec-hook.txt install.sql
X	${INSTALL_DATA} ${WRKSRC}/support-files/${f} ${DATADIR}/support-files/
X.endfor
X.endif
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for f in COPYING ChangeLog README
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.for f in ${INSTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
af9138886d54b16aefea7e47297ba2d7
echo x - databases/q4m/distinfo
sed 's/^X//' >databases/q4m/distinfo << '203ab299967bdb45116c3166f0dfe891'
XMD5 (q4m-0.8.3.tar.gz) = b9dcf62062eb6cf5ca82f68f6f3a235e
XSHA256 (q4m-0.8.3.tar.gz) = 7b906dcede0c1aec1c1a25a19a7dfc3a29a97f0aff94475319c24833450b3d3c
XSIZE (q4m-0.8.3.tar.gz) = 356144
203ab299967bdb45116c3166f0dfe891
echo x - databases/q4m/pkg-descr
sed 's/^X//' >databases/q4m/pkg-descr << 'cc4820680c90184e91f54c0c45fa784b'
XQ4M (Queue for MySQL) is a message queue licensed under GPL that works
Xas a pluggable storage engine of MySQL 5.1, designed to be robust,
Xfast, flexible.
X
XWWW: http://q4m.31tools.com/
cc4820680c90184e91f54c0c45fa784b
echo x - databases/q4m/pkg-plist
sed 's/^X//' >databases/q4m/pkg-plist << 'c1d77468555036b66f9977259d506dfc'
Xbin/q4m-forward
Xlib/mysql/plugin/libqueue_engine.a
Xlib/mysql/plugin/libqueue_engine.la
Xlib/mysql/plugin/libqueue_engine.so.0.0
X%%PORTDATA%%%%DATADIR%%/examples/crawler/README
X%%PORTDATA%%%%DATADIR%%/examples/crawler/crawler.pl
X%%PORTDATA%%%%DATADIR%%/examples/crawler/initdb.sql
X%%PORTDATA%%%%DATADIR%%/support-files/install-exec-hook.txt
X%%PORTDATA%%%%DATADIR%%/support-files/install.sql
X%%PORTDATA%%@dirrm %%DATADIR%%/examples/crawler
X%%PORTDATA%%@dirrm %%DATADIR%%/examples
X%%PORTDATA%%@dirrm %%DATADIR%%/support-files
c1d77468555036b66f9977259d506dfc
exit

--Multipart_Tue_Sep__2_07:26:38_2008-1--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --Multipart_Tue_Sep__2_07:26:38_2008-1
 Content-Type: text/plain; charset=US-ASCII
 
 



More information about the freebsd-ports-bugs mailing list