adcomplain port
This commit is contained in:
parent
bcd0af4942
commit
c2eae13c42
27
mail/adcomplain/Makefile
Normal file
27
mail/adcomplain/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# OpenBSD makefile for: adcomplain
|
||||
# http://www.rdrop.com/users/billmc/adcomplain.html
|
||||
# Version required: 2.78
|
||||
# Date created: May 16 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 03:53:27 angelos Exp $
|
||||
#
|
||||
|
||||
DISTNAME= adcomplain-2.78
|
||||
CATEGORIES= mail news
|
||||
MASTER_SITES= http://www.rdrop.com/users/billmc/
|
||||
DISTFILES= adcomplain.pl.uu
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
EXTRACT_CMD= /usr/bin/uudecode
|
||||
EXTRACT_BEFORE_ARGS= <
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_CONFIGURE= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; \
|
||||
${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/adcomplain/files/md5
Normal file
1
mail/adcomplain/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (adcomplain.pl.uu) = b48fff29926990f0b0b990a161829c74
|
16
mail/adcomplain/patches/patch-aa
Normal file
16
mail/adcomplain/patches/patch-aa
Normal file
@ -0,0 +1,16 @@
|
||||
*** adcomplain.pl.orig Sat May 16 23:52:32 1998
|
||||
--- adcomplain.pl Sat May 16 23:52:53 1998
|
||||
***************
|
||||
*** 1,7 ****
|
||||
! #! /bin/sh -- # -*- perl -*-
|
||||
! # first line invokes sh. Some systems may need to refer to perl directly, i.e.:
|
||||
!
|
||||
! #! /bin/perl
|
||||
|
||||
# But the first way is preferable, because we have a trick (below) that
|
||||
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|
||||
--- 1,4 ----
|
||||
! #! /usr/bin/perl
|
||||
|
||||
# But the first way is preferable, because we have a trick (below) that
|
||||
# allows perl to be _anywhere_ in the user's path. The intent is to reduce
|
1
mail/adcomplain/pkg/COMMENT
Normal file
1
mail/adcomplain/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
complain about inappropriate commercial use (f.e. SPAM) of usenet/e-mail
|
14
mail/adcomplain/pkg/DESCR
Normal file
14
mail/adcomplain/pkg/DESCR
Normal file
@ -0,0 +1,14 @@
|
||||
Composes and mails a complaint about inappropriate commercial use of
|
||||
usenet/e-mail. Sends complaint his/her provider by default, but
|
||||
destination is configurable. Can be used with as few as three keystrokes.
|
||||
|
||||
A third-party forwarding service called Abuse.net is used for
|
||||
complaints to the offender's provider. This ensures that the best
|
||||
known complaint address is used. The first time you use Abuse.net,
|
||||
you will receive a message asking you to register. See www.abuse.net.
|
||||
|
||||
This was created in the belief that a single, concise message is the
|
||||
most appropriate way to complain. Mail bombing (e-mailing megabytes
|
||||
of useless data) and public flaming (replying on usenet, causing your
|
||||
complaint to be duplicated on every machine in the network) are
|
||||
discouraged.
|
1
mail/adcomplain/pkg/PLIST
Normal file
1
mail/adcomplain/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
||||
bin/adcomplain
|
Loading…
Reference in New Issue
Block a user