Commit graph

25 commits

Author SHA1 Message Date
rillig
5e14333bee Fixed pkglint warnings. 2006-07-02 10:26:14 +00:00
jlam
3d2a4022ca * Make mew and mew3 build with xemacs by noting they need the "base"
set of emacs modules.

* List the info files directly in the PLIST.

* Honor PKGINFODIR and PKGMANDIR.

* Sort the PLIST.
2006-04-05 15:14:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
4ee89ff5d6 incm and mew both install bin/incm -- make them conflict. 2005-03-15 13:48:28 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
uebayasi
d8d36f7f29 * Take maintainership.
* Run s|/usr/local|${PREFIX}|g substitution during configure stage, since
  it refers ${PREFIX} expanded.
2004-11-30 02:49:38 +00:00
uebayasi
3d321d5eeb Back out previous. 2004-11-30 02:44:56 +00:00
uebayasi
c00c0a3781 Update mail/mew to 4.1, obsoleting mew 2.x/3.x.
This is a major update.  Changes since 3.x are:

* Summary mode format
	- Parts of message bodies are displayed.
	- Message number disappeared.
	- "=" displays its message number.
	- Refile information overrides its body part in Summary mode.
	- 'mew-scan-form*' is now 'mew-summary-form*'.
	- "j" now jumps to a message with line number instead of its
	  message number.
	- You can still pack messages by "O" in a local folder.

* A new mark scheme
	- Marks are preserved even if Emacs is terminated.
	- The unread mark 'U' is introduced.
	- The multi mark '@' is obsoleted.
	- To handle multiple messages, use the target mark '*'.
	- To preserve the target mark '*', use the escape mark '$'.
	- You can create Virtual mode for unread messages by
	  "C-um/" + 'U'.

* Summary mode
	- Refile information is logged. See "Mail/Refilelog".
	- You can pick or grep for a region as well as the entire
          folder. ("?" and "'")
	- You can rename and remove folders. ("Rd" and "Rr")

* Message mode

	- If To:/Cc: contains many addresses, they are covered with a
	  invisible veil except the first four lines. To toggle the
	  veil, type "zv".

* Virtual mode
	- You can pick or grep if the Virtual mode is created of
	  a one physical folder.
	- You can make a thread if the Virtual mode is created of
	  a one physical folder.

* Draft mode
	- You can complete addresses even if they have the same user
          name. See 'mew-use-full-alias'.
	- Fixing a bug of 'mew-make-message-hook' so that ispell-message
	  works.

* IMAP
	- A new name space. You can omit the unnecessary prefix,
          "inbox."!
	- Fcc: %backup
	- Invalid cache messages are marked with "#".
	- Invalid cache messages can be created even online (by "x").
	- IMAP messages are cached with the same UID number.
	- Transition mechanism from POP to IMAP is provided.
	  M-x mew-summary-from-local-to-imap copies messages on a
	  local file system to an IMAP server.

* NetNews

	- NetNews articles are now gained access by article numbers
	  instead of Message-Id:. Articles are cached with the same
	  article number.

* Spam filter
	- Mew side filtering when scanning/retrieving.
	  See 'mew-inbox-action-alist'.
	- Mew side filtering by a command. ('"')
	- IMAP server side filtering. See 'mew-imap-spam-field'.
	- Learning as spam or ham. ("ls" and "lh")

* Network
	- POP/IMAP/SMTP/NNTP preserves its status even if its
	  connection is lost by accident.

* Other
	- "mewls" is now called "mewl" so that both "mewls" or Mew 2/3
          and "mewl" for Mew 4 co-exist.
2004-11-29 14:31:45 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
uebayasi
97dbaacc12 Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
uebayasi
275f5ab648 Replace mew-xemacs by enabling XEmacs (xemacs214, xemacs215) support
in mew3.
2004-03-16 15:18:29 +00:00
uebayasi
47a2466f3c mewencode(1) uses zlib. Include zlib/buildlink3. Bl3fy.
Fix build on non-NetBSD.  Reported by A. L. Meyers.
2004-03-13 16:49:54 +00:00
seb
e8e653af54 Remove info files entries from PLIST. 2004-03-07 20:51:55 +00:00
taca
98c5dd10f3 Update mew package to 3.3.
Mew 3.3 release (2003/07/24)

