summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-09-27 16:14:30 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-09-27 16:14:30 +0000
commite8ee1c1f45190f61e92fda4250d0b943bcdbb435 (patch)
tree6ba4ac087886c3093e8f516d9362a86c1aa08272 /mail
parentUpdate to 0.51 (diff)
new port of ELMO, the ELectronic Mail Operator
Notes
Notes: svn path=/head/; revision=89560
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/elmo-devel/Makefile59
-rw-r--r--mail/elmo-devel/distinfo1
-rw-r--r--mail/elmo-devel/pkg-descr9
-rw-r--r--mail/elmo-devel/pkg-message2
-rw-r--r--mail/elmo/Makefile59
-rw-r--r--mail/elmo/distinfo1
-rw-r--r--mail/elmo/pkg-descr9
-rw-r--r--mail/elmo/pkg-message2
9 files changed, 143 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index d781471b62b3..dab9c53ef665 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -50,6 +50,7 @@
SUBDIR += ecartis
SUBDIR += elm
SUBDIR += elm+ME
+ SUBDIR += elmo
SUBDIR += emh
SUBDIR += emh-emacs20
SUBDIR += emh-xemacs21-mule
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile
new file mode 100644
index 000000000000..2fc8fd74dfe3
--- /dev/null
+++ b/mail/elmo-devel/Makefile
@@ -0,0 +1,59 @@
+# New ports collection makefile for: elmo
+# Date created: 2003-09-27
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= elmo
+PORTVERSION= 0.8.3
+CATEGORIES= mail
+MASTER_SITES= \
+ http://savannah.nongnu.org/download/elmo/unstable.pkg/${PORTVERSION}/
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Receive, filter, read, compose and send mail at the text console
+
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ intl.4:${PORTSDIR}/devel/gettext
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
+MAN1= elmo.1 elmoconf.pl.1
+PLIST= ${WRKDIR}/pkg-plist
+
+pre-extract:
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD} sleeping ten seconds--press control-C to cancel build
+ @${ECHO_CMD} 
+ @sleep 10
+
+pre-install:
+ ${ECHO_CMD} @unexec install-info --delete %D/info/elmo.info %D/info/dir\
+ > ${PLIST}
+ ${ECHO_CMD} @exec install-info --info-dir=%D/info %D/info/elmo.info \
+ >> ${PLIST}
+ ${ECHO_CMD} info/elmo.info >> ${PLIST}
+.for ii in elmo elmoconf.pl
+ ${ECHO_CMD} bin/${ii} >> ${PLIST}
+.endfor
+.for ii in de pl
+ ${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/elmo.mo >> ${PLIST}
+.endfor
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/elmo ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/elmoconf.pl ${PREFIX}/bin/
+.for ii in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/doc/${ii} ${MANPREFIX}/man/man1
+.endfor
+.for ii in de pl
+ ${INSTALL_DATA} ${WRKSRC}/po/${ii}.gmo \
+ ${PREFIX}/share/locale/${ii}/LC_MESSAGES/elmo.mo
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/doc/elmo.info ${PREFIX}/info/
+ - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/elmo.info
+
+.include <bsd.port.mk>
diff --git a/mail/elmo-devel/distinfo b/mail/elmo-devel/distinfo
new file mode 100644
index 000000000000..b2c0cb603d6f
--- /dev/null
+++ b/mail/elmo-devel/distinfo
@@ -0,0 +1 @@
+MD5 (elmo-0.8.3.tar.gz) = a7837950dbb4ffcc5ec7fea15150c525
diff --git a/mail/elmo-devel/pkg-descr b/mail/elmo-devel/pkg-descr
new file mode 100644
index 000000000000..a03177b4e2ff
--- /dev/null
+++ b/mail/elmo-devel/pkg-descr
@@ -0,0 +1,9 @@
+Elmo (ELectronic Mail Operator) is an ncurses-based program for
+receiving, filtering, reading, composing, and sending mail from a
+character terminal. It speaks POP3 and SMTP and can work with
+maildir or Berkeley-formatted mailboxes.
+
+Before running elmo, users should run elmoconf.pl to generate an
+~/.elmorc file.
+
+WWW: http://elmo.sourceforge.net/
diff --git a/mail/elmo-devel/pkg-message b/mail/elmo-devel/pkg-message
new file mode 100644
index 000000000000..4251ec07b065
--- /dev/null
+++ b/mail/elmo-devel/pkg-message
@@ -0,0 +1,2 @@
+* WARNING:
+* the source code of elmo has not been reviewed by the FreeBSD port maintainer.
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
new file mode 100644
index 000000000000..2fc8fd74dfe3
--- /dev/null
+++ b/mail/elmo/Makefile
@@ -0,0 +1,59 @@
+# New ports collection makefile for: elmo
+# Date created: 2003-09-27
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= elmo
+PORTVERSION= 0.8.3
+CATEGORIES= mail
+MASTER_SITES= \
+ http://savannah.nongnu.org/download/elmo/unstable.pkg/${PORTVERSION}/
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Receive, filter, read, compose and send mail at the text console
+
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ intl.4:${PORTSDIR}/devel/gettext
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
+ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
+MAN1= elmo.1 elmoconf.pl.1
+PLIST= ${WRKDIR}/pkg-plist
+
+pre-extract:
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_CMD} sleeping ten seconds--press control-C to cancel build
+ @${ECHO_CMD} 
+ @sleep 10
+
+pre-install:
+ ${ECHO_CMD} @unexec install-info --delete %D/info/elmo.info %D/info/dir\
+ > ${PLIST}
+ ${ECHO_CMD} @exec install-info --info-dir=%D/info %D/info/elmo.info \
+ >> ${PLIST}
+ ${ECHO_CMD} info/elmo.info >> ${PLIST}
+.for ii in elmo elmoconf.pl
+ ${ECHO_CMD} bin/${ii} >> ${PLIST}
+.endfor
+.for ii in de pl
+ ${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/elmo.mo >> ${PLIST}
+.endfor
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/elmo ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/elmoconf.pl ${PREFIX}/bin/
+.for ii in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/doc/${ii} ${MANPREFIX}/man/man1
+.endfor
+.for ii in de pl
+ ${INSTALL_DATA} ${WRKSRC}/po/${ii}.gmo \
+ ${PREFIX}/share/locale/${ii}/LC_MESSAGES/elmo.mo
+.endfor
+ ${INSTALL_DATA} ${WRKSRC}/doc/elmo.info ${PREFIX}/info/
+ - install-info --info-dir=${PREFIX}/info ${PREFIX}/info/elmo.info
+
+.include <bsd.port.mk>
diff --git a/mail/elmo/distinfo b/mail/elmo/distinfo
new file mode 100644
index 000000000000..b2c0cb603d6f
--- /dev/null
+++ b/mail/elmo/distinfo
@@ -0,0 +1 @@
+MD5 (elmo-0.8.3.tar.gz) = a7837950dbb4ffcc5ec7fea15150c525
diff --git a/mail/elmo/pkg-descr b/mail/elmo/pkg-descr
new file mode 100644
index 000000000000..a03177b4e2ff
--- /dev/null
+++ b/mail/elmo/pkg-descr
@@ -0,0 +1,9 @@
+Elmo (ELectronic Mail Operator) is an ncurses-based program for
+receiving, filtering, reading, composing, and sending mail from a
+character terminal. It speaks POP3 and SMTP and can work with
+maildir or Berkeley-formatted mailboxes.
+
+Before running elmo, users should run elmoconf.pl to generate an
+~/.elmorc file.
+
+WWW: http://elmo.sourceforge.net/
diff --git a/mail/elmo/pkg-message b/mail/elmo/pkg-message
new file mode 100644
index 000000000000..4251ec07b065
--- /dev/null
+++ b/mail/elmo/pkg-message
@@ -0,0 +1,2 @@
+* WARNING:
+* the source code of elmo has not been reviewed by the FreeBSD port maintainer.