summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-15 09:29:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-15 09:29:41 +0000
commit7bc2862209b506e67463b34178864bc1c1405502 (patch)
treea21d3ed9bdbad2d89fc3d0ddce6412d4de8ba746 /misc
parent- Update to 2.0.3 (diff)
New port: misc/pubs: Your bibliography on the command line
Notes
Notes: svn path=/head/; revision=464580
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/pubs/Makefile23
-rw-r--r--misc/pubs/distinfo3
-rw-r--r--misc/pubs/pkg-descr14
4 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a030363df0e1..9376bb2846b3 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -385,6 +385,7 @@
SUBDIR += proxyper
SUBDIR += pspresent
SUBDIR += ptsort
+ SUBDIR += pubs
SUBDIR += py-YABT
SUBDIR += py-cinder
SUBDIR += py-colorbrewer
diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile
new file mode 100644
index 000000000000..0f2c7a17293f
--- /dev/null
+++ b/misc/pubs/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= pubs
+DISTVERSION= 0.7.0
+CATEGORIES= misc python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Your bibliography on the command line
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist noflavors
+
+.include <bsd.port.mk>
diff --git a/misc/pubs/distinfo b/misc/pubs/distinfo
new file mode 100644
index 000000000000..1f6bfeb68fe0
--- /dev/null
+++ b/misc/pubs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521066653
+SHA256 (pubs-0.7.0.tar.gz) = 629e9015b39e331bf1b6a0b9ea387b83cba2b81884afa99178b771a07a30984d
+SIZE (pubs-0.7.0.tar.gz) = 32366
diff --git a/misc/pubs/pkg-descr b/misc/pubs/pkg-descr
new file mode 100644
index 000000000000..274ec3240c78
--- /dev/null
+++ b/misc/pubs/pkg-descr
@@ -0,0 +1,14 @@
+Pubs brings your bibliography to the command line.
+
+Pubs organizes your bibliographic documents together with the bibliographic
+data associated to them and provides command line access to basic and advanced
+manipulation of your library.
+
+Pubs is built with the following principles in mind:
+* all papers are referenced using unique citation keys,
+* bibliographic data (i.e. pure bibtex information) is kept separated from
+ metadata (including links to pdf or tags),
+* everything is stored in plain text so it can be manually edited or version
+ controlled.
+
+WWW: https://github.com/pubs/pubs