summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-02-03 09:24:01 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-02-03 09:24:01 +0000
commit036c53afd9ba50d7c83ce87710747b66116870d9 (patch)
treee92731c04d2cb2510566f0122a0e09b4745d4244
parent- www/aolserver now includes fully compatible ns_cache (diff)
- www/aolserver-nscache is obsolete (now part of www/aolserver)
Notes
Notes: svn path=/head/; revision=227524
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/aolserver-nscache/Makefile51
-rw-r--r--www/aolserver-nscache/distinfo3
-rw-r--r--www/aolserver-nscache/pkg-descr10
5 files changed, 1 insertions, 65 deletions
diff --git a/MOVED b/MOVED
index f5cd2cecaab2..b280b6599ccc 100644
--- a/MOVED
+++ b/MOVED
@@ -3774,3 +3774,4 @@ x11/xclock|x11-clocks/xclock|2009-01-28|Moved to a more appropriate category
lang/perl5|lang/perl5.6|2009-02-01|Renamed
devel/libmcve|devel/libmonetra|2009-02-01|Project renamed
misc/gnomesword|misc/xiphos/|2009-02-02|Project renamed
+www/aolserver-nscache||2009-02-03|Removed
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