mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New port: mail/crashecho
crashecho is FTN JAM/MSG tosser for a node. CrashEcho is a successor of a CrashMail II tosser originally written by Johan Billing. PR: ports/45468 Submitted by: Cyril Margorin <cyrilm@immo.ru>
This commit is contained in:
parent
eca33d3df5
commit
aaa950ba59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77860
5 changed files with 47 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
SUBDIR += coolmail
|
SUBDIR += coolmail
|
||||||
SUBDIR += courier
|
SUBDIR += courier
|
||||||
SUBDIR += courier-imap
|
SUBDIR += courier-imap
|
||||||
|
SUBDIR += crashecho
|
||||||
SUBDIR += cucipop
|
SUBDIR += cucipop
|
||||||
SUBDIR += cvsmail
|
SUBDIR += cvsmail
|
||||||
SUBDIR += cyrus
|
SUBDIR += cyrus
|
||||||
|
|
31
mail/crashecho/Makefile
Normal file
31
mail/crashecho/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Ports collection makefile for: crashecho
|
||||||
|
# Date created: 15 November 2002
|
||||||
|
# Whom: CyrilM <cyrilm@tower.pp.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= crashecho
|
||||||
|
PORTVERSION= 0.2.14
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://hell.binec.ru/crashecho/
|
||||||
|
|
||||||
|
MAINTAINER= cyrilm@tower.pp.ru
|
||||||
|
COMMENT= An FTN JAM and *.MSG tosser
|
||||||
|
|
||||||
|
LIB_DEPENDS= jam.2:${PORTSDIR}/mail/jamlib
|
||||||
|
|
||||||
|
USE_LIBTOOL=yes
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
|
MAN1= crashecho.1 \
|
||||||
|
crashexport.1 \
|
||||||
|
crashmaint.1 \
|
||||||
|
crashstats.1 \
|
||||||
|
crashwrite.1
|
||||||
|
MAN5= crashecho.conf.5
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${MKDIR} ${PREFIX}/etc/ftn
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/crashecho.conf ${PREFIX}/etc/ftn/crashecho.conf.sample
|
||||||
|
.include <bsd.port.mk>
|
1
mail/crashecho/distinfo
Normal file
1
mail/crashecho/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (crashecho-0.2.14.tar.gz) = c1df52abdef84d28cdfe46b5feeaa77c
|
4
mail/crashecho/pkg-descr
Normal file
4
mail/crashecho/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
CrashEcho is a successor of a CrashMail II tosser originally written
|
||||||
|
by Johan Billing.
|
||||||
|
|
||||||
|
WWW: http://hell.binec.ru/crashecho
|
10
mail/crashecho/pkg-plist
Normal file
10
mail/crashecho/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
bin/crashecho
|
||||||
|
bin/crashexport
|
||||||
|
bin/crashstats
|
||||||
|
bin/crashwrite
|
||||||
|
bin/crashmaint
|
||||||
|
bin/crashconvdupebase
|
||||||
|
etc/ftn/crashecho.conf.sample
|
||||||
|
share/crashecho/AreafixHelp.txt
|
||||||
|
@dirrm etc/ftn
|
||||||
|
@dirrm share/crashecho
|
Loading…
Add table
Reference in a new issue