forked from Lainports/freebsd-ports
Add a stub port to install the vendor-neutral
AMQP 0.8 XML specification in a fairly central place. This is hard versioned like the autotools ports.
This commit is contained in:
parent
a07ff0d0a9
commit
4f013d0fa9
5 changed files with 44 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
SUBDIR += acx100
|
||||
SUBDIR += adasockets
|
||||
SUBDIR += aget
|
||||
SUBDIR += amqp08
|
||||
SUBDIR += apinger
|
||||
SUBDIR += arp-scan
|
||||
SUBDIR += arp-sk
|
||||
|
|
|
|||
29
net/amqp08/Makefile
Normal file
29
net/amqp08/Makefile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: amqp08
|
||||
# Date Created: 2009-07-05
|
||||
# Whom: Bruce Simpson
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= amqp08
|
||||
PORTVERSION= 20090705
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://jira.amqp.org/confluence/download/attachments/720900/
|
||||
DISTNAME= amqp0-8.xml
|
||||
EXTRACT_SUFX=
|
||||
DIST_SUBDIR= amqp
|
||||
|
||||
MAINTAINER= bms@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>
|
||||
3
net/amqp08/distinfo
Normal file
3
net/amqp08/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (amqp/amqp0-8.xml) = 45110aa4637295861d34bebb802ef74b
|
||||
SHA256 (amqp/amqp0-8.xml) = 7e4af9b6b398503db1158419e6c7afecd5b90b5b894c81c329c214d919006f65
|
||||
SIZE (amqp/amqp0-8.xml) = 145900
|
||||
9
net/amqp08/pkg-descr
Normal file
9
net/amqp08/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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/
|
||||
2
net/amqp08/pkg-plist
Normal file
2
net/amqp08/pkg-plist
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
share/amqp/amqp0-8.xml
|
||||
@unexec rmdir %D/share/amqp 2>/dev/null || true
|
||||
Loading…
Add table
Reference in a new issue