mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Convert header
- Update to 2.5.0b4
This commit is contained in:
parent
50d063b11f
commit
033cb898b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311543
@ -1,41 +1,17 @@
|
||||
# New ports collection makefile for: pear-MDB2
|
||||
# Date created: 26 November 2004
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MDB2
|
||||
DISTVERSION= 2.5.0b3
|
||||
DISTVERSION= 2.5.0b4
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= PEAR database abstraction layer
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
FILES= LICENSE MDB2.php \
|
||||
MDB2/Date.php MDB2/Extended.php MDB2/Iterator.php MDB2/LOB.php \
|
||||
MDB2/Driver/Datatype/Common.php MDB2/Driver/Function/Common.php \
|
||||
MDB2/Driver/Manager/Common.php MDB2/Driver/Native/Common.php \
|
||||
MDB2/Driver/Reverse/Common.php \
|
||||
|
||||
TESTS= Console_TestListener.php HTML_TestListener.php MDB2_Connect_Test.php \
|
||||
MDB2_api_testcase.php MDB2_bugs_testcase.php MDB2_datatype_testcase.php \
|
||||
MDB2_extended_testcase.php MDB2_function_testcase.php MDB2_internals_testcase.php \
|
||||
MDB2_manager_testcase.php MDB2_native_testcase.php MDB2_nonstandard.php \
|
||||
MDB2_nonstandard_ibase.php MDB2_nonstandard_mssql.php MDB2_nonstandard_mysql.php \
|
||||
MDB2_nonstandard_mysqli.php MDB2_nonstandard_oci8.php MDB2_nonstandard_pgsql.php \
|
||||
MDB2_nonstandard_sqlite.php MDB2_reverse_testcase.php MDB2_testcase.php \
|
||||
MDB2_usage_testcase.php README basic.phpt clitest.php config.php \
|
||||
driver_test.schema.xml import.schema.php test.php testUtils.php test_setup.php.dist \
|
||||
tests.css
|
||||
|
||||
DOCS= CONTRIBUTORS datatypes.html MAINTAINERS README STATUS TODO
|
||||
|
||||
EXAMPLES= example.php example_php5.php metapear_test_db.schema
|
||||
_EXAMPLESDIR= docs/examples
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (PEAR/MDB2-2.5.0b3.tgz) = 890356688565b76f0d756496409d04629950f32f4bdf01f0d5edb4a3e9a036fb
|
||||
SIZE (PEAR/MDB2-2.5.0b3.tgz) = 130865
|
||||
SHA256 (PEAR/MDB2-2.5.0b4.tgz) = d1bdc6d6f2f476ab86da45fcde754575aa34127313660b86aac371499e24eb98
|
||||
SIZE (PEAR/MDB2-2.5.0b4.tgz) = 133407
|
||||
|
Loading…
Reference in New Issue
Block a user