From d4f0d0048a8755106a4b0445221a19761e746984 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sat, 19 May 2007 20:36:56 +0000 Subject: - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. --- x11/rstart/Makefile | 20 ++++++++++++++++++++ x11/rstart/distinfo | 3 +++ x11/rstart/pkg-descr | 5 +++++ x11/rstart/pkg-plist | 17 +++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 x11/rstart/Makefile create mode 100644 x11/rstart/distinfo create mode 100644 x11/rstart/pkg-descr create mode 100644 x11/rstart/pkg-plist (limited to 'x11/rstart') diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile new file mode 100644 index 000000000000..258bc19dda44 --- /dev/null +++ b/x11/rstart/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rstart +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie +# +# $FreeBSD$ +# + +PORTNAME= rstart +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Sample implementation of a Remote Start client + +XORG_CAT= app +USE_XORG= x11 + +MAN1= rstart.1 rstartd.1 + +.include diff --git a/x11/rstart/distinfo b/x11/rstart/distinfo new file mode 100644 index 000000000000..f648424763a9 --- /dev/null +++ b/x11/rstart/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/rstart-1.0.2.tar.bz2) = 99aea04a27197056368a4431f30f9cdb +SHA256 (xorg/app/rstart-1.0.2.tar.bz2) = 02fc48b5069018e4262f0e5ebb669acedc04167307c98f0fdb2ca22e568e9596 +SIZE (xorg/app/rstart-1.0.2.tar.bz2) = 92924 diff --git a/x11/rstart/pkg-descr b/x11/rstart/pkg-descr new file mode 100644 index 000000000000..15df1d2064c3 --- /dev/null +++ b/x11/rstart/pkg-descr @@ -0,0 +1,5 @@ +This package contains rstart, a sample implementation of a Remote Start +client. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/rstart/pkg-plist b/x11/rstart/pkg-plist new file mode 100644 index 000000000000..39e8858e79fb --- /dev/null +++ b/x11/rstart/pkg-plist @@ -0,0 +1,17 @@ +bin/rstart +bin/rstartd +lib/X11/rstart/config +lib/X11/rstart/rstartd.real +lib/X11/rstart/commands/x11r6/@List +lib/X11/rstart/commands/x11r6/Terminal +lib/X11/rstart/commands/x11r6/LoadMonitor +lib/X11/rstart/commands/ListGenericCommands +lib/X11/rstart/commands/@List +lib/X11/rstart/commands/ListContexts +lib/X11/rstart/contexts/default +lib/X11/rstart/contexts/x11r6 +lib/X11/rstart/contexts/@List +@dirrm lib/X11/rstart/contexts +@dirrm lib/X11/rstart/commands/x11r6 +@dirrm lib/X11/rstart/commands +@dirrm lib/X11/rstart -- cgit v1.2.3