aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Session
diff options
context:
space:
mode:
Diffstat (limited to 'www/pear-HTTP_Session')
-rw-r--r--www/pear-HTTP_Session/Makefile33
-rw-r--r--www/pear-HTTP_Session/distinfo3
-rw-r--r--www/pear-HTTP_Session/pkg-descr7
3 files changed, 0 insertions, 43 deletions
diff --git a/www/pear-HTTP_Session/Makefile b/www/pear-HTTP_Session/Makefile
deleted file mode 100644
index 9e5ffd489edb..000000000000
--- a/www/pear-HTTP_Session/Makefile
+++ /dev/null
@@ -1,33 +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
-
-DEPRECATED= Use www/pear-HTTP_Session2 instead
-EXPIRATION_DATE= 2008-05-15
-
-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_Session/distinfo b/www/pear-HTTP_Session/distinfo
deleted file mode 100644
index 8f48eb7c229e..000000000000
--- a/www/pear-HTTP_Session/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_Session/pkg-descr b/www/pear-HTTP_Session/pkg-descr
deleted file mode 100644
index 91fd113c536f..000000000000
--- a/www/pear-HTTP_Session/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/