Page MenuHomeFreeBSD

D13460.id37412.diff
No OneTemporary

D13460.id37412.diff

Index: misc/Makefile
===================================================================
--- misc/Makefile
+++ misc/Makefile
@@ -466,6 +466,7 @@
SUBDIR += tempcontrol
SUBDIR += termatrix
SUBDIR += teseq
+ SUBDIR += thefuck
SUBDIR += timediff
SUBDIR += tkcron
SUBDIR += tkinfo
Index: misc/thefuck/Makefile
===================================================================
--- /dev/null
+++ misc/thefuck/Makefile
@@ -0,0 +1,24 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= thefuck
+DISTVERSION= 3.25
+CATEGORIES= misc python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= App that corrects your previous console command
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyte>0:devel/py-pyte@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES= python:3.4+
+USE_PYTHON= autoplist distutils noflavors
+
+.include <bsd.port.mk>
Index: misc/thefuck/distinfo
===================================================================
--- /dev/null
+++ misc/thefuck/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1512711410
+SHA256 (thefuck-3.25.tar.gz) = 70cbe6295d2d2d371a395619216d38eb1666e4b3c3b1a24f67d11b88e65fea78
+SIZE (thefuck-3.25.tar.gz) = 63444
Index: misc/thefuck/pkg-descr
===================================================================
--- /dev/null
+++ misc/thefuck/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+You should place this command in your shell config file:
+
+eval $(thefuck --alias)
+
+WWW: https://github.com/nvbn/thefuck

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 1, 8:45 PM (12 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16390385
Default Alt Text
D13460.id37412.diff (2 KB)

Event Timeline