aboutsummaryrefslogtreecommitdiff
path: root/misc/pybliographer
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix build on python2.3Hye-Shik Chang2003-08-201-1/+6
| | | | Notes: svn path=/head/; revision=87357
* Add missing file to pkg-plistTilman Keskinoz2003-06-152-0/+2
| | | | | | | | | Bump PORTREVISION Reported by: bento Notes: svn path=/head/; revision=83048
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Add patch, necessary for 4.xTilman Keskinoz2003-04-141-0/+11
| | | | | | | | PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=78957
* Unbreak by updating to 1.0.11Tilman Keskinoz2003-04-065-17/+24
| | | | | | | | | | Based on: PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=78451
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fixed master_site_subdirEdwin Groothuis2002-12-271-3/+3
| | | | | | | | Moved broken to below run/build depends to make portlint happy. Noticed by: portsurvey Notes: svn path=/head/; revision=71916
* BROKEN: Needs GNU recode 3.5Kris Kennaway2002-12-021-0/+2
| | | | Notes: svn path=/head/; revision=71289
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-4/+3
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatMaxim Sobolev2002-08-281-2/+2
| | | | | | | update *_DEPENDS properly. Notes: svn path=/head/; revision=65182
* Use USE_REINPLACE and REINPLACE_CMD rather than implicitly depend on Perl.Dag-Erling Smørgrav2002-07-201-2/+5
| | | | | | | | | | Also replace glib-config in configure with glib12-config so the port can actually build. Note that it's still kinda broken as it requires recode 3.5 exactly and we have 3.6 in our tree, but at least now it'll work if you have recode 3.5 installed. Notes: svn path=/head/; revision=63270
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* Kill unneeded trailing slash in MASTER_SITE_SUBDIR.Maxim Sobolev2002-05-021-1/+1
| | | | Notes: svn path=/head/; revision=58459
* - Relinquish maintainership. I haven't used this application in a long, longJohann Visagie2002-01-171-1/+1
| | | | | | | time. Notes: svn path=/head/; revision=53241
* Updating my email address in my remaining ports.Johann Visagie2001-06-271-1/+1
| | | | | | | Prompted by: vanilla Notes: svn path=/head/; revision=44495
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to version 1.0.8Kevin Lo2001-01-283-3/+8
| | | | | | | | PR: 24611 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37667
* Put ^I after MASTER_SITE_SUBDIR=.Maxim Sobolev2000-12-071-1/+1
| | | | Notes: svn path=/head/; revision=35745
* Add pybliographer. Pybliographer is a tool for handling databases ofMaxim Sobolev2000-12-076-0/+403
bibliographic references. It provides an homogeneous interface (with powerful editing and searching features) for several bibliographic database formats - currently supported are BibTeX, Medline, Ovid and Refer. In addition, it can export references directly to LyX. PR: 23326 Submitted by: Johann Visagie <johann@egenetics.com> Notes: svn path=/head/; revision=35744