PHP language extension for RedHat Newt library, a terminal-based window and

widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.

WWW:	http://pecl.php.net/package/newt
This commit is contained in:
Renato Botelho 2009-06-02 15:59:49 +00:00
parent 180dc82241
commit 9f0dbc5dc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235033
4 changed files with 38 additions and 0 deletions

View file

@ -2169,6 +2169,7 @@
SUBDIR += pecl-intl
SUBDIR += pecl-json
SUBDIR += pecl-mcve
SUBDIR += pecl-newt
SUBDIR += pecl-operator
SUBDIR += pecl-params
SUBDIR += pecl-runkit

26
devel/pecl-newt/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: pecl-newt
# Date created: 2009-06-02
# Whom: Renato Botelho <garga@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= newt
PORTVERSION= 1.2.1
CATEGORIES= devel www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
MAINTAINER= garga@FreeBSD.org
COMMENT= PHP language extension for RedHat Newt library
LIB_DEPENDS= newt.51:${PORTSDIR}/devel/newt
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= newt
.include <bsd.port.mk>

3
devel/pecl-newt/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (newt-1.2.1.tgz) = c57fa6a76c7da3bc53ba986b41c9e49a
SHA256 (newt-1.2.1.tgz) = 4416ce6f45913738261c3f448141e66a089f87816355311ac7aca4e7c7e48808
SIZE (newt-1.2.1.tgz) = 24853

View file

@ -0,0 +1,8 @@
PHP language extension for RedHat Newt library, a terminal-based window and
widget library for writing applications with user friendly interface. Once this
extension is enabled in PHP it will provide the use of Newt widgets, such as
windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls,
textareas, scales, etc. Use of this extension if very similar to the original
Newt API of C programming language.
WWW: http://pecl.php.net/package/newt