CVS log for ports/devel/py-setuptools/distinfo
Up to [FreeBSD] / ports / devel / py-setuptools
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 25 07:50:39 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
- Move from py24 over to py25 or above - Drop md5 support
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 26 22:22:08 2009 UTC (2 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
- Update to 0.6c11 Thanks to: wen@
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 9 08:26:44 2008 UTC (3 years, 4 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
- Update to 0.6c9 PR: ports/127924 Tested by: jpaetzel
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 5 13:51:52 2008 UTC (3 years, 11 months ago) by dryice
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
update to 0.6c8 PR: ports/120866 Submitted by: Piet Delport <pjdelport@gmail.com>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 10 00:09:34 2007 UTC (4 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
- Update to 0.6c7 Approved by: alexbl@
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 27 10:45:37 2007 UTC (4 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
- Update to 0.6.c6 PR: 115344 Submitted by: Dmitriy Kirhlarov <dimma@higis.ru>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 1 07:52:58 2007 UTC (5 years ago) by dryice
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
update to 0.6c5 Approved by: itetcu (mentor) alexbl@ (for python@)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Sep 23 23:06:40 2006 UTC (5 years, 4 months ago) by acm
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Update to 0.6c3
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 25 17:48:14 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- Updated distinfo file, my mistake on last commit Approved by: garga (mentor)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 14 19:03:00 2006 UTC (5 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update to 0.6b3 PR: 98952 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 31 11:53:05 2006 UTC (5 years, 8 months ago) by mich
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Update to -> 0.6b1 PR: ports/97585 Submitted by: maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 8 17:01:31 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 0.6a11 PR: 95503 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 18 06:44:24 2006 UTC (5 years, 11 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- Upgrade to 0.6a10. - Use $PLIST_SUB for easy future upgrade. Approved by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 12 00:03:23 2006 UTC (6 years, 1 month ago) by tdb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 0.6a9 PR: 91670 Submitted by: nivit@email.it (Nicola Vitale) Approved by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Nov 22 20:48:56 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
Setuptools is a collection of enhancements to the Python distutils (for Python 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. PR: ports/89352 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
