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
Port details
moodle41 Course management system based on social constructionism
4.1.13 www on this many watch lists=3 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 4.1.11Version of this port present on the latest quarterly branch.
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-27 07:54:06
Last Update: 2024-09-01 13:26:19
Commit Hash: ebb32aa
People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
Also Listed In: education
License: GPLv3
WWW:
https://www.moodle.org/
Description:
Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • moodle41${PHP_PKGNAMESUFFIX}>0:www/moodle41
Conflicts:
CONFLICTS:
  • moodle42-4.[234].[0-9]*
To install the port:
cd /usr/ports/www/moodle41/ && make install clean
To add the package, run one of these commands:
  • pkg install www/moodle41
  • pkg install moodle41-php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: moodle41-php81
Package flavors (<flavor>: <package>)
  • php81: moodle41-php81
  • php84: moodle41-php84
distinfo:
TIMESTAMP = 1725196937 SHA256 (moodle-4.1.13.tgz) = de504f2373e3d98c0c40dc17a081c300f1f56666ba3dd130853fcc3d7138f21d SIZE (moodle-4.1.13.tgz) = 65030955

Packages (timestamps in pop-ups are UTC):
moodle41-php80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--4.1.4-----
FreeBSD:14:latest--4.1----4.1.4
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 
moodle41-php81
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.1.124.1.13-4.1.124.1.13---
FreeBSD:13:quarterly4.1.114.1.114.1.44.1.114.1.11-4.1.84.1.8
FreeBSD:14:latest4.1.114.1.134.14.1.114.1.13--4.1.4
FreeBSD:14:quarterly4.1.114.1.11-4.1.114.1.11-4.1.84.1.8
FreeBSD:15:latest4.1.124.1.13n/a4.1.12n/a-4.1.84.1.9
 
