Date: Thu, 15 Mar 2018 09:29:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464580 - in head/misc: . pubs Message-ID: <201803150929.w2F9TfJ7060621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 15 09:29:41 2018 New Revision: 464580 URL: https://svnweb.freebsd.org/changeset/ports/464580 Log: New port: misc/pubs: Your bibliography on the command line Added: head/misc/pubs/ head/misc/pubs/Makefile (contents, props changed) head/misc/pubs/distinfo (contents, props changed) head/misc/pubs/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Mar 15 09:12:47 2018 (r464579) +++ head/misc/Makefile Thu Mar 15 09:29:41 2018 (r464580) @@ -385,6 +385,7 @@ SUBDIR += proxyper SUBDIR += pspresent SUBDIR += ptsort + SUBDIR += pubs SUBDIR += py-YABT SUBDIR += py-cinder SUBDIR += py-colorbrewer Added: head/misc/pubs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/pubs/Makefile Thu Mar 15 09:29:41 2018 (r464580) @@ -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> Added: head/misc/pubs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/pubs/distinfo Thu Mar 15 09:29:41 2018 (r464580) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521066653 +SHA256 (pubs-0.7.0.tar.gz) = 629e9015b39e331bf1b6a0b9ea387b83cba2b81884afa99178b771a07a30984d +SIZE (pubs-0.7.0.tar.gz) = 32366 Added: head/misc/pubs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/pubs/pkg-descr Thu Mar 15 09:29:41 2018 (r464580) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803150929.w2F9TfJ7060621>