pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
howdoi: Import howdoi-1.1.9 as wip/howdoi
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Sep 11 15:11:46 2017 +0200
Changeset: 9354679973e05ca6149e70593787e855f6b6fd32
Modified Files:
Makefile
Added Files:
howdoi/DESCR
howdoi/Makefile
howdoi/PLIST
howdoi/distinfo
Log Message:
howdoi: Import howdoi-1.1.9 as wip/howdoi
Are you a hack programmer? Do you find yourself constantly Googling
for how to do basic programing tasks?
Suppose you want to know how to format a date in bash. Why open
your browser and read through blogs (risking major distraction)
when you can simply stay in the console and ask howdoi:
$ howdoi format date bash
> DATE=`date +%Y-%m-%d`
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9354679973e05ca6149e70593787e855f6b6fd32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
howdoi/DESCR | 9 +++++++++
howdoi/Makefile | 21 +++++++++++++++++++++
howdoi/PLIST | 14 ++++++++++++++
howdoi/distinfo | 6 ++++++
5 files changed, 51 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 034b368e5d..6afd28ae5d 100644
--- a/Makefile
+++ b/Makefile
@@ -1170,6 +1170,7 @@ SUBDIR+= hijra
SUBDIR+= hlint
SUBDIR+= homebank
SUBDIR+= hoogle
+SUBDIR+= howdoi
SUBDIR+= hpoj
SUBDIR+= hs-Boolean
SUBDIR+= hs-ConfigFile
diff --git a/howdoi/DESCR b/howdoi/DESCR
new file mode 100644
index 0000000000..5be46f247d
--- /dev/null
+++ b/howdoi/DESCR
@@ -0,0 +1,9 @@
+Are you a hack programmer? Do you find yourself constantly Googling
+for how to do basic programing tasks?
+
+Suppose you want to know how to format a date in bash. Why open
+your browser and read through blogs (risking major distraction)
+when you can simply stay in the console and ask howdoi:
+
+ $ howdoi format date bash
+ > DATE=`date +%Y-%m-%d`
diff --git a/howdoi/Makefile b/howdoi/Makefile
new file mode 100644
index 0000000000..c5c19373b0
--- /dev/null
+++ b/howdoi/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= howdoi-1.1.9
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/howdoi/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/gleitz/howdoi
+COMMENT= Instant coding answers via the command line
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery
+DEPENDS+= ${PYPKGPREFIX}-requests-cache-[0-9]*:../../wip/py-requests-cache
+DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/howdoi/PLIST b/howdoi/PLIST
new file mode 100644
index 0000000000..c41f8458e6
--- /dev/null
+++ b/howdoi/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+bin/howdoi
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/howdoi/__init__.py
+${PYSITELIB}/howdoi/__init__.pyc
+${PYSITELIB}/howdoi/__init__.pyo
+${PYSITELIB}/howdoi/howdoi.py
+${PYSITELIB}/howdoi/howdoi.pyc
+${PYSITELIB}/howdoi/howdoi.pyo
diff --git a/howdoi/distinfo b/howdoi/distinfo
new file mode 100644
index 0000000000..7e2209d6d4
--- /dev/null
+++ b/howdoi/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (howdoi-1.1.9.tar.gz) = 58d56ca5e652e20035b4869e589539feea5032aa
+RMD160 (howdoi-1.1.9.tar.gz) = 9c1fdc3dfd03fd717b4978b05928bc0d565f6f10
+SHA512 (howdoi-1.1.9.tar.gz) = 6f236c1e7685c10682e38d1f679ebe75a12b29b78bd2496141099d875b483b0c749d12873f69d163e40eb66756b6512146471131758fda84e6ad9fc7b76806b3
+Size (howdoi-1.1.9.tar.gz) = 7549 bytes
Home |
Main Index |
Thread Index |
Old Index