# New ports collection makefile for: Zope-2.10.x # Date created: Mon Mar 22 15:32:00 CET 2006 # Whom: Gerhard Schmidt # # $FreeBSD$ # PORTNAME= zope211 PORTVERSION= 2.11.3 PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final EXTRACT_SUFX= .tgz DIST_SUBDIR= zope MAINTAINER= estartu@augusta.de COMMENT= An object-based web application platform Version 2.11 USE_PYTHON= 2.4 USE_RC_SUBR= ${PORTNAME} zeo211 ZOPE_USER?= www WEBBASEDIR?= www SZOPEBASEDIR?= ${WEBBASEDIR}/Zope211 .if defined(INSTANCENAME) ZOPEINSTANCENAME= ${INSTANCENAME} .endif ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} ZOPEINSTANCEBASE?= ${PREFIX}/${SZOPEBASEDIR} ZOPEINSTANCEDIR?= ${ZOPEINSTANCEBASE}/${ZOPEINSTANCENAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${ZOPEBASEDIR} ALL_TARGET= build MAKEFILE= makefile PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} SUB_FILES= instance_message package-pkg-message pkg-message zeo_message SUB_LIST= ZOPEBASEDIR=${ZOPEBASEDIR} \ ZOPE_USER=${ZOPE_USER} \ ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} .if defined(BATCH) ISBATCH= -u admin:test123 .else ISBATCH= "" .endif post-patch: @${FIND} ${WRKSRC} -name '*.orig' -print0 | ${XARGS} -0 -- ${RM} @${REINPLACE_CMD} \ -e 's,^\(ACCEPTABLE="\).*"$$,\1${PYTHON_PORTVERSION}",g' \ -e 's,^\(TARGET="\).*"$$,\1${PYTHON_PORTVERSION}",g' \ -e 's,^\(EXENAMES="\).*"$$,\1${PYTHON_VERSION}",g' \ ${WRKSRC}/configure post-configure: @${REINPLACE_CMD} \ -e 's,\(--home="\).*",\1${ZOPEBASEDIR}",g' \ -e 's,^.*LN.*PYTHON.*$$,,g' \ ${WRKSRC}/${MAKEFILE} post-build: -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ post-install: ${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \ ${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in ${MKDIR} ${ZOPEBASEDIR}/Products ${INSTALL_DATA} ${FILESDIR}/Products_00readme-freebsd.txt \ ${ZOPEBASEDIR}/Products/00readme-freebsd.txt .for d in lib bin doc skel Products ${FIND} ${ZOPEBASEDIR}/$d -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r .endfor @${CAT} ${PKGMESSAGE} @${ECHO_MSG} instance: ${ZOPEBASEDIR}/bin/mkzopeinstance.py -d ${ZOPEINSTANCEDIR} ${ISBATCH} ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/zope.conf_changes \ | ${PATCH} ${ZOPEINSTANCEDIR}/etc/zope.conf.sample ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/var ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/log ${RM} ${ZOPEINSTANCEDIR}/etc/zope.conf.sample.orig ${RM} -f ${ZOPEBASEDIR}/bin/copyzopeskel.pyc @${CAT} ${WRKDIR}/instance_message zeo: ${ZOPEBASEDIR}/bin/mkzeoinstance.py ${ZOPEINSTANCEDIR} ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/var ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/log @${CAT} ${WRKDIR}/zeo_message pre-package: ${INSTALL_DATA} ${WRKDIR}/package-pkg-message ${PKGMESSAGE} .include ependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/mosh
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2021-01-261-1/+1
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-08-311-1/+1
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-041-1/+1
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-01-221-1/+1
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2019-08-011-1/+1
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1
* Update devel/protobuf to 3.8.0Sunpoet Po-Chuan Hsieh2019-07-061-1/+1
* - Remove unneeded USES=autoreconfRyan Steinmetz2019-05-201-2/+2
* These ports now build on powerpc64.Mark Linimon2019-04-151-2/+0
* Update devel/protobuf to 3.7.1Sunpoet Po-Chuan Hsieh2019-03-311-1/+1
* Update MASTERS_SITES and WWWSunpoet Po-Chuan Hsieh2019-02-032-2/+2
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
* Update devel/protobuf to 3.6.1Sunpoet Po-Chuan Hsieh2018-12-041-2/+3
* - Fix build failure with libc++ 7Ryan Steinmetz2018-08-171-0/+11
* Revert r473259 and r473260 which are committed by accidentSunpoet Po-Chuan Hsieh2018-06-251-1/+1
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2018-06-251-1/+1
* - Update name of autoreconf WRKSRC variable in commentAlex Kozlov2018-01-241-1/+1
* Update devel/protobuf to 3.5.0Sunpoet Po-Chuan Hsieh2017-12-121-1/+1
* Update devel/protobuf to 3.4.0Sunpoet Po-Chuan Hsieh2017-08-161-0/+1
* - MASTER_SITES cleanupRyan Steinmetz2017-08-021-1/+1
* - Update to 1.3.2Ryan Steinmetz2017-07-242-5/+4
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-231-0/+2