70ef FreshPorts -- devel/libdap
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libdap 3.11.7 devel on this many watch lists=0 search for ports that depend on this port
SDK which contains an implementation of DAP 2.0 and 3.1
Maintained by: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Mar 2009 15:28:10
License: not specified in port


libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,
Client- and Server-side support classes and a prototype implementation
of the AIS.

OpeNDAP's public key is available at
http://opendap.org/download/index.html#public_key

WWW: http://opendap.org/download/libdap
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
Required Libraries:
  1. ftp/curl
  2. misc/e2fsprogs-libuuid
  3. textproc/libxml2
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/libdap/ && make install clean
To add the package: pkg_add -r libdap


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  9. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sunpoet/
  10. http://www.opendap.org/pub/source/

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:04:31
Original commit files touched by this commit  3.11.7
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

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)
14 Feb 2013 09:42:13
Original commit files touched by this commit  3.11.7
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
09 Dec 2012 03:32:21
Original commit files touched by this commit  3.11.7
sunpoet search for other commits by this committer
- Update to 3.11.7
- Remove signature verification

Feature safe:	yes
30 Sep 2012 04:38:20
Original commit files touched by this commit  3.11.5
sunpoet search for other commits by this committer
- Update to 3.11.5
- 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
15 Feb 2012 08:54:14
Original commit files touched by this commit  3.11.3
sunpoet search for other commits by this committer
- Update to 3.11.3

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.
24 Jan 2012 09:57:03
Original commit files touched by this commit  3.11.2
sunpoet search for other commits by this committer
- Update to 3.11.2
- 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
15 Nov 2011 16:57:34
Original commit files touched by this commit  3.11.1
sunpoet search for other commits by this committer
- Use appropriate *FLAGS

Feature safe:   yes
03 May 2011 05:39:34
Original commit files touched by this commit  3.11.1
sunpoet search for other commits by this committer
- Update to 3.11.1

Changes:        http://scm.opendap.org/svn/branch/libdap/3.11.1/ChangeLog
12 Apr 2011 15:19:26
Original commit files touched by this commit  3.11.0
sunpoet search for other commits by this committer
- Remove obsolete MD5 checksum
01 Oct 2010 01:14:19
Original commit files touched by this commit  3.11.0
sunpoet search for other commits by this committer
- Use LOCAL/sunpoet as backup MASTER_SITES

Approved by:    pgollucci (mentor)
28 Sep 2010 08:52:30
Original commit files touched by this commit  3.11.0
sunpoet search for other commits by this committer
- Update to 3.11.0

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)
22 Sep 2010 17:10:26
Original commit files touched by this commit  3.10.2
sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
19 Jun 2010 19:09:41
Original commit files touched by this commit  3.10.2
sylvio search for other commits by this committer
- Update to 3.10.2
- Pass maintainership to submitter.

PR:             ports/147782
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:   yes
07 May 2010 08:43:36
Original commit files touched by this commit  3.10.0
wen search for other commits by this committer
- Update to 3.10.0
- Reset maintainer
03 Apr 2010 10:44:36
Original commit files touched by this commit  3.9.3_1
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
29 May 2009 12:00:51
Original commit files touched by this commit  3.9.3
miwi search for other commits by this committer
- Update to 3.9.3

PR:             134888
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
22 Mar 2009 15:27:36
Original commit files touched by this commit  3.8.2
miwi search for other commits by this committer
libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,
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>

Number of commits found: 17

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24541
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days29
new fortnight60
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0