diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/libphish/Makefile | 36 | ||||
-rw-r--r-- | devel/libphish/distinfo | 2 | ||||
-rw-r--r-- | devel/libphish/files/patch-src-phish_opdb_server.c | 10 | ||||
-rw-r--r-- | devel/libphish/files/patch-src-phish_util_net.c | 20 | ||||
-rw-r--r-- | devel/libphish/pkg-descr | 15 | ||||
-rw-r--r-- | devel/libphish/pkg-plist | 6 | ||||
-rw-r--r-- | devel/rubygem-debugger/Makefile | 36 | ||||
-rw-r--r-- | devel/rubygem-debugger/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb | 21 | ||||
-rw-r--r-- | devel/rubygem-debugger/files/patch-gemspec | 10 | ||||
-rw-r--r-- | devel/rubygem-debugger/pkg-descr | 6 |
12 files changed, 0 insertions, 166 deletions
diff --git a/devel/Makefile b/devel/Makefile index cad766b770b7..ec9fecee9cd5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1265,7 +1265,6 @@ SUBDIR += libpeak SUBDIR += libpeas SUBDIR += libpff - SUBDIR += libphish SUBDIR += libphk SUBDIR += libphutil SUBDIR += libplist @@ -4702,7 +4701,6 @@ SUBDIR += rubygem-daemon_controller SUBDIR += rubygem-daemons SUBDIR += rubygem-debug_inspector - SUBDIR += rubygem-debugger SUBDIR += rubygem-debugger-linecache SUBDIR += rubygem-debugger-xml SUBDIR += rubygem-deep_merge diff --git a/devel/libphish/Makefile b/devel/libphish/Makefile deleted file mode 100644 index ddc9373a0d20..000000000000 --- a/devel/libphish/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Rashid N. Achilov <shelton@granch.ru> -# $FreeBSD$ - -PORTNAME= libphish -PORTVERSION= 0.1.0 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= http://download.berlios.de/opdb/ \ - http://download2.berlios.de/opdb/ \ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Cross-platform library to interact with the Open Phishing Database - -BUILD_DEPENDS= xmlwf:${PORTSDIR}/textproc/expat2 - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-10-31 - -USES= tar:bzip2 libtool -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes - -CPPFLAGS+= -I${LOCALBASE}/include -DFreeBSD -LDFLAGS+= -L${LOCALBASE}/lib - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/devel/libphish/distinfo b/devel/libphish/distinfo deleted file mode 100644 index 14a356d14091..000000000000 --- a/devel/libphish/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libphish-0.1.0.tar.bz2) = a369769c73fde9bd908159f9b638580a50ef7c30850b4de9d476a3c4d2e76811 -SIZE (libphish-0.1.0.tar.bz2) = 246336 diff --git a/devel/libphish/files/patch-src-phish_opdb_server.c b/devel/libphish/files/patch-src-phish_opdb_server.c deleted file mode 100644 index 30053756e20e..000000000000 --- a/devel/libphish/files/patch-src-phish_opdb_server.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/phish_opdb_server.c.orig Sun Mar 19 11:40:55 2006 -+++ src/phish_opdb_server.c Mon Jun 5 13:33:51 2006 -@@ -21,6 +21,7 @@ - #define close closesocket - #include <winsock2.h> - #else -+#include <sys/types.h> - #include <sys/socket.h> - #include <unistd.h> - #endif diff --git a/devel/libphish/files/patch-src-phish_util_net.c b/devel/libphish/files/patch-src-phish_util_net.c deleted file mode 100644 index ba3c6ccbfd7d..000000000000 --- a/devel/libphish/files/patch-src-phish_util_net.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/phish_util_net.c.orig Mon Mar 20 09:54:25 2006 -+++ src/phish_util_net.c Mon Jun 5 13:40:14 2006 -@@ -30,6 +30,8 @@ -+#include <sys/types.h> -+#include <sys/socket.h> - #include <netdb.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #endif - - #include "phish.h" -@@ -72,7 +74,7 @@ - h->ent = NULL; - h->buf = NULL; - --#ifdef WIN32 -+#if defined(WIN32) || defined(FreeBSD) - - h->ent = gethostbyname(name); - diff --git a/devel/libphish/pkg-descr b/devel/libphish/pkg-descr deleted file mode 100644 index a546de7bbd4a..000000000000 --- a/devel/libphish/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Open Phishing Database project is an effort to create and -maintain and open database of phishing sites, in addition to -providing browser extensions which utilise this database in -order to provide users with a safer browsing experience. - -libphish is a cross-platform library to interact with the Open -Phishing Database, in order to provide a consistent API which -browsers and other programs can use to verify the safety and -risk level of URLs. - -Another part of OPDB is a Konqueror Anti-Phishing toolbar -(see www/karpion port) and FirePhish - a Firefox Anti-Phishing -toolbar. - -WWW: http://opdb.berlios.de/ diff --git a/devel/libphish/pkg-plist b/devel/libphish/pkg-plist deleted file mode 100644 index f20fc10c0b6d..000000000000 --- a/devel/libphish/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/libphish-config -include/phish.h -lib/libphish.a -lib/libphish.so -lib/libphish.so.0 -lib/libphish.so.0.1.0 diff --git a/devel/rubygem-debugger/Makefile b/devel/rubygem-debugger/Makefile deleted file mode 100644 index ba4e4edd9e12..000000000000 --- a/devel/rubygem-debugger/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru> -# $FreeBSD$ - -PORTNAME= debugger -PORTVERSION= 1.6.2 -CATEGORIES= devel rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Fast implementation of the standard Ruby debugger - -LICENSE= BSD2CLAUSE - -FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch -RUN_DEPENDS= rubygem-columnize>=0.3.1:${PORTSDIR}/devel/rubygem-columnize \ - rubygem-debugger-linecache>=1.2.0:${PORTSDIR}/devel/rubygem-debugger-linecache - -BROKEN_RUBY21= yes -BROKEN_RUBY22= yes -DEPRECATED= This port is for Ruby 1.9 only. Upstream stopped maintenance. -EXPIRATION_DATE=2015-10-31 - -CONFIGURE_ARGS= --with-ruby-include=${WRKDIR}/ruby -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -PLIST_FILES= bin/rdebug man/man1/rdebug.1.gz - -post-extract: - @${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby - -post-install: - ${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/devel/rubygem-debugger/distinfo b/devel/rubygem-debugger/distinfo deleted file mode 100644 index bf173d70054d..000000000000 --- a/devel/rubygem-debugger/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/debugger-1.6.2.gem) = 4df316df5121b6327b8e79b73da49239e1f036dd2089af18f1919b4d199f2fa1 -SIZE (rubygem/debugger-1.6.2.gem) = 282112 diff --git a/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb b/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb deleted file mode 100644 index 5c32eaac077f..000000000000 --- a/devel/rubygem-debugger/files/patch-ext-ruby_debug-extconf.rb +++ /dev/null @@ -1,21 +0,0 @@ ---- ext/ruby_debug/extconf.rb.orig 2013-07-27 13:58:53.000000000 +0400 -+++ ext/ruby_debug/extconf.rb 2013-07-27 14:01:30.000000000 +0400 -@@ -13,7 +13,6 @@ - end - - require "mkmf" --require "debugger/ruby_core_source" - require 'fileutils' - - if RUBY_VERSION < "1.9" -@@ -84,7 +83,9 @@ - end - - dir_config("ruby") --if !Debugger::RubyCoreSource.create_makefile_with_core(hdrs, "ruby_debug") -+if hdrs.call -+ create_makefile("ruby_debug") -+else - STDERR.print("Makefile creation failed\n") - STDERR.print("*************************************************************\n\n") - STDERR.print(" NOTE: If your headers were not found, try passing\n") diff --git a/devel/rubygem-debugger/files/patch-gemspec b/devel/rubygem-debugger/files/patch-gemspec deleted file mode 100644 index a014d3343bd2..000000000000 --- a/devel/rubygem-debugger/files/patch-gemspec +++ /dev/null @@ -1,10 +0,0 @@ ---- debugger.gemspec.orig 2014-11-29 13:54:11.000000000 +0000 -+++ debugger.gemspec 2014-11-29 13:54:46.000000000 +0000 -@@ -26,7 +26,6 @@ - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<columnize>, [">= 0.3.1"]) -- s.add_runtime_dependency(%q<debugger-ruby_core_source>, ["~> 1.2.3"]) - s.add_runtime_dependency(%q<debugger-linecache>, ["~> 1.2.0"]) - s.add_development_dependency(%q<rake>, ["~> 0.9.2.2"]) - s.add_development_dependency(%q<rake-compiler>, ["~> 0.8.0"]) diff --git a/devel/rubygem-debugger/pkg-descr b/devel/rubygem-debugger/pkg-descr deleted file mode 100644 index 54dd654d91e7..000000000000 --- a/devel/rubygem-debugger/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -debugger is a fast implementation of the standard Ruby debugger debug.rb. It -is implemented by utilizing a new Ruby C API hook. The core component -provides support that front-ends can build on. It provides breakpoint -handling, bindings for stack frames among other things. - -WWW: http://github.com/cldwalker/debugger |