From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 1 22:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE0710656D0 for ; Mon, 1 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 944518FC20 for ; Mon, 1 Sep 2008 22:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m81MU1g4034032 for ; Mon, 1 Sep 2008 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m81MU19T034031; Mon, 1 Sep 2008 22:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 1 Sep 2008 22:30:01 GMT Resent-Message-Id: <200809012230.m81MU19T034031@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C271065677 for ; Mon, 1 Sep 2008 22:26:41 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from msa03b.plala.or.jp (msa03.plala.or.jp [58.93.240.3]) by mx1.freebsd.org (Postfix) with ESMTP id EA2C68FC19 for ; Mon, 1 Sep 2008 22:26:40 +0000 (UTC) (envelope-from umq@ueo.co.jp) Received: from eupheme.kaumoge.org ([121.112.64.124]) by msa03b.plala.or.jp with ESMTP id <20080901222639.WCPH11729.msa03b.plala.or.jp@eupheme.kaumoge.org> for ; Tue, 2 Sep 2008 07:26:39 +0900 Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120]) by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id m81MR0Ri059130 for ; Tue, 2 Sep 2008 07:27:00 +0900 (JST) (envelope-from umq@ueo.co.jp) Message-Id: <86prnno63l.wl%umq@ueo.co.jp> Date: Tue, 02 Sep 2008 07:26:38 +0900 From: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127031: [new port] databases/q4m X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 22:30:01 -0000 >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: >Environment: System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Thu Jul 10 06:27:38 JST 2008 root@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 X# X# $FreeBSD$ X XPORTNAME= q4m XPORTVERSION= 0.8.3 XCATEGORIES= databases XMASTER_SITES= http://q4m.31tools.com/dist/ X XMAINTAINER= umq@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 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 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