Tcl interface to AOLserver's caching API
AOLserver implements a C API for caching arbitrary data. This module provides a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x using nsd8x, or AOLserver 4.x. WWW: http://www.aolserver.com/ - Martin Matuska martin@matuska.org PR: ports/105781 Submitted by: Martin Matuska <martin@matuska.org> Approved by: erwin (mentor)
This commit is contained in:
parent
39a9b99bbc
commit
17407398a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183941
5 changed files with 62 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += amphetadesk
|
||||
SUBDIR += analog
|
||||
SUBDIR += aolserver
|
||||
SUBDIR += aolserver-nscache
|
||||
SUBDIR += aolserver-openacs-pg
|
||||
SUBDIR += apache-contrib
|
||||
SUBDIR += apache-forrest
|
||||
|
|
45
www/aolserver-nscache/Makefile
Normal file
45
www/aolserver-nscache/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: aolserver-nscache
|
||||
# Date created: 12 Oct 2006
|
||||
# Whom: Martin Matuska <martin@matuska.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aolserver-nscache
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aolserver
|
||||
DISTFILES= nscache-${PORTVERSION}.tar.gz
|
||||
DIST_SUBDIR= aolserver
|
||||
|
||||
MAINTAINER= martin@matuska.org
|
||||
COMMENT= Tcl interface to AOLserver's caching API
|
||||
|
||||
WRKSRC= ${WRKDIR}/nscache-${PORTVERSION}
|
||||
|
||||
AOLSERVERBASE?= ${PREFIX}/aolserver
|
||||
BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= AOLSERVER=${AOLSERVERBASE}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= ChangeLog index.html
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${PORTDOCS}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/aolserver-nscache/distinfo
Normal file
3
www/aolserver-nscache/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (aolserver/nscache-1.5.tar.gz) = daa88717c214ff703d826e22e7447245
|
||||
SHA256 (aolserver/nscache-1.5.tar.gz) = 64a143a8e8043bdc58721c7f66c67a5c2c4d471406784558fd26fa171469a7a7
|
||||
SIZE (aolserver/nscache-1.5.tar.gz) = 14594
|
10
www/aolserver-nscache/pkg-descr
Normal file
10
www/aolserver-nscache/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Tcl interface to AOLserver's caching API
|
||||
|
||||
AOLserver implements a C API for caching arbitrary data. This module provides
|
||||
a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x
|
||||
using nsd8x, or AOLserver 4.x.
|
||||
|
||||
WWW: http://www.aolserver.com/
|
||||
|
||||
- Martin Matuska
|
||||
martin@matuska.org
|
3
www/aolserver-nscache/pkg-plist
Normal file
3
www/aolserver-nscache/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%AOLSERVERBASE%%/bin/nscache.so
|
||||
%%AOLSERVERBASE%%/lib/libnscache.a
|
||||
%%AOLSERVERBASE%%/lib/libnscache.so
|
Loading…
Reference in a new issue