Parent Directory
|
Revision Log
- Add thefuck 3.25 Thefuck is a magnificent app which corrects your previous console command. It tries to match a rule for the previous command, creates a new command using the matched rule and runs it. Thefuck comes with a lot of predefined rules, but you can create your own rules as well. WWW: https://github.com/nvbn/thefuck PR: 224263 Approved by: adamw Differential Revision: https://reviews.freebsd.org/D13460
| 1 | # Created by: Guangyuan Yang <ygy@FreeBSD.org> |
| 2 | # $FreeBSD$ |
| 3 | |
| 4 | PORTNAME= thefuck |
| 5 | DISTVERSION= 3.25 |
| 6 | CATEGORIES= misc python |
| 7 | MASTER_SITES= CHEESESHOP |
| 8 | |
| 9 | MAINTAINER= ygy@FreeBSD.org |
| 10 | COMMENT= App that corrects your previous console command |
| 11 | |
| 12 | LICENSE= MIT |
| 13 | LICENSE_FILE= ${WRKSRC}/LICENSE.md |
| 14 | |
| 15 | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ |
| 16 | ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ |
| 17 | ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ |
| 18 | ${PYTHON_PKGNAMEPREFIX}pyte>0:devel/py-pyte@${PY_FLAVOR} \ |
| 19 | ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} |
| 20 | |
| 21 | USES= python:3.4+ |
| 22 | USE_PYTHON= autoplist distutils noflavors |
| 23 | NO_ARCH= yes |
| 24 | |
| 25 | .include <bsd.port.mk> |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | FreeBSD=%H |
| svn:mime-type | text/plain |
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |