Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 19:22:43 +0100
From:      Jim Ohlstein <jim@ohlste.in>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185969: [NEW PORT] databases/libdrizzle-redux: Client and protocol library for the Drizzle database
Message-ID:  <E1W5fyF-000Ku5-R0@bromine.jlkhosting.com>
Resent-Message-ID: <201401211830.s0LIU0FK072118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185969
>Category:       ports
>Synopsis:       [NEW PORT] databases/libdrizzle-redux: Client and protocol library for the Drizzle database
>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:   Tue Jan 21 18:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Jim Ohlstein
>Release:        FreeBSD 10.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD bromine.jlkhosting.com 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260409: Tue Jan  7 22:39:29
>Description:
Drizzle Client & Protocol Library. This project 
is for the new development of the MySQL compatible
C connector library called libdrizzle-redux.

Note: This is a "new" project, identified with the siffix "-redux" by the developers.

The "old" libdrizzle is no longer distributed separately from Drizzle.

Tested on 8.4, 9.2, 10.0, and 11-CURRENT, amd64 and i386.

WWW: https://launchpad.net/libdrizzle

Generated with FreeBSD Port Tools 0.99_11 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# 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:
#
#	libdrizzle-redux
#	libdrizzle-redux/pkg-descr
#	libdrizzle-redux/pkg-plist
#	libdrizzle-redux/Makefile
#	libdrizzle-redux/distinfo
#
echo c - libdrizzle-redux
mkdir -p libdrizzle-redux > /dev/null 2>&1
echo x - libdrizzle-redux/pkg-descr
sed 's/^X//' >libdrizzle-redux/pkg-descr << 'd9674c461c812923aca601f97da95a0a'
XDrizzle Client & Protocol Library. This project 
Xis for the new development of the MySQL compatible
XC connector library called libdrizzle-redux.
X
XWWW: https://launchpad.net/libdrizzle
d9674c461c812923aca601f97da95a0a
echo x - libdrizzle-redux/pkg-plist
sed 's/^X//' >libdrizzle-redux/pkg-plist << '8731bab6991a4f93b97ce8be0f662810'
Xbin/libdrizzle-config
Xinclude/libdrizzle-5.1/binlog.h
Xinclude/libdrizzle-5.1/column.h
Xinclude/libdrizzle-5.1/column_client.h
Xinclude/libdrizzle-5.1/conn.h
Xinclude/libdrizzle-5.1/conn_client.h
Xinclude/libdrizzle-5.1/constants.h
Xinclude/libdrizzle-5.1/drizzle.h
Xinclude/libdrizzle-5.1/drizzle_client.h
Xinclude/libdrizzle-5.1/error.h
Xinclude/libdrizzle-5.1/field_client.h
Xinclude/libdrizzle-5.1/libdrizzle.h
Xinclude/libdrizzle-5.1/query.h
Xinclude/libdrizzle-5.1/result.h
Xinclude/libdrizzle-5.1/result_client.h
Xinclude/libdrizzle-5.1/return.h
Xinclude/libdrizzle-5.1/row_client.h
Xinclude/libdrizzle-5.1/ssl.h
Xinclude/libdrizzle-5.1/statement.h
Xinclude/libdrizzle-5.1/structs.h
Xinclude/libdrizzle-5.1/verbose.h
Xinclude/libdrizzle-5.1/version.h
Xinclude/libdrizzle-5.1/visibility.h
Xlib/libdrizzle.a
Xlib/libdrizzle.la
Xlib/libdrizzle.so
Xlib/libdrizzle.so.9
X%%PORTDOCS%%%%DOCSDIR%%/libdrizzle.pdf
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrmtry include/libdrizzle-5.1
8731bab6991a4f93b97ce8be0f662810
echo x - libdrizzle-redux/Makefile
sed 's/^X//' >libdrizzle-redux/Makefile << '1dfdb8a508bbba268c6a187b7b8bdbd5'
X# Created by: Jim Ohlstein <jim@ohlste.in>
X# $FreeBSD$
X
XPORTNAME=	libdrizzle
XPORTVERSION=	5.1.4
XCATEGORIES=	databases
XMASTER_SITES=	http://launchpadlibrarian.net/138246183/
XPKGNAMESUFFIX=	-redux
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX}
XEXTRACT_ONLY=	libdrizzle-5.1.4.tar.gz
X
XMAINTAINER=	jim@ohlste.in
XCOMMENT=	Client and protocol library for the Drizzle database
X
XLICENSE=	BSD2CLAUSE
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
X
XCONFLICTS?=	libdrizzle-[0-9]*
X
XOPTIONS_DEFINE=	DOCS
X
XOPTIONS_DEFAULT=	DOCS
X
XDOCS_DESC=	Build and/or install documentation
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MDOCS}
XMASTER_SITES+=	http://launchpadlibrarian.net/138246206/
XDISTFILES+=	libdrizzle.pdf
XPLIST_SUB+=	PORTDOCS=""
X.endif
X
Xpost-install:
X.if !empty(PORT_OPTIONS:MDOCS)
X	${MKDIR} ${STAGEDIR}${DOCSDIR}
X	${INSTALL_DATA} ${DISTDIR}/libdrizzle.pdf ${STAGEDIR}${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
1dfdb8a508bbba268c6a187b7b8bdbd5
echo x - libdrizzle-redux/distinfo
sed 's/^X//' >libdrizzle-redux/distinfo << 'fca999952c5c794484f8a58b73e7be1b'
XSHA256 (libdrizzle-5.1.4.tar.gz) = 74b7c0900b36d5e684092f8526fc9a15ae7b2d8d71d033be00fc1b81684dc7f9
XSIZE (libdrizzle-5.1.4.tar.gz) = 454242
XSHA256 (libdrizzle.pdf) = b05c123805a975bf78ea28bb5db5911110730ca11a0cbcdd131e22bab5f7e2d6
XSIZE (libdrizzle.pdf) = 250886
fca999952c5c794484f8a58b73e7be1b
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1W5fyF-000Ku5-R0>