summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-11-17 05:03:54 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-11-17 05:03:54 +0000
commit050dd1b1031022b49cd1623dd3892f3c4be3a1ae (patch)
tree0876fb5cc1d38a316c0fbaf87137d69775f5dad0 /mail/pear-Mail_Mime
parentPatch for Ruby 1.7. (diff)
Resurrection of port devel/pear
PR: ports/44473 Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes: svn path=/head/; revision=70285
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/Makefile39
-rw-r--r--mail/pear-Mail_Mime/distinfo1
-rw-r--r--mail/pear-Mail_Mime/pkg-comment1
-rw-r--r--mail/pear-Mail_Mime/pkg-descr3
-rw-r--r--mail/pear-Mail_Mime/pkg-plist5
5 files changed, 49 insertions, 0 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
new file mode 100644
index 000000000000..49f247ca087a
--- /dev/null
+++ b/mail/pear-Mail_Mime/Makefile
@@ -0,0 +1,39 @@
+# Ports collection makefile for: pear-Mail_Mime
+# Date created: 24 October 2002
+# Whom: Thierry Thomas (<thierry@pompo.net>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Mail_Mime
+PORTVERSION= 1.2.1
+CATEGORIES= mail www
+MASTER_SITES= http://pear.php.net/get/
+PKGNAMEPREFIX= pear-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PEAR
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install
+RUN_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install
+
+NO_BUILD= yes
+
+.include <bsd.port.pre.mk>
+
+.if exists(${LOCALBASE}/bin/php-config)
+PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
+.endif
+LPHP_LIB= lib/php
+PEARDIR= ${PHP_BASE}/${LPHP_LIB}
+PLIST_SUB= PEARDIR=${LPHP_LIB}
+
+do-install:
+ @${CP} -Rp ${WRKSRC}/* ${PEARDIR}/Mail
+ @${CHOWN} -R root:wheel ${PEARDIR}/Mail/*
+.for BUGMODE in mimeDecode.php mimePart.php xmail.dtd xmail.xsl
+ @${CHMOD} a-x ${PEARDIR}/Mail/${BUGMODE}
+.endfor
+
+.include <bsd.port.post.mk>
diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo
new file mode 100644
index 000000000000..cd74af7ac488
--- /dev/null
+++ b/mail/pear-Mail_Mime/distinfo
@@ -0,0 +1 @@
+MD5 (PEAR/Mail_Mime-1.2.1.tgz) = 667f631d9b128ef559bf97b9cd182c48
diff --git a/mail/pear-Mail_Mime/pkg-comment b/mail/pear-Mail_Mime/pkg-comment
new file mode 100644
index 000000000000..a94306bcfd13
--- /dev/null
+++ b/mail/pear-Mail_Mime/pkg-comment
@@ -0,0 +1 @@
+PEAR classes to create and decode MIME messages
diff --git a/mail/pear-Mail_Mime/pkg-descr b/mail/pear-Mail_Mime/pkg-descr
new file mode 100644
index 000000000000..e3dc657c9ddf
--- /dev/null
+++ b/mail/pear-Mail_Mime/pkg-descr
@@ -0,0 +1,3 @@
+PEAR classes to deal with creation and manipulation of MIME messages.
+
+WWW: http://pear.php.net/manual/en/core.mail.mime.php
diff --git a/mail/pear-Mail_Mime/pkg-plist b/mail/pear-Mail_Mime/pkg-plist
new file mode 100644
index 000000000000..9ece498454c6
--- /dev/null
+++ b/mail/pear-Mail_Mime/pkg-plist
@@ -0,0 +1,5 @@
+%%PEARDIR%%/Mail/mime.php
+%%PEARDIR%%/Mail/mimeDecode.php
+%%PEARDIR%%/Mail/mimePart.php
+%%PEARDIR%%/Mail/xmail.dtd
+%%PEARDIR%%/Mail/xmail.xsl