notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
neon29 HTTP and WebDAV client library for Unix systems
0.29.6_7 www Deleted on this many watch lists=20 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.29.6_7Version of this port present on the latest quarterly branch.
Maintainer: lev@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-12-18 20:58:50
Last Update: 2014-12-24 06:03:23
SVN Revision: 375392
People watching this port, also watch:: m4, bison, gmake, expat, pcre
License: GPLv2
WWW:
http://www.webdav.org/neon/
Description:
Neon is an HTTP and WebDAV client library for Unix systems, with a C interface. Featuring: . High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc) . Low-level interface to HTTP request handling, to allow implementing new methods easily. . HTTP/1.1 and HTTP/1.0 persistent connections . RFC2617 basic and digest authentication (including auth-int, md5-sess) . Proxy support (including basic/digest authentication) . Generic WebDAV 207 XML response handling mechanism . XML parsing using the expat or libxml parsers . Easy generation of error messages from 207 error responses . WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL . WebDAV metadata support: set and remove properties, query any set of properties (PROPPATCH/PROPFIND). WWW: http://www.webdav.org/neon/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • neon29>0:www/neon29
No installation instructions:
This port has been deleted.
PKGNAME: neon29
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libcrypto.so.8 : security/openssl
  2. msgfmt : devel/gettext-tools
Runtime dependencies:
  1. ca-root-nss.crt : security/ca_root_nss
  2. libcrypto.so.8 : security/openssl
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. libintl.so : devel/gettext-runtime
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Libraries

Deleted ports which required this port:

Expand this list of 6 deleted ports
  1. archivers/rpm5*
  2. audio/libmusicbrainz4*
  3. devel/baz*
  4. devel/bazaar*
  5. devel/subcommander*
  6. sysutils/nut22*
  7. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for neon29-0.29.6_7: CA_BUNDLE=on: Install CA bundle for OpenSSL DOCS=on: Build and/or install documentation GSSAPI=on: GSSAPI Security API support NLS=on: Native Language Support OPENSSL=on: SSL/TLS support via OpenSSL PROXY=off: libproxy support ====> XML parser library: you have to select exactly one of them EXPAT=on: XML parser support via Expat LIBXML=off: libxml2 XML parser support ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://www.webdav.org/neon/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.29.6_7
24 Dec 2014 06:03:23
Revision:375392Original commit files touched by this commit
ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
0.29.6_7
15 Dec 2014 16:08:15
Revision:374752Original commit files touched by this commit
ohauer search for other commits by this committer
- use new CONFIG syntax
- add LICENSE
- do not install man pages a second time
- use REINPLACE_CMD instead dedicated patch
- remove obsolete CONFLICT line
- cleanup pkg-plist
- bump PORTREVISION

Approved by:	lev (implicit)
0.29.6_6
05 Oct 2014 21:17:05
Revision:370126Original commit files touched by this commit
tijl search for other commits by this committer
Remove old libtool patches
0.29.6_6
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
0.29.6_6
19 Jul 2014 18:38:55
Revision:362276Original commit files touched by this commit
ohauer search for other commits by this committer
- remove patch to not install docs per default (recover defaults)
  this way a second call to the install-html target is not required
- sort pkg-plist according new `make makeplist'

  Nothing changes in the resulting package therefor no bump
0.29.6_6
07 May 2014 22:11:29
Revision:353219Original commit files touched by this commit
bapt search for other commits by this committer
Convert to USES=libtool
Modernize LIB_DEPENDS
Strip binaries
0.29.6_5
16 Apr 2014 18:28:50
Revision:351411Original commit files touched by this commit
zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.29.6_4
15 Feb 2014 13:10:03
Revision:344384Original commit files touched by this commit
lev search for other commits by this committer
 Use root CA bundle

PR:		ports/185130
Submitted by:	Anton Yuzhaninov
0.29.6_4
05 Nov 2013 22:40:46
Revision:332923Original commit files touched by this commit
ohauer search for other commits by this committer
- add stage support

Approved by:	lev@ (explicit)
0.29.6_4
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.29.6_4
06 May 2013 06:54:19
Revision:317472Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS
0.29.6_4
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
0.29.6_4
21 Oct 2011 13:19:21
Original commit files touched by this commit
lev search for other commits by this committer
  Ooops, forgot one line.
0.29.6_4
21 Oct 2011 13:08:15
Original commit files touched by this commit
lev search for other commits by this committer
        (1) Fix typo
        (2) Fix MAN/MLINKS settings

PR:     [1] ports/161432, ports/160855, ports/160722, [2] ports/160619
0.29.6_3
23 Aug 2011 18:39:19
Original commit files touched by this commit
kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
0.29.6_2
14 Jun 2011 11:02:57
Original commit files touched by this commit
lev search for other commits by this committer
 (1) Add OPTIONS for all knobs.
 (2) Add optional support for net/libproxy, turned off by default.

Submitted by: (2) - Koop Mast, kwm@
0.29.6_1
13 May 2011 11:45:09
Original commit files touched by this commit
lev search for other commits by this committer
  Fix plist

PR:     ports/156907
0.29.6
07 May 2011 17:18:57
Original commit files touched by this commit
lev search for other commits by this committer
  Update to 0.29.6
0.29.5
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.29.5
24 Nov 2010 14:27:09
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.29.5

PR:             ports/151878
Submitted by:   ohauer
Approved by:    maintainer timeout (lev; 22 days)
0.29.4
13 Oct 2010 12:34:30
Original commit files touched by this commit
lev search for other commits by this committer
  Update to latest 0.29.4

PR:     ports/151185
0.29.3_2
30 Jul 2010 22:14:49
Original commit files touched by this commit
mezz search for other commits by this committer
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
0.29.3_1
31 May 2010 02:01:56
Original commit files touched by this commit
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
0.29.3
10 Feb 2010 12:30:59
Original commit files touched by this commit
skv search for other commits by this committer
- Update to 0.29.3
- Fix spacing to make portlint happy

Changes:       
http://lists.manyfish.co.uk/pipermail/neon/2010-January/001150.html
Changes:       
http://lists.manyfish.co.uk/pipermail/neon/2009-December/001123.html
PR:             ports/142185
Submitted by:   olli hauer <ohauer xx gmx.de>
Approved by:    maintainer timeout (lev; >1 month)
0.29.1
18 Dec 2009 21:04:41
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.9.1
- Connect to build

PR:             ports/138994 ports/140636
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer timeout
0.28.6
18 Dec 2009 20:58:27
Original commit files touched by this commit
miwi search for other commits by this committer
- Force commit to note repocopy
        www/neon28 -> www/neon29

Number of commits found: 26