Port details |
- php72-fastdfs PHP 7.2 module for accessing a FastDFS cluster
- 5.0.11 ftp
=0 5.0.11Version of this port present on the latest quarterly branch.
- Maintainer: daniel@blodan.se
- Port Added: 2017-12-18 19:12:43
- Last Update: 2018-03-08 19:48:41
- SVN Revision: 463917
- License: GPLv3+
- WWW:
- https://github.com/happyfish100/fastdfs
- Description:
- PHP module for accessing a FastDFS cluster
WWW: https://github.com/happyfish100/fastdfs
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}fastdfs>0:ftp/php72-fastdfs
- No installation instructions:
- This port has been deleted.
- PKGNAME: php72-fastdfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502819567
SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: ftp/php56-fastdfs
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php72
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php72
- Library dependencies:
-
- libfastcommon.so : devel/libfastcommon
- libfdfsclient.so : ftp/fastdfs
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:ext
- pkg-message:
- 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
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: ftp/php56-fastdfs | Commit | Credits | Log message |
5.0.11 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
5.0.11 18 Dec 2017 19:12:34 |
joneum |
New slaveport: ftp/php72-fastdfs
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13479 |
Number of commits found: 2
|