Date: Sun, 10 May 2009 13:03:17 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134418: [NEW PORT]print/biblio-py:A package to manage bibliography written in python Message-ID: <200905101303.n4AD3HKU033001@www.freebsd.org> Resent-Message-ID: <200905101310.n4ADA1Pd047793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134418 >Category: ports >Synopsis: [NEW PORT]print/biblio-py:A package to manage bibliography written in python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 10 13:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Biblio-py is a package to manage bibliography written in python. Currently it contains two subpackages: * yapbib: Yet Another Python BIBliography manager tool, mainly for Bibtex files. * query_ads: A simple python tool that permits to query Harvard Database WWW: http://cabcat2.cnea.gov.ar/staff/fiol/biblio-py.html >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # biblio-py # biblio-py/pkg-plist # biblio-py/pkg-descr # biblio-py/distinfo # biblio-py/Makefile # echo c - biblio-py mkdir -p biblio-py > /dev/null 2>&1 echo x - biblio-py/pkg-plist sed 's/^X//' >biblio-py/pkg-plist << 'b05aeea92850dc576662bdf8d6d36db8' Xbin/bibextract.py Xbin/bibmanage.py Xbin/get_papers.py X%%PYTHON_SITELIBDIR%%/query_ads/__init__.py X%%PYTHON_SITELIBDIR%%/query_ads/__init__.pyc X%%PYTHON_SITELIBDIR%%/query_ads/__init__.pyo X%%PYTHON_SITELIBDIR%%/query_ads/query_ads.py X%%PYTHON_SITELIBDIR%%/query_ads/query_ads.pyc X%%PYTHON_SITELIBDIR%%/query_ads/query_ads.pyo X%%PYTHON_SITELIBDIR%%/yapbib/__init__.py X%%PYTHON_SITELIBDIR%%/yapbib/__init__.pyc X%%PYTHON_SITELIBDIR%%/yapbib/__init__.pyo X%%PYTHON_SITELIBDIR%%/yapbib/adsparse.py X%%PYTHON_SITELIBDIR%%/yapbib/adsparse.pyc X%%PYTHON_SITELIBDIR%%/yapbib/adsparse.pyo X%%PYTHON_SITELIBDIR%%/yapbib/bibitem.py X%%PYTHON_SITELIBDIR%%/yapbib/bibitem.pyc X%%PYTHON_SITELIBDIR%%/yapbib/bibitem.pyo X%%PYTHON_SITELIBDIR%%/yapbib/biblist.py X%%PYTHON_SITELIBDIR%%/yapbib/biblist.pyc X%%PYTHON_SITELIBDIR%%/yapbib/biblist.pyo X%%PYTHON_SITELIBDIR%%/yapbib/bibparse.py X%%PYTHON_SITELIBDIR%%/yapbib/bibparse.pyc X%%PYTHON_SITELIBDIR%%/yapbib/bibparse.pyo X%%PYTHON_SITELIBDIR%%/yapbib/helper.py X%%PYTHON_SITELIBDIR%%/yapbib/helper.pyc X%%PYTHON_SITELIBDIR%%/yapbib/helper.pyo X%%PYTHON_SITELIBDIR%%/yapbib/latex.py X%%PYTHON_SITELIBDIR%%/yapbib/latex.pyc X%%PYTHON_SITELIBDIR%%/yapbib/latex.pyo X@dirrm %%PYTHON_SITELIBDIR%%/yapbib X@dirrm %%PYTHON_SITELIBDIR%%/query_ads b05aeea92850dc576662bdf8d6d36db8 echo x - biblio-py/pkg-descr sed 's/^X//' >biblio-py/pkg-descr << '3c6f7a1ca36f31f8e76e905314d4008c' XBiblio-py is a package to manage bibliography written in python. XCurrently it contains two subpackages: X * yapbib: Yet Another Python BIBliography manager tool, Xmainly for Bibtex files. X * query_ads: A simple python tool that permits to query XHarvard Database X XWWW: http://cabcat2.cnea.gov.ar/staff/fiol/biblio-py.html 3c6f7a1ca36f31f8e76e905314d4008c echo x - biblio-py/distinfo sed 's/^X//' >biblio-py/distinfo << '7c79a580d78c7f26653bb5081ee83850' XMD5 (biblio-py-0.5.0.tar.gz) = f2e0570432adc2a40b57dd78127b19ec XSHA256 (biblio-py-0.5.0.tar.gz) = 9ab155155b4d0b4cea10acc8aa6646adc5de641cfe9ef9308c26e496f8872b1c XSIZE (biblio-py-0.5.0.tar.gz) = 40523 7c79a580d78c7f26653bb5081ee83850 echo x - biblio-py/Makefile sed 's/^X//' >biblio-py/Makefile << '6d0435df06885cec170684cd6b3a1d78' X# New ports collection makefile for: biblio-py X# Date created: 10 May, 2009 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= biblio-py XPORTVERSION= 0.5.0 XCATEGORIES= print python XMASTER_SITES= CHEESESHOP \ X http://cabcat2.cnea.gov.ar/staff/fiol/ X XMAINTAINER= wenheping@gmail.com XCOMMENT= A package to manage bibliography written in python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> 6d0435df06885cec170684cd6b3a1d78 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905101303.n4AD3HKU033001>