Restore www/plone port and update it to 4.1.5
This commit is contained in:
parent
881b44a3a0
commit
ee04a921c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295488
6 changed files with 56 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -2679,7 +2679,6 @@ security/pgp6||2011-09-30|Vulnerable since 2005-07-31
|
|||
www/p5-RTx-RightsMatrix||2011-09-30|Only works with www/rt36, which is FORBIDDEN
|
||||
www/p5-RTx-Shredder||2011-09-30|Only works with www/rt36, which is FORBIDDEN
|
||||
www/p5-RTx-Statistics||2011-09-30|Only works with www/rt36, which is FORBIDDEN
|
||||
www/plone||2011-09-30|Vulnerable since 2011-02-10
|
||||
www/rt36||2011-09-30|Vulnerable since 2009-12-09
|
||||
www/zope-archetypes||2011-09-30|Depends on www/plone, which is FORBIDDEN
|
||||
www/zope-calendaring||2011-09-30|Depends on www/plone, which is FORBIDDEN
|
||||
|
|
|
@ -1401,6 +1401,7 @@
|
|||
SUBDIR += piwik
|
||||
SUBDIR += planet
|
||||
SUBDIR += pligg
|
||||
SUBDIR += plone
|
||||
SUBDIR += plugger
|
||||
SUBDIR += plugger-plugins-hubbe
|
||||
SUBDIR += pmwiki
|
||||
|
|
33
www/plone/Makefile
Normal file
33
www/plone/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: plone
|
||||
# Date created: 25 April 2012
|
||||
# Whom: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= plone
|
||||
PORTVERSION= 4.1.5
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
DISTNAME= Plone-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= The Plone Content Management System
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.CMFPlacefulWorkflow>=0:${PORTSDIR}/devel/py-Products.CMFPlacefulWorkflow \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.CMFPlone>=0:${PORTSDIR}/www/py-Products.CMFPlone \
|
||||
${PYTHON_PKGNAMEPREFIX}Products.kupu>=0:${PORTSDIR}/www/py-Products.kupu \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.caching>=0:${PORTSDIR}/www/py-plone.app.caching \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.iterate>=0:${PORTSDIR}/www/py-plone.app.iterate \
|
||||
${PYTHON_PKGNAMEPREFIX}plone.app.openid>=0:${PORTSDIR}/security/py-plone.app.openid \
|
||||
${PYTHON_PKGNAMEPREFIX}wicked>=0:${PORTSDIR}/textproc/py-wicked
|
||||
|
||||
DIST_SUBDIR= zope
|
||||
PYDISTUTILS_PKGNAME= Plone
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
USE_ZIP= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/plone/distinfo
Normal file
2
www/plone/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (zope/Plone-4.1.5.zip) = 4b735498fc89ebbed0cfdc14ae24a853ef7111150bdfe3fe38c6c7fbb4ea73f3
|
||||
SIZE (zope/Plone-4.1.5.zip) = 20801
|
12
www/plone/pkg-descr
Normal file
12
www/plone/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Plone is a user friendly Content Management System running on top of Python,
|
||||
Zope and the CMF.
|
||||
It benefits from all features of Zope/CMF such as: RDBMS integration, Python
|
||||
extensions, Object Oriented Database, Web configurable workflow, pluggable
|
||||
membership and authentication, Undos, Form validation, amongst many many other
|
||||
features. Available protocols: FTP, XMLRPC, HTTP and WEBDAV.
|
||||
Turn it into a distributed application system by installing ZEO.
|
||||
|
||||
Plone shares some of the qualities of Livelink, Interwoven and Documentum. It
|
||||
aims to be *the* open source out-of-the-box publishing system.
|
||||
|
||||
WWW: http://plone.org/
|
8
www/plone/pkg-plist
Normal file
8
www/plone/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in a new issue