aboutsummaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Take maintainershipBryan Drewery2014-04-082-34/+58
| | | | | | | - Stage Notes: svn path=/head/; revision=350625
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* multiple: sync LEGALEitan Adler2013-12-121-0/+2
| | | | | | | | | | Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED due to the mixed opinions of putting something into the public domain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=336244
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES featureBryan Drewery2013-03-151-6/+2
| | | | | | | | | | | | | | | bapt contributed to the qmail.mk as well - Trim headers USES= qmail:run will add qmail into RUN_DEPENDS USES= qmail:build will add qmail into BUILD_DEPENDS USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS USES= qmail:vars will set QMAIL_PREFIX With hat: portmgr Notes: svn path=/head/; revision=314324
* - Converted to OptionsNGGreg Larkin2012-10-101-10/+17
| | | | Notes: svn path=/head/; revision=305678
* - Updated to install database plugins correctly [1]Greg Larkin2011-04-282-19/+627
| | | | | | | | | | | | - Handle custom PREFIX when configuring - Omit preformatted man page installation - Add missing pkg-plist entries - Bump PORTREVISION Reported by: ale [1] Notes: svn path=/head/; revision=273297
* - Updated to 7.1.1Greg Larkin2011-04-274-45/+45
| | | | | | | | | | | - Added UPDATING entry with pointers to upgrade documentation and note about new SQLite3 database plugin - Added LICENSE Requested by: Brent B. Powers <portsbug@b2pi.info> (via email) Notes: svn path=/head/; revision=273260
* - Add MAKE_JOBS_UNSAFEGreg Larkin2010-02-261-0/+2
| | | | | | | | | PR: ports/144302 Submitted by: pgollucci Feature safe: yes Notes: svn path=/head/; revision=250341
* - Take maintainershipGreg Larkin2008-08-074-38/+34
| | | | | | | | | | | | | | - Upgrade to 0.444 (PR is now moot due to upstream fix) - Stylistic fixes to Makefile - Add OPTIONS - Remove djb-related RESTRICTED (see http://cr.yp.to/distributors.html) PR: ports/121635 Submitted By: Paul Reece <paul@fastlane.net.au> Approved By: beech (mentor, implicit) Notes: svn path=/head/; revision=218205
* Reset sergei@ due to maintainer-timeouts and no response to email.Mark Linimon2008-07-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=217649
* RESTRICTED is intended here instead of NO_PACKAGEKris Kennaway2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172070
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-211-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+3
| | | | Notes: svn path=/head/; revision=149422
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Use USE_MYSQL.Alex Dupre2004-02-121-1/+1
| | | | | | | | | PR: ports/62756 Submitted by: Brian Reichert <reichert@numachi.com> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100794
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+3
| | | | Notes: svn path=/head/; revision=99525
* - Utilize CONFLICTSSergei Kolobov2003-10-241-0/+2
| | | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Approved by: krion (implicit) Notes: svn path=/head/; revision=92071
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* Correct the include path for the PGSQL support.Masafumi Max NAKANE2003-07-111-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=84635
* patch mail/ezmlm-idx:Daichi GOTO2003-07-093-72/+61
| | | | | | | | | | | | | | | - Make portlint(1) happy: move RUN_DEPENDS and PATCH_SITES - Remove explicit ezmlm version number from COMMENT and pkg-descr - Reformat pkg-descr - Cleanup and simplify Makefile - Use DOCSDIR macro in pkg-plist - Take maintainership PR: 53857 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=84513
* Stop being the MAINTAINER of ports I no longer use.Tom Hukins2003-06-271-1/+1
| | | | Notes: svn path=/head/; revision=83755
* Fix MASTER_SITES.Tom Hukins2003-06-101-1/+1
| | | | Notes: svn path=/head/; revision=82679
* Increment PORTREVISION, which I should have done yesterday when addingTom Hukins2003-04-211-1/+1
| | | | | | | files/patch-ezmlm-manage-N. Notes: svn path=/head/; revision=79418
* Make "ezmlm-manage -N" work as advertised.Tom Hukins2003-04-201-0/+11
| | | | | | | | Submitted by: Tim Baur <tbaur@panaso.com> Obtained from: http://marc.theaimsgroup.com/?l=ezmlm&m=102816492627689&w=2 Notes: svn path=/head/; revision=79376
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix a possible security issue with ezmlm-cgi mentioned in ports/47091.Tom Hukins2003-01-184-23/+13
| | | | | | | | | | | While I'm here, merge pkg-plist and pkg-plist.docs and remove some dead MASTER_SITES. PR: ports/47091 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=73420
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-15/+15
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Fix mysql support and introduce pgsql supportTom Hukins2001-08-301-4/+19
| | | | | | | | PR: ports/19325 Submitted by: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> Notes: svn path=/head/; revision=47171
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Rename PLIST.docs to pkg-plist.docs.Satoshi Asami2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=33521
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-4/+4
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-4/+4
| | | | Notes: svn path=/head/; revision=27500
* Fix configuration directory locationTom Hukins2000-02-223-6/+8
| | | | | | | | PR: ports/16728 Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com> Notes: svn path=/head/; revision=26157
* Update the to version 0.40Tom Hukins2000-02-093-16/+26
| | | | Notes: svn path=/head/; revision=25623
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20954
* Switch from mysql322 to mysql322-client and mysql322-server.Dirk Froemberg1999-07-011-2/+2
| | | | Notes: svn path=/head/; revision=19931
* 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
* Upgrade ezmlm to 0.322Bill Fumerola1999-06-073-6/+6
| | | | | | | Submitted by: tom Notes: svn path=/head/; revision=19293
* Add (prepare to be shocked) WWW:Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18434
* Update to version 0.321.Steve Price1999-03-317-58/+88
| | | | | | | | PR: 10867 Submitted by: maintainer Notes: svn path=/head/; revision=17508
* Cleanups from new maintainer.Steve Price1999-02-222-40/+84
| | | | | | | | PR: 9930 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=16839
* Initial import of ezmlm-idx version 0.313.Steve Price1999-01-185-0/+112
Dan J. Bernstein's cleaned up version of ezmlm version 0.53. PR: 8885 Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za> Notes: svn path=/head/; revision=16150