head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.02.16.01.37;	author pawel;	state dead;
branches;
next	1.2;

1.2
date	2003.05.05.10.28.32;	author sumikawa;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.19.21.37.11;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.3
log
@SVN rev 306866 on 2012-11-02 16:01:37Z by pawel

- Update MASTER_SITES and WWW: line
- Add LICENSE
- Switch to PLIST_FILES

PR:		ports/172250
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
Feature safe:	yes
@
text
@--- src/smtpscan.orig  Sun May  4 23:42:44 2003
+++ src/smtpscan       Sun May  4 23:44:07 2003
@@@@ -1,4 +1,4 @@@@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 #
 # Author : Julien Bordet <zejames@@greyhats.org>
 # Copyright (C) 2002-2003 Julien Bordet
@


1.2
log
@Upgrade to 4.0
@
text
@@


1.1
log
@Add smtpscan 0.3.1, a remote SMTP server version detector.

PR:		46221
Submitted by:	Hubert Tournier <hubert@@frbsd.org>
@
text
@d1 2
a2 2
--- src/smtpscan.orig	Fri Nov 22 10:23:22 2002
+++ src/smtpscan	Fri Nov 22 10:23:09 2002
d8 1
a8 28
 # Copyright (C) 2002 Julien Bordet
@@@@ -9,7 +9,7 @@@@
 #
 
 use strict;
-use Getopt::Long qw /:config no_ignore_case/;
+use Getopt::Long;
 use IO::Socket::INET;
 use File::Basename;
 use Net::DNS;
@@@@ -28,7 +28,7 @@@@
 # Global variables
 #
 
-$VERSION        = '0.3';
+$VERSION        = '0.3.1';
 
 $LOCAL_SHARE    = '/usr/local/share';
 $INVALID_SOURCE = 'impossibleaddress@@thisdomaindoesnotandmustnotexists.com';
@@@@ -34,6 +34,8 @@@@
 $INVALID_SOURCE = 'impossibleaddress@@thisdomaindoesnotandmustnotexists.com';
 $MY_DOMAIN      = 'test.com';
 $VALID_SOURCE   = 'test@@yahoo.com';
+
+Getopt::Long::Configure("no_ignore_case");
 
 $| = 1;
 #
@

