new port for `mpeg_stat', an mpeg stream analyzer
This commit is contained in:
parent
d04b06930d
commit
34133aa06d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3620
12 changed files with 102 additions and 0 deletions
17
graphics/mpeg_stat/Makefile
Normal file
17
graphics/mpeg_stat/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: mpeg_stat
|
||||
# Version required: 2.2b
|
||||
# Date created: Thu Aug 1 21:52:06 CDT 1996
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= mpeg_stat-2.2b-src
|
||||
PKGNAME= mpeg_stat-2.2b
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/
|
||||
WRKSRC= ${WRKDIR}/mpeg_stat
|
||||
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/mpeg_stat/distinfo
Normal file
1
graphics/mpeg_stat/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mpeg_stat-2.2b-src.tar.gz) = d0eca3833b76855c4e348b39deaf667d
|
15
graphics/mpeg_stat/files/patch-aa
Normal file
15
graphics/mpeg_stat/files/patch-aa
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile~ Fri Aug 2 11:59:50 1996
|
||||
+++ Makefile Fri Aug 2 12:02:45 1996
|
||||
@@ -40,6 +40,12 @@
|
||||
all: $(PROGRAM)
|
||||
strip $(PROGRAM)
|
||||
|
||||
+install:
|
||||
+ install -cs ${PROGRAM} ${PREFIX}/bin
|
||||
+ install -c block2spec ${PREFIX}/bin
|
||||
+ install -c -m 644 mpeg_stat.1 ${PREFIX}/man/man1
|
||||
+ gzip -9nf ${PREFIX}/man/man1/mpeg_stat.1
|
||||
+
|
||||
$(PROGRAM): $(OBJS)
|
||||
$(LD) -g $(OBJS) $(LIBS) -lm -o $(PROGRAM)
|
||||
|
1
graphics/mpeg_stat/pkg-comment
Normal file
1
graphics/mpeg_stat/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
an MPEG-I statistics gatherer.
|
14
graphics/mpeg_stat/pkg-descr
Normal file
14
graphics/mpeg_stat/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
From the README:
|
||||
MPEG Video Software Statistics Gatherer
|
||||
(Version 2.2; Feb 1, 1995)
|
||||
|
||||
Lawrence A. Rowe, Steve Smoot, Ketan Patel, and Brian Smith
|
||||
Computer Science Division-EECS, Univ. of Calif. at Berkeley
|
||||
|
||||
This directory contains a public domain MPEG video statistics gatherer.
|
||||
The decoder implements the standard described in the Committee
|
||||
Draft ISO/IEC CD 11172 dated December 6, 1991 which is
|
||||
sometimes referred to as "Paris Format."
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
3
graphics/mpeg_stat/pkg-plist
Normal file
3
graphics/mpeg_stat/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/mpeg_stat
|
||||
bin/block2spec
|
||||
man/man1/mpeg_stat.1.gz
|
17
multimedia/mpeg_stat/Makefile
Normal file
17
multimedia/mpeg_stat/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: mpeg_stat
|
||||
# Version required: 2.2b
|
||||
# Date created: Thu Aug 1 21:52:06 CDT 1996
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= mpeg_stat-2.2b-src
|
||||
PKGNAME= mpeg_stat-2.2b
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= ftp://s2k-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/stat/
|
||||
WRKSRC= ${WRKDIR}/mpeg_stat
|
||||
|
||||
MAINTAINER= erich@FreeBSD.org
|
||||
|
||||
.include <bsd.port.mk>
|
1
multimedia/mpeg_stat/distinfo
Normal file
1
multimedia/mpeg_stat/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mpeg_stat-2.2b-src.tar.gz) = d0eca3833b76855c4e348b39deaf667d
|
15
multimedia/mpeg_stat/files/patch-aa
Normal file
15
multimedia/mpeg_stat/files/patch-aa
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile~ Fri Aug 2 11:59:50 1996
|
||||
+++ Makefile Fri Aug 2 12:02:45 1996
|
||||
@@ -40,6 +40,12 @@
|
||||
all: $(PROGRAM)
|
||||
strip $(PROGRAM)
|
||||
|
||||
+install:
|
||||
+ install -cs ${PROGRAM} ${PREFIX}/bin
|
||||
+ install -c block2spec ${PREFIX}/bin
|
||||
+ install -c -m 644 mpeg_stat.1 ${PREFIX}/man/man1
|
||||
+ gzip -9nf ${PREFIX}/man/man1/mpeg_stat.1
|
||||
+
|
||||
$(PROGRAM): $(OBJS)
|
||||
$(LD) -g $(OBJS) $(LIBS) -lm -o $(PROGRAM)
|
||||
|
1
multimedia/mpeg_stat/pkg-comment
Normal file
1
multimedia/mpeg_stat/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
an MPEG-I statistics gatherer.
|
14
multimedia/mpeg_stat/pkg-descr
Normal file
14
multimedia/mpeg_stat/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
From the README:
|
||||
MPEG Video Software Statistics Gatherer
|
||||
(Version 2.2; Feb 1, 1995)
|
||||
|
||||
Lawrence A. Rowe, Steve Smoot, Ketan Patel, and Brian Smith
|
||||
Computer Science Division-EECS, Univ. of Calif. at Berkeley
|
||||
|
||||
This directory contains a public domain MPEG video statistics gatherer.
|
||||
The decoder implements the standard described in the Committee
|
||||
Draft ISO/IEC CD 11172 dated December 6, 1991 which is
|
||||
sometimes referred to as "Paris Format."
|
||||
|
||||
eric.
|
||||
erich@FreeBSD.org
|
3
multimedia/mpeg_stat/pkg-plist
Normal file
3
multimedia/mpeg_stat/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/mpeg_stat
|
||||
bin/block2spec
|
||||
man/man1/mpeg_stat.1.gz
|
Loading…
Reference in a new issue