1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

The automap extension is a fast map-based autoloader.

WWW: http://pecl.php.net/package/automap/

PR:		ports/119827
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
This commit is contained in:
Martin Wilke 2008-01-20 22:09:10 +00:00
parent 0926bf1210
commit 3b7614b856
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205928
4 changed files with 36 additions and 0 deletions

View File

@ -1808,6 +1808,7 @@
SUBDIR += pear-XML_Util
SUBDIR += pear-XML_XPath
SUBDIR += pear-apd
SUBDIR += pecl-automap
SUBDIR += pecl-bbcode
SUBDIR += pecl-bcompiler
SUBDIR += pecl-expect

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: pecl-automap
# Date created: 21 Jan 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= automap
PORTVERSION= 1.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ditesh@gathani.org
COMMENT= A PECL extension offering a fast map-based autoloader
USE_PHP= spl
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= automap
CONFIGURE_ARGS= --enable-automap
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
SHA256 (PECL/automap-1.1.0.tgz) = ec2fb8405dbf7204968a7c7c0f47eea50ba758ca4a08440cbc1ebdcb493ae7b3
MD5 (PECL/automap-1.1.0.tgz) = deb05f5a75a1ed7156e2b2af1cadd448
SIZE (PECL/automap-1.1.0.tgz) = 22822

View File

@ -0,0 +1,6 @@
The automap extension is a fast map-based autoloader.
WWW: http://pecl.php.net/package/automap/
- Ditesh Shashikant Gathani
ditesh@gathani.org