add libetpan 0.25
libEtPan! - a mail library
This commit is contained in:
parent
675fb0aa5b
commit
9ce95ace56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62081
6 changed files with 101 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
SUBDIR += lbdb
|
||||
SUBDIR += liamail
|
||||
SUBDIR += libesmtp
|
||||
SUBDIR += libetpan
|
||||
SUBDIR += liboe
|
||||
SUBDIR += librfc822
|
||||
SUBDIR += listar
|
||||
|
|
26
mail/libetpan/Makefile
Normal file
26
mail/libetpan/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: libEtPan!
|
||||
# Date created: Jun 27, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libetpan
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/libetpan/distinfo
Normal file
1
mail/libetpan/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libetpan-0.25.tar.gz) = 2b0933e353f49f41bf1d6adfc74ba2ff
|
1
mail/libetpan/pkg-comment
Normal file
1
mail/libetpan/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
libEtPan! - a mail library
|
6
mail/libetpan/pkg-descr
Normal file
6
mail/libetpan/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The purpose of this mail library is to provide a portable, efficient
|
||||
middleware for different kinds of mail access. When using the drivers
|
||||
interface, the interface is the same for all kinds of mail access, remote
|
||||
and local mailboxes.
|
||||
|
||||
WWW: http://libetpan.sourceforge.net/
|
66
mail/libetpan/pkg-plist
Normal file
66
mail/libetpan/pkg-plist
Normal file
|
@ -0,0 +1,66 @@
|
|||
bin/libetpan-config
|
||||
include/libetpan/carray.h
|
||||
include/libetpan/charconv.h
|
||||
include/libetpan/chash.h
|
||||
include/libetpan/cinthash.h
|
||||
include/libetpan/clist.h
|
||||
include/libetpan/imapdriver.h
|
||||
include/libetpan/imapdriver_cached.h
|
||||
include/libetpan/mail.h
|
||||
include/libetpan/maildriver.h
|
||||
include/libetpan/maildriver_types.h
|
||||
include/libetpan/mailimap.h
|
||||
include/libetpan/mailimap_helper.h
|
||||
include/libetpan/mailimap_socket.h
|
||||
include/libetpan/mailimap_ssl.h
|
||||
include/libetpan/mailimap_types.h
|
||||
include/libetpan/mailimap_types_helper.h
|
||||
include/libetpan/mailimf.h
|
||||
include/libetpan/mailimf_types.h
|
||||
include/libetpan/mailimf_types_helper.h
|
||||
include/libetpan/mailimf_write.h
|
||||
include/libetpan/mailmbox.h
|
||||
include/libetpan/mailmbox_types.h
|
||||
include/libetpan/mailmh.h
|
||||
include/libetpan/mailmime.h
|
||||
include/libetpan/mailmime_content.h
|
||||
include/libetpan/mailmime_decode.h
|
||||
include/libetpan/mailmime_disposition.h
|
||||
include/libetpan/mailmime_types.h
|
||||
include/libetpan/mailmime_types_helper.h
|
||||
include/libetpan/mailmime_write.h
|
||||
include/libetpan/mailpop3.h
|
||||
include/libetpan/mailpop3_helper.h
|
||||
include/libetpan/mailpop3_socket.h
|
||||
include/libetpan/mailpop3_ssl.h
|
||||
include/libetpan/mailpop3_types.h
|
||||
include/libetpan/mailsmtp.h
|
||||
include/libetpan/mailsmtp_helper.h
|
||||
include/libetpan/mailsmtp_socket.h
|
||||
include/libetpan/mailsmtp_ssl.h
|
||||
include/libetpan/mailsmtp_types.h
|
||||
include/libetpan/mailstream.h
|
||||
include/libetpan/mailstream_helper.h
|
||||
include/libetpan/mailstream_low.h
|
||||
include/libetpan/mailstream_socket.h
|
||||
include/libetpan/mailstream_ssl.h
|
||||
include/libetpan/mailstream_types.h
|
||||
include/libetpan/mailthread.h
|
||||
include/libetpan/mboxdriver.h
|
||||
include/libetpan/mboxdriver_cached.h
|
||||
include/libetpan/mhdriver.h
|
||||
include/libetpan/mhdriver_cached.h
|
||||
include/libetpan/mmapstring.h
|
||||
include/libetpan/newsnntp.h
|
||||
include/libetpan/newsnntp_socket.h
|
||||
include/libetpan/newsnntp_ssl.h
|
||||
include/libetpan/newsnntp_types.h
|
||||
include/libetpan/nntpdriver.h
|
||||
include/libetpan/nntpdriver_cached.h
|
||||
include/libetpan/pop3driver.h
|
||||
include/libetpan/pop3driver_cached.h
|
||||
@dirrm include/libetpan
|
||||
lib/libetpan.a
|
||||
lib/libetpan.la
|
||||
lib/libetpan.so
|
||||
lib/libetpan.so.0
|
Loading…
Reference in a new issue