aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-08-04 08:03:31 +0000
committerRene Ladan <rene@FreeBSD.org>2014-08-04 08:03:31 +0000
commit8060ca1907bfe69f0402307f520cc98768948926 (patch)
treea0243fb6ed328c8df1082a30e230dbb7d625ff16
parent623520cb716d1b17be90d93c4252a7d6dcd31efc (diff)
downloadports-8060ca1907bfe69f0402307f520cc98768948926.tar.gz
ports-8060ca1907bfe69f0402307f520cc98768948926.zip
Notes
-rw-r--r--MOVED2
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/bsd-airtools/Makefile42
-rw-r--r--net-mgmt/bsd-airtools/distinfo2
-rw-r--r--net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c16
-rw-r--r--net-mgmt/bsd-airtools/pkg-descr12
-rw-r--r--net-mgmt/bsd-airtools/pkg-plist13
-rw-r--r--www/Makefile1
-rw-r--r--www/moodle/Makefile99
-rw-r--r--www/moodle/distinfo2
-rw-r--r--www/moodle/files/pkg-message.in74
-rw-r--r--www/moodle/pkg-descr7
12 files changed, 2 insertions, 269 deletions
diff --git a/MOVED b/MOVED
index cda481b74fe3..ba1a6588bf42 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index b82bd1bd863f..d2601de21544 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -23,7 +23,6 @@
SUBDIR += bigsister
SUBDIR += bpft
SUBDIR += braa
- SUBDIR += bsd-airtools
SUBDIR += bsnmp-jails
SUBDIR += bsnmp-regex
SUBDIR += bsnmp-ucd
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile
deleted file mode 100644
index 5cfb3b81cd01..000000000000
--- a/net-mgmt/bsd-airtools/Makefile
+++ /dev/null
@@ -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>
diff --git a/net-mgmt/bsd-airtools/distinfo b/net-mgmt/bsd-airtools/distinfo
deleted file mode 100644
index 6089a90c6728..000000000000
--- a/net-mgmt/bsd-airtools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bsd-airtools-v0.3.tgz) = de7b27707093e764240187040a3928230a513b3a9c32dd361da008ed64d6e03d
-SIZE (bsd-airtools-v0.3.tgz) = 78733
diff --git a/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c b/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c
deleted file mode 100644
index d7a1701dbf11..000000000000
--- a/net-mgmt/bsd-airtools/files/patch-dweputils_dwepcrack_weakksa.c
+++ /dev/null
@@ -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;
-+ }
- }
- }
- }
diff --git a/net-mgmt/bsd-airtools/pkg-descr b/net-mgmt/bsd-airtools/pkg-descr
deleted file mode 100644
index 16ec2c547493..000000000000
--- a/net-mgmt/bsd-airtools/pkg-descr
+++ /dev/null
@@ -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
diff --git a/net-mgmt/bsd-airtools/pkg-plist b/net-mgmt/bsd-airtools/pkg-plist
deleted file mode 100644
index 259153606c68..000000000000
--- a/net-mgmt/bsd-airtools/pkg-plist
+++ /dev/null
@@ -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
diff --git a/www/Makefile b/www/Makefile
index 63f942c4f789..d1ef60a779e9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -540,7 +540,6 @@
SUBDIR += moinmoin
SUBDIR += monast
SUBDIR += mongrel2
- SUBDIR += moodle
SUBDIR += moodle24
SUBDIR += moodle25
SUBDIR += moodle26
diff --git a/www/moodle/Makefile b/www/moodle/Makefile
deleted file mode 100644
index de3f8804e4bf..000000000000
--- a/www/moodle/Makefile
+++ /dev/null
@@ -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>
diff --git a/www/moodle/distinfo b/www/moodle/distinfo
deleted file mode 100644
index 04abc6b627b8..000000000000
--- a/www/moodle/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (moodle-1.9.19.tgz) = 969a7de07b1b116e3528e1c5d0bdaeeb7f00ae81d10b6451167d1eea85818d98
-SIZE (moodle-1.9.19.tgz) = 14071136
diff --git a/www/moodle/files/pkg-message.in b/www/moodle/files/pkg-message.in
deleted file mode 100644
index da5d91b229d5..000000000000
--- a/www/moodle/files/pkg-message.in
+++ /dev/null
@@ -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.
diff --git a/www/moodle/pkg-descr b/www/moodle/pkg-descr
deleted file mode 100644
index fe30e0d25bab..000000000000
--- a/www/moodle/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/