ports/81531: new port: audio/schism
Emanuel Haupt
ehaupt at critical.ch
Thu May 26 21:00:10 UTC 2005
>Number: 81531
>Category: ports
>Synopsis: new port: audio/schism
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu May 26 21:00:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Emanuel Haupt
>Release: FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Fri May 13 17:48:58 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386
>Description:
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.
>How-To-Repeat:
>Fix:
-- start: audio-schism.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 at 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 at 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 at 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
-- end: audio-schism.shar --
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list