- Update to 20090423
- Pass maintainership to submitter Note: css files will have to be rebuilt to work against this version, as the data file format has changed. PR: ports/134213 Submitted by: Corey Halpin <chalpin AT cs.wisc.edu> Approved by: hideo <hideo AT lastamericanempire.com> (old maintainer), miwi (mentor)
This commit is contained in:
parent
8ecba5f628
commit
cdaae2c25b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233838
@ -5,24 +5,23 @@
|
||||
#
|
||||
|
||||
PORTNAME= crm114
|
||||
PORTVERSION= 20080326
|
||||
PORTVERSION= 20090423
|
||||
# WARNING change versionname in CRM114RELEASENAME too.
|
||||
# portlint didn't like this variable at this place.
|
||||
# So I have to put it down in this file.
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://crm114.sourceforge.net/tarballs/
|
||||
# Oliver Eikemeier recommended the following construction
|
||||
# to avoid the reduncany of the CRM114RELEASENAME and .src and
|
||||
# .css extention.
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${CRM114RELEASENAME}.src
|
||||
DISTNAME= ${PORTNAME}-200904023-${CRM114RELEASENAME}.src
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
MAINTAINER= chalpin@cs.wisc.edu
|
||||
COMMENT= A Markov based SpamFilter
|
||||
|
||||
LIB_DEPENDS= tre.6:${PORTSDIR}/textproc/libtre
|
||||
|
||||
CRM114RELEASENAME=BlameSentansoken
|
||||
CRM114RELEASENAME=BlameSteveJobs
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
@ -32,16 +31,20 @@ MAKE_ARGS= CC="${CC}" prefix="${PREFIX}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib -liconv -lintl
|
||||
|
||||
CFLAGS+= -DVERSION='\"${PORTVERSION}-${CRM114RELEASENAME}\"'
|
||||
CFLAGS+= -DNO_LOGL
|
||||
|
||||
INSTALL_TARGET= install_binary_only
|
||||
|
||||
CRM_FILES= mailfilter.crm mailfilter.cf mailreaver.crm mailtrainer.crm \
|
||||
maillib.crm shuffle.crm rewriteutil.crm rewrites.mfp \
|
||||
whitelist.mfp blacklist.mfp priolist.mfp priolist.mfp.example \
|
||||
blacklist.mfp.example whitelist.mfp.example crm114-mode.el \
|
||||
procmailrc.recipe
|
||||
reto_procmailrc.recipe
|
||||
|
||||
OPTIONS= PGO "Enable Profile-Guided Optimization" off
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (crm114-20080326-BlameSentansoken.src.tar.gz) = 0e9a0ea01f73cd600a92c56b82b29ad4
|
||||
SHA256 (crm114-20080326-BlameSentansoken.src.tar.gz) = 1d9638a3542d7e91d401ba57be27de0ee15bdba942ca3b97d3615e860b917e88
|
||||
SIZE (crm114-20080326-BlameSentansoken.src.tar.gz) = 593676
|
||||
MD5 (crm114-200904023-BlameSteveJobs.src.tar.gz) = 60c3bb5f0408341ce02c0571308259f3
|
||||
SHA256 (crm114-200904023-BlameSteveJobs.src.tar.gz) = dd2ba229444ca3d0364b859402af0dc69adc3ac3e898cb4e8ce46dd66faba17b
|
||||
SIZE (crm114-200904023-BlameSteveJobs.src.tar.gz) = 623779
|
||||
|
@ -9,13 +9,17 @@ bin/osbf-util
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INTRO.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/QUICKREF.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/classify_details.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CLASSIFY_DETAILS.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/inoc_passwd.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COLOPHON.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/knownbugs.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/things_to_do.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THINGS_TO_DO.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Alice_In_Wonderland_Chap_1_And_2.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Hound_of_the_Baskervilles_first_500_lines.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Macbeth_Act_IV.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/The_Wind_in_the_Willows_Chap_1.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/procmailrc.recipe
|
||||
%%EXAMPLESDIR%%/reto_procmailrc.recipe
|
||||
%%EXAMPLESDIR%%/mailfilter.crm
|
||||
%%EXAMPLESDIR%%/mailfilter.cf
|
||||
%%EXAMPLESDIR%%/mailreaver.crm
|
||||
|
Loading…
Reference in New Issue
Block a user