aboutsummaryrefslogtreecommitdiffstats
path: root/net/libconnect
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 06:07:58 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 06:07:58 +0800
commita37e4c42d2579cfc8f81f35e1457aa7092f02b54 (patch)
tree8053f013b8a3c1ad3352c46fc2b2813ae418a4cb /net/libconnect
parent7b7e90d3a78af094982271e19d86116cc90b7e2f (diff)
downloadfreebsd-ports-gnome-a37e4c42d2579cfc8f81f35e1457aa7092f02b54.tar.gz
freebsd-ports-gnome-a37e4c42d2579cfc8f81f35e1457aa7092f02b54.tar.zst
freebsd-ports-gnome-a37e4c42d2579cfc8f81f35e1457aa7092f02b54.zip
2012-10-20 net-im/grouch: No more public distfiles
2012-10-20 net-im/firetalk: No more public distfiles 2012-10-20 net/linneighborhood: No more public distfiles 2012-10-20 net/libconnect: No more public distfiles 2012-10-20 multimedia/vcdtools: No more public distfiles 2012-10-20 multimedia/mpeg: No more public distfiles 2012-10-20 multimedia/gnustep-mplayer: No more public distfiles Feature safe: yes
Diffstat (limited to 'net/libconnect')
-rw-r--r--net/libconnect/Makefile37
-rw-r--r--net/libconnect/distinfo2
-rw-r--r--net/libconnect/files/patch-aa11
-rw-r--r--net/libconnect/pkg-descr15
-rw-r--r--net/libconnect/pkg-plist6
5 files changed, 0 insertions, 71 deletions
diff --git a/net/libconnect/Makefile b/net/libconnect/Makefile
deleted file mode 100644
index 12e667d73954..000000000000
--- a/net/libconnect/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Ports collection makefile for: libconnect
-# Date created: Sat Mar 29 2003
-# Whom: Alex Semenyaka <alexs@snark.ratmir.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libconnect
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ \
- ftp://ftp.lucky.net/pub/unix/local/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Tell programs to which IP-address they should bind
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-.if defined(NOPROFILE)
-PLIST_SUB+= NOPROFILE="@comment "
-.else
-PLIST_SUB+= NOPROFILE=""
-.endif
-
-do-install:
- -@${MKDIR} ${PREFIX}/lib
- @${INSTALL_PROGRAM} ${WRKSRC}/libconnect.a ${PREFIX}/lib
-.if !defined(NOPROFILE)
- @${INSTALL_PROGRAM} ${WRKSRC}/libconnect_p.a ${PREFIX}/lib
-.endif
- @${INSTALL_PROGRAM} ${WRKSRC}/libconnect.so.1 ${PREFIX}/lib
- @${LN} -fs libconnect.so.1 ${PREFIX}/lib/libconnect.so
- -@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net/libconnect/distinfo b/net/libconnect/distinfo
deleted file mode 100644
index 33fcd22474f6..000000000000
--- a/net/libconnect/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libconnect-1.0.tar.gz) = c1a777d76c506cd96263f41275fc5a7aa539e53a0e8e7579e51abc1c61e79c0a
-SIZE (libconnect-1.0.tar.gz) = 1702
diff --git a/net/libconnect/files/patch-aa b/net/libconnect/files/patch-aa
deleted file mode 100644
index 4eb109b1ca70..000000000000
--- a/net/libconnect/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- connect.c.old Mon May 22 21:29:23 2000
-+++ connect.c Fri Mar 28 22:32:33 2003
-@@ -32,7 +32,7 @@
- static struct sockaddr_in tobi;
-
- int
--connect(int s, const struct sockaddr* re, int namelen)
-+connect __P((int s, const struct sockaddr *re, socklen_t namelen))
- {
- struct sockaddr_in nm,*remo=(struct sockaddr_in*)re;
- int nml;
diff --git a/net/libconnect/pkg-descr b/net/libconnect/pkg-descr
deleted file mode 100644
index 3dcd2a07d7fc..000000000000
--- a/net/libconnect/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is the shared library which allows change IP-address from which
-will be performing TCP-connection of network applications. This is
-extremely useful when you need to control this but programs you are
-using have no configuration options specifying to which IP-address they
-should bind.
-
-To use this library you need only to set up environment variable CONN_ADDR
-to the IP-address to bind and then use LD_PRELOAD to pre-load this library
-for the application.
-
-Does not work with statically linked programs (there are not too much of
-them hopefully).
-
-FTP: ftp://ftp.lexa.ru/pub/domestic/snar/
- ftp://ftp.lucky.net/pub/unix/local/
diff --git a/net/libconnect/pkg-plist b/net/libconnect/pkg-plist
deleted file mode 100644
index ab36ea1b09aa..000000000000
--- a/net/libconnect/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-lib/libconnect.a
-%%NOPROFILE%%lib/libconnect_p.a
-lib/libconnect.so.1
-lib/libconnect.so
-share/doc/libconnect/readme
-@dirrm share/doc/libconnect