FreeBSD Bugzilla – Attachment 188055 Details for
Bug 223714
[NEW PORT] php72-fastdfs: PHP 7.2 module for accessing a FastDFS cluster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds ftp/php72-fastdfs
php72-fastdfs.patch (text/plain), 4.90 KB, created by
Daniel Ylitalo
on 2017-11-16 19:18:08 UTC
(
hide
)
Description:
Adds ftp/php72-fastdfs
Filename:
MIME Type:
Creator:
Daniel Ylitalo
Created:
2017-11-16 19:18:08 UTC
Size:
4.90 KB
patch
obsolete
>Index: ftp/Makefile >=================================================================== >--- ftp/Makefile (revision 454324) >+++ ftp/Makefile (working copy) >@@ -72,6 +72,7 @@ > SUBDIR += php71-fastdfs > SUBDIR += php71-ftp > SUBDIR += php72-curl >+ SUBDIR += php72-fastdfs > SUBDIR += php72-ftp > SUBDIR += phpwebftp > SUBDIR += plasma-applet-ftpmonitor >Index: ftp/php72-fastdfs/Makefile >=================================================================== >--- ftp/php72-fastdfs/Makefile (nonexistent) >+++ ftp/php72-fastdfs/Makefile (working copy) >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= fastdfs >+PORTVERSION= 5.0.11 >+CATEGORIES= ftp >+PKGNAMEPREFIX= php72- >+ >+MAINTAINER= daniel@blodan.se >+COMMENT= PHP 7.2 module for accessing a FastDFS cluster >+ >+LICENSE= GPLv3+ >+ >+LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ >+ libfdfsclient.so:ftp/fastdfs >+ >+USE_GITHUB= yes >+GH_ACCOUNT= happyfish100 >+GH_PROJECT= fastdfs >+GH_TAGNAME= 1e50b4f >+ >+USES= php:ext >+IGNORE_WITH_PHP= 56 70 71 >+PHP_VER= 72 >+ >+WRKSRC_SUBDIR= php_client >+ >+PHP_MODNAME= fastdfs_client >+ >+.include <bsd.port.mk> > >Property changes on: ftp/php72-fastdfs/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/php72-fastdfs/distinfo >=================================================================== >--- ftp/php72-fastdfs/distinfo (nonexistent) >+++ ftp/php72-fastdfs/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1502819531 >+SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9 >+SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996 > >Property changes on: ftp/php72-fastdfs/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/php72-fastdfs/files/patch-config.m4 >=================================================================== >--- ftp/php72-fastdfs/files/patch-config.m4 (nonexistent) >+++ ftp/php72-fastdfs/files/patch-config.m4 (working copy) >@@ -0,0 +1,11 @@ >+--- config.m4.orig 2016-08-08 07:17:50 UTC >++++ config.m4 >+@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t >+ PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD) >+ >+ if test -z "$ROOT"; then >+- ROOT=/usr >++ ROOT=/usr/local >+ fi >+ >+ PHP_ADD_INCLUDE($ROOT/include/fastcommon) > >Property changes on: ftp/php72-fastdfs/files/patch-config.m4 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/php72-fastdfs/pkg-descr >=================================================================== >--- ftp/php72-fastdfs/pkg-descr (nonexistent) >+++ ftp/php72-fastdfs/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+PHP module for accessing a FastDFS cluster >+ >+WWW: https://github.com/happyfish100/fastdfs > >Property changes on: ftp/php72-fastdfs/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: ftp/php72-fastdfs/pkg-message >=================================================================== >--- ftp/php72-fastdfs/pkg-message (nonexistent) >+++ ftp/php72-fastdfs/pkg-message (working copy) >@@ -0,0 +1,15 @@ >+Before you can start using this module; >+- Make sure you have configured client.conf to point to your FastDFS cluster >+ and that you see the cluster with fdfs_monitor >+- Add this to your php.ini file >+================================================================== >+fastdfs_client.base_path = /var/tmp >+fastdfs_client.connect_timeout = 2 >+fastdfs_client.network_timeout = 60 >+fastdfs_client.log_level = info >+fastdfs_client.log_filename = >+fastdfs_client.http.anti_steal_secret_key = >+fastdfs_client.tracker_group_count = 1 >+fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf >+fastdfs_client.use_connection_pool = false >+fastdfs_client.connection_pool_max_idle_time = 3600 > >Property changes on: ftp/php72-fastdfs/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223714
:
188055
|
188068
|
188069
|
188421
|
188422