svn commit: r325867 - in head/lang: python python2 python3

Marcus von Appen mva at FreeBSD.org
Sun Sep 1 15:43:36 UTC 2013


Author: mva
Date: Sun Sep  1 15:43:35 2013
New Revision: 325867
URL: http://svnweb.freebsd.org/changeset/ports/325867

Log:
  - improve the python meta port descriptions
  
  Requested by:	demon@
  Reviewed by:	demon@

Modified:
  head/lang/python/pkg-descr   (contents, props changed)
  head/lang/python2/pkg-descr
  head/lang/python3/pkg-descr

Modified: head/lang/python/pkg-descr
==============================================================================
--- head/lang/python/pkg-descr	Sun Sep  1 15:33:46 2013	(r325866)
+++ head/lang/python/pkg-descr	Sun Sep  1 15:43:35 2013	(r325867)
@@ -1,4 +1,7 @@
 Python is an interpreted object-oriented programming language, and is
 often compared to Tcl, Perl or Scheme.
+This is a meta port to the Python interpreter and provides symbolic links
+to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with
+version agnostic python scripts.
 
 WWW: http://www.python.org/

Modified: head/lang/python2/pkg-descr
==============================================================================
--- head/lang/python2/pkg-descr	Sun Sep  1 15:33:46 2013	(r325866)
+++ head/lang/python2/pkg-descr	Sun Sep  1 15:43:35 2013	(r325867)
@@ -1,4 +1,7 @@
 Python is an interpreted object-oriented programming language, and is
 often compared to Tcl, Perl or Scheme.
+This is a meta port to the Python 2.x interpreter and provides symbolic links
+to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with
+minor version agnostic python scripts.
 
 WWW: http://www.python.org/

Modified: head/lang/python3/pkg-descr
==============================================================================
--- head/lang/python3/pkg-descr	Sun Sep  1 15:33:46 2013	(r325866)
+++ head/lang/python3/pkg-descr	Sun Sep  1 15:43:35 2013	(r325867)
@@ -1,4 +1,7 @@
 Python is an interpreted object-oriented programming language, and is
 often compared to Tcl, Perl or Scheme.
+This is a meta port to the Python 3.x interpreter and provides symbolic links
+to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with
+minor version agnostic python scripts.
 
 WWW: http://www.python.org/


More information about the svn-ports-all mailing list