1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Remove expired ports:

2019-03-03 devel/cpuflags: does not recognize modern CPUs; use -march=native instead
2019-03-03 www/moodle31: Upstream no longer maintained
2019-03-03 www/moodle34: Upstream no longer maintained
This commit is contained in:
Rene Ladan 2019-03-04 18:58:54 +00:00
parent ae2e3c755a
commit 146ab6fc4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494633
16 changed files with 3 additions and 324 deletions

3
MOVED
View File

@ -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

View File

@ -375,7 +375,6 @@
SUBDIR += cpputest
SUBDIR += cproto
SUBDIR += cpu_features
SUBDIR += cpuflags
SUBDIR += cquery
SUBDIR += cram
SUBDIR += creduce

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (cpuflags-1.41.tar.gz) = 234428eea1856aab7c77dafadd10bae626b2a075272db7ec76a699e9c38ff14e
SIZE (cpuflags-1.41.tar.gz) = 45568

View File

@ -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}

View File

@ -1,2 +0,0 @@
cpuflags returns the appropriate gcc flags to optimise compilation for the
current CPU.

View File

@ -1,4 +0,0 @@
bin/cpuflags
%%DATADIR%%/subr_FreeBSD
%%DATADIR%%/subr_gcc
%%DATADIR%%/subr_x86

View File

@ -476,8 +476,6 @@
SUBDIR += monast
SUBDIR += mongoose
SUBDIR += mongrel2
SUBDIR += moodle31
SUBDIR += moodle34
SUBDIR += moodle35
SUBDIR += moodle36
SUBDIR += mozplugger

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1547507006
SHA256 (moodle-3.1.16.tgz) = 02387892d1e6818a8773d961d83cae3636151f580bf62899e4f2e4c7199b2f81
SIZE (moodle-3.1.16.tgz) = 38057145

View File

@ -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.

View File

@ -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/

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1547506826
SHA256 (moodle-3.4.7.tgz) = 920db862e9b5b7b87eb5cb9df40d5a2460b1da65ba10474870ac8e2a549519c3
SIZE (moodle-3.4.7.tgz) = 46051440

View File

@ -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.

View File

@ -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/