summaryrefslogtreecommitdiff
path: root/mail/exmh
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-01-14Get rid of `hostname -s` in pkgsrc, on Solaris it sets the hostname to "-s".sketch1-2/+2
2008-04-13Simplify installation target and fix DESTDIR case.dsainty1-7/+6
Patch supplied by joerg@ in email
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-7/+12
their files via a custom do-install target.
2007-02-15Modular Xorg support.joerg1-2/+1
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-20Update to Exmh 2.7.2:dsainty4-21/+22
* 2.7.2 More bug fixes, plus some performance improvements for the new sequences code added in 2.6. The exmh-strip utility is integrated as "Save/Extract Attachments". * 2.7.1 (Wasn't officially released in tarball form.) * 2.7.0 Accumulates over a year of minor fixes in the CVS tree. Also fix some pkglint complaints, and take maintainership.
2006-10-19We are installing scripts, not programs.markd1-2/+2
2006-10-13Rather than use a separate install script, move the installation code into thedsainty2-42/+21
Makefile (like usual). As part of this, we can now use the various INSTALL_* definitions instead of the hard-coded ones in the script. The only functional change is that all the files are now installed with Pkgsrc default ownership, instead of hard-coded "bin:bin". However, this does mean that non-root installation can now work, which is a good thing.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+3
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-22We don't have the tk80 category; replace it with tk.minskim1-2/+2
2005-01-08This can work fine with normal tk -- it does not need tk83perry1-2/+2
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2003-11-22Adjust comment, exmh will also support security/gnupg if presentdsainty1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-12Update exmh package from 2.5 to 2.6.3.agc4-11/+11
Requested by Steve Bellovin in PR 21507 Changes from previous version: 2.6.3 fixes a UI pause problem introduced in 2.6 2.6.2 bug fixes 2.6.1 generalised sequence handling - replace the "unseen" window with a sequences window, and add a Sequence menu. - display number of unseen messages in folder cache 2.6 Add a Sequences menu, and internal overhaul of sequence handling
2002-05-26Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.wiz1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-26Since the build and install scripts are executed directly by the packageagc3-5/+5
Makefile, move them from scripts/ to files/ to make it obvious that the scripts invocations in bsd.pkg.mk are not being used.
2001-10-22Add empty declarations for pgp6 paths and variables, so that this packageagc2-2/+9
actually works again. Fixes a problem pointed out by Steve Bellovin.
2001-10-22Fix the pathname for the wish binary, prompted by Steve Bellovin.agc1-2/+2
2001-10-11Upgrade from version 2.1.1 to 2.5 of exmh, as prompted by Steveagc3-36/+35
Bellovin in PR 13990. Changes are bug fixes, and a few enhancements, a lot of them related to PGP and gpg. This upgrade also closes the security hole in 2.1.1.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-31Adapt this package to tk-8.3.2.jwise1-5/+4
2000-03-16remove whitespacewiz1-2/+2
2000-03-07Reapply my changes from revision 1.20kim1-3/+3
2000-03-06added missing fileswulf1-2/+8
2000-03-06added support for pgp5 and gpgwulf2-3/+15
2000-03-06fixed and added support for pgp, pgp5, gpgwulf1-2/+4
2000-03-06cleanout redundant codewulf1-17/+3
2000-03-02Fix version dependencies (new nmh).kim1-3/+3
2000-01-13Upgrade the exmh package to version 2.1.1. Fixes PR 8929, from Steveagc8-846/+43
Bellovin. Many changes and bug fixes, summarised by Steve as follows: Changing options in exmh, and in particular clicking 'save', does bad things. The version of exmh in use is 2.0.2; 2.1.1 is the current version. 2.1.1 also has much better pgp support. Also new master site for distribution files, and all patches have been applied except one.
2000-01-09reorder lines to silence pkglintwiz1-10/+10
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-168/+168
1999-07-09Add package patch checksum files.agc1-0/+7
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-05nmh is at 1.0 these dayshubertf1-2/+2
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-3/+3
release.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-7/+5
DEPENDS definition.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.