summaryrefslogtreecommitdiffstats
path: root/misc/pybliographer
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-191-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from ports starting with Medwin2006-05-101-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Chase mastersite.linimon2005-10-111-1/+1
| | | | Source: distfile survey
* change the libtool version to use from 1.3 to 1.5oliver2005-06-021-7/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* SIZEify.trevor2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Fix build on python2.3perky2003-08-201-1/+6
|
* Add missing file to pkg-plistarved2003-06-152-0/+2
| | | | | | Bump PORTREVISION Reported by: bento
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* Add patch, necessary for 4.xarved2003-04-141-0/+11
| | | | | PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com>
* Unbreak by updating to 1.0.11arved2003-04-065-17/+24
| | | | | | | Based on: PR: 50577 Submitted by: Mark Linimon <linimon@lonesome.com>
* De-pkg-comment.knu2003-02-202-1/+1
|
* Fixed master_site_subdiredwin2002-12-271-3/+3
| | | | | Moved broken to below run/build depends to make portlint happy. Noticed by: portsurvey
* BROKEN: Needs GNU recode 3.5kris2002-12-021-0/+2
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-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.
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-011-4/+3
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatsobomax2002-08-281-2/+2
| | | | update *_DEPENDS properly.
* Use USE_REINPLACE and REINPLACE_CMD rather than implicitly depend on Perl.des2002-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.
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-151-1/+2
|
* Kill unneeded trailing slash in MASTER_SITE_SUBDIR.sobomax2002-05-021-1/+1
|
* - Relinquish maintainership. I haven't used this application in a long, longwjv2002-01-171-1/+1
| | | | time.
* Updating my email address in my remaining ports.wjv2001-06-271-1/+1
| | | | Prompted by: vanilla
* -pthread --> ${PTHREAD_LIBS}sobomax2001-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.
* Update to version 1.0.8kevlo2001-01-283-3/+8
| | | | | PR: 24611 Submitted by: MAINTAINER
* Put ^I after MASTER_SITE_SUBDIR=.sobomax2000-12-071-1/+1
|
* Add pybliographer. Pybliographer is a tool for handling databases ofsobomax2000-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>
OpenPOWER on IntegriCloud