diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-02-27 22:39:42 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-27 22:39:42 +0000 |
commit | 529cd25c5bf843e32a0c374136b6391a07754c36 (patch) | |
tree | 321a18f22d2e084fcc85abde8ee57360a4694e51 /net-p2p | |
parent | 46c9bf609d2cffcd18fd806ac503b7fff305bb92 (diff) | |
download | ports-529cd25c5bf843e32a0c374136b6391a07754c36.tar.gz ports-529cd25c5bf843e32a0c374136b6391a07754c36.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/microdc2/Makefile | 38 | ||||
-rw-r--r-- | net-p2p/microdc2/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/microdc2/files/patch-ab | 16 | ||||
-rw-r--r-- | net-p2p/microdc2/files/patch-lib-Makefile.in | 11 | ||||
-rw-r--r-- | net-p2p/microdc2/files/patch-no-man | 11 | ||||
-rw-r--r-- | net-p2p/microdc2/pkg-descr | 7 | ||||
-rw-r--r-- | net-p2p/microdc2/pkg-plist | 4 |
8 files changed, 0 insertions, 90 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 5a08e6372fd3..85a6d2019f37 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -55,7 +55,6 @@ SUBDIR += litecoin SUBDIR += litecoin-daemon SUBDIR += lopster - SUBDIR += microdc2 SUBDIR += minder SUBDIR += mktorrent SUBDIR += mldonkey diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile deleted file mode 100644 index 7e31a2598138..000000000000 --- a/net-p2p/microdc2/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Pankov Pavel <pankov_p@mail.ru> -# $FreeBSD$ - -PORTNAME= microdc2 -PORTVERSION= 0.15.6 -PORTREVISION= 4 -CATEGORIES= net-p2p -MASTER_SITES= http://corsair626.no-ip.org/microdc/ \ - http://corsair626.no-ip.org/microdc/archive/ - -MAINTAINER= pankov_p@mail.ru -COMMENT= Command-line based Direct Connect client - -CONFLICTS= tthsum-[0-9]* - -BROKEN= Does not link -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2014-02-27 - -GNU_CONFIGURE= yes -USES= iconv -USE_GNOME= libxml2 - -NO_STAGE= yes - -OPTIONS_DEFINE= NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/microdc2/distinfo b/net-p2p/microdc2/distinfo deleted file mode 100644 index 552b1bac1796..000000000000 --- a/net-p2p/microdc2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (microdc2-0.15.6.tar.gz) = d1990eb1aa52115c649466011c8163e454272250b041e480f0a521212c04bc49 -SIZE (microdc2-0.15.6.tar.gz) = 639392 diff --git a/net-p2p/microdc2/files/patch-ab b/net-p2p/microdc2/files/patch-ab deleted file mode 100644 index 1173f7689e13..000000000000 --- a/net-p2p/microdc2/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2008/10/02 16:34:18 joerg Exp $ - ---- configure.orig 2006-12-24 18:45:07.000000000 +0000 -+++ configure -@@ -21508,7 +21508,10 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - fi -- if test $LIBXML2_VERSION -ge 2616; then -+ good_libxml2=no -+ case "$LIBXML2_VERSION" in 27*) good_libxml2=yes;; esac -+ test $LIBXML2_VERSION -ge 2616 && good_libxml2=yes -+ if test $good_libxml2 = yes; then - cat >>confdefs.h <<\_ACEOF - #define HAVE_LIBXML2 1 - _ACEOF diff --git a/net-p2p/microdc2/files/patch-lib-Makefile.in b/net-p2p/microdc2/files/patch-lib-Makefile.in deleted file mode 100644 index 57b9cb82fc8b..000000000000 --- a/net-p2p/microdc2/files/patch-lib-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig 2008-02-28 00:04:17.000000000 +0100 -+++ lib/Makefile.in 2008-02-28 00:04:52.000000000 +0100 -@@ -259,7 +259,7 @@ - version-etc.h version-etc.c xalloc-die.c xgethostname.h \ - xgethostname.c xsize.h xstrndup.h xstrndup.c xstrtoumax.c \ - xvasprintf.h xvasprintf.c xasprintf.c --libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ $(LTLIBICONV) -+libgnu_a_LIBADD = @LIBOBJS@ @ALLOCA@ - EXTRA_DIST = alloca_.h fnmatch_.h fnmatch_loop.c getopt_.h \ - getopt_int.h stdbool_.h stdint_.h - BUILT_SOURCES = $(ALLOCA_H) $(FNMATCH_H) $(GETOPT_H) $(STDBOOL_H) \ diff --git a/net-p2p/microdc2/files/patch-no-man b/net-p2p/microdc2/files/patch-no-man deleted file mode 100644 index 8e0a31327f94..000000000000 --- a/net-p2p/microdc2/files/patch-no-man +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Wed Nov 29 21:15:24 2006 -+++ src/Makefile.in Sun Dec 3 14:11:19 2006 -@@ -695,7 +695,7 @@ - - install-info: install-info-recursive - --install-man: install-man1 -+install-man: - - installcheck-am: - diff --git a/net-p2p/microdc2/pkg-descr b/net-p2p/microdc2/pkg-descr deleted file mode 100644 index f153e216de8f..000000000000 --- a/net-p2p/microdc2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -microdc is a command-line based Direct Connect client that uses the -GNU Readline library for user interaction. It was developed from -ground up and does not depend on any other program. Despite the -command-line user interface, microdc was designed to be user -friendly and simple to use. - -WWW: http://corsair626.no-ip.org/microdc/ diff --git a/net-p2p/microdc2/pkg-plist b/net-p2p/microdc2/pkg-plist deleted file mode 100644 index 0294f1d3ca2b..000000000000 --- a/net-p2p/microdc2/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/microdc2 -bin/tthsum -%%NLS%%share/locale/pl/LC_MESSAGES/microdc2.mo -%%NLS%%share/locale/sv/LC_MESSAGES/microdc2.mo |