New port: misc/pubs: Your bibliography on the command line
This commit is contained in:
parent
f7c726d9e7
commit
7bc2862209
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464580
@ -385,6 +385,7 @@
|
||||
SUBDIR += proxyper
|
||||
SUBDIR += pspresent
|
||||
SUBDIR += ptsort
|
||||
SUBDIR += pubs
|
||||
SUBDIR += py-YABT
|
||||
SUBDIR += py-cinder
|
||||
SUBDIR += py-colorbrewer
|
||||
|
23
misc/pubs/Makefile
Normal file
23
misc/pubs/Makefile
Normal file
@ -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>
|
3
misc/pubs/distinfo
Normal file
3
misc/pubs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1521066653
|
||||
SHA256 (pubs-0.7.0.tar.gz) = 629e9015b39e331bf1b6a0b9ea387b83cba2b81884afa99178b771a07a30984d
|
||||
SIZE (pubs-0.7.0.tar.gz) = 32366
|
14
misc/pubs/pkg-descr
Normal file
14
misc/pubs/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user