aboutsummaryrefslogtreecommitdiff
path: root/devel/libdap
Commit message (Collapse)AuthorAgeFilesLines
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-11/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* - Sort USESSunpoet Po-Chuan Hsieh2014-07-041-1/+1
| | | | Notes: svn path=/head/; revision=360513
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-252-5/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359269
* - Update to 3.13.1Sunpoet Po-Chuan Hsieh2014-05-082-3/+3
| | | | | | | | | Changes: - Fix for a unit-test that uses the default server at test.opendap.org. This affects neither the API nor ABI of libdap; only the test baseline was changed. Notes: svn path=/head/; revision=353278
* - Allow "make package" as userSunpoet Po-Chuan Hsieh2014-05-021-0/+11
| | | | Notes: svn path=/head/; revision=352802
* - Update to 3.13.0Sunpoet Po-Chuan Hsieh2014-04-293-6/+6
| | | | | | | | | Changes: - Support fo clang: Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) added. Notes: svn path=/head/; revision=352615
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-10-201-0/+1
| | | | Notes: svn path=/head/; revision=331006
* - Update to 3.12.1Sunpoet Po-Chuan Hsieh2013-10-203-13/+8
| | | | | | | | | | | | | | - Support STAGEDIR - Use USES=charsetfix Changes: - Fixed the behavior of Sequence::read_row() so that the documented semantics of read() are used. This will require changes in some of the handlers but does not change the libray's ABI. Handler's that don't need the new/corrected behavior can use version 3.12.0. Notes: svn path=/head/; revision=330986
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Update to 3.12.0Sunpoet Po-Chuan Hsieh2013-09-113-18/+28
| | | | | | | | | | | | | | | | | - Convert to new LIB_DEPENDS format Changes: - Moved server functions out of libdap; they are now stored in a BES module. - Added support for building large (constant) arrays to be used in server functions. The arrays are defined using a new special form that the ConstraintEvaluator class supports. The server side functions are now in their own BES module (built as part of the BES for now) and it's possible to name the constant arrays. Arrays of 1 million elements can be made in a fraction of a second (although it will take longer to send the constraint to the server). See the README file for more details. Notes: svn path=/head/; revision=327001
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-08-211-2/+1
| | | | Notes: svn path=/head/; revision=325110
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - Update to 3.11.7Sunpoet Po-Chuan Hsieh2012-12-093-11/+5
| | | | | | | | | - Remove signature verification Feature safe: yes Notes: svn path=/head/; revision=308503
* - Update to 3.11.5Sunpoet Po-Chuan Hsieh2012-09-303-13/+8
| | | | | | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS - Cleanup Makefile header Changes: http://scm.opendap.org/svn/tags/libdap/3.11.5/ChangeLog http://scm.opendap.org/svn/tags/libdap/3.11.5/NEWS Notes: svn path=/head/; revision=305072
* - Update to 3.11.3Sunpoet Po-Chuan Hsieh2012-02-152-5/+5
| | | | | | | | | Changes: - Changed the return value for dap-config --libs so that it does not contain the curl static libs. This causes problems when linking on CentOS 6 in some cases. Notes: svn path=/head/; revision=291433
* - Update to 3.11.2Sunpoet Po-Chuan Hsieh2012-01-244-6/+11
| | | | | | | | | | - Update WWW Changes: http://scm.opendap.org/svn/branch/libdap/3.11.2/ChangeLog http://scm.opendap.org/svn/branch/libdap/3.11.2/NEWS Notes: svn path=/head/; revision=289727
* - Use appropriate *FLAGSSunpoet Po-Chuan Hsieh2011-11-151-1/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285864
* - Update to 3.11.1Sunpoet Po-Chuan Hsieh2011-05-033-7/+9
| | | | | | | Changes: http://scm.opendap.org/svn/branch/libdap/3.11.1/ChangeLog Notes: svn path=/head/; revision=273537
* - Remove obsolete MD5 checksumSunpoet Po-Chuan Hsieh2011-04-121-2/+0
| | | | Notes: svn path=/head/; revision=272629
* - Use LOCAL/sunpoet as backup MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-011-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262220
* - Update to 3.11.0Sunpoet Po-Chuan Hsieh2010-09-284-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from 3.10.2 to 3.11.0: This version of libdap implements DAP 3.4 which introduces multiple function calls in a single URL. Also updated is the geogrid() function; it can now take the latitude and longitude vectors as explicit arguments. Thus you can request geographic subsets of Grid variables using two forms of this function: - geogrid(SST,50,-90,20,-60) - geogrid(SST,SST.COADSY,SST.COADSX,50,-90,20,-60) Both will request data from the SST variable within the region of latitude 50 north to 20 north and longitude 60 west to 90 west. Calling geogrid without arguments returns the version documentation pointer. You can try the function on the coads climatology dataset. Bug fixes, most notably a bug where Grids were not treated correctly given certain projections. Now the type of a Grid variable 'decays' to a Structure when a projection returns one or more variables that cannot be a Grid (because the number of maps fails to meet the data array's dimensionality, for example). Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=262014
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Update to 3.10.2Sylvio Cesar Teixeira2010-06-194-32/+31
| | | | | | | | | | | - Pass maintainership to submitter. PR: ports/147782 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes Notes: svn path=/head/; revision=256719
* - Update to 3.10.0Wen Heping2010-05-073-18/+14
| | | | | | | - Reset maintainer Notes: svn path=/head/; revision=253896
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* - Update to 3.9.3Martin Wilke2009-05-293-6/+7
| | | | | | | | PR: 134888 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=234773
* libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,Martin Wilke2009-03-224-0/+143
Client- and Server-side support classes and a prototype implementation of the AIS. WWW: http://opendap.org/download/libdap++.html PR: ports/131972 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=230670