From 058f99bb6be204f053b06d0ad32951709df6109f Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 4 Dec 2010 09:10:24 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_EOL'. --- www/typo345/Makefile | 67 --------------------------------------------------- www/typo345/distinfo | 6 ----- www/typo345/pkg-descr | 8 ------ www/typo345/pkg-plist | 3 --- 4 files changed, 84 deletions(-) delete mode 100644 www/typo345/Makefile delete mode 100644 www/typo345/distinfo delete mode 100644 www/typo345/pkg-descr delete mode 100644 www/typo345/pkg-plist (limited to 'www/typo345') diff --git a/www/typo345/Makefile b/www/typo345/Makefile deleted file mode 100644 index 4da8bdc2ef7f..000000000000 --- a/www/typo345/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: www/typo3 -# Date created: February 6th 2005 -# Whom: Gerrit Beine -# -# $FreeBSD$ -# - -PORTNAME= typo3 -PORTVERSION= 4.4.4 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} -DISTNAME= ${PORTNAME}_src-${PORTVERSION} - -MAINTAINER= jumper99@gmx.de -COMMENT= The typo3 content management system - -NO_BUILD= yes -USE_PHP= mysql pcre xml session ctype filter json -WANT_PHP_WEB= yes -IGNORE_WITH_PHP= 4 - -TYPO3DIR= www/${DISTNAME} -SITEDIR?= www/typo3 -SITESRC= ${WRKDIR}/${EDITION}-${PORTVERSION} - -EDITION= dummy - -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${EDITION}-${PORTVERSION}${EXTRACT_SUFX} - -OPTIONS= GD "Configure with GDlib/freetype support" off \ - ZLIB "Configure with zlib support" off \ - IMAGICK "Configure with ImageMagick support" off - -.include - -.if defined(WITH_GD) -USE_PHP+= gd -.endif - -.if defined(WITH_ZLIB) -USE_PHP+= zlib -.endif - -.if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick -.endif - -pre-install: - ${MV} ${SITESRC}/typo3conf/localconf.php ${SITESRC}/typo3conf/localconf.php.dist - -do-install: - ${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR} - ${CP} -R ${SITESRC} ${PREFIX}/${SITEDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SITEDIR} - -post-install: - @${FIND} ${PREFIX}/${TYPO3DIR} -not -type d \ - | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} - @${FIND} -d ${PREFIX}/${TYPO3DIR} -type d \ - | ${SED} -ne 's,^${PREFIX}/${TYPO3DIR},@dirrm ${TYPO3DIR},p' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${SITEDIR} -not -type d \ - | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} - @${FIND} -d ${PREFIX}/${SITEDIR} -type d \ - | ${SED} -ne 's,^${PREFIX}/${SITEDIR},@dirrm ${SITEDIR},p' >> ${TMPPLIST} - -.include diff --git a/www/typo345/distinfo b/www/typo345/distinfo deleted file mode 100644 index 56a8a58c4572..000000000000 --- a/www/typo345/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (typo3_src-4.4.4.tar.gz) = b8c8f8fb78e1a33b786ebb8317153b3a -SHA256 (typo3_src-4.4.4.tar.gz) = eee93e67698819feafa2ca04dcd1b0246ac8d274d6affd96c30d9bb00f66e461 -SIZE (typo3_src-4.4.4.tar.gz) = 18533448 -MD5 (dummy-4.4.4.tar.gz) = 2bb7fe08f85b14a509305aa58b0db0ad -SHA256 (dummy-4.4.4.tar.gz) = ce0c619734c3ca30db127e10cecc671f4abc76546a1e5890fb7bda06ec648205 -SIZE (dummy-4.4.4.tar.gz) = 9739 diff --git a/www/typo345/pkg-descr b/www/typo345/pkg-descr deleted file mode 100644 index 5c878a2b8e98..000000000000 --- a/www/typo345/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -TYPO3 is a free Open Source content management system for enterprise purposes -on the web and in intranets. It offers full flexibility and extendability while -featuring an accomplished set of ready-made interfaces, functions and modules. - -This version is the current stable release. It is recommended for existing -projects and will get full support until TYPO3 4.5 has been released. - -WWW: http://typo3.org/ diff --git a/www/typo345/pkg-plist b/www/typo345/pkg-plist deleted file mode 100644 index f9b49a9097eb..000000000000 --- a/www/typo345/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@exec mkdir -p %D/www/typo3/typo3conf 2> /dev/null -@exec [ -f %D/www/typo3/typo3conf/localconf.php ] || cp %D/www/typo3/typo3conf/localconf.php.dist %D/www/typo3/typo3conf/localconf.php -@unexec if cmp -s %D/www/typo3/typo3conf/localconf.php %D/www/typo3/typo3conf/localconf.php.dist; then rm -f %D/www/typo3/typo3conf/localconf.php; fi -- cgit v1.2.3