diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 03:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 03:15:53 +0800 |
commit | 9697489d9a62244624057eb4f0237f816910fb8d (patch) | |
tree | 8584a47a7586b9ef10656e6d029012672ea2bf4e /www/pear-HTTP_Session | |
parent | 81ff9118002186be42def55f03a6fc3d5eb0309b (diff) | |
download | freebsd-ports-gnome-9697489d9a62244624057eb4f0237f816910fb8d.tar.gz freebsd-ports-gnome-9697489d9a62244624057eb4f0237f816910fb8d.tar.zst freebsd-ports-gnome-9697489d9a62244624057eb4f0237f816910fb8d.zip |
2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappeared
2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned
2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead
2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead
2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi
Diffstat (limited to 'www/pear-HTTP_Session')
-rw-r--r-- | www/pear-HTTP_Session/Makefile | 33 | ||||
-rw-r--r-- | www/pear-HTTP_Session/distinfo | 3 | ||||
-rw-r--r-- | www/pear-HTTP_Session/pkg-descr | 7 |
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/ |