[122604] trunk/dports/zope
petr at macports.org
petr at macports.org
Thu Jul 24 07:28:29 PDT 2014
Revision: 122604
https://trac.macports.org/changeset/122604
Author: petr at macports.org
Date: 2014-07-24 07:28:28 -0700 (Thu, 24 Jul 2014)
Log Message:
-----------
zope-* : whitespace and reformating
Modified Paths:
--------------
trunk/dports/zope/zope-archetypes/Portfile
trunk/dports/zope/zope-btreefolder2/Portfile
trunk/dports/zope/zope-cmf/Portfile
trunk/dports/zope/zope-cmfactionicons/Portfile
trunk/dports/zope/zope-cmfformcontroller/Portfile
trunk/dports/zope/zope-cmfmessage/Portfile
trunk/dports/zope/zope-cmfphoto/Portfile
trunk/dports/zope/zope-cmfphotoalbum/Portfile
trunk/dports/zope/zope-cmfplone/Portfile
trunk/dports/zope/zope-cmfquickinstallertool/Portfile
trunk/dports/zope/zope-cmfusertracktool/Portfile
trunk/dports/zope/zope-cvsfile/Portfile
trunk/dports/zope/zope-emil_email_client/Portfile
trunk/dports/zope/zope-externaleditor/Portfile
trunk/dports/zope/zope-externalfile/Portfile
trunk/dports/zope/zope-extfile/Portfile
trunk/dports/zope/zope-formulator/Portfile
trunk/dports/zope/zope-generator/Portfile
trunk/dports/zope/zope-groupuserfolder/Portfile
trunk/dports/zope/zope-localfs/Portfile
trunk/dports/zope/zope-localizer/Portfile
trunk/dports/zope/zope-mimetypesregistry/Portfile
trunk/dports/zope/zope-placelesstranslationservice/Portfile
trunk/dports/zope/zope-ploneerrorreporting/Portfile
trunk/dports/zope/zope-plonekeywordmanager/Portfile
trunk/dports/zope/zope-ploneloginhistory/Portfile
trunk/dports/zope/zope-portaltransforms/Portfile
trunk/dports/zope/zope-revisionmanager/Portfile
trunk/dports/zope/zope-stripogram/Portfile
trunk/dports/zope/zope-usersniffer/Portfile
trunk/dports/zope/zope-usertrack/Portfile
trunk/dports/zope/zope-validation/Portfile
trunk/dports/zope/zope-zopetree/Portfile
trunk/dports/zope/zope-zopezen/Portfile
trunk/dports/zope/zope-zphotoslides/Portfile
trunk/dports/zope/zope-zsyncer/Portfile
Modified: trunk/dports/zope/zope-archetypes/Portfile
===================================================================
--- trunk/dports/zope/zope-archetypes/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-archetypes/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,30 +1,31 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup Archetypes 1.3.2
-license BSD
-maintainers nomaintainer
-description Framework for the dev of new Content Types in Zope CMF/Plone.
-long_description Archetypes (formerly known as CMFTypes) is a \
- framework designed to facilitate the building of \
- applications for Plone and CMF. Its main purpose \
- is to provide a common method for building \
- content objects, based on schema definitions. \
- Fields can be grouped for editing, making it \
- very simple to create wizard-like forms.
-homepage http://sourceforge.net/projects/archetypes/
-master_sites sourceforge:archetypes
-distname ${zope.product}-${version}-final
-checksums md5 8dc93be44f2c199289ef28042126bcb6
-platforms darwin freebsd
-supported_archs noarch
+zope.setup Archetypes 1.3.2
+platforms darwin freebsd
+supported_archs noarch
+license BSD
+maintainers nomaintainer
+description Framework for the dev of new Content Types in Zope CMF/Plone.
+long_description Archetypes (formerly known as CMFTypes) is a \
+ framework designed to facilitate the building of \
+ applications for Plone and CMF. Its main purpose \
+ is to provide a common method for building \
+ content objects, based on schema definitions. \
+ Fields can be grouped for editing, making it \
+ very simple to create wizard-like forms.
-depends_lib-append port:zope-portaltransforms \
- port:zope-mimetypesregistry \
- port:zope-generator \
- port:zope-validation \
- port:zope-cmfformcontroller \
- port:zope-cmfplone
+homepage http://sourceforge.net/projects/archetypes/
+master_sites sourceforge:archetypes
+distname ${zope.product}-${version}-final
+checksums md5 8dc93be44f2c199289ef28042126bcb6
+
+depends_lib-append port:zope-portaltransforms \
+ port:zope-mimetypesregistry \
+ port:zope-generator \
+ port:zope-validation \
+ port:zope-cmfformcontroller \
+ port:zope-cmfplone
Modified: trunk/dports/zope/zope-btreefolder2/Portfile
===================================================================
--- trunk/dports/zope/zope-btreefolder2/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-btreefolder2/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,26 +1,28 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup BTreeFolder2 1.0.1
-license ZPL-2
-maintainers nomaintainer
-description Zope folder that can contain many more objects efficiently
-long_description When you fill a Zope folder with too many \
- objects, both Zope and your browser get \
- overwhelmed. Zope has to load and store a large \
- folder object, and the browser has to render \
- large HTML tables repeatedly. Zope can store a \
- lot of objects, but it has trouble storing a lot \
- of objects in a single standard Zope folder. \
- BTreeFolder2 solves this problem by storing the \
- objects in Zope BTrees, special structures \
- designed for the Zope object database. BTrees \
- can hold numerous items without loading them all \
- into memory at once.
-homepage http://hathawaymix.org/Software/${zope.product}/
-master_sites ${homepage}
-checksums md5 14c5904cd5b4fd1f64e89ca489e4e049
-platforms darwin freebsd
+zope.setup BTreeFolder2 1.0.1
+platforms darwin freebsd
+license ZPL-2
+maintainers nomaintainer
+
+description Zope folder that can contain many more objects efficiently
+long_description When you fill a Zope folder with too many \
+ objects, both Zope and your browser get \
+ overwhelmed. Zope has to load and store a large \
+ folder object, and the browser has to render \
+ large HTML tables repeatedly. Zope can store a \
+ lot of objects, but it has trouble storing a lot \
+ of objects in a single standard Zope folder. \
+ BTreeFolder2 solves this problem by storing the \
+ objects in Zope BTrees, special structures \
+ designed for the Zope object database. BTrees \
+ can hold numerous items without loading them all \
+ into memory at once.
+
+homepage http://hathawaymix.org/Software/${zope.product}/
+master_sites ${homepage}
+checksums md5 14c5904cd5b4fd1f64e89ca489e4e049
Modified: trunk/dports/zope/zope-cmf/Portfile
===================================================================
--- trunk/dports/zope/zope-cmf/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmf/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,29 +1,31 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMF 1.4.7 {CMFCore CMFDefault CMFTopic CMFCalendar DCWorkflow}
-license ZPL-2
-maintainers nomaintainer
-description The Zope Content Management Framework (CMF)
-long_description The Zope Content Management Framework provides a set \
- of services and content objects useful for building \
- highly dynamic, content-oriented portal sites. As \
- packaged, the CMF generates a site much like the \
- Zope.org site. The CMF is intended to be easily \
- customizable, in terms of both the types of content \
- used and the policies and services it provides.
-homepage http://zope.org/Products/${zope.product}
-master_sites ${homepage}/${distname}/
-checksums md5 2aca7518950444fa4f7437860865647f
-platforms darwin freebsd
+zope.setup CMF 1.4.7 {CMFCore CMFDefault CMFTopic CMFCalendar DCWorkflow}
+platforms darwin freebsd
+license ZPL-2
+maintainers nomaintainer
+description The Zope Content Management Framework (CMF)
+long_description The Zope Content Management Framework provides a set \
+ of services and content objects useful for building \
+ highly dynamic, content-oriented portal sites. As \
+ packaged, the CMF generates a site much like the \
+ Zope.org site. The CMF is intended to be easily \
+ customizable, in terms of both the types of content \
+ used and the policies and services it provides.
+
+homepage http://zope.org/Products/${zope.product}
+master_sites ${homepage}/${distname}/
+checksums md5 2aca7518950444fa4f7437860865647f
+
post-destroot {
- if {[file isdirectory ${worksrcpath}/docs]} {
- set docPath ${destroot}${prefix}/share/doc
- xinstall -d -m 0755 ${docPath}
- system "cp -R ${worksrcpath}/docs ${docPath}/${name}"
- }
+ if {[file isdirectory ${worksrcpath}/docs]} {
+ set docPath ${destroot}${prefix}/share/doc
+ xinstall -d -m 0755 ${docPath}
+ system "cp -R ${worksrcpath}/docs ${docPath}/${name}"
+ }
}
Modified: trunk/dports/zope/zope-cmfactionicons/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfactionicons/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfactionicons/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,32 +1,34 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFActionIcons 0.9
-revision 2
-license ZPL-2
-maintainers nomaintainer
-description CMFActionIcons product for use with Zope CMF/Plone
-long_description This product is a add-on for the Zope Content \
- Management Framework (CMF). It should be useful \
- with Plone, CPS, and other CMF-derived extensions, \
- as well. The product provides: \
- - A new tool, 'portal_actionicons', which serves as \
- a registry mapping object actions (using category \
- and action ID) to a descriptive title, a priority, \
- and an icon ID. The tool post-processes a set of \
- actions (i.e., those generated by the \
- 'portal_actions' tool), decorating them with \
- additional information, and sorting them according \
- to priority. \
- - ZPT macros which build either horizontal or \
- vertical icon bars for a set of actions.
-homepage http://zope.org/Members/tseaver/${zope.product}
-master_sites ${homepage}/${zope.product}-${version}/
-zope.need_subdir no
-checksums md5 4c33a6daefd75e5ee63a3afb693628f8
-platforms darwin freebsd
+zope.setup CMFActionIcons 0.9
+revision 2
+platforms darwin freebsd
+license ZPL-2
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description CMFActionIcons product for use with Zope CMF/Plone
+long_description This product is a add-on for the Zope Content \
+ Management Framework (CMF). It should be useful \
+ with Plone, CPS, and other CMF-derived extensions, \
+ as well. The product provides: \
+ - A new tool, 'portal_actionicons', which serves as \
+ a registry mapping object actions (using category \
+ and action ID) to a descriptive title, a priority, \
+ and an icon ID. The tool post-processes a set of \
+ actions (i.e., those generated by the \
+ 'portal_actions' tool), decorating them with \
+ additional information, and sorting them according \
+ to priority. \
+ - ZPT macros which build either horizontal or \
+ vertical icon bars for a set of actions.
+
+homepage http://zope.org/Members/tseaver/${zope.product}
+master_sites ${homepage}/${zope.product}-${version}/
+zope.need_subdir no
+checksums md5 4c33a6daefd75e5ee63a3afb693628f8
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-cmfformcontroller/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfformcontroller/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfformcontroller/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFFormController 1.0.4
-license BSD ZPL-2
-maintainers nomaintainer
-description CMFFormController product for Zope CMF/Plone
-long_description CMFFormController replaces the portal_form form \
- validation mechanism from Plone. It should work \
- just fine in plain CMF as well.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 f4764d72f6e4014312a6612aa704c787
-platforms darwin freebsd
+zope.setup CMFFormController 1.0.4
+platforms darwin freebsd
+license BSD ZPL-2
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description CMFFormController product for Zope CMF/Plone
+long_description CMFFormController replaces the portal_form form \
+ validation mechanism from Plone. It should work \
+ just fine in plain CMF as well.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 f4764d72f6e4014312a6612aa704c787
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-cmfmessage/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfmessage/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfmessage/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,34 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFMessage 1.1
-revision 1
-license GPL
-maintainers nomaintainer
-description Simple InstantMessaging tool for Plone
-long_description Simple InstantMessaging tool for Plone \
- - allows you to send instant messages to other \
- members, these messages are stored in the Member's \
- .personal/messages \
- - interacts with CMFUserTrackTool you can click on \
- the mail icon of the active users list to send an IM \
- to the user \
- - Messaging is handled by portal_messages tool
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-distname ${zope.product}-[strsed ${version} {g/[.]/_/}]
-extract.suffix .tgz
-checksums md5 fc38580a86005cf2781504ea9a400ec3
-platforms darwin freebsd
-supported_archs noarch
+zope.setup CMFMessage 1.1
+revision 1
+platforms darwin freebsd
+supported_archs noarch
+license GPL
+maintainers nomaintainer
-depends_lib-append port:zope-cmfusertracktool \
- port:zope-cmfplone
+description Simple InstantMessaging tool for Plone
+long_description Simple InstantMessaging tool for Plone \
+ - allows you to send instant messages to other \
+ members, these messages are stored in the Member's \
+ .personal/messages \
+ - interacts with CMFUserTrackTool you can click on \
+ the mail icon of the active users list to send an IM \
+ to the user \
+ - Messaging is handled by portal_messages tool
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+distname ${zope.product}-[strsed ${version} {g/[.]/_/}]
+extract.suffix .tgz
+checksums md5 fc38580a86005cf2781504ea9a400ec3
+
+depends_lib-append port:zope-cmfusertracktool \
+ port:zope-cmfplone
+
post-patch {
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
Modified: trunk/dports/zope/zope-cmfphoto/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfphoto/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfphoto/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,25 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFPhoto 0.5.0
-revision 2
-categories-append graphics
-license GPL-2+
-maintainers nomaintainer
-description Zope CMF based Photo object
-long_description ${description}
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 460f13f2ecc18c80a13324dd4eaafabb
-platforms darwin freebsd
-supported_archs noarch
+zope.setup CMFPhoto 0.5.0
+revision 2
+categories-append graphics
+platforms darwin freebsd
+supported_archs noarch
+license GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-cmf \
- port:py26-pil
-depends_run bin:convert:ImageMagick
+description Zope CMF based Photo object
+long_description ${description}
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 460f13f2ecc18c80a13324dd4eaafabb
+
+depends_lib-append port:zope-cmf \
+ port:py26-pil
+
+depends_run bin:convert:ImageMagick
Modified: trunk/dports/zope/zope-cmfphotoalbum/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfphotoalbum/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfphotoalbum/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFPhotoAlbum 0.5.0
-revision 1
-categories-append graphics
-license GPL-2+
-maintainers nomaintainer
-description Zope CMF based Photo Album object
-long_description ${description}
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 ddba95e9184c360b9dfc399628e21545
-platforms darwin freebsd
-supported_archs noarch
+zope.setup CMFPhotoAlbum 0.5.0
+revision 1
+categories-append graphics
+platforms darwin freebsd
+supported_archs noarch
+license GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-btreefolder2 \
- port:zope-cmf \
- port:zope-cmfphoto
+description Zope CMF based Photo Album object
+long_description ${description}
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 ddba95e9184c360b9dfc399628e21545
+
+depends_lib-append port:zope-btreefolder2 \
+ port:zope-cmf \
+ port:zope-cmfphoto
Modified: trunk/dports/zope/zope-cmfplone/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfplone/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfplone/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,34 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFPlone 2.0.5
-license GPL-2+
-maintainers nomaintainer
-description A user friendly implementation of the CMF written on top of Zope
-long_description Plone is a user friendly implementation of the \
- Content Management Framework written on top of \
- ZOPE. Plone is a GUI/Interface/Implementation \
- of the CMF. It benefits from all features of \
- ZOPE/CMF such as: RDBMS integration, Python/Perl \
- extensions, Object Oriented Database, Web \
- configurable workflow, pluggable membership and \
- authentication, Undos, Form validation, amongst \
- many many other features.
-homepage http://www.plone.org/
-master_sites sourceforge:plone
-distname Plone-${version}
-zope.need_subdir no
-checksums md5 fe8ce932877c53bb22b1f88d2b4c9211
-platforms darwin freebsd
+zope.setup CMFPlone 2.0.5
+platforms darwin freebsd
+license GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-cmf \
- port:zope-formulator \
- port:zope-cmfactionicons \
- port:zope-cmfquickinstallertool \
- port:zope-groupuserfolder \
- port:zope-btreefolder2 \
- port:zope-cmfformcontroller \
- port:zope-ploneerrorreporting
+description A user friendly implementation of the CMF written on top of Zope
+long_description Plone is a user friendly implementation of the \
+ Content Management Framework written on top of \
+ ZOPE. Plone is a GUI/Interface/Implementation \
+ of the CMF. It benefits from all features of \
+ ZOPE/CMF such as: RDBMS integration, Python/Perl \
+ extensions, Object Oriented Database, Web \
+ configurable workflow, pluggable membership and \
+ authentication, Undos, Form validation, amongst \
+ many many other features.
+
+homepage http://www.plone.org/
+master_sites sourceforge:plone
+distname Plone-${version}
+zope.need_subdir no
+checksums md5 fe8ce932877c53bb22b1f88d2b4c9211
+
+depends_lib-append port:zope-cmf \
+ port:zope-formulator \
+ port:zope-cmfactionicons \
+ port:zope-cmfquickinstallertool \
+ port:zope-groupuserfolder \
+ port:zope-btreefolder2 \
+ port:zope-cmfformcontroller \
+ port:zope-ploneerrorreporting
Modified: trunk/dports/zope/zope-cmfquickinstallertool/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfquickinstallertool/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfquickinstallertool/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFQuickInstallerTool 1.5.2
-license GPL-2+
-maintainers nomaintainer
-description CMFQuickInstallerTool for Zope CMF/Plone
-long_description CMFQuickInstallerTool is a facility for comfortable \
- activation/deactivation of CMF compliant products \
- inside a CMF site. Therefore it has to be installed \
- as a tool inside a CMF portal, where it stores the \
- information about the installed products.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-extract.suffix .tgz
-checksums md5 08e8c7ed2d46377cbf7ac5e5867ef16b
-platforms darwin freebsd
+zope.setup CMFQuickInstallerTool 1.5.2
+platforms darwin freebsd
+license GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description CMFQuickInstallerTool for Zope CMF/Plone
+long_description CMFQuickInstallerTool is a facility for comfortable \
+ activation/deactivation of CMF compliant products \
+ inside a CMF site. Therefore it has to be installed \
+ as a tool inside a CMF portal, where it stores the \
+ information about the installed products.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+extract.suffix .tgz
+checksums md5 08e8c7ed2d46377cbf7ac5e5867ef16b
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-cmfusertracktool/Portfile
===================================================================
--- trunk/dports/zope/zope-cmfusertracktool/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cmfusertracktool/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CMFUserTrackTool 1.1
-revision 1
-license GPL
-maintainers nomaintainer
-description User tracking product for CMF Zope sites
-long_description Lists the currently concurrent authenticated users \
- that are logged into the portal.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-distname CMFMessage-[strsed ${version} {g/[.]/_/}]
-extract.suffix .tgz
-checksums md5 fc38580a86005cf2781504ea9a400ec3
-platforms darwin freebsd
+zope.setup CMFUserTrackTool 1.1
+revision 1
+platforms darwin freebsd
+license GPL
+maintainers nomaintainer
-depends_lib-append port:zope-usertrack \
- port:zope-cmfplone
+description User tracking product for CMF Zope sites
+long_description Lists the currently concurrent authenticated users \
+ that are logged into the portal.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+distname CMFMessage-[strsed ${version} {g/[.]/_/}]
+extract.suffix .tgz
+checksums md5 fc38580a86005cf2781504ea9a400ec3
+
+depends_lib-append port:zope-usertrack \
+ port:zope-cmfplone
Modified: trunk/dports/zope/zope-cvsfile/Portfile
===================================================================
--- trunk/dports/zope/zope-cvsfile/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-cvsfile/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,39 +1,41 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup CVSFile 0.9.0
-revision 2
+zope.setup CVSFile 0.9.0
+revision 2
+platforms darwin freebsd
+supported_archs noarch
# similar but not identical to ZPL-1.1, contains an advertising clause
-license Permissive GPLConflict
-maintainers nomaintainer
-description This is the CVSFile Zope Product.
-long_description The CVSFile package is a Zope product. CVSFile \
- allows one to use CVS as a version control system \
- for Zope content. The developer creates a CVSFile, \
- pointing to a file in the developer's CVS Sandbox on \
- the Zope server. Other Zope objects are able to \
- access the content, but it is actually stored on the \
- disk, rather than in the ZODB. CVSFile enables the \
- user to modify the file and do simple CVS commands. \
- CVSFile inherits from ExternalFile \
- (http://www.zope.org/Members/arielpartners/ExternalFile), \
- a Zope product that behaves like a standard Zope \
- object like File, Page Template,or DTMLMethod, but \
- points to external content in the filesystem.
-homepage http://zope.org/Members/arielpartners/${zope.product}
-master_sites ${homepage}/${version}/
-distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
-use_zip yes
-checksums md5 e2841081d9b038c8a1acee97ff4b0e17
-platforms darwin freebsd
-supported_archs noarch
+license Permissive GPLConflict
+maintainers nomaintainer
-depends_lib-append port:zope-externalfile
-depends_run bin:cvs:cvs
+description This is the CVSFile Zope Product.
+long_description The CVSFile package is a Zope product. CVSFile \
+ allows one to use CVS as a version control system \
+ for Zope content. The developer creates a CVSFile, \
+ pointing to a file in the developer's CVS Sandbox on \
+ the Zope server. Other Zope objects are able to \
+ access the content, but it is actually stored on the \
+ disk, rather than in the ZODB. CVSFile enables the \
+ user to modify the file and do simple CVS commands. \
+ CVSFile inherits from ExternalFile \
+ (http://www.zope.org/Members/arielpartners/ExternalFile), \
+ a Zope product that behaves like a standard Zope \
+ object like File, Page Template,or DTMLMethod, but \
+ points to external content in the filesystem.
+homepage http://zope.org/Members/arielpartners/${zope.product}
+master_sites ${homepage}/${version}/
+distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
+use_zip yes
+checksums md5 e2841081d9b038c8a1acee97ff4b0e17
+
+depends_lib-append port:zope-externalfile
+depends_run bin:cvs:cvs
+
post-patch {
- reinplace "s|'tests'|& and name != 'extras'|" ${workpath}/compilezpy.py
+ reinplace "s|'tests'|& and name != 'extras'|" ${workpath}/compilezpy.py
}
Modified: trunk/dports/zope/zope-emil_email_client/Portfile
===================================================================
--- trunk/dports/zope/zope-emil_email_client/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-emil_email_client/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,34 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup Emil_Email_Client 0.6.1
-categories-append mail
-license GPL-2+
-maintainers nomaintainer
-description Emil Email Client is an email client for Zope
-long_description Emil Email Client is an email client similar to \
- those from the free webmail providers. At the \
- moment you can: \
- - read, view, reply your emails from a POP3 account \
- - addressbook \
- - nicknames \
- - send and view attachements \
- - import attachments into zope \
- - spam list to avoid receiving unwanted emails \
- - use apop for increased security, when connecting \
- to a mail server \
- - send SMS via email gateway to mobile phone \
- - access emails from phone via WAP \
- - notification of new email via SMS \
- - filter incoming emails \
- - (using these filters) send emails to your own \
- zope-methods
-homepage http://zope.org/Members/andorsch/${zope.product}
-master_sites sourceforge:emil-email
-distname [string tolower ${zope.product}]_${version}
-checksums md5 4120a426e6b865cd1543f1bb6aa418c3
-platforms darwin freebsd
-supported_archs noarch
+zope.setup Emil_Email_Client 0.6.1
+categories-append mail
+platforms darwin freebsd
+supported_archs noarch
+license GPL-2+
+maintainers nomaintainer
+
+description Emil Email Client is an email client for Zope
+long_description Emil Email Client is an email client similar to \
+ those from the free webmail providers. At the \
+ moment you can: \
+ - read, view, reply your emails from a POP3 account \
+ - addressbook \
+ - nicknames \
+ - send and view attachements \
+ - import attachments into zope \
+ - spam list to avoid receiving unwanted emails \
+ - use apop for increased security, when connecting \
+ to a mail server \
+ - send SMS via email gateway to mobile phone \
+ - access emails from phone via WAP \
+ - notification of new email via SMS \
+ - filter incoming emails \
+ - (using these filters) send emails to your own \
+ zope-methods
+
+homepage http://zope.org/Members/andorsch/${zope.product}
+master_sites sourceforge:emil-email
+distname [string tolower ${zope.product}]_${version}
+checksums md5 4120a426e6b865cd1543f1bb6aa418c3
Modified: trunk/dports/zope/zope-externaleditor/Portfile
===================================================================
--- trunk/dports/zope/zope-externaleditor/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-externaleditor/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,29 +1,31 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ExternalEditor 0.8
-license ZPL-2
-maintainers nomaintainer
-description Zope ExternalEditor Product
-long_description The ExternalEditor is a Zope product that allows you \
- to drop into your favorite editor(s) directly from \
- the ZMI to modify Zope objects. Its one of those \
- "have your cake and eat it too" kind of things.
-homepage http://zope.org/Members/Caseman/${zope.product}
-master_sites ${homepage}/${version}
-distname ${zope.product}-${version}-src
-extract.suffix .tgz
-checksums md5 c7db1275c4b5097e9719d4ac4e3309e9
-platforms darwin freebsd
-supported_archs noarch
+zope.setup ExternalEditor 0.8
+platforms darwin freebsd
+supported_archs noarch
+license ZPL-2
+maintainers nomaintainer
+description Zope ExternalEditor Product
+long_description The ExternalEditor is a Zope product that allows you \
+ to drop into your favorite editor(s) directly from \
+ the ZMI to modify Zope objects. Its one of those \
+ "have your cake and eat it too" kind of things.
+
+homepage http://zope.org/Members/Caseman/${zope.product}
+master_sites ${homepage}/${version}
+distname ${zope.product}-${version}-src
+extract.suffix .tgz
+checksums md5 c7db1275c4b5097e9719d4ac4e3309e9
+
post-install {
- ui_msg "------------------------------------------------------------"
- ui_msg "It is recommended to install ZopeEditManager on all Mac OS X"
- ui_msg "systems and zopeedit on all non-Mac OS X systems that will"
- ui_msg "be used to edit Zope documents."
- ui_msg "------------------------------------------------------------"
+ ui_msg "------------------------------------------------------------"
+ ui_msg "It is recommended to install ZopeEditManager on all Mac OS X"
+ ui_msg "systems and zopeedit on all non-Mac OS X systems that will"
+ ui_msg "be used to edit Zope documents."
+ ui_msg "------------------------------------------------------------"
}
Modified: trunk/dports/zope/zope-externalfile/Portfile
===================================================================
--- trunk/dports/zope/zope-externalfile/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-externalfile/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,27 +1,29 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ExternalFile 1.2.0
-revision 1
-license Restrictive
-maintainers nomaintainer
-description This is the ExternalFile Zope Product.
-long_description This is the ExternalFile Zope Product. It is similar \
- to ExtFile (http://zope.org/Members/MacGregor/ExtFile), \
- except that it references the file in situ, rather \
- than copying it to a file system repository within \
- the context of the Zope installation. It also \
- supports in-browser editing for ASCII files.
-homepage http://zope.org/Members/arielpartners/${zope.product}
-master_sites ${homepage}/${version}/
-distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
-use_zip yes
-checksums md5 b4da87c01e79970cb8bccf2848d88369
-platforms darwin freebsd
+zope.setup ExternalFile 1.2.0
+revision 1
+platforms darwin freebsd
+license Restrictive
+maintainers nomaintainer
+description This is the ExternalFile Zope Product.
+long_description This is the ExternalFile Zope Product. It is similar \
+ to ExtFile (http://zope.org/Members/MacGregor/ExtFile), \
+ except that it references the file in situ, rather \
+ than copying it to a file system repository within \
+ the context of the Zope installation. It also \
+ supports in-browser editing for ASCII files.
+
+homepage http://zope.org/Members/arielpartners/${zope.product}
+master_sites ${homepage}/${version}/
+distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
+use_zip yes
+checksums md5 b4da87c01e79970cb8bccf2848d88369
+
post-patch {
- reinplace "s|'tests'|& and name != 'extras'|" ${workpath}/compilezpy.py
+ reinplace "s|'tests'|& and name != 'extras'|" ${workpath}/compilezpy.py
}
Modified: trunk/dports/zope/zope-extfile/Portfile
===================================================================
--- trunk/dports/zope/zope-extfile/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-extfile/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,31 +1,33 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ExtFile 1.4.4
-license BSD ZPL-2
-maintainers nomaintainer
-description This is the ExtFile/ExtImage Zope Product.
-long_description The ExtFile Product stores large files in an \
- external file-repository and is able to display \
- icons for different MIME-Types. The ExtImage \
- Product additionally creates preview-thumbnails from \
- various images and displays them. ExtFile and \
- ExtImage basically work like the Zope File and Image \
- products. The difference is, that the File/Image \
- Products stores the (binary) file inside the ZODB, \
- wheras ExtFile/ExtImage stores it externally in a \
- repository directory (default: <zope-dir>/var/reposit). \
- Only meta data (like title and description) are \
- stored in the Database. This prevents the Database \
- swelling up quickly, when many large files are \
- uploaded and thus increasing database performance.
-homepage http://zope.org/Members/shh/${zope.product}
-master_sites ${homepage}/${version}/
-checksums md5 4e13441da832a904cb75ad367388ae8b
-platforms darwin freebsd
-supported_archs noarch
+zope.setup ExtFile 1.4.4
+platforms darwin freebsd
+supported_archs noarch
+license BSD ZPL-2
+maintainers nomaintainer
-depends_lib-append port:py26-pil
+description This is the ExtFile/ExtImage Zope Product.
+long_description The ExtFile Product stores large files in an \
+ external file-repository and is able to display \
+ icons for different MIME-Types. The ExtImage \
+ Product additionally creates preview-thumbnails from \
+ various images and displays them. ExtFile and \
+ ExtImage basically work like the Zope File and Image \
+ products. The difference is, that the File/Image \
+ Products stores the (binary) file inside the ZODB, \
+ wheras ExtFile/ExtImage stores it externally in a \
+ repository directory (default: <zope-dir>/var/reposit). \
+ Only meta data (like title and description) are \
+ stored in the Database. This prevents the Database \
+ swelling up quickly, when many large files are \
+ uploaded and thus increasing database performance.
+
+homepage http://zope.org/Members/shh/${zope.product}
+master_sites ${homepage}/${version}/
+checksums md5 4e13441da832a904cb75ad367388ae8b
+
+depends_lib-append port:py26-pil
Modified: trunk/dports/zope/zope-formulator/Portfile
===================================================================
--- trunk/dports/zope/zope-formulator/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-formulator/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,18 +1,20 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup Formulator 1.8.0
-license BSD
-maintainers nomaintainer
-description Formulator product for web form creation in Zope
-long_description Formulator is a tool to help with the creation and \
- validation of web forms. Form fields are stored as \
- objects in Zope, in a special Form folder.
-homepage http://www.infrae.com/download/${zope.product}
-master_sites ${homepage}/${version}/
-extract.suffix .tgz
-checksums md5 824daf4d119be572276a7e157f72d311
-platforms darwin freebsd
+zope.setup Formulator 1.8.0
+platforms darwin freebsd
+license BSD
+maintainers nomaintainer
+
+description Formulator product for web form creation in Zope
+long_description Formulator is a tool to help with the creation and \
+ validation of web forms. Form fields are stored as \
+ objects in Zope, in a special Form folder.
+
+homepage http://www.infrae.com/download/${zope.product}
+master_sites ${homepage}/${version}/
+extract.suffix .tgz
+checksums md5 824daf4d119be572276a7e157f72d311
Modified: trunk/dports/zope/zope-generator/Portfile
===================================================================
--- trunk/dports/zope/zope-generator/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-generator/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup generator 1.3.0-13
-license GPL
-maintainers nomaintainer
-description Widget generator for Archetypes
-long_description Widget generator package, originally designed for \
- Archetypes but usable as a standalone package.
-homepage http://sourceforge.net/projects/archetypes/
-master_sites sourceforge:archetypes
-checksums md5 d4754d26b8066b8de9ae102a80c6cc95
-platforms darwin freebsd
-supported_archs noarch
+zope.setup generator 1.3.0-13
+supported_archs noarch
+license GPL
+maintainers nomaintainer
+description Widget generator for Archetypes
+long_description Widget generator package, originally designed for \
+ Archetypes but usable as a standalone package.
+
+homepage http://sourceforge.net/projects/archetypes/
+master_sites sourceforge:archetypes
+checksums md5 d4754d26b8066b8de9ae102a80c6cc95
+platforms darwin freebsd
+
post-patch {
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
Modified: trunk/dports/zope/zope-groupuserfolder/Portfile
===================================================================
--- trunk/dports/zope/zope-groupuserfolder/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-groupuserfolder/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup GroupUserFolder 2.0.1
-revision 2
-license ZPL-2
-maintainers nomaintainer
-description GroupUserFolder product for Zope CMF/Plone
-long_description GroupUserFolder is a kind of user folder that \
- provides a special kind of user management. Some \
- users are "flagged" as GROUP and then normal users \
- will be able to belong to one or several groups.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-extract.suffix .tgz
-checksums md5 d56489d167e37e0bd7afc444bff0417d
-platforms darwin freebsd
+zope.setup GroupUserFolder 2.0.1
+revision 2
+platforms darwin freebsd
+license ZPL-2
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description GroupUserFolder product for Zope CMF/Plone
+long_description GroupUserFolder is a kind of user folder that \
+ provides a special kind of user management. Some \
+ users are "flagged" as GROUP and then normal users \
+ will be able to belong to one or several groups.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+extract.suffix .tgz
+checksums md5 d56489d167e37e0bd7afc444bff0417d
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-localfs/Portfile
===================================================================
--- trunk/dports/zope/zope-localfs/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-localfs/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,26 +1,28 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup LocalFS 1.3
-revision 1
-license BSD
-maintainers nomaintainer
-description Zope Local File System folder
-long_description The Local File System is an add-in product for \
- the Zope web application server. It allows users \
- to access the contents of the file system on a \
- Zope server as if they were contained in the \
- Zope Object Database. It allows you to serve \
- files and browse directories from the local file \
- system (or network shares on Windows platforms). \
- It also allows you to upload files to the file \
- system.
-homepage http://zope.org/Members/aeg/${zope.product}_[strsed ${version} {g/[.]/_/}]_andreas
-master_sites http://www.easyleading.org/Downloads/
-distname ${zope.product}-${version}-andreas
-checksums md5 e88ec2d661d28a4e1ea04d0536f7e4ca
-platforms darwin freebsd
-supported_archs noarch
+zope.setup LocalFS 1.3
+revision 1
+platforms darwin freebsd
+supported_archs noarch
+license BSD
+maintainers nomaintainer
+
+description Zope Local File System folder
+long_description The Local File System is an add-in product for \
+ the Zope web application server. It allows users \
+ to access the contents of the file system on a \
+ Zope server as if they were contained in the \
+ Zope Object Database. It allows you to serve \
+ files and browse directories from the local file \
+ system (or network shares on Windows platforms). \
+ It also allows you to upload files to the file \
+ system.
+
+homepage http://zope.org/Members/aeg/${zope.product}_[strsed ${version} {g/[.]/_/}]_andreas
+master_sites http://www.easyleading.org/Downloads/
+distname ${zope.product}-${version}-andreas
+checksums md5 e88ec2d661d28a4e1ea04d0536f7e4ca
Modified: trunk/dports/zope/zope-localizer/Portfile
===================================================================
--- trunk/dports/zope/zope-localizer/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-localizer/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,26 +1,28 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup Localizer 1.0.1
-revision 1
-license GPL-2+
-maintainers nomaintainer
-description Localizer product for Zope for multilingual web support
-long_description Localizer is a Zope product that provides a set of \
- facilities to develop multilingual web applications. \
- It offers solutions to internationalize the user \
- interfaces and to manage multilingual content.
-homepage http://sourceforge.net/projects/lleu/
-master_sites sourceforge:lleu
-extract.suffix .tgz
-checksums md5 87d82f24d94eee8a7fa334c4c5422b69
-platforms darwin freebsd
+zope.setup Localizer 1.0.1
+revision 1
+platforms darwin freebsd
+license GPL-2+
+maintainers nomaintainer
-depends_run bin:xgettext:gettext
+description Localizer product for Zope for multilingual web support
+long_description Localizer is a Zope product that provides a set of \
+ facilities to develop multilingual web applications. \
+ It offers solutions to internationalize the user \
+ interfaces and to manage multilingual content.
-patchfiles patch-__init__.py
+homepage http://sourceforge.net/projects/lleu/
+master_sites sourceforge:lleu
+extract.suffix .tgz
+checksums md5 87d82f24d94eee8a7fa334c4c5422b69
-test.run yes
+patchfiles patch-__init__.py
+
+depends_run bin:xgettext:gettext
+
+test.run yes
Modified: trunk/dports/zope/zope-mimetypesregistry/Portfile
===================================================================
--- trunk/dports/zope/zope-mimetypesregistry/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-mimetypesregistry/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,24 +1,26 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup MimetypesRegistry 1.3.3
-license BSD
-maintainers nomaintainer
-description handle mime types information
-long_description ${description}
-homepage http://sourceforge.net/projects/archetypes/
-master_sites sourceforge:archetypes
-distname ${zope.product}-${version}-final
-checksums md5 5b3ef446024479536966e55bd3b0dece
-platforms darwin freebsd
+zope.setup MimetypesRegistry 1.3.3
+platforms darwin freebsd
+license BSD
+maintainers nomaintainer
-depends_lib-append port:zope-portaltransforms \
- port:zope-cmf
+description handle mime types information
+long_description ${description}
+homepage http://sourceforge.net/projects/archetypes/
+master_sites sourceforge:archetypes
+distname ${zope.product}-${version}-final
+checksums md5 5b3ef446024479536966e55bd3b0dece
+
+depends_lib-append port:zope-portaltransforms \
+ port:zope-cmf
+
post-patch {
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
Modified: trunk/dports/zope/zope-placelesstranslationservice/Portfile
===================================================================
--- trunk/dports/zope/zope-placelesstranslationservice/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-placelesstranslationservice/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup PlacelessTranslationService 1.0
-license GPL-2+ ZPL-2
-maintainers nomaintainer
-description PlacelessTranslationService product for Zope CMF/Plone
-long_description Placeless Translation Service for providing I18N to \
- file-based code.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 9c0841263a2f6ed7580e610a40fe2a7e
-platforms darwin freebsd
-supported_archs noarch
+zope.setup PlacelessTranslationService 1.0
+platforms darwin freebsd
+supported_archs noarch
+license GPL-2+ ZPL-2
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description PlacelessTranslationService product for Zope CMF/Plone
+long_description Placeless Translation Service for providing I18N to \
+ file-based code.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 9c0841263a2f6ed7580e610a40fe2a7e
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-ploneerrorreporting/Portfile
===================================================================
--- trunk/dports/zope/zope-ploneerrorreporting/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-ploneerrorreporting/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup PloneErrorReporting 0.11
-revision 2
-license GPL-2+
-maintainers nomaintainer
-description PloneErrorReporting product for Zope CMF/Plone
-long_description PloneErrorReporting replaces default_error_message \
- and prefs_error_log_showEntry with pages that \
- facilitate the submission of useful bug reports to \
- Plone. It is designed with the goal of improving \
- the information provided by bug reporters.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 0314f3457e4669764e125c583bc3fba2
-platforms darwin freebsd
+zope.setup PloneErrorReporting 0.11
+revision 2
+platforms darwin freebsd
+license GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description PloneErrorReporting product for Zope CMF/Plone
+long_description PloneErrorReporting replaces default_error_message \
+ and prefs_error_log_showEntry with pages that \
+ facilitate the submission of useful bug reports to \
+ Plone. It is designed with the goal of improving \
+ the information provided by bug reporters.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 0314f3457e4669764e125c583bc3fba2
+
+depends_lib-append port:zope-cmf
Modified: trunk/dports/zope/zope-plonekeywordmanager/Portfile
===================================================================
--- trunk/dports/zope/zope-plonekeywordmanager/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-plonekeywordmanager/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,26 +1,28 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup PloneKeywordManager 0.2
-revision 1
-license GPL-2
-maintainers nomaintainer
-description PloneKeywordManager product for use with Zope CMF/Plone
-long_description Plone Keyword Manager allows you to change, merge \
- and delete keywords in Plone and updates all \
- corresponding objects automatically. It uses a \
- similiarity search to support you in identifying \
- similar keywords. PloneKeywordManager helps you to \
- build an inductive vocabulary with several people \
- working on the same Plone site. Keywords can be \
- cleaned up from time to time by a site-manager to \
- create a consistent vocabulary.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-checksums md5 02dcd75336b6d5a87fc4671b7acc5c69
-platforms darwin freebsd
+zope.setup PloneKeywordManager 0.2
+revision 1
+platforms darwin freebsd
+license GPL-2
+maintainers nomaintainer
-depends_lib-append port:zope-cmfplone
+description PloneKeywordManager product for use with Zope CMF/Plone
+long_description Plone Keyword Manager allows you to change, merge \
+ and delete keywords in Plone and updates all \
+ corresponding objects automatically. It uses a \
+ similiarity search to support you in identifying \
+ similar keywords. PloneKeywordManager helps you to \
+ build an inductive vocabulary with several people \
+ working on the same Plone site. Keywords can be \
+ cleaned up from time to time by a site-manager to \
+ create a consistent vocabulary.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+checksums md5 02dcd75336b6d5a87fc4671b7acc5c69
+
+depends_lib-append port:zope-cmfplone
Modified: trunk/dports/zope/zope-ploneloginhistory/Portfile
===================================================================
--- trunk/dports/zope/zope-ploneloginhistory/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-ploneloginhistory/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,22 +1,24 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup PloneLoginHistory 0.2.0
-revision 1
-license GPL
-maintainers nomaintainer
-description login history product for Plone
-long_description PloneLoginHistory is a Plone2.0 Product that lets \
- you manage a login history for your Plone portal. \
- Log data is stored using a storage plugin. Currently \
- only FileSystem storage plugin is implemented.
-homepage http://www.easyleading.org/Products/${zope.product}
-master_sites http://www.easyleading.org/Downloads/
-checksums md5 52bd599d7cd77d408c13fbf6c35e9da8
-platforms darwin freebsd
-supported_archs noarch
+zope.setup PloneLoginHistory 0.2.0
+revision 1
+platforms darwin freebsd
+supported_archs noarch
+license GPL
+maintainers nomaintainer
-depends_lib-append port:zope-cmfplone
+description login history product for Plone
+long_description PloneLoginHistory is a Plone2.0 Product that lets \
+ you manage a login history for your Plone portal. \
+ Log data is stored using a storage plugin. Currently \
+ only FileSystem storage plugin is implemented.
+
+homepage http://www.easyleading.org/Products/${zope.product}
+master_sites http://www.easyleading.org/Downloads/
+checksums md5 52bd599d7cd77d408c13fbf6c35e9da8
+
+depends_lib-append port:zope-cmfplone
Modified: trunk/dports/zope/zope-portaltransforms/Portfile
===================================================================
--- trunk/dports/zope/zope-portaltransforms/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-portaltransforms/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,34 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup PortalTransforms 1.3.3
-license BSD
-maintainers nomaintainer
-description PortalTransforms product for Zope CMF/Plone
-long_description This Zope product provides two new tools for the CMF \
- in order to make MIME types based transformations on \
- the portal contents, and so an easy to way to plugin \
- some new transformations for previously unsupported \
- content types. The provided tools are : \
- * mimetypes_registry (the mimetypes tool) : handle \
- mime types information \
- * portal_transform (the transform tool) : handle \
- transformation of data from a mime type to another \
- A bunch of ready to use transformations are also \
- provided. Look at the documentation for more \
- information.
-homepage http://sourceforge.net/projects/archetypes
-master_sites sourceforge:archetypes
-distname ${zope.product}-${version}-final
-checksums md5 e2ea25e6206f76b3b95e6a6505eda33a
-platforms darwin freebsd
+zope.setup PortalTransforms 1.3.3
+platforms darwin freebsd
+license BSD
+maintainers nomaintainer
-depends_lib-append port:zope-cmf
+description PortalTransforms product for Zope CMF/Plone
+long_description This Zope product provides two new tools for the CMF \
+ in order to make MIME types based transformations on \
+ the portal contents, and so an easy to way to plugin \
+ some new transformations for previously unsupported \
+ content types. The provided tools are : \
+ * mimetypes_registry (the mimetypes tool) : handle \
+ mime types information \
+ * portal_transform (the transform tool) : handle \
+ transformation of data from a mime type to another \
+ A bunch of ready to use transformations are also \
+ provided. Look at the documentation for more \
+ information.
+homepage http://sourceforge.net/projects/archetypes
+master_sites sourceforge:archetypes
+distname ${zope.product}-${version}-final
+checksums md5 e2ea25e6206f76b3b95e6a6505eda33a
+
+depends_lib-append port:zope-cmf
+
post-patch {
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
Modified: trunk/dports/zope/zope-revisionmanager/Portfile
===================================================================
--- trunk/dports/zope/zope-revisionmanager/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-revisionmanager/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,41 +1,43 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup RevisionManager 1.3.2
-revision 2
-license MPL-1.1 GPL-2+
-maintainers nomaintainer
-description RevisionManager is a CVS frontend for Zope.
-long_description RevisionManager is a CVS frontend for Zope. It \
- brings the power of revision controlling to the \
- ZODB. It introduces all common cvs commands to \
- Zope. These include importing, checking in and out, \
- updating, adding and removing files, tagging and \
- branching. The three common access methods are \
- supported: \
- - local, i.e. the repository is on the same machine \
- as the Zope server \
- - server (a.k.a. ext) using rsh or ssh (ssh must be \
- used with public key authentication) \
- - pserver, the password server. \
- Additional features: \
- - RevisionManager can use the Zope user id to \
- connect to a RSH/SSH or pserver server \
- - Upon committing, RevisionManager can include the \
- ZODB history of the objects in questions in the CVS \
- log. \
- - When enabled, RevisionManager stores properties of \
- objects in separate .properties files (when \
- supported).
-homepage http://zope.org/Members/philikon/${zope.product}
-master_sites ${homepage}/${version}/
-extract.suffix .tgz
-checksums md5 0878bd0ba2bdb5d3edee68d4d94f9e44
-platforms darwin freebsd
-supported_archs noarch
+zope.setup RevisionManager 1.3.2
+revision 2
+platforms darwin freebsd
+supported_archs noarch
+license MPL-1.1 GPL-2+
+maintainers nomaintainer
-depends_lib-append port:zope-zopetree
-depends_run bin:cvs:cvs
+description RevisionManager is a CVS frontend for Zope.
+long_description RevisionManager is a CVS frontend for Zope. It \
+ brings the power of revision controlling to the \
+ ZODB. It introduces all common cvs commands to \
+ Zope. These include importing, checking in and out, \
+ updating, adding and removing files, tagging and \
+ branching. The three common access methods are \
+ supported: \
+ - local, i.e. the repository is on the same machine \
+ as the Zope server \
+ - server (a.k.a. ext) using rsh or ssh (ssh must be \
+ used with public key authentication) \
+ - pserver, the password server. \
+ Additional features: \
+ - RevisionManager can use the Zope user id to \
+ connect to a RSH/SSH or pserver server \
+ - Upon committing, RevisionManager can include the \
+ ZODB history of the objects in questions in the CVS \
+ log. \
+ - When enabled, RevisionManager stores properties of \
+ objects in separate .properties files (when \
+ supported).
+
+homepage http://zope.org/Members/philikon/${zope.product}
+master_sites ${homepage}/${version}/
+extract.suffix .tgz
+checksums md5 0878bd0ba2bdb5d3edee68d4d94f9e44
+
+depends_lib-append port:zope-zopetree
+depends_run bin:cvs:cvs
Modified: trunk/dports/zope/zope-stripogram/Portfile
===================================================================
--- trunk/dports/zope/zope-stripogram/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-stripogram/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup stripogram 1.4
-revision 1
-license MIT ZPL-1
-maintainers nomaintainer
-description Strip-o-Gram HTML Conversion Library for Zope
-long_description This is a library for converting HTML to Plain Text \
- and stripping specified tags from HTML.
-homepage http://www.zope.org/Members/chrisw/StripOGram
-master_sites sourceforge:squishdot
-distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
-extract.suffix .tgz
-checksums md5 d09a0fa325ec2ae9a6a94b0b4aabd408
-platforms darwin freebsd
+zope.setup stripogram 1.4
+revision 1
+platforms darwin freebsd
+license MIT ZPL-1
+maintainers nomaintainer
+
+description Strip-o-Gram HTML Conversion Library for Zope
+long_description This is a library for converting HTML to Plain Text \
+ and stripping specified tags from HTML.
+
+homepage http://www.zope.org/Members/chrisw/StripOGram
+master_sites sourceforge:squishdot
+distname ${zope.product}-[strsed ${version} {g/[.]/-/}]
+extract.suffix .tgz
+checksums md5 d09a0fa325ec2ae9a6a94b0b4aabd408
Modified: trunk/dports/zope/zope-usersniffer/Portfile
===================================================================
--- trunk/dports/zope/zope-usersniffer/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-usersniffer/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,36 +1,38 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup UserSniffer 1.21 {} {UserSniffer.py UserSniffer.pyc}
-revision 1
-maintainers nomaintainer
-description Zope extension that returns remote client info
-long_description Zope extension that returns client info based upon \
- REMOTE_USER_AGENT. Used primarly for ZopeEditManager \
- support on Mac OS X.
-homepage http://zope.org/Members/svenasse/${zope.product}
-master_sites ${homepage}/${version}
-distname ${zope.product}
-extract.suffix .tgz
-zope.need_subdir yes
-checksums md5 db661c65c07cd5f60df67ca7104781f2
-platforms darwin freebsd
-supported_archs noarch
+zope.setup UserSniffer 1.21 {} {UserSniffer.py UserSniffer.pyc}
+revision 1
+maintainers nomaintainer
+platforms darwin freebsd
+supported_archs noarch
+description Zope extension that returns remote client info
+long_description Zope extension that returns client info based upon \
+ REMOTE_USER_AGENT. Used primarly for ZopeEditManager \
+ support on Mac OS X.
+
+homepage http://zope.org/Members/svenasse/${zope.product}
+master_sites ${homepage}/${version}
+distname ${zope.product}
+extract.suffix .tgz
+zope.need_subdir yes
+checksums md5 db661c65c07cd5f60df67ca7104781f2
+
post-install {
- ui_msg "------------------------------------------------------------"
- ui_msg "To complete the installation, you must add an External"
- ui_msg "Method object to your Zope instance with the following"
- ui_msg "attributes:"
- ui_msg ""
- ui_msg "\tId: ${zope.product}"
- ui_msg "\tModule Name: ${zope.product}"
- ui_msg "\tFunction Name: ${zope.product}"
- ui_msg ""
- ui_msg "See the following file for further details:"
- ui_msg "\t${zope.exthome}/${zope.product}.py"
- ui_msg "------------------------------------------------------------"
+ ui_msg "------------------------------------------------------------"
+ ui_msg "To complete the installation, you must add an External"
+ ui_msg "Method object to your Zope instance with the following"
+ ui_msg "attributes:"
+ ui_msg ""
+ ui_msg "\tId: ${zope.product}"
+ ui_msg "\tModule Name: ${zope.product}"
+ ui_msg "\tFunction Name: ${zope.product}"
+ ui_msg ""
+ ui_msg "See the following file for further details:"
+ ui_msg "\t${zope.exthome}/${zope.product}.py"
+ ui_msg "------------------------------------------------------------"
}
Modified: trunk/dports/zope/zope-usertrack/Portfile
===================================================================
--- trunk/dports/zope/zope-usertrack/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-usertrack/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup UserTrack 1.1
-license GPL
-maintainers nomaintainer
-description User tracking product for standard Zope sites
-long_description Lists the currently active authenticated users that \
- are logged into Zope and accessed an object below \
- the folder where the UserTrack instance resides.
-homepage http://sourceforge.net/projects/collective
-master_sites sourceforge:collective
-distname CMFMessage-[strsed ${version} {g/[.]/_/}]
-extract.suffix .tgz
-checksums md5 fc38580a86005cf2781504ea9a400ec3
-platforms darwin freebsd
+zope.setup UserTrack 1.1
+license GPL
+maintainers nomaintainer
+platforms darwin freebsd
+
+description User tracking product for standard Zope sites
+long_description Lists the currently active authenticated users that \
+ are logged into Zope and accessed an object below \
+ the folder where the UserTrack instance resides.
+
+homepage http://sourceforge.net/projects/collective
+master_sites sourceforge:collective
+distname CMFMessage-[strsed ${version} {g/[.]/_/}]
+extract.suffix .tgz
+checksums md5 fc38580a86005cf2781504ea9a400ec3
Modified: trunk/dports/zope/zope-validation/Portfile
===================================================================
--- trunk/dports/zope/zope-validation/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-validation/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,21 +1,23 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup validation 1.3.1
-license BSD
-maintainers nomaintainer
-description Some generic validators originaly defined for Archetypes
-long_description ${description}
-homepage http://sourceforge.net/projects/archetypes/
-master_sites sourceforge:archetypes
-distname ${zope.product}-${version}-final
-checksums md5 6486ce2341ead207c5bb762b0ce5d95f
-platforms darwin freebsd
+zope.setup validation 1.3.1
+license BSD
+maintainers nomaintainer
+platforms darwin freebsd
+description Some generic validators originaly defined for Archetypes
+long_description ${description}
+
+homepage http://sourceforge.net/projects/archetypes/
+master_sites sourceforge:archetypes
+distname ${zope.product}-${version}-final
+checksums md5 6486ce2341ead207c5bb762b0ce5d95f
+
post-patch {
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
Modified: trunk/dports/zope/zope-zopetree/Portfile
===================================================================
--- trunk/dports/zope/zope-zopetree/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-zopetree/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ZopeTree 1.3
-revision 1
-license MPL ZPL-2
-maintainers nomaintainer
-description This is the ZopeTree Zope Product.
-long_description ZopeTree is a light-weight tree implementation, \
- mainly for use with ZPT. It is intended to be \
- simpler to use than ZTUtils.Tree.
-homepage http://zope.org/Members/philikon/${zope.product}
-master_sites ${homepage}/${version}/
-extract.suffix .tgz
-checksums md5 455f4c7cca5b2ecf4aa6ac9c305d2831
-platforms darwin freebsd
+zope.setup ZopeTree 1.3
+revision 1
+license MPL ZPL-2
+maintainers nomaintainer
+platforms darwin freebsd
+
+description This is the ZopeTree Zope Product.
+long_description ZopeTree is a light-weight tree implementation, \
+ mainly for use with ZPT. It is intended to be \
+ simpler to use than ZTUtils.Tree.
+
+homepage http://zope.org/Members/philikon/${zope.product}
+master_sites ${homepage}/${version}/
+extract.suffix .tgz
+checksums md5 455f4c7cca5b2ecf4aa6ac9c305d2831
Modified: trunk/dports/zope/zope-zopezen/Portfile
===================================================================
--- trunk/dports/zope/zope-zopezen/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-zopezen/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,19 +1,21 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ZopeZen 0.5
-revision 1
-maintainers nomaintainer
-description ZopeZen skin for Plone
-long_description ${description}
-homepage http://www.zopezen.org/
-master_sites sourceforge:collective
-distname ${zope.product}.${version}
-checksums md5 b48c44128a44b273f2e411234404ac65
-platforms darwin freebsd
-supported_archs noarch
+zope.setup ZopeZen 0.5
+revision 1
+maintainers nomaintainer
+platforms darwin freebsd
+supported_archs noarch
-depends_lib-append port:zope-cmfplone
+description ZopeZen skin for Plone
+long_description ${description}
+
+homepage http://www.zopezen.org/
+master_sites sourceforge:collective
+distname ${zope.product}.${version}
+checksums md5 b48c44128a44b273f2e411234404ac65
+
+depends_lib-append port:zope-cmfplone
Modified: trunk/dports/zope/zope-zphotoslides/Portfile
===================================================================
--- trunk/dports/zope/zope-zphotoslides/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-zphotoslides/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,48 +1,50 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ZPhotoSlides 1.3
-revision 3
-categories-append graphics
-license GPL-2+
-maintainers nomaintainer
-description Zope web photo gallery product
-long_description ZPhotoSlides is a web photo gallery for the \
- dynamic web-based server Zope. ZPhotoSlides will \
- help you to show to all your friends and familly \
- your best photos in a nice environment, to \
- thumbnailize them, modify them (Apply filters, \
- rotate, resize...) within your browser and \
- accessible wherever you are.
-homepage http://www.zphotoslides.org/
-master_sites sourceforge:zphotoslides
-checksums md5 c2be3084f144ecfe1a97b4b6439fe659
-platforms darwin freebsd
-supported_archs noarch
+zope.setup ZPhotoSlides 1.3
+revision 3
+categories-append graphics
+license GPL-2+
+maintainers nomaintainer
+platforms darwin freebsd
+supported_archs noarch
-depends_lib-append port:zope-localizer \
- port:zope-stripogram \
- port:py26-pil
-depends_run bin:convert:ImageMagick
+description Zope web photo gallery product
+long_description ZPhotoSlides is a web photo gallery for the \
+ dynamic web-based server Zope. ZPhotoSlides will \
+ help you to show to all your friends and familly \
+ your best photos in a nice environment, to \
+ thumbnailize them, modify them (Apply filters, \
+ rotate, resize...) within your browser and \
+ accessible wherever you are.
-patchfiles patch-__init__.py
+homepage http://www.zphotoslides.org/
+master_sites sourceforge:zphotoslides
+checksums md5 c2be3084f144ecfe1a97b4b6439fe659
+
+depends_lib-append port:zope-localizer \
+ port:zope-stripogram \
+ port:py26-pil
+depends_run bin:convert:ImageMagick
+
+patchfiles patch-__init__.py
post-patch {
- reinplace "s|/usr/local|${prefix}|" \
- ${worksrcpath}/${zope.product}/${zope.product}.py
- file rename ${worksrcpath}/${zope.product}/README \
- ${worksrcpath}/${zope.product}/README.txt
+ reinplace "s|/usr/local|${prefix}|" \
+ ${worksrcpath}/${zope.product}/${zope.product}.py
+ file rename ${worksrcpath}/${zope.product}/README \
+ ${worksrcpath}/${zope.product}/README.txt
}
-use_configure no
+use_configure no
pre-build {
- file rename -force ${worksrcpath}/${zope.product}/batch_slides.py \
- ${worksrcpath}/${zope.product}/batch_slides.py.txt
+ file rename -force ${worksrcpath}/${zope.product}/batch_slides.py \
+ ${worksrcpath}/${zope.product}/batch_slides.py.txt
}
post-build {
- file rename -force ${worksrcpath}/${zope.product}/batch_slides.py.txt \
- ${worksrcpath}/${zope.product}/batch_slides.py
+ file rename -force ${worksrcpath}/${zope.product}/batch_slides.py.txt \
+ ${worksrcpath}/${zope.product}/batch_slides.py
}
Modified: trunk/dports/zope/zope-zsyncer/Portfile
===================================================================
--- trunk/dports/zope/zope-zsyncer/Portfile 2014-07-24 14:24:56 UTC (rev 122603)
+++ trunk/dports/zope/zope-zsyncer/Portfile 2014-07-24 14:28:28 UTC (rev 122604)
@@ -1,21 +1,23 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup zope 1.0
+PortSystem 1.0
+PortGroup zope 1.0
-zope.setup ZSyncer 0.6.1
-license BSD
-maintainers nomaintainer
-description Zope object synchronization product
-long_description ZSyncer allows you to synchronize and compare \
- objects from one zope (source) to another \
- (destination). It is a lot more convenient than the \
- old manual export / transfer / import procedure.
-homepage http://sourceforge.net/projects/zsyncer
-master_sites sourceforge:zsyncer
-extract.suffix .tgz
-checksums md5 196a662186f7b45fc793eb3a02b6e46f \
- sha1 2bcbb97b2f410b6356aa8318c178b2092903e7d4
-platforms darwin freebsd
-supported_archs noarch
+zope.setup ZSyncer 0.6.1
+license BSD
+maintainers nomaintainer
+platforms darwin freebsd
+supported_archs noarch
+
+description Zope object synchronization product
+long_description ZSyncer allows you to synchronize and compare \
+ objects from one zope (source) to another \
+ (destination). It is a lot more convenient than the \
+ old manual export / transfer / import procedure.
+
+homepage http://sourceforge.net/projects/zsyncer
+master_sites sourceforge:zsyncer
+extract.suffix .tgz
+checksums md5 196a662186f7b45fc793eb3a02b6e46f \
+ sha1 2bcbb97b2f410b6356aa8318c178b2092903e7d4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140724/bbb1260a/attachment-0001.html>
More information about the macports-changes
mailing list