aboutsummaryrefslogtreecommitdiff
path: root/mail/masqmail
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* mail: Add missing USES={gnome,php}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517069
* mail/masqmail: Update version 0.3.=>0.3.5Muhammad Moinur Rahman2015-02-084-28/+18
| | | | | | | | | | | - Make use of @sample - Make use of @(user,group,mode) - Remove depricated @dir* and cleanup pkg-plist Approved by: bapt marino (implicit) Notes: svn path=/head/; revision=378691
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* - Add DOCS to OPTIONS_DEFINESunpoet Po-Chuan Hsieh2014-05-133-55/+53
| | | | | | | | | | | | | | | | - Use ETCDIR - Support STAGEDIR - While I'm here: - Fix STAGEDIR prefix in PREFIX/sbin/rmail - Convert to new options helper - Simplify Makefile - Sort PLIST PR: ports/189661 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=353965
* 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 to new options frameworkBaptiste Daroussin2013-06-061-7/+8
| | | | Notes: svn path=/head/; revision=320122
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-6/+2
| | | | Notes: svn path=/head/; revision=316355
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Update to 0.3.4Martin Wilke2012-04-116-90/+76
| | | | | | | | | | - Pass maintainership to submitter PR: 166620 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=294591
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2010-12-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=265541
* Markus Schnalke has taken over development from the original author.Philip M. Gollucci2010-09-081-1/+1
| | | | | | | | | | | The new project page for masqmail is http://marmaro.de/prog/masqmail/ PR: ports/148249 Submitted by: Rob B <rbyrnes@gmail.com> Approved by: maintainer timeout (anray ; 68 days) Notes: svn path=/head/; revision=260740
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Enable support OPTIONSAndrey Slusar2009-05-241-4/+14
| | | | | | | | PR: ports/134539 Submitted by: Nick Hibma <nick@anywi.com> Notes: svn path=/head/; revision=234476
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Respect NO_INSTALL_MANPAGESAndrey Slusar2008-07-183-24/+15
| | | | | | | | | | | | | | - files/masqmail.sh -> files/masqmail.in itectu@: no more .sh dougb@: move load_config above variables checks - use PORTDOCS - Bump PORTREVISION PR: ports/125652 Submitted by: Philip M. Gollucci pgollucci at p6m7g8.com Notes: svn path=/head/; revision=217069
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Fix glib depends. Needs glib20 instead of glib12.Andrey Slusar2006-03-311-1/+1
| | | | | | | Reported by: kris(pointyhat) Notes: svn path=/head/; revision=158493
* Update to 0.2.21Andrey Slusar2006-03-282-7/+7
| | | | Notes: svn path=/head/; revision=158324
* I'm hosted distfile for this port on http://santinel.bas-net.by/ports/.Andrey Slusar2006-03-221-1/+2
| | | | | | | | | Developers site now is disappeared. Reported by: fenner portsurvey Notes: svn path=/head/; revision=157970
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* * Remove NO_LATEST_LINK.Andrey Slusar2005-12-282-1/+1
| | | | | | | * Add SHA256 checksum. Notes: svn path=/head/; revision=152266
* Update to 0.2.20Andrey Slusar2005-12-2611-81/+79
| | | | Notes: svn path=/head/; revision=152088
* Change email address for all my ports.Andrey Slusar2005-12-151-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-301-1/+1
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* Change maintainer's email.Kirill Ponomarev2004-08-071-1/+1
| | | | | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=115587
* Utilize CONFLICTSSergey Matveychuk2004-07-311-0/+3
| | | | | | | | | | Fix trigraphs warnings PR: ports/69844 Submitted by: maintainer Notes: svn path=/head/; revision=115147
* - Fix plist for NOPORTDOCS casePav Lucistnik2004-07-141-9/+9
| | | | | | | | PR: ports/69014 Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer) Notes: svn path=/head/; revision=113659
* Add MasqMail, a mail server designed for hosts that do not have a permanentPav Lucistnik2004-05-0210-0/+232
internet connection eg. a home network or a single host at home. It has special support for connections to different ISPs. It replaces sendmail or other MTAs such as qmail or exim. PR: ports/65178 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=108202