The NetBSD Project

CVS log for pkgsrc/www/ap-python/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / ap-python

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28
Tue Jun 10 15:22:15 2014 UTC (10 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.27: +1 -1 lines
Retire Apache 1.3 and 2.0.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 9 07:37:23 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:26 2014 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 28 06:30:05 2012 UTC (12 years, 6 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Aug 30 03:08:40 2009 UTC (15 years, 8 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +12 -16 lines
Update ap-python to 2.7.11.

While here,
 * add user-destdir support
 * convert dynamic PLIST to static one
 * share/doc/html was deprecated, install in share/doc directly
 * Remove restriction to python23, and change PKGNAME to allow creating
   python valiant packages.

This release addresses a vulnerability in mod_python's publisher handler
whereby a carefully crafted URL would expose objects that should not be
visible, leading to an information leak. The Common Vulnerabilities and
Exposures project (http://cve.mitre.org/) has assigned the name CAN-2005-0088
to this issue.

Users of the publisher handler are urged to upgrade as soon as possible.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jun 14 22:58:10 2009 UTC (15 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -4 lines
Remove @dirrm related logic.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 9 21:09:23 2009 UTC (16 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Remove Python 2.1 support.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jul 10 14:59:57 2008 UTC (16 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
Always build PIC. Don't try to use mkdep, it fails on NetBSD.
Bump revision.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 26 02:13:25 2008 UTC (16 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 25 20:39:13 2008 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 2 18:27:59 2006 UTC (18 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:30:56 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:17 2006 UTC (19 years, 2 months ago) by joerg
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:42 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:51:10 2005 UTC (19 years, 4 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:50 2005 UTC (20 years ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 20 21:22:24 2004 UTC (20 years, 9 months ago) by recht
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
update to mod_python 2.7.10

changes:
This release addresses a vulnerability in mod_python 2.7.9 whereby a
specific query string processed by mod_python would cause the httpd
process to crash.

The previously released version 2.7.9 was supposed to correct this issue,
but is still vulnerable.

There are no other changes or improvements from the previous version in
this release.

If you are currently using mod_python 2.7.9 or earlier, it is highly
recommended that you upgrade to 2.7.10 as soon as possible.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 8 19:48:27 2004 UTC (20 years, 11 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Convert to buildlink3.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 21 07:44:09 2004 UTC (21 years, 2 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
s/interpretter/interpreter/

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Feb 17 20:09:33 2004 UTC (21 years, 2 months ago) by minskim
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Correct MASTER_SITES.  Pointed out by diro at mail dot nixsys dot bz
in PR pkg/24304.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Dec 3 09:44:10 2003 UTC (21 years, 5 months ago) by darcy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6 lines
As discussed in the mailing list:

Moved to latest version 2.7.8.

Added patch that fixed flags when sending location header.

Added patch to cgihandler to append local directory so that relative URLs
would work.

Added patch to cgihandler to handle SystemExit so that pages would not
ISE when sys.exit(0) was used to exit from the script.

Added patch to break HTTP headers off from page correctly when CRLF and LF
is used inconsistently in a page.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:55:26 2003 UTC (21 years, 9 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:16:08 2003 UTC (21 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 10 01:28:28 2003 UTC (22 years ago) by grant
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -7 lines
make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 25 12:59:09 2002 UTC (22 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
buildlink1 -> buildlink2.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 21 23:47:00 2002 UTC (22 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 18:32:19 2002 UTC (23 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Note that these modules only work with Apache 1.3.* and not the forthcoming
Apache 2.x servers.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Feb 5 21:05:58 2002 UTC (23 years, 2 months ago) by drochner
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
ap-mod_python->ap-python

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 5 21:05:58 2002 UTC (23 years, 2 months ago) by drochner
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>