summaryrefslogtreecommitdiff
path: root/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another biff replacement.Satoshi Asami1995-06-2214-0/+538
| | | | | | | Submitted by: Dave Chapeskie <dchapes@ale.zeus.leitch.com> Notes: svn path=/head/; revision=1854
* change usr/lib/sendmail to /usr/sbin/sendmailTorsten Blum1995-06-181-0/+21
| | | | Notes: svn path=/head/; revision=1839
* Upgrade.Andrey A. Chernov1995-06-134-24/+6
| | | | Notes: svn path=/head/; revision=1831
* Upgrade to version 2.1.4-r3. According to the master site maintainers,Satoshi Asami1995-05-276-12/+12
| | | | | | | | | | | the previous version had a huge problem and had to be removed from the master site, and that's why I'm doing this this late in the cycle. Also, the problems that patch-aa (off_t) and patch-ac (password length) address seem to be fixed, so take them out. Notes: svn path=/head/; revision=1797
* Use absolute path for install or shell script withAndrey A. Chernov1995-05-221-8/+8
| | | | | | | same name already exists in current dir Notes: svn path=/head/; revision=1793
* use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dirTorsten Blum1995-05-192-3/+5
| | | | | | | Reviewed by: asami Notes: svn path=/head/; revision=1790
* Package support files.Satoshi Asami1995-05-183-0/+14
| | | | | | | Submitted-by: Brian Tao <taob@gate.sinica.edu.tw> (COMMENT & DESCR) Notes: svn path=/head/; revision=1778
* Compress manpages.Satoshi Asami1995-05-181-1/+5
| | | | Notes: svn path=/head/; revision=1777
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-4/+1
| | | | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". Notes: svn path=/head/; revision=1740
* Sort.Satoshi Asami1995-05-131-2/+2
| | | | Notes: svn path=/head/; revision=1713
* Update to current state.Andrey A. Chernov1995-05-122-18/+16
| | | | | | | Fix printing of st_size Notes: svn path=/head/; revision=1697
* Add pre-install target that creates directory ${PREFIX}/mail/smail.Satoshi Asami1995-05-121-1/+4
| | | | Notes: svn path=/head/; revision=1683
* install fontsTorsten Blum1995-05-061-0/+34
| | | | | | | (I forgot this one in my previous commit - sorry) Notes: svn path=/head/; revision=1652
* install fonts in ${PREFIX}/lib/metamail/fontsTorsten Blum1995-05-062-1/+31
| | | | Notes: svn path=/head/; revision=1651
* remove @cwdTorsten Blum1995-05-061-22/+25
| | | | | | | use compressed manpages Notes: svn path=/head/; revision=1640
* remove -g from CFLAGSTorsten Blum1995-05-061-1/+1
| | | | Notes: svn path=/head/; revision=1639
* - add myself as MAINTAINERTorsten Blum1995-05-061-1/+16
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1638
* add myself as MAINTAINERTorsten Blum1995-05-051-1/+3
| | | | Notes: svn path=/head/; revision=1636
* use compressed manpagesTorsten Blum1995-05-051-34/+35
| | | | Notes: svn path=/head/; revision=1635
* - compile with -O2Torsten Blum1995-05-052-5/+4
| | | | | | | | | - remove DOMAINS=uucp - change DRIVER_CONFIGURATION from bsd-network to arpa-network (bind) Notes: svn path=/head/; revision=1634
* - use the post-install target to install sample configuration filesTorsten Blum1995-05-051-4/+15
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1633
* Mpack addedAndrey A. Chernov1995-05-011-2/+2
| | | | Notes: svn path=/head/; revision=1562
* Remove setre* hacks, we have working thing nowAndrey A. Chernov1995-04-271-14/+0
| | | | Notes: svn path=/head/; revision=1542
* Updating mail Makefiles....Satoshi Asami1995-04-235-18/+6
| | | | Notes: svn path=/head/; revision=1501
* Fix procmail-3.11pre1/Makefile so that it does not ignore theRich Murphey1995-04-221-102/+78
| | | | | | | | | | PREFIX. Otherwise it will install into /usr/local no matter what your bsd.ports.mk defines PREFIX as. Reviewed by: Satoshi Notes: svn path=/head/; revision=1496
* Updates of mail Makefiles!Satoshi Asami1995-04-221-5/+2
| | | | Notes: svn path=/head/; revision=1490
* Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.Jordan K. Hubbard1995-04-181-0/+1
| | | | Notes: svn path=/head/; revision=1455
* Forgot to update the checksum on yesterday's update.Satoshi Asami1995-04-182-2/+2
| | | | Notes: svn path=/head/; revision=1446
* Add PKGNAME, and MAINTAINER goes in a section of its own. :)Satoshi Asami1995-04-171-1/+3
| | | | Notes: svn path=/head/; revision=1428
* Add pkgAndrey A. Chernov1995-04-163-0/+18
| | | | Notes: svn path=/head/; revision=1413
* Move procmail back to SUBDIR now that Andrey has fixed the chmodSatoshi Asami1995-04-161-3/+3
| | | | | | | /var/mail problem. Notes: svn path=/head/; revision=1410
* Add popper back to SUBDIR, move procmail to BROKEN until chmod /var/mailSatoshi Asami1995-04-161-3/+3
| | | | | | | problem is solved. Notes: svn path=/head/; revision=1405
* Correct DISTNAME to fetch, upgrade at the same time. New versionSatoshi Asami1995-04-162-8/+8
| | | | | | | | | is 2.1.4-r2. Submitted by: Frank Nobis <fn@trinity.radio-do.de> Notes: svn path=/head/; revision=1404
* Upgrade.Andrey A. Chernov1995-04-164-80/+97
| | | | Notes: svn path=/head/; revision=1398
* Move popper to BROKEN (doesn't fetch).Satoshi Asami1995-04-161-2/+5
| | | | Notes: svn path=/head/; revision=1391
* install should depend on build.Satoshi Asami1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1390
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upSatoshi Asami1995-04-121-1/+3
| | | | | | | some Makefiles along the way. Notes: svn path=/head/; revision=1348
* Mark Murray (markm) volunteered as the maintainer of this port.Satoshi Asami1995-04-121-1/+3
| | | | Notes: svn path=/head/; revision=1345
* Updated ports Makefiles for mails.Satoshi Asami1995-04-1110-46/+57
| | | | Notes: svn path=/head/; revision=1340
* Upgrade port to qpop 2.1.4-R1Paul Traina1995-04-026-14/+18
| | | | Notes: svn path=/head/; revision=1275
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-0110-9/+19
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* This is interactive - only install if we're not in BATCH mode.Jordan K. Hubbard1995-03-051-2/+4
| | | | Notes: svn path=/head/; revision=1088
* Update to reflect current distfileGary Palmer1995-01-222-2/+2
| | | | Notes: svn path=/head/; revision=803
* pgpsendmail addedAndrey A. Chernov1995-01-211-2/+2
| | | | Notes: svn path=/head/; revision=798
* Automatically encrypt/decrypt/sign incoming/outgoing mailAndrey A. Chernov1995-01-214-0/+454
| | | | Notes: svn path=/head/; revision=797
* Update to 3.1.29.1Gary Palmer1995-01-152-3/+3
| | | | Notes: svn path=/head/; revision=777
* Fixed a sizeof(off_t) != sizeof(int) problem.Doug Rabson1995-01-111-0/+19
| | | | Notes: svn path=/head/; revision=749
* From: Mark Murray <mark@grondar.za>Jordan K. Hubbard1994-12-271-0/+216
| | | | | | | | | | | | | | Subject: misc/88: MH has no 'local' shared libraries. >Number: 88 >Category: misc >Synopsis: MH has no 'local' shared libraries. Fix. Submitted by: mark Notes: svn path=/head/; revision=624
* The name for the qpop tar is changed from qpop2.1.3 to qpop2.1.3-r5, butAndreas Schulz1994-12-252-4/+4
| | | | | | | otherwise it builds ok. Notes: svn path=/head/; revision=607
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-189-0/+9
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590