View | Details | Raw Unified | Return to bug 176573
Collapse All | Expand All

(-)multimedia/umr/Makefile (-6 / +2 lines)
Lines 1-14 Link Here
1
# New ports collection makefile for:	umr
1
# Created by: Alexander Logvinov <ports@logvinov.com>
2
# Date created:				19 October 2006
3
# Whom:					Alexander Logvinov <ports@logvinov.com>
4
#
5
# $FreeBSD: head/multimedia/umr/Makefile 312628 2013-02-20 16:08:58Z fluffy $
2
# $FreeBSD: head/multimedia/umr/Makefile 312628 2013-02-20 16:08:58Z fluffy $
6
#
7
3
8
PORTNAME=	umr
4
PORTNAME=	umr
9
PORTVERSION=	0.3
5
PORTVERSION=	0.3
10
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
11
MASTER_SITES=	http://pages.cthome.net/chrismp/umr/
7
MASTER_SITES=	http://www.oldunreal.com/mods/other/
12
8
13
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Unreal Media Ripper
10
COMMENT=	Unreal Media Ripper
(-)multimedia/umr/pkg-descr (-6 / +5 lines)
Lines 1-8 Link Here
1
This utility rips Music and Sound class objects
1
This utility rips Music and Sound class objects from .umx and .uax
2
from .umx and .uax files in Unreal or Unreal Tournament. 
2
files in Unreal or Unreal Tournament. It rips all the exports in the
3
It rips all the exports in the file that it understands 
3
file that it understands (currently 'xm', 'it', 's3m', and 'WAV').
4
(currently 'xm', 'it', 's3m', and 'WAV'). Adding support
4
Adding support for an export is fairly trivial, so you can add them
5
for an export is fairly trivial, so you can add them
6
in a minute or two. 
5
in a minute or two. 
7
6
8
WWW: http://pages.cthome.net/chrismp/umr/
7
WWW: http://www.oldunreal.com/othermods.html

Return to bug 176573