Bug 10329 - New Port of XMangekyou-2.0
Summary: New Port of XMangekyou-2.0
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: 1999-03-01 18:10 UTC by sakai
Modified: 1999-04-27 14:20 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 sakai 1999-03-01 18:10:00 UTC
I made a new port of XMangekyou-2.0.
Some problems is modified at New XMangekyou.
    - Problems for using on root window.
    - Problems at quit.

# 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:
#
#	xmangekyou
#	xmangekyou/files
#	xmangekyou/files/md5
#	xmangekyou/patches
#	xmangekyou/patches/patch-aa
#	xmangekyou/pkg
#	xmangekyou/pkg/PLIST
#	xmangekyou/pkg/DESCR
#	xmangekyou/pkg/COMMENT
#	xmangekyou/Makefile
#
echo c - xmangekyou
mkdir -p xmangekyou > /dev/null 2>&1
echo c - xmangekyou/files
mkdir -p xmangekyou/files > /dev/null 2>&1
echo x - xmangekyou/files/md5
sed 's/^X//' >xmangekyou/files/md5 << 'END-of-xmangekyou/files/md5'
XMD5 (xmangekyou-2.0.tar.gz) = 10edf3da73c1b7bb94b2eb76cd65bb86
END-of-xmangekyou/files/md5
echo c - xmangekyou/patches
mkdir -p xmangekyou/patches > /dev/null 2>&1
echo x - xmangekyou/patches/patch-aa
sed 's/^X//' >xmangekyou/patches/patch-aa << 'END-of-xmangekyou/patches/patch-aa'
X--- Makefile~	Tue Feb  2 21:04:13 1999
X+++ Makefile	Tue Feb  2 21:04:29 1999
X@@ -1,4 +1,4 @@
X-XMANGEKYOU_PREFIX = /usr/X11R6
X+XMANGEKYOU_PREFIX = ${PREFIX}
X XMANGEKYOU_BIN = ${XMANGEKYOU_PREFIX}/bin
X XMANGEKYOU_LIB = ${XMANGEKYOU_PREFIX}/lib/X11/XMangekyou
X XMANGEKYOU_MAN = ${XMANGEKYOU_PREFIX}/man/man1
END-of-xmangekyou/patches/patch-aa
echo c - xmangekyou/pkg
mkdir -p xmangekyou/pkg > /dev/null 2>&1
echo x - xmangekyou/pkg/PLIST
sed 's/^X//' >xmangekyou/pkg/PLIST << 'END-of-xmangekyou/pkg/PLIST'
Xbin/xmangekyou
Xlib/X11/XMangekyou/animation.dat
Xlib/X11/XMangekyou/README.euc
Xlib/X11/XMangekyou/Makefile
Xlib/X11/XMangekyou/COPYRIGHT.euc
X@dirrm lib/X11/XMangekyou
END-of-xmangekyou/pkg/PLIST
echo x - xmangekyou/pkg/DESCR
sed 's/^X//' >xmangekyou/pkg/DESCR << 'END-of-xmangekyou/pkg/DESCR'
XXMangekyou is a kaleidoscope. You can see many, many, many patterns,
Xbut, care for yourself from 'trip' filling!
END-of-xmangekyou/pkg/DESCR
echo x - xmangekyou/pkg/COMMENT
sed 's/^X//' >xmangekyou/pkg/COMMENT << 'END-of-xmangekyou/pkg/COMMENT'
Xa kaleidoscope for X
END-of-xmangekyou/pkg/COMMENT
echo x - xmangekyou/Makefile
sed 's/^X//' >xmangekyou/Makefile << 'END-of-xmangekyou/Makefile'
X# New ports collection makefile for:   XMangekyou
X# Version required:    2.0
X# Date created:        1 March 1999
X# Whom:                Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
X#
X# $Id$
X#
X
XDISTNAME=	xmangekyou-2.0
XCATEGORIES=	x11
XMASTER_SITES=	http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/
XMAINTAINER=	sakai@miya.ee.kagu.sut.ac.jp
X
XLIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
X
XALL_TARGET=	xmangekyou
X
XUSE_X11=	yes
X
XMAN1=		xmangekyou.1
XMANCOMPRESSED=	yes
X
X.include <bsd.port.mk>
END-of-xmangekyou/Makefile
exit
Comment 1 taoka freebsd_committer freebsd_triage 1999-04-27 14:16:57 UTC
State Changed
From-To: open->closed

Please submit  a diff of your changes in the next PR. 
Committed this changes, thanks!