aboutsummaryrefslogtreecommitdiff
path: root/graphics/plotutils
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-2/+4
| | | | Notes: svn path=/head/; revision=136637
* 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
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Unbreak.Thomas Gellekum2003-10-311-9/+4
| | | | Notes: svn path=/head/; revision=92699
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* Fix build on -currentKirill Ponomarev2003-08-1025-6/+1355
| | | | | | | | PR: 55351 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Notes: svn path=/head/; revision=86701
* Remove chuckr as maintainer of his ports. He has not committed sinceKris Kennaway2003-06-081-1/+1
| | | | | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr Notes: svn path=/head/; revision=82487
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix build on -current.Maxim Sobolev2002-09-121-1/+1
| | | | Notes: svn path=/head/; revision=66212
* Remove version-specific information, replacing it with summaryTom Hukins2002-09-041-3/+5
| | | | | | | | | | | | information from the plotutils Web site. The patch is mine, inspired by a patch by Craig Rodrigues posted to -ports. Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=65609
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Upgrade to 2.4.1.Thomas Gellekum2001-03-234-41/+36
| | | | | | | | | PR: 25997 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the maintainer doesn't seem to be active these days) Notes: svn path=/head/; revision=40263
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-071-4/+1
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.Maxim Sobolev2000-08-211-1/+0
| | | | Notes: svn path=/head/; revision=31811
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+1
| | | | Notes: svn path=/head/; revision=29615
* Add "ode.1 plot.1 spline.1 tek2plot.1" as MAN1.Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29356
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Left -lXpm out o fthe linking for Motif.Chuck Robey2000-03-051-1/+1
| | | | | | | Obtained from: Bento logs. Notes: svn path=/head/; revision=26548
* Fix a patching screwup (oh my!) Pointed out by Thomas Gellekum.Chuck Robey2000-03-031-4/+4
| | | | Notes: svn path=/head/; revision=26505
* Upgrade to version 2.3.Chuck Robey2000-03-014-21/+35
| | | | | | | Submitted by: Thomas Gellekum <tg@melaten.rwth-aachen.de> Notes: svn path=/head/; revision=26463
* Upgrade to 2.2.Thomas Gellekum1999-09-104-12/+31
| | | | Notes: svn path=/head/; revision=21570
* Add REQUIRES_MOTIF if Motif support is turned on. Necessary forSatoshi Asami1999-09-101-0/+2
| | | | | | | | | | proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm). Notes: svn path=/head/; revision=21567
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* More WWW: additionsMichael Haro1999-05-061-2/+3
| | | | Notes: svn path=/head/; revision=18564
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* A few more USE_XLIBs.Satoshi Asami1998-11-281-2/+3
| | | | Notes: svn path=/head/; revision=14930
* Convert to ELF.Steve Price1998-10-052-5/+7
| | | | Notes: svn path=/head/; revision=13649
* No need to use += if a variable is defined only once.Satoshi Asami1998-06-261-2/+2
| | | | | | | | | | | By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm? Notes: svn path=/head/; revision=11539
* New port of GNU plotutils, version 2.1.1. I first wanted thisChuck Robey1998-06-205-0/+84
to allow me to view the output of Spice graphics. Notes: svn path=/head/; revision=11473