summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-Filesys-SmbClient/Makefile32
-rw-r--r--net/p5-Filesys-SmbClient/distinfo2
-rw-r--r--net/p5-Filesys-SmbClient/files/patch-Makefile.PL45
-rw-r--r--net/p5-Filesys-SmbClient/pkg-descr7
-rw-r--r--net/p5-Filesys-SmbClient/pkg-plist4
6 files changed, 0 insertions, 91 deletions
diff --git a/net/Makefile b/net/Makefile
index 307708e70e81..0fe98cd59b86 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -556,7 +556,6 @@
SUBDIR += p5-Event-tcp
SUBDIR += p5-File-Rsync
SUBDIR += p5-File-RsyncP
- SUBDIR += p5-Filesys-SmbClient
SUBDIR += p5-Frontier-RPC
SUBDIR += p5-Geo-IP
SUBDIR += p5-Geo-IP-PurePerl
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile
deleted file mode 100644
index bd1c04997277..000000000000
--- a/net/p5-Filesys-SmbClient/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Erwin Lansing <erwin@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= Filesys-SmbClient
-PORTVERSION= 3.2
-PORTREVISION= 2
-CATEGORIES= net perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= Interface for access Samba filesystem with libsmclient.so
-
-BROKEN= no member named close in struct _SMBCCTX
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2017-11-09
-
-BUILD_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple
-
-USES= perl5 samba:lib
-USE_PERL5= configure
-
-post-patch:
- @${REINPLACE_CMD} -i '' -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \
- -e 's!%%SAMBAINCLUDES%%!${SAMBAINCLUDES}!g' \
- -e 's!%%SAMBALIBS%%!${SAMBALIBS}!g' \
- ${WRKSRC}/Makefile.PL
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so
-
-.include <bsd.port.mk>
diff --git a/net/p5-Filesys-SmbClient/distinfo b/net/p5-Filesys-SmbClient/distinfo
deleted file mode 100644
index 71994a4f6e6d..000000000000
--- a/net/p5-Filesys-SmbClient/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Filesys-SmbClient-3.2.tar.gz) = a9f2f3d4675de76f9dcae2be40bda93495cd5fafb1bb6326d71833cea451bc6e
-SIZE (Filesys-SmbClient-3.2.tar.gz) = 52010
diff --git a/net/p5-Filesys-SmbClient/files/patch-Makefile.PL b/net/p5-Filesys-SmbClient/files/patch-Makefile.PL
deleted file mode 100644
index 83968e5fc36c..000000000000
--- a/net/p5-Filesys-SmbClient/files/patch-Makefile.PL
+++ /dev/null
@@ -1,45 +0,0 @@
---- Makefile.PL.orig 2005-03-03 16:36:04.000000000 +0100
-+++ Makefile.PL 2009-02-16 13:07:09.000000000 +0100
-@@ -5,39 +5,11 @@
- # special flag for AIX
- ($^O =~ m/AIX/i) ? ($ccfl = '-qcpluscmt') : ($ccfl = '');
-
--# path libsmbclient.h
--my $include = try_to_find("libsmbclient.h");
--$include = prompt("Where can I find libsmbclient.h ?", $include);
--warn_user("$include/libsmbclient.h") if (!-r "$include/libsmbclient.h");
--
--# path libsmbclient.so
--my $lib = try_to_find("libsmbclient.so");
--$lib = prompt("Where can I find libsmbclient.so ?",$lib);
--warn_user("libsmbclient.so") if (!-r "$lib/libsmbclient.so");
--
--# tests demande ?
--my $ans =
-- prompt("Do you want make tests ?(you will be prompted for server / \n".
-- "worgroup / share / user / password to make read write access.",
-- "yes");
--if ($ans =~ /^y(es)?$/i)
-- {
-- my $server = prompt("Server ?","localhost");
-- my $share = prompt("Share ?","homes");
-- my $workgroup = prompt("Workgroup/Domain ?","");
-- my $user = prompt("Smb user ?",$ENV{'USER'});
-- my $pass = prompt("Smb password ?");
-- open(FILE,">.c") || warn "Can't create .c for test: $!\n";
-- print FILE $server,"\t",$share,"\t",$workgroup,"\t",$user,"\t",$pass;
-- close FILE;
-- }
--
--# Trace for debug
--$ans = prompt("Compile module with trace to STDERR ?", "no");
--if ($ans =~ /^y(es)?$/i) { $define = "-DVERBOSE"; }
-+my $include = '%%SAMBAINCLUDES%%/';
-+my $lib = '%%SAMBALIBS%%/';
-
- # Create config.h for alloca via configure
--my $prefix = $include;
-+my $prefix = '%%LOCALBASE%%';
- $prefix=$1 = $1 if $include=~m!(.*)include$!;
- system("./configure --with-samba-prefix=$prefix") == 0
- or die "Can't run configure:$!\n";
diff --git a/net/p5-Filesys-SmbClient/pkg-descr b/net/p5-Filesys-SmbClient/pkg-descr
deleted file mode 100644
index e109bcac113c..000000000000
--- a/net/p5-Filesys-SmbClient/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Provide interface to access routine defined
-in libsmbclient.so
-
-If you want to use filehandle with this module,
-you need Perl 5.6 or later.
-
-WWW: http://search.cpan.org/dist/Filesys-SmbClient/
diff --git a/net/p5-Filesys-SmbClient/pkg-plist b/net/p5-Filesys-SmbClient/pkg-plist
deleted file mode 100644
index ba608967cf7a..000000000000
--- a/net/p5-Filesys-SmbClient/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%SITE_ARCH%%/auto/Filesys/SmbClient/SmbClient.so
-%%SITE_ARCH%%/auto/Filesys/SmbClient/autosplit.ix
-%%SITE_ARCH%%/Filesys/SmbClient.pm
-%%PERL5_MAN3%%/Filesys::SmbClient.3.gz