aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* added nntpxferadam1995-12-071-0/+1
|
* BUILD_DEPENDS on libcnews.a, not some arbitrary executable that comesasami1995-11-271-2/+2
| | | | with cnews and installed in libexec.
* Add libcnews.a and a corresponding @exec ranlib.asami1995-11-221-0/+2
| | | | | I'm not exactly sure why this was missing, but since it's installed by the "make install" rule, it definitely should be in the package.
* Add knews.asami1995-11-211-1/+2
| | | | Requested by: joerg
* Karl-Johan Johnsson's X11 NNTP newsreader.joerg1995-11-208-0/+158
| | | | Submitted by: andreas@knobel.gun.de (Andreas Klemm)
* Include include/dbz.h in the package.asami1995-11-091-0/+1
| | | | Noticed by: the nntp port
* - use systems CFLAGStorstenb1995-10-253-3/+12
| | | | | | - fix the load average check in nnrpd Approved By: asami
* Typo in PKGNAME! Oh my goodness.asami1995-10-201-2/+2
| | | | Submitted by: adam
* Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead ofasami1995-10-101-4/+2
| | | | | | .if !exists(${PREFIX}/...), this is not a very clean solution but the previous version simply didn't work because ${PREFIX} wouldn't be substituted at this point.
* Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".asami1995-10-103-15/+12
| | | | Stepping on the toe of: torstenb
* add libinn.a and it's header files to the package listtorstenb1995-10-063-0/+12
|
* - add an `update' target (won't overwrite configuration filestorstenb1995-10-063-3/+48
| | | | - install libinn.a and it's header files
* distribution was updatedadam1995-10-053-50/+3
|
* Convert all makefiles to new formats.asami1995-10-031-8/+8
|
* Change EXEC_DEPENDS -> RUN_DEPENDSache1995-09-242-2/+2
|
* the patches has been moved to another directory...torstenb1995-08-093-6/+6
|
* add rkive to the SUBDIRs listtorstenb1995-07-161-1/+2
|
* rkive - a USENET newsgroup archivertorstenb1995-07-167-0/+360
|
* To the do-install target:asami1995-07-021-4/+5
| | | | | | | (1) Add a "rm -f ${PREFIX}/bin/inews", install was failing when it tried to overwrite an inews installed by a separate package (it su's first). (2) Add "-c" to install lines of manpages.
* add a NO_PACKAGE=yestorstenb1995-07-023-3/+12
|
* use /var/news/over.view for the overview database (NOV)torstenb1995-07-022-2/+2
|
* Add tin, convert Makefile along the way.asami1995-07-011-2/+7
|
* The tin newsreader, version 1.22. I know 1.3beta is out, but it'sasami1995-07-016-0/+449
| | | | | | | | | | changing quite rapidly according to Peter. If someone is willing to maintain it, go ahead and upgrade. By the way, this is the 300th port. Congratulations Peter, you get any ten of the 300 ports for free! :) Submitted by: Peter Wemm <peter@haywire.DIALix.COM>
* Change non-existent /usr/tmp to /var/tmpache1995-06-181-2/+19
|
* Fix these bugs.asami1995-06-056-9/+36
| | | | | | | | | | - The expiration processing fails when attempting to store a long message-id in the new DBZ database. If left uncorrected, a disk full condition is likely to occur. - When innxmit (on the master) encounters a news article that is cross-posted to LOTS of other newsgroups it segmentation faults. Submitted by: torstenb
* Add public patch for select loop problem.asami1995-05-303-3/+12
| | | | Submitted by: torstenb
* name all lib/news/* and libexec/news/*adam1995-05-151-2/+50
|
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-1/+2
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Sort.asami1995-05-131-2/+2
|
* # is not a valid comment character.... ;)asami1995-05-121-1/+2
|
* Delete the @cd into man directories and append man/man? to allasami1995-05-121-26/+23
| | | | the man pages.
* Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solvesasami1995-05-093-3/+6
| | | | the packaging problem.
* Activate munpackache1995-05-063-8/+14
| | | | | Use proper inews path Upgrade config.sh to 3.6
* Fix the post-install target (gzipping manpages). inews.1 was missingasami1995-05-053-9/+9
| | | | | | the ".1" suffix and something apperaed twice. It still doesn't package though (distrib.pats.5.gz and passwd.nntp.5.gz are missing).
* manpages are compressed now...torstenb1995-05-053-165/+159
|
* - add myself as MAINTAINERtorstenb1995-05-053-15/+93
|
* nntpxmit and shlock moved from bin to libexec/news.asami1995-04-251-2/+2
|
* Typo (nnusages -> nnusage)asami1995-04-241-1/+1
|
* Add "-" in front of "ln -s" so that it won't be fatal if the linkasami1995-04-241-2/+2
| | | | already exists.
* {WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :pasami1995-04-241-4/+3
|
* Take out invocation of fake-pkg from do-install target. It is nowasami1995-04-241-2/+1
| | | | done in the main install target itself.
* Updated for new bsd.port.mk.asami1995-04-221-3/+3
|
* find dbz.h and libcnews.a under ${PREFIX}/{include,lib}adam1995-04-181-1/+5
|
* use ${PREFIX} instead of /usr/localadam1995-04-181-8/+8
|
* install dbz.h and libcnews.a so that nntp and anything else that might use themadam1995-04-181-1/+4
| | | | can pick them up from /usr/local/{include,lib}
* Cleanup/termios support/off_t -> long and much moreache1995-04-153-39/+238
|
* Makefiles of news ports cleaned up!asami1995-04-128-25/+29
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-018-6/+14
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Move the target of the pre-build to the pre-install. At the time of theats1995-02-271-4/+2
| | | | | pre-build inews can't be build because it uses hostname.o from the nn source that is not yet build.
* One more of this extra tabs in a Makefile.ats1995-02-231-0/+15
|
* use "echo | su" instead of "su -c"pst1995-01-251-16/+21
|
* Add cnews back inpst1995-01-241-3/+2
|
* Changes for current release...pst1995-01-242-8/+24
|
* Disable cnews until it's fixedgpalmer1995-01-241-2/+3
|
* Fix for PR ports/149 - MD5 checksum wrong for current cnews distfilegpalmer1995-01-191-1/+1
|
* Next batch of MD5 files.gpalmer1995-01-042-0/+2
|
* Upgrade to 3.6gpalmer1995-01-042-6/+6
|
* Next batch of MD5 checksum filesgpalmer1995-01-046-0/+6
|
* copy conf.h.dist to conf.h in pre-patch:adam1994-11-271-2/+2
| | | | was previously pre-configure:
* change pre-configure to pre-patcache1994-11-151-2/+2
|
* Build/install mini-inews version, if no news subsystem present(client mode)ache1994-11-111-3/+6
| | | | Use network installation by default
* Changes for latest releaseadam1994-10-282-158/+11
|
* Reviewed by:torstenb1994-10-231-2/+2
| | | | | | Submitted by: Obtained from: Add inn
* Reviewed by: torstenb1994-10-2312-0/+450
| | | | | | Submitted by: Obtained from: inn - Internet News
* add trn to SUBDIRsmace1994-10-221-2/+2
|
* Import of TRN 3.5smace1994-10-229-0/+393
|
* Fix for successful compilation when NNTP turned onache1994-10-121-0/+33
|
* Added nnadam1994-10-031-2/+2
|
* NN newsreader with NOV supportadam1994-10-034-0/+47
| | | | nnmaster is installed but not used by default
* added /usr/local/bin to newspathadam1994-10-021-2/+2
|
* packing list contentsadam1994-10-021-0/+6
|
* NNTP with NOV.adam1994-10-024-0/+20
| | | | | | xthread/xindex not enabled or tested. Makefile will need revising after new bsd.port.mk dependence on pre-configure target is broken, DEPENDS is a comment for now.
* 4.4 fixes. Also added all: target to makefileadam1994-10-022-2/+55
|
* Makefile was missingadam1994-10-021-0/+5
|
* More fixes...adam1994-10-011-0/+36
| | | | | 'report' now gets its headers straight. 'doexpire' now handles archiving correctly.
* This file originally contained a makefile fix for the regression tests.adam1994-10-011-0/+52
| | | | | | | | | Now it also contains the following fixes... silence nntpxmit stats which was causing 'sendbatches' to complain and give up after successfully sending the first batch. 'mkov' no longer dumps core if there is no Xref: header.
* Cnews cleanup release from Henry Spencer and Geoff Collyeradam1994-09-306-0/+294