1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Autoload implementation and class loading manager for Horde.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 17:52:32 +00:00
parent 7b62a59b3f
commit fbcf929409
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277239
4 changed files with 23 additions and 0 deletions

View File

@ -2620,6 +2620,7 @@
SUBDIR += pear-HTML_Template_PHPLIB
SUBDIR += pear-HTML_Template_Sigma
SUBDIR += pear-HTML_TreeMenu
SUBDIR += pear-Horde_Autoloader
SUBDIR += pear-Horde_Role
SUBDIR += pear-Horde_Stream_Filter
SUBDIR += pear-I18N

View File

@ -0,0 +1,17 @@
# Ports collection makefile for: pear-Horde_Autoloader
# Date created: 6 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Horde_Autoloader
DISTVERSION= 1.0.0
CATEGORIES= devel www pear
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Autoloader
.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_Autoloader-1.0.0.tgz) = aaf5aa0f4f7a7dc094de2feb30e6be076d025dfa6747ee8dd928b6aeaa65b441
SIZE (Horde/Horde_Autoloader-1.0.0.tgz) = 4900

View File

@ -0,0 +1,3 @@
Autoload implementation and class loading manager for Horde.
WWW: http://pear.horde.org