non port: mail/exmh2/Makefile |
SVNWeb
|
Number of commits found: 44 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Sep 2021
|
[ 15:53 Cy Schubert (cy) ] 87be8aa
mail/exmh2: Scolling the folder list accepts only units
Units, which do not work in the scan listing window or the main
text windows, must be used int he folder display window. We create
a new fmscroll function just for the folder display window.
|
Tue, 31 Aug 2021
|
[ 19:25 Cy Schubert (cy) ] bf9e354
mail/exmh2: Resolve state(tag) error
can't read "state(tag)": no such variable, has returned with tcl 8.7a5.
Resolve this error for good.
|
[ 19:25 Cy Schubert (cy) ] 4cf22b5
mail/exmh2: Adjust MouseWheel scrolling parameters
Units and pages don't mean the same thing they did before.
The number of pixels is in fact a divisor.
- MouseWheel scrolls one line in the Folder Display box (no change).
- MouseWheel scrolls five lines in the message box (no change).
- Shift-MouseWheel scrolls one line (no change).
- Control-MouseWheel scrolls ten lines (changed from a page as
page doesn't work any more).
|
[ 04:45 Cy Schubert (cy) ] 31aad68
mail/exmh2: Chase toolkits/tk87 8.7a5
tk 8.7a5 introduced uniform mouse wheel event handling. Unfortunately this
is incompatible with tcltk software written using Button-4 and Button-5
events. This patch replaces the legacy bindings with the new MouseWheel
binding, using the new tk::MouseWheel helper to move the scrollbar.
This is documented at https://core.tcl-lang.org/tips/doc/trunk/tip/474.md.
The old bindings are left should anyone wish to use exmh2 with the older
tk86, also requiring a user to modify Makefile to alter the dependency.
|
Sun, 29 Aug 2021
|
[ 19:43 Bernhard Froehlich (decke) ] bebe31d
mail/exmh2: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Mar 2021
|
[ 20:51 cy ]
mail/exmh2: require tk 8.7 to avoid no such variable error
tk 8.6 produces the following error while 8.7 works:
can't read "state(tag)": no such variable
while executing
"string compare $value $state(tag)"
(procedure "TextUndoTagAddProc" line 10)
invoked from within
"TextUndoTagAddProc state .msgframe.msg.t tagoff link 2200.35"
MFH: 2021Q1
|
Fri, 14 Jun 2019
|
[ 00:05 cy ]
Update 2.8.0 --> 2.9.0
exmh 2.9.0 is not hosted on any tcl/tk site at the moment.
The standard SF download helper fails to work in this case.
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 26 Dec 2015
|
[ 16:19 amdmi3 ]
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 14 Jan 2015
|
[ 20:57 cy ]
Fix packaging permissions.
PR: 196350
|
Fri, 30 May 2014
|
[ 05:56 cy ] (Only the first 10 of 15 ports in this commit are shown above. )
Stagify.
|
Thu, 20 Feb 2014
|
[ 11:18 gahr ]
- Convert to USES=tk
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 8 Dec 2012
|
[ 07:08 cy ]
Update 2,7,2 --> 2.8.0
Feature safe: yes
|
Tue, 4 Dec 2012
|
[ 06:50 cy ]
PORTREVISION bump.
Feature safe: yes
|
[ 06:21 cy ]
Use TCL/Tk 8.6. This fixes issues with the mail messages list "More..."
button.
Assume care and feeding of this port.
Feature safe: yes
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 30 Sep 2011
|
[ 09:21 dougb ]
Remove optional dependencies and comments related to the removal of
security/pgp6
|
Sat, 14 May 2011
|
[ 14:12 arved ]
Use TCL/Tk 8.5
PR: 156548
Submitted by: Ralf Wenk <IZ-FreeBSD0701@hs-karlsruhe.de>
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Wed, 9 Apr 2008
|
[ 13:42 pav ] (Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 14 May 2006
|
[ 10:08 vs ]
- Use full TCLTK mirror list
- portlint
PR: ports/97016
Submitted by: Shaun Amott
|
Tue, 25 Apr 2006
|
[ 11:03 erwin ]
Fix typo. glimpse is in textproc, not misc.
PR: 96272
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
|
Tue, 24 May 2005
|
[ 22:13 pav ]
- Update to 2.7.2
PR: ports/80715
Submitted by: Kevin Oberman <oberman@es.net>
|
Thu, 24 Jun 2004
|
[ 04:20 bmah ]
Update to exmh-2.7.0.
This release mostly consists of 15 months of bugfixes (some of which
were already in the prior exmh-2.6.3_3 port). One new feature is a
spam filter wrapper ("Bayesian Spam Filter" in the new spiffy
preferences dialog).
Drop maintainership; I'm using IMAP-based mailers now.
|
Mon, 9 Feb 2004
|
[ 06:13 bmah ]
Depend on Tcl/Tk 8.4.
PORTREVISION bump to record new dependencies.
Suggested by: kris (almost four months ago!)
|
Tue, 10 Jun 2003
|
[ 15:43 bmah ]
More fun patches to make exmh work better:
1. Replace old, out-of-control preferences dialog with spiffy, sorted,
scrolling preferences dialog.
2. Better PGP 6.5 compatibility.
PORTREVISION bump to mark these changes.
Obtained from: exmh CVS repository
|
Sun, 8 Jun 2003
|
[ 01:18 bmah ]
Fix a couple of problems in the exmh port.
The port bogusly relied on build-time detection of PGP-type programs.
This was unneeded since exmh is smart enough to do run-time detection of
various PGP versions. Fix this so PGP-type programs installed after exmh
will be recognized correctly. [1]
Add patch to fix a bug in exmh where threading cleared the unseen
sequence. [2]
PORTREVISION bump to mark these changes.
Reviewed by: Dave Tweten <tweten@nas.nasa.gov> [1]
Obtained from: exmh CVS [2]
|
Sun, 13 Apr 2003
|
[ 18:40 bmah ]
Update to exmh-2.6.3.
|
Thu, 6 Mar 2003
|
[ 19:23 ade ] (Only the first 10 of 161 ports in this commit are shown above. )
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
|
Sun, 13 Oct 2002
|
[ 11:57 anders ]
kris removed ports/mail/mh, so remove WITH_MH here then.
|
Fri, 30 Nov 2001
|
[ 21:12 bmah ]
Add a patch to fix a bug with continuation lines in ~/.mh_profile. While I'm
here, also patch a file descriptor leak.
|
Sat, 21 Jul 2001
|
[ 00:57 bmah ]
Update for exmh-2.5.
|
Mon, 22 Jan 2001
|
[ 20:06 bmah ]
Update exmh to 2.3.1. This release was made primarily to fix a symlink
vulnerability reported to bugtraq. Mostly a bugfix release although a few new
features (filtering in sedit, optional expect-based inc wrapper, optional
bitmap buttons) have been added.
|
Tue, 16 Jan 2001
|
[ 20:19 bmah ]
Fix for a symlink attack posted to bugtraq. The patches committed here were
generated from exmh's CVS source code respository, and will be removed from
the port directory when the next version of exmh is released (RSN).
|
Wed, 25 Oct 2000
|
[ 17:45 bmah ]
exmh has moved to SourceForge, update MASTER_SITES.
|
Wed, 11 Oct 2000
|
[ 16:58 markm ]
Upgrade to v2.2, and hand the reigns over to Bruce Mah, who is also an Exmh
developer.
|
Number of commits found: 44 |