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
moodle310 Course management system based on social constructionism
3.10.11 www Deleted on this many watch lists=1 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 3.10.11Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream no longer maintained
Expired This port expired on: 2022-09-12
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-11-09 11:47:37
Last Update: 2022-09-12 21:44:49
Commit Hash: aea97cc
People watching this port, also watch:: dovecot, mariadb1011-server, bind916
Also Listed In: education
License: GPLv3
WWW:
http://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. WWW: http://www.moodle.org/
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:
  • moodle310-php80>0:www/moodle310
Conflicts:
CONFLICTS:
  • moodle39-3.9.[0-9]*
  • moodle311-3.11.[0-9]*
  • moodle40-4.0.[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: moodle310-php80
Package flavors (<flavor>: <package>)
  • php80: moodle310-php80
  • php74: moodle310-php74
distinfo:
TIMESTAMP = 1652061667 SHA256 (moodle-3.10.11.tgz) = 7a1e50d6a296a8c265b899d1fdd33897c0fe85e4b7acd58c7f65bcdb27f17dec SIZE (moodle-3.10.11.tgz) = 58342694

Packages (timestamps in pop-ups are UTC):
moodle310-php73
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.10.1---3.10-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

moodle310-php74
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.10.1---3.10-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/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/php80
  2. ctype.so : textproc/php80-ctype
  3. curl.so : ftp/php80-curl
  4. dom.so : textproc/php80-dom
  5. fileinfo.so : sysutils/php80-fileinfo
  6. filter.so : security/php80-filter
  7. gd.so : graphics/php80-gd
  8. iconv.so : converters/php80-iconv
  9. intl.so : devel/php80-intl
  10. mbstring.so : converters/php80-mbstring
  11. opcache.so : www/php80-opcache
  12. session.so : www/php80-session
  13. simplexml.so : textproc/php80-simplexml
  14. soap.so : net/php80-soap
  15. tokenizer.so : devel/php80-tokenizer
  16. xml.so : textproc/php80-xml
  17. xmlreader.so : textproc/php80-xmlreader
  18. xmlrpc.so : net/pecl-xmlrpc@php80
  19. zip.so : archivers/php80-zip
  20. zlib.so : archivers/php80-zlib
  21. mysqli.so : databases/php80-mysqli
Library dependencies:
  1. libmysqlclient.so.20 : databases/mysql57-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for moodle310-php80-3.10.11: 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 MSSQL=off: Microsoft SQL Server support ===> Use 'make config' to modify these settings
Options name:
www_moodle310
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/310/en/Upgrading If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org.
Master Sites:
Expand this list (22 items)
Collapse this list.
  1. http://downloads.sourceforge.net/project/moodle/Moodle/stable310/
  2. http://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable310/
  3. http://freefr.dl.sourceforge.net/project/moodle/Moodle/stable310/
  4. http://jaist.dl.sourceforge.net/project/moodle/Moodle/stable310/
  5. http://nchc.dl.sourceforge.net/project/moodle/Moodle/stable310/
  6. http://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable310/
  7. http://netix.dl.sourceforge.net/project/moodle/Moodle/stable310/
  8. http://superb-dca2.dl.sourceforge.net/project/moodle/Moodle/stable310/
  9. http://superb-sea2.dl.sourceforge.net/project/moodle/Moodle/stable310/
  10. http://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable310/
  11. http://vorboss.dl.sourceforge.net/project/moodle/Moodle/stable310/
  12. https://downloads.sourceforge.net/project/moodle/Moodle/stable310/
  13. https://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable310/
  14. https://freefr.dl.sourceforge.net/project/moodle/Moodle/stable310/
  15. https://jaist.dl.sourceforge.net/project/moodle/Moodle/stable310/
  16. https://nchc.dl.sourceforge.net/project/moodle/Moodle/stable310/
  17. https://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable310/
  18. https://netix.dl.sourceforge.net/project/moodle/Moodle/stable310/
  19. https://superb-dca2.dl.sourceforge.net/project/moodle/Moodle/stable310/
  20. https://superb-sea2.dl.sourceforge.net/project/moodle/Moodle/stable310/
  21. https://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable310/
  22. https://vorboss.dl.sourceforge.net/project/moodle/Moodle/stable310/
Collapse this list.
Port Moves
  • port moved to www/moodle311 on 2022-09-12
    REASON: Has expired: Upstream no longer maintained, upgrade to next LTS

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.10.11
12 Sep 2022 21:44:49
commit hash: aea97cc8945c02041cdd964a3eff5c22eb383af1commit hash: aea97cc8945c02041cdd964a3eff5c22eb383af1commit hash: aea97cc8945c02041cdd964a3eff5c22eb383af1commit hash: aea97cc8945c02041cdd964a3eff5c22eb383af1 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-09-12 www/moodle310: Upstream no longer maintained
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.10.11
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.10.11
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.10.11
12 Jul 2022 02:08:00
commit hash: 03b48b2eb6aa68521cfa75850631a96de2dc21dbcommit hash: 03b48b2eb6aa68521cfa75850631a96de2dc21dbcommit hash: 03b48b2eb6aa68521cfa75850631a96de2dc21dbcommit hash: 03b48b2eb6aa68521cfa75850631a96de2dc21db files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Mark DEPRECATED
3.10.11
13 Jun 2022 00:08:05
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
3.10.11
09 May 2022 02:45:17
commit hash: 6b2e88a997474e23fbb5ab641a5d4ebecb4b0a01commit hash: 6b2e88a997474e23fbb5ab641a5d4ebecb4b0a01commit hash: 6b2e88a997474e23fbb5ab641a5d4ebecb4b0a01commit hash: 6b2e88a997474e23fbb5ab641a5d4ebecb4b0a01 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.11
3.10.10
07 May 2022 22:57:19
commit hash: 3f47027bc316e58a5f4506584fba9633f08dff3ccommit hash: 3f47027bc316e58a5f4506584fba9633f08dff3ccommit hash: 3f47027bc316e58a5f4506584fba9633f08dff3ccommit hash: 3f47027bc316e58a5f4506584fba9633f08dff3c files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Adjust CONFLICTS
3.10.10
18 Apr 2022 01:19:21
commit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabe files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle3[0-9]*: Adjust CONFLICTS to welcome moodle40
3.10.10
15 Mar 2022 03:17:08
commit hash: 894efe41d966a12d806bc5c12fd0ac02a7701810commit hash: 894efe41d966a12d806bc5c12fd0ac02a7701810commit hash: 894efe41d966a12d806bc5c12fd0ac02a7701810commit hash: 894efe41d966a12d806bc5c12fd0ac02a7701810 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.10
3.10.9
25 Jan 2022 16:34:17
commit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
UNBREAK some ports with php80

- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
3.10.9
18 Jan 2022 03:44:34
commit hash: f9b1831f987e9eb3deb3f24ee3a397019d7adc35commit hash: f9b1831f987e9eb3deb3f24ee3a397019d7adc35commit hash: f9b1831f987e9eb3deb3f24ee3a397019d7adc35commit hash: f9b1831f987e9eb3deb3f24ee3a397019d7adc35 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.9
3.10.8
10 Jan 2022 14:42:46
commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
www/moodle3*: unbreak bulk -a
3.10.8
06 Dec 2021 01:35:53
commit hash: 3001528246077d2406946a0491487d72f80be5d6commit hash: 3001528246077d2406946a0491487d72f80be5d6commit hash: 3001528246077d2406946a0491487d72f80be5d6commit hash: 3001528246077d2406946a0491487d72f80be5d6 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.8
3.10.7
13 Sep 2021 07:47:36
commit hash: 9c0c366ceeb87df53f8a9e0aceaff216e614f038commit hash: 9c0c366ceeb87df53f8a9e0aceaff216e614f038commit hash: 9c0c366ceeb87df53f8a9e0aceaff216e614f038commit hash: 9c0c366ceeb87df53f8a9e0aceaff216e614f038 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.7
3.10.6
21 Aug 2021 19:05:52
commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
www/moodle*: drop ugly xmlrpc dependency hack

It no more needed since Mk/Uses/php.mk have a check for every
supported php version and able to select a right dependency.

With hat:	ports-secteam
3.10.6
29 Jul 2021 12:17:45
commit hash: 069ba829d3fe3345d4552833e54e42ba368deb40commit hash: 069ba829d3fe3345d4552833e54e42ba368deb40commit hash: 069ba829d3fe3345d4552833e54e42ba368deb40commit hash: 069ba829d3fe3345d4552833e54e42ba368deb40 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.6
3.10.5
12 Jul 2021 12:19:47
commit hash: 9ac39cb000b1f20f4dc0e04d2ee3ed50c89066c5commit hash: 9ac39cb000b1f20f4dc0e04d2ee3ed50c89066c5commit hash: 9ac39cb000b1f20f4dc0e04d2ee3ed50c89066c5commit hash: 9ac39cb000b1f20f4dc0e04d2ee3ed50c89066c5 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle310: Update to 3.10.5

* Update CONFLICTS
3.10.4
17 May 2021 01:48:22
commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39 and www/moodle310:
- Update CONFLICTS to welcome moodle311
- Fix a typo in pkg-message
3.10.4
13 May 2021 11:20:52
commit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7c files touched by this commit
Wen Heping (wen) search for other commits by this committer
Update moodle to 3.10.4 and 3.9.7
3.10.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.10.3
29 Mar 2021 08:50:12
Revision:569440Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.9.6 and 3.10.3
3.10.2
17 Mar 2021 23:40:19
Revision:568699Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.10.2 and 3.9.5
  (include security fix)
- Adjust CONFLICTS
3.10.1
22 Jan 2021 01:38:21
Revision:562267Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.5.16, 3.8.7, 3.9.4 and 3.10.1.
- Update CONFLICTS

MFH:		2021Q1
3.10
07 Jan 2021 02:34:06
Revision:560674Original commit files touched by this commit
wen search for other commits by this committer
- Currently moodle can not run with php8
3.10
06 Jan 2021 23:53:38
Revision:560651Original commit files touched by this commit
wen search for other commits by this committer
- Remove moodle37 from CONFLICTS
3.10
29 Dec 2020 09:41:29
Revision:559556Original commit files touched by this commit
antoine search for other commits by this committer
www/moodle* was fixed to work with PHP 8.0

Reported by:	fluffy
3.10
29 Dec 2020 09:14:44
Revision:559554Original commit files touched by this commit
antoine search for other commits by this committer
Ignore with PHP 8.0

Reported by:	pkg-fallout
3.10
28 Dec 2020 15:49:03
Revision:559493Original commit files touched by this commit
fluffy search for other commits by this committer
www/moodle3*: unbreak build with php80

Drop abandonware xmlrpc dependency with php80

PHP80 was introduced more than two month ago,
maintainer had more than enough time to react and fix the port

With hat:	ports-secteam
3.10
20 Nov 2020 07:16:06
Revision:555738Original commit files touched by this commit
adamw search for other commits by this committer
Add education virtual category

PR:		248402
Submitted by:	PauAmma
3.10
09 Nov 2020 11:47:00
Revision:554712Original commit files touched by this commit
wen search for other commits by this committer
- Repocopy www/moodle39 --> www/moodle310 and update to 3.10

Number of commits found: 31