forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Internals documentation at http://m6w6.github.io/ext-propro/v1.0.x/ * Travis support * Fix package.xml's maximum and minimum PHP version
- Loading branch information
fhajny
committed
Mar 12, 2016
1 parent
d15d502
commit 75b192f
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $NetBSD: Makefile,v 1.2 2015/12/19 14:27:15 taca Exp $ | ||
# $NetBSD: Makefile,v 1.3 2016/03/12 08:34:33 fhajny Exp $ | ||
|
||
MODNAME= propro | ||
PECL_VERSION= 1.0.0 | ||
PECL_VERSION= 1.0.2 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -22,6 +22,8 @@ PLIST_SRC+= PLIST | |
post-install: | ||
${INSTALL_DATA} ${WRKSRC}/php_propro.h \ | ||
${DESTDIR}${PREFIX}/include/php/ext/propro | ||
${INSTALL_DATA} ${WRKSRC}/src/php_propro_api.h \ | ||
${DESTDIR}${PREFIX}/include/php/ext/propro | ||
|
||
.include "../../lang/php/ext.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2015/04/07 23:56:07 rodent Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2016/03/12 08:34:33 fhajny Exp $ | ||
include/php/ext/propro/php_propro.h | ||
include/php/ext/propro/php_propro_api.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2015/11/04 02:47:22 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2016/03/12 08:34:33 fhajny Exp $ | ||
|
||
SHA1 (php-propro/propro-1.0.0.tgz) = f2cbcbc322e88fda55b2fc8908426106e2f18db4 | ||
RMD160 (php-propro/propro-1.0.0.tgz) = 8e503ff5e0cafb80a5ca1a0956f3d83445de9ea9 | ||
SHA512 (php-propro/propro-1.0.0.tgz) = 92df505b4dff2dce020d0da5f2dadc29e11d03b3b7997a84624dc7b020ee0c2000d7c4e2cbdae67a8b03b031f3711a374073675888b12559368f5e6f7a999606 | ||
Size (php-propro/propro-1.0.0.tgz) = 6217 bytes | ||
SHA1 (php-propro/propro-1.0.2.tgz) = d961a8124f64fdf20462e60125afd604ccb3bf59 | ||
RMD160 (php-propro/propro-1.0.2.tgz) = 7012fc74961c31ce47f360e0e175d48679d71c59 | ||
SHA512 (php-propro/propro-1.0.2.tgz) = a4a3216d13c412051c063e0370c5f0badb65aa7054a43b0f6eb387a7a5fbbba1800b7f5f5113ba68ca8c7fe19932184a069864d1362239c71e0f55466c9cc8eb | ||
Size (php-propro/propro-1.0.2.tgz) = 13393 bytes |