Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 12:17:45 +0100 (CET)
From:      Frank Wall <fw@moov.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        fw@moov.de
Subject:   ports/177411: [NEW PORT] databases/mysql-udf-ipv6: MySQL UDFs providing IPv6 support for pre-5.6 versions
Message-ID:  <20130327111745.B20DE33C27@boron.inotronic-intern.de>
Resent-Message-ID: <201303271120.r2RBK01V067827@freefall.freebsd.org>

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

>Number:         177411
>Category:       ports
>Synopsis:       [NEW PORT] databases/mysql-udf-ipv6: MySQL UDFs providing IPv6 support for pre-5.6 versions
>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:   Wed Mar 27 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Frank Wall
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD XXX 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
These are experimental runtime plug-in (UDF) for MySQL
that add basic IPv6 and IDNA functions that MySQL v5 is still lacking:

  inet6_ntop and inet6_pton()
  idna_to_ascii() and idna_from_ascii()

WWW: https://bitbucket.org/watchmouse/mysql-udf-ipv6/

Generated with FreeBSD Port Tools 0.99_7 (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:
#
#	mysql-udf-ipv6
#	mysql-udf-ipv6/distinfo
#	mysql-udf-ipv6/Makefile
#	mysql-udf-ipv6/pkg-descr
#
echo c - mysql-udf-ipv6
mkdir -p mysql-udf-ipv6 > /dev/null 2>&1
echo x - mysql-udf-ipv6/distinfo
sed 's/^X//' >mysql-udf-ipv6/distinfo << 'df6cabe20efd8670737f6705189080da'
XSHA256 (tip.tar.gz) = a6c140035814ca3023f3791f79e1767bd449ca86697a6ac25183e261c84736b5
XSIZE (tip.tar.gz) = 9938
df6cabe20efd8670737f6705189080da
echo x - mysql-udf-ipv6/Makefile
sed 's/^X//' >mysql-udf-ipv6/Makefile << '8ae473e6563f868f878111792bec529a'
X# $FreeBSD$
X
XPORTNAME=	mysql-udf-ipv6
XPORTVERSION=	0.5
XCATEGORIES=	databases
XMASTER_SITES=	https://bitbucket.org/watchmouse/${PORTNAME}/get/
XDISTNAME=	tip
X
XMAINTAINER=	fw@moov.de
XCOMMENT=	MySQL UDFs providing IPv6 support for pre-5.6 versions
X
XLIB_DEPENDS=	idn:${PORTSDIR}/dns/libidn
X
XCONFLICTS_INSTALL=	mysql-server-[34].* mysql-server-5.[6-9].* mysql-server-6.*
X
XUSE_GMAKE=	yes
XUSE_MYSQL=	yes
X
XUSE_LDCONFIG=	yes
X
XWRKSRC=		${WRKDIR}/watchmouse-mysql-udf-ipv6-c733da2d2703
X
XPLIST_FILES=	lib/mysql/plugin/mysql_udf_ipv6.so \
X		lib/mysql/plugin/mysql_udf_idna.so
X
XPLIST_DIRS=	lib/mysql/plugin
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|PREFIX=/usr|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|CFLAGS=.*|CFLAGS=-O2 -shared -fPIC -I${PREFIX}/include -L${PREFIX}/lib|g' ${WRKSRC}/Makefile
X
Xpre-install:
X	${MKDIR} ${PREFIX}/lib/mysql/plugin
X
X.include <bsd.port.mk>
8ae473e6563f868f878111792bec529a
echo x - mysql-udf-ipv6/pkg-descr
sed 's/^X//' >mysql-udf-ipv6/pkg-descr << '975c785b97f2d334abfb526d42197038'
XThese are experimental runtime plug-in (UDF) for MySQL
Xthat add basic IPv6 and IDNA functions that MySQL v5 is still lacking:
X
X  inet6_ntop and inet6_pton()
X  idna_to_ascii() and idna_from_ascii()
X
XWWW: https://bitbucket.org/watchmouse/mysql-udf-ipv6/
975c785b97f2d334abfb526d42197038
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?20130327111745.B20DE33C27>