diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/xrx | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/xrx')
-rw-r--r-- | x11/xrx/Makefile | 24 | ||||
-rw-r--r-- | x11/xrx/distinfo | 3 | ||||
-rw-r--r-- | x11/xrx/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xrx/pkg-plist | 9 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/xrx/Makefile b/x11/xrx/Makefile new file mode 100644 index 000000000000..a1278ea72541 --- /dev/null +++ b/x11/xrx/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xrx +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xrx +PORTVERSION= 1.0.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= RX helper program + +XORG_CAT= app +USE_XORG= x11 xt xext xtrans xproxymngproto xau xaw +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +MAN1= xrx.1 libxrx.1 + +.include <bsd.port.mk> diff --git a/x11/xrx/distinfo b/x11/xrx/distinfo new file mode 100644 index 000000000000..86280543a985 --- /dev/null +++ b/x11/xrx/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xrx-1.0.1.tar.bz2) = 5f65e24f8a225e255beb2059e33d6b37 +SHA256 (xorg/app/xrx-1.0.1.tar.bz2) = a51ac7c607f2f79de771807f590ccfe8b1819dae6f30dd615dd2afbe6007c4e4 +SIZE (xorg/app/xrx-1.0.1.tar.bz2) = 265332 diff --git a/x11/xrx/pkg-descr b/x11/xrx/pkg-descr new file mode 100644 index 000000000000..d1065916a218 --- /dev/null +++ b/x11/xrx/pkg-descr @@ -0,0 +1,6 @@ +This package contains xrx, an RX helper program which can be used with +any web browser to interpret documents in the RX MIME type format and +start remote applications. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xrx/pkg-plist b/x11/xrx/pkg-plist new file mode 100644 index 000000000000..7fa9e3aa3093 --- /dev/null +++ b/x11/xrx/pkg-plist @@ -0,0 +1,9 @@ +bin/xrx +lib/libxrx.so.0 +lib/libxrx.so +lib/libxrx.la +lib/libxrx.a +lib/libxrxnest.so.0 +lib/libxrxnest.so +lib/libxrxnest.la +lib/libxrxnest.a |