From user@blg.akavia.ru  Mon Oct 23 00:46:01 2006
Return-Path: <user@blg.akavia.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0AA5916A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Oct 2006 00:46:01 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (blg.akavia.ru [62.33.174.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5F3D143D55
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Oct 2006 00:45:58 +0000 (GMT)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (localhost.blg.akavia.ru [127.0.0.1])
	by blg.akavia.ru (8.13.6/8.13.3) with ESMTP id k9N0jqZ8010387
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 23 Oct 2006 10:45:52 +1000 (YAKST)
	(envelope-from user@blg.akavia.ru)
Received: (from root@localhost)
	by blg.akavia.ru (8.13.6/8.13.3/Submit) id k9N0jqrX010386;
	Mon, 23 Oct 2006 10:45:52 +1000 (YAKST)
	(envelope-from user)
Message-Id: <200610230045.k9N0jqrX010386@blg.akavia.ru>
Date: Mon, 23 Oct 2006 10:45:52 +1000 (YAKST)
From: Alexander Logvinov <ports@logvinov.com>
Reply-To: Alexander Logvinov <ports@logvinov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] multimedia/umr
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104696
>Category:       ports
>Synopsis:       [new port] multimedia/umr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 23 00:50:16 GMT 2006
>Closed-Date:    Tue Nov 07 13:38:40 GMT 2006
>Last-Modified:  Tue Nov  7 13:50:18 GMT 2006
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  This utility rips Music and Sound class objects 
  from .umx and .uax files in Unreal or Unreal Tournament.
  
>How-To-Repeat:

>Fix:

# 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:
#
#	umr
#	umr/Makefile
#	umr/distinfo
#	umr/pkg-descr
#	umr/files
#	umr/files/patch-Makefile
#
echo c - umr
mkdir -p umr > /dev/null 2>&1
echo x - umr/Makefile
sed 's/^X//' >umr/Makefile << 'END-of-umr/Makefile'
X# New ports collection makefile for:	umr
X# Date created:				19 October 2006
X# Whom:					Alexander Logvinov <ports@logvinov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	umr
XPORTVERSION=	0.3
XCATEGORIES=	multimedia
XMASTER_SITES=	http://pages.cthome.net/chrismp/umr/
X
XMAINTAINER=	ports@logvinov.com
XCOMMENT=	Unreal Media Ripper
X
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-umr/Makefile
echo x - umr/distinfo
sed 's/^X//' >umr/distinfo << 'END-of-umr/distinfo'
XMD5 (umr-0.3.tar.gz) = a53be9c4d49c7a029151604e18f71fc0
XSHA256 (umr-0.3.tar.gz) = 9f965385ec2768e20162d300d6e9e830c316f7ffbb22b025de021532e156c12d
XSIZE (umr-0.3.tar.gz) = 7010
END-of-umr/distinfo
echo x - umr/pkg-descr
sed 's/^X//' >umr/pkg-descr << 'END-of-umr/pkg-descr'
XThis utility rips Music and Sound class objects
Xfrom .umx and .uax files in Unreal or Unreal Tournament. 
XIt rips all the exports in the file that it understands 
X(currently 'xm', 'it', 's3m', and 'WAV'). Adding support
Xfor an export is fairly trivial, so you can add them
Xin a minute or two. 
X
XWWW: http://pages.cthome.net/chrismp/umr/
END-of-umr/pkg-descr
echo c - umr/files
mkdir -p umr/files > /dev/null 2>&1
echo x - umr/files/patch-Makefile
sed 's/^X//' >umr/files/patch-Makefile << 'END-of-umr/files/patch-Makefile'
X--- Makefile.orig	Fri Feb 18 15:37:53 2000
X+++ Makefile	Thu Oct 19 17:53:14 2006
X@@ -8,20 +8,6 @@
X OBJS = main.o unrealfmt.o unrealfmtdata.o
X 
X CC = gcc
X-CFLAGS = -march=k6 -mcpu=k6 -Wall
X-
X-ifdef DEBUG
X-CFLAGS += -g
X-else
X-ifdef PROFILE
X-CFLAGS += -p
X-else
X-CFLAGS += -O9 
X-endif
X-endif
X-
X-%.o: %.c
X-	$(CC) $(CFLAGS) -c -o $@ $<
X 
X all: $(OBJS)
X 	$(CC) $(CFLAGS) $(LDFLAGS) -o $(EXECNAME) $(OBJS)
END-of-umr/files/patch-Makefile
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Oct 23 08:36:42 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104696 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Nov 7 13:38:36 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104696 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104696: commit references a PR
Date: Tue,  7 Nov 2006 13:40:24 +0000 (UTC)

 miwi        2006-11-07 13:38:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia           Makefile 
   Added files:
     multimedia/umr       Makefile distinfo pkg-descr 
     multimedia/umr/files patch-Makefile 
   Log:
   This utility rips Music and Sound class objects
   from .umx and .uax files in Unreal or Unreal Tournament.
   It rips all the exports in the file that it understands
   (currently 'xm', 'it', 's3m', and 'WAV'). Adding support
   for an export is fairly trivial, so you can add them
   in a minute or two.
   
   WWW: http://pages.cthome.net/chrismp/umr/
   
   PR:             ports/104696
   Submitted by:   Alexander Logvinov <ports@logvinov.com>
   
   Revision  Changes    Path
   1.185     +1 -0      ports/multimedia/Makefile
   1.1       +21 -0     ports/multimedia/umr/Makefile (new)
   1.1       +3 -0      ports/multimedia/umr/distinfo (new)
   1.1       +23 -0     ports/multimedia/umr/files/patch-Makefile (new)
   1.1       +8 -0      ports/multimedia/umr/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
