ports/82527: New port: databases/pgmemcache Provides a PostgreSQL interface to memcached

Jacques Marneweck jacques at powertrip.co.za
Wed Jun 22 14:30:19 UTC 2005


>Number:         82527
>Category:       ports
>Synopsis:       New port: databases/pgmemcache Provides a PostgreSQL interface to memcached
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 22 14:30:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jacques Marneweck
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Point45 Entertainment (Pty) Ltd
>Environment:
System: FreeBSD pendrell.textdrive.com 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue May 17 04:07:57 GMT 2005 root at pendrell.textdrive.com:/usr/obj/usr/src/sys/TEXTDRIVE i386


	
>Description:
Adds the database/pgmemcache port to the FreeBSD ports tree.
>How-To-Repeat:
	
>Fix:

	

--- pgmemcache-1.0.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:
#
#	pgmemcache
#	pgmemcache/Makefile
#	pgmemcache/distinfo
#	pgmemcache/pkg-descr
#	pgmemcache/pkg-plist
#
echo c - pgmemcache
mkdir -p pgmemcache > /dev/null 2>&1
echo x - pgmemcache/Makefile
sed 's/^X//' >pgmemcache/Makefile << 'END-of-pgmemcache/Makefile'
X# New ports collection makefile for:	pgmemcache
X# Date created:		June 22, 2005
X# Whom:			Jacques Marneweck <jacques at php.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pgmemcache
XPORTVERSION=	1.0
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_PGSQL}
XMASTER_SITE_SUBDIR=projects/pgFoundry/pgmemcache
X
XMAINTAINER=	jacques at php.net
XCOMMENT=	Provides a PostgreSQL interface to memcached
X
XRUN_DEPENDS=	memcached:${PORTSDIR}/databases/memcached
XBUILD_DEPENDS=	pmk:${PORTSDIR}/devel/pmk \
X		libmemcache.so:${PORTSDIR}/databases/libmemcache
X
XNO_FILTER_SHLIBS=	yes
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_PGSQL=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-configure:
X	cd ${WRKSRC}; ${LOCALBASE}/bin/pmk ${PMKARGS}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/libpgmemcache.so.0 ${PREFIX}/pgsql/lib/libpgmemcache.so.0
X	${INSTALL_SCRIPT} ${WRKSRC}/libpgmemcache.so ${PREFIX}/pgsql/lib/libpgmemcache.so
X
X.include <bsd.port.post.mk>
END-of-pgmemcache/Makefile
echo x - pgmemcache/distinfo
sed 's/^X//' >pgmemcache/distinfo << 'END-of-pgmemcache/distinfo'
XMD5 (pgmemcache-1.0.tar.bz2) = 5e262d4d4b1f73ae41724630b3a041ed
XSIZE (pgmemcache-1.0.tar.bz2) = 10967
END-of-pgmemcache/distinfo
echo x - pgmemcache/pkg-descr
sed 's/^X//' >pgmemcache/pkg-descr << 'END-of-pgmemcache/pkg-descr'
Xpgmemcache is a PostgreSQL interface to memcached(8): a high-performance,
Xdistributed memory object caching system. It allows functions and triggers to
Xtalk to a memcached(8) cluster and provides real time cache coherency.
X
XWWW: http://people.FreeBSD.org/~seanc/pgmemcache/
END-of-pgmemcache/pkg-descr
echo x - pgmemcache/pkg-plist
sed 's/^X//' >pgmemcache/pkg-plist << 'END-of-pgmemcache/pkg-plist'
Xlib/postgresql/libpgmemcache.so.0
Xlib/postgresql/libpgmemcache.so
END-of-pgmemcache/pkg-plist
exit
--- pgmemcache-1.0.shar ends here ---


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



More information about the freebsd-ports-bugs mailing list