aboutsummaryrefslogtreecommitdiff
path: root/mail/isync
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Use @sample for configuration files.Emanuel Haupt2016-02-092-12/+11
| | | | | | | | | | - Remove PORTDOCS because it is empty. - Use --with-ssl to set CPPFLAGS and LDFLAGS. Submitted by: hrs Notes: svn path=/head/; revision=408540
* Update to 1.2.1Emanuel Haupt2015-12-092-3/+3
| | | | Notes: svn path=/head/; revision=403372
* - Add CPE infoDmitry Marakasov2015-05-041-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385372
* Update to 1.2.0Emanuel Haupt2015-04-042-3/+3
| | | | Notes: svn path=/head/; revision=383228
* Update to 1.1.2Emanuel Haupt2015-01-192-4/+3
| | | | Notes: svn path=/head/; revision=377422
* Add USES=alias to several portsJohn Marino2014-10-201-0/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371248
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-2/+0
| | | | Notes: svn path=/head/; revision=370444
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Update to 1.1.1Emanuel Haupt2014-06-135-41/+3
| | | | Notes: svn path=/head/; revision=357668
* - Update to 1.1.0Emanuel Haupt2014-03-106-11/+54
| | | | | | | | | - Move to BDB 46+ Patches provided by: gahr Notes: svn path=/head/; revision=347781
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344061
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343977
* Make portscout skip version 1.1.0. This version does not compile.Emanuel Haupt2014-02-021-0/+3
| | | | Notes: svn path=/head/; revision=342313
* Support staging.Emanuel Haupt2013-10-261-5/+4
| | | | Notes: svn path=/head/; revision=331656
* 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
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Update to 1.0.6Emanuel Haupt2013-02-222-3/+3
| | | | Notes: svn path=/head/; revision=312768
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Update to 1.0.5Emanuel Haupt2012-05-232-3/+3
| | | | Notes: svn path=/head/; revision=297276
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* 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
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Update to 1.0.4Emanuel Haupt2008-02-263-24/+4
| | | | Notes: svn path=/head/; revision=207935
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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
* - Update to 1.0.3Emanuel Haupt2006-12-273-15/+28
| | | | | | | - Take maintainer-ship Notes: svn path=/head/; revision=180884
* - Update to 1.0.2Pav Lucistnik2006-04-292-9/+7
| | | | | | | | | | - Use USE_BDB PR: ports/96523 Submitted by: Aleksander Fafula <alex@BSDGUru.org> Notes: svn path=/head/; revision=160847
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149429
* - Update to 1.0.1.Florent Thoumie2005-04-153-9/+32
| | | | | | | | PR: ports/79975 Submitted by: Ports Fury Notes: svn path=/head/; revision=133439
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 0.9.1Kirill Ponomarev2003-08-164-17/+12
| | | | | | | | PR: 55628 Submitted by: Ports Fury Notes: svn path=/head/; revision=87072
* Resign as maintainerEivind Eklund2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86767
* 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
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-1/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Update and bugfix.Eivind Eklund2002-04-134-4/+17
| | | | | | | | | | | | WARNING: The format for the mailboxes has changed, so you will get duplicate messages if you have old mailboxes lying around. I have delayed this upgrade as I was planning to write a conversion script, but feel that it has been too long already. Bugfix by: nectar Notes: svn path=/head/; revision=57659
* Add USE_OPENSSL=yesEivind Eklund2001-11-281-0/+1
| | | | | | | Prodded by: petef Notes: svn path=/head/; revision=50696
* Update to version 0.7.Eivind Eklund2001-11-263-4/+4
| | | | | | | | | | | | Version 0.6 has been skipped, as the author released 0.7 as integration of the patches that would have been needed in the 0.6 port. New feature: Support for limiting the number of messages downloaded in a mailbox. Ideal for reading the FreeBSD lists offline while keeping a complete mirror on your IMAP server. Notes: svn path=/head/; revision=50564
* Update isync from 0.4 to 0.5 (only verison number and distfile checksum updateEivind Eklund2001-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | needed.) This update was performed by me locally at the same time as the submitter. Changes include: - Updated SSL support. - Added CRAM authentication support. - Added MailDir configuration option to specify the default location of local mailboxes when relative paths are used. - Added support for uploading local messages to the IMAP server. - Added CopyDeletedTo configuration option to cause isync to move deleted messages to a particular mailbox on the server when they are expunged. - Started to re-use passwords for multiple mailboxes Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43985
* isync is a tool for synchronizing IMAP folders to local Maildir copies, forEivind Eklund2001-01-025-0/+27
use on e.g. laptops. It is not entirely stable yet (I've had a couple of not entirely reproducable problems :-(, but seems like it will be very useful in time. Notes: svn path=/head/; revision=36596