An LDAP enabled MDA to deliver email to mobile phones via SMS, using
Hylafax's sendpage command.
This commit is contained in:
parent
24de482c46
commit
80bda2039b
35
mail/smsmail/Makefile
Normal file
35
mail/smsmail/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/29 14:37:30 mbalmer Exp $
|
||||
|
||||
COMMENT= "LDAP enabled MDA to deliver mails as SMS"
|
||||
|
||||
DISTNAME= smsmail-1.0.2
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.etc.msys.ch/software/smsmail/
|
||||
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c pthread
|
||||
|
||||
MASTER_SITES= ftp://ftp.etc.msys.ch/pub/sources/smsmail/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
LIB_DEPENDS= ldap_r.>=8,lber.>=8::databases/openldap
|
||||
RUN_DEPENDS= ::comms/hylafax
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-install:
|
||||
cp ${WRKSRC}/etc/openldap/schema/sms.schema \
|
||||
${PREFIX}/share/examples/smsmail
|
||||
|
||||
.include <bsd.port.mk>
|
4
mail/smsmail/distinfo
Normal file
4
mail/smsmail/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (smsmail-1.0.2.tgz) = 9991b9b632cb7bba54a138bbb94ef858
|
||||
RMD160 (smsmail-1.0.2.tgz) = c22f37136ceeb893e0784308ead860cb657480cb
|
||||
SHA1 (smsmail-1.0.2.tgz) = ea229eddb251f169d0fb824f17d0335065991a39
|
||||
SIZE (smsmail-1.0.2.tgz) = 9598
|
1
mail/smsmail/pkg/DESCR
Normal file
1
mail/smsmail/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
An LDAP enabled SMS mailer.
|
8
mail/smsmail/pkg/PLIST
Normal file
8
mail/smsmail/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/29 14:37:30 mbalmer Exp $
|
||||
bin/smsmail
|
||||
@man man/cat1/smsmail.0
|
||||
@man man/cat5/smsmail.conf.0
|
||||
share/examples/smsmail/
|
||||
share/examples/smsmail/sms.schema
|
||||
share/examples/smsmail/smsmail.conf
|
||||
@sample ${SYSCONFDIR}/smsmail.conf
|
Loading…
Reference in New Issue
Block a user