diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-22 02:50:43 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-22 02:50:43 +0800 |
commit | 214b7945a59052de26770831de6623c2999a4955 (patch) | |
tree | 00c1cc4be8cabce960b566c508d7bc694a7a1845 | |
parent | eddf08d333f9cdf05f328d5d626f7c467da28074 (diff) | |
download | freebsd-ports-gnome-214b7945a59052de26770831de6623c2999a4955.tar.gz freebsd-ports-gnome-214b7945a59052de26770831de6623c2999a4955.tar.zst freebsd-ports-gnome-214b7945a59052de26770831de6623c2999a4955.zip |
o New port Ksubeditor version: 0.13.r1: A video subtitle editor for
KDE
o First port in multimedia category
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/ksubeditor/Makefile | 24 | ||||
-rw-r--r-- | multimedia/ksubeditor/distinfo | 1 | ||||
-rw-r--r-- | multimedia/ksubeditor/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/ksubeditor/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/ksubeditor/pkg-plist | 10 |
6 files changed, 45 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 0c5714006a26..cb73405e63b4 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += ksubeditor SUBDIR += .include <bsd.port.subdir.mk> diff --git a/multimedia/ksubeditor/Makefile b/multimedia/ksubeditor/Makefile new file mode 100644 index 000000000000..a4aa2d9f62d8 --- /dev/null +++ b/multimedia/ksubeditor/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: ksubeditor +# Date created: Thu Nov 21 15:05:53 UTC 2002 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= KSubeditor +PORTVERSION= 0.13.r1 +CATEGORIES= multimedia kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:L} +DISTNAME= ${PORTNAME:L}-${PORTVERSION:R}${PORTVERSION:E:S/^r/rc/} + +MAINTAINER= lioux@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION:R} + +USE_KDELIBS_VER= 3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-transform-name='' + +.include <bsd.port.mk> diff --git a/multimedia/ksubeditor/distinfo b/multimedia/ksubeditor/distinfo new file mode 100644 index 000000000000..e2e7e3aee9fd --- /dev/null +++ b/multimedia/ksubeditor/distinfo @@ -0,0 +1 @@ +MD5 (ksubeditor-0.13rc1.tar.gz) = 238abcc21f949bd9f636ad90b822b277 diff --git a/multimedia/ksubeditor/pkg-comment b/multimedia/ksubeditor/pkg-comment new file mode 100644 index 000000000000..f385776c7fb0 --- /dev/null +++ b/multimedia/ksubeditor/pkg-comment @@ -0,0 +1 @@ +A video subtitle editor for KDE diff --git a/multimedia/ksubeditor/pkg-descr b/multimedia/ksubeditor/pkg-descr new file mode 100644 index 000000000000..4c2663294812 --- /dev/null +++ b/multimedia/ksubeditor/pkg-descr @@ -0,0 +1,8 @@ +[ excerpt with some modifications from author's website ] + +ksubeditor is a video subtitle editor for KDE. It is able to edit +and convert subtitles between different subtitle formats. It is +able to easily change the time of the subtitle and fit it to the +movie. + +WWW: http://ksubeditor.sourceforge.net/ diff --git a/multimedia/ksubeditor/pkg-plist b/multimedia/ksubeditor/pkg-plist new file mode 100644 index 000000000000..7571b68e227b --- /dev/null +++ b/multimedia/ksubeditor/pkg-plist @@ -0,0 +1,10 @@ +bin/ksubeditor +share/applnk/Applications/ksubeditor.desktop +share/apps/ksubeditor/ksubeditorui.rc +share/doc/HTML/en/ksubeditor/common +share/doc/HTML/en/ksubeditor/index.cache.bz2 +share/doc/HTML/en/ksubeditor/index.docbook +share/icons/locolor/16x16/apps/ksubeditor.png +share/icons/locolor/32x32/apps/ksubeditor.png +@dirrm share/doc/HTML/en/ksubeditor +@dirrm share/apps/ksubeditor |