Bug 50655 - New port: mail/akpop3d - POP3 daemon aimed to be small and secure
Summary: New port: mail/akpop3d - POP3 daemon aimed to be small and secure
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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 23:20 UTC by Kirill Ponomarew
Modified: 2003-07-03 23:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.09 KB, text/plain)
2003-04-06 23:20 UTC, Kirill Ponomarew
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-04-06 23:20:17 UTC
        akpop3d is a POP3 daemon aimed to be small and secure. Despite its small size, 
	it offers a lot of features. It is completely RFC 1939 compliant.

How-To-Repeat:        	N/A
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-09 01:27:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Software from Austria...This looks like a PR for me. 

Can you please post an updated patch? 0.7.4 was realeased two days ago.
Comment 2 Kirill Ponomarew 2003-04-09 19:24:54 UTC
--- akpop3d.orig/Makefile       Sun Apr  6 23:53:15 2003
+++ akpop3d/Makefile    Wed Apr  9 20:20:39 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      akpop3d
-PORTVERSION=   0.7.3
+PORTVERSION=   0.7.4
 CATEGORIES=     mail
 MASTER_SITES=  http://www.synflood.at/akpop3d/
 DISTNAME=       ${PORTNAME}-${PORTVERSION}
@@ -15,9 +15,10 @@
 MAINTAINER=    ponomarew@oberon.net
 COMMENT=       POP3 daemon aimed to be small and secure
 
-WRKSPC=                ${WRKDIR}/akpop3d-0.7.3
+WRKSPC=                ${WRKDIR}/akpop3d-0.7.4
 MAN8=          akpop3d.8
 
+USE_BZIP2=      yes
 GNU_CONFIGURE= yes
 
 .if defined(WITH_SSL)
diff -ruN akpop3d.orig/distinfo akpop3d/distinfo
--- akpop3d.orig/distinfo       Sun Apr  6 10:20:27 2003
+++ akpop3d/distinfo    Wed Apr  9 20:19:49 2003
@@ -1 +1 @@
-MD5 (akpop3d-0.7.3.tar.bz2) = d14ffa7b52f47cb75345beef5ba991a6
+MD5 (akpop3d-0.7.4.tar.bz2) = fcec0835f8d74c5a13fa589fd69c6669
Comment 3 Kirill Ponomarew 2003-04-09 19:47:29 UTC
Hi,

here is the new patch with actual version.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       mail/akpop3d/Makefile
#       mail/akpop3d/distinfo
#       mail/akpop3d/pkg-descr
#       mail/akpop3d/pkg-plist
#
echo x - mail/akpop3d/Makefile
sed 's/^X//' >mail/akpop3d/Makefile << 'END-of-mail/akpop3d/Makefile'
X# New ports collection makefile for:  akpop3d
X# Date created:        Sun Apr  6 10:12:16 CEST 2003
X# Whom:                Kirill Ponomarew <ponomarew@oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      akpop3d
XPORTVERSION=   0.7.4
XCATEGORIES=     mail
XMASTER_SITES=  http://www.synflood.at/akpop3d/
XDISTNAME=       ${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=  .tar.bz2
X
XMAINTAINER=    ponomarew@oberon.net
XCOMMENT=       POP3 daemon aimed to be small and secure
X
XWRKSPC=                ${WRKDIR}/akpop3d-0.7.4
XMAN8=          akpop3d.8
X
XUSE_BZIP2=      yes
XGNU_CONFIGURE= yes
X
X.if defined(WITH_SSL)
XUSE_OPENSSL=    YES
XCONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
XCONFIGURE_ENV=  CPPFLAGS="-I${OPENSSLBASE}/include" \
X               LDFLAGS="-L${OPENSSLBASE}/lib -lssl -lcrypto"
X.endif
X
Xdo-install:
X
X       ${INSTALL_PROGRAM} ${WRKSRC}/akpop3d ${PREFIX}/bin/
X       ${INSTALL_MAN} ${WRKSRC}/akpop3d.8 ${PREFIX}/man/man8/
X
X.include <bsd.port.mk>
END-of-mail/akpop3d/Makefile
echo x - mail/akpop3d/distinfo
sed 's/^X//' >mail/akpop3d/distinfo << 'END-of-mail/akpop3d/distinfo'
XMD5 (akpop3d-0.7.4.tar.bz2) = fcec0835f8d74c5a13fa589fd69c6669
END-of-mail/akpop3d/distinfo
echo x - mail/akpop3d/pkg-descr
sed 's/^X//' >mail/akpop3d/pkg-descr << 'END-of-mail/akpop3d/pkg-descr'
Xakpop3d is a POP3 daemon aimed to be small and secure. Despite its small size, 
Xit offers a lot of features. It is completely RFC 1939 compliant.
X
XWWW: http://www.synflood.at/akpop3d/
END-of-mail/akpop3d/pkg-descr
echo x - mail/akpop3d/pkg-plist
sed 's/^X//' >mail/akpop3d/pkg-plist << 'END-of-mail/akpop3d/pkg-plist'
Xbin/akpop3d
END-of-mail/akpop3d/pkg-plist
exit


Kirill
Comment 4 Kirill Ponomarew 2003-04-14 06:47:56 UTC
Hi,

Could somebody commit this PR please?

Kirill
Comment 5 Max Khon freebsd_committer freebsd_triage 2003-04-20 16:06:13 UTC
State Changed
From-To: open->closed

Thanks, committed!
Comment 6 bjoern.koetter 2003-07-03 12:00:41 UTC
Hi,

could someone please update the port to new version 0.7.5?

Thanks,

Bjoern Koetter
Comment 7 Kirill Ponomarew 2003-07-03 23:35:51 UTC
Hi,

On Thu, Jul 03, 2003 at 01:00:41PM +0200, Bjoern Koetter wrote:
> could someone please update the port to new version 0.7.5?

The author should fix some problems with MySQL support, and
then it can be updated, he was informed about these issues.

-Kirill