summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add libinn.a and it's header files to the package listTorsten Blum1995-10-063-0/+12
| | | | Notes: svn path=/head/; revision=2284
* - add an `update' target (won't overwrite configuration filesTorsten Blum1995-10-063-3/+48
| | | | | | | - install libinn.a and it's header files Notes: svn path=/head/; revision=2283
* distribution was updatedAdam David1995-10-053-50/+3
| | | | Notes: svn path=/head/; revision=2264
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-8/+8
| | | | Notes: svn path=/head/; revision=2233
* Change EXEC_DEPENDS -> RUN_DEPENDSAndrey A. Chernov1995-09-232-2/+2
| | | | Notes: svn path=/head/; revision=2185
* the patches has been moved to another directory...Torsten Blum1995-08-083-6/+6
| | | | Notes: svn path=/head/; revision=2041
* add rkive to the SUBDIRs listTorsten Blum1995-07-151-1/+2
| | | | Notes: svn path=/head/; revision=1971
* rkive - a USENET newsgroup archiverTorsten Blum1995-07-157-0/+360
| | | | Notes: svn path=/head/; revision=1970
* To the do-install target:Satoshi 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. Notes: svn path=/head/; revision=1915
* add a NO_PACKAGE=yesTorsten Blum1995-07-023-3/+12
| | | | Notes: svn path=/head/; revision=1914
* use /var/news/over.view for the overview database (NOV)Torsten Blum1995-07-022-2/+2
| | | | Notes: svn path=/head/; revision=1913
* Add tin, convert Makefile along the way.Satoshi Asami1995-07-011-2/+7
| | | | Notes: svn path=/head/; revision=1909
* The tin newsreader, version 1.22. I know 1.3beta is out, but it'sSatoshi Asami1995-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> Notes: svn path=/head/; revision=1908
* Change non-existent /usr/tmp to /var/tmpAndrey A. Chernov1995-06-181-2/+19
| | | | Notes: svn path=/head/; revision=1840
* Fix these bugs.Satoshi 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 Notes: svn path=/head/; revision=1823
* Add public patch for select loop problem.Satoshi Asami1995-05-303-3/+12
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=1809
* name all lib/news/* and libexec/news/*Adam David1995-05-141-2/+50
| | | | Notes: svn path=/head/; revision=1752
* Clean up subdir Makefiles. They now all look like this:Satoshi 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". Notes: svn path=/head/; revision=1740
* Sort.Satoshi Asami1995-05-131-2/+2
| | | | Notes: svn path=/head/; revision=1717
* # is not a valid comment character.... ;)Satoshi Asami1995-05-121-1/+2
| | | | Notes: svn path=/head/; revision=1687
* Delete the @cd into man directories and append man/man? to allSatoshi Asami1995-05-121-26/+23
| | | | | | | the man pages. Notes: svn path=/head/; revision=1685
* Compress manpages for distrib.pats.5 passwd.nntp.5 too. This solvesSatoshi Asami1995-05-093-3/+6
| | | | | | | the packaging problem. Notes: svn path=/head/; revision=1666
* Activate munpackAndrey A. Chernov1995-05-063-8/+14
| | | | | | | | Use proper inews path Upgrade config.sh to 3.6 Notes: svn path=/head/; revision=1658
* Fix the post-install target (gzipping manpages). inews.1 was missingSatoshi Asami1995-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). Notes: svn path=/head/; revision=1621
* manpages are compressed now...Torsten Blum1995-05-043-165/+159
| | | | Notes: svn path=/head/; revision=1616
* - add myself as MAINTAINERTorsten Blum1995-05-043-15/+93
| | | | Notes: svn path=/head/; revision=1615
* nntpxmit and shlock moved from bin to libexec/news.Satoshi Asami1995-04-251-2/+2
| | | | Notes: svn path=/head/; revision=1537
* Typo (nnusages -> nnusage)Satoshi Asami1995-04-241-1/+1
| | | | Notes: svn path=/head/; revision=1517
* Add "-" in front of "ln -s" so that it won't be fatal if the linkSatoshi Asami1995-04-241-2/+2
| | | | | | | already exists. Notes: svn path=/head/; revision=1516
* {WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :pSatoshi Asami1995-04-241-4/+3
| | | | Notes: svn path=/head/; revision=1515
* Take out invocation of fake-pkg from do-install target. It is nowSatoshi Asami1995-04-241-2/+1
| | | | | | | done in the main install target itself. Notes: svn path=/head/; revision=1514
* Updated for new bsd.port.mk.Satoshi Asami1995-04-221-3/+3
| | | | Notes: svn path=/head/; revision=1486
* find dbz.h and libcnews.a under ${PREFIX}/{include,lib}Adam David1995-04-181-1/+5
| | | | Notes: svn path=/head/; revision=1458
* use ${PREFIX} instead of /usr/localAdam David1995-04-181-8/+8
| | | | Notes: svn path=/head/; revision=1456
* install dbz.h and libcnews.a so that nntp and anything else that might use themAdam David1995-04-181-1/+4
| | | | | | | can pick them up from /usr/local/{include,lib} Notes: svn path=/head/; revision=1454
* Cleanup/termios support/off_t -> long and much moreAndrey A. Chernov1995-04-153-39/+238
| | | | Notes: svn path=/head/; revision=1358
* Makefiles of news ports cleaned up!Satoshi Asami1995-04-118-25/+29
| | | | Notes: svn path=/head/; revision=1344
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-018-6/+14
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Move the target of the pre-build to the pre-install. At the time of theAndreas Schulz1995-02-261-4/+2
| | | | | | | | pre-build inews can't be build because it uses hostname.o from the nn source that is not yet build. Notes: svn path=/head/; revision=1045
* One more of this extra tabs in a Makefile.Andreas Schulz1995-02-231-0/+15
| | | | Notes: svn path=/head/; revision=1022
* use "echo | su" instead of "su -c"Paul Traina1995-01-241-16/+21
| | | | Notes: svn path=/head/; revision=817
* Add cnews back inPaul Traina1995-01-241-3/+2
| | | | Notes: svn path=/head/; revision=810
* Changes for current release...Paul Traina1995-01-242-8/+24
| | | | Notes: svn path=/head/; revision=809
* Disable cnews until it's fixedGary Palmer1995-01-231-2/+3
| | | | Notes: svn path=/head/; revision=807
* Fix for PR ports/149 - MD5 checksum wrong for current cnews distfileGary Palmer1995-01-181-1/+1
| | | | Notes: svn path=/head/; revision=795
* Next batch of MD5 files.Gary Palmer1995-01-042-0/+2
| | | | Notes: svn path=/head/; revision=684
* Upgrade to 3.6Gary Palmer1995-01-042-6/+6
| | | | Notes: svn path=/head/; revision=683
* Next batch of MD5 checksum filesGary Palmer1995-01-046-0/+6
| | | | Notes: svn path=/head/; revision=682
* copy conf.h.dist to conf.h in pre-patch:Adam David1994-11-261-2/+2
| | | | | | | was previously pre-configure: Notes: svn path=/head/; revision=511
* change pre-configure to pre-patcAndrey A. Chernov1994-11-151-2/+2
| | | | Notes: svn path=/head/; revision=381