summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/stan/ChangeLog9
-rw-r--r--media-video/stan/Manifest2
-rw-r--r--media-video/stan/files/digest-stan-0.4.11
-rw-r--r--media-video/stan/metadata.xml8
-rw-r--r--media-video/stan/stan-0.4.1.ebuild18
5 files changed, 38 insertions, 0 deletions
diff --git a/media-video/stan/ChangeLog b/media-video/stan/ChangeLog
new file mode 100644
index 000000000000..b0371b7901e7
--- /dev/null
+++ b/media-video/stan/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-video/stan
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/stan/ChangeLog,v 1.1 2005/01/17 18:12:44 kzimmerm Exp $
+
+*stan-0.4.1 (17 Jan 2005)
+
+ 17 Jan 2005; Kai Zimmermann <kzimmerm@gentoo.org> :
+ Initial import into the tree. Closes bug #35553. Thanks to
+ Konrad Rieck <kr@roqe.org> for the ebuild submission.
diff --git a/media-video/stan/Manifest b/media-video/stan/Manifest
new file mode 100644
index 000000000000..5d38bbc4de18
--- /dev/null
+++ b/media-video/stan/Manifest
@@ -0,0 +1,2 @@
+MD5 ee9922f0b0ab60e32bec0e5c71e363f9 stan-0.4.1.ebuild 490
+MD5 b9f1671a1734aa05394e2bfc85152e6b files/digest-stan-0.4.1 61
diff --git a/media-video/stan/files/digest-stan-0.4.1 b/media-video/stan/files/digest-stan-0.4.1
new file mode 100644
index 000000000000..aaacbc7f8922
--- /dev/null
+++ b/media-video/stan/files/digest-stan-0.4.1
@@ -0,0 +1 @@
+MD5 7ab27260711aa2a263696464247e6a14 stan-0.4.1.tar.gz 37471
diff --git a/media-video/stan/metadata.xml b/media-video/stan/metadata.xml
new file mode 100644
index 000000000000..7164bf883e16
--- /dev/null
+++ b/media-video/stan/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>video</herd>
+<maintainer>
+ <email>kzimmerm@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/media-video/stan/stan-0.4.1.ebuild b/media-video/stan/stan-0.4.1.ebuild
new file mode 100644
index 000000000000..571d39dba201
--- /dev/null
+++ b/media-video/stan/stan-0.4.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/stan/stan-0.4.1.ebuild,v 1.1 2005/01/17 18:12:44 kzimmerm Exp $
+
+DESCRIPTION="Stan is a console application that analyzes binary streams and calculates statistical information."
+HOMEPAGE="http://www.roqe.org/stan/"
+SRC_URI="http://www.roqe.org/stan/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+src_install() {
+ einstall || die
+}