ports/77180: New port: www/typo3

Gerrit Beine tux at pinguru.net
Sun Feb 6 21:30:22 UTC 2005


>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 at 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 <tux at pinguru.net>
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 at 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}, at 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}, at dirrm ${SITEDIR},p' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
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:



More information about the freebsd-ports-bugs mailing list