From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 19 21:40:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38381065676 for ; Mon, 19 May 2008 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95BDE8FC1D for ; Mon, 19 May 2008 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4JLe1cQ071052 for ; Mon, 19 May 2008 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4JLe1BX071051; Mon, 19 May 2008 21:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 19 May 2008 21:40:01 GMT Resent-Message-Id: <200805192140.m4JLe1BX071051@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Simonides Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B630C106567B for ; Mon, 19 May 2008 21:31:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AA9108FC14 for ; Mon, 19 May 2008 21:31:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4JLU030038929 for ; Mon, 19 May 2008 21:30:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m4JLU0Y8038928; Mon, 19 May 2008 21:30:00 GMT (envelope-from nobody) Message-Id: <200805192130.m4JLU0Y8038928@www.freebsd.org> Date: Mon, 19 May 2008 21:30:00 GMT From: Marcin Simonides To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/123825: New port: multimedia/sublib subtitle handling library for Mono used by gnome-subtitles X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 21:40:01 -0000 >Number: 123825 >Category: ports >Synopsis: New port: multimedia/sublib subtitle handling library for Mono used by gnome-subtitles >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 19 21:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marcin Simonides >Release: 7-STABLE >Organization: >Environment: >Description: SubLib is a library for handling various movie subtitle formats for the Mono/.Net environment. It used to be bundled with Gnome-Subtitles (multimedia/gnome-subtitles) but is not anymore, so I made a separate port. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sublib # sublib/pkg-plist # sublib/distinfo # sublib/pkg-descr # sublib/Makefile # echo c - sublib mkdir -p sublib > /dev/null 2>&1 echo x - sublib/pkg-plist sed 's/^X//' >sublib/pkg-plist << 'END-of-sublib/pkg-plist' Xlib/sublib/sublib.dll Xlib/pkgconfig/sublib.pc X@dirrmtry lib/sublib X@dirrmtry lib/pkgconfig END-of-sublib/pkg-plist echo x - sublib/distinfo sed 's/^X//' >sublib/distinfo << 'END-of-sublib/distinfo' XMD5 (sublib-0.9.zip) = 8d09e2785b4a6fa62fba71e4169a51fe XSHA256 (sublib-0.9.zip) = e3534d88ff347c876ce710e31793d637a0831466fba235179cefaaf1855be62a XSIZE (sublib-0.9.zip) = 255003 END-of-sublib/distinfo echo x - sublib/pkg-descr sed 's/^X//' >sublib/pkg-descr << 'END-of-sublib/pkg-descr' XSubLib is a library that eases the development of subtitling applications. It Xsupports the most common text-based subtitle formats and allows for subtitle Xediting, conversion and synchronization. X XSubLib is written in C# and can be used in platforms like Mono or .NET XFramework. X XWWW: http://sublib.sourceforge.net/ END-of-sublib/pkg-descr echo x - sublib/Makefile sed 's/^X//' >sublib/Makefile << 'END-of-sublib/Makefile' X# New ports collection makefile for: sublib X# Date created: 12 May 2008 X# Whom: Marcin Simonides X# X# $FreeBSD$ X# X XPORTNAME= sublib XPORTVERSION= 0.9 XCATEGORIES= multimedia textproc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= marcin@studio4plus.com XCOMMENT= Subtitle handling library for .NET/Mono X XBUILD_DEPENDS= mono:${PORTSDIR}/lang/mono XRUN_DEPENDS= mono:${PORTSDIR}/lang/mono X XUSE_ZIP= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} X XUSE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} X X.include X.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" X.include END-of-sublib/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: