aboutsummaryrefslogtreecommitdiff
path: root/www/typo344
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /www/typo344
parentc7651500a041b224f401ba85fc192aac6ad83c1c (diff)
downloadports-a54fe1ca9c33931d7c4381a84ee11454f9831c08.tar.gz
ports-a54fe1ca9c33931d7c4381a84ee11454f9831c08.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'www/typo344')
-rw-r--r--www/typo344/Makefile65
-rw-r--r--www/typo344/distinfo6
-rw-r--r--www/typo344/pkg-descr5
3 files changed, 0 insertions, 76 deletions
diff --git a/www/typo344/Makefile b/www/typo344/Makefile
deleted file mode 100644
index bfaf5102be20..000000000000
--- a/www/typo344/Makefile
+++ /dev/null
@@ -1,65 +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.0
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-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.1:${PORTSDIR}/graphics/ImageMagick
-.endif
-
-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 939562a4ec4d..000000000000
--- a/www/typo344/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (typo3_src-4.2.0.tar.gz) = 26f211af1d530680b9dafa189a088718
-SHA256 (typo3_src-4.2.0.tar.gz) = f578a6c676a32ea4c4f25b87edd6a38a1ab03d6b71fb5e30988c7d0f19ed4313
-SIZE (typo3_src-4.2.0.tar.gz) = 8366513
-MD5 (dummy-4.2.0.tar.gz) = 3da2c2ce036b3fa0f270acdf0dbfe011
-SHA256 (dummy-4.2.0.tar.gz) = 6c7d06821ce0e8bc0c0da8b406f4d3d8ff6577f788ba921aeb380b4c2a38b4fb
-SIZE (dummy-4.2.0.tar.gz) = 9443
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/