diff options
author | mm <mm@FreeBSD.org> | 2009-02-03 17:24:01 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-03 17:24:01 +0800 |
commit | f06e68af29c63e6e6291da9ba3c251b818f265fd (patch) | |
tree | aba54e13b378ab9f2b87dfd6bf112b3b2c7046db /www | |
parent | 2acfe7753b97d4055cb3cecbb4cc3c1c9220541d (diff) | |
download | freebsd-ports-gnome-f06e68af29c63e6e6291da9ba3c251b818f265fd.tar.gz freebsd-ports-gnome-f06e68af29c63e6e6291da9ba3c251b818f265fd.tar.zst freebsd-ports-gnome-f06e68af29c63e6e6291da9ba3c251b818f265fd.zip |
- www/aolserver-nscache is obsolete (now part of www/aolserver)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/aolserver-nscache/Makefile | 51 | ||||
-rw-r--r-- | www/aolserver-nscache/distinfo | 3 | ||||
-rw-r--r-- | www/aolserver-nscache/pkg-descr | 10 |
4 files changed, 0 insertions, 65 deletions
diff --git a/www/Makefile b/www/Makefile index 77835acb67c9..18983d7fe6cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -14,7 +14,6 @@ SUBDIR += analog SUBDIR += anyremote2html SUBDIR += aolserver - SUBDIR += aolserver-nscache SUBDIR += aolserver-xotcl SUBDIR += apache-contrib SUBDIR += apache-forrest diff --git a/www/aolserver-nscache/Makefile b/www/aolserver-nscache/Makefile deleted file mode 100644 index 5a0f8cdc9fd7..000000000000 --- a/www/aolserver-nscache/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: aolserver-nscache -# Date created: 12 Oct 2006 -# Whom: Martin Matuska <mm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= aolserver-nscache -PORTVERSION= 1.5 -PORTREVISION= 2 -CATEGORIES= www databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= aolserver -DISTFILES= nscache-${PORTVERSION}.tar.gz -DIST_SUBDIR= aolserver - -MAINTAINER= mm@FreeBSD.org -COMMENT= Tcl interface to AOLserver's caching API - -WRKSRC= ${WRKDIR}/nscache-${PORTVERSION} - -AOLSERVERBASE?= aolserver -BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver - -USE_GMAKE= yes - -MAKE_ARGS= AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" - -PLIST_FILES= ${AOLSERVERBASE}/bin/nscache.so \ - ${AOLSERVERBASE}/lib/libnscache.a \ - ${AOLSERVERBASE}/lib/libnscache.so - -.if !defined(NOPORTDOCS) -PORTDOCS= ChangeLog index.html -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e '/^OBJS =.*/{p;s/OBJS =.*/MODOBJS = $$(OBJS)/g;}' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} -.for FILE in ${PORTDOCS} - @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/www/aolserver-nscache/distinfo b/www/aolserver-nscache/distinfo deleted file mode 100644 index 1c5f4974abe3..000000000000 --- a/www/aolserver-nscache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (aolserver/nscache-1.5.tar.gz) = daa88717c214ff703d826e22e7447245 -SHA256 (aolserver/nscache-1.5.tar.gz) = 64a143a8e8043bdc58721c7f66c67a5c2c4d471406784558fd26fa171469a7a7 -SIZE (aolserver/nscache-1.5.tar.gz) = 14594 diff --git a/www/aolserver-nscache/pkg-descr b/www/aolserver-nscache/pkg-descr deleted file mode 100644 index ffac3ea9e1e9..000000000000 --- a/www/aolserver-nscache/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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 -mm@FreeBSD.org |