1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

The Horde_Browser class provides an API for getting information about

the current user's browser and its capabilities.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 19:20:59 +00:00
parent e8056b8143
commit 80b557eca8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277272
4 changed files with 25 additions and 0 deletions

View File

@ -1392,6 +1392,7 @@
SUBDIR += pear-HTTP_Upload
SUBDIR += pear-HTTP_WebDAV_Client
SUBDIR += pear-HTTP_WebDAV_Server
SUBDIR += pear-Horde_Browser
SUBDIR += pear-Horde_SessionHandler
SUBDIR += pear-Horde_Template
SUBDIR += pear-Services_Amazon

View File

@ -0,0 +1,18 @@
# Ports collection makefile for: pear-Horde_Browser
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= Horde_Browser
DISTVERSION= 1.0.2
CATEGORIES= www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Browser API
USE_HORDE_RUN= Horde_Exception Horde_Util
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Browser-1.0.2.tgz) = d5ecc93c75642652d315b59e4a9f67e1576b8fee73a200330fcbe6c94cb1490f
SIZE (Horde/Horde_Browser-1.0.2.tgz) = 24560

View File

@ -0,0 +1,4 @@
The Horde_Browser class provides an API for getting information about
the current user's browser and its capabilities.
WWW: http://pear.horde.org