pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/php-ffi



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar  8 00:07:09 UTC 2021

Added Files:
        pkgsrc/devel/php-ffi: DESCR Makefile

Log Message:
devel/php-ffi: add package version 7.4.16

Add php-ffi, part of php74 and php80.

PHP is a programming language designed to be embedded into web pages.
The FFI extension implements the Foreign Function Interface, but currently
it is experimental.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/php-ffi/DESCR \
    pkgsrc/devel/php-ffi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/php-ffi/DESCR
diff -u /dev/null pkgsrc/devel/php-ffi/DESCR:1.1
--- /dev/null   Mon Mar  8 00:07:09 2021
+++ pkgsrc/devel/php-ffi/DESCR  Mon Mar  8 00:07:09 2021
@@ -0,0 +1,4 @@
+PHP is a programming language designed to be embedded into web pages.
+The FFI extension implements the Foreign Function Interface, but currently
+it is experimental.
+
Index: pkgsrc/devel/php-ffi/Makefile
diff -u /dev/null pkgsrc/devel/php-ffi/Makefile:1.1
--- /dev/null   Mon Mar  8 00:07:09 2021
+++ pkgsrc/devel/php-ffi/Makefile       Mon Mar  8 00:07:09 2021
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2021/03/08 00:07:09 taca Exp $
+
+MODNAME=               ffi
+CATEGORIES+=           textproc
+COMMENT=               PHP extension for Foreign Function Interface
+LICENSE=               php
+
+PHP_VERSIONS_ACCEPTED= 74 80
+
+USE_PHP_EXT_PATCHES=   yes
+
+CONFIGURE_ARGS+=       --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libffi}
+
+.include "../../lang/php/ext.mk"
+.include "../../devel/libffi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index