1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove expired leaf port:

2006-05-25 multimedia/splitmpg
This commit is contained in:
Vasil Dimov 2006-05-30 05:03:47 +00:00
parent 60b1d6f3e9
commit 9d22ce411d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163930
7 changed files with 1 additions and 116 deletions

1
MOVED
View File

@ -2351,3 +2351,4 @@ x11-toolkits/gtk--2|x11-toolkits/gtkmm20|2006-05-29|Renamed to use real vendor p
x11-toolkits/gtk--2-reference|x11-toolkits/gtkmm20-reference|2006-05-29|Renamed to use real vendor package name
x11-wm/sawfish2|x11-wm/sawfish|2006-05-29|Use unversioned name
audio/opennap|net-p2p/opennap|2006-05-29|Napster-based server belongs to net-p2p
multimedia/splitmpg||2006-05-30|Has expired: mastersite disappeared, no longer maintained by author

View File

@ -183,7 +183,6 @@
SUBDIR += smpeg
SUBDIR += smpeg-xmms
SUBDIR += spigot
SUBDIR += splitmpg
SUBDIR += streamanalyze
SUBDIR += streamdvd
SUBDIR += subconv

View File

@ -1,31 +0,0 @@
# New ports collection makefile for: splitmpg
# Date created: Wed Jul 31 21:59:42 CDT 1996
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= splitmpg
PORTVERSION= 1.0
CATEGORIES= multimedia
MASTER_SITES= http://member.netease.com/~inetsoft/downloads/sourcecode/multimedia/mpeg/unix/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Splits an ISO 11172-1 into its components
BROKEN= mastersite disappeared, no longer maintained by author
DEPRECATED= ${BROKEN}
EXPIRATION_DATE= 2006-05-25
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= splitmpeg.1
PLIST_FILES= bin/splitmpeg
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/splitmpeg ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/splitmpeg.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (splitmpg.tgz) = 223af42151864efdb6e113a026b53185
SHA256 (splitmpg.tgz) = 3526a96a4659b4f74880e59ea9e7c5e573dc933544c2473fe7f92d4caff99354
SIZE (splitmpg.tgz) = 11958

View File

@ -1,21 +0,0 @@
--- makefile.orig Thu Jun 23 00:07:39 1994
+++ makefile Wed Apr 26 19:23:14 2000
@@ -22,11 +22,14 @@
# Email: michael@ecel.uwa.edu.au
# Post: P.O. Box 506, NEDLANDS WA 6009, AUSTRALIA
+# FreeBSD
+LIBS = -lm
+
# Linux
-CC=g++
-CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER
-INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/
-LIBS=-lm
+#CC=g++
+#CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER
+#INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/
+#LIBS=-lm
# SunOS
#CFLAGS = -O2 -Wall -DSunOS -DSPARC

View File

@ -1,45 +0,0 @@
.\" The following requests are required for all man pages.
.Dd Thu Aug 1 09:36:57 CDT 1996
.Os
.Dt splitmpeg 1
.Sh NAME
.Nm splitmpeg
.Sh SYNOPSIS
.Nm splitmpeg
.Op Fl vq
.Ar filename
.Sh DESCRIPTION
.Nm splitmpeg
splits an ISO 11172-1 MPEG system layer stream into its components.
.Fl v
print pack SCR and mux rate for each pack.
.Fl q
work quitely, nothing is written to stdout.
.\" .Sh ENVIRONMENT
.Sh FILES
.Bl -tag -width stm188.mpg -compact
.It Pa stm188.mpg
is a reserved stream.
.It Pa stm189.mpg
is private stream 1.
.It Pa stm190.mpg
is the padding stream.
.It Pa stm191.mpg
is private stream 2.
.It Pa stm192.mpg to stm223.mpg
are audio streams.
.It Pa stm224.mpg to stm239.mpg
are video streams.
.Sh AUTHORS
splitmpeg was written by Michael Simmons <michael@ecel.uwa.edu.au>.
This man page was written by Eric L. Hernes <erich@FreeBSD.org>

View File

@ -1,15 +0,0 @@
From readme.txt:
This program splits an ISO 11172-1 System layer stream into its
component elemental streams.
Comments and suggestions are welcome.
For the present (22 of June 1994) I can be contacted via
Email: michael@ecel.uwa.edu.au
Post: P.O. Box 506, NEDLANDS WA 6009, AUSTRALIA
Updates to this source will first appear on
decel.ecel.uwa.edu.au in the /users/michael directory
This machine may change name within the next 6 months.
eric.
erich@FreeBSD.org