summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added nntpxferAdam David1995-12-071-0/+1
| | | | Notes: svn path=/head/; revision=2539
* BUILD_DEPENDS on libcnews.a, not some arbitrary executable that comesSatoshi Asami1995-11-271-2/+2
| | | | | | | with cnews and installed in libexec. Notes: svn path=/head/; revision=2482
* Add libcnews.a and a corresponding @exec ranlib.Satoshi 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. Notes: svn path=/head/; revision=2447
* Add knews.Satoshi Asami1995-11-211-1/+2
| | | | | | | Requested by: joerg Notes: svn path=/head/; revision=2441
* Karl-Johan Johnsson's X11 NNTP newsreader.Joerg Wunsch1995-11-198-0/+158
| | | | | | | Submitted by: andreas@knobel.gun.de (Andreas Klemm) Notes: svn path=/head/; revision=2432
* Include include/dbz.h in the package.Satoshi Asami1995-11-091-0/+1
| | | | | | | Noticed by: the nntp port Notes: svn path=/head/; revision=2399
* - use systems CFLAGSTorsten Blum1995-10-253-3/+12
| | | | | | | | | - fix the load average check in nnrpd Approved By: asami Notes: svn path=/head/; revision=2362
* Typo in PKGNAME! Oh my goodness.Satoshi Asami1995-10-201-2/+2
| | | | | | | Submitted by: adam Notes: svn path=/head/; revision=2352
* Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead ofSatoshi Asami1995-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. Notes: svn path=/head/; revision=2302
* Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".Satoshi Asami1995-10-103-15/+12
| | | | | | | Stepping on the toe of: torstenb Notes: svn path=/head/; revision=2301
* 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