Commit graph

37 commits

Author SHA1 Message Date
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
drochner
f85bca23c3 use buildlink file for python, but keep tied to version 2.0
because of some dependencies
2002-01-22 18:47:14 +00:00
zuntum
c736340585 Move pkg/ files into package's toplevel directory 2001-11-01 02:25:33 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
e3bd32a1c8 remove RCS Id from inside patch to make it apply cleanly (use pkgdiff!) 2000-11-17 14:36:45 +00:00
tsarna
7eff1da099 update patch checksums 2000-10-22 23:55:37 +00:00
tsarna
d6da3514b4 ZopeHTTPServer seems to be gone now 2000-10-22 23:16:25 +00:00
tsarna
5b5597e68d Update to 2.2.2 and for Python 2.0 2000-10-22 23:11:48 +00:00
wiz
3974157821 wildcard dependency 2000-08-23 21:33:53 +00:00
dmcmahill
e97600527a update the depends on py-dtml to match what we have in pkgsrc 2000-08-23 13:41:31 +00:00
tsarna
100414a5b8 regen 2000-02-15 02:49:15 +00:00
tsarna
1798113094 Update to 2.1.4. Besides the changes listed below, the pkg was also
fractured into two more pieces: py-extclass and py-dtml, which are
independantly useful.

Highlights of changes from 2.0.1 to 2.1.4:
	- Performance improvements
	- Switch to new dtml <dtml-xxx> syntax by default.
	- Many ZCatalog improvements
	- try/except, try/except/else in DTML (py-dtml package)
	- FastCGI support (not on NetBSD yet -- no threads)
	- Two security fixes (mostly for sites that allow untrusted
		people to write DTML)
	- Two object database fixes when working with versions and doing
		a pack
	- Other minor bugs

See full changes at http://www.zope.org/Products/Zope/2.1.4/CHANGES.txt
2000-02-15 02:48:39 +00:00
wiz
b35dd6c3cc remove empty line for pkglint 2000-02-05 14:18:47 +00:00
wiz
b6ca432fda $() -> ${} 2000-02-05 14:12:22 +00:00
rh
5ad6869cf3 defuzz 1999-12-08 07:27:54 +00:00
tsarna
6ef63aabb4 Updated to 2.0.1 1999-09-23 17:42:59 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tsarna
f3d4f4e60e Oops, forgot to add file. 1999-07-02 12:55:33 +00:00
tsarna
d5e245a2f3 Update to 1.10.3. Also fix PR#6884, and move base directory from
${PREFIX}/zope to ${PREFIX}/lib/zope

Changes in 1.10.3:

Features Added:
- A new flag attribute, only, of the DTML with tag prunes the DTML
  namespace to only the namespace created with the with tag.
- A new flag attribute, reverse, of the DTML in tag which will reverse
  the order of the items iterated over.
- A new flag attribute, reverse, of the DTML tree tag which will reverse
  the order of the items iterated over.
- Added contributed support for encoding options in the SendMail tag and
  MailHost send method.

Bugs Fixed:
- A significant memory leak, introduced in 1.10.0 has been plugged.  This
  is the main reason for this release.
- Construction, upload, and edit methods did not consistently support
  either string or file data.  This caused really weird behavior when file
  upload was used with out includeing the ":string" suffix in the argument
  name when doing a file upload.
- This bug was previously (and incorrectly) reported as a
  ZPublisher.Client problem.
- Errors in ExternalMethods were masked by bugs in error reporting logic.
  The bugs were made far more effective by Python 1.5.1.
- Bug in sqlvar tag where the combination of type=nb and optional would
  not behave as expected.
- Databases (or export files) created in binary distributions were not
  usable in source distributions due to cPickle limitations in stock
  Python 1.5.1.  We now link/copy the cPickle extension to BoboPOS to make
  sure that it uses the latest version.
- Broken products seemed to remain broken (were shown as broken in the
  control panel products area) even after problems were corrected.
1999-06-19 22:48:23 +00:00
tsarna
4642252f4b Build and install SearchIndex modules, or some add-ons like Confera
won't work.
1999-04-20 18:06:06 +00:00
tsarna
7501860a43 Update to 1.10.2 1999-04-16 06:27:41 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
kleink
bf237c0e31 Get rid of obsolete chown(8) operand usage. 1999-01-09 20:49:26 +00:00
tsarna
9cae4355c4 Don't install the zlib distribution either. 1998-12-23 07:04:22 +00:00
tsarna
ada8a94043 Upgrade to 1.9.0 release.
Also, don't build zlib. The zlib module included with the python
pkg is fine.
1998-12-23 06:40:15 +00:00
tsarna
61cfae4be5 Update to beta 3. Adds "Z SQL Methods" and "Gadfly Z Database Adaptor".
next version should include a MySQL DA, which I'll add as a separate pkg.
1998-12-18 00:39:02 +00:00
tsarna
0ceb7d2c5e Import of pkg for Zope, a web application platform 1998-12-12 17:28:23 +00:00