Commit Graph

434 Commits

Author SHA1 Message Date
brad
b81f61b294 add HOMEPAGE 2000-06-12 15:38:34 +00:00
fgsch
1d2addab8b CONFIGURE_STYLE and tag. add NEED_VERSION too (is this really needed?) 2000-06-11 01:25:45 +00:00
reinhard
4ae608dc18 http://www.linuxstart.com/ -> http://members.linuxstart.com/ 2000-06-10 07:50:21 +00:00
espie
8a385378cb Use COMMENT to indicate supersedes. 2000-06-09 17:14:40 +00:00
brad
7deefa4d46 upgrade to fetchmail 5.4.1 2000-06-08 16:58:54 +00:00
jakob
8a65c2ef6d Install c-client header-files and libraries. 2000-06-05 08:45:09 +00:00
espie
c9685a9d2d Fix & fake 2000-06-05 01:09:24 +00:00
espie
ed8131e081 Fake 2000-06-05 00:42:58 +00:00
espie
21033bdb8f Fake
Repackage popclient patches
2000-06-05 00:31:33 +00:00
espie
37bc688c36 Fix pgpsendmail installation so that it no longer ka-blam! replaces
sendmail...
Need some work yet to be repaired and work elegantly with mailwrapper.
2000-06-05 00:04:02 +00:00
espie
7887fbf29e Fake, fix PLIST, repackage patches. 2000-06-04 23:08:33 +00:00
espie
bc21c8fe35 Fake, slightly non-trivial, as this involves fixing up the packaging. 2000-06-04 22:42:05 +00:00
espie
19bb09282e Fake 2000-06-04 22:06:30 +00:00
espie
b1512ec2c7 Trivial fakes.
Clarify bulk_mailer license, there is an obvious license blurb that says
use is free.
2000-06-04 21:40:43 +00:00
espie
1630c0e9ee Link in & fix name. 2000-06-02 14:16:19 +00:00
espie
f341e469ca Modules suite to handle mail 2000-06-02 14:15:26 +00:00
espie
b1d3ea2163 Forgot NEED_VERSION 2000-06-02 13:02:18 +00:00
espie
a5b5853ecd Convert to CONFIGURE_STYLE perl 2000-06-02 11:56:22 +00:00
form
8b29955cbe fix manpages 2000-05-31 16:09:52 +00:00
jakob
da4b2c6251 update to v4.7c2, maintenace update; <jeffb@ops.tamu.edu>
SUNET mirror removed
2000-05-31 07:29:36 +00:00
reinhard
d95cd2eba7 fixed $(DESTDIR), diff reported back to author 2000-05-30 11:37:40 +00:00
reinhard
a38ef0160d remove unneeded USE_GMAKE; thanks espie@ 2000-05-29 17:15:37 +00:00
reinhard
6efab61df2 enable abook.
ok espie@
2000-05-29 17:11:43 +00:00
reinhard
0ebe126c9d abook is an addressbook program with mutt support. 2000-05-29 16:46:51 +00:00
jakob
4bb3945355 Update to Postfix 19991231 Patchlevel 08. Info from the author:
This patch provides an emergency band-aid for the next wave of
MicroSoft email worms, fixes one bug, and makes external content
filtering a bit more robust.

  - Feature: specify "body_checks = regexp:/etc/postfix/body_checks"
    for an emergency content filter that looks at non-header lines
    one line at a time (including MIME headers inside the message
    body).  This feature uses the same syntax as the header_checks
    patterns.  Details in conf/sample-filter.cf.

    This feature is also available in Postfix snapshot 20000528.

  - Bugfix: the masquerade_exceptions feature was case sensitive.

  - Robustness: upon receipt of mail, Postfix maps MAILER-DAEMON@myorigin
    sender address back into the magic null string, which prevents
    mail from looping after processing by an external content filter.
