aboutsummaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-24 10:32:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-24 10:32:57 +0000
commit0eefe0c694816c194ac8b4048a7549d5257e6351 (patch)
tree60be9e99305cdae2fcf7b091b49be1272665cd95 /mail/elm
parenta192ed88cbf27b6e1551a173a1d109fad864a20a (diff)
downloadports-0eefe0c694816c194ac8b4048a7549d5257e6351.tar.gz
ports-0eefe0c694816c194ac8b4048a7549d5257e6351.zip
Remove this - repo copied to elm+ME
Notes
Notes: svn path=/head/; revision=28727
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile43
-rw-r--r--mail/elm/distinfo1
-rw-r--r--mail/elm/pkg-comment1
-rw-r--r--mail/elm/pkg-descr2
-rw-r--r--mail/elm/pkg-plist24
-rw-r--r--mail/elm/scripts/pre-configure320
6 files changed, 0 insertions, 391 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
deleted file mode 100644
index 46f3ee4285fe..000000000000
--- a/mail/elm/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: elm ME+ (unofficial Elm)
-# Date created: 26 June 1995
-# Whom: ache
-#
-# $FreeBSD$
-#
-# WARNING: it is NOT official Elm 2.*
-
-PORTNAME= elm
-PORTVERSION= 2.4ME+68
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \
- ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \
- ftp://ftp.ibp.fr/pub/unix/mail/elm-me/
-
-MAINTAINER= ache@FreeBSD.org
-
-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
-MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1
-
-HAS_CONFIGURE= Yes
-CONFIGURE_SCRIPT= Configure
-CONFIGURE_ENV= PREFIX="${PREFIX}"
-CONFIGURE_ARGS= -S -d
-
-post-configure:
- ${CP} ${FILESDIR}/elm.mimecharsets ${WRKSRC}/bin
-
-post-install:
- perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS
- cd ${WRKSRC}/nls; ${MAKE} install
- if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \
- ${INSTALL_DATA} \
- ${FILESDIR}/elm.mimetypes ${PREFIX}/lib/elm.mimetypes-dist; \
- else \
- ${INSTALL_DATA} \
- ${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
- fi
-
-.include <bsd.port.mk>
diff --git a/mail/elm/distinfo b/mail/elm/distinfo
deleted file mode 100644
index 184136a532c1..000000000000
--- a/mail/elm/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (elm-2.4ME+68.tar.gz) = 879b98df17dc5e8fce959ed4a666b564
diff --git a/mail/elm/pkg-comment b/mail/elm/pkg-comment
deleted file mode 100644
index 4215ab1c8774..000000000000
--- a/mail/elm/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A once-popular mail user agent, unofficial clone
diff --git a/mail/elm/pkg-descr b/mail/elm/pkg-descr
deleted file mode 100644
index c80c268a40b7..000000000000
--- a/mail/elm/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
- Elm is an interactive screen-oriented mailer program that
- supersedes mail and mailx. This is unofficial clone.
diff --git a/mail/elm/pkg-plist b/mail/elm/pkg-plist
deleted file mode 100644
index b0cde400c7d7..000000000000
--- a/mail/elm/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/elm
-bin/answer
-bin/checkalias
-bin/elmalias
-bin/fastmail
-bin/frm
-@exec ln -f %D/%F %D/bin/nfrm
-bin/listalias
-bin/messages
-bin/newalias
-bin/newmail
-@exec ln -f %D/%F %D/bin/wnewmail
-bin/printmail
-bin/readmsg
-lib/prlong
-lib/elm.mimecharsets
-lib/elm.mimetypes
-lib/elmcharset
-lib/elmrc-info
-lib/elm-help.0
-lib/elm-help.1
-lib/elm-help.2
-lib/elm-help.3
-share/nls/C/elm2.4me+.cat
diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure
deleted file mode 100644
index 1d64fa4e7850..000000000000
--- a/mail/elm/scripts/pre-configure
+++ /dev/null
@@ -1,320 +0,0 @@
-#!/bin/sh -
-#
-# pre-configure script for Elm port to FreeBSD
-# $FreeBSD$
-
-PortsDir=$PORTSDIR
-CurDir=$CURDIR
-WrkSrc=$WRKSRC
-
-has_inttypes=undef
-[ -r /usr/include/inttypes.h ] && has_inttypes=define
-
- cat > ${WrkSrc}/config.sh << EOF
-#!/bin/sh
-# config.sh
-# This file was produced by running the Configure script.
-
-Log='\$Log'
-Header='\$Header'
-bin="${PREFIX}/bin"
-contains='grep'
-cppstdin='/usr/bin/cpp'
-cppminus=''
-d_getopt='define'
-d_memcpy='define'
-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='$has_inttypes'
-d_nointtypes='undef'
-n='-n'
-c=''
-orderlib='false'
-ranlib=':'
-package='elm2'
-pager='builtin++'
-startsh='#!/bin/sh'
-define='define'
-loclist='
-cat
-chgrp
-chmod
-cp
-dirname
-echo
-expr
-egrep
-grep
-fgrep
-head
-ln
-ls
-make
-mv
-rm
-sed
-sleep
-touch
-tr
-cut
-'
-expr='/bin/expr'
-sed='/usr/bin/sed'
-echo='/bin/echo'
-cat='/bin/cat'
-rm='/bin/rm'
-mv='/bin/mv'
-cp='/bin/cp'
-tail=''
-tr='/usr/bin/tr'
-sort=''
-uniq=''
-grep='/usr/bin/grep'
-fgrep='/usr/bin/fgrep'
-head='/usr/bin/head'
-trylist='
-Mcc
-compress
-cpp
-date
-emacs
-execmail
-finger
-gpg
-ispell
-line
-lint
-lp
-locale
-lpr
-mailx
-metamail
-mips
-more
-nroff
-pack
-pg
-pgp
-pmake
-pr
-rmail
-sendmail
-shar
-smail
-submit
-tar
-tbl
-test
-troff
-uname
-uuname
-vi
-'
-test='/bin/test'
-inews=''
-ispell="${PREFIX}/bin/ispell"
-egrep='/usr/bin/egrep'
-more='/usr/bin/more'
-pg='pg'
-Mcc='Mcc'
-vi='/usr/bin/vi'
-mailx='mailx'
-mail=''
-cpp='/usr/bin/cpp'
-perl=''
-emacs='emacs'
-ls='/bin/ls'
-rmail='/bin/rmail'
-sendmail='/usr/sbin/sendmail'
-shar='/usr/bin/shar'
-smail='smail'
-submit=''
-tbl='/usr/bin/tbl'
-troff='/usr/bin/troff'
-nroff='/usr/bin/nroff'
-uname='/usr/bin/uname'
-uuname='/usr/bin/uuname'
-line='line'
-chgrp='/usr/bin/chgrp'
-chmod='/bin/chmod'
-lint='/usr/bin/lint'
-sleep='/bin/sleep'
-pr='/usr/bin/pr'
-tar='/usr/bin/tar'
-ln='/bin/ln'
-lpr='/usr/bin/lpr'
-lp='/usr/bin/lp'
-touch='/usr/bin/touch'
-make='/usr/bin/make'
-date='/bin/date'
-csh=''
-pmake='pmake'
-mips='false'
-col=''
-pack='pack'
-compress='/usr/bin/compress'
-execmail=''
-libswanted='sun intl nls c_s'
-noaddlib='yes'
-c_date='Sat Jan 22 15:43:26 MSK 2000'
-d_ascii='undef'
-d_broke_ctype='undef'
-d_calendar='define'
-calendar='calendar'
-d_chown_neg1='define'
-d_content='undef'
-d_crypt='define'
-cryptlib='-lcrypt'
-d_cuserid='undef'
-d_disphost='undef'
-d_domname='define'
-d_usegetdom='undef'
-d_errlst='define'
-d_flock='define'
-d_dotlock='define'
-d_fcntlock='undef'
-has_flock='define'
-has_fcntl='define'
-d_ftruncate='define'
-d_gethname='define'
-d_douname='undef'
-d_host_comp='undef'
-ign_hname='n'
-d_havetlib='define'
-termlib='-ltermlib'
-d_index='undef'
-d_internet='define'
-d_ispell='define'
-ispell_path="${PREFIX}/bin/ispell"
-ispell_options=''
-d_locale='define'
-d_nl_types='define'
-d_msgcat='define'
-d_usenls='undef'
-d_mallocvoid='define'
-d_mboxedit='define'
-metamail_path='none'
-defencoding=''
-d_8bitmime='define'
-d_binarymime='undef'
-d_dsn='define'
-defcharset='DISPLAY'
-defdispcharset='ISO-8859-1'
-d_mmdf='undef'
-d_newauto='define'
-d_noaddfrom='define'
-d_usedomain='undef'
-d_noxheader='undef'
-d_pidcheck='define'
-d_ptem='undef'
-d_putenv='define'
-d_remlock='undef'
-maxattempts='6'
-d_setgid='define'
-d_savegrpmboxid='undef'
-mailermode='2755'
-d_sigvec='undef'
-d_sigvectr='undef'
-d_sigset='undef'
-d_sighold='undef'
-d_sigprocmask='define'
-d_sigblock='undef'
-d_waitpid='define'
-d_sigaction='define'
-d_strcspn='define'
-d_strspn='define'
-d_strpbrk='define'
-d_strerror='define'
-d_strftime='define'
-d_strings='undef'
-d_pwdinsys='undef'
-strings='/usr/include/string.h'
-includepath=''
-d_strstr='define'
-d_strtok='define'
-d_subshell='define'
-d_tempnam='define'
-tempnamo=''
-tempnamc=''
-d_termio='undef'
-d_termios='define'
-d_utimbuf='define'
-d_vfork='define'
-defbatsub='no subject (file transmission)'
-defeditor='/usr/bin/vi'
-editoropts=''
-hostname=''
-phostname='hostname'
-mydomain=''
-autohostname='define'
-i_memory='define'
-i_stdarg='define'
-i_stdlib='define'
-i_time='define'
-i_systime='define'
-d_systimekernel='undef'
-i_unistd='define'
-i_utime='define'
-i_sysutime='undef'
-lib="${PREFIX}/lib"
-libc='/usr/lib/libc.so'
-linepr='/usr/bin/lp'
-maildir='/var/mail'
-mailer='/usr/sbin/sendmail'
-mailgrp='mail'
-mansrc="${PREFIX}/man/man1"
-catmansrc="${PREFIX}/man/cat1"
-manext='.1'
-manext_choice='.1'
-catmanext='.1'
-catmanext_choice='.1'
-packed='n'
-manroff='/usr/bin/nroff'
-manroffopts=''
-suffix=''
-packer=''
-optimize="\$CFLAGS"
-ccflags=''
-cppflags=''
-ldflags='-s'
-cc='cc'
-libs=''
-nametype='bsd'
-d_passnames='define'
-d_berknames='define'
-d_usgnames='undef'
-# passcat=''
-rmttape='unknown-remote-tape-unit'
-roff='/usr/bin/troff'
-roffopts=''
-sigtype='void'
-spitshell='cat'
-shsharp='true'
-sharpbang='#!'
-tmpdir='/tmp'
-tzname_handling='TM_ZONE'
-use_pmake='n'
-xencf=''
-xenlf=''
-d_xenix='undef'
-d_bsd='define'
-locale='locale'
-d_pgp='define'
-pgp="${PREFIX}/bin/pgp"
-pgp2_path="${PREFIX}/bin/pgp"
-pgp5_dir='none'
-gpg_path='none'
-special_path='${PREFIX}/bin'
-CONFIG=true
-EOF
-
-exit 0
-# END
-