2000-09-22 11:41:37 +00:00
|
|
|
# New ports collection makefile for: Squishdot
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
# Date created: 06 Sep 2000
|
2000-09-22 11:41:37 +00:00
|
|
|
# Whom: Neil Blakey-Milner
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= squishdot
|
|
|
|
PORTVERSION= 0.7.1
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://squishdot.org/Download/ \
|
|
|
|
http://www.zope.org/Members/chrisw/Squishdot/
|
|
|
|
DISTNAME= Squishdot-${PORTVERSION:S/./-/g}
|
|
|
|
|
|
|
|
MAINTAINER= nbm@FreeBSD.org
|
|
|
|
|
2000-09-07 13:30:21 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
|
2000-09-07 13:30:21 +00:00
|
|
|
# You can change this in the environment if you like.
|
|
|
|
SZOPEBASEDIR?= www/Zope
|
|
|
|
|
|
|
|
# Don't change these
|
|
|
|
ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
ZOPEPRODUCTNAME= Squishdot
|
|
|
|
ZOPEPRODUCTDIR= lib/python/Products
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
|
|
|
|
|
2000-09-07 13:30:21 +00:00
|
|
|
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-09-07 13:30:21 +00:00
|
|
|
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
@${CP} -Rf ${WRKSRC}/* \
|
2000-09-07 13:30:21 +00:00
|
|
|
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/
|
Add squishdot, a web-based publishing and discussion product for Zope,
the Z Object Publishing Environment. Squishdot is somewhat modelled on
slashdot; it's a 'weblog'. It powers things like http://technocrat.net/
and http://news.gnome.org/.
This is the first Zope product in a port, so this might be interesting.
There are 214 Zope products listed on http://zope.org/Products
Recipe for 'Instant Squishdot':
Simply type 'make install' in the squishdot port, and put 'Include
etc/apache/httpd.conf.Zope-Change' at the end of your httpd.conf,
restart apache, start zope from rc.d/zope.sh, and go to
http://localhost/Zope/manage, add a user, then log in as that user, and
add a Squishdot page. Click on the 'view' button at the top.
Instant Squishdot.
2000-09-06 22:48:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|