From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 6 21:30:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E03E416A4CE for ; Sun, 6 Feb 2005 21:30:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F9AA43D39 for ; Sun, 6 Feb 2005 21:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j16LUL6c037367 for ; Sun, 6 Feb 2005 21:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j16LULVb037361; Sun, 6 Feb 2005 21:30:21 GMT (envelope-from gnats) Resent-Date: Sun, 6 Feb 2005 21:30:21 GMT Resent-Message-Id: <200502062130.j16LULVb037361@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD8F16A4CE for ; Sun, 6 Feb 2005 21:24:44 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFD343D54 for ; Sun, 6 Feb 2005 21:24:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j16LOhAS066873 for ; Sun, 6 Feb 2005 21:24:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j16LOhkC066872; Sun, 6 Feb 2005 21:24:43 GMT (envelope-from nobody) Message-Id: <200502062124.j16LOhkC066872@www.freebsd.org> Date: Sun, 6 Feb 2005 21:24:43 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/77180: New port: www/typo3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 21:30:22 -0000 >Number: 77180 >Category: ports >Synopsis: New port: www/typo3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 06 21:30:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.3-RELEASE >Organization: pitcom GmbH >Environment: FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004 root@asus.site:/usr/src/sys/i386/compile/ASUS i386 >Description: 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. TYPO3 Highlights (taken from typo3.com) - Dynamic graphics generation - Image processing - Intelligent “Magic Image” technology - TypoScript template engine - Hierarchical structure - Multiple sites - Editing of static files - Open architecture - Quick Implementation Time - Expandable on all levels - Modularized - Unique caching technique - Multiple editing modes - Cross-format Search Engine - Large developer community - Much for nothing Have a look to http://www.typo3.com and http://www.typo3.org >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # typo3 # typo3/Makefile # typo3/distinfo # typo3/pkg-descr # echo c - typo3 mkdir -p typo3 > /dev/null 2>&1 echo x - typo3/Makefile sed 's/^X//' >typo3/Makefile << 'END-of-typo3/Makefile' X# New ports collection makefile for: www/typo3 X# Date created: February 6th 2005 X# Whom: Gerrit Beine X# X# $FreeBSD$ X# X XPORTNAME= typo3 XPORTVERSION= 3.7.0 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}_src-${PORTVERSION} X XMAINTAINER= tux@pinguru.net XCOMMENT= The typo3 content management system X XNO_BUILD= yes XUSE_PHP= mysql XWANT_PHP_WEB= yes X XTYPO3DIR= www/${DISTNAME} XSITEDIR?= www/typo3 XSITESRC= ${WRKDIR}/${EDITION}-${PORTVERSION} X XEDITION= dummy X.if defined(WITH_EDITION) && (${WITH_EDITION} == "quickstart" || ${WITH_EDITION} == "testsite") XEDITION= ${WITH_EDITION} X.endif X X.if make(makesum) XDISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \ X dummy-${PORTVERSION}${EXTRACT_SUFX} \ X quickstart-${PORTVERSION}${EXTRACT_SUFX} \ X testsite-${PORTVERSION}${EXTRACT_SUFX} X.else XDISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${EDITION}-${PORTVERSION}${EXTRACT_SUFX} X.endif X XOPTIONS= GD "Configure with GDlib/freetype support" off \ X ZLIB "Configure with zlib support" off \ X IMAGICK "Configure with ImageMagick support" off X XPORT_DBDIR?= /var/db/ports XLATEST_LINK= ${PORTNAME} XOPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options X X.if exists(${OPTIONSFILE}) X.include "${OPTIONSFILE}" X.endif X X.if defined(WITH_GD) XUSE_PHP+= gd X.endif X X.if defined(WITH_ZLIB) XUSE_PHP+= zlib X.endif X X.if defined(WITH_IMAGICK) XLIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick X.endif X Xdo-install: X @${CP} -R ${WRKSRC} ${PREFIX}/${TYPO3DIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3DIR} X @${CP} -R ${SITESRC} ${PREFIX}/${SITEDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${SITEDIR} X Xpost-install: X @${FIND} ${PREFIX}/${TYPO3DIR} -not -type d \ X | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} X @${FIND} -d ${PREFIX}/${TYPO3DIR} -type d \ X | ${SED} -ne 's,^${PREFIX}/${TYPO3DIR},@dirrm ${TYPO3DIR},p' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${SITEDIR} -not -type d \ X | ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST} X @${FIND} -d ${PREFIX}/${SITEDIR} -type d \ X | ${SED} -ne 's,^${PREFIX}/${SITEDIR},@dirrm ${SITEDIR},p' >> ${TMPPLIST} X X.include END-of-typo3/Makefile echo x - typo3/distinfo sed 's/^X//' >typo3/distinfo << 'END-of-typo3/distinfo' XMD5 (typo3_src-3.7.0.tar.gz) = 6bc49909b96cba7abf4f353efde6849b XSIZE (typo3_src-3.7.0.tar.gz) = 10878257 XMD5 (dummy-3.7.0.tar.gz) = efd9749fcc7247db368adccae7087ba1 XSIZE (dummy-3.7.0.tar.gz) = 242283 XMD5 (quickstart-3.7.0.tar.gz) = 7da02a9922a6a3ad9dc0482b6b66acab XSIZE (quickstart-3.7.0.tar.gz) = 793752 XMD5 (testsite-3.7.0.tar.gz) = d4291fda45abab579b24f1498ea18ed3 XSIZE (testsite-3.7.0.tar.gz) = 1721017 END-of-typo3/distinfo echo x - typo3/pkg-descr sed 's/^X//' >typo3/pkg-descr << 'END-of-typo3/pkg-descr' XTYPO3 is a free Open Source content management system for enterprise purposes Xon the web and in intranets. It offers full flexibility and extendability while Xfeaturing an accomplished set of ready-made interfaces, functions and modules. X XWWW: http://typo3.com/ END-of-typo3/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: