summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-06 17:57:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-06 17:57:35 +0000
commitc8ae8d8c72d44095fdac6de54e400062fc90ccf7 (patch)
tree6947dffe258e4c0181fa1e909629a08343e89e01 /graphics
parentUpdate to 0.2.0 pre1 (diff)
add avinfo 0.5
A utility for displaying AVI header information
Notes
Notes: svn path=/head/; revision=74982
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/avinfo/Makefile33
-rw-r--r--graphics/avinfo/distinfo1
-rw-r--r--graphics/avinfo/pkg-comment1
-rw-r--r--graphics/avinfo/pkg-descr11
-rw-r--r--graphics/avinfo/pkg-plist10
6 files changed, 57 insertions, 0 deletions
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 <bsd.port.mk>
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%%