diff options
Diffstat (limited to 'www/typo343')
-rw-r--r-- | www/typo343/Makefile | 67 | ||||
-rw-r--r-- | www/typo343/distinfo | 6 | ||||
-rw-r--r-- | www/typo343/pkg-descr | 5 | ||||
-rw-r--r-- | www/typo343/pkg-plist | 3 |
4 files changed, 0 insertions, 81 deletions
diff --git a/www/typo343/Makefile b/www/typo343/Makefile deleted file mode 100644 index f08489d972db..000000000000 --- a/www/typo343/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: www/typo3 -# Date created: February 6th 2005 -# Whom: Gerrit Beine <tux@pinguru.net> -# -# $FreeBSD$ -# - -PORTNAME= typo3 -PORTVERSION= 4.2.10 -CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} -DISTNAME= ${PORTNAME}_src-${PORTVERSION} - -MAINTAINER= gerrit.beine@gmx.de -COMMENT= The typo3 content management system - -NO_BUILD= yes -USE_PHP= mysql pcre xml session ctype -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 <bsd.port.pre.mk> - -.if defined(WITH_GD) -USE_PHP+= gd -.endif - -.if defined(WITH_ZLIB) -USE_PHP+= zlib -.endif - -.if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.2:${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 <bsd.port.post.mk> diff --git a/www/typo343/distinfo b/www/typo343/distinfo deleted file mode 100644 index 318ff539f55e..000000000000 --- a/www/typo343/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (typo3_src-4.2.10.tar.gz) = b53a1d9faeff6a872efa9104946cdb87 -SHA256 (typo3_src-4.2.10.tar.gz) = d64b78314e67a1b03e8a720b655ffd04cec45b31c9e3e603605fd70a5556b6e7 -SIZE (typo3_src-4.2.10.tar.gz) = 8155862 -MD5 (dummy-4.2.10.tar.gz) = 8c7f51b692db4123ce08c8f9f866337c -SHA256 (dummy-4.2.10.tar.gz) = 1afa6da066e917ea34f22fa0ee05bb43011d1a92092f601d7df20812257c64f1 -SIZE (dummy-4.2.10.tar.gz) = 9381 diff --git a/www/typo343/pkg-descr b/www/typo343/pkg-descr deleted file mode 100644 index ec78def5bac9..000000000000 --- a/www/typo343/pkg-descr +++ /dev/null @@ -1,5 +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. - -WWW: http://typo3.org/ diff --git a/www/typo343/pkg-plist b/www/typo343/pkg-plist deleted file mode 100644 index f9b49a9097eb..000000000000 --- a/www/typo343/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 |