diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-26 11:49:42 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-26 11:49:42 +0000 |
commit | 8dad1eea1c8df98f3c64f7551e83c5824226589c (patch) | |
tree | 659dd1a815c4ab6acee2ecbbb967aeff96a899a9 /x11/xdtm | |
parent | ab80343260e6c2418e3738369c37bd16840256fb (diff) | |
download | ports-8dad1eea1c8df98f3c64f7551e83c5824226589c.tar.gz ports-8dad1eea1c8df98f3c64f7551e83c5824226589c.zip |
Notes
Diffstat (limited to 'x11/xdtm')
-rw-r--r-- | x11/xdtm/Makefile | 20 | ||||
-rw-r--r-- | x11/xdtm/distinfo | 1 | ||||
-rw-r--r-- | x11/xdtm/files/patch-aa | 26 | ||||
-rw-r--r-- | x11/xdtm/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xdtm/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xdtm/pkg-plist | 10 |
6 files changed, 63 insertions, 0 deletions
diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile new file mode 100644 index 000000000000..2535aa02674d --- /dev/null +++ b/x11/xdtm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xdtm +# Version required: 2.5.5 +# Date created: 26th April 1995 +# Whom: gpalmer +# +# $Id$ +# + +DISTNAME= xdtm-2.5.5 +CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xdtm/ + +MAINTAINER= gpalmer@FreeBSD.ORG + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xdtm + +.include <bsd.port.mk> diff --git a/x11/xdtm/distinfo b/x11/xdtm/distinfo new file mode 100644 index 000000000000..18799bd96552 --- /dev/null +++ b/x11/xdtm/distinfo @@ -0,0 +1 @@ +MD5 (xdtm-2.5.5.tar.gz) = 36d3a5e5abb18b250b34cbbefcd21014 diff --git a/x11/xdtm/files/patch-aa b/x11/xdtm/files/patch-aa new file mode 100644 index 000000000000..c540d6c57c63 --- /dev/null +++ b/x11/xdtm/files/patch-aa @@ -0,0 +1,26 @@ +*** Imakefile.orig Thu Dec 29 01:41:09 1994 +--- Imakefile Wed Apr 26 04:44:56 1995 +*************** +*** 240,249 **** + sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ + xdtmrc.orig > xdtmrc + sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad + + XCOMM Install the xdtm execute script file, used to prevent xterms closing + XCOMM when the inferier process dies. +! InstallProgram(xdtm.sh, $(BINDIR)) + + XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default + XCOMM application defaults. +--- 240,250 ---- + sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ + xdtmrc.orig > xdtmrc + sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad ++ mv xdtm.sh xdtm.sh.script + + XCOMM Install the xdtm execute script file, used to prevent xterms closing + XCOMM when the inferier process dies. +! InstallScript(xdtm.sh, $(BINDIR)) + + XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default + XCOMM application defaults. diff --git a/x11/xdtm/pkg-comment b/x11/xdtm/pkg-comment new file mode 100644 index 000000000000..1673ad73b0c0 --- /dev/null +++ b/x11/xdtm/pkg-comment @@ -0,0 +1 @@ +Desktop Manager is a graphical shell for the X Window System. diff --git a/x11/xdtm/pkg-descr b/x11/xdtm/pkg-descr new file mode 100644 index 000000000000..d421fc8308fc --- /dev/null +++ b/x11/xdtm/pkg-descr @@ -0,0 +1,5 @@ + The X Desktop Manager is a graphical shell for the X Window System, + it provides mechanisms for all the usual shell activities and is + intended to reduce the training necessary for UNIX novice to become + productive on your system. + diff --git a/x11/xdtm/pkg-plist b/x11/xdtm/pkg-plist new file mode 100644 index 000000000000..0ad510ba1291 --- /dev/null +++ b/x11/xdtm/pkg-plist @@ -0,0 +1,10 @@ +@cwd /usr/X11R6 +bin/xdtm +bin/xdtm.sh +lib/X11/xdtm/help +lib/X11/xdtm/perm.help +lib/X11/xdtm/xdtmrc +lib/X11/xdtm/new_xdtm.xbm +lib/X11/app-defaults/Xdtm +lib/X11/xdtm/icons +man/man1/xdtm.1.gz |