aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/phpweathermap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517062
* Introduce PHP flavors.Mathieu Arnold2018-03-081-1/+1
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-2/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-1/+1
| | | | | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Notes: svn path=/head/; revision=414458
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Move owner handling to plist, fixing build from non-rootDmitry Marakasov2015-09-141-11/+10
| | | | | | | | | | | | | - Unsilence install commands - Drop @dirrm* from plist - Switch to options helpers - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=396911
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386913
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-2/+4
| | | | Notes: svn path=/head/; revision=361969
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Support STAGEMark Felder2014-06-271-24/+17
| | | | | | | | | Future update should move files to WWWDIR Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=359580
* Convert n* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347778
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-0/+1
| | | | Notes: svn path=/head/; revision=296163
* Weathermap is a network visualisation tool, to take data you alreadyMartin Wilke2011-01-281-0/+78
have and show you an overview of your network in map form. WWW: http://www.network-weathermap.com/ PR: ports/153835 Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw> Feature safe: yes Notes: svn path=/head/; revision=268338