1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Remove expired ports:

2014-08-04 net-mgmt/bsd-airtools: "broken by removal of wicontrol ioctls from if_wavelan_ieee.h; domain disappeared"
2014-08-04 www/moodle: Upstream support ended
This commit is contained in:
Rene Ladan 2014-08-04 08:03:31 +00:00
parent 623520cb71
commit 8060ca1907
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363969
12 changed files with 2 additions and 269 deletions

2
MOVED
View File

@ -6368,3 +6368,5 @@ lang/dragonegg46-33||2014-08-01|Has expired: Dead upstream, impractical to build
lang/dragonegg47-33||2014-08-01|Has expired: Dead upstream, impractical to build on 10 and later
print/freetype-tools|print/texlive-texmf|2014-08-01|Has been incorporated in TeXLive
sysutils/readlink||2014-08-03|Has expired: All features implemented in the base system since FreeBSD 8.3
net-mgmt/bsd-airtools||2014-08-04|Has expired: "broken by removal of wicontrol ioctls from if_wavelan_ieee.h; domain disappeared"
www/moodle||2014-08-04|Has expired: Upstream support ended

View File

@ -23,7 +23,6 @@
SUBDIR += bigsister
SUBDIR += bpft
SUBDIR += braa
SUBDIR += bsd-airtools
SUBDIR += bsnmp-jails
SUBDIR += bsnmp-regex
SUBDIR += bsnmp-ucd

View File

@ -1,42 +0,0 @@
# Created by: Sean Chittenden <seanc@FreeBSD.org>
# $FreeBSD$
PORTNAME= bsd-airtools
PORTVERSION= 0.3
CATEGORIES= net-mgmt
MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/bsd-airtools/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD Wireless Scanning Tools
BROKEN= broken by removal of wicontrol ioctls from if_wavelan_ieee.h; domain disappeared
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE= 2014-08-04
CONF_AIRTOOLS= dstumbler
MAKE_AIRTOOLS= dweputils/dwepcrack dweputils/dwepdump \
dweputils/dwepkeygen prism2ctl prism2dump
INST_AIRTOOLS= ${CONF_AIRTOOLS} ${MAKE_AIRTOOLS}
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
do-build:
.for TOOL in ${CONF_AIRTOOLS}
@cd ${WRKSRC}/${TOOL}; ${SH} ${CONFIGURE_SCRIPT}; ${MAKE}
.endfor
.for TOOL in ${MAKE_AIRTOOLS}
@cd ${WRKSRC}/${TOOL}; ${MAKE}
.endfor
do-install:
${MKDIR} ${DOCSDIR}
.for TOOL in ${INST_AIRTOOLS}
@cd ${WRKSRC}/${TOOL}; ${MAKE} ${INSTALL_TARGET}
${INSTALL_DATA} ${WRKSRC}/${TOOL}/README \
${DOCSDIR}/README.`${BASENAME} ${TOOL}`
.endfor
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bsd-airtools-v0.3.tgz) = de7b27707093e764240187040a3928230a513b3a9c32dd361da008ed64d6e03d
SIZE (bsd-airtools-v0.3.tgz) = 78733

View File

@ -1,16 +0,0 @@
$FreeBSD$
--- dweputils/dwepcrack/weakksa.c.orig Sun Aug 22 21:34:55 2004
+++ dweputils/dwepcrack/weakksa.c Sun Aug 22 21:35:13 2004
@@ -168,8 +168,8 @@
memcpy(samples[B].s[samples[B].len].iv, iv, IV_SIZE);
samples[B].s[samples[B].len++].byte = iv[4] ^ 0xaa;
- fail:
- }
+ fail: break;
+ }
}
}
}

View File

@ -1,12 +0,0 @@
bsd-airtools is a package that provides a complete toolset for
wireless 802.11b auditing. Namely, it currently contains a bsd-based
wep cracking application, called dweputils. It also contains a curses
based ap detection application similar to netstumbler (dstumbler) that
can be used to detect wireless access points and connected nodes, view
signal to noise graphs, and interactively scroll through scanned ap's
and view statistics for each. It also includes a couple other tools to
provide a complete toolset for making use of all 14 of the prism2
debug modes as well as do basic analysis of the hardware-based
link-layer protocols provided by prism2's monitor debug mode.
WWW: http://www.dachb0den.com/projects/bsd-airtools.html

View File

@ -1,13 +0,0 @@
bin/dstumbler
bin/dwepcrack
bin/dwepdump
bin/dwepkeygen
bin/prism2ctl
bin/prism2dump
%%PORTDOCS%%share/doc/bsd-airtools/README.dstumbler
%%PORTDOCS%%share/doc/bsd-airtools/README.dwepcrack
%%PORTDOCS%%share/doc/bsd-airtools/README.dwepdump
%%PORTDOCS%%share/doc/bsd-airtools/README.dwepkeygen
%%PORTDOCS%%share/doc/bsd-airtools/README.prism2ctl
%%PORTDOCS%%share/doc/bsd-airtools/README.prism2dump
%%PORTDOCS%%@dirrm share/doc/bsd-airtools

View File

