Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152626074
D6939.id17822.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6939.id17822.diff
View Options
Index: misc/Makefile
===================================================================
--- misc/Makefile
+++ misc/Makefile
@@ -380,6 +380,7 @@
SUBDIR += py-qt4-doc
SUBDIR += py-qt5-demo
SUBDIR += py-qt5-doc
+ SUBDIR += py-socli
SUBDIR += py-spdx
SUBDIR += py-spdx-lookup
SUBDIR += py-tqdm
Index: misc/py-socli/Makefile
===================================================================
--- misc/py-socli/Makefile
+++ misc/py-socli/Makefile
@@ -0,0 +1,24 @@
+# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= socli
+PORTVERSION= 1.3a
+CATEGORIES= misc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= cpm@FreeBSD.org
+COMMENT= Stack overflow command line interface
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>=0:textproc/py-beautifulsoup4 \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests
+
+USES= python:3 zip
+USE_PYTHON= autoplist distutils
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//g}
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: misc/py-socli/distinfo
===================================================================
--- misc/py-socli/distinfo
+++ misc/py-socli/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466691313
+SHA256 (socli-1.3a.zip) = 1bfecc38132e51c140179b44999b964a87ef6a23989fb3b8d8024b739dd1bafa
+SIZE (socli-1.3a.zip) = 5463
Index: misc/py-socli/pkg-descr
===================================================================
--- misc/py-socli/pkg-descr
+++ misc/py-socli/pkg-descr
@@ -0,0 +1,4 @@
+Stack overflow command line client written in python. Using SoCLI you can
+search and browse stack overflow without leaving the terminal.
+
+WWW: https://pypi.python.org/pypi/socli/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 2:37 AM (18 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31634428
Default Alt Text
D6939.id17822.diff (1 KB)
Attached To
Mode
D6939: [NEW PORT] misc/py-socli: Stack overflow command line interface
Attached
Detach File
Event Timeline
Log In to Comment