aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gmimms
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-08-21 00:01:45 +0800
committeritetcu <itetcu@FreeBSD.org>2007-08-21 00:01:45 +0800
commit06dd129aaba505a6a38b0a57b933bd8f92eef26d (patch)
tree6aea5591289206c7946447033484f6fef04b5356 /multimedia/gmimms
parent68716c9fb449acb6814db57c77b5ce5574039aa6 (diff)
downloadfreebsd-ports-gnome-06dd129aaba505a6a38b0a57b933bd8f92eef26d.tar.gz
freebsd-ports-gnome-06dd129aaba505a6a38b0a57b933bd8f92eef26d.tar.zst
freebsd-ports-gnome-06dd129aaba505a6a38b0a57b933bd8f92eef26d.zip
GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
So it is easy to enter the MMS-URL and the output file. You can also record live-streams by setting the recording length in GMiMMS. WWW: http://gmimms.sourceforge.net/ PR: ports/ports/114239 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn>
Diffstat (limited to 'multimedia/gmimms')
-rw-r--r--multimedia/gmimms/Makefile44
-rw-r--r--multimedia/gmimms/distinfo3
-rw-r--r--multimedia/gmimms/pkg-descr5
3 files changed, 52 insertions, 0 deletions
diff --git a/multimedia/gmimms/Makefile b/multimedia/gmimms/Makefile
new file mode 100644
index 000000000000..7d06f74c23af
--- /dev/null
+++ b/multimedia/gmimms/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: gmimms
+# Date created: 3 Jul 2007
+# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gmimms
+DISTVERSION= 0.0.9
+CATEGORIES= multimedia net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
+
+MAINTAINER= liu_yinghong@yahoo.com.cn
+COMMENT= A frontend to MiMMS (Multimedia Stream ripper)
+
+RUN_DEPENDS= mimms:${PORTSDIR}/multimedia/mimms
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gtk20
+CONFIGURE_ARGS+=--disable-nls
+INSTALL_TARGET= install-exec
+
+PLIST_FILES= bin/gmimms
+
+PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
+
+DESKTOP_ENTRIES= "GIMMS" \
+ "A GTK+ frontend for MiMMS" \
+ "" \
+ "gmimms" \
+ "Application;GTK;AudioVideo;Network;" \
+ "false"
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for doc in ${PORTDOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/multimedia/gmimms/distinfo b/multimedia/gmimms/distinfo
new file mode 100644
index 000000000000..3320ae177236
--- /dev/null
+++ b/multimedia/gmimms/distinfo
@@ -0,0 +1,3 @@
+MD5 (gmimms-0.0.9.tar.bz2) = 2b676c828822158208732e147488504a
+SHA256 (gmimms-0.0.9.tar.bz2) = 5264c9f8381a2543870aaa3b066fcd3d19150cdb3688a530cfaac86e2b3cdbd2
+SIZE (gmimms-0.0.9.tar.bz2) = 120200
diff --git a/multimedia/gmimms/pkg-descr b/multimedia/gmimms/pkg-descr
new file mode 100644
index 000000000000..b52c2b33e423
--- /dev/null
+++ b/multimedia/gmimms/pkg-descr
@@ -0,0 +1,5 @@
+GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
+So it is easy to enter the MMS-URL and the output file. You can
+also record live-streams by setting the recording length in GMiMMS.
+
+WWW: http://gmimms.sourceforge.net/