mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
The Horde_ListHeaders library parses Mailing List Headers as defined in
RFC 2369 & RFC 2919. WWW: http://pear.horde.org
This commit is contained in:
parent
2de04ae6e0
commit
b92f3c1592
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308767
4 changed files with 25 additions and 0 deletions
|
@ -458,6 +458,7 @@
|
||||||
SUBDIR += pear-Contact_Vcard_Parse
|
SUBDIR += pear-Contact_Vcard_Parse
|
||||||
SUBDIR += pear-Horde_Imap_Client
|
SUBDIR += pear-Horde_Imap_Client
|
||||||
SUBDIR += pear-Horde_Kolab_Storage
|
SUBDIR += pear-Horde_Kolab_Storage
|
||||||
|
SUBDIR += pear-Horde_ListHeaders
|
||||||
SUBDIR += pear-Horde_Mail
|
SUBDIR += pear-Horde_Mail
|
||||||
SUBDIR += pear-Horde_Mime
|
SUBDIR += pear-Horde_Mime
|
||||||
SUBDIR += pear-Horde_Mime_Viewer
|
SUBDIR += pear-Horde_Mime_Viewer
|
||||||
|
|
18
mail/pear-Horde_ListHeaders/Makefile
Normal file
18
mail/pear-Horde_ListHeaders/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Ports collection makefile for: pear-Horde_ListHeaders
|
||||||
|
# Date created: 12 December 2012
|
||||||
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Horde_ListHeaders
|
||||||
|
PORTVERSION= 1.0.1
|
||||||
|
CATEGORIES= mail www pear
|
||||||
|
|
||||||
|
MAINTAINER= horde@FreeBSD.org
|
||||||
|
COMMENT= Horde List Headers Parsing Library
|
||||||
|
|
||||||
|
USE_HORDE_RUN= Horde_Mail
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
||||||
|
.include <bsd.port.post.mk>
|
2
mail/pear-Horde_ListHeaders/distinfo
Normal file
2
mail/pear-Horde_ListHeaders/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Horde/Horde_ListHeaders-1.0.1.tgz) = 05aa0e720ee622640981f572fbfbc4892a26c549d8df1ae154981f4c79fdd674
|
||||||
|
SIZE (Horde/Horde_ListHeaders-1.0.1.tgz) = 12557
|
4
mail/pear-Horde_ListHeaders/pkg-descr
Normal file
4
mail/pear-Horde_ListHeaders/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The Horde_ListHeaders library parses Mailing List Headers as defined in
|
||||||
|
RFC 2369 & RFC 2919.
|
||||||
|
|
||||||
|
WWW: http://pear.horde.org
|
Loading…
Add table
Reference in a new issue