Bug 81531 - new port: audio/schism
Summary: new port: audio/schism
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 22:00 UTC by Emanuel Haupt
Modified: 2005-05-27 09:33 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 Emanuel Haupt 2005-05-26 22:00:09 UTC
new port: audio/schism

Schism Tracker is a music editor that aims to match the look and feel of
Impulse Tracker as closely as possible. The player code is based on Modplug,
so it supports a wide variety of module formats.

Fix: -- start: audio-schism.shar --


-- end: audio-schism.shar ----ReKwxtHrla1LjN0fGYySm30FpTwyRQGjBhD9GcbF6zVNfbju
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# 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:
#
#	schism
#	schism/Makefile
#	schism/pkg-descr
#	schism/distinfo
#	schism/pkg-plist
#
echo c - schism
mkdir -p schism > /dev/null 2>&1
echo x - schism/Makefile
sed 's/^X//' >schism/Makefile << 'END-of-schism/Makefile'
X# New ports collection makefile for:   schism
X# Date created:		26 May 2005
X# Whom:			Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	schism
XPORTVERSION=	0.2
XDISTVERSIONSUFFIX=	a
XCATEGORIES=	audio
XMASTER_SITES=	http://rigelseven.com/schism/dl/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A module tracker editor/player resembling impulse tracker
X
XUSE_BZIP2=	yes
XUSE_SDL=	yes
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XUSE_REINPLACE=	yes
XUSE_GCC=	3.4+
X
XCXXFLAGS=	-g
XCFLAGS=		-g
X
XCONFIGURE_ENV=	CFLAGS="${CFLAGS} ${CPPFLAGS}" \
X		CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
X		CPPFLAGS="${CPPFLAGS}" \
X		LDFLAGS="${LDFLAGS}"
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X.if ${OSVERSION} < 500000
X	@${REINPLACE_CMD} -e 's|getopt\.h|unistd\.h|' \
X		${WRKSRC}/src/bin2h.c
X.endif
X
Xdo-install:
X	${INSTALL} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.post.mk>
END-of-schism/Makefile
echo x - schism/pkg-descr
sed 's/^X//' >schism/pkg-descr << 'END-of-schism/pkg-descr'
XSchism Tracker is a music editor that aims to match the look and feel of
XImpulse Tracker as closely as possible. The player code is based on Modplug,
Xso it supports a wide variety of module formats.
X
XWWW: http://rigelseven.com/schism/
X
X- ehaupt
Xehaupt@critical.ch
END-of-schism/pkg-descr
echo x - schism/distinfo
sed 's/^X//' >schism/distinfo << 'END-of-schism/distinfo'
XMD5 (schism-0.2a.tar.bz2) = 2b07f1f7657ab82ad6f0a737dda623eb
XSIZE (schism-0.2a.tar.bz2) = 392770
END-of-schism/distinfo
echo x - schism/pkg-plist
sed 's/^X//' >schism/pkg-plist << 'END-of-schism/pkg-plist'
Xbin/schism
END-of-schism/pkg-plist
exit
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2005-05-27 09:33:13 UTC
State Changed
From-To: open->closed

New port added, thanks!