summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cpuflags/Makefile18
-rw-r--r--devel/cpuflags/distinfo2
-rw-r--r--devel/cpuflags/files/patch-Makefile27
-rw-r--r--devel/cpuflags/pkg-descr2
-rw-r--r--devel/cpuflags/pkg-plist4
-rw-r--r--www/Makefile2
-rw-r--r--www/moodle31/Makefile71
-rw-r--r--www/moodle31/distinfo3
-rw-r--r--www/moodle31/files/pkg-message.in53
-rw-r--r--www/moodle31/pkg-descr7
-rw-r--r--www/moodle34/Makefile71
-rw-r--r--www/moodle34/distinfo3
-rw-r--r--www/moodle34/files/pkg-message.in53
-rw-r--r--www/moodle34/pkg-descr7
16 files changed, 3 insertions, 324 deletions
diff --git a/MOVED b/MOVED
index 278b5962aadc..6627ce329fc9 100644
--- a/MOVED
+++ b/MOVED
@@ -11659,3 +11659,6 @@ sysutils/bacula-client-static|sysutils/bacula9-client-static|2019-03-03|Has expi
sysutils/bacula-bat|sysutils/bacula9-bat|2019-03-03|Has expired: Unsupported. Please migrate to bacula9-server
x11-fonts/noto-lite|x11-fonts/noto-basic|2019-03-03|Rename for reorganizing noto* ports
devel/rubygem-rufus-scheduler342|devel/rubygem-rufus-scheduler|2019-03-04|Has expired: Use devel/rubygem-rufus-scheduler instead
+devel/cpuflags||2019-03-04|Has expired: does not recognize modern CPUs; use -march=native instead
+www/moodle31|www/moodle35|2019-03-04|Has expired: Upstream no longer maintained
+www/moodle34|www/moodle35|2019-03-04|Has expired: Upstream no longer maintained
diff --git a/devel/Makefile b/devel/Makefile
index 82b3dfa86e02..7acef9dbfff1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -375,7 +375,6 @@
SUBDIR += cpputest
SUBDIR += cproto
SUBDIR += cpu_features
- SUBDIR += cpuflags
SUBDIR += cquery
SUBDIR += cram
SUBDIR += creduce
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile
deleted file mode 100644
index ecb163f6d78c..000000000000
--- a/devel/cpuflags/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: Quentin Stievenart <acieroid@awesom.eu>
-# $FreeBSD$
-
-PORTNAME= cpuflags
-PORTVERSION= 1.41
-CATEGORIES= devel sysutils
-MASTER_SITES= http://awesom.eu/~acieroid/files/ports/${PORTNAME}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Determine compiler flags to best target current cpu
-
-DEPRECATED= does not recognize modern CPUs; use -march=native instead
-EXPIRATION_DATE= 2019-03-03
-
-post-install:
- ${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${STAGEDIR}${PREFIX}/bin/cpuflags
-
-.include <bsd.port.mk>
diff --git a/devel/cpuflags/distinfo b/devel/cpuflags/distinfo
deleted file mode 100644
index 073c85fd8c36..000000000000
--- a/devel/cpuflags/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cpuflags-1.41.tar.gz) = 234428eea1856aab7c77dafadd10bae626b2a075272db7ec76a699e9c38ff14e
-SIZE (cpuflags-1.41.tar.gz) = 45568
diff --git a/devel/cpuflags/files/patch-Makefile b/devel/cpuflags/files/patch-Makefile
deleted file mode 100644
index 3f5a6e52a333..000000000000
--- a/devel/cpuflags/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile 2010-03-06 22:32:13.000000000 +0100
-+++ Makefile.new 2010-03-06 23:12:46.000000000 +0100
-@@ -18,8 +18,6 @@
- SED?=sed
-
- all:
-- ${SED} -e 's|@PREFIX@|${PREFIX}|g' cpuflags.1 > cpuflags.1.out
-- ${SED} -e 's|@PREFIX@|${PREFIX}|g' cpuflags.mk > cpuflags.mk.out
- ${SED} -e 's|@PREFIX@|${PREFIX}|g' cpuflags.sh > cpuflags.sh.out
-
- clean:
-@@ -27,14 +25,9 @@
-
- install:
- ${INSTALL_PROGRAM_DIR} ${DESTDIR}${BINDIR}
-- ${INSTALL_MAN_DIR} ${DESTDIR}${MANDIR}
-- ${INSTALL_DATA_DIR} ${DESTDIR}${SHAREMKDIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${SUBRDIR}
- ${INSTALL_SCRIPT} cpuflags.sh.out ${DESTDIR}${BINDIR}/cpuflags
-- ${INSTALL_MAN} cpuflags.1.out ${DESTDIR}${MANDIR}/cpuflags.1
-- ${INSTALL_DATA} optimize_gcc.mk ${DESTDIR}${SHAREMKDIR}/optimize_gcc.mk
-- ${INSTALL_DATA} cpuflags.mk.out ${DESTDIR}${SHAREMKDIR}/cpuflags.mk
-- ${INSTALL_DATA} subr_* ${DESTDIR}${SUBRDIR}
-+ ${INSTALL_DATA} subr_FreeBSD subr_gcc subr_x86 ${DESTDIR}${SUBRDIR}
-
- dist:
- mkdir -p DIST/cpuflags-${VERSION}
diff --git a/devel/cpuflags/pkg-descr b/devel/cpuflags/pkg-descr
deleted file mode 100644
index bd9da12fa8c0..000000000000
--- a/devel/cpuflags/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-cpuflags returns the appropriate gcc flags to optimise compilation for the
-current CPU.
diff --git a/devel/cpuflags/pkg-plist b/devel/cpuflags/pkg-plist
deleted file mode 100644
index 173cff13af5b..000000000000
--- a/devel/cpuflags/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/cpuflags
-%%DATADIR%%/subr_FreeBSD
-%%DATADIR%%/subr_gcc
-%%DATADIR%%/subr_x86
diff --git a/www/Makefile b/www/Makefile
index e0eba59dc961..eaa010b5d61a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -476,8 +476,6 @@
SUBDIR += monast
SUBDIR += mongoose
SUBDIR += mongrel2
- SUBDIR += moodle31
- SUBDIR += moodle34
SUBDIR += moodle35
SUBDIR += moodle36
SUBDIR += mozplugger
diff --git a/www/moodle31/Makefile b/www/moodle31/Makefile
deleted file mode 100644
index 4b75f6a6dd8d..000000000000
--- a/www/moodle31/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# Created by: Javier Martin Rueda <jmrueda@diatel.upm.es>
-# $FreeBSD$
-
-PORTNAME= moodle
-PORTVERSION= 3.1.16
-CATEGORIES= www
-MASTER_SITES= SF/moodle/Moodle/stable31/
-PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Course management system based on social constructionism
-
-LICENSE= GPLv3
-
-DEPRECATED= Upstream no longer maintained
-EXPIRATION_DATE=2019-03-03
-
-CONFLICTS= moodle33-3.3.[0-9]* moodle34-3.4.[0-9]* moodle35-3.5.[0-9]* \
- moodle36-3.6.[0-9]*
-
-USES= cpe php tar:tgz
-USE_PHP= ctype curl dom gd hash iconv intl json mbstring opcache \
- openssl pcre session simplexml soap spl tokenizer xml \
- xmlreader xmlrpc zip zlib
-WRKSRC= ${WRKDIR}/moodle
-
-OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL
-OPTIONS_DEFINE= LDAP MIMETEX
-OPTIONS_DEFAULT= MYSQL
-MIMETEX_DESC= mimeTeX filter functionality support
-
-MYSQL_USES= mysql:client
-MYSQL_USE= php=mysqli
-PGSQL_USE= php=pgsql
-MSSQL_USE= php=mssql
-LDAP_USE= php=ldap
-MIMETEX_RUN_DEPENDS= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:www/mimetex
-
-NO_BUILD= yes
-PLIST= ${WRKDIR}/plist
-SUB_FILES= pkg-message
-SUB_LIST= MOODLEDIR=${MOODLEDIR} \
- MOODLEDATADIR=${MOODLEDATADIR}
-
-MOODLEDIR?= www/moodle
-MOODLEDATADIR?= moodledata
-
-pre-install:
- @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST}
- @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST}
- @${ECHO_CMD} "@mode 755" >> ${PLIST}
- @${ECHO} @dir ${MOODLEDATADIR} >> ${PLIST}
- @${ECHO_CMD} "@mode" >> ${PLIST}
- @${ECHO_CMD} "@group" >> ${PLIST}
- @${ECHO_CMD} "@owner" >> ${PLIST}
-
-# Here for safety I do not set moodle diretory 0755 permission
-# It require user write config.php manually then.
- @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST}
- @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST}
-
-do-install:
- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MOODLEDIR}
- @${INSTALL} -d ${STAGEDIR}${PREFIX}/${MOODLEDATADIR}
-
-do-install-MIMETEX-on:
- ${LN} -sf ${PREFIX}/www/mimetex/cgi-bin/mimetex.cgi \
- ${STAGEDIR}${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd
-
-.include <bsd.port.mk>
diff --git a/www/moodle31/distinfo b/www/moodle31/distinfo
deleted file mode 100644
index ab4bffcb5ae5..000000000000
--- a/www/moodle31/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1547507006
-SHA256 (moodle-3.1.16.tgz) = 02387892d1e6818a8773d961d83cae3636151f580bf62899e4f2e4c7199b2f81
-SIZE (moodle-3.1.16.tgz) = 38057145
diff --git a/www/moodle31/files/pkg-message.in b/www/moodle31/files/pkg-message.in
deleted file mode 100644
index 51d88dbabde0..000000000000
--- a/www/moodle31/files/pkg-message.in
+++ /dev/null
@@ -1,53 +0,0 @@
-POST-INSTALL CONFIGURATION FOR MOODLE
-=====================================
-
-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 %%PREFIX%%/%%MOODLEDIR%%/
- AcceptPathInfo On
- <Directory %%PREFIX%%/%%MOODLEDIR%%/>
- 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
- %%PREFIX%%/%%MOODLEDIR%%/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 you are upgrading from an earlier version of Moodle, check out
-possible additional steps at:
-
- https://docs.moodle.org/30/en/Upgrading
-
-If you have real trouble, please visit the Moodle course
-"Using Moodle" on moodle.org.
diff --git a/www/moodle31/pkg-descr b/www/moodle31/pkg-descr
deleted file mode 100644
index fe30e0d25bab..000000000000
--- a/www/moodle31/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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/
diff --git a/www/moodle34/Makefile b/www/moodle34/Makefile
deleted file mode 100644
index e6f1d0e2550a..000000000000
--- a/www/moodle34/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# Created by: Javier Martin Rueda <jmrueda@diatel.upm.es>
-# $FreeBSD$
-
-PORTNAME= moodle
-PORTVERSION= 3.4.7
-CATEGORIES= www
-MASTER_SITES= SF/moodle/Moodle/stable34/
-PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Course management system based on social constructionism
-
-LICENSE= GPLv3
-
-DEPRECATED= Upstream no longer maintained
-EXPIRATION_DATE=2019-03-03
-
-CONFLICTS= moodle31-3.1.[0-9]* moodle33-3.3.[0-9]* moodle35-3.5.[0-9]* \
- moodle36-3.6.[0-9]*
-
-USES= cpe php:flavors tar:tgz
-USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \
- opcache openssl pcre session simplexml soap spl tokenizer \
- xml xmlreader xmlrpc zip zlib
-WRKSRC= ${WRKDIR}/moodle
-
-OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= MYSQL PGSQL MSSQL
-OPTIONS_DEFINE= LDAP MIMETEX
-OPTIONS_DEFAULT= MYSQL
-MIMETEX_DESC= mimeTeX filter functionality support
-
-MYSQL_USES= mysql
-MYSQL_USE= php=mysqli
-PGSQL_USE= php=pgsql
-MSSQL_USE= php=mssql
-LDAP_USE= php=ldap
-MIMETEX_RUN_DEPENDS= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:www/mimetex
-
-NO_BUILD= yes
-PLIST= ${WRKDIR}/plist
-SUB_FILES= pkg-message
-SUB_LIST= MOODLEDIR=${MOODLEDIR} \
- MOODLEDATADIR=${MOODLEDATADIR}
-
-MOODLEDIR?= www/moodle
-MOODLEDATADIR?= moodledata
-
-pre-install:
- @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST}
- @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST}
- @${ECHO_CMD} "@mode 755" >> ${PLIST}
- @${ECHO} @dir ${MOODLEDATADIR} >> ${PLIST}
- @${ECHO_CMD} "@mode" >> ${PLIST}
- @${ECHO_CMD} "@group" >> ${PLIST}
- @${ECHO_CMD} "@owner" >> ${PLIST}
-
-# Here for safety I do not set moodle diretory 0755 permission
-# It require user write config.php manually then.
- @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >>${PLIST}
- @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${MOODLEDIR}?g" >> ${PLIST}
-
-do-install:
- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MOODLEDIR}
- @${INSTALL} -d ${STAGEDIR}${PREFIX}/${MOODLEDATADIR}
-
-do-install-MIMETEX-on:
- ${LN} -sf ${PREFIX}/www/mimetex/cgi-bin/mimetex.cgi \
- ${STAGEDIR}${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd
-
-.include <bsd.port.mk>
diff --git a/www/moodle34/distinfo b/www/moodle34/distinfo
deleted file mode 100644
index 5d8750bb7587..000000000000
--- a/www/moodle34/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1547506826
-SHA256 (moodle-3.4.7.tgz) = 920db862e9b5b7b87eb5cb9df40d5a2460b1da65ba10474870ac8e2a549519c3
-SIZE (moodle-3.4.7.tgz) = 46051440
diff --git a/www/moodle34/files/pkg-message.in b/www/moodle34/files/pkg-message.in
deleted file mode 100644
index 51d88dbabde0..000000000000
--- a/www/moodle34/files/pkg-message.in
+++ /dev/null
@@ -1,53 +0,0 @@
-POST-INSTALL CONFIGURATION FOR MOODLE
-=====================================
-
-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 %%PREFIX%%/%%MOODLEDIR%%/
- AcceptPathInfo On
- <Directory %%PREFIX%%/%%MOODLEDIR%%/>
- 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
- %%PREFIX%%/%%MOODLEDIR%%/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 you are upgrading from an earlier version of Moodle, check out
-possible additional steps at:
-
- https://docs.moodle.org/30/en/Upgrading
-
-If you have real trouble, please visit the Moodle course
-"Using Moodle" on moodle.org.
diff --git a/www/moodle34/pkg-descr b/www/moodle34/pkg-descr
deleted file mode 100644
index fe30e0d25bab..000000000000
--- a/www/moodle34/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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/