mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add mimelib 1.1.2, a C++ class library for manipulating messages in
MIME format. PR: 22976 Submitted by: never@nevermind.kiev.ua
This commit is contained in:
parent
6c72a632d9
commit
9c93270997
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39439
6 changed files with 66 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
SUBDIR += kdesupport2
|
||||
SUBDIR += libiconv
|
||||
SUBDIR += libutf-8
|
||||
SUBDIR += mimelib
|
||||
SUBDIR += mimepp
|
||||
SUBDIR += mmencode
|
||||
SUBDIR += mpack
|
||||
|
|
19
converters/mimelib/Makefile
Normal file
19
converters/mimelib/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: mimelib
|
||||
# Date created: 20 November 2000
|
||||
# Whom: never@nevermind.kiev.ua
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mimelib
|
||||
PORTVERSION= 1.1.2
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= icqmail
|
||||
|
||||
MAINTAINER= never@nevermind.kiev.ua
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/mimelib/distinfo
Normal file
1
converters/mimelib/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mimelib-1.1.2.tar.gz) = d54f4c1cc50389cbfe4c7c0315f57de7
|
1
converters/mimelib/pkg-comment
Normal file
1
converters/mimelib/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
C++ class library for manipulating messages in MIME format
|
6
converters/mimelib/pkg-descr
Normal file
6
converters/mimelib/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
C++ class library for creating, parsing, and modifying messages in MIME format
|
||||
Needed for some apps, for example icqmail.
|
||||
|
||||
--
|
||||
Alexandr P. Kovalenko
|
||||
never@nevermind.kiev.ua
|
38
converters/mimelib/pkg-plist
Normal file
38
converters/mimelib/pkg-plist
Normal file
|
@ -0,0 +1,38 @@
|
|||
include/mimelib/address.h
|
||||
include/mimelib/addrlist.h
|
||||
include/mimelib/body.h
|
||||
include/mimelib/bodypart.h
|
||||
include/mimelib/boyermor.h
|
||||
include/mimelib/config.h
|
||||
include/mimelib/datetime.h
|
||||
include/mimelib/debug.h
|
||||
include/mimelib/disptype.h
|
||||
include/mimelib/entity.h
|
||||
include/mimelib/enum.h
|
||||
include/mimelib/field.h
|
||||
include/mimelib/fieldbdy.h
|
||||
include/mimelib/group.h
|
||||
include/mimelib/headers.h
|
||||
include/mimelib/mailbox.h
|
||||
include/mimelib/mboxlist.h
|
||||
include/mimelib/mechansm.h
|
||||
include/mimelib/mediatyp.h
|
||||
include/mimelib/message.h
|
||||
include/mimelib/mimepp.h
|
||||
include/mimelib/msgcmp.h
|
||||
include/mimelib/msgid.h
|
||||
include/mimelib/nntp.h
|
||||
include/mimelib/param.h
|
||||
include/mimelib/pop.h
|
||||
include/mimelib/protocol.h
|
||||
include/mimelib/smtp.h
|
||||
include/mimelib/string.h
|
||||
include/mimelib/text.h
|
||||
include/mimelib/token.h
|
||||
include/mimelib/utility.h
|
||||
include/mimelib/uuencode.h
|
||||
include/mimelib/binhex.h
|
||||
lib/libmimelib.so.1
|
||||
lib/libmimelib.so
|
||||
lib/libmimelib.a
|
||||
@dirrm include/mimelib
|
Loading…
Add table
Reference in a new issue