new port for `mpeg_stat', an mpeg stream analyzer

This commit is contained in:
Eric L. Hernes 1996-08-16 13:40:49 +00:00
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

View 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>

View file

@ -0,0 +1 @@
MD5 (mpeg_stat-2.2b-src.tar.gz) = d0eca3833b76855c4e348b39deaf667d

View 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)

View file

@ -0,0 +1 @@
an MPEG-I statistics gatherer.

View 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

View file

@ -0,0 +1,3 @@
bin/mpeg_stat
bin/block2spec
man/man1/mpeg_stat.1.gz

View 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>

View file

@ -0,0 +1 @@
MD5 (mpeg_stat-2.2b-src.tar.gz) = d0eca3833b76855c4e348b39deaf667d

View 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)

View file

@ -0,0 +1 @@
an MPEG-I statistics gatherer.

View 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

View file

@ -0,0 +1,3 @@
bin/mpeg_stat
bin/block2spec
man/man1/mpeg_stat.1.gz