summaryrefslogtreecommitdiff
path: root/math/guppi
AgeCommit message (Collapse)AuthorFilesLines
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz2-1/+15
PKGREVISION bump because most people won't care.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-04Note that guppi is no longer maintained (in a comment).wiz1-1/+5
2004-12-04Bump BUILDLINK_DEPENDS because of change in guile dependency.wiz1-3/+2
2004-12-04Convert to use guile-1.6. Bump PKGREVISION.wiz2-5/+5
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-39/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-02don't enable gnumeric support, and bump PKGREVISIONdrochner2-21/+4
This only worked with gnumeric-1.0.x, and depends on gnome1 structures. gnumeric is at 1.2.x now, uses gnome2 and comes with an own plotting package. Should fix PR pkg/26009 by MLH.
2004-05-03Unused.wiz1-29/+0
2004-05-03Convert to buildlink3.wiz3-19/+37
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-12Yet another mipseb config.guess/config.sub override.sekiya1-1/+4
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-06Adjust dependancies to only depend on required libraries, not the wholejmmv2-6/+13
gnome-core package. This lets gnucash be installed alongside GNOME2 again. Bump PKGREVISION to 8.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-19Fix build of const.o on -current by adding #ifdef INFINITYsommerfeld2-1/+20
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-27Add two missing libraries.wiz1-1/+3
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-07Sort lines a bit, so that @dirrm share/guppi works.wiz1-2/+2
2002-10-07Unused.wiz1-35/+0
2002-10-04Add missing .la file.wiz1-1/+2
2002-09-24Sort, and add some files installed that weren't listed.jlam1-78/+92
2002-09-24Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+25
2002-09-24buildlink1 -> buildlink2jlam1-22/+21
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz2-3/+4
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09Because of USE_X11BASE, guppi installs into X11PREFIX by default,wiz1-2/+2
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
2002-08-26Add buildlink.mk, needed for gnucashmjl1-0/+35
2002-08-12Fix oversight in last commit.tron1-3/+1
2002-08-12The "guppi" package doesn't work with version 0.75 of the "gnumeric"tron2-4/+19
package. Depend on "gnumeric" 1.0.x on platforms which can build this package and disable "gnumeric" support on other platforms.
2002-08-09Add missing file "guppi-gnumeric-format-guru.glade".tron1-1/+2
2002-07-25Synch PLIST with reality. This should fix the problem reported injschauma1-6/+1
Huberts latest bulk-build, and, as such, also fix the broken depends for gnucash from that buil-build.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-23move @exec down so %D is definedhubertf1-2/+2
2002-05-15Update guppi to 0.40.3mjl7-432/+227
Changes are lots of bug fixes and removal of the dependency on python. Also enable gnumeric support so the graphing functions in gnumeric actually work.