aboutsummaryrefslogtreecommitdiff
path: root/graphics/deegree-wps
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* graphics/deegree-wps: remove support for EOL tomcat6, bump PORTREVISIONRene Ladan2019-08-111-13/+1
| | | | Notes: svn path=/head/; revision=508676
* Use PKGBASE rather than PORTDIRNAMEBaptiste Daroussin2016-12-221-4/+4
| | | | Notes: svn path=/head/; revision=429186
* - Add LICENSEDmitry Marakasov2016-09-151-3/+5
| | | | | | | | - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=422181
* Consistently set USE_JAVA to "yes" to reduce future confusion.Jung-uk Kim2016-08-241-1/+1
| | | | Notes: svn path=/head/; revision=420814
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Cleanup plistBaptiste Daroussin2014-10-201-20/+1
| | | | Notes: svn path=/head/; revision=371283
* Fix pkg-plist.Vanilla I. Shu2014-08-291-1/+1
| | | | Notes: svn path=/head/; revision=366506
* Fix pkg-plist.Vanilla I. Shu2014-08-151-5/+4
| | | | Notes: svn path=/head/; revision=364978
* Stagify.Vanilla I. Shu2014-08-152-13/+10
| | | | Notes: svn path=/head/; revision=364942
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Minimum version of java is now 1.6Baptiste Daroussin2014-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350781
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* Remove trailing whitespaces from category graphicsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345412
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - add additional support for tomcat7 and adjust pkg-message accordinglyJason Helfman2012-10-302-13/+26
| | | | | | | | | | | PR: 173093 Submitted by: nemysis@gmx.ch Patch by: jgh Approved by: maintainer, wen Feature safe: yes Notes: svn path=/head/; revision=306725
* - move graphics/deegree-* suite to tomcat6Jason Helfman2012-10-211-7/+7
| | | | | | | | | | | - move DOCS to optionsNG while here, and trim Makefile headers Submitted by: jgh@ Approved by: wen@ (private mail) Feature safe: yes Notes: svn path=/head/; revision=306246
* - Update to 2.5Jason Helfman2012-02-014-10/+71
| | | | | | | | | | | | - Update tomcat dependency logic - Drop TOMCATOWN/TOMCATGRP in favor of defaults WWWOWN/WWWGRP - Drop war installation. Expand war and install as individual files to account for proper cleanup - Application installs into its own directory now (safer) -- update pkg-message to reflect this Approved by: wen (maintainer), crees (mentor) Notes: svn path=/head/; revision=290214
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Deegree's WPS is able to process Feature Collections based on arbitraryMartin Wilke2009-04-234-0/+70
processes. OGC's WPS (Schut & Whiteside 2005) specification describes WPS as follows: "WPS defines a standardized interface that facilitates the publishing of geospatial processes, and the discovery of and binding to those processes by clients. "Processes" include any algorithm, calculation or model that operates on spatially referenced data. "Publishing" means making available machine-readable binding information as well as human-readable metadata that allows service discovery and use." WWW: http://www.deegree.org/ PR: ports/133810 Submitted by: wenheping at gmail.com Notes: svn path=/head/; revision=232568