pkgsrc/mail/ruby-actionmailer/Makefile
taca abcc78ee11 Update mail/ruby-actionmailer pacakge to 1.1.1.
*1.1.1* (October 19th, 2005)

* Upgraded to Action Pack 1.10.1


*1.1.0* (October 16th, 2005)

* Update and extend documentation (rdoc)

* Minero Aoki made TMail available to Rails/ActionMailer under the MIT
  license (instead of LGPL) [RubyConf '05]

* Austin Ziegler made Text::Simple available to Rails/ActionMailer
  under a MIT-like licens [See rails ML, subject "Text::Format Licence
  Exception" on Oct 15, 2005]

* Fix vendor require paths to prevent files being required twice

* Don't add charset to content-type header for a part that contains
  subparts (for AOL compatibility) #2013 [John Long]

* Preserve underscores when unquoting message bodies #1930

* Encode multibyte characters correctly #1894

* Multipart messages specify a MIME-Version header automatically #2003 [John Long]

* Add a unified render method to ActionMailer (delegates to ActionView::Base#render)

* Move mailer initialization to a separate (overridable) method, so
  that subclasses may alter the various defaults #1727

* Look at content-location header (if available) to determine filename
  of attachments #1670

* ActionMailer::Base.deliver(email) had been accidentally removed, but
  was documented in the Rails book #1849

* Fix problem with sendmail delivery where headers should be delimited
  by \n characters instead of \r\n, which confuses some mail readers
  #1742 [Kent Sibilev]
2005-11-02 15:07:46 +00:00

30 lines
928 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 15:07:46 taca Exp $
DISTNAME= actionmailer-1.1.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= mail ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/6575/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://am.rubyonrails.org/
COMMENT= Ruby framework for designing email-service layers
DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=1.9.1:../../www/ruby-actionpack
DEPENDS+= ${RUBY_PKGPREFIX}-tmail>=0.10.7:../../mail/ruby-tmail
NO_BUILD= yes
NO_CONFIGURE= yes
USE_RUBY_INSTALL= yes
pre-install:
${RM} -rf ${WRKSRC}/lib/action_mailer/vendor/tmail
${RM} -f ${WRKSRC}/lib/action_mailer/vendor/tmail.rb
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/actionmailer
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/actionmailer
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/actionmailer
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"