From c8ae8d8c72d44095fdac6de54e400062fc90ccf7 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 6 Feb 2003 17:57:35 +0000 Subject: add avinfo 0.5 A utility for displaying AVI header information --- graphics/Makefile | 1 + graphics/avinfo/Makefile | 33 +++++++++++++++++++++++++++++++++ graphics/avinfo/distinfo | 1 + graphics/avinfo/pkg-comment | 1 + graphics/avinfo/pkg-descr | 11 +++++++++++ graphics/avinfo/pkg-plist | 10 ++++++++++ 6 files changed, 57 insertions(+) create mode 100644 graphics/avinfo/Makefile create mode 100644 graphics/avinfo/distinfo create mode 100644 graphics/avinfo/pkg-comment create mode 100644 graphics/avinfo/pkg-descr create mode 100644 graphics/avinfo/pkg-plist (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index e38f0bb0bf0e..338287e63d5b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -18,6 +18,7 @@ SUBDIR += autotrace SUBDIR += avidemux SUBDIR += aview + SUBDIR += avinfo SUBDIR += backfract SUBDIR += barcode SUBDIR += bbrb diff --git a/graphics/avinfo/Makefile b/graphics/avinfo/Makefile new file mode 100644 index 000000000000..544cf59727bd --- /dev/null +++ b/graphics/avinfo/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection Makefile for: avinfo +# Date created: Feb 7, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= avinfo +PORTVERSION= 0.5 +CATEGORIES= graphics +MASTER_SITES= http://anime.org.ru/soft/avinfo/ + +MAINTAINER= ports@FreeBSD.org + +USE_ZIP= yes +WRKSRC= ${WRKDIR}/src + +post-patch: + @(cd ${WRKSRC} && ${CP} messages.c temp ; \ + ${CAT} temp | col -b > messages.c) + +do-build: + @(cd ${WRKSRC} && ${CC} ${CFLAGS} -o avinfo avinfo.c) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/avinfo ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../DOC/* ${DOCSDIR} +.endif + +.include diff --git a/graphics/avinfo/distinfo b/graphics/avinfo/distinfo new file mode 100644 index 000000000000..56075fd9aaab --- /dev/null +++ b/graphics/avinfo/distinfo @@ -0,0 +1 @@ +MD5 (avinfo-0.5.zip) = 9ef18734e315dada2874778ae8c5ea85 diff --git a/graphics/avinfo/pkg-comment b/graphics/avinfo/pkg-comment new file mode 100644 index 000000000000..3248aac6ce76 --- /dev/null +++ b/graphics/avinfo/pkg-comment @@ -0,0 +1 @@ +A utility for displaying AVI header information diff --git a/graphics/avinfo/pkg-descr b/graphics/avinfo/pkg-descr new file mode 100644 index 000000000000..fccdb97f0117 --- /dev/null +++ b/graphics/avinfo/pkg-descr @@ -0,0 +1,11 @@ +AVInfo is a utility for displaying AVI header information. It returns the +length of a clip, FPS, resolution, codec, sound parametrs, and the number +and type of streams, including detailed information for each. + - resolution + - length + - fps + - type of using audio and video codecs + - sound params + - Number of streams, its types (audio/video) + +WWW: http://anime.org.ru/soft/avinfo/english.shtml diff --git a/graphics/avinfo/pkg-plist b/graphics/avinfo/pkg-plist new file mode 100644 index 000000000000..b0440d208c9d --- /dev/null +++ b/graphics/avinfo/pkg-plist @@ -0,0 +1,10 @@ +bin/avinfo +%%PORTDOCS%%%%DOCSDIR%%/Readme +%%PORTDOCS%%%%DOCSDIR%%/Readme.ru +%%PORTDOCS%%%%DOCSDIR%%/meta +%%PORTDOCS%%%%DOCSDIR%%/reklama.txt +%%PORTDOCS%%%%DOCSDIR%%/tech_note +%%PORTDOCS%%%%DOCSDIR%%/todo +%%PORTDOCS%%%%DOCSDIR%%/whatsnew +%%PORTDOCS%%%%DOCSDIR%%/whatsnew.ru +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3