summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-30 11:38:50 +0000
committerijliao <ijliao@FreeBSD.org>2001-05-30 11:38:50 +0000
commit60acc6bb1b816beea1b603eef93cc9733aee5d61 (patch)
tree0e5d9bafc5afc9c1f5310021d9c17878b7fa381c
parent2135835f0aaaf7a55a86106a293285ea17f3e22b (diff)
downloadFreeBSD-ports-60acc6bb1b816beea1b603eef93cc9733aee5d61.zip
FreeBSD-ports-60acc6bb1b816beea1b603eef93cc9733aee5d61.tar.gz
add p5-XPC
XML Procedure Call (XPC)
-rw-r--r--net/Makefile1
-rw-r--r--net/p5-XPC/Makefile27
-rw-r--r--net/p5-XPC/distinfo1
-rw-r--r--net/p5-XPC/pkg-comment1
-rw-r--r--net/p5-XPC/pkg-descr3
-rw-r--r--net/p5-XPC/pkg-plist7
6 files changed, 40 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 45794bf..7920681 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -267,6 +267,7 @@
SUBDIR += p5-Socks
SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += p5-URI
+ SUBDIR += p5-XPC
SUBDIR += p5-perl-ldap
SUBDIR += pathchar
SUBDIR += pchar
diff --git a/net/p5-XPC/Makefile b/net/p5-XPC/Makefile
new file mode 100644
index 0000000..d71b793
--- /dev/null
+++ b/net/p5-XPC/Makefile
@@ -0,0 +1,27 @@
+# ex:ts=8
+# New ports collection makefile for: p5-XPC
+# Date created: May 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= XPC
+PORTVERSION= 0.2
+CATEGORIES= net perl5
+MASTER_SITES= http://www.focusresearch.com/gregor/sw/XPC/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Daemon.pm:${PORTSDIR}/www/p5-libwww \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= XPC.3 XPC::Agent.3 XPC::Daemon.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-XPC/distinfo b/net/p5-XPC/distinfo
new file mode 100644
index 0000000..7f28501
--- /dev/null
+++ b/net/p5-XPC/distinfo
@@ -0,0 +1 @@
+MD5 (XPC-0.2.tar.gz) = 8ba1fa7b7c13c08eae5a3f633d53ab68
diff --git a/net/p5-XPC/pkg-comment b/net/p5-XPC/pkg-comment
new file mode 100644
index 0000000..32ac85e
--- /dev/null
+++ b/net/p5-XPC/pkg-comment
@@ -0,0 +1 @@
+XML Procedure Call (XPC)
diff --git a/net/p5-XPC/pkg-descr b/net/p5-XPC/pkg-descr
new file mode 100644
index 0000000..c57b98a
--- /dev/null
+++ b/net/p5-XPC/pkg-descr
@@ -0,0 +1,3 @@
+This class represents an XPC request or response.
+
+WWW: http://www.focusresearch.com/gregor/sw/XPC/
diff --git a/net/p5-XPC/pkg-plist b/net/p5-XPC/pkg-plist
new file mode 100644
index 0000000..90afb3f
--- /dev/null
+++ b/net/p5-XPC/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/XPC.pm
+lib/perl5/site_perl/%%PERL_VER%%/XPC/Agent.pm
+lib/perl5/site_perl/%%PERL_VER%%/XPC/Daemon.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/XPC
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XPC/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XPC
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto
OpenPOWER on IntegriCloud