diff options
author | mva <mva@FreeBSD.org> | 2013-09-01 23:43:35 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-09-01 23:43:35 +0800 |
commit | 1645c812e576b17e31768875245f033b6e5019f7 (patch) | |
tree | 30c3be50ab3c48ba381052c8dffd85a8902f3076 /lang | |
parent | 6d5376809670c8105e7dc03da065ec52b86cf59b (diff) | |
download | freebsd-ports-gnome-1645c812e576b17e31768875245f033b6e5019f7.tar.gz freebsd-ports-gnome-1645c812e576b17e31768875245f033b6e5019f7.tar.zst freebsd-ports-gnome-1645c812e576b17e31768875245f033b6e5019f7.zip |
- improve the python meta port descriptions
Requested by: demon@
Reviewed by: demon@
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pkg-descr | 3 | ||||
-rw-r--r-- | lang/python2/pkg-descr | 3 | ||||
-rw-r--r-- | lang/python3/pkg-descr | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/python/pkg-descr b/lang/python/pkg-descr index f595c479c814..18b5866bc1a5 100644 --- a/lang/python/pkg-descr +++ b/lang/python/pkg-descr @@ -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/ diff --git a/lang/python2/pkg-descr b/lang/python2/pkg-descr index f595c479c814..88f387ab79bf 100644 --- a/lang/python2/pkg-descr +++ b/lang/python2/pkg-descr @@ -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/ diff --git a/lang/python3/pkg-descr b/lang/python3/pkg-descr index f595c479c814..58c4cf51dd10 100644 --- a/lang/python3/pkg-descr +++ b/lang/python3/pkg-descr @@ -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/ |