aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_NNTP
Commit message (Collapse)AuthorAgeFilesLines
* - kill pkg-plistClement Laforet2004-04-142-39/+5
| | | | | | | | PR: 65497 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=107000
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-12-281-1/+1
| | | | | | | | | | | | | | | | | | | .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> Notes: svn path=/head/; revision=96749
* - update to 0.10.1Pav Lucistnik2003-12-053-11/+22
| | | | | | | | | | | - introduce NOPORTEXAMPLES knob - use PORTDOCS macro PR: ports/59977 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95146
* - Update to 0.10.0Pav Lucistnik2003-12-052-2/+2
| | | | | | | | PR: ports/59115 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Notes: svn path=/head/; revision=95136
* Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-121-1/+1
| | | | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=93850
* [maintainer update] net/pear-Net_NNTP: Update to 0.9.3Edwin Groothuis2003-10-073-2/+11
| | | | | | | | | | | - Update to 0.9.3 - Add examples PR: ports/57679 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=90562
* [update] net/pear-Net_NNTP: update to 0.9.2Edwin Groothuis2003-08-283-6/+13
| | | | | | | | | | Update NNTP pear class to the lastest version. PR: ports/55949 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=87869
* [new port] net/pear-Net_NNTP: PEAR class that provides an implementationEdwin Groothuis2003-08-254-0/+38
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> Notes: svn path=/head/; revision=87639