Port details |
- pear-Net_NNTP PEAR implementation of the NNTP protocol
- 1.5.2,1 net
=4 1.5.2,1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2003-08-25 02:01:47
- Last Update: 2024-11-15 10:17:08
- Commit Hash: d2176e6
- People watching this port, also watch:: p5-Digest-MD5, p5-Digest-HMAC, p5-libwww, libxml2, gdbm
- Also Listed In: news pear
- License: W3C
- WWW:
- https://pear.php.net/package/Net_NNTP
- Description:
- Package for communicating with NNTP/Usenet servers.
¦ ¦ ¦ ¦ 
- 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:
-
- php82-pear-Net_NNTP>0:net/pear-Net_NNTP
- To install the port:
- cd /usr/ports/net/pear-Net_NNTP/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pear-Net_NNTP
- pkg install php82-pear-Net_NNTP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pear-Net_NNTP
- Package flavors (<flavor>: <package>)
- php82: php82-pear-Net_NNTP
- php81: php81-pear-Net_NNTP
- php83: php83-pear-Net_NNTP
- php84: php84-pear-Net_NNTP
- distinfo:
- TIMESTAMP = 1504109667
SHA256 (PEAR/Net_NNTP-1.5.2.tgz) = 68e49c94d6b78fecc03e200692657977e31221866cd244a6dddaaa7993e07666
SIZE (PEAR/Net_NNTP-1.5.2.tgz) = 39016
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- Socket.php : net/pear-Net_Socket@php82
- pear : devel/pear@php82
- Runtime dependencies:
-
- Socket.php : net/pear-Net_Socket@php82
- php.h : lang/php82
- pear : devel/pear@php82
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_pear-Net_NNTP
- USES:
- pear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.2,1 15 Nov 2024 10:17:08
    |
Po-Chuan Hsieh (sunpoet)  |
net/pear-Net_NNTP: Cosmetic change |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.2,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.2,1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.5.2,1 22 May 2021 16:20:48
    |
Po-Chuan Hsieh (sunpoet)  |
*/pear-*: Take maintainership |
1.5.2,1 04 May 2021 16:57:55
    |
Rene Ladan (rene)  |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
1.5.2,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5.2,1 06 Mar 2020 17:33:54
  |
joneum  |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
1.5.2,1 08 Mar 2018 19:48:41
  |
mat  |
Introduce PHP flavors.
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 |
1.5.2,1 18 Sep 2017 16:18:55
  |
joneum  |
- net/pear-Net_NNTP: Update from 1.5.0 to 1.5.2
- Add License
- Changelog:
* GitHub: "Clear openssl error messages before and after fgets calls"
* "Line starting with dot is not dot stuffed"
* Change to absolute file locations in require-once()
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D12169 |
1.5.0,1 11 Jun 2017 07:41:56
  |
sunpoet  |
Update distinfo and unbreak this port
- While I'm here, fix indent
Content of tarballs are unchanged (checked against [1]).
=> Net_NNTP-1.5.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_NNTP-1.5.0.tgz
fetch: http://pear.php.net/get/Net_NNTP-1.5.0.tgz: size mismatch: expected
38412, actual 38843
Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_NNTP-1.5.0.tgz [1]
Approved by: portmgr (blanket) |
1.5.0,1 16 May 2017 13:37:51
  |
joneum  |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
1.5.0,1 13 Dec 2016 15:05:07
  |
sunpoet  |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
1.5.0,1 04 Nov 2016 07:50:46
  |
jbeich  |
Pass maintainership of PEAR ports to the submitter
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
1.5.0,1 25 Jul 2016 20:01:03
  |
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.5.0,1 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5.0,1 26 Nov 2015 12:04:01
  |
miwi  |
- Take Maintainership
Approved by: mat (mentor) |
1.5.0,1 18 Nov 2014 09:37:33
  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.5.0,1 23 Sep 2014 16:57:57
  |
bapt  |
Convert to USES=pear |
1.5.0,1 25 Nov 2013 17:59:59
  |
antoine  |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
1.5.0,1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.5.0,1 04 Jun 2013 16:56:55
  |
miwi  |
- Update to 1.5.0 |
1.4.0,1 13 May 2013 09:55:07
  |
miwi  |
- Convert to PEAR_AUTOINSTALL |
1.4.0,1 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.4.0,1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.4.0,1 19 Jun 2008 00:24:00
 |
miwi  |
- Update to 1.4.0
PR: 124679
Submitted by: Wen heping <wenheping@gmail.com> |
1.3.3,1 27 Apr 2007 20:45:59
 |
miwi  |
- Update to 1.3.3
- Take maintainership |
1.0.1,1 23 Sep 2006 00:23:36
 |
linimon  |
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr |
1.0.1,1 22 Jan 2006 21:24:05
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.0.1,1 09 Dec 2005 19:24:52
 |
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
1.0.1,1 10 Apr 2005 20:32:01
 |
flz  |
- Update to 1.0.1.
PR: ports/79316
Submitted by: maintainer |
1.0.0,1 08 Mar 2005 20:05:46
 |
pav  |
- "Update" to 1.0.0 (stable release)
PR: ports/78548
Submitted by: maintainer |
1.2.0 19 Jan 2005 10:33:25
 |
edwin  |
Update port: net/pear-Net_NNTP to 1.2.0
+ update port: net/pear-Net_NNTP to 1.2.0
+ changelog: http://pear.php.net/package/Net_NNTP/download/1.2.0/
+ take maintainership
+ update pkg-descr
PR: ports/76355
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> |
0.10.1 16 Jan 2005 15:53:53
 |
clement  |
- Drop maintainership |
0.10.1 14 Apr 2004 08:21:01
 |
clement  |
- kill pkg-plist
PR: 65497
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
0.10.1 07 Feb 2004 17:16:21
 |
clement  |
- SIZEify distinfo |
0.10.1 13 Jan 2004 15:04:51
 |
clement  |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.10.1 28 Dec 2003 09:11:28
 |
edwin  |
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> |
0.10.1 05 Dec 2003 17:39:37
 |
pav  |
- update to 0.10.1
- introduce NOPORTEXAMPLES knob
- use PORTDOCS macro
PR: ports/59977
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
0.10.0 05 Dec 2003 15:31:50
 |
pav  |
- Update to 0.10.0
PR: ports/59115
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
0.9.3 12 Nov 2003 23:46:19
 |
edwin  |
Add the virtual category "pear" to the Makefiles of these ports.
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org |
0.9.3 07 Oct 2003 22:56:00
 |
edwin  |
[maintainer update] net/pear-Net_NNTP: Update to 0.9.3
- Update to 0.9.3
- Add examples
PR: ports/57679
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.9.2 28 Aug 2003 08:40:38
 |
edwin  |
[update] net/pear-Net_NNTP: update to 0.9.2
Update NNTP pear class to the lastest version.
PR: ports/55949
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.2 25 Aug 2003 02:01:11
 |
edwin  |
[new port] net/pear-Net_NNTP: PEAR class that provides an implementation
of the NNTP protocol
Complete class for communicating with an NNTP server (this
is: the USENET), including: post, view, list, authentication,
overview, header manipulation, NNTP commands debugger, etc.
PR: ports/55353
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |