new port: mail/mls
mls is that basic mbox number-crunching software to extract juicy stats about those packs of emails you have gathered from mailing lists... PR: ports/51264 Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
This commit is contained in:
parent
1ca8b4795e
commit
235efa454d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90620
6 changed files with 69 additions and 0 deletions
|
@ -159,6 +159,7 @@
|
|||
SUBDIR += mini_sendmail
|
||||
SUBDIR += minimalist
|
||||
SUBDIR += ml
|
||||
SUBDIR += mls
|
||||
SUBDIR += mmc
|
||||
SUBDIR += mmr
|
||||
SUBDIR += movemail
|
||||
|
|
24
mail/mls/Makefile
Normal file
24
mail/mls/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: mls
|
||||
# Date created: 21 apr 2003
|
||||
# Whom: The Anarcat <anarcat@anarcat.ath.cx>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mls
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://marki.host.sk/MLS/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= anarcat@anarcat.ath.cx
|
||||
COMMENT= Program for generating various statistics on emails
|
||||
|
||||
MAN1= mls.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
MAKE_ARGS+= DESTDIR=${PREFIX}
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= mls
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/mls/distinfo
Normal file
1
mail/mls/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mls-1.2.2.tgz) = cee1c0f0c7411271df88e83682ef4684
|
29
mail/mls/files/patch-Makefile
Normal file
29
mail/mls/files/patch-Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
--- Makefile.orig Sat Feb 15 05:16:21 2003
|
||||
+++ Makefile Mon Apr 21 23:18:27 2003
|
||||
@@ -5,13 +5,13 @@
|
||||
|
||||
# -m386 (486,pentium,pentiumpro)
|
||||
#OPTIMIZE=-O7 -mpentiumpro
|
||||
-OPTIMIZE=-O3
|
||||
+#OPTIMIZE=-O3
|
||||
|
||||
# debug symbols will be stripped anyway during 'make install'
|
||||
DEBUG=-g
|
||||
|
||||
#### DON'T CHANGE ANYTHING BELOW ####
|
||||
-DESTDIR=/usr/local
|
||||
+DESTDIR?=/usr/local
|
||||
CFLAGS=-Wall $(OPTIMIZE) $(DEBUG)
|
||||
LIBS=-lm
|
||||
CC=gcc
|
||||
@@ -31,8 +31,8 @@
|
||||
$(CC) $(CFLAGS) -c mls_text.c -o mls_text.o
|
||||
|
||||
install: mls
|
||||
- install -m 755 -g root -o root -s mls $(DESTDIR)/bin
|
||||
- install -m 644 -g root -o root mls.1 $(DESTDIR)/man/man1
|
||||
+ install -m 755 -g wheel -o root -s mls $(DESTDIR)/bin
|
||||
+ install -m 644 -g wheel -o root mls.1 $(DESTDIR)/man/man1
|
||||
gzip -9f $(DESTDIR)/man/man1/mls.1
|
||||
@echo "**************************************************************"
|
||||
@echo "*** To use HTML feature or PHP wrapper, copy contents of ***"
|
13
mail/mls/pkg-descr
Normal file
13
mail/mls/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
mls will read mailbox file in MBOX format and display various
|
||||
statistical data about it. You can specify input and ouput files (can
|
||||
be stdin/stdout), language used for output (in this version
|
||||
Slovak/English/Italian/Francais/Deutsch/Spanish/Serbian), error and
|
||||
diagnostic msgs are always printed in english. You can also specify
|
||||
text which will be displayed instead of standart title in output (can
|
||||
be used for automatic mailing of produced output).
|
||||
|
||||
It also supports cache file for faster re-generation of stats from the
|
||||
same input file. It is useful when you want to show statistics on web
|
||||
- you can use HTML output & PHP wrapper.
|
||||
|
||||
WWW: http://marki.host.sk/MLS/
|
1
mail/mls/pkg-plist
Normal file
1
mail/mls/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/mls
|
Loading…
Reference in a new issue