1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-pybtex |
---|
8 | version 20090402 |
---|
9 | categories python textproc |
---|
10 | platforms darwin |
---|
11 | maintainers cfedermann@gmail.com |
---|
12 | description A BibTeX-compatible bibliography processor in Python. |
---|
13 | long_description Pybtex reads citation information from a file and \ |
---|
14 | produces a formatted bibliography. BibTeX style files \ |
---|
15 | are supported. Alternatively it is possible to write \ |
---|
16 | styles in Python. |
---|
17 | |
---|
18 | homepage http://pybtex.sourceforge.net/ |
---|
19 | master_sites http://pypi.python.org/packages/source/p/pybtex/ |
---|
20 | distname pybtex-${version} |
---|
21 | #worksrcdir pybtex-${version} |
---|
22 | checksums md5 d9eb71b25e705109ab6aed7d3bb7d213 \ |
---|
23 | sha1 4df8b4639f22b9048d319e7a8379c2ed536cb363 \ |
---|
24 | rmd160 00d75e1b36dc9a66f1903c50cf3ead69e344a49b |
---|
25 | |
---|
26 | extract.suffix .tar.bz2 |
---|
27 | extract.cmd bzip2 |
---|