From 214b7945a59052de26770831de6623c2999a4955 Mon Sep 17 00:00:00 2001 From: lioux Date: Thu, 21 Nov 2002 18:50:43 +0000 Subject: o New port Ksubeditor version: 0.13.r1: A video subtitle editor for KDE o First port in multimedia category --- multimedia/Makefile | 1 + multimedia/ksubeditor/Makefile | 24 ++++++++++++++++++++++++ multimedia/ksubeditor/distinfo | 1 + multimedia/ksubeditor/pkg-comment | 1 + multimedia/ksubeditor/pkg-descr | 8 ++++++++ multimedia/ksubeditor/pkg-plist | 10 ++++++++++ 6 files changed, 45 insertions(+) create mode 100644 multimedia/ksubeditor/Makefile create mode 100644 multimedia/ksubeditor/distinfo create mode 100644 multimedia/ksubeditor/pkg-comment create mode 100644 multimedia/ksubeditor/pkg-descr create mode 100644 multimedia/ksubeditor/pkg-plist 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 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 +# +# $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 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 -- cgit