Mew 3.3 release candidate 4 (2003/07/16)

* Set mew-icon-p to t on Emacs 21 when tool-bar is available.
	KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp>
* Defining mew-highlight-x-face-function.
	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Tuning up mew-summary-scan.
* mew-input-refile-folders sets inhibit-quit to nil to avoid
  Emacs 21.3's bug.
* Security fix: stunnel now allows access from localhost only.
	Koga Youichirou <y-koga@cq.jp.nec.com>

Mew 3.3 release candidate 3 (2003/06/23)

* Implementing mew-find-file-noselect2().
* Setting buffer-file-coding-system for Summary/Virtual mode
  so that modeline displays "1".
* Loosen content-type check. ("Text" instead of "Text/")

Mew 3.3 release candidate 2 (2003/06/19)

* Security fix: Implementing mew-find-file-noselect to prevent
  file-local variable attack.
* A bug fix for "mr" in Virtual mode.
* A bug fix for "mo".

Mew 3.3 release candidate 1 (2003/05/22)

* A bug fix for mew-smtp-queue again.
* A bug fix for handling Message-Id: in citation.
* Checking utf-translate-cjk-mode to set mew-internal-utf-8p.
* A bug fix for 7bit vs mew-convert-singlepart.
* The filename parameter for CDP:inline of CT: Message/.
* Moving the position of mew-make-message-hook so that ispell-message
  works.
2003-08-18 14:29:13 +00:00
minoura
54f83ca1cd Typo (EMACS_VERSIONS_ACCEPTED, not EMACS_VERSION_ACCEPTED). 2003-08-18 13:17:51 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
fd1c175fb1 One INFO_FILES occurrence is enough. 2003-08-08 16:49:50 +00:00
seb
f6d2ef5842 Convert to USE_NEW_TEXINFO. 2003-07-22 00:47:40 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
uebayasi
81417336a1 Update to 3.2.
Changes since 3.1 are:

* If SSL/SSH is used for message retrieval by POP/IMAP/NNTP,
  it is notified in mode line ("Sec" or a lock image).
* Supporting Emacs 21.3's native UTF-8.
* Translation between Latin 0 and Latin 1.
* A certificate of an SSL server can be verified. For this, "stunnel"
  v3 and v4 are supported and support for "openssl s_client" is
  obsoleted.
* Supporting X-Face: on Emacs 21. To use X-Face: on any Emacsen,
  install "uncompface" command and the "netpbm" package.
* Obsoleting the following variables:
        mew-noreplyto-to-list
        mew-noreplyto-cc-list
        mew-replyto-to-list
        mew-replyto-cc-list
        mew-fromme-to-list
        mew-fromme-cc-list
  And defining the following variables:
        mew-reply-all-alist
        mew-reply-sender-alist
        mew-reply-fromme-alist
  This change enables support for NetNews and non-standard fields
  such as Mail-Folloup-To:.
* New commands in Summary mode.
        "\", "m\", "m/"
* Many bug fixes.
2003-04-12 13:50:34 +00:00
uebayasi
d5e1086323 Initial import of Mew 3.1.
Differences from Mew 2.2 are:

* Supporting Darwin.
* The structure of folder list is changed. Type "1Z" once after
  upgrading to Mew 3.1
* You can enter folder search mode by typing C-s and C-r in
  minibuffer.
* Off-line version of "x", namely "lx", is introduced.
* "x" became much faster thanks to a new algorithm of mew-dir-messages().
* A new range "sync" is defined.
* IMAP and NNTP are supported.
* +mdrop is renamed to $inbox.
2003-01-11 15:29:58 +00:00