1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

new port of ELMO, the ELectronic Mail Operator

This commit is contained in:
Trevor Johnson 2003-09-27 16:14:30 +00:00
parent 2ad014e56d
commit e8ee1c1f45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89560
9 changed files with 143 additions and 0 deletions

View File

@ -50,6 +50,7 @@
SUBDIR += ecartis
SUBDIR += elm
SUBDIR += elm+ME
SUBDIR += elmo
SUBDIR += emh
SUBDIR += emh-emacs20
SUBDIR += emh-xemacs21-mule

59
mail/elmo-devel/Makefile Normal file
View File

@ -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>

1
mail/elmo-devel/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (elmo-0.8.3.tar.gz) = a7837950dbb4ffcc5ec7fea15150c525

View File

@ -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/

View File

@ -0,0 +1,2 @@
* WARNING:
* the source code of elmo has not been reviewed by the FreeBSD port maintainer.

59
mail/elmo/Makefile Normal file
View File

@ -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>

1
mail/elmo/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (elmo-0.8.3.tar.gz) = a7837950dbb4ffcc5ec7fea15150c525

9
mail/elmo/pkg-descr Normal file
View File

@ -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/

2
mail/elmo/pkg-message Normal file
View File

@ -0,0 +1,2 @@
* WARNING:
* the source code of elmo has not been reviewed by the FreeBSD port maintainer.