summaryrefslogtreecommitdiff
path: root/misc/pybliographer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Set for expiration in one month: has been broken for more than 6 monthsPav Lucistnik2008-12-191-0/+2
| | | | Notes: svn path=/head/; revision=224487
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Mark BROKEN:Pav Lucistnik2008-04-011-0/+2
| | | | | | | | | | ./bibtexmodule.o ../bibtex/.libs/libbibtex.so -L/usr/local/lib -lglib-12 -L/usr/local/lib -lrecode -o ./_bibtexmodule.so ./bibtexmodule.o:Permission denied Reported by: pointyhat Notes: svn path=/head/; revision=210347
* Fix build with Python 2.5.2.Hye-Shik Chang2008-02-291-0/+4
| | | | Notes: svn path=/head/; revision=208182
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-230/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Fix build by adding USE_AUTOTOOLS.Tilman Keskinoz2007-08-081-1/+1
| | | | Notes: svn path=/head/; revision=197338
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Chase mastersite.Mark Linimon2005-10-111-1/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145003
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-021-7/+4
| | | | Notes: svn path=/head/; revision=136688
* 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