Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added nntpxfer | adam | 1995-12-07 | 1 | -0/+1 |
| | |||||
* | BUILD_DEPENDS on libcnews.a, not some arbitrary executable that comes | asami | 1995-11-27 | 1 | -2/+2 |
| | | | | with cnews and installed in libexec. | ||||
* | Add libcnews.a and a corresponding @exec ranlib. | asami | 1995-11-22 | 1 | -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. | asami | 1995-11-21 | 1 | -1/+2 |
| | | | | Requested by: joerg | ||||
* | Karl-Johan Johnsson's X11 NNTP newsreader. | joerg | 1995-11-20 | 8 | -0/+158 |
| | | | | Submitted by: andreas@knobel.gun.de (Andreas Klemm) | ||||
* | Include include/dbz.h in the package. | asami | 1995-11-09 | 1 | -0/+1 |
| | | | | Noticed by: the nntp port | ||||
* | - use systems CFLAGS | torstenb | 1995-10-25 | 3 | -3/+12 |
| | | | | | | - fix the load average check in nnrpd Approved By: asami | ||||
* | Typo in PKGNAME! Oh my goodness. | asami | 1995-10-20 | 1 | -2/+2 |
| | | | | Submitted by: adam | ||||
* | Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead of | asami | 1995-10-10 | 1 | -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". | asami | 1995-10-10 | 3 | -15/+12 |
| | | | | Stepping on the toe of: torstenb | ||||
* | add libinn.a and it's header files to the package list | torstenb | 1995-10-06 | 3 | -0/+12 |
| | |||||
* | - add an `update' target (won't overwrite configuration files | torstenb | 1995-10-06 | 3 | -3/+48 |
| | | | | - install libinn.a and it's header files | ||||
* | distribution was updated | adam | 1995-10-05 | 3 | -50/+3 |
| | |||||
* | Convert all makefiles to new formats. | asami | 1995-10-03 | 1 | -8/+8 |
| | |||||
* | Change EXEC_DEPENDS -> RUN_DEPENDS | ache | 1995-09-24 | 2 | -2/+2 |
| | |||||
* | the patches has been moved to another directory... | torstenb | 1995-08-09 | 3 | -6/+6 |
| | |||||
* | add rkive to the SUBDIRs list | torstenb | 1995-07-16 | 1 | -1/+2 |
| | |||||
* | rkive - a USENET newsgroup archiver | torstenb | 1995-07-16 | 7 | -0/+360 |
| | |||||
* | To the do-install target: | asami | 1995-07-02 | 1 | -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=yes | torstenb | 1995-07-02 | 3 | -3/+12 |
| | |||||
* | use /var/news/over.view for the overview database (NOV) | torstenb | 1995-07-02 | 2 | -2/+2 |
| | |||||
* | Add tin, convert Makefile along the way. | asami | 1995-07-01 | 1 | -2/+7 |
| | |||||
* | The tin newsreader, version 1.22. I know 1.3beta is out, but it's | asami | 1995-07-01 | 6 | -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/tmp | ache | 1995-06-18 | 1 | -2/+19 |
| | |||||
* | Fix these bugs. | asami | 1995-06-05 | 6 | -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. | asami | 1995-05-30 | 3 | -3/+12 |
| | | | | Submitted by: torstenb | ||||
* | name all lib/news/* and libexec/news/* | adam | 1995-05-15 | 1 | -2/+50 |
| | |||||
* | Clean up subdir Makefiles. They now all look like this: | asami | 1995-05-14 | 1 | -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. | asami | 1995-05-13 | 1 | -2/+2 |
| | |||||
* | # is not a valid comment character.... ;) | asami | 1995-05-12 | 1 | -1/+2 |
| | |||||
* | Delete the @cd into man directories and append man/man? to all | asami | 1995-05-12 | 1 | -26/+23 |
| | | | | the man pages. | ||||
* | Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solves | asami | 1995-05-09 | 3 | -3/+6 |
| | | | | the packaging problem. | ||||
* | Activate munpack | ache | 1995-05-06 | 3 | -8/+14 |
| | | | | | Use proper inews path Upgrade config.sh to 3.6 | ||||
* | Fix the post-install target (gzipping manpages). inews.1 was missing | asami | 1995-05-05 | 3 | -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... | torstenb | 1995-05-05 | 3 | -165/+159 |
| | |||||
* | - add myself as MAINTAINER | torstenb | 1995-05-05 | 3 | -15/+93 |
| | |||||
* | nntpxmit and shlock moved from bin to libexec/news. | asami | 1995-04-25 | 1 | -2/+2 |
| | |||||
* | Typo (nnusages -> nnusage) | asami | 1995-04-24 | 1 | -1/+1 |
| | |||||
* | Add "-" in front of "ln -s" so that it won't be fatal if the link | asami | 1995-04-24 | 1 | -2/+2 |
| | | | | already exists. | ||||
* | {WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p | asami | 1995-04-24 | 1 | -4/+3 |
| | |||||
* | Take out invocation of fake-pkg from do-install target. It is now | asami | 1995-04-24 | 1 | -2/+1 |
| | | | | done in the main install target itself. | ||||
* | Updated for new bsd.port.mk. | asami | 1995-04-22 | 1 | -3/+3 |
| | |||||
* | find dbz.h and libcnews.a under ${PREFIX}/{include,lib} | adam | 1995-04-18 | 1 | -1/+5 |
| | |||||
* | use ${PREFIX} instead of /usr/local | adam | 1995-04-18 | 1 | -8/+8 |
| | |||||
* | install dbz.h and libcnews.a so that nntp and anything else that might use them | adam | 1995-04-18 | 1 | -1/+4 |
| | | | | can pick them up from /usr/local/{include,lib} | ||||
* | Cleanup/termios support/off_t -> long and much more | ache | 1995-04-15 | 3 | -39/+238 |
| | |||||
* | Makefiles of news ports cleaned up! | asami | 1995-04-12 | 8 | -25/+29 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 8 | -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 the | ats | 1995-02-27 | 1 | -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. | ats | 1995-02-23 | 1 | -0/+15 |
| | |||||
* | use "echo | su" instead of "su -c" | pst | 1995-01-25 | 1 | -16/+21 |
| | |||||
* | Add cnews back in | pst | 1995-01-24 | 1 | -3/+2 |
| | |||||
* | Changes for current release... | pst | 1995-01-24 | 2 | -8/+24 |
| | |||||
* | Disable cnews until it's fixed | gpalmer | 1995-01-24 | 1 | -2/+3 |
| | |||||
* | Fix for PR ports/149 - MD5 checksum wrong for current cnews distfile | gpalmer | 1995-01-19 | 1 | -1/+1 |
| | |||||
* | Next batch of MD5 files. | gpalmer | 1995-01-04 | 2 | -0/+2 |
| | |||||
* | Upgrade to 3.6 | gpalmer | 1995-01-04 | 2 | -6/+6 |
| | |||||
* | Next batch of MD5 checksum files | gpalmer | 1995-01-04 | 6 | -0/+6 |
| | |||||
* | copy conf.h.dist to conf.h in pre-patch: | adam | 1994-11-27 | 1 | -2/+2 |
| | | | | was previously pre-configure: | ||||
* | change pre-configure to pre-patc | ache | 1994-11-15 | 1 | -2/+2 |
| | |||||
* | Build/install mini-inews version, if no news subsystem present(client mode) | ache | 1994-11-11 | 1 | -3/+6 |
| | | | | Use network installation by default | ||||
* | Changes for latest release | adam | 1994-10-28 | 2 | -158/+11 |
| | |||||
* | Reviewed by: | torstenb | 1994-10-23 | 1 | -2/+2 |
| | | | | | | Submitted by: Obtained from: Add inn | ||||
* | Reviewed by: | torstenb | 1994-10-23 | 12 | -0/+450 |
| | | | | | | Submitted by: Obtained from: inn - Internet News | ||||
* | add trn to SUBDIR | smace | 1994-10-22 | 1 | -2/+2 |
| | |||||
* | Import of TRN 3.5 | smace | 1994-10-22 | 9 | -0/+393 |
| | |||||
* | Fix for successful compilation when NNTP turned on | ache | 1994-10-12 | 1 | -0/+33 |
| | |||||
* | Added nn | adam | 1994-10-03 | 1 | -2/+2 |
| | |||||
* | NN newsreader with NOV support | adam | 1994-10-03 | 4 | -0/+47 |
| | | | | nnmaster is installed but not used by default | ||||
* | added /usr/local/bin to newspath | adam | 1994-10-02 | 1 | -2/+2 |
| | |||||
* | packing list contents | adam | 1994-10-02 | 1 | -0/+6 |
| | |||||
* | NNTP with NOV. | adam | 1994-10-02 | 4 | -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 makefile | adam | 1994-10-02 | 2 | -2/+55 |
| | |||||
* | Makefile was missing | adam | 1994-10-02 | 1 | -0/+5 |
| | |||||
* | More fixes... | adam | 1994-10-01 | 1 | -0/+36 |
| | | | | | 'report' now gets its headers straight. 'doexpire' now handles archiving correctly. | ||||
* | This file originally contained a makefile fix for the regression tests. | adam | 1994-10-01 | 1 | -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 Collyer | adam | 1994-09-30 | 6 | -0/+294 |