Bug 7106 - New port: xwpick-2.20
Summary: New port: xwpick-2.20
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: 1998-06-29 04:40 UTC by Andrey Zakhvatov
Modified: 1998-07-13 00:38 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 Andrey Zakhvatov 1998-06-29 04:40:01 UTC
   This is a port of image pick up utility for X Window System.
Xwpick lets you pick an image from an arbitrary window or rectangular
area of an X Window (DEC Window) server and write it to a file in a
variety of formats.


# 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:
#
#	xwpick-2.20
#	xwpick-2.20/Makefile
#	xwpick-2.20/files
#	xwpick-2.20/files/md5
#	xwpick-2.20/pkg
#	xwpick-2.20/pkg/PLIST
#	xwpick-2.20/pkg/DESCR
#	xwpick-2.20/pkg/COMMENT
#
echo c - xwpick-2.20
mkdir -p xwpick-2.20 > /dev/null 2>&1
echo x - xwpick-2.20/Makefile
sed 's/^X//' >xwpick-2.20/Makefile << 'END-of-xwpick-2.20/Makefile'
X# New ports collection makefile for:	xwpick
X# Version required:			2.20
X# Date created:				24 June 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		xwpick-2.20
XCATEGORIES=		graphics x11
XMASTER_SITES=		${MASTER_SITE_XCONTRIB}
XMASTER_SITE_SUBDIR=	applications
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XUSE_IMAKE=		yes
XMAN1=			xwpick.1
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/xwpick ${PREFIX}/bin
X	@ ${INSTALL_DATA} ${WRKSRC}/xwpick.man ${PREFIX}/man/man1/xwpick.1
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/xwpick
X	@ ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/xwpick
X	@ ${INSTALL_DATA} ${WRKSRC}/CNL_ARTICLE.PS ${PREFIX}/share/doc/xwpick
X	@ ${INSTALL_DATA} ${WRKSRC}/0README ${PREFIX}/share/doc/xwpick/README
X.endif
X
X.include <bsd.port.mk>
END-of-xwpick-2.20/Makefile
echo c - xwpick-2.20/files
mkdir -p xwpick-2.20/files > /dev/null 2>&1
echo x - xwpick-2.20/files/md5
sed 's/^X//' >xwpick-2.20/files/md5 << 'END-of-xwpick-2.20/files/md5'
XMD5 (xwpick-2.20.tar.gz) = 4964dcd4bcd92a71f5ce90af1753f896
END-of-xwpick-2.20/files/md5
echo c - xwpick-2.20/pkg
mkdir -p xwpick-2.20/pkg > /dev/null 2>&1
echo x - xwpick-2.20/pkg/PLIST
sed 's/^X//' >xwpick-2.20/pkg/PLIST << 'END-of-xwpick-2.20/pkg/PLIST'
Xbin/xwpick
Xman/man1/xwpick.1.gz
Xshare/doc/xwpick/CHANGELOG
Xshare/doc/xwpick/CNL_ARTICLE.PS
Xshare/doc/xwpick/README
X@dirrm share/doc/xwpick
END-of-xwpick-2.20/pkg/PLIST
echo x - xwpick-2.20/pkg/DESCR
sed 's/^X//' >xwpick-2.20/pkg/DESCR << 'END-of-xwpick-2.20/pkg/DESCR'
XXwpick lets you pick an image from an arbitrary window or rectangular
Xarea of an X Window (DEC Window) server and write it to a file in a
Xvariety of formats.
END-of-xwpick-2.20/pkg/DESCR
echo x - xwpick-2.20/pkg/COMMENT
sed 's/^X//' >xwpick-2.20/pkg/COMMENT << 'END-of-xwpick-2.20/pkg/COMMENT'
XImage pick up utility for X Window System.
END-of-xwpick-2.20/pkg/COMMENT
exit

Fix: 

Please, check and commit this port.
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-07-13 00:33:34 UTC
State Changed
From-To: open->closed

New port committed, thanks!