diff options
author | Florian Smeets <flo@FreeBSD.org> | 2010-12-26 07:48:10 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2010-12-26 07:48:10 +0000 |
commit | 40e68c6545c3b128301d568851dbbb58fe3d4a8e (patch) | |
tree | ea888983d5fdbefa8dae179326e3e776a11f2d12 /devel/pecl-dio | |
parent | 96efa5ad13f540117d0a9433f4e8f94fb9fa4524 (diff) |
Notes
Diffstat (limited to 'devel/pecl-dio')
-rw-r--r-- | devel/pecl-dio/Makefile | 25 | ||||
-rw-r--r-- | devel/pecl-dio/distinfo | 2 | ||||
-rw-r--r-- | devel/pecl-dio/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/pecl-dio/Makefile b/devel/pecl-dio/Makefile new file mode 100644 index 000000000000..13ea4a1b9f88 --- /dev/null +++ b/devel/pecl-dio/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: pecl-dio +# Date created: 2010-12-23 +# Whom: Florian Smeets <flo@smeets.im> +# +# $FreeBSD$ +# + +PORTNAME= dio +DISTVERSION= 0.0.4RC4 +CATEGORIES= devel pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= flo@smeets.im +COMMENT= A PECL extension that provides direct access to low level IO + +LICENSE= PHP30 + +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP=4 + +.include <bsd.port.mk> diff --git a/devel/pecl-dio/distinfo b/devel/pecl-dio/distinfo new file mode 100644 index 000000000000..8d7c97d0d463 --- /dev/null +++ b/devel/pecl-dio/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/dio-0.0.4RC4.tgz) = 7080d16cfca3be5b7d861d11bb9eed510eaf5cbf8e49de43c52c88f7002c4394 +SIZE (PECL/dio-0.0.4RC4.tgz) = 18334 diff --git a/devel/pecl-dio/pkg-descr b/devel/pecl-dio/pkg-descr new file mode 100644 index 000000000000..d266e3018027 --- /dev/null +++ b/devel/pecl-dio/pkg-descr @@ -0,0 +1,6 @@ +DIO provides functions and stream wrappers which provide raw and serial low +level IO support. The use of the DIO functions should be considered only when +direct control of a device is needed. In all other cases, the standard +filesystem functions are more than adequate. + +WWW: http://www.pecl.php.net/package/dio/ |