summaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r--mail/rubygem-tmail/Makefile43
-rw-r--r--mail/rubygem-tmail/distinfo1
-rw-r--r--mail/rubygem-tmail/pkg-comment1
-rw-r--r--mail/rubygem-tmail/pkg-descr5
-rw-r--r--mail/rubygem-tmail/pkg-plist45
5 files changed, 0 insertions, 95 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
deleted file mode 100644
index 3d488efa1fff..000000000000
--- a/mail/rubygem-tmail/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: Ruby-TMail
-# Date created: 22 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tmail
-PORTVERSION= 0.8.13
-CATEGORIES= mail ruby
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www1.u-netsurf.ne.jp/~brew/mine/soft/
-MASTER_SITE_SUBDIR= knu
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \
- ${RUBY_SITEARCHLIBDIR}/strscan.so:${PORTSDIR}/devel/ruby-strscan
-
-USE_RUBY= yes
-USE_RUBY_AMSTD= yes
-USE_RUBY_SETUP= yes
-
-post-patch:
- ${PERL} -i -ne '/\btmail\b/ and print' \
- ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
- for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done
- for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done
-
-do-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/tmail
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/tmail/
- ${MKDIR} ${RUBY_DOCDIR}/tmail/ja
- ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/tmail/
- ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/
-.endif
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.ruby.mk"
-.include <bsd.port.post.mk>
diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo
deleted file mode 100644
index 9d0cfe8ccdb5..000000000000
--- a/mail/rubygem-tmail/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/tmail-0.8.13.tar.gz) = 4e093fe079bce3ea07bbcfd0603d5eb3
diff --git a/mail/rubygem-tmail/pkg-comment b/mail/rubygem-tmail/pkg-comment
deleted file mode 100644
index adce7df42fcd..000000000000
--- a/mail/rubygem-tmail/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A mail manipulating library for Ruby, with RFC822 and MIME multipart support
diff --git a/mail/rubygem-tmail/pkg-descr b/mail/rubygem-tmail/pkg-descr
deleted file mode 100644
index ac8f1df1b963..000000000000
--- a/mail/rubygem-tmail/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-TMail is a mail manipulating library for Ruby, with RFC822 and MIME
-multipart support.
-
-Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html
diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist
deleted file mode 100644
index b44dbfd0966e..000000000000
--- a/mail/rubygem-tmail/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/tmail/mails.so
-@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
-%%RUBY_SITELIBDIR%%/tmail/encode.rb
-%%RUBY_SITELIBDIR%%/tmail/info.rb
-%%RUBY_SITELIBDIR%%/tmail/mailp.rb
-%%RUBY_SITELIBDIR%%/tmail/port.rb
-%%RUBY_SITELIBDIR%%/tmail/field.rb
-%%RUBY_SITELIBDIR%%/tmail/loader.rb
-%%RUBY_SITELIBDIR%%/tmail/mails.rb
-%%RUBY_SITELIBDIR%%/tmail/tmail.rb
-@dirrm %%RUBY_SITELIBDIR%%/tmail
-%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
-%%RUBY_EXAMPLESDIR%%/tmail/hf2class.rb
-%%RUBY_EXAMPLESDIR%%/tmail/multipart.rb
-%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
-%%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb
-%%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb
-%%RUBY_EXAMPLESDIR%%/tmail/m/normal
-%%RUBY_EXAMPLESDIR%%/tmail/m/simple
-%%RUBY_EXAMPLESDIR%%/tmail/m/multipart
-%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
-@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
-@dirrm %%RUBY_EXAMPLESDIR%%/tmail
-%%RUBY_DOCDIR%%/tmail/README.en
-%%RUBY_DOCDIR%%/tmail/bugs.html
-%%RUBY_DOCDIR%%/tmail/changes.html
-%%RUBY_DOCDIR%%/tmail/concept.html
-%%RUBY_DOCDIR%%/tmail/field.html
-%%RUBY_DOCDIR%%/tmail/index.html
-%%RUBY_DOCDIR%%/tmail/item.html
-%%RUBY_DOCDIR%%/tmail/loader.html
-%%RUBY_DOCDIR%%/tmail/port.html
-%%RUBY_DOCDIR%%/tmail/tmail.html
-%%RUBY_DOCDIR%%/tmail/ja/README.ja
-%%RUBY_DOCDIR%%/tmail/ja/bugs.html
-%%RUBY_DOCDIR%%/tmail/ja/changes.html
-%%RUBY_DOCDIR%%/tmail/ja/concept.html
-%%RUBY_DOCDIR%%/tmail/ja/field.html
-%%RUBY_DOCDIR%%/tmail/ja/index.html
-%%RUBY_DOCDIR%%/tmail/ja/item.html
-%%RUBY_DOCDIR%%/tmail/ja/loader.html
-%%RUBY_DOCDIR%%/tmail/ja/port.html
-%%RUBY_DOCDIR%%/tmail/ja/tmail.html
-@dirrm %%RUBY_DOCDIR%%/tmail/ja
-@dirrm %%RUBY_DOCDIR%%/tmail