pkgsrc-WIP-changes archive

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

php-phalcon4 php-psr: Move to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Sat Nov 21 14:55:01 2020 +0000
Changeset:	179965935f7b2c4fb5605af6d6d7f5d184820ad9

Removed Files:
	php-phalcon4/DESCR
	php-phalcon4/Makefile
	php-phalcon4/distinfo
	php-psr/DESCR
	php-psr/Makefile
	php-psr/PLIST
	php-psr/buildlink3.mk
	php-psr/distinfo

Log Message:
php-phalcon4 php-psr: Move to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=179965935f7b2c4fb5605af6d6d7f5d184820ad9

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

diffstat:
 php-phalcon4/DESCR    |  5 -----
 php-phalcon4/Makefile | 42 ------------------------------------------
 php-phalcon4/distinfo |  6 ------
 php-psr/DESCR         |  2 --
 php-psr/Makefile      | 24 ------------------------
 php-psr/PLIST         |  3 ---
 php-psr/buildlink3.mk | 12 ------------
 php-psr/distinfo      |  6 ------
 8 files changed, 100 deletions(-)

diffs:
diff --git a/php-phalcon4/DESCR b/php-phalcon4/DESCR
deleted file mode 100644
index 0e243421fd..0000000000
--- a/php-phalcon4/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Phalcon is an open source full stack framework for PHP, written as a
-C-extension. Phalcon is optimized for high performance. Its unique architecture
-allows the framework to always be memory resident, offering its functionality
-whenever its needed, without expensive file stats and file reads that
-traditional PHP frameworks employ.
diff --git a/php-phalcon4/Makefile b/php-phalcon4/Makefile
deleted file mode 100644
index 53604a4ad6..0000000000
--- a/php-phalcon4/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD$
-#
-
-MODNAME=		phalcon
-PECL_VERSION=		4.0.6
-PKGNAME=		${PHP_PKG_PREFIX}-${DISTNAME}
-CATEGORIES=		www
-MASTER_SITES=		${MASTER_SITE_GITHUB:=phalcon/}
-EXTRACT_SUFX=		.tar.gz
-
-HOMEPAGE=		https://phalconphp.com/
-COMMENT=		Web framework implemented as a C extension offering high performance
-LICENSE=		php
-
-CONFLICTS=		php-phalcon-[0-9]*
-
-PHP_VERSIONS_ACCEPTED=  72 73 74
-
-GITHUB_PROJECT=		cphalcon
-GITHUB_TAG=		v${PKGVERSION_NOREV}
-
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		gmake pkg-config
-
-BUILD_DEPENDS+=		re2c>=0.15.3:../../devel/re2c
-DEPENDS+=		${PHP_PKG_PREFIX}-curl>=7.2.0:../../www/php-curl
-DEPENDS+=		${PHP_PKG_PREFIX}-gettext>=7.2.0:../../devel/php-gettext
-DEPENDS+=		${PHP_PKG_PREFIX}-json>=7.2.0:../../textproc/php-json
-DEPENDS+=		${PHP_PKG_PREFIX}-mbstring>=7.2.0:../../converters/php-mbstring
-DEPENDS+=		${PHP_PKG_PREFIX}-pdo>=7.2.0:../../databases/php-pdo
-DEPENDS+=		${PHP_PKG_PREFIX}-psr>=1.0.0:../../devel/php-psr
-
-.include "../../lang/php/phpversion.mk"
-
-PHPSETUPSUBDIR=		build/php${PKG_PHP_MAJOR_VERS}/${"${MACHINE_ARCH:Mx86_64}":?64:32}bits
-MODULESDIR=		${WRKSRC}/${PHPSETUPSUBDIR}/modules
-CONFIGURE_DIRS+=	${PHPSETUPSUBDIR}
-
-.include "../../databases/php-pdo/buildlink3.mk"
-.include "../../textproc/php-json/buildlink3.mk"
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-phalcon4/distinfo b/php-phalcon4/distinfo
deleted file mode 100644
index 6791de7645..0000000000
--- a/php-phalcon4/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (php-phalcon/phalcon-4.0.6.tar.gz) = f4aa0d5a2f7e05aa63885a0a5f9217955dcfae0f
-RMD160 (php-phalcon/phalcon-4.0.6.tar.gz) = cd5e983f24a869d4771b7e533f3e65de30de7353
-SHA512 (php-phalcon/phalcon-4.0.6.tar.gz) = bc27416ea88642a2d10b0bae0b2a3e47b1f84c1159224e8dec55f577aff18cdc3db78a0370ffa7a9e7d47ab283e0b325cb9f36392f913cc0a6ceb7fef01212f9
-Size (php-phalcon/phalcon-4.0.6.tar.gz) = 6831547 bytes
diff --git a/php-psr/DESCR b/php-psr/DESCR
deleted file mode 100644
index 3b59bfe77e..0000000000
--- a/php-psr/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This extension provides the accepted PSR interfaces, so they can be used in an
-extension.
diff --git a/php-psr/Makefile b/php-psr/Makefile
deleted file mode 100644
index 4019997a14..0000000000
--- a/php-psr/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-MODNAME=	psr
-PECL_VERSION=	1.0.0
-CATEGORIES=	devel
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://pecl.php.net/package/psr
-COMMENT=	Provide the accepted PSR interfaces for other extensions
-LICENSE=	2-clause-bsd
-
-PHP_VERSIONS_ACCEPTED=	72 73 74
-
-USE_LANGUAGES=	c c++
-
-INSTALLATION_DIRS+=	include/php/ext/psr
-PLIST_SRC+=		PLIST
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/php_psr.h \
-		${DESTDIR}${PREFIX}/include/php/ext/psr
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-psr/PLIST b/php-psr/PLIST
deleted file mode 100644
index 12fc846775..0000000000
--- a/php-psr/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-include/php/ext/psr/php_psr.h
-share/examples/php/psr.ini
diff --git a/php-psr/buildlink3.mk b/php-psr/buildlink3.mk
deleted file mode 100644
index 3b7ceca9bb..0000000000
--- a/php-psr/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	php-psr
-
-.if !defined(PHP_PSR_BUILDLINK3_MK)
-PHP_PSR_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.php-psr+=		${PHP_PKG_PREFIX}-psr>=1.0.0
-BUILDLINK_PKGSRCDIR.php-psr?=		../../devel/php-psr
-.endif	# PHP_PSR_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-php-psr
diff --git a/php-psr/distinfo b/php-psr/distinfo
deleted file mode 100644
index bf28e87d49..0000000000
--- a/php-psr/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2016/03/12 09:12:52 fhajny Exp $
-
-SHA1 (php-psr/psr-1.0.0.tgz) = b2a936d77561b71d9166c0aafcdb4ce949ae1c93
-RMD160 (php-psr/psr-1.0.0.tgz) = 610d47a5f78dc046a5586416ac8812fd98da92cf
-SHA512 (php-psr/psr-1.0.0.tgz) = 762278e922c03102dddb39b7997c70803c2105bffa231db20da8c246e10788803765068bbd859f2b7cad1e4fb64e91d191be55917dc14af49c8cd1211d007649
-Size (php-psr/psr-1.0.0.tgz) = 27096 bytes


Home | Main Index | Thread Index | Old Index