freebsd-ports/x11/hotwire-shell/pkg-descr
Ruslan Makhmatkhanov 7de0d210f5 x11/hotwire-shell: drop pyxml dependency
This port depends on prehistoric pyxml library, but it doesn't using it
actually. Here is two modules that it's using:

>>> import xml.sax, xml.sax.handler
>>> from xml.sax.saxutils import escape

Both of them are in python standard library for quite some time, so this
dependency can be just dropped altogether.

While here, remove redundancy in COMMENT, limit python version to 2.x
because of pygtk2, sort USE_PYTHON components and remove not-functioning
WWW link.

Approved by:	ashish (maintainer, by email)
2015-06-09 19:14:29 +00:00

4 lines
219 B
Text

Hotwire is an object-oriented hypershell. It is a shell
designed for systems programming (files, processes), and
thus it is in the same conceptual category of software as
the Unix shell+terminal and Windows PowerShell.