aboutsummaryrefslogtreecommitdiffstats
path: root/mail/asmail
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | mail)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-012-2/+2
| | | | Approved by: portmgr (bapt)
* - Fix fetching mail via IMAP from Gmail and other providers.rene2012-04-303-1/+47
| | | | | | | - Bump PORTREVISION PR: ports/154254 Submitted by: G. Paul Ziemba [p-fbsd-bugs ziemba!us]
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - 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
* - remove MD5ohauer2011-07-031-1/+0
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.12miwi2007-04-183-4/+18
| | | | | PR: 111628 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.0sat2007-03-032-4/+4
| | | | Submitted by: Martin Kaiser <martin@kaiser.cx>
* - Xpm is in X11BASE, not LOCALBASErafan2006-12-021-2/+2
|
* - Fix Xpm pathrafan2006-12-021-1/+4
| | | | Reported by: pointyhat
* - Update to 1.9miwi2006-11-232-4/+4
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* - Add SHA256pav2005-11-251-0/+1
|
* Although configure looks for libjpeg, it's not used at all, so drop LIB_DEPENDS.vs2005-10-171-4/+2
|
* Update to 1.8vs2005-10-172-9/+13
| | | | | PR: ports/87537 Submitted by: Ports Fury
* Update to version 1.7krion2005-03-134-77/+76
| | | | | PR: ports/78737 Submitted by: Ports Fury
* SIZEify.trevor2004-01-291-0/+1
|
* - Update mail/asmail: 1.5 -> 1.6 [1]erwin2003-06-232-3/+3
| | | | | | | | | | A fix for Notes servers Persistent connections for IMAP servers - While I'm here, fix a whitespce nit [2] PR: 53629 [1] Submitted by: Kirill Ponomarew <ponomarew@oberon.net> [1], portlint [2]
* - update to 1.5petef2003-05-195-183/+92
| | | | | | | | | - new MASTER_SITES - spell 'FreeBSD.org' correctly - respect NOPORTDOCS correctly PR: 51672 Submitted by: Ports Fury
* Reset Maintainer addressarved2003-04-301-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix a bug where asmail wouldn't correctly parse the imap4 port numberpetef2002-06-082-0/+46
| | | | | | | | correctly. PR: 34804 Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> Approved by: maintainer timeout
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update to 0.56cpiazza2000-05-195-38/+40
| | | | | PR: 18438 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Found another cpiazza "Oops" -- Surely decreasing the version numberasami2000-04-151-1/+1
| | | | | from 0.54 to 0.53 was not an essential part of the PKGNAME conversion. :)
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Update MAINTAINER's email addresscpiazza1999-09-091-1/+1
| | | | | PR: 13648 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update to 0.54cpiazza1999-07-184-124/+137
| | | | | PR: 12678 Submitted by: Jim Mock <jim@phrantic.phear.net>
* Fix instances of "This is ...."hoek1999-07-031-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-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
* Add "afterstep" virtual category.asami1999-01-181-2/+2
|
* Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Move manpage to Makefile and use MAN1 macro.steve1998-10-022-3/+4
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Put the pixmaps in the right place and turn on NoShape.steve1998-02-281-0/+72
| | | | | PR: 5860 Submitted by: maintainer
* Re-import asmail into mail for symmetry with the other xbiff typetg1997-11-045-0/+85
applications. Requested by: asami