pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
portablexdr: Initial import, v4.9.1
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Sat Aug 7 20:17:01 2021 +0200
Changeset: cb0c83a4d213253e7bf3890caab8c9d9ab69f958
Added Files:
portablexdr/DESCR
portablexdr/Makefile
portablexdr/PLIST
portablexdr/buildlink3.mk
portablexdr/distinfo
Log Message:
portablexdr: Initial import, v4.9.1
XDR (RFC 4506) library for Unix, Linux, Windows and Mac OS X supporting
the functionality required for libvirt and including a free, modern
replacement for rpcgen.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cb0c83a4d213253e7bf3890caab8c9d9ab69f958
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
portablexdr/DESCR | 3 +++
portablexdr/Makefile | 15 +++++++++++++++
portablexdr/PLIST | 6 ++++++
portablexdr/buildlink3.mk | 12 ++++++++++++
portablexdr/distinfo | 6 ++++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/portablexdr/DESCR b/portablexdr/DESCR
new file mode 100644
index 0000000000..d0590eb800
--- /dev/null
+++ b/portablexdr/DESCR
@@ -0,0 +1,3 @@
+XDR (RFC 4506) library for Unix, Linux, Windows and Mac OS X supporting
+the functionality required for libvirt and including a free, modern
+replacement for rpcgen.
diff --git a/portablexdr/Makefile b/portablexdr/Makefile
new file mode 100644
index 0000000000..4ab089d330
--- /dev/null
+++ b/portablexdr/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= portablexdr-4.9.1
+CATEGORIES= devel
+MASTER_SITES= https://people.redhat.com/~rjones/portablexdr/files/
+
+MAINTAINER= sjmulder%NetBSD.org@localhost
+HOMEPAGE= https://people.redhat.com/~rjones/portablexdr/
+COMMENT= XDR library for Unix, Linux, Windows and Mac OS X
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/portablexdr/PLIST b/portablexdr/PLIST
new file mode 100644
index 0000000000..74c03fbc96
--- /dev/null
+++ b/portablexdr/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/portable-rpcgen
+include/rpc/rpc.h
+include/rpc/types.h
+include/rpc/xdr.h
+lib/libportablexdr.la
diff --git a/portablexdr/buildlink3.mk b/portablexdr/buildlink3.mk
new file mode 100644
index 0000000000..7f2b6f90bb
--- /dev/null
+++ b/portablexdr/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= portablexdr
+
+.if !defined(PORTABLEXDR_BUILDLINK3_MK)
+PORTABLEXDR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.portablexdr+= portablexdr>=4.9.1
+BUILDLINK_PKGSRCDIR.portablexdr?= ../../wip/portablexdr
+.endif
+
+BUILDLINK_TREE+= -portablexdr
diff --git a/portablexdr/distinfo b/portablexdr/distinfo
new file mode 100644
index 0000000000..5d95111ac8
--- /dev/null
+++ b/portablexdr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (portablexdr-4.9.1.tar.gz) = 2844eeb384e532e50364133fb42b47dcb140397e
+RMD160 (portablexdr-4.9.1.tar.gz) = 59a977098f5c6b6d090021b4aa64bd89db22d70b
+SHA512 (portablexdr-4.9.1.tar.gz) = 47f2402e7ed9f2f518e2a45e76e8ad6c4b1e7ae1bd9408ca4dca3d0883697e755460ee64eef405e23b1840ad3b89ad54555bdf59dc8bae3cd8b67086d6ab3b1f
+Size (portablexdr-4.9.1.tar.gz) = 354321 bytes
Home |
Main Index |
Thread Index |
Old Index