diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 12:56:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-12 12:56:46 +0000 |
commit | 2a041b1293c1f5b8e2d48eb24610b31174d61fbf (patch) | |
tree | c6d6e21f827df79417a642da57d6137d2c205b1a /deskutils/mrundlg | |
parent | 7970db5f9ecb31a06236c9d795e454a3795ce8b3 (diff) | |
download | ports-2a041b1293c1f5b8e2d48eb24610b31174d61fbf.tar.gz ports-2a041b1293c1f5b8e2d48eb24610b31174d61fbf.zip |
Notes
Diffstat (limited to 'deskutils/mrundlg')
-rw-r--r-- | deskutils/mrundlg/Makefile | 22 | ||||
-rw-r--r-- | deskutils/mrundlg/distinfo | 2 | ||||
-rw-r--r-- | deskutils/mrundlg/files/patch-mrundlg.c | 12 | ||||
-rw-r--r-- | deskutils/mrundlg/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/mrundlg/pkg-plist | 2 |
5 files changed, 45 insertions, 0 deletions
diff --git a/deskutils/mrundlg/Makefile b/deskutils/mrundlg/Makefile new file mode 100644 index 000000000000..ff1f1e8b55cd --- /dev/null +++ b/deskutils/mrundlg/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mrundlg +# Date created: 12 July 2005 +# Whom: Matthew Holder <sixxgate@hotmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mrundlg +PORTVERSION= 1.0 +CATEGORIES= deskutils +MASTER_SITES= http://matt.sixxgate.com/files/ + +MAINTAINER= sixxgate@hotmail.com +COMMENT= An application / program launcher for Motif + +USE_MOTIF= yes +USE_BZIP2= yes +USE_IMAKE= yes +MAN1= mrundlg.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/deskutils/mrundlg/distinfo b/deskutils/mrundlg/distinfo new file mode 100644 index 000000000000..e062f5c3aa7e --- /dev/null +++ b/deskutils/mrundlg/distinfo @@ -0,0 +1,2 @@ +MD5 (mrundlg-1.0.tar.bz2) = e91f307aeb0617e424fb1e306dda422b +SIZE (mrundlg-1.0.tar.bz2) = 4873 diff --git a/deskutils/mrundlg/files/patch-mrundlg.c b/deskutils/mrundlg/files/patch-mrundlg.c new file mode 100644 index 000000000000..6733596c296b --- /dev/null +++ b/deskutils/mrundlg/files/patch-mrundlg.c @@ -0,0 +1,12 @@ +--- mrundlg.c.orig Mon Jul 11 12:15:16 2005 ++++ mrundlg.c Tue Jul 12 14:50:45 2005 +@@ -250,8 +250,8 @@ + + void txtCommand_Change (Widget w, XtPointer client_data, XmAnyCallbackStruct *call) + { +- if (szCommand != NULL) XtFree(szCommand); + Arg args; String szValue; ++ if (szCommand != NULL) XtFree(szCommand); + XtSetArg(args, XmNvalue, &szValue); + XtGetValues(w, &args, 1); + szCommand = szValue; diff --git a/deskutils/mrundlg/pkg-descr b/deskutils/mrundlg/pkg-descr new file mode 100644 index 000000000000..a1a1a3599617 --- /dev/null +++ b/deskutils/mrundlg/pkg-descr @@ -0,0 +1,7 @@ +An application / program launcher for Motif/X much like the +Windows Run Dialog. + +WWW: http://matt.sixxgate.com/ + +- Matthew Holder +sixxgate@hotmail.com diff --git a/deskutils/mrundlg/pkg-plist b/deskutils/mrundlg/pkg-plist new file mode 100644 index 000000000000..a33455e5f2c1 --- /dev/null +++ b/deskutils/mrundlg/pkg-plist @@ -0,0 +1,2 @@ +bin/mrundlg +lib/X11/app-defaults/MRunDlg |