moodle41-php84
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.1.13--4.1.13---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-4.1.13--4.1.13---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-4.1.13n/a-n/a---
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php81
  2. ctype.so : textproc/php81-ctype
  3. curl.so : ftp/php81-curl
  4. dom.so : textproc/php81-dom
  5. exif.so : graphics/php81-exif
  6. fileinfo.so : sysutils/php81-fileinfo
  7. filter.so : security/php81-filter
  8. gd.so : graphics/php81-gd
  9. iconv.so : converters/php81-iconv
  10. intl.so : devel/php81-intl
  11. mbstring.so : converters/php81-mbstring
  12. opcache.so : www/php81-opcache
  13. session.so : www/php81-session
  14. simplexml.so : textproc/php81-simplexml
  15. soap.so : net/php81-soap
  16. sodium.so : security/php81-sodium
  17. tokenizer.so : devel/php81-tokenizer
  18. xml.so : textproc/php81-xml
  19. xmlreader.so : textproc/php81-xmlreader
  20. xmlrpc.so : net/pecl-xmlrpc@php81
  21. zip.so : archivers/php81-zip
  22. zlib.so : archivers/php81-zlib
  23. mysqli.so : databases/php81-mysqli
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for moodle41-php81-4.1.13: LDAP=off: LDAP protocol support ====> Options available for the single BACKEND: you have to select exactly one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
www_moodle41
USES:
cpe php:flavors tar:tgz mysql
pkg-message:
For install:
1) Create a user and a database for Moodle to store all its tables in (or choose an existing database). It doesn't matter what the database or user names are, as this will be configured in a later step. NOTE: this package assumes that either the phpX-pgsql, phpX-mysql, or phpX-mssql packages are installed. 2) Add the following to your Apache configuration file httpd.conf, and restart the server: Alias /moodle /usr/local/www/moodle/ AcceptPathInfo On <Directory /usr/local/www/moodle/> AllowOverride None Require all granted </Directory> 3) Visit your Moodle site with a browser (i.e., http://your.server.com/moodle/), and you should be taken to the install.php script, which will lead you through creating a config.php file and then setting up Moodle, creating an admin account, etc. At one step, you will get a message saying that the installer script was not able to automatically create the config.php file. Just download it and copy it to /usr/local/www/moodle/config.php. Beware that it will contain the database password in cleartext, so set up whatever file permissions you deem more adequate. For instance, user=root, group=www, mask=640. 4) Set up a cron task to invoke the file admin/cron.php every five minutes or so. For instance: */5 * * * * fetch http://your.server.com/moodle/admin/cron.php For more information, see the INSTALL DOCUMENTATION: http://docs.moodle.org/en/Installing_Moodle It may be worth reading the installation docs even if Moodle seems to be working at first, to ensure your PHP settings and database configuration will allow Moodle to operate properly.
If upgrading
If you are upgrading from an earlier version of Moodle, check out possible additional steps at: https://docs.moodle.org/400/en/Upgrading If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org.
Master Sites:
Expand this list (52 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable401/
  2. http://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  3. http://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable401/
  4. http://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable401/
  5. http://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable401/
  6. http://downloads.sourceforge.net/project/moodle/Moodle/stable401/
  7. http://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable401/
  8. http://freefr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  9. http://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  10. http://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable401/
  11. http://jaist.dl.sourceforge.net/project/moodle/Moodle/stable401/
  12. http://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable401/
  13. http://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable401/
  14. http://nchc.dl.sourceforge.net/project/moodle/Moodle/stable401/
  15. http://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable401/
  16. http://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable401/
  17. http://netix.dl.sourceforge.net/project/moodle/Moodle/stable401/
  18. http://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable401/
  19. http://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable401/
  20. http://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable401/
  21. http://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  22. http://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable401/
  23. http://tenet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  24. http://udomain.dl.sourceforge.net/project/moodle/Moodle/stable401/
  25. http://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  26. http://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable401/
  27. https://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable401/
  28. https://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  29. https://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable401/
  30. https://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable401/
  31. https://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable401/
  32. https://downloads.sourceforge.net/project/moodle/Moodle/stable401/
  33. https://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable401/
  34. https://freefr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  35. https://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  36. https://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable401/
  37. https://jaist.dl.sourceforge.net/project/moodle/Moodle/stable401/
  38. https://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable401/
  39. https://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable401/
  40. https://nchc.dl.sourceforge.net/project/moodle/Moodle/stable401/
  41. https://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable401/
  42. https://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable401/
  43. https://netix.dl.sourceforge.net/project/moodle/Moodle/stable401/
  44. https://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable401/
  45. https://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable401/
  46. https://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable401/
  47. https://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  48. https://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable401/
  49. https://tenet.dl.sourceforge.net/project/moodle/Moodle/stable401/
  50. https://udomain.dl.sourceforge.net/project/moodle/Moodle/stable401/
  51. https://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable401/
  52. https://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable401/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.13
01 Sep 2024 13:26:19
commit hash: ebb32aaf446782a40d467d0b6c9aeabfc5364123commit hash: ebb32aaf446782a40d467d0b6c9aeabfc5364123commit hash: ebb32aaf446782a40d467d0b6c9aeabfc5364123commit hash: ebb32aaf446782a40d467d0b6c9aeabfc5364123 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.13
4.1.12
11 Aug 2024 13:54:57
commit hash: 4c134a6538b9725ebb7aee8a51f78e7bc06634abcommit hash: 4c134a6538b9725ebb7aee8a51f78e7bc06634abcommit hash: 4c134a6538b9725ebb7aee8a51f78e7bc06634abcommit hash: 4c134a6538b9725ebb7aee8a51f78e7bc06634ab files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.12
4.1.11
20 Jun 2024 11:40:45
commit hash: c4b7a87bb896062ecae135ef05de8834ae4e6617commit hash: c4b7a87bb896062ecae135ef05de8834ae4e6617commit hash: c4b7a87bb896062ecae135ef05de8834ae4e6617commit hash: c4b7a87bb896062ecae135ef05de8834ae4e6617 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.11
4.1.10_1
20 May 2024 10:33:03
commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377commit hash: b66e4949cb23218adc602edc35db187f966c5377 files touched by this commit
Vsevolod Stakhov (vsevolod) search for other commits by this committer
security/libsodium: update to 1.0.19, bump dependent ports

PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
4.1.10
22 Apr 2024 06:12:54
commit hash: b5717609c7b701dabc3a08ff823d49ba50404907commit hash: b5717609c7b701dabc3a08ff823d49ba50404907commit hash: b5717609c7b701dabc3a08ff823d49ba50404907commit hash: b5717609c7b701dabc3a08ff823d49ba50404907 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.10
4.1.9
12 Feb 2024 23:33:39
commit hash: dbdd40181a1d319c22d1e76836895187a1d90b94commit hash: dbdd40181a1d319c22d1e76836895187a1d90b94commit hash: dbdd40181a1d319c22d1e76836895187a1d90b94commit hash: dbdd40181a1d319c22d1e76836895187a1d90b94 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.9
4.1.8
26 Dec 2023 11:59:43
commit hash: c9074065d48c04ba8412a96cb53798dd6aac8a23commit hash: c9074065d48c04ba8412a96cb53798dd6aac8a23commit hash: c9074065d48c04ba8412a96cb53798dd6aac8a23commit hash: c9074065d48c04ba8412a96cb53798dd6aac8a23 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.8
4.1.7
09 Dec 2023 13:08:39
commit hash: 6aa8b42494de0da5e42d603b9c5cc12bc3adf2efcommit hash: 6aa8b42494de0da5e42d603b9c5cc12bc3adf2efcommit hash: 6aa8b42494de0da5e42d603b9c5cc12bc3adf2efcommit hash: 6aa8b42494de0da5e42d603b9c5cc12bc3adf2ef files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.7
4.1.6
09 Oct 2023 07:30:39
commit hash: 7936f7fe49aadf570c617e2416af81a3639ca547commit hash: 7936f7fe49aadf570c617e2416af81a3639ca547commit hash: 7936f7fe49aadf570c617e2416af81a3639ca547commit hash: 7936f7fe49aadf570c617e2416af81a3639ca547 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.6
4.1.5
12 Aug 2023 10:16:03
commit hash: d69820dbf9700dffe3b038980c5d5d1d98307433commit hash: d69820dbf9700dffe3b038980c5d5d1d98307433commit hash: d69820dbf9700dffe3b038980c5d5d1d98307433commit hash: d69820dbf9700dffe3b038980c5d5d1d98307433 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.5
4.1.4
10 Jun 2023 23:47:47
commit hash: 0256ac0b1e3a200adc95944ac94488a69eab2390commit hash: 0256ac0b1e3a200adc95944ac94488a69eab2390commit hash: 0256ac0b1e3a200adc95944ac94488a69eab2390commit hash: 0256ac0b1e3a200adc95944ac94488a69eab2390 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.4
4.1.3
10 Jun 2023 14:57:35
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
4.1.3
23 Apr 2023 22:15:12
commit hash: 067ffd7394bd03cbec36d5ae50ba3d3e0428475dcommit hash: 067ffd7394bd03cbec36d5ae50ba3d3e0428475dcommit hash: 067ffd7394bd03cbec36d5ae50ba3d3e0428475dcommit hash: 067ffd7394bd03cbec36d5ae50ba3d3e0428475d files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.3
4.1.2
23 Apr 2023 12:14:35
commit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abe files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle*: Update CONFLICTS

Update EXPIRATION_DATE
4.1.2
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.2
12 Mar 2023 02:49:34
commit hash: 3a690065ef41cfa538d3b49a834e53843cd43466commit hash: 3a690065ef41cfa538d3b49a834e53843cd43466commit hash: 3a690065ef41cfa538d3b49a834e53843cd43466commit hash: 3a690065ef41cfa538d3b49a834e53843cd43466 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.2
4.1.1
14 Jan 2023 23:35:34
commit hash: 61a26b5a7110868a69c88ca15f3ab07bbd94e7d9commit hash: 61a26b5a7110868a69c88ca15f3ab07bbd94e7d9commit hash: 61a26b5a7110868a69c88ca15f3ab07bbd94e7d9commit hash: 61a26b5a7110868a69c88ca15f3ab07bbd94e7d9 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: Update to 4.1.1
4.1
27 Nov 2022 07:50:04
commit hash: 29a8ff46431668c958dd1c0353c442b517210aaacommit hash: 29a8ff46431668c958dd1c0353c442b517210aaacommit hash: 29a8ff46431668c958dd1c0353c442b517210aaacommit hash: 29a8ff46431668c958dd1c0353c442b517210aaa files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle41: New port, which repocopied from www/moodle40

Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.

Number of commits found: 18