2000-05-29 06:31:18 +00:00
espie
b39d15e8d2 Activate ports 2000-05-26 01:54:42 +00:00
espie
ea449cb249 pop3 server, port by Dan Harnett. 2000-05-26 01:51:34 +00:00
fgsch
761baf636d ~= -> =~ ; sigh sigh 2000-05-24 14:35:41 +00:00
espie
e14d648d59 Trim comment (yeah, sure, we're going to package broccolis... of course
it's a program).
2000-05-24 11:17:27 +00:00
form
51580426c6 add hypermail 2000-05-24 09:33:46 +00:00
form
ba0f03fe0b Hypermail is a program that takes a file of mail messages in UNIX mailbox
format and generates a set of cross-referenced HTML documents. Each file that
is created represents a separate message in the mail archive and contains
links to other articles, so that the entire archive can be browsed in a
number of ways by following links. Archives generated by Hypermail can be
incrementally updated, and Hypermail is set by default to only update
archives when changes are detected.
2000-05-24 09:27:55 +00:00
fgsch
ae05da4044 change the configuration file to /etc/majordomo/majordomo.cf and fix
several security problems.
2000-05-23 20:17:03 +00:00
kevlo
5be58f9fa8 - upgrade to version 1.4.4
- clean up the Makefile
- fix the PLIST
2000-05-23 05:12:18 +00:00
espie
5c4dcfb209 +majordomo 2000-05-22 16:41:20 +00:00
espie
f8c1a41be8 Majordomo port, by Daniel Hartmeier. 2000-05-22 16:33:43 +00:00
jakob
e16323042f Update to Postfix 19991231 patchlevel 07.
- RFC 822 requires the presence of at least one destination
    message header. Postfix now generates a generic "To:
    undisclosed-recipients:;" message header when no destination
    header is present.  The header content is specified with the
    new undisclosed_recipients_header parameter.

  - Postfix now understands <(comment)> as SMTP MAIL FROM address,
    because some broken software needs it. Postfix rejects such
    illegal address forms with "strict_rfc821_envelopes = yes".

  - Configuration parameters for one mysql dictionary would become
    default settings for the next one. This patch was merged into
    the development Postfix version a while back but apparently
    that version was on a dead branch.  Update by Scott Cotton.

  - Some Postfix delivery agents would abort on addresses of the
    form `stuff@.' which could unfortunately be generated locally.

  - With local delivery, Postfix could insert > or . into the middle
    of very long lines.

  - SMTP sessions could time out when the remote client attempted
    to deliver to a large number of rejected recipients.  The SMTP
    server now flushes unwritten output in-between tarpit delays,
    to avoid protocol timeouts in pipelined SMTP sessions.

  - Postfix would incorrectly reject domain names with adjacent `-'
    characters.
2000-05-16 16:58:19 +00:00
jakob
ef039426dd update to v4.7c1 & add security notice. ok turan@. 2000-05-03 07:44:56 +00:00
camield
9e5de3d33b commit again, cvs missed this one. 2000-04-27 06:14:15 +00:00
camield
05cab35f67 Fake, finally. Checked with 'mtree -K shadigest' against a manual vanilla
qmail installation, to be sure it complies with the distribution license.
2000-04-26 20:23:53 +00:00
fgsch
1b64f3f063 Update to 5.3.8; fake; change upper to lower in comment; turan@ ok 2000-04-26 18:43:53 +00:00
camield
4d561f6673 Better fake. 2000-04-26 15:18:30 +00:00
camield
cc1f9dfa80 Fake better. 2000-04-26 14:43:51 +00:00
camield
6c4a244a6e Mark broken to resolve package conflict. rblsmtpd has been obsoleted
by net/ucspi-tcp. This port can be scheduled for removal, or can just have
the Makefile around to point people at ucspi-tcp.
2000-04-26 14:25:30 +00:00
peter
5ac3638444 Commit makefile *again*.
(I am starting to hate CVS).
2000-04-26 09:40:57 +00:00
peter
7528c6d5de update to exim 3.14, ok turan
* bug fixes and new features release
* fix a tempnam() usage in the patch

No fake or flavours support - this may get done if I learn enough,
quickly enough. Will not build as a real package just now. Working on
it.
2000-04-22 12:30:51 +00:00
camield
ff4f24fa58 PERMIT_* = Yes
The port and package install _exactly_ the same as a manual qmail install,
except for the addition of a /var/qmail/setup directory where the setup
scripts are copied.
Therefore the following should apply: http://cr.yp.to/qmail/dist.html
2000-04-21 16:13:04 +00:00
turan
a4a1108e28 missing license. free. approved by author, taylor@intuitive.com. 2000-04-19 05:24:32 +00:00
espie
f066cf3124 trivial fake 2000-04-17 21:54:19 +00:00
espie
95d6aa5213 make-plist does not follow the app-defaults symlink, and so erroneously
records app-default in the PLIST, instead of the real config file.
2000-04-17 21:42:11 +00:00
dugsong
d3882a438a upgrade to 1.0.4 (security fix reported on bugtraq), enabled Kerberized POP, fake 2000-04-17 16:22:46 +00:00
turan
c978ee7210 fix minor errors in middle of build. 2000-04-14 08:51:13 +00:00
turan
8e3631f58c asmail: fix pixmap install.
bclock: broken, sources missing.
2000-04-11 07:47:15 +00:00
espie
37b209c73a Avoid checking by automated tools... 2000-04-11 01:55:32 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
espie
d6e3a15c61 Fix & Fake. 2000-04-08 14:43:32 +00:00
camield
5c7b5a7060 Remove work-around. pkg_create bug has been fixed by espie@ 2000-04-04 15:37:10 +00:00
camield
a2a7fa9c96 - remove pre-fake: fake.mtree creates var properly again
- make hack around pkg_create bug more robust
2000-04-04 08:02:32 +00:00
espie
f76e258d07 More mutts. 2000-04-01 23:33:29 +00:00
espie
769377b1d7 Flavor 2000-04-01 23:33:03 +00:00
brad
610df946cb http://www.freebsd.org/~foo -> http://people.freebsd.org/~foo 2000-03-31 19:07:47 +00:00
jakob
d7dc373e8f update to postfix-19991231-pl06
clean up makefile and fake installation
2000-03-30 19:06:40 +00:00
camield
8faa1391bc oops, forgot this one 2000-03-28 11:54:05 +00:00
camield
a182d0ae4a - HOMEPAGE
- Fake
- PERMIT_* = Yes
2000-03-28 11:53:03 +00:00
brad
4af8600bbf - revert most of patch-aa and instead use a combination of MAKE_FLAGS and
our own install target, this also has the affect of not unnecessarily
creating the spool dir durring the fake install
- add INSTALL script
2000-03-28 08:46:24 +00:00
camield
4e4ad39a25 PERMIT_* = Yes 2000-03-28 07:40:33 +00:00
camield
086cf1edc2 - PERMIT_* = Yes
- better Fake
2000-03-28 07:28:33 +00:00
camield
434c30168e - PERMIT_* = Yes
- add HOMEPAGE
- Fake
2000-03-28 07:22:31 +00:00
camield
84f741f365 - PERMIT_* = Yes
- better Fake
2000-03-28 06:58:53 +00:00
brad
ca36ba9dbd unified diffs 2000-03-27 20:16:39 +00:00
espie
46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00
form
bd4abfd675 respect CFLAGS.
fake.
2000-03-27 17:26:04 +00:00
kevlo
a6660e1ce1 - Upgrade to version 2.0b9
- Fix the dependencies
- Fake
2000-03-27 12:32:17 +00:00
kevlo
79dcfa439e - Fake
- YES => Yes
2000-03-27 09:03:24 +00:00
espie
0a5efdfd59 Somewhate sloppy comments. 2000-03-24 23:49:10 +00:00
espie
3b5e3e8d17 Introduce :: in *_DEPENDS as a place holder for a package spec
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
turan
a9908b4869 unmark broken 2000-03-24 04:02:19 +00:00
turan
70fe3b5b19 xforms is broken. fake problems. Mark ports w/ depends broken as well. 2000-03-24 01:00:38 +00:00
espie
be717ad969 Trivial fake 2000-03-22 16:15:12 +00:00
espie
672066dedb A few PORTSDIR I didn't remove... 2000-03-19 16:04:19 +00:00
turan
396a882bcd license 2000-03-17 20:14:01 +00:00
turan
719c2fca29 license 2000-03-17 19:28:51 +00:00
turan
260e07bcaf license 2000-03-17 04:01:30 +00:00
turan
979b86a13e license 2000-03-17 03:25:57 +00:00
rohee
20dbe01887 fake 2000-03-15 23:05:35 +00:00
camield
7eae7d00ac - Fake
- add MESSAGE:
WARNING: The features of rblsmtpd have been incorporated into
ucspi-tcp 0.86; there will be no more rblsmtpd releases.
2000-03-14 08:39:59 +00:00
camield
cd50f9cee9 Fake. PERMIT_* 2000-03-14 08:27:19 +00:00
camield
4c39e9f407 Fake. 2000-03-14 08:17:39 +00:00
camield
7707bb3f25 - add HOMEPAGE
- Fake
2000-03-13 11:27:33 +00:00
camield
33655bfe46 - add HOMEPAGE
- Fake
2000-03-13 10:09:09 +00:00
camield
99cd8d6605 - add HOMEPAGE, PERMIT_*
- Fake
2000-03-13 09:43:27 +00:00
todd
7b2858ee66 fake; update patch to not be interactive 2000-03-10 03:58:21 +00:00
jakob
8e1eeed637 update to version 19991231 patch 05. 2000-03-09 20:50:29 +00:00
kevlo
e6a3c04669 - Upgrade to 1.0.3 and fix the security problem.
- Mark unbroken.
- Update the MASTER_SITES.
2000-03-08 05:11:35 +00:00
jakob
a24b2f9de2 fake 2000-03-07 08:25:52 +00:00
jakob
dec5ad5f72 update to v4.7b 2000-03-07 08:18:30 +00:00
turan
ec4d970c67 mark unbroken until the installing in /etc issue is resolved. 2000-03-06 06:03:45 +00:00
jakob
4f1ee69591 fix license info 2000-03-05 23:00:29 +00:00
espie
76d52e1f68 PORTSDIR no longer needed in *DEPENDS. 2000-03-05 18:30:21 +00:00
espie
ca5c7f18f8 Fake 2000-03-04 23:01:21 +00:00