aboutsummaryrefslogtreecommitdiff
path: root/graphics/phplot
Commit message (Collapse)AuthorAgeFilesLines
* - update libgd to 2.3.0Dirk Meyer2020-05-041-1/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* - Switch to PORTDOCSDmitry Marakasov2016-09-223-371/+3
| | | | | | | | - Fix WWW: - Simplify installation Notes: svn path=/head/; revision=422593
* - update libgd to 2.2.2Dirk Meyer2016-07-201-0/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* graphics/phplot: update 6.1.0 -> 6.2.0Jason Unovitch2015-12-262-4/+3
| | | | | | | | | PR: 205521 Submitted by: jochen@jochen-neumeister.de Approved by: unmaintained Notes: svn path=/head/; revision=404511
* - Add LICENSESunpoet Po-Chuan Hsieh2015-11-131-3/+8
| | | | | | | | | | - Add NO_ARCH - Do not restrict default php version - Convert to new options target helper - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=401545
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+2
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371283
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Add staging supportPawel Pekala2014-04-281-16/+7
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Use option helper - Define DOCS option - Unmute install commands Notes: svn path=/head/; revision=352479
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+1
| | | | Notes: svn path=/head/; revision=324437
* - Fix pkg-plist for pkgng [1]Alex Kozlov2013-06-112-3/+1
| | | | | | | | | | - Remove indefinite article from COMMENT PR: ports/179453 [1] Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=320559
* - Remove php4 referenceMartin Wilke2013-06-091-1/+0
| | | | Notes: svn path=/head/; revision=320366
* - Update to 6.1.0Wen Heping2013-05-143-221/+358
| | | | | | | | | | - Trim Makefile headers - Convert to optionsNG - Update LIB_DEPENDS - Reset maintainer to ports@ Notes: svn path=/head/; revision=318136
* - Update to 5.8.0Wen Heping2012-04-092-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294411
* - Update to 5.7.0Wen Heping2012-02-282-3/+3
| | | | Notes: svn path=/head/; revision=292350
* - update to 5.6.0Wen Heping2012-01-132-3/+3
| | | | Notes: svn path=/head/; revision=289062
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Update to 5.5.0Wen Heping2011-08-072-3/+3
| | | | Notes: svn path=/head/; revision=279158
* - Update to 5.3.2Wen Heping2011-05-092-3/+3
| | | | Notes: svn path=/head/; revision=273832
* - Update to 5.3.1Wen Heping2011-01-192-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267978
* - Update to 5.3.0Wen Heping2010-12-222-5/+3
| | | | Notes: svn path=/head/; revision=266713
* - Update to 5.2.0Wen Heping2010-10-123-11/+27
| | | | Notes: svn path=/head/; revision=262894
* - Update to 5.1.3Wen Heping2010-09-023-6/+5
| | | | Notes: svn path=/head/; revision=260399
* - Update to 5.1.2Wen Heping2010-07-013-107/+75
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257256
* - Update to 5.1.1Wen Heping2010-05-252-5/+4
| | | | Notes: svn path=/head/; revision=255042
* - Update MASTER_SITESWen Heping2009-09-172-7/+9
| | | | | | | | | | - Update my mail adress to FreeBSD Approved by: miwi(mentor), jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=241590
* - Update to 5.0.7Martin Wilke2009-08-052-5/+4
| | | | | | | | PR: 137352 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=238962
* Over to new volunteer.Mark Linimon2009-08-021-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=238763
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 5.0.6Martin Wilke2009-04-302-8/+8
| | | | | | | | | PR: 133091 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=233013
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-072-38/+43
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231835
* - Update to 5.0.5Gabor Kovesdan2008-02-213-88/+280
| | | | | | | | | | | - Style PR: ports/120022 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Konosuke Shiomi <yukinopo@livedoor.com> (maintainer) Notes: svn path=/head/; revision=207700
* - 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
* Fix or remove obsolate or broken ways to depend on php.Alex Dupre2006-05-061-5/+1
| | | | Notes: svn path=/head/; revision=161496
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Trim whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106662
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add Apache2 support at graphics/phplotEdwin Groothuis2003-10-121-0/+4
| | | | | | | | | | PHPLot depends on Apache. This patch adds Apache2 support. PR: ports/52727 Submitted by: Richard Arends <richard@unixguru.nl> Notes: svn path=/head/; revision=90901
* o Main modificationNorikatsu Shigemura2003-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=87214
* o Change library name from libgd to libgd1.Norikatsu Shigemura2003-07-111-1/+2
| | | | | | | | | | | | o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury Notes: svn path=/head/; revision=84696
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Add phplot 4.4.6,Jun Kuriyama2001-12-035-0/+115
a PHP class for creating scientific and business charts. PR: ports/31426 Submitted by: yukinopo@livedoor.com Notes: svn path=/head/; revision=50930