Bug 231704 - www/nextcloud: Add PCNTL, Redis and Imagick Options
Summary: www/nextcloud: Add PCNTL, Redis and Imagick Options
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-25 03:44 UTC by fsbruva
Modified: 2018-09-26 12:13 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (brnrd)


Attachments
Add menu options (1.28 KB, patch)
2018-09-25 03:44 UTC, fsbruva
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fsbruva 2018-09-25 03:44:52 UTC
Created attachment 197474 [details]
Add menu options

Adds the options to allow conformance to Nextcloud recommended extensions, including:
PCNTL to stop long-running processes
Redis to use as a memory cache
Imagick for thumbnail creation
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2018-09-26 10:41:51 UTC
Will be in 14.0.1 update (reworked, extended)

Thanks for the patch. For a next time, please keep things in alphabetical order.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-09-26 12:07:52 UTC
A commit references this bug:

Author: brnrd
Date: Wed Sep 26 12:06:45 UTC 2018
New revision: 480730
URL: https://svnweb.freebsd.org/changeset/ports/480730

Log:
  www/nextcloud: Update to 14.0.1

   - Fix broken apps-pkg path [1]
   - Fix plist issues [2]
   - Add caching, pcntl, imagick options [3]
   - Remove redundant USES (mysql, pgsql)

  PR:	231391 [1], 231419 [2], 231704 [3]
  Submitted by:	Nathan <ndowens yahoo com> [2]
  Submitted by:	Matt <fsbruva yahoo com> [3]
  Reported by:	Damjan Jovanovic <damjan jov gmail.com> [1]
  Reported by:	mfechner [2]

Changes:
  head/www/nextcloud/Makefile
  head/www/nextcloud/distinfo
  head/www/nextcloud/files/patch-config_config.sample.php
  head/www/nextcloud/files/pkg-message.in
  head/www/nextcloud/pkg-plist
Comment 3 Bernard Spil freebsd_committer freebsd_triage 2018-09-26 12:13:53 UTC
Thanks for reporting, these were overdue additions on my TODO. Only recently enabled APCu on my personal install with very noticeable difference in performance.

Added some more options and added defaults for assumed "Small/Private Home Server" installation. Redis and Memcached require a lot more configuration from the admin.