mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add libhsclient 1.0.6, client Library of HandlerSocket Plugin.
PR: ports/153216 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
This commit is contained in:
parent
9f45da1e96
commit
c60a4d71f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266444
@ -160,6 +160,7 @@
|
||||
SUBDIR += libgdamm
|
||||
SUBDIR += libgnomedb
|
||||
SUBDIR += libgnomedb-reference
|
||||
SUBDIR += libhsclient
|
||||
SUBDIR += libiodbc
|
||||
SUBDIR += libmemcache
|
||||
SUBDIR += libmemcached
|
||||
|
25
databases/libhsclient/Makefile
Normal file
25
databases/libhsclient/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: libhsclient
|
||||
# Date created: 2010-12-15
|
||||
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libhsclient
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= ${REVISION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.cs.nctu.edu.tw/~jnlin/distfiles/
|
||||
DISTNAME= HandlerSocket-Plugin-for-MySQL-${PORTVERSION}-${REVISION}
|
||||
|
||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||
COMMENT= Client Library of HandlerSocket Plugin
|
||||
|
||||
WRKSRC= ${WRKDIR}/HandlerSocket-Plugin-for-MySQL
|
||||
|
||||
REVISION= 20101215
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-handlersocket-server=no
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/libhsclient/distinfo
Normal file
2
databases/libhsclient/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (HandlerSocket-Plugin-for-MySQL-1.0.6-20101215.tar.gz) = 6f3828eea815d7edc31d2275ae2ba5147114538a3f91aa133ec4424a4ad1001d
|
||||
SIZE (HandlerSocket-Plugin-for-MySQL-1.0.6-20101215.tar.gz) = 1974990
|
4
databases/libhsclient/pkg-descr
Normal file
4
databases/libhsclient/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
libhsclient is the client library of HandlerSocket for MySQL,
|
||||
which is a NoSQL plugin for MySQL.
|
||||
|
||||
WWW: https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL
|
19
databases/libhsclient/pkg-plist
Normal file
19
databases/libhsclient/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@comment $FreeBSD$
|
||||
include/handlersocket/allocator.hpp
|
||||
include/handlersocket/config.hpp
|
||||
include/handlersocket/mutex.hpp
|
||||
include/handlersocket/string_util.hpp
|
||||
include/handlersocket/auto_addrinfo.hpp
|
||||
include/handlersocket/escape.hpp
|
||||
include/handlersocket/socket.hpp
|
||||
include/handlersocket/thread.hpp
|
||||
include/handlersocket/auto_file.hpp
|
||||
include/handlersocket/fatal.hpp
|
||||
include/handlersocket/string_buffer.hpp
|
||||
include/handlersocket/util.hpp
|
||||
include/handlersocket/auto_ptrcontainer.hpp
|
||||
include/handlersocket/hstcpcli.hpp
|
||||
include/handlersocket/string_ref.hpp
|
||||
lib/libhsclient.la
|
||||
lib/libhsclient.a
|
||||
@dirrmtry include/handlersocket
|
Loading…
Reference in New Issue
Block a user