summaryrefslogtreecommitdiff
path: root/devel/mq4cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mq4cpp')
-rw-r--r--devel/mq4cpp/Makefile24
-rw-r--r--devel/mq4cpp/distinfo2
-rw-r--r--devel/mq4cpp/files/patch-Makefile.in11
-rw-r--r--devel/mq4cpp/files/patch-include_Socket.h11
-rw-r--r--devel/mq4cpp/files/patch-include_Trace.h11
-rw-r--r--devel/mq4cpp/pkg-descr5
-rw-r--r--devel/mq4cpp/pkg-plist39
7 files changed, 0 insertions, 103 deletions
diff --git a/devel/mq4cpp/Makefile b/devel/mq4cpp/Makefile
deleted file mode 100644
index 95edc229f71d..000000000000
--- a/devel/mq4cpp/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: vanilla
-# $FreeBSD$
-
-PORTNAME= mq4cpp
-PORTVERSION= 1.16
-PORTREVISION= 3
-CATEGORIES= devel
-MASTER_SITES= http://www.sixtyfourbit.org/Download/
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= Message Queuing for C++
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-OPTIONS_DEFINE= DOCS
-
-USE_LDCONFIG= yes
-USES= dos2unix libtool pathfix pkgconfig tar:bzip2
-GNU_CONFIGURE= yes
-USE_CXXSTD= c++98
-
-.include <bsd.port.mk>
diff --git a/devel/mq4cpp/distinfo b/devel/mq4cpp/distinfo
deleted file mode 100644
index 168cf277180c..000000000000
--- a/devel/mq4cpp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mq4cpp-1.16.tar.bz2) = 845374440badc5f018b37ff496ddcac544a9ba9d782083e6e4a8e05e4e0c1cab
-SIZE (mq4cpp-1.16.tar.bz2) = 1863775
diff --git a/devel/mq4cpp/files/patch-Makefile.in b/devel/mq4cpp/files/patch-Makefile.in
deleted file mode 100644
index 0713fbf938b0..000000000000
--- a/devel/mq4cpp/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Jan 4 15:55:59 2007
-+++ Makefile.in Thu Jan 4 15:56:07 2007
-@@ -213,7 +213,7 @@
- pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = $(GENERIC_LIBRARY_NAME).pc
- doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README LICENSE TODO
--docdir = $(datadir)/doc
-+docdir = $(datadir)/doc/mq4cpp
- all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
diff --git a/devel/mq4cpp/files/patch-include_Socket.h b/devel/mq4cpp/files/patch-include_Socket.h
deleted file mode 100644
index 233edf768f33..000000000000
--- a/devel/mq4cpp/files/patch-include_Socket.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/Socket.h.orig 2013-09-14 18:46:04.000000000 +0800
-+++ include/Socket.h 2013-09-14 18:46:17.000000000 +0800
-@@ -30,6 +30,8 @@
- #else
- #include <netinet/in.h>
- #include <sys/socket.h>
-+#include <sys/select.h>
-+#include <unistd.h>
- typedef int SOCKET;
- #endif
-
diff --git a/devel/mq4cpp/files/patch-include_Trace.h b/devel/mq4cpp/files/patch-include_Trace.h
deleted file mode 100644
index b28477600f8a..000000000000
--- a/devel/mq4cpp/files/patch-include_Trace.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/Trace.h.orig 2013-09-14 18:46:21.000000000 +0800
-+++ include/Trace.h 2013-09-14 18:46:41.000000000 +0800
-@@ -92,7 +92,7 @@ class DebugStream : public ostream
- }
- #else
- #define TRACE(a) \
-- cout << __FILE__ << "(" << __LINE__ << ") #" << (int)pthread_self() << ": " << a << endl;
-+ cout << __FILE__ << "(" << __LINE__ << ") #" << pthread_self() << ": " << a << endl;
- #endif
- #else
- #define TRACE(a) ;
diff --git a/devel/mq4cpp/pkg-descr b/devel/mq4cpp/pkg-descr
deleted file mode 100644
index 824416af3818..000000000000
--- a/devel/mq4cpp/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-MQ4CPP, or "Message Queuing for C++", is an open source implementation of
-enterprise messaging system, also referred to as message-oriented
-middleware (MOM).
-
-WWW: http://www.sixtyfourbit.org/mq4cpp.htm
diff --git a/devel/mq4cpp/pkg-plist b/devel/mq4cpp/pkg-plist
deleted file mode 100644
index 32ed01f6c45a..000000000000
--- a/devel/mq4cpp/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-include/mq4cpp/Compression.h
-include/mq4cpp/Encription.h
-include/mq4cpp/Exception.h
-include/mq4cpp/FileSystem.h
-include/mq4cpp/FileTransfer.h
-include/mq4cpp/GarbageCollector.h
-include/mq4cpp/GeneralHashFunctions.h
-include/mq4cpp/LinkedList.h
-include/mq4cpp/LockManager.h
-include/mq4cpp/Logger.h
-include/mq4cpp/MemoryChannel.h
-include/mq4cpp/MergeSort.h
-include/mq4cpp/MessageProxy.h
-include/mq4cpp/MessageQueue.h
-include/mq4cpp/Properties.h
-include/mq4cpp/Registry.h
-include/mq4cpp/RequestReply.h
-include/mq4cpp/Router.h
-include/mq4cpp/Session.h
-include/mq4cpp/Socket.h
-include/mq4cpp/StoreForward.h
-include/mq4cpp/Thread.h
-include/mq4cpp/Timer.h
-include/mq4cpp/Trace.h
-include/mq4cpp/Vector.h
-include/mq4cpp/rijndael.h
-lib/libmq4cpp.a
-lib/libmq4cpp.so
-lib/libmq4cpp.so.1
-lib/libmq4cpp.so.1.16.0
-libdata/pkgconfig/mq4cpp.pc
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO