aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-29 07:45:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-29 07:45:36 +0000
commit25b9e9bf3156ce9239207d44cc1cbeeab5221317 (patch)
treeef11a75ce3015b542bf73748f26d093a9bce5bf0 /net
parent0f46da0c9a5dc3599ff57afbf54b41d459fcaf1e (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/amqp08/Makefile28
-rw-r--r--net/amqp08/distinfo2
-rw-r--r--net/amqp08/pkg-descr9
-rw-r--r--net/amqp08/pkg-plist2
5 files changed, 0 insertions, 42 deletions
diff --git a/net/Makefile b/net/Makefile
index d55a290d9ada..cb871dc24f13 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -15,7 +15,6 @@
SUBDIR += activemq
SUBDIR += acx100
SUBDIR += aget
- SUBDIR += amqp08
SUBDIR += aoe
SUBDIR += apinger
SUBDIR += appkonference
diff --git a/net/amqp08/Makefile b/net/amqp08/Makefile
deleted file mode 100644
index 552f7648c196..000000000000
--- a/net/amqp08/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Bruce Simpson
-# $FreeBSD$
-
-PORTNAME= amqp08
-PORTVERSION= 20090705
-CATEGORIES= net
-MASTER_SITES= http://www.amqp.org/confluence/download/attachments/720900/
-DISTNAME= amqp0-8.xml
-EXTRACT_SUFX=
-DIST_SUBDIR= amqp
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-29
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Vendor neutral AMQP 0.8 XML specification
-
-NO_BUILD= defined
-
-do-extract:
- @${MKDIR} ${WRKSRC}
-
-do-install:
- @${MKDIR} ${PREFIX}/share/amqp
- @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
- ${PREFIX}/share/amqp
-
-.include <bsd.port.mk>
diff --git a/net/amqp08/distinfo b/net/amqp08/distinfo
deleted file mode 100644
index 684a3bab2c4c..000000000000
--- a/net/amqp08/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (amqp/amqp0-8.xml) = 7e4af9b6b398503db1158419e6c7afecd5b90b5b894c81c329c214d919006f65
-SIZE (amqp/amqp0-8.xml) = 145900
diff --git a/net/amqp08/pkg-descr b/net/amqp08/pkg-descr
deleted file mode 100644
index a8db8501de9e..000000000000
--- a/net/amqp08/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a simple stub port which provides the AMQP 0.8 XML schema.
-
-It is required by many AMQP applications, and installs it in a fairly
-well defined central location on a FreeBSD host, that is,
-${PREFIX}/share/amqp/amqp0-8.xml.
-
-Note that AMQP specifications are hard versioned.
-
-WWW: http://www.amqp.org/
diff --git a/net/amqp08/pkg-plist b/net/amqp08/pkg-plist
deleted file mode 100644
index 1d0a88a73307..000000000000
--- a/net/amqp08/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-share/amqp/amqp0-8.xml
-@unexec rmdir %D/share/amqp 2>/dev/null || true