@ -540,7 +540,6 @@
SUBDIR += moinmoin
SUBDIR += monast
SUBDIR += mongrel2
SUBDIR += moodle
SUBDIR += moodle24
SUBDIR += moodle25
SUBDIR += moodle26

View File

@ -1,99 +0,0 @@
# Created by: Javier Martin Rueda <jmrueda@diatel.upm.es>
# $FreeBSD$
PORTNAME= moodle
PORTVERSION= 1.9.19
CATEGORIES= www
MASTER_SITES= SF/moodle/Moodle/stable19/
EXTRACT_SUFX= .tgz
MAINTAINER= jmrueda@diatel.upm.es
COMMENT= Course management system based on social constructionism
CONFLICTS= moodle-2.*.*
DEPRECATED= Upstream support ended
EXPIRATION_DATE=2014-08-04
USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype
WRKSRC= ${WRKDIR}/moodle
OPTIONS_DEFINE= MYSQL PGSQL MSSQL ZLIB NETWORK LDAP MIMETEX
OPTIONS_DEFAULT= ZLIB
NETWORK_DESC= Moodle Network functionality
MIMETEX_DESC= mimeTeX filter functionality
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMSSQL}
pre-fetch:
@${ECHO_MSG} "
@${ECHO_MSG} "You didn't activate support for any database server!"
@${ECHO_MSG} "
@${ECHO_MSG} "If you want to reconsider, press Ctrl-C now to cancel"
@${ECHO_MSG} "the installation and run 'make config'"
@${ECHO_MSG} "
@${ECHO_MSG} "You can also add the required PHP module later, if that's"
@${ECHO_MSG} "what you prefer."
@${ECHO_MSG} "
@sleep 5
.endif
.if ${PORT_OPTIONS:MMYSQL}
USE_PHP+= mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USE_PHP+= pgsql
.endif
.if ${PORT_OPTIONS:MMSSQL}
USE_PHP+= mssql
.endif
.if ${PORT_OPTIONS:MZLIB}
USE_PHP+= zlib
.endif
.if ${PORT_OPTIONS:MNETWORK}
USE_PHP+= openssl
.endif
.if ${PORT_OPTIONS:MLDAP}
USE_PHP+= ldap
.endif
.if ${PORT_OPTIONS:MMIMETEX}
RUN_DEPENDS+= ${LOCALBASE}/www/mimetex/cgi-bin/mimetex.cgi:${PORTSDIR}/www/mimetex
.endif
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
SUB_FILES= pkg-message
SUB_LIST= MOODLEDIR=${MOODLEDIR} \
MOODLEDATADIR=${MOODLEDATADIR}
MOODLEDIR?= www/moodle
MOODLEDATADIR?= www/moodledata
pre-install:
@${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >${PLIST}
@${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dirrm ${MOODLEDIR}?g" >> ${PLIST}
@${ECHO} @dirrm ${MOODLEDATADIR} >> ${PLIST}
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MOODLEDIR}
@${FIND} ${STAGEDIR}${PREFIX}/${MOODLEDIR} -type d -exec ${CHMOD} a+x {} \;
@${ECHO_CMD} '@exec ${FIND} ${PREFIX}/${MOODLEDIR} -type d -exec ${CHMOD} a+x {} \;' \
>> ${TMPPLIST}
@${INSTALL} -d ${STAGEDIR}${PREFIX}/${MOODLEDATADIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${MOODLEDATADIR}
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MOODLEDATADIR}' \
>> ${TMPPLIST}
${CHMOD} 755 ${STAGEDIR}${PREFIX}/${MOODLEDATADIR}
@${ECHO_CMD} '@exec ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR}' >> ${TMPPLIST}
.if ${PORT_OPTIONS:MMIMETEX}
${LN} -sf ../../../cgi-bin/mimetex.cgi ${STAGEDIR}${PREFIX}/${MOODLEDIR}/filter/tex/mimetex.freebsd
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (moodle-1.9.19.tgz) = 969a7de07b1b116e3528e1c5d0bdaeeb7f00ae81d10b6451167d1eea85818d98
SIZE (moodle-1.9.19.tgz) = 14071136

View File

@ -1,74 +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, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /moodle %%PREFIX%%/%%MOODLEDIR%%/
AcceptPathInfo On
<Directory %%PREFIX%%/%%MOODLEDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
<Directory %%PREFIX%%/%%MOODLEDATADIR%%>
AllowOverride None
Order Allow,Deny
Deny from all
</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.
Alternatively, change the directory ownership/permissions
for %%PREFIX%%/%%MOODLEDIR%% so that the web server process
can write, and retry the installation. Once it is finished,
remember to restore the permissions to the usual value, for
security reasons. The following commands will probably do
the trick:
chmod 777 %%PREFIX%%/%%MOODLEDIR%%
<Now retry the installation>
chmod 755 %%PREFIX%%/%%MOODLEDIR%%
chown root:www %%PREFIX%%/%%MOODLEDIR%%/config.php
chmod 750 %%PREFIX%%/%%MOODLEDIR%%/config.php
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:
http://docs.moodle.org/en/Upgrading
http://docs.moodle.org/en/Upgrading_to_Moodle_1.9
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/