diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-16 08:18:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-16 08:18:03 +0000 |
commit | ae4ba35ad14057fe084404c2c1508d0c8db9b5e7 (patch) | |
tree | 0f24686735971b252228eb52875288939a7d5d5b /mail | |
parent | 97cb175165a03ac366da12574cef19ceb1ee2d5e (diff) | |
download | pkgsrc-ae4ba35ad14057fe084404c2c1508d0c8db9b5e7.tar.gz |
SquirrelMail attachment handler plugin
This SquirrelMail plugin adds a 'view' link for specific attachment types,
as listed below:
Text or HTML messages
Images that are supported by your browser
VCards (enables you to quickly add this person to your address book)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sq-attachment-handlers/Makefile | 24 | ||||
-rw-r--r-- | mail/sq-attachment-handlers/distinfo | 4 | ||||
-rw-r--r-- | mail/sq-attachment-handlers/pkg/DESCR | 6 | ||||
-rw-r--r-- | mail/sq-attachment-handlers/pkg/MESSAGE | 9 | ||||
-rw-r--r-- | mail/sq-attachment-handlers/pkg/PLIST | 7 |
5 files changed, 50 insertions, 0 deletions
diff --git a/mail/sq-attachment-handlers/Makefile b/mail/sq-attachment-handlers/Makefile new file mode 100644 index 00000000000..e18be76da04 --- /dev/null +++ b/mail/sq-attachment-handlers/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 08:18:03 jlam Exp $ + +DISTNAME= attachment_common.1.8-1.0.6 +PKGNAME= sq-attachment-handlers-1.8 +WRKSRC= ${WRKDIR}/attachment_common +CATEGORIES= mail +MASTER_SITES= http://www.squirrelmail.org/plugins/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.squirrelmail.org/index.php3?page=15&plugin=attachment_common +COMMENT= SquirrelMail attachment handler plugin + +DEPENDS+= squirrelmail>=1.0.6:../../mail/squirrelmail + +SMDIR= ${PREFIX}/share/squirrelmail +MESSAGE_SUBST+= SMDIR=${SMDIR} + +NO_CONFIGURE= # defined +NO_BUILD= # defined + +do-install: + ${CP} -R ${WRKSRC} ${SMDIR}/plugins + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/sq-attachment-handlers/distinfo b/mail/sq-attachment-handlers/distinfo new file mode 100644 index 00000000000..a1061999979 --- /dev/null +++ b/mail/sq-attachment-handlers/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/16 08:18:03 jlam Exp $ + +SHA1 (attachment_common.1.8-1.0.6.tar.gz) = fbf8402b90b18ac600bd705321d886da6191f552 +Size (attachment_common.1.8-1.0.6.tar.gz) = 5494 bytes diff --git a/mail/sq-attachment-handlers/pkg/DESCR b/mail/sq-attachment-handlers/pkg/DESCR new file mode 100644 index 00000000000..c59c7aba805 --- /dev/null +++ b/mail/sq-attachment-handlers/pkg/DESCR @@ -0,0 +1,6 @@ +This SquirrelMail plugin adds a 'view' link for specific attachment types, +as listed below: + + Text or HTML messages + Images that are supported by your browser + VCards (enables you to quickly add this person to your address book) diff --git a/mail/sq-attachment-handlers/pkg/MESSAGE b/mail/sq-attachment-handlers/pkg/MESSAGE new file mode 100644 index 00000000000..e947ace6a22 --- /dev/null +++ b/mail/sq-attachment-handlers/pkg/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/05/16 08:18:03 jlam Exp $ + +To enable the ${PKGNAME} plugin, please run the SquirrelMail +configuration script: + + cd ${SMDIR}/config && ./conf.pl + +=========================================================================== diff --git a/mail/sq-attachment-handlers/pkg/PLIST b/mail/sq-attachment-handlers/pkg/PLIST new file mode 100644 index 00000000000..97c8ebccb97 --- /dev/null +++ b/mail/sq-attachment-handlers/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/16 08:18:03 jlam Exp $ +share/squirrelmail/plugins/attachment_common/INSTALL +share/squirrelmail/plugins/attachment_common/README +share/squirrelmail/plugins/attachment_common/image.php +share/squirrelmail/plugins/attachment_common/setup.php +share/squirrelmail/plugins/attachment_common/vcard.php +@dirrm share/squirrelmail/plugins/attachment_common |