aboutsummaryrefslogtreecommitdiffstats
path: root/mail/crm114
Commit message (Collapse)AuthorAgeFilesLines
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-162-18/+18
|
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-071-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
* Support LIBS like LDFLAGS.tijl2014-06-111-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove all space characters from Makefile assignments.olgeni2014-06-091-3/+3
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - Stage supportmiwi2014-05-191-37/+13
| | | | | PR: 189892 Submitted by: maintainer
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Use standard PGO_DESC from the pool.danfe2013-06-021-1/+0
|
* Convert to new options frameworkbapt2013-06-021-12/+10
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - remove MD5ohauer2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to 20100106pgollucci2010-01-112-5/+4
| | | | | PR: ports/142503 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
* - Update to 20091225miwi2009-12-262-6/+6
| | | | | PR: 142023 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
* - Chase libtre shlib bumpmiwi2009-12-221-1/+2
|
* - Update to 20090423beat2009-05-143-13/+20
| | | | | | | | | | | - 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)
* Fix typo on COMMENTlioux2009-04-221-1/+1
|
* Add WITH_PGO to build with Profile-Guided Optimizationlioux2009-04-221-3/+37
| | | | | PR: 133356 Approved by: maintainer
* - Pass maintainership to submittertabthorpe2009-02-141-1/+1
| | | | Submitted by: hideo via freebsd-ports@
* o rewriteutil.crm requires the same crm binary location fix as thelioux2008-08-071-1/+2
| | | | | other crm recipes o Bump PORTREVISION due to crm recipe change
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 114miwi2008-04-262-5/+5
| | | | | PR: 122304 Submitted by: Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu>
* - Update to 119870miwi2008-01-222-5/+5
| | | | | PR: 119870 Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
* Update to 20070810lofi2007-09-082-5/+5
|
* Update to 20070731.lofi2007-08-103-25/+19
|
* BROKEN: Unfetchablekris2007-08-101-0/+2
|
* - Update to 20070622miwi2007-07-062-5/+5
| | | | | PR: 114351 Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
* - Update to 20070428miwi2007-05-282-4/+4
| | | | Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (via privat mail)
* - Update MASTER_SITESmiwi2007-05-021-3/+1
|
* - Update to 20070406miwi2007-04-252-10/+14
| | | | | PR: 112018 Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
* - Update to 20070301miwi2007-03-293-6/+7
| | | | | PR: 110976 Submitted by: Corey Halpin <chalpin@cs.wisc.edu>
* Reset meno.abels@adviser.com due to maintainer-timeouts and no responselinimon2007-02-271-1/+1
| | | | | | to email. Hat: portmgr
* - Update to 20061103gabor2007-01-133-8/+11
| | | | | | | PR: ports/107294 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> Approved by: erwin (mentor), maintainer timeout
* Update to 20060118.lawrance2006-04-294-57/+37
| | | | | | PR: ports/92812 Submitted by: hideo <hideo@lastamericanempire.com> Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* update to 20050518garga2005-07-193-5/+26
| | | | | | PR: ports/83661 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: Meno Abels <Meno.Abels@Adviser.com> (maintainer), flz (mentor)
* Add post-patch reinplace to fix a few of my botcheslawrance2005-06-101-2/+7
| | | | | | | | | | - don't static link (PORTREVISION++ for this) - obey CFLAGS, LDFLAGS - allow it to build on 4.x as a result of PR: ports/79345 Approved by: maintainer (timeout, 2 months)
* Update to 20041231 ("well-tested" version)lawrance2005-06-105-115/+8
| | | | | | PR: ports/79345 Submitted by: Garrett Wollman <wollman@freebsd.org> Approved by: maintainer (timeout 2 months)
* Chase libraries for new textproc/libtre version.krion2004-10-261-1/+1
|
* Fix build with gcc 3.4lioux2004-08-181-0/+10
| | | | Approved by: maintainer
* - Chase libraries for new textproc/libtre versionkrion2004-05-101-2/+2
|
* - Add RUN_DEPENDSkrion2004-03-081-1/+9
| | | | | | | * Make use of b64decode PR: ports/63912 Submitted by: maintainer
* Add trailing slash '/' to WWW tag URI addresslioux2004-03-061-1/+1
|
* - Update to 20040221pav2004-03-023-5/+59
| | | | | | | - Download and install contributed scripts and prelearned spam and nonspam databases PR: ports/63415 Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer)
* - Fix patch-Makefilekrion2004-02-261-4/+41
| | | | | PR: ports/63380 Submitted by: maintainer
* Add crm114 20040212,krion2004-02-245-0/+115
CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user's wildest desires. Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, or by other means. Accuracy of the SBPH/BCR classifier has been seen in excess of 99 per cent, for 1/4 megabyte of learning text. In other words, CRM114 learns, and it learns fast. WWW: http://crm114.sourceforge.net PR: ports/63304 Submitted by: Meno Abels <meno.abels@adviser.com>