summaryrefslogtreecommitdiffstats
path: root/news/cnews
Commit message (Collapse)AuthorAgeFilesLines
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,asami2000-06-121-1/+0
| | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does).
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-211-2/+2
|
* Unbreakcpiazza2000-04-131-2/+3
| | | | | PR: 19768 Submitted by: dirk.meyer@dinoex.sub.org
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-4/+3
|
* Rearrange MASTER_SITES to have faster site used prior tojedgar2000-03-111-2/+2
| | | | | | | slower sites PR: 17285 Submitted by: Maintainer
* Fixup the pgpverify patch and make the y2k path more robust.steve2000-01-242-4/+7
| | | | | PR: 15842 Submitted by: maintainer
* Move the only master site that has one of the distfilescpiazza2000-01-121-2/+2
| | | | | higher up in the list. Waiting while 6 sites are checked for a file they don't have is not my idea of fun.
* Unbreak by fixing problems caused by gawk(1).steve1999-12-252-1/+7
| | | | | PR: 15459 Submitted by: maintainer
* Mark broken for anything except 2.x because our system awk (3.0.3) causessteve1999-11-262-2/+16
| | | | | | | crashes and corrupted output. PR: 14420 Submitted by: maintainer
* Rework configuration, add a MASTER_SITE, and honor PREFIX.steve1999-09-064-168/+209
| | | | | PR: 13123 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* chmod -> ${CHMOD}mharo1999-08-221-6/+6
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Use 'ln -sf' for the /var/news symlink just in case it already exists.steve1999-06-221-1/+1
|
* Update to use pgp-verify version 1.12.steve1999-06-102-6/+6
| | | | | PR: 12099 Submitted by: maintainer
* Add a bunch of new patches.steve1999-02-224-10/+52
| | | | | PR: 10000 Submitted by: maintainer
* Switch to better MASTER_SITEsjseger1998-12-172-4/+8
| | | | | PR: ports/9096 Submitted by: josh@quick.net
* Unbreak, portlint, and cleanup pkg/PLIST. NOTE: some of thesteve1998-08-302-59/+146
| | | | | | permissions may be wrong but I tried to remain faithful to what I believed them to be. It was hard to tell since this port was severely broken to start.
* NEWSFLASH! Manpages to be deleted from PLISTs!hoek1998-08-191-23/+0
|
* Yes, we know this is C-news. The question is, What _is_ C-news?hoek1998-04-251-1/+1
| | | | (Note that this is marked BROKEN, anyways...)
* Mark BROKEN. Fails while installing bin/inews.jseger1997-12-101-1/+3
| | | | Confirmed by: asami
* news/{lib,cnewsbin}adam1996-12-073-64/+64
|
* Oops, fix man page compression.asami1996-11-212-25/+25
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+8
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* 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.
* Include include/dbz.h in the package.asami1995-11-091-0/+1
| | | | Noticed by: the nntp port
* distribution was updatedadam1995-10-053-50/+3
|
* 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.
* use /var/news/over.view for the overview database (NOV)torstenb1995-07-021-1/+1
|
* name all lib/news/* and libexec/news/*adam1995-05-141-2/+50
|
* Delete the @cd into man directories and append man/man? to allasami1995-05-121-26/+23
| | | | the man pages.
* 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
|
* 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}
* Makefiles of news ports cleaned up!asami1995-04-111-4/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* One more of this extra tabs in a Makefile.ats1995-02-231-0/+15
|
* use "echo | su" instead of "su -c"pst1995-01-241-16/+21
|
* Changes for current release...pst1995-01-242-8/+24
|
* Fix for PR ports/149 - MD5 checksum wrong for current cnews distfilegpalmer1995-01-181-1/+1
|
* Next batch of MD5 checksum filesgpalmer1995-01-041-0/+1
|
* Changes for latest releaseadam1994-10-272-158/+11
|
* added /usr/local/bin to newspathadam1994-10-011-2/+2
|
* 4.4 fixes. Also added all: target to makefileadam1994-10-012-2/+55
|
OpenPOWER on IntegriCloud