summaryrefslogtreecommitdiffstats
path: root/math/plplot
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* Update to 5.5.2jylefort2005-05-085-30/+55
| | | | | PR: ports/80770 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Fix buildkrion2004-11-261-2/+2
| | | | | PR: ports/74426 Submitted by: Ports Fury
* BROKEN: Broken pkg-plistkris2004-11-261-0/+2
|
* Update to 5.3.1vs2004-08-113-25/+71
| | | | | PR: ports/70264 Submitted by: Ports Fury
* Sync with new bsd.autotools.mkade2004-06-041-2/+2
|
* - Update to version 5.3.0krion2004-02-109-213/+353
| | | | | PR: ports/62641 Submitted by: Ports Fury
* SIZEify.trevor2004-01-291-0/+1
|
* - Fix buildkrion2003-08-301-1/+1
| | | | | PR: 56193 Submitted by: Ports Fury
* o Main modificationnork2003-08-181-5/+3
| | | | | | | | | | | | | | | | | | graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
* fix man: math/plplotdaichi2003-07-011-1/+2
| | | | | PR: 52698 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - update to 5.2.1petef2003-05-1810-515/+311
| | | | | | | | - add a WITHOUT_X11 knob - improve the WITH_TCLTK knob PR: 51375 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-202-1/+1
|
* 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
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-221-1/+2
| | | | | PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 5.1.0pat2002-03-095-20/+136
| | | | | PR: 35414 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Add build option to support Tcl/Tkkevlo2001-12-223-13/+165
| | | | | | | - Bump PORTREVISION PR: 32951 Submitted by: Ports Fury
* o Update to 5.0.4lioux2001-08-084-11/+7
| | | | | | | o Use BSD_INSTALL_* vars where possible PR: 29443 Submitted by: Kato Tsuguru <tkato@prontomail.com>
* Update to version 5.0.3kevlo2001-06-1312-325/+231
| | | | | PR: 28055 Submitted by: Ports Fury
* - Remove obsolete site form MASTER_SITESsteve2000-09-054-14/+13
| | | | | | | - Change location of data files from libdata/ to share/ PR: 20755 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-3/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-3/+3
|
* Add the utexas.edu distfile's checksum. jedgar in rev 1.12 of plplot/Makefilebillf2000-02-021-0/+1
| | | | stated that this is safe.
* Reorder MASTER_SITES so that the DISTFILE is fetchable and isjedgar2000-02-021-3/+3
| | | | | | | | | valid: * Two of the sites (dino.ph.utexas.edu and ftp.u-aizu.ac.jp) do not seem to be accepting connections. * The DISTFILE at ftp.che.utexas.edu is six bytes smaller. The archive is valid and no files have changed (diff -urN shows nothing), but the checksum is subsequently different.
* - Support CC/CFLAGS/CXXFLAGS properlyimura2000-01-148-106/+247
| | | | | | | | | | | - Support install macros - perl -> ${PERL} - Move install path of data files from lib/ to libdata/ - Add WWW: line into pkg/DESCR - Fix pkg/PLIST PR: 15918 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add some master sites.tg1999-11-081-2/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* More USE_XLIBs.asami1998-11-281-1/+2
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-7/+9
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Convert to ELF.steve1998-09-274-8/+37
|
* No need to use += on first appearance of variables.alex1997-12-241-2/+2
|
* Unmark this as being BROKEN for current.jseger1997-11-301-6/+1
|
* Mark this BROKEN for 3.0.jseger1997-11-291-1/+6
|
* Import plplot port. plplot is a scientific plotting library.tg1997-10-067-0/+252
OpenPOWER on IntegriCloud