From ehaupt@beaver.critical.ch  Thu May 26 20:55:57 2005
Return-Path: <ehaupt@beaver.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6F43716A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 20:55:57 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B821743D48
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 20:55:56 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j4QKtsd8075098
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 May 2005 22:55:54 +0200 (CEST)
	(envelope-from ehaupt@beaver.critical.ch)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.3/8.13.1/Submit) id j4QKtrjd075097;
	Thu, 26 May 2005 22:55:53 +0200 (CEST)
	(envelope-from ehaupt)
Message-Id: <200505262055.j4QKtrjd075097@beaver.critical.ch>
Date: Thu, 26 May 2005 22:55:53 +0200 (CEST)
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: audio/schism
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81531
>Category:       ports
>Synopsis:       new port: audio/schism
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 26 21:00:09 GMT 2005
>Closed-Date:    Fri May 27 08:33:21 GMT 2005
>Last-Modified:  Fri May 27 08:33:21 GMT 2005
>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@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@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

-- end: audio-schism.shar --
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Fri May 27 08:33:13 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81531 
>Unformatted:
