summaryrefslogtreecommitdiff
path: root/news/cnews (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - change ECHO -> ECHO_MSGDirk Meyer2003-09-241-10/+10
| | | | Notes: svn path=/head/; revision=89255
* - clean up PATCH_SITESDirk Meyer2003-07-022-3/+4
| | | | | | | | - add patch for regression on CURRENT Fixes incorrect memset, causes .overview gets not cleaned of nonexisted entries. Notes: svn path=/head/; revision=84066
* - make plist more flexible in pathDirk Meyer2003-06-122-48/+45
| | | | Notes: svn path=/head/; revision=82880
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* Bump PORTREVISIONDirk Meyer2002-09-011-1/+1
| | | | Notes: svn path=/head/; revision=65400
* change binary installation path for cnewsDirk Meyer2002-09-011-1/+1
| | | | Notes: svn path=/head/; revision=65398
* - Get rid of PERL and use SEDDirk Meyer2002-06-161-1/+1
| | | | Notes: svn path=/head/; revision=61375
* Try grouping of MASTER_SITESDirk Meyer2002-06-091-2/+3
| | | | Notes: svn path=/head/; revision=60960
* - make portlint happierDirk Meyer2002-01-051-1/+1
| | | | | | | | - use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail Notes: svn path=/head/; revision=52636
* Include new patches:Dirk Meyer2001-11-103-28/+9
| | | | | | | | | | | | c-news-patch-namelen c-news-patch-inews-path make regression test available in port Makefile (make test) new PORTREVISION Notes: svn path=/head/; revision=49907
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* - Use proper POSIX syntax for `chown' in pkg-plist.Dirk Meyer2001-06-041-1/+1
| | | | Notes: svn path=/head/; revision=43478
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-4/+4
| | | | Notes: svn path=/head/; revision=43378
* - Redesign in pkg-plist, all directorys are now created removedDirk Meyer2001-05-262-11/+32
| | | | | | | | with respect of the configuration paths. - Bumped PORTREVISION Notes: svn path=/head/; revision=43089
* - Change path in pkg-plist, using %D instead of absoulte namesDirk Meyer2001-05-261-9/+10
| | | | Notes: svn path=/head/; revision=43088
* - Change pkg-plist, wrong command fixedDirk Meyer2001-05-221-5/+5
| | | | Notes: svn path=/head/; revision=42942
* - @exec randlib removed, it alters the libcnews.a so it won't be deinstalled.Dirk Meyer2001-05-201-1/+0
| | | | | | | PR: 27340 Notes: svn path=/head/; revision=42796
* - Add matchting @unexec lines for serveral "@exec"Dirk Meyer2001-05-202-0/+7
| | | | | | | | | | | So when package is removed, disr will clean. Problem only found in depended ports: c-nocem, nntpd, ... - Bumped PORTREVISION PR: 27340 Notes: svn path=/head/; revision=42790
* - Removed inactive MASTER_SITEDirk Meyer2001-05-161-1/+0
| | | | Notes: svn path=/head/; revision=42648
* Don't hard-code -O2Kris Kennaway2001-04-301-2/+2
| | | | Notes: svn path=/head/; revision=42054
* Removed write permissions on %PREFIX%/news/cnewsbin/input/newsspoolDirk Meyer2001-01-241-2/+2
| | | | | | | | global SUID bit is needed by uux group permission will not be enought. Thanks to jedgar@fxp.org (Chris Faulhaber) for security advice. Notes: svn path=/head/; revision=37527
* - Change in MASTER_SITESKevin Lo2000-10-101-7/+6
| | | | | | | | | | | | - Owner for binaries now from shake/mk/* - Owner for initial configuration must be news - Small message extended. PR: 21874 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33648
* Substitute the extra spacesKevin Lo2000-08-101-2/+2
| | | | Notes: svn path=/head/; revision=31477
* - Update MASTER_SITESKevin Lo2000-08-073-145/+146
| | | | | | | | | | - PLIST is configurable and added URL's PR: ports/20406 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31360
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,Satoshi Asami2000-06-121-1/+0
| | | | | | | | these are not necessary (even if the linker cares about the timestamp -- I'm not sure if it does). Notes: svn path=/head/; revision=29552
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27846
* UnbreakChris Piazza2000-04-131-2/+3
| | | | | | | | PR: 19768 Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=27475
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+3
| | | | Notes: svn path=/head/; revision=27420
* Rearrange MASTER_SITES to have faster site used prior toChris D. Faulhaber2000-03-111-2/+2
| | | | | | | | | | slower sites PR: 17285 Submitted by: Maintainer Notes: svn path=/head/; revision=26749
* Fixup the pgpverify patch and make the y2k path more robust.Steve Price2000-01-242-4/+7
| | | | | | | | PR: 15842 Submitted by: maintainer Notes: svn path=/head/; revision=24996
* Move the only master site that has one of the distfilesChris Piazza2000-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. Notes: svn path=/head/; revision=24661
* Unbreak by fixing problems caused by gawk(1).Steve Price1999-12-252-1/+7
| | | | | | | | PR: 15459 Submitted by: maintainer Notes: svn path=/head/; revision=24026
* Mark broken for anything except 2.x because our system awk (3.0.3) causesSteve Price1999-11-262-2/+16
| | | | | | | | | | crashes and corrupted output. PR: 14420 Submitted by: maintainer Notes: svn path=/head/; revision=23367
* Rework configuration, add a MASTER_SITE, and honor PREFIX.Steve Price1999-09-064-168/+209
| | | | | | | | PR: 13123 Submitted by: maintainer Notes: svn path=/head/; revision=21337
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* chmod -> ${CHMOD}Michael Haro1999-08-221-6/+6
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-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 Notes: svn path=/head/; revision=19803
* Use 'ln -sf' for the /var/news symlink just in case it already exists.Steve Price1999-06-221-1/+1
| | | | Notes: svn path=/head/; revision=19641
* Update to use pgp-verify version 1.12.Steve Price1999-06-102-6/+6
| | | | | | | | PR: 12099 Submitted by: maintainer Notes: svn path=/head/; revision=19395
* Add a bunch of new patches.Steve Price1999-02-224-10/+52
| | | | | | | | PR: 10000 Submitted by: maintainer Notes: svn path=/head/; revision=16834
* Switch to better MASTER_SITEsJustin M. Seger1998-12-172-4/+8
| | | | | | | | PR: ports/9096 Submitted by: josh@quick.net Notes: svn path=/head/; revision=15403
* Unbreak, portlint, and cleanup pkg/PLIST. NOTE: some of theSteve Price1998-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. Notes: svn path=/head/; revision=12927
* NEWSFLASH! Manpages to be deleted from PLISTs!Tim Vanderhoek1998-08-191-23/+0
| | | | Notes: svn path=/head/; revision=12652
* Yes, we know this is C-news. The question is, What _is_ C-news?Tim Vanderhoek1998-04-251-1/+1
| | | | | | | (Note that this is marked BROKEN, anyways...) Notes: svn path=/head/; revision=10672
* Mark BROKEN. Fails while installing bin/inews.Justin M. Seger1997-12-101-1/+3
| | | | | | | Confirmed by: asami Notes: svn path=/head/; revision=9044
* news/{lib,cnewsbin}Adam David1996-12-073-64/+64
| | | | Notes: svn path=/head/; revision=4855
* Oops, fix man page compression.Satoshi Asami1996-11-212-25/+25
| | | | Notes: svn path=/head/; revision=4626
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578