[Midnightbsd-cvs] mports: x11/rstart: Added rstart-1.0.2: Sample implementation of a
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Oct 4 01:41:00 EDT 2007
Log Message:
-----------
Added rstart-1.0.2: Sample implementation of a Remote Start client
Added Files:
-----------
mports/x11/rstart:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ x11/rstart/pkg-descr
@@ -0,0 +1,5 @@
+This package contains rstart, a sample implementation of a Remote Start
+client.
+
+- Joel Dahl
+joel at FreeBSD.org
--- /dev/null
+++ 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
+ at dirrm lib/X11/rstart/contexts
+ at dirrm lib/X11/rstart/commands/x11r6
+ at dirrm lib/X11/rstart/commands
+ at dirrm lib/X11/rstart
--- /dev/null
+++ x11/rstart/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rstart
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz at FreeBSD.org>
+#
+# $FreeBSD: ports/x11/rstart/Makefile,v 1.1 2007/05/19 20:27:15 flz Exp $
+# $MidnightBSD: mports/x11/rstart/Makefile,v 1.1 2007/10/04 05:40:59 ctriv Exp $
+#
+
+PORTNAME= rstart
+PORTVERSION= 1.0.2
+CATEGORIES= x11
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Sample implementation of a Remote Start client
+LICENSE= x11
+
+XORG_CAT= app
+USE_XORG= x11
+
+MAN1= rstart.1 rstartd.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ 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
More information about the Midnightbsd-cvs
mailing list