upgrade to PL68

This commit is contained in:
Andrey A. Chernov 2000-01-22 13:34:04 +00:00
parent 975c90825e
commit 9a1b7afe1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24933
12 changed files with 46 additions and 24 deletions

View file

@ -1,13 +1,14 @@
# New ports collection makefile for: elm
# New ports collection makefile for: elm ME+ (unofficial Elm)
# See also: http://www.ozone.fmi.fi/KEH/
# Version required: 2.4ME
# Version required: 2.4ME+
# Date created: 26 June 1995
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= elm-2.4ME+61
# WARNING: it is NOT official Elm 2.*
DISTNAME= elm-2.4ME+68
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
@ -15,7 +16,7 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/elm2.4.ME+.61
WRKSRC= ${WRKDIR}/elm2.4.ME+.68
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
printmail.1 readmsg.1

View file

@ -1 +1 @@
MD5 (elm-2.4ME+61.tar.gz) = fe34149362156cdaf27c10ba08a87785
MD5 (elm-2.4ME+68.tar.gz) = 879b98df17dc5e8fce959ed4a666b564

View file

@ -1 +1 @@
A once-popular mail user agent
A once-popular mail user agent, unofficial clone.

View file

@ -1,2 +1,2 @@
Elm is an interactive screen-oriented mailer program that
supersedes mail and mailx.
supersedes mail and mailx. This is unofficial clone.

View file

@ -15,6 +15,7 @@ bin/readmsg
lib/prlong
lib/elm.mimecharsets
lib/elm.mimetypes
lib/elmcharset
lib/elmrc-info
lib/elm-help.0
lib/elm-help.1

View file

@ -24,7 +24,11 @@ d_rename='define'
d_symlink='define'
d_whoami='undef'
d_poll='define'
d_select='define'
d_mmap='define'
d_socket='define'
d_netdb='define'
d_netinet_in='define'
d_inttypes='define'
d_nointtypes='undef'
n='-n'
@ -40,8 +44,10 @@ cat
chgrp
chmod
cp
dirname
echo
expr
egrep
grep
fgrep
head
@ -78,6 +84,7 @@ date
emacs
execmail
finger
gpg
ispell
line
lint
@ -110,7 +117,7 @@ vi
test='/bin/test'
inews=''
ispell="${PREFIX}/bin/ispell"
egrep=''
egrep='/usr/bin/egrep'
more='/usr/bin/more'
pg='pg'
Mcc='Mcc'
@ -153,7 +160,7 @@ compress='/usr/bin/compress'
execmail=''
libswanted='sun intl nls c_s'
noaddlib='yes'
c_date='Wed Sep 8 21:06:00 MSD 1999'
c_date='Sat Jan 22 15:43:26 MSK 2000'
d_ascii='undef'
d_broke_ctype='undef'
d_calendar='define'
@ -168,7 +175,7 @@ d_domname='define'
d_usegetdom='undef'
d_errlst='define'
d_flock='define'
d_dotlock='undef'
d_dotlock='define'
d_fcntlock='undef'
has_flock='define'
has_fcntl='define'
@ -298,8 +305,10 @@ d_bsd='define'
locale='locale'
d_pgp='define'
pgp="${PREFIX}/bin/pgp"
pgp_path="${PREFIX}/bin/pgp"
special_path='/usr/local/bin'
pgp2_path="${PREFIX}/bin/pgp"
pgp5_dir='none'
gpg_path='none'
special_path='${PREFIX}/bin'
CONFIG=true
EOF

View file

@ -1,13 +1,14 @@
# New ports collection makefile for: elm
# New ports collection makefile for: elm ME+ (unofficial Elm)
# See also: http://www.ozone.fmi.fi/KEH/
# Version required: 2.4ME
# Version required: 2.4ME+
# Date created: 26 June 1995
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= elm-2.4ME+61
# WARNING: it is NOT official Elm 2.*
DISTNAME= elm-2.4ME+68
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
@ -15,7 +16,7 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
MAINTAINER= ache@FreeBSD.org
WRKSRC= ${WRKDIR}/elm2.4.ME+.61
WRKSRC= ${WRKDIR}/elm2.4.ME+.68
MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \
frm.1 listalias.1 messages.1 newalias.1 newmail.1 \
printmail.1 readmsg.1

View file

@ -1 +1 @@
MD5 (elm-2.4ME+61.tar.gz) = fe34149362156cdaf27c10ba08a87785
MD5 (elm-2.4ME+68.tar.gz) = 879b98df17dc5e8fce959ed4a666b564

View file

@ -1 +1 @@
A once-popular mail user agent
A once-popular mail user agent, unofficial clone.

View file

@ -1,2 +1,2 @@
Elm is an interactive screen-oriented mailer program that
supersedes mail and mailx.
supersedes mail and mailx. This is unofficial clone.

View file

@ -15,6 +15,7 @@ bin/readmsg
lib/prlong
lib/elm.mimecharsets
lib/elm.mimetypes
lib/elmcharset
lib/elmrc-info
lib/elm-help.0
lib/elm-help.1

View file

@ -24,7 +24,11 @@ d_rename='define'
d_symlink='define'
d_whoami='undef'
d_poll='define'
d_select='define'
d_mmap='define'
d_socket='define'
d_netdb='define'
d_netinet_in='define'
d_inttypes='define'
d_nointtypes='undef'
n='-n'
@ -40,8 +44,10 @@ cat
chgrp
chmod
cp
dirname
echo
expr
egrep
grep
fgrep
head
@ -78,6 +84,7 @@ date
emacs
execmail
finger
gpg
ispell
line
lint
@ -110,7 +117,7 @@ vi
test='/bin/test'
inews=''
ispell="${PREFIX}/bin/ispell"
egrep=''
egrep='/usr/bin/egrep'
more='/usr/bin/more'
pg='pg'
Mcc='Mcc'
@ -153,7 +160,7 @@ compress='/usr/bin/compress'
execmail=''
libswanted='sun intl nls c_s'
noaddlib='yes'
c_date='Wed Sep 8 21:06:00 MSD 1999'
c_date='Sat Jan 22 15:43:26 MSK 2000'
d_ascii='undef'
d_broke_ctype='undef'
d_calendar='define'
@ -168,7 +175,7 @@ d_domname='define'
d_usegetdom='undef'
d_errlst='define'
d_flock='define'
d_dotlock='undef'
d_dotlock='define'
d_fcntlock='undef'
has_flock='define'
has_fcntl='define'
@ -298,8 +305,10 @@ d_bsd='define'
locale='locale'
d_pgp='define'
pgp="${PREFIX}/bin/pgp"
pgp_path="${PREFIX}/bin/pgp"
special_path='/usr/local/bin'
pgp2_path="${PREFIX}/bin/pgp"
pgp5_dir='none'
gpg_path='none'
special_path='${PREFIX}/bin'
CONFIG=true
EOF