aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rubygem-tmail')
-rw-r--r--mail/rubygem-tmail/Makefile41
-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-plist49
5 files changed, 0 insertions, 97 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
deleted file mode 100644
index bd99117e567f..000000000000
--- a/mail/rubygem-tmail/Makefile
+++ /dev/null
@@ -1,41 +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.9.3
-CATEGORIES= mail ruby
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.xdsl.ne.jp/Cd/aamine/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_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan
-
-USE_RUBY= yes
-USE_RUBY_AMSTD= yes
-USE_RUBY_SETUP= yes
-
-post-patch:
- ${RUBY} -i -ne '/\btmail\b/ and print' \
- ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
- for d in cparse cscan; 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.mk>
diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo
deleted file mode 100644
index 7704a6185e7a..000000000000
--- a/mail/rubygem-tmail/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/tmail-0.9.3.tar.gz) = e8d1e38d26b7cab5b29ba673cb2f33b1
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 23cae27ccb5d..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@cd.xdsl.ne.jp>
-WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html
diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist
deleted file mode 100644
index a67df2c722b7..000000000000
--- a/mail/rubygem-tmail/pkg-plist
+++ /dev/null
@@ -1,49 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/tmail/cmails.so
-%%RUBY_SITELIBDIR%%/tmail.rb
-@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail
-%%RUBY_SITELIBDIR%%/tmail/_loadlib.rb
-%%RUBY_SITELIBDIR%%/tmail/encode.rb
-%%RUBY_SITELIBDIR%%/tmail/field.rb
-%%RUBY_SITELIBDIR%%/tmail/info.rb
-%%RUBY_SITELIBDIR%%/tmail/loader.rb
-%%RUBY_SITELIBDIR%%/tmail/mail.rb
-%%RUBY_SITELIBDIR%%/tmail/parsemail.rb
-%%RUBY_SITELIBDIR%%/tmail/port.rb
-%%RUBY_SITELIBDIR%%/tmail/rmails.rb
-%%RUBY_SITELIBDIR%%/tmail/scanmail.rb
-%%RUBY_SITELIBDIR%%/tmail/tmail.rb
-@dirrm %%RUBY_SITELIBDIR%%/tmail
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/from-check.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/hf2class.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/multipart.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/parse-bench.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/parse-test.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/sendmail.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/multipart
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/normal
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/sendtest
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tmail/m/simple
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tmail/m
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/tmail
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/README.en
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/bugs.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/changes.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/concept.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/field.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/index.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/item.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/loader.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/port.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/tmail.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/README.ja
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/bugs.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/changes.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/concept.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/field.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/index.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/item.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/loader.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/port.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/tmail/ja/tmail.html
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tmail/ja
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/tmail