notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
php56-fastdfs PHP 5.6 module for accessing a FastDFS cluster
5.0.11 ftp Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0.11Version of this port present on the latest quarterly branch.
Maintainer: daniel@blodan.se search for ports maintained by this maintainer
Port Added: 2016-10-27 05:49:23
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/php56-fastdfs-5.0.11/catalog.mk
  2. /usr/local/share/licenses/php56-fastdfs-5.0.11/LICENSE
  3. /usr/local/share/licenses/php56-fastdfs-5.0.11/GPLv3+
Collapse this list.
Dependency lines:
  • php56-fastdfs>0:ftp/php56-fastdfs
No installation instructions:
This port has been deleted.
PKGNAME: php56-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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf-2.69 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php56
Library dependencies:
  1. libfastcommon.so : devel/libfastcommon
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/happyfish100/fastdfs/tar.gz/1e50b4f?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.0.11
08 Mar 2018 19:48:41
Revision:463917Original commit files touched by this commit
mat search for other commits by this committer
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
13 Dec 2017 17:22:46
Revision:456222Original commit files touched by this commit
joneum search for other commits by this committer
ftp/php*-fastdfs: Remake to Master/Slave Ports

PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D13454
5.0.11
25 Nov 2017 07:51:20
Revision:454873Original commit files touched by this commit
joneum search for other commits by this committer
php*-fastdfs: remove hard-code patching

PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13137
5.0.11
15 Aug 2017 19:01:24
Revision:448000Original commit files touched by this commit
dbaio search for other commits by this committer
ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11

While here, improve LICENSE

Changes:	https://github.com/happyfish100/fastdfs/blob/master/HISTORY

PR:		221415
Submitted by:	Daniel Ylitalo <daniel@blodan.se> maintainer
5.0.10
03 May 2017 12:47:59
Revision:440011Original commit files touched by this commit
miwi search for other commits by this committer
Updates
devel/libfastcommon to 1.0.36
ftp/fastdfs to 5.0.10
ftp/php56-fastdfs to 5.0.10
ftp/php70-fastdfs to 5.0.10
ftp/php71-fastdfs to 5.0.10

Changelog:
https://github.com/happyfish100/libfastcommon/blob/master/HISTORY
https://github.com/happyfish100/fastdfs/blob/master/HISTORY

PR:		218423
Submitted by:	maintainer
5.0.8_1
28 Jan 2017 14:22:53
Revision:432624Original commit files touched by this commit
marino search for other commits by this committer
devel/libfastcommon: fix misbuild, add DF, bump deps minus nginx-full

The fastcommon library is being built as 32-bit on amd64 due to the
misuse of uname (uname -p returns "amd64", not uname alone).

Additionally, the hardcoded install commands (added via patch) have been
updated to the BSD_INSTALL* macros to satisfy QA tests.

While here, fix building on DragonFly (sacrificing unused Darwin support
in the process).

Finally, bump all ports dependend on fault libfastcommon.so except
www/nginx-full which has no separate PORTREVISION setting.  I can't bump
it without bumping www/nginx too (bug??).

Approvd by:	just-fix-it
5.0.8
27 Oct 2016 09:29:33
Revision:424754Original commit files touched by this commit
mat search for other commits by this committer
Fix php usage.

Sponsored by:	Absolight
5.0.8
27 Oct 2016 09:29:23
Revision:424753Original commit files touched by this commit
mat search for other commits by this committer
Remove obsolete PHP versions checks.

Sponsored by:	Absolight
5.0.8
27 Oct 2016 05:49:09
Revision:424743Original commit files touched by this commit
gahr search for other commits by this committer
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs

FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and file accessing,
and design for high capacity and load balance.

WWW: https://github.com/happyfish100/fastdfs

PR:		213311
Submitted by:	Daniel Ylitalo <daniel@blodan.se>

Number of commits found: 9