the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cb2bib
Version: 1.4.0
Revision: 1003
Source: http://www.molspaces.com/dl/progs/%n-%v.tar.gz
Depends: fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext8-shlibs (>= 0.14.5-2), libiconv (>= 1.12-3), libpng3-shlibs, qt4-x11-core-shlibs (>= 4.4.3-1), qt4-x11-gui-shlibs (>= 4.4.3-1), x11, x11-shlibs, dbus-shlibs, lzo2-shlibs (>= 2.03-1)
BuildDepends: libpng3, freetype219, glib2-dev, libgettext8-dev, qt4-x11, x11-dev, libiconv-dev, fontconfig2-dev, dbus-dev, lzo2 (>= 2.03-1)
GCC: 4.0
Maintainer: Jack Fink
Homepage: http://www.molspaces.com/d_cb2bib-overview.php
License: GPL
## GPLv3 in fact
Description: Fast extractor for bibliographic references
Source-MD5: 07829575d2eb91d89c6319ee93eb189f
PatchScript: <<
perl -pi -e "s,/usr/share/,%i/share/,g" cb2bib.pro
%p/lib/qt4-x11/bin/qmake cb2bib.pro
perl -pi -e "s,/usr/local,%p,g;" src/cb2Bib.cpp
perl -pi -e "s,/usr,%p,g;" src/cb2Bib.cpp c2btools/bib2pdf c2btools/isi2bib c2btools/ris2bib configure
perl -pi -e "s,/usr,%i,g;" src/src.pro
<<
CompileScript: <<
make CXXFLAGS="-Os -I%p/include" LFLAGS="-L%p/lib -L/usr/X11R6/lib -lX11"
<<
InstallScript: <<
make install
<<
DocFiles: AUTHORS COPYRIGHT LICENSE
DescDetail: <<
The cb2Bib is a tool for rapidly extracting bibliographic references from
email alerts, journal web pages, and PDF files. It facilitates the capture of
single references from unformatted and non standard sources. Output
references are written in BibTeX. Article files can be easily linked and
renamed by dragging it onto the cb2Bib window. The cb2Bib permits editing
and browsing BibTeX files, searching references and the contents of linked
files, and cite them into document editors.
Extraction functionality is accessible from the commad line, by using the
--txt2bib and --doc2bib switches.
<<