Initial import of RDFSummary 2.4
RDFSummary is a product to display content from other web sites provided they make it available in RSS 0.9, 0.91 or 1.0 format. WWW: http://www.zope.org/Members/EIONET/RDFSummary/ from Xavier Santolaria <xavier at santolaria dot net>
This commit is contained in:
parent
220641dd7f
commit
feecb29aac
31
www/zope-rdfsummary/Makefile
Normal file
31
www/zope-rdfsummary/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/08 21:37:41 sturm Exp $
|
||||
|
||||
COMMENT= "Zope product to display RSS files"
|
||||
|
||||
V= 2-4
|
||||
DISTNAME= RDFSummary-${V}
|
||||
PKGNAME= zope-rdfsummary-${V:S/-/./}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/Members/EIONET/RDFSummary/
|
||||
|
||||
MAINTAINER= Xavier Santolaria <xavier@santolaria.net>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}${V:S/-/./}/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MODULES= zope
|
||||
|
||||
WRKDIST= ${WRKDIR}/RDFSummary
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
|
||||
cd ${WRKDIR}; tar cf - RDFSummary | tar xf - -C ${MODZOPE_PRODUCTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/zope-rdfsummary/distinfo
Normal file
3
www/zope-rdfsummary/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (RDFSummary-2-4.tgz) = f1a98af85208d9a84cd7261293ad45b7
|
||||
RMD160 (RDFSummary-2-4.tgz) = 879eac2c8615ceef8eaa89c85bcf65f119ba6cda
|
||||
SHA1 (RDFSummary-2-4.tgz) = edc361944559d7f2a0c5d32ba80eef21506d16f0
|
2
www/zope-rdfsummary/pkg/DESCR
Normal file
2
www/zope-rdfsummary/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
RDFSummary is a product to display content from other web sites provided
|
||||
they make it available in RSS 0.9, 0.91 or 1.0 format.
|
5
www/zope-rdfsummary/pkg/MESSAGE
Normal file
5
www/zope-rdfsummary/pkg/MESSAGE
Normal file
@ -0,0 +1,5 @@
|
||||
+---------------
|
||||
| If you already have Zope running on your machine,
|
||||
| you should restart it, this can be done from the
|
||||
| Zope Control Panel in the Zope management interface.
|
||||
+---------------
|
15
www/zope-rdfsummary/pkg/PLIST
Normal file
15
www/zope-rdfsummary/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/01/08 21:37:41 sturm Exp $
|
||||
lib/zope/lib/python/Products/RDFSummary/RDFSummary.py
|
||||
lib/zope/lib/python/Products/RDFSummary/RDFSummary.pyc
|
||||
lib/zope/lib/python/Products/RDFSummary/README.txt
|
||||
lib/zope/lib/python/Products/RDFSummary/TODO
|
||||
lib/zope/lib/python/Products/RDFSummary/__init__.py
|
||||
lib/zope/lib/python/Products/RDFSummary/__init__.pyc
|
||||
lib/zope/lib/python/Products/RDFSummary/add_summary.dtml
|
||||
lib/zope/lib/python/Products/RDFSummary/edit_prop.dtml
|
||||
lib/zope/lib/python/Products/RDFSummary/htmlview.dtml
|
||||
lib/zope/lib/python/Products/RDFSummary/refresh.txt
|
||||
lib/zope/lib/python/Products/RDFSummary/rss.gif
|
||||
lib/zope/lib/python/Products/RDFSummary/source.dtml
|
||||
lib/zope/lib/python/Products/RDFSummary/version.txt
|
||||
@dirrm lib/zope/lib/python/Products/RDFSummary
|
Loading…
Reference in New Issue
Block a user