From 7bc2862209b506e67463b34178864bc1c1405502 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 15 Mar 2018 09:29:41 +0000 Subject: [PATCH] New port: misc/pubs: Your bibliography on the command line --- misc/Makefile | 1 + misc/pubs/Makefile | 23 +++++++++++++++++++++++ misc/pubs/distinfo | 3 +++ misc/pubs/pkg-descr | 14 ++++++++++++++ 4 files changed, 41 insertions(+) create mode 100644 misc/pubs/Makefile create mode 100644 misc/pubs/distinfo create mode 100644 misc/pubs/pkg-descr 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 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