aboutsummaryrefslogtreecommitdiff
path: root/www/typo344
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo344')
-rw-r--r--www/typo344/Makefile68
-rw-r--r--www/typo344/distinfo6
-rw-r--r--www/typo344/pkg-descr5
-rw-r--r--www/typo344/pkg-plist3
4 files changed, 0 insertions, 82 deletions
diff --git a/www/typo344/Makefile b/www/typo344/Makefile
deleted file mode 100644
index c173e9f7fc52..000000000000
--- a/www/typo344/Makefile
+++ /dev/null
@@ -1,68 +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.3.3
-PORTREVISION= 1
-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 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 <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.3:${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/typo344/distinfo b/www/typo344/distinfo
deleted file mode 100644
index 2093b19cbc94..000000000000
--- a/www/typo344/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (typo3_src-4.3.3.tar.gz) = ecb6d38804426cfb6aedbb82fde08b5d
-SHA256 (typo3_src-4.3.3.tar.gz) = 0d47a38a293c58a58bb73f1ac46d1c271d50b2d052528899f00823b4174ee7da
-SIZE (typo3_src-4.3.3.tar.gz) = 11488508
-MD5 (dummy-4.3.3.tar.gz) = 48339224f7c5cd4cb033541b445cedd7
-SHA256 (dummy-4.3.3.tar.gz) = bb7c357d9bbd2c22a350a8695bbe9ec45753c81dc8d771e3ec6ef4d9451672c9
-SIZE (dummy-4.3.3.tar.gz) = 9556
diff --git a/www/typo344/pkg-descr b/www/typo344/pkg-descr
deleted file mode 100644
index ec78def5bac9..000000000000
--- a/www/typo344/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/typo344/pkg-plist b/www/typo344/pkg-plist
deleted file mode 100644
index f9b49a9097eb..000000000000
--- a/www/typo344/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