summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-17 06:14:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-17 06:14:05 +0000
commitf0772a5f5e04df0ab247a7b6fcfce4260425cd36 (patch)
treef5f0cc54fc587ca4643c49c91784a279718ae0ba /converters
parentFix plist. (diff)
cant be fetched for a long time, only evaluation-version available
so, remove it PR: 33655 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Notes
Notes: svn path=/head/; revision=66477
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/mimepp/Makefile33
-rw-r--r--converters/mimepp/distinfo1
-rw-r--r--converters/mimepp/files/patch-aa26
-rw-r--r--converters/mimepp/pkg-comment1
-rw-r--r--converters/mimepp/pkg-descr10
-rw-r--r--converters/mimepp/pkg-plist149
7 files changed, 0 insertions, 221 deletions
diff --git a/converters/Makefile b/converters/Makefile
index a6c8a237014d..78d1ed58fb24 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -18,7 +18,6 @@
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib
- SUBDIR += mimepp
SUBDIR += mmencode
SUBDIR += mpack
SUBDIR += mule-ucs
diff --git a/converters/mimepp/Makefile b/converters/mimepp/Makefile
deleted file mode 100644
index 9ddffd6e9cff..000000000000
--- a/converters/mimepp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: mimepp
-# Date created: 3 July 1997
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= mimepp
-PORTVERSION= 1.3.3
-CATEGORIES= converters
-MASTER_SITES= http://www.hunnysoft.com/mimepp/
-
-MAINTAINER= ports@FreeBSD.org
-
-MAKEFILE= makefile-unix
-ALL_TARGET= default
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/dev/*.a ${PREFIX}/lib
- @${MKDIR} ${PREFIX}/include/mimepp
- ${INSTALL_DATA} ${WRKSRC}/src/mimepp/*.h ${PREFIX}/include/mimepp
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/mimepp
- ${TAR} -C ${WRKSRC}/doc -cf - . | \
- ${TAR} -C ${PREFIX}/share/doc/mimepp -xf -
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/mimepp
- @${MKDIR} ${PREFIX}/share/examples/mimepp
- ${TAR} -C ${WRKSRC}/examples -cf - . | \
- ${TAR} -C ${PREFIX}/share/examples/mimepp -xf -
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/mimepp
-.endif
-
-.include <bsd.port.mk>
diff --git a/converters/mimepp/distinfo b/converters/mimepp/distinfo
deleted file mode 100644
index f26179e958f4..000000000000
--- a/converters/mimepp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mimepp-1.3.3.tar.gz) = e963dadb38e4dbc9f49368696aad11ca
diff --git a/converters/mimepp/files/patch-aa b/converters/mimepp/files/patch-aa
deleted file mode 100644
index ef7f3357b7a7..000000000000
--- a/converters/mimepp/files/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
---- makefile-unix Mon Sep 20 20:27:38 1999
-+++ makefile-unix.new Tue Jun 20 15:55:25 2000
-@@ -22,19 +22,19 @@
-
- ###### Tools
-
--CXX = g++
-+CXX ?= c++
- AR = ar
- RANLIB = ranlib
-
- ###### Compiler/linker flags
-
--DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -D_REENTRANT -g -fexceptions -I./src
-+DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
- DBG_LINK_FLAGS =
-
--DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -D_REENTRANT -g -fexceptions -I./src
-+DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
- DEV_LINK_FLAGS =
-
--REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -D_REENTRANT -fexceptions -I./src
-+REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -D_REENTRANT ${CXXFLAGS} -I./src
- REL_LINK_FLAGS =
-
- ###### Default target
diff --git a/converters/mimepp/pkg-comment b/converters/mimepp/pkg-comment
deleted file mode 100644
index dc79e7effade..000000000000
--- a/converters/mimepp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-C++ class library for MIME messages
diff --git a/converters/mimepp/pkg-descr b/converters/mimepp/pkg-descr
deleted file mode 100644
index 48c6ea644d44..000000000000
--- a/converters/mimepp/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-MIME++ is a C++ class library for creating, parsing, and
-editing messages in MIME format. The class structure in
-MIME++ closely follows the BNF grammar specified in RFC-822
-and RFC-2045, making the library intuitive for developers
-who are familiar with the MIME standard. MIME++ supports
-quoted-printable and base64 encoding/decoding, and all
-header fields specified in RFC-822, RFC-1036, and RFC-2045.
-MIME++ is extensible through inheritance and polymorphism.
-
-WWW: http://www.hunnysoft.com/mimepp/
diff --git a/converters/mimepp/pkg-plist b/converters/mimepp/pkg-plist
deleted file mode 100644
index bf65cb1c5b26..000000000000
--- a/converters/mimepp/pkg-plist
+++ /dev/null
@@ -1,149 +0,0 @@
-include/mimepp/address.h
-include/mimepp/addrlist.h
-include/mimepp/applfile.h
-include/mimepp/binhex.h
-include/mimepp/body.h
-include/mimepp/bodypart.h
-include/mimepp/bounds.h
-include/mimepp/boyermor.h
-include/mimepp/config.h
-include/mimepp/datetime.h
-include/mimepp/debug.h
-include/mimepp/disptype.h
-include/mimepp/encoded.h
-include/mimepp/entity.h
-include/mimepp/enum.h
-include/mimepp/except.h
-include/mimepp/field.h
-include/mimepp/fieldbdy.h
-include/mimepp/group.h
-include/mimepp/headers.h
-include/mimepp/mailbox.h
-include/mimepp/mboxlist.h
-include/mimepp/mechansm.h
-include/mimepp/mediatyp.h
-include/mimepp/message.h
-include/mimepp/mimepp.h
-include/mimepp/msgcmp.h
-include/mimepp/msgid.h
-include/mimepp/nntp.h
-include/mimepp/param.h
-include/mimepp/pop.h
-include/mimepp/proto_nt.h
-include/mimepp/proto_un.h
-include/mimepp/protocol.h
-include/mimepp/smtp.h
-include/mimepp/stamp.h
-include/mimepp/string.h
-include/mimepp/system.h
-include/mimepp/text.h
-include/mimepp/token.h
-include/mimepp/utility.h
-include/mimepp/uuencode.h
-lib/libmimepp_core.a
-lib/libmimepp_net.a
-lib/libmimepp_util.a
-%%PORTDOCS%%share/doc/mimepp/address.htm
-%%PORTDOCS%%share/doc/mimepp/addrlist.htm
-%%PORTDOCS%%share/doc/mimepp/applfile.htm
-%%PORTDOCS%%share/doc/mimepp/binhex.htm
-%%PORTDOCS%%share/doc/mimepp/body.htm
-%%PORTDOCS%%share/doc/mimepp/bodypart.htm
-%%PORTDOCS%%share/doc/mimepp/boyermor.htm
-%%PORTDOCS%%share/doc/mimepp/datetime.htm
-%%PORTDOCS%%share/doc/mimepp/disptype.htm
-%%PORTDOCS%%share/doc/mimepp/encoded.htm
-%%PORTDOCS%%share/doc/mimepp/entity.htm
-%%PORTDOCS%%share/doc/mimepp/field.htm
-%%PORTDOCS%%share/doc/mimepp/fieldbdy.htm
-%%PORTDOCS%%share/doc/mimepp/group.htm
-%%PORTDOCS%%share/doc/mimepp/headers.htm
-%%PORTDOCS%%share/doc/mimepp/mailbox.htm
-%%PORTDOCS%%share/doc/mimepp/mboxlist.htm
-%%PORTDOCS%%share/doc/mimepp/mechansm.htm
-%%PORTDOCS%%share/doc/mimepp/mediatyp.htm
-%%PORTDOCS%%share/doc/mimepp/message.htm
-%%PORTDOCS%%share/doc/mimepp/mimepp.htm
-%%PORTDOCS%%share/doc/mimepp/msgcmp.htm
-%%PORTDOCS%%share/doc/mimepp/msgid.htm
-%%PORTDOCS%%share/doc/mimepp/nntp.htm
-%%PORTDOCS%%share/doc/mimepp/param.htm
-%%PORTDOCS%%share/doc/mimepp/pop.htm
-%%PORTDOCS%%share/doc/mimepp/protocol.htm
-%%PORTDOCS%%share/doc/mimepp/smtp.htm
-%%PORTDOCS%%share/doc/mimepp/stamp.htm
-%%PORTDOCS%%share/doc/mimepp/string.htm
-%%PORTDOCS%%share/doc/mimepp/text.htm
-%%PORTDOCS%%share/doc/mimepp/util.htm
-%%PORTDOCS%%share/doc/mimepp/uuencode.htm
-%%PORTDOCS%%share/examples/mimepp/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/attach.cpp
-%%PORTDOCS%%share/examples/mimepp/attach.h
-%%PORTDOCS%%share/examples/mimepp/basicmsg.cpp
-%%PORTDOCS%%share/examples/mimepp/basicmsg.h
-%%PORTDOCS%%share/examples/mimepp/email/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/email/EmailAddress.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailAddress.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailAddressList.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailAddressList.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailAttach.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailAttach.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailAttachList.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailAttachList.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailDate.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailDate.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailMessage.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailMessage.h
-%%PORTDOCS%%share/examples/mimepp/email/EmailText.cpp
-%%PORTDOCS%%share/examples/mimepp/email/EmailText.h
-%%PORTDOCS%%share/examples/mimepp/email/Makefile
-%%PORTDOCS%%share/examples/mimepp/email/create_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/email/html_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl01.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl01.txt
-%%PORTDOCS%%share/examples/mimepp/exampl02.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl02.txt
-%%PORTDOCS%%share/examples/mimepp/exampl03.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl03.txt
-%%PORTDOCS%%share/examples/mimepp/exampl04.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl04.txt
-%%PORTDOCS%%share/examples/mimepp/exampl05.cpp
-%%PORTDOCS%%share/examples/mimepp/exampl05.txt
-%%PORTDOCS%%share/examples/mimepp/makefile-aix
-%%PORTDOCS%%share/examples/mimepp/makefile-hpux
-%%PORTDOCS%%share/examples/mimepp/makefile-linux
-%%PORTDOCS%%share/examples/mimepp/makefile-unix
-%%PORTDOCS%%share/examples/mimepp/makefile-vc
-%%PORTDOCS%%share/examples/mimepp/multipar.cpp
-%%PORTDOCS%%share/examples/mimepp/multipar.h
-%%PORTDOCS%%share/examples/mimepp/pop/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/pop/Makefile
-%%PORTDOCS%%share/examples/mimepp/pop/pop_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/smtp/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/smtp/Makefile
-%%PORTDOCS%%share/examples/mimepp/smtp/smtp.cpp
-%%PORTDOCS%%share/examples/mimepp/smtp/smtp.h
-%%PORTDOCS%%share/examples/mimepp/smtp/smtp_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/smtp/test.txt
-%%PORTDOCS%%share/examples/mimepp/text/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/text/Makefile
-%%PORTDOCS%%share/examples/mimepp/text/subject_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/tree/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/tree/Makefile
-%%PORTDOCS%%share/examples/mimepp/tree/tree_ex.cpp
-%%PORTDOCS%%share/examples/mimepp/uuencode/00-README.txt
-%%PORTDOCS%%share/examples/mimepp/uuencode/Makefile
-%%PORTDOCS%%share/examples/mimepp/uuencode/msg-1.txt
-%%PORTDOCS%%share/examples/mimepp/uuencode/msg-2.txt
-%%PORTDOCS%%share/examples/mimepp/uuencode/msg-3.txt
-%%PORTDOCS%%share/examples/mimepp/uuencode/msg-4.txt
-%%PORTDOCS%%share/examples/mimepp/uuencode/uuencode_ex.cpp
-%%PORTDOCS%%@dirrm share/examples/mimepp/uuencode
-%%PORTDOCS%%@dirrm share/examples/mimepp/tree
-%%PORTDOCS%%@dirrm share/examples/mimepp/text
-%%PORTDOCS%%@dirrm share/examples/mimepp/smtp
-%%PORTDOCS%%@dirrm share/examples/mimepp/pop
-%%PORTDOCS%%@dirrm share/examples/mimepp/email
-%%PORTDOCS%%@dirrm share/examples/mimepp
-%%PORTDOCS%%@dirrm share/doc/mimepp
-@dirrm include/mimepp