summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Session2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/pear-HTTP_Session2
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'www/pear-HTTP_Session2')
-rw-r--r--www/pear-HTTP_Session2/Makefile30
-rw-r--r--www/pear-HTTP_Session2/distinfo3
-rw-r--r--www/pear-HTTP_Session2/pkg-descr7
3 files changed, 0 insertions, 40 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile
deleted file mode 100644
index 0a4363561630..000000000000
--- a/www/pear-HTTP_Session2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Ports collection makefile for: pear-HTTP_Session
-# Date created: 13 December 2003
-# Whom: Alex Miller (<asm@asm.kiev.ua>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= HTTP_Session
-PORTVERSION= 0.5.6
-CATEGORIES= www devel pear
-
-MAINTAINER= bg1tpt@gmail.com
-COMMENT= PEAR Object-oriented interface to the session_* family functions
-
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_DOS2UNIX= yes
-
-FILES= Session.php Session/Container.php Session/Container/DB.php \
- Session/Container/MDB.php Session/Container/MDB2.php \
- Session/Container/Memcache.php
-EXAMPLES= HTTP_Session_Example.php Container_Example.php sessiondata.sql
-_EXAMPLESDIR= docs
-TESTS= AllTests.bat AllTests.php HTTP_SessionTest.php \
- HTTP_Session_ContainerTest.php
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
diff --git a/www/pear-HTTP_Session2/distinfo b/www/pear-HTTP_Session2/distinfo
deleted file mode 100644
index 8f48eb7c229e..000000000000
--- a/www/pear-HTTP_Session2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (PEAR/HTTP_Session-0.5.6.tgz) = 96a45274b2164f13c3b73e274453787d
-SHA256 (PEAR/HTTP_Session-0.5.6.tgz) = 2aabce7400ad8f0deedd08f873f098e5ca76f2c4c56a2eac0abe69d251258b18
-SIZE (PEAR/HTTP_Session-0.5.6.tgz) = 15343
diff --git a/www/pear-HTTP_Session2/pkg-descr b/www/pear-HTTP_Session2/pkg-descr
deleted file mode 100644
index 91fd113c536f..000000000000
--- a/www/pear-HTTP_Session2/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Object-oriented interface to the session_* family functions
-it provides extra features such as database storage for
-session data using DB package. It introduces new methods
-like isNew(), useCookies(), setExpire(), setIdle(),
-isExpired(), isIdled() and others.
-
-WWW: http://pear.php.net/package/HTTP_Session/