Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 15:43:35 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325867 - in head/lang: python python2 python3
Message-ID:  <201309011543.r81FhZJ5095987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011543.r81FhZJ5095987>