summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/webcalendar/Makefile98
-rw-r--r--www/webcalendar/distinfo2
-rw-r--r--www/webcalendar/files/pkg-message.in18
-rw-r--r--www/webcalendar/pkg-descr6
5 files changed, 0 insertions, 125 deletions
diff --git a/www/Makefile b/www/Makefile
index 0704fdb1bba0..3ef566f0fd3b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2090,7 +2090,6 @@
SUBDIR += web2ldap
SUBDIR += webalizer
SUBDIR += webbrowser
- SUBDIR += webcalendar
SUBDIR += webcalendar-devel
SUBDIR += webcheck
SUBDIR += webcopy
diff --git a/www/webcalendar/Makefile b/www/webcalendar/Makefile
deleted file mode 100644
index c559bf836ed9..000000000000
--- a/www/webcalendar/Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-# Created by: glarkin
-# $FreeBSD$
-
-PORTNAME= WebCalendar
-PORTVERSION= 1.0.5
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}%201.0/${PORTVERSION}
-PORTSCOUT= limit:^1\.0\.
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Web-based calendar application
-
-USE_PHP= pcre session
-WANT_PHP_WEB= yes
-NO_BUILD= yes
-CONFLICTS= WebCalendar-devel-[0-9]*
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-WCURL?= webcalendar
-WCDIR?= www/${WCURL}
-PLIST= ${WRKDIR}/pkg-plist
-
-SUB_FILES= pkg-message
-SUB_LIST= WCURL=${WCURL} WCDIR=${WCDIR}
-
-OPTIONS_DEFINE= LDAP DOCS
-OPTIONS_MULTI= DB
-OPTIONS_MULTI_DB= MYSQL PGSQL MSSQL DBASE ODBC ORACLE
-OPTIONS_DEFAULT= MYSQL
-DB_DESC= Database backend
-DBASE_DESC= DBase database support
-
-.include <bsd.port.options.mk>
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
-PORTDOCS= README \
- WebCalendar-Database.html \
- WebCalendar-DeveloperGuide.html \
- WebCalendar-Styling.html \
- WebCalendar-SysAdmin.html \
- newwin.gif
-
-.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:MDBASE}
-USE_PHP+= dbase
-.endif
-
-.if ${PORT_OPTIONS:MODBC}
-USE_PHP+= odbc
-.endif
-
-.if ${PORT_OPTIONS:MORACLE}
-USE_PHP+= oracle
-.endif
-
-.if ${PORT_OPTIONS:MLDAP}
-USE_PHP+= ldap
-.endif
-
-pre-install:
- @cd ${WRKSRC} && ${FIND} -s * -type f | \
- ${SED} -e 's|^|${WCDIR}/|' > ${PLIST} \
- && ${FIND} -d * -type d | \
- ${SED} -e 's|^|@dirrm ${WCDIR}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${WCDIR} >> ${PLIST}
- @${ECHO_CMD} @dirrmtry www/data-dist >> ${PLIST}
- @${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${WCDIR}
- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${WCDIR}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${WCDIR}
- @${FIND} ${STAGEDIR}${PREFIX}/${WCDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
- @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
- ${WCDIR:S|^|%D/|}' >> ${TMPPLIST}
- @${MKDIR} ${STAGEDIR}${PREFIX}/www/data \
- ${STAGEDIR}${PREFIX}/www/data-dist
- @${ECHO_CMD} '@dirrmtry www/data' >> ${TMPPLIST}
- @${ECHO_CMD} '@dirrmtry www/data-dist' >> ${TMPPLIST}
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/webcalendar/distinfo b/www/webcalendar/distinfo
deleted file mode 100644
index ddc6faf7eaf4..000000000000
--- a/www/webcalendar/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (WebCalendar-1.0.5.tar.gz) = 0a7649a23025b40f8d3bf2d6433c4902d468c38bc553c2e206313471dc889ca4
-SIZE (WebCalendar-1.0.5.tar.gz) = 890163
diff --git a/www/webcalendar/files/pkg-message.in b/www/webcalendar/files/pkg-message.in
deleted file mode 100644
index b3183580760c..000000000000
--- a/www/webcalendar/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-*************************************************
-Post-installation instructions:
-
-First, Add the following line to your httpd.conf:
-
-Alias /%%WCURL%%/ "%%PREFIX%%/%%WCDIR%%"
-
-Next, to configure WebCalendar, please read
-%%DOCSDIR%%/WebCalendar-SysAdmin.html
-for information about creating the database, installing
-the database tables and other post-installation tasks,
-such as setting up email reminders.
-
-Finally copy
-%%PREFIX%%/%%WCDIR%%/includes/settings.php.orig to
-%%PREFIX%%/%%WCDIR%%/includes/settings.php and edit it
-for your installation.
-*************************************************
diff --git a/www/webcalendar/pkg-descr b/www/webcalendar/pkg-descr
deleted file mode 100644
index 51ebc8267b84..000000000000
--- a/www/webcalendar/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a port of the WebCalendar application. WebCalendar is an
-Open Source web-based calendar/scheduling system written in PHP.
-WebCalendar has been under development since 2000 and continues
-to evolve.
-
-WWW: http://www.k5n.us/webcalendar.php