Bug 29326 - Port for xcmd
Summary: Port for xcmd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-30 12:40 UTC by ob
Modified: 2001-08-18 09:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ob 2001-07-30 12:40:01 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xcmd
#	xcmd/Makefile
#	xcmd/distinfo
#	xcmd/pkg-descr
#	xcmd/pkg-plist
#	xcmd/pkg-comment
#	xcmd/files
#	xcmd/files/patch-a
#
echo c - xcmd
mkdir -p xcmd > /dev/null 2>&1
echo x - xcmd/Makefile
sed 's/^X//' >xcmd/Makefile << 'END-of-xcmd/Makefile'
X# New ports collection makefile for:   xcmd
X# Date created:        30 Jul 2001
X# Whom:                Oliver Breuninger <ob@breuninger.org>
X#
X
XPORTNAME=	xcmd
XPORTVERSION=	1.8
XCATEGORIES=	x11
XMASTER_SITES=	ftp://ftp.pku.edu.cn/pub/linux/X11/xutils/ \
X		ftp://ftp.rediris.es/software/linux/sunsite/X11/xutils/ \
X		http://www.breuninger.org/files/distfiles/
X
XMAINTAINER=	ob@breuninger.org
X
XUSE_X_PREFIX=	yes
XUSE_IMAKE=	yes
X
X.include <bsd.port.mk>
END-of-xcmd/Makefile
echo x - xcmd/distinfo
sed 's/^X//' >xcmd/distinfo << 'END-of-xcmd/distinfo'
XMD5 (xcmd-1.8.tar.gz) = f843b34b043bc6e62769b24a3af09a1a
END-of-xcmd/distinfo
echo x - xcmd/pkg-descr
sed 's/^X//' >xcmd/pkg-descr << 'END-of-xcmd/pkg-descr'
X
XXcmd is a front-end for starting programs under X11.
XYou can tell xcmd to look for a window with a specific
Xclass, resource name, or title string (using the
X`--find-<property>' options); if it finds one or more,
Xxcmd will `raise' them, otherwise it will run the
Xcommand you specify. You can tell xcmd to run commands
Xthat create their own windows (using `--xcmd'), or to
Xrun commands inside a terminal window (using `--cmd')
Xwith various options.
X
END-of-xcmd/pkg-descr
echo x - xcmd/pkg-plist
sed 's/^X//' >xcmd/pkg-plist << 'END-of-xcmd/pkg-plist'
Xbin/xcmd
Xman/man1/xcmd.1.gz
END-of-xcmd/pkg-plist
echo x - xcmd/pkg-comment
sed 's/^X//' >xcmd/pkg-comment << 'END-of-xcmd/pkg-comment'
XXcmd is a front-end for starting programs under X11.
END-of-xcmd/pkg-comment
echo c - xcmd/files
mkdir -p xcmd/files > /dev/null 2>&1
echo x - xcmd/files/patch-a
sed 's/^X//' >xcmd/files/patch-a << 'END-of-xcmd/files/patch-a'
X--- Imakefile.orig	Fri Mar 27 04:57:00 1998
X+++ Imakefile	Mon Jul 30 12:51:43 2001
X@@ -21,11 +21,5 @@
X            HDRS = $(PROGNAME).h dsimple.h
X            MANS = $(PROGNAME).man
X-	   SPEC = $(PROGNAME).spec
X-	   LSMS = $(PROGNAME).lsm
X 	   
X-	 TARDIR = $(PROGNAME)-$(VERSION)
X-	 TARSFX = .tar.gz
X-	 TARBAL = $(TARDIR)$(TARSFX)
X-
X ComplexProgramTarget($(PROGNAME))
X 
END-of-xcmd/files/patch-a
exit
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-08-18 09:58:05 UTC
State Changed
From-To: open->closed

committed, thanks