View | Details | Raw Unified | Return to bug 220596 | Differences between
and this patch

Collapse All | Expand All

(-)shells/xonsh/Makefile (+17 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	xonsh
4
PORTVERSION=	0.5.12
5
CATEGORIES=	shells python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	roberfern@gmail.com
10
COMMENT=	Python-ish BASH-wards shell
11
12
LICENSE=	BSD
13
14
USES=		python:3.4+
15
USE_PYTHON=	distutils autoplist concurrent 
16
17
.include <bsd.port.mk>
(-)shells/xonsh/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1499685737
2
SHA256 (xonsh-0.5.12.tar.gz) = 4ca8fd5f1ce5532fba252132a7a7db26b38d80429d8d538928d1aed26149e5fb
3
SIZE (xonsh-0.5.12.tar.gz) = 686495
(-)shells/xonsh/pkg-descr (+7 lines)
Line 0 Link Here
1
xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
2
3
The language is a superset of Python 3.4+ with additional shell primitives.
4
xonsh (pronounced conch) is meant for the daily use of experts and novices
5
alike.
6
7
WWW: http://xon.sh

Return to bug 220596