Bug 29265 - New port: tpop3d, MySQL capable pop3 daemon
Summary: New port: tpop3d, MySQL capable pop3 daemon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pete Fritchman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-27 20:00 UTC by chris
Modified: 2001-08-31 06:44 UTC (History)
0 users

See Also:


Attachments
file.shar (4.77 KB, text/plain)
2001-07-27 20:00 UTC, chris
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chris 2001-07-27 20:00:02 UTC
Virtual-domain capable pop3-server supporting MySQL
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-08-30 03:39:00 UTC
Responsible Changed
From-To: freebsd-ports->petef

I'll look at this
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-08-30 03:51:20 UTC
Hi,

  Could you see if the updated sharball at
http://people.freebsd.org/~petef/tpop3d.shar would be OK?  I made a few
changes:

- use WITH{,OUT}_* variables.  you shouldn't have USE_* variables for
  users to specify, plus you had a logic flaw with it (values hardcoded
  in Makefile, and then you checked their value.. I made MySQL and
  maildir support default, and perl authentication optional)

- split up RUN_DEPENDS and CONFIGURE_ARGS

- respect CFLAGS

- adjust manpages to point to where tpop3d.conf actually is

- remove your do-install target (the dist's install target is fine)

- name the startup script tpop3d.sh.sample, and use another method for
  getting the prefix (more dynamic)

- better config file management:  always install tpop3d.conf.dist, if
  tpop3d.conf doesn't exist, then create it.  on deinstall, if
  tpop3d.conf is the ame as tpop3d.conf.dist, then remove it.

- made pkg-descr more concise

This is a cool piece of software!  Let me know if these changes look
good, and I'll go ahead and commit the port.

Thanks!

-pete

--
Pete Fritchman <petef@databits.net>
finger petef@databits.net for PGP key
Comment 3 Pete Fritchman freebsd_committer freebsd_triage 2001-08-30 04:02:29 UTC
State Changed
From-To: open->analyzed
Comment 4 Pete Fritchman freebsd_committer freebsd_triage 2001-08-30 04:02:43 UTC
State Changed
From-To: analyzed->feedback

Oops, this should have been feedback. 

Waiting for response from submitter.
Comment 5 Pete Fritchman freebsd_committer freebsd_triage 2001-08-31 06:44:02 UTC
State Changed
From-To: feedback->closed

Committed, thanks!