Commit graph

32 commits

Author SHA1 Message Date
Dirk Meyer
a3f25bd67d - allow build without optimisation flags.
PR:		66527
Submitted by:	Yar Tikhiy
2004-05-12 05:07:00 +00:00
Dirk Meyer
a73495e87e - make PKGNAMESUFFIX more flexible 2004-03-26 17:50:58 +00:00
Dirk Meyer
47f78f32a8 - Fix use of CFDIR
PR:		64393
2004-03-18 05:08:53 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
781d06feb3 - suppress pkg-message when STANDALONE_POP3 is defined (while building)
PR:		63309
Submitted by:	Linh Pham

- suppress pkg-message and pkg-deinstall when STANDALONE_POP3 is defined
  so the package will print neither.
- adds CONFLICTS with own variants.
2004-02-24 16:31:26 +00:00
Dirk Meyer
bb8719d37f - use DOCSDIR
- new option STANDALONE_POP3
Submitted by:   osa

- USE_REINPLACE for all options
- cleanup targets
Submitted by:   dinoex
2003-12-04 03:28:54 +00:00
Dirk Meyer
0f3e3621dd - update to 0.6.4 2003-11-17 03:56:00 +00:00
Dirk Meyer
e495845161 - update MASTER_SITES 2003-11-12 15:09:17 +00:00
Dirk Meyer
57a635df49 - Update to 0.6.3 2003-04-15 05:26:26 +00:00
Dirk Meyer
b986b17d42 - Update to 0.6.2
- extend popauth.m4 with optional timecheck
2003-03-23 04:57:37 +00:00
Dirk Meyer
efee300f44 - Update to 0.6.1 2003-03-05 03:54:09 +00:00
Dirk Meyer
7675a7c3b4 - Update to 0.6 2003-02-21 06:11:42 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
867beb1a9c - Update to 0.5.9
- Fix bug found by nunotex@pt-quorum.com
- discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2
- Extend Documentation
2003-01-28 22:04:19 +00:00
Dirk Meyer
8adde7d147 - add some notes about testing 2003-01-15 18:45:18 +00:00
Dirk Meyer
9d0fc5229e Suggested by: marck@woozle.rinet.ru
- Use of /var/empty is it exists.

- Split defines to make portlint happy.
- record installation option SMTP_AFTER_POP3 better
PR:		46802
2003-01-08 06:45:48 +00:00
Dirk Meyer
477d38785e update MASTER_SITES 2002-10-29 20:33:47 +00:00
Dirk Meyer
3209d0ed2c - Get rid of PERL and use SED 2002-06-16 15:03:10 +00:00
Dirk Meyer
a275fee4c9 Update to popa3d-0.5.1
PR:		37873
Submitted by:	dominic_marks@btinternet.com
2002-05-09 01:33:01 +00:00
Dirk Meyer
486cf10a75 - Install manpage too.
Suggested by: lex@itv.kiev.ua
2002-04-06 07:15:18 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:48:57 +00:00
Dirk Meyer
59aa118e3a - Fix creation of chroot dir again, the packed did not created it. 2002-01-17 21:51:55 +00:00
Dirk Meyer
154e59864e - moved chroot dir from /var/empty to ${PREFIX}/empty
- create chroot dir by default
- bumped PORTREVISION
2002-01-13 10:39:01 +00:00
Dirk Meyer
12423e6cf0 - Update popa3d-0.5
- Cleanup POP_AFTERR_SMTP patches
- honor CFLAGS

- claim maintainership
 no response from previous maintainer since August 2001
2002-01-12 13:04:42 +00:00
Dirk Meyer
77b231c638 Added new functionality:
SMTP_RELAY aftersucessfull POP3 authentification.

Option:
	SMPT_AFTER_POP=yes

Documentation and popauth.m4 is included in this port.

PR:		29906
2001-09-16 09:43:13 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Michael Haro
3acc3fb9e4 various port fixes
PR:		17180
Submitted by:	maintainer
2000-04-01 03:39:48 +00:00
Chris D. Faulhaber
f8dcccd9a1 Make port respect CFLAGS 2000-02-19 13:44:07 +00:00
Chris D. Faulhaber
dc2053998b popa3d is a POP3 server with the following goals:
1. Security (to the extent that is possible with POP3 at all, of course).
2. Reliability (again, as limited by the mailbox format and the protocol).
3. RFC compliance (slightly relaxed to work with real-world POP3 clients).
4. Performance (limited by the more important goals, above).

PR:		16652
Submitted by:	Sergey Samoyloff <techline@hotmail.ru>
2000-02-19 13:21:54 +00:00