The FreeBSD Ports Archive
FreeBSD news : c-nocem4>
NoCeM for C News and INN
c-nocem - NoCeM for C News and INN
This is a program for the easy and efficient application of the NoCeM
protocol on the news spool. Which means, articles for which a NoCeM
with "action=hide" is accepted, will be deleted from your news system
as if they had been cancelled. With the installation described below,
these will be processed as fast as possible and should work like real
cancels.
Unlike the standard implementation of NoCeM, this version is optimized
for the most common case of "spam cancels". In fact, it can do nothing
else. It can not be run by a normal user, it does not need or
manipulate state like .newsrc files, it processes only "hide" actions,
and that only by actually deleting the articles.
c-nocem is designed for easy setup and fast run and needs no
maintenance.
http://sites.inka.de/~bigred/sw/c-nocem.html
|
c-nocem history
v. 1.24
date: 2007/09/09 00:36:30; author: linimon; state: Exp; lines: +2 -7
Fix in the new Perl order.
Hat: portmgr
v. 1.23
date: 2006/12/22 02:51:13; author: kuriyama; state: Exp; lines: +2 -2
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
v. 1.22
date: 2006/12/21 13:31:53; author: kuriyama; state: Exp; lines: +2 -2
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
v. 1.21
date: 2004/03/26 17:55:38; author: dinoex; state: Exp; lines: +5 -5
- use CNEWS_PORT
v. 1.20
date: 2004/02/04 05:08:25; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.19
date: 2003/03/03 20:58:23; author: dinoex; state: Exp; lines: +3 -1
- fix build on bento.
It works fine when PORTSDIR points at the physical lcoation.
if PORTSDIR point to symlink (as on benot), the workdirs are
at a diffrent location.
You expect:
${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work
===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found
but the port genarted itws workfiles at:
/tmp/a/ports/news/cnews/work/conf/substitutions
The location can only be found with
${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
v. 1.18
date: 2003/02/23 10:57:55; author: dinoex; state: Exp; lines: +0 -4
- backout as requested by kris
ports is now broken again on bento.
v. 1.17
date: 2003/02/23 07:16:18; author: dinoex; state: Exp; lines: +1 -1
- update pre-fetch to use CNEWSSRC as well
v. 1.16
date: 2003/02/23 07:06:56; author: dinoex; state: Exp; lines: +10 -5
- Update to 3.7
- add pre-fetch target for bento
- optimize configuration with option CNEWSSRC
v. 1.15
date: 2003/02/20 18:26:39; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.14
date: 2002/12/13 06:16:36; author: dinoex; state: Exp; lines: +7 -2
- Fix build, as USE_PERL5 now conditional.
v. 1.13
date: 2002/12/13 06:13:07; author: dinoex; state: Exp; lines: +1 -0
- Fix build on CURRRENT
switch to USE_PERL5, even as it builds with perl4
v. 1.12
date: 2002/09/01 11:06:43; author: dinoex; state: Exp; lines: +2 -2
change binary installation path for cnews
v. 1.11
date: 2001/06/24 04:28:34; author: dinoex; state: Exp; lines: +2 -2
change MAINTAINER to FreeBSD.org address
v. 1.10
date: 2001/05/16 18:46:42; author: dinoex; state: Exp; lines: +3 -2
- Added missing dependency for libcnews.a
v. 1.9
date: 2001/03/15 21:16:59; author: dinoex; state: Exp; lines: +2 -1
Add default CNEWSBIN, to ensure package can be made
v. 1.8
date: 2001/03/14 07:27:51; author: dinoex; state: Exp; lines: +2 -1
fix pkg-plist, even if CNEWSBIN is not set
v. 1.7
date: 2001/03/11 05:52:05; author: dinoex; state: Exp; lines: +4 -3
Changing path for BUILD_DEPENDS.
For some unknown reason for the i386 ports build had failed,
workdir was searched in: "/tmp/usr/ports/news/cnews/work/"
but created files are at: "/tmp/a/ports/news/cnews/work/"
changed to use ${.CURDIR} instead of ${PORTSDIR}
old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
v. 1.6
date: 2001/02/23 05:48:01; author: dinoex; state: Exp; lines: +2 -2
Master-Sites changed, renaming of directories.
Approved by: will
v. 1.5
date: 2001/01/12 15:10:54; author: alex; state: Exp; lines: +3 -2
This port needs PGP. Add GnuPG as dependency.
Submitted by: bento
v. 1.4
date: 2000/10/10 04:11:31; author: kevlo; state: Exp; lines: +2 -2
Fix BUILD_DEPENDS
PR: 21873
Submitted by: MAINTAINER
v. 1.3
date: 2000/08/10 16:12:06; author: kevlo; state: Exp; lines: +2 -2
Substitute the extra spaces
v. 1.2
date: 2000/08/06 14:58:07; author: nbm; state: Exp; lines: +4 -4
Update to 3.6 and fix a few bugs too.
PR: ports/20441
Submitted by: Dirk Meyer (MAINTAINER)
v. 1.1
date: 2000/08/02 10:24:56; author: nbm; state: Exp;
Add c-nocem, a fast filter to remove spam (works with cnews)
PR: ports/17302
Submitted by: Dirk Meyer
=============================================================================
v. 1.24
date: 2007/09/09 00:36:30; author: linimon; state: Exp; lines: +2 -7
Fix in the new Perl order.
Hat: portmgr
v. 1.23
date: 2006/12/22 02:51:13; author: kuriyama; state: Exp; lines: +2 -2
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
v. 1.22
date: 2006/12/21 13:31:53; author: kuriyama; state: Exp; lines: +2 -2
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
v. 1.21
date: 2004/03/26 17:55:38; author: dinoex; state: Exp; lines: +5 -5
- use CNEWS_PORT
v. 1.20
date: 2004/02/04 05:08:25; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.19
date: 2003/03/03 20:58:23; author: dinoex; state: Exp; lines: +3 -1
- fix build on bento.
It works fine when PORTSDIR points at the physical lcoation.
if PORTSDIR point to symlink (as on benot), the workdirs are
at a diffrent location.
You expect:
${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work
===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found
but the port genarted itws workfiles at:
/tmp/a/ports/news/cnews/work/conf/substitutions
The location can only be found with
${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
v. 1.18
date: 2003/02/23 10:57:55; author: dinoex; state: Exp; lines: +0 -4
- backout as requested by kris
ports is now broken again on bento.
v. 1.17
date: 2003/02/23 07:16:18; author: dinoex; state: Exp; lines: +1 -1
- update pre-fetch to use CNEWSSRC as well
v. 1.16
date: 2003/02/23 07:06:56; author: dinoex; state: Exp; lines: +10 -5
- Update to 3.7
- add pre-fetch target for bento
- optimize configuration with option CNEWSSRC
v. 1.15
date: 2003/02/20 18:26:39; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.14
date: 2002/12/13 06:16:36; author: dinoex; state: Exp; lines: +7 -2
- Fix build, as USE_PERL5 now conditional.
v. 1.13
date: 2002/12/13 06:13:07; author: dinoex; state: Exp; lines: +1 -0
- Fix build on CURRRENT
switch to USE_PERL5, even as it builds with perl4
v. 1.12
date: 2002/09/01 11:06:43; author: dinoex; state: Exp; lines: +2 -2
change binary installation path for cnews
v. 1.11
date: 2001/06/24 04:28:34; author: dinoex; state: Exp; lines: +2 -2
change MAINTAINER to FreeBSD.org address
v. 1.10
date: 2001/05/16 18:46:42; author: dinoex; state: Exp; lines: +3 -2
- Added missing dependency for libcnews.a
v. 1.9
date: 2001/03/15 21:16:59; author: dinoex; state: Exp; lines: +2 -1
Add default CNEWSBIN, to ensure package can be made
v. 1.8
date: 2001/03/14 07:27:51; author: dinoex; state: Exp; lines: +2 -1
fix pkg-plist, even if CNEWSBIN is not set
v. 1.7
date: 2001/03/11 05:52:05; author: dinoex; state: Exp; lines: +4 -3
Changing path for BUILD_DEPENDS.
For some unknown reason for the i386 ports build had failed,
workdir was searched in: "/tmp/usr/ports/news/cnews/work/"
but created files are at: "/tmp/a/ports/news/cnews/work/"
changed to use ${.CURDIR} instead of ${PORTSDIR}
old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
v. 1.6
date: 2001/02/23 05:48:01; author: dinoex; state: Exp; lines: +2 -2
Master-Sites changed, renaming of directories.
Approved by: will
v. 1.5
date: 2001/01/12 15:10:54; author: alex; state: Exp; lines: +3 -2
This port needs PGP. Add GnuPG as dependency.
Submitted by: bento
v. 1.4
date: 2000/10/10 04:11:31; author: kevlo; state: Exp; lines: +2 -2
Fix BUILD_DEPENDS
PR: 21873
Submitted by: MAINTAINER
v. 1.3
date: 2000/08/10 16:12:06; author: kevlo; state: Exp; lines: +2 -2
Substitute the extra spaces
v. 1.2
date: 2000/08/06 14:58:07; author: nbm; state: Exp; lines: +4 -4
Update to 3.6 and fix a few bugs too.
PR: ports/20441
Submitted by: Dirk Meyer (MAINTAINER)
v. 1.1
date: 2000/08/02 10:24:56; author: nbm; state: Exp;
Add c-nocem, a fast filter to remove spam (works with cnews)
PR: ports/17302
Submitted by: Dirk Meyer
=============================================================================
v. 1.24
date: 2007/09/09 00:36:30; author: linimon; state: Exp; lines: +2 -7
Fix in the new Perl order.
Hat: portmgr
v. 1.23
date: 2006/12/22 02:51:13; author: kuriyama; state: Exp; lines: +2 -2
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
v. 1.22
date: 2006/12/21 13:31:53; author: kuriyama; state: Exp; lines: +2 -2
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
v. 1.21
date: 2004/03/26 17:55:38; author: dinoex; state: Exp; lines: +5 -5
- use CNEWS_PORT
v. 1.20
date: 2004/02/04 05:08:25; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.19
date: 2003/03/03 20:58:23; author: dinoex; state: Exp; lines: +3 -1
- fix build on bento.
It works fine when PORTSDIR points at the physical lcoation.
if PORTSDIR point to symlink (as on benot), the workdirs are
at a diffrent location.
You expect:
${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work
===> c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found
but the port genarted itws workfiles at:
/tmp/a/ports/news/cnews/work/conf/substitutions
The location can only be found with
${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
v. 1.18
date: 2003/02/23 10:57:55; author: dinoex; state: Exp; lines: +0 -4
- backout as requested by kris
ports is now broken again on bento.
v. 1.17
date: 2003/02/23 07:16:18; author: dinoex; state: Exp; lines: +1 -1
- update pre-fetch to use CNEWSSRC as well
v. 1.16
date: 2003/02/23 07:06:56; author: dinoex; state: Exp; lines: +10 -5
- Update to 3.7
- add pre-fetch target for bento
- optimize configuration with option CNEWSSRC
v. 1.15
date: 2003/02/20 18:26:39; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.14
date: 2002/12/13 06:16:36; author: dinoex; state: Exp; lines: +7 -2
- Fix build, as USE_PERL5 now conditional.
v. 1.13
date: 2002/12/13 06:13:07; author: dinoex; state: Exp; lines: +1 -0
- Fix build on CURRRENT
switch to USE_PERL5, even as it builds with perl4
v. 1.12
date: 2002/09/01 11:06:43; author: dinoex; state: Exp; lines: +2 -2
change binary installation path for cnews
v. 1.11
date: 2001/06/24 04:28:34; author: dinoex; state: Exp; lines: +2 -2
change MAINTAINER to FreeBSD.org address
v. 1.10
date: 2001/05/16 18:46:42; author: dinoex; state: Exp; lines: +3 -2
- Added missing dependency for libcnews.a
v. 1.9
date: 2001/03/15 21:16:59; author: dinoex; state: Exp; lines: +2 -1
Add default CNEWSBIN, to ensure package can be made
v. 1.8
date: 2001/03/14 07:27:51; author: dinoex; state: Exp; lines: +2 -1
fix pkg-plist, even if CNEWSBIN is not set
v. 1.7
date: 2001/03/11 05:52:05; author: dinoex; state: Exp; lines: +4 -3
Changing path for BUILD_DEPENDS.
For some unknown reason for the i386 ports build had failed,
workdir was searched in: "/tmp/usr/ports/news/cnews/work/"
but created files are at: "/tmp/a/ports/news/cnews/work/"
changed to use ${.CURDIR} instead of ${PORTSDIR}
old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
v. 1.6
date: 2001/02/23 05:48:01; author: dinoex; state: Exp; lines: +2 -2
Master-Sites changed, renaming of directories.
Approved by: will
v. 1.5
date: 2001/01/12 15:10:54; author: alex; state: Exp; lines: +3 -2
This port needs PGP. Add GnuPG as dependency.
Submitted by: bento
v. 1.4
date: 2000/10/10 04:11:31; author: kevlo; state: Exp; lines: +2 -2
Fix BUILD_DEPENDS
PR: 21873
Submitted by: MAINTAINER
v. 1.3
date: 2000/08/10 16:12:06; author: kevlo; state: Exp; lines: +2 -2
Substitute the extra spaces
v. 1.2
date: 2000/08/06 14:58:07; author: nbm; state: Exp; lines: +4 -4
Update to 3.6 and fix a few bugs too.
PR: ports/20441
Submitted by: Dirk Meyer (MAINTAINER)
v. 1.1
date: 2000/08/02 10:24:56; author: nbm; state: Exp;
Add c-nocem, a fast filter to remove spam (works with cnews)
PR: ports/17302
Submitted by: Dirk Meyer
=============================================================================
|
| |

|