diff options
author | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
commit | 17834c8df60efbb6bc345839adcc44c99e2c3253 (patch) | |
tree | 92608ad226ab58e0aebccca2b1c17bdb29c46351 /x11/xrx | |
parent | f9da1140c14d59a2dbacc5e5e5b983eb0f63a192 (diff) | |
download | pkgsrc-17834c8df60efbb6bc345839adcc44c99e2c3253.tar.gz |
Adding:
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
Diffstat (limited to 'x11/xrx')
-rw-r--r-- | x11/xrx/DESCR | 17 | ||||
-rw-r--r-- | x11/xrx/Makefile | 30 | ||||
-rw-r--r-- | x11/xrx/PLIST | 6 | ||||
-rw-r--r-- | x11/xrx/distinfo | 5 |
4 files changed, 58 insertions, 0 deletions
diff --git a/x11/xrx/DESCR b/x11/xrx/DESCR new file mode 100644 index 00000000000..1fd985ac93c --- /dev/null +++ b/x11/xrx/DESCR @@ -0,0 +1,17 @@ +RX: X Remote eXecution +---------------------- + +The remote execution (RX) service specifies a MIME format for invoking +applications remotely, for example via a World Wide Web browser. This RX format +specifies a syntax for listing network services required by the application, for +example an X display server. The requesting Web browser must identify specific +instances of the services in the request to invoke the application. + +The distribution contains a helper program (xrx) and a Mozilla family browser +plug-in (libxrx) that demonstrate this protocol. The plug-in was originally +written for Navigator 3.0, but has been used with later versions of the Mozilla +family of browsers, including Firefox. + +The specification for the RX mime type is in the xorg-docs module in the X.Org +repository in specs/RX/RX.mif (FrameMaker interchange source) and +hardcopy/RX/RX.PS.Z (compressed PostScript). diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile new file mode 100644 index 00000000000..4710a3576e9 --- /dev/null +++ b/x11/xrx/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:33 rodent Exp $ +# + +DISTNAME= xrx-1.0.4 +CATEGORIES= net x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X Remote eXecution +LICENSE= x11 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +# XXX: Create this and enable firefox plugin in PKG_OPTIONS +#.include "options.mk" + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libICE/buildlink3.mk" +.include "../../x11/libXau/buildlink3.mk" +.include "../../x11/xproxymanagementprotocol/buildlink3.mk" +.include "../../x11/xtrans/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xrx/PLIST b/x11/xrx/PLIST new file mode 100644 index 00000000000..5051f184907 --- /dev/null +++ b/x11/xrx/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2015/07/02 12:38:33 rodent Exp $ +bin/xrx +lib/libxrx.la +lib/libxrxnest.la +man/man1/libxrx.1 +man/man1/xrx.1 diff --git a/x11/xrx/distinfo b/x11/xrx/distinfo new file mode 100644 index 00000000000..7b0f4eb2d5a --- /dev/null +++ b/x11/xrx/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/07/02 12:38:33 rodent Exp $ + +SHA1 (xrx-1.0.4.tar.bz2) = ff5b8c329ed255138eb78e6b9c034add2b02de94 +RMD160 (xrx-1.0.4.tar.bz2) = 10d4ae4e953e926dc28960b49533e27a2df3420a +Size (xrx-1.0.4.tar.bz2) = 338140 bytes |