summaryrefslogtreecommitdiff
path: root/mail/rblcheck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Updated list of RBL sites. Some obsolete and some new.Cy Schubert2002-05-042-4/+3
| | | | | | | | PR: 37731 Submitted by: MAINTAINER: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> Notes: svn path=/head/; revision=58524
* Missed this one. Should use GNU configure --prefix instead of Perl.Cy Schubert2002-05-021-2/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=58442
* Upgrade 1.4 --> 1.5Cy Schubert2002-05-028-204/+78
| | | | | | | | | | | Maintainer requested the transfer of maintainership to MOROHOSHI Akihiko <moro@remus.dti.ne.jp>. PR: 37575 Submitted by: MAINTAINER: Yen-Ming Lee <leeym@leeym.com> Notes: svn path=/head/; revision=58439
* Fix typoDavid W. Chapman Jr.2001-08-242-4/+4
| | | | | | | | PR: 30032 Submitted by: maintainer Notes: svn path=/head/; revision=46801
* Welcome Yen-Ming Lee <leeym@leeym.com> to maintainership of this port.David W. Chapman Jr.2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46759
* Fix batch building according to bento log.David W. Chapman Jr.2001-08-231-2/+2
| | | | | | | | PR: 29997 Submitted by: leeym@utopia.leeym.com Notes: svn path=/head/; revision=46742
* add a missing "Ying-Chieh Liao2001-08-191-2/+2
| | | | | | | Submitted by: leeym@cae.ce.ntu.edu.tw Notes: svn path=/head/; revision=46479
* Supply a missing `:' to unbreak Makefile.Akinori MUSHA2001-08-181-1/+1
| | | | | | | This fixes `make index'. Notes: svn path=/head/; revision=46424
* ORBS is no longer in existence, so we need to remove it from rblcheckYing-Chieh Liao2001-08-183-22/+130
| | | | | | | | PR: 29029 Submitted by: Scot W. Hetzel <root@gifw.genroco.com> Notes: svn path=/head/; revision=46409
* Honor the quiet flag in output added by the patch.Peter Pentchev2001-05-221-15/+21
| | | | | | | | | | | While I'm here, silence two gcc warnings. PR: 27307 Submitted by: MOROHOSHI Akihiko <moro@nii.ac.jp> Happy Bday to: kris Notes: svn path=/head/; revision=42911
* While I'm here, fix PORTDOCS handling:Peter Pentchev2001-03-042-12/+8
| | | | | | | | - no need for loops and multiple install invocations, docs/* is fine; - add %%PORTDOCS%% to pkg-plist, so +CONTENTS is generated correctly. Notes: svn path=/head/; revision=39043
* Fix the ORBS RBL sites.Peter Pentchev2001-03-041-8/+20
| | | | | | | | PR: 25424 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=39042
* Update MASTER_SITES and WWW: lineJames E. Housley2001-01-132-13/+10
| | | | | | | | PR: 24286 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=37160
* drop myself from MAINTAINER. too many KAME platforms to support,Jun-ichiro itojun Hagino2001-01-091-1/+1
| | | | | | | to little time... Notes: svn path=/head/; revision=36979
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27500
* master site changed (rblcheck.sourceforge.net)Jun-ichiro itojun Hagino2000-04-081-1/+3
| | | | Notes: svn path=/head/; revision=27408
* Add the RSS (http://www.mail-abuse.org/rss) to rblcheckGary Palmer2000-01-211-5/+6
| | | | | | | OK'd by: MAINTAINER Notes: svn path=/head/; revision=24878
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Add (prepare to be shocked) WWW:Michael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18434
* Add Dialup Users List from vix.com.Steve Price1999-05-031-5/+6
| | | | | | | | PR: 9864 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Notes: svn path=/head/; revision=18361
* s/orbs.dorkslayers.com/relays.orbs.org/Jun-ichiro itojun Hagino1999-03-041-2/+2
| | | | Notes: svn path=/head/; revision=16996
* declare "extern char *optarg".Jun-ichiro itojun Hagino1998-11-162-7/+6
| | | | | | | | | (I can't blindly include getopt.h since older FreeBSD doesn't have one) remove BROKEN mark (could someone check this?). Notes: svn path=/head/; revision=14570
* Mark BROKEN:Justin M. Seger1998-11-161-1/+3
| | | | | | | | | | | | | | | ===> Building for rblcheck-1.4 cc -O -pipe -Wall -s rblcheck.c -o rblcheck rblcheck.c: In function `main': rblcheck.c:333: warning: implicit declaration of function `getopt' rblcheck.c:351: `optarg' undeclared (first use this function) rblcheck.c:351: (Each undeclared identifier is reported only once rblcheck.c:351: for each function it appears in.) rblcheck.c:383: warning: suggest parentheses around assignment used as truth value *** Error code 1 Notes: svn path=/head/; revision=14557
* obey CFLAGS and CC defintion from bsd.port.mk.Jun-ichiro itojun Hagino1998-11-051-0/+8
| | | | | | | | Submitted by: Mikhail Teterin <mi@video-collage.com> email Message-Id: <199811042059.PAA03130@video-collage.com> Notes: svn path=/head/; revision=14360
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14094
* upgrade original distribution (1.4)Jun-ichiro itojun Hagino1998-10-193-4/+142
| | | | | | | | patched the source code so that we can specify the target by FQDN. (the patch is sent to the original author) Notes: svn path=/head/; revision=14081
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-3/+1
| | | | Notes: svn path=/head/; revision=11552
* rblcheck, command-line interface to MAPS RBL spam filter database.Jun-ichiro itojun Hagino1998-01-305-0/+55
Notes: svn path=/head/; revision=9521