From owner-cvs-all@FreeBSD.ORG Wed Jan 18 06:45:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B520116A41F; Wed, 18 Jan 2006 06:45:00 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E93E43D45; Wed, 18 Jan 2006 06:45:00 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0I6j0Sc017446; Wed, 18 Jan 2006 06:45:00 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0I6j0Ul017445; Wed, 18 Jan 2006 06:45:00 GMT (envelope-from dinoex) Message-Id: <200601180645.k0I6j0Ul017445@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 18 Jan 2006 06:45:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia Makefile ports/multimedia/sabbu Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2006 06:45:00 -0000 dinoex 2006-01-18 06:45:00 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/sabbu Makefile distinfo pkg-descr pkg-plist Log: program used to "time" subtitles: * Any WAVE file can be used for timing * Reads/Writes SSA (Sub Station Alpha) and ASS (Advanced Sub Station) formats. * Instant preview of subtitle with all effects * Ability to place subtitles visually (Needs more testing) * Ability to mute specific channel * Ability to open alternate views of the same wave * Ability to mark key frames from a video on the waveform * Ability to save Workspace (saves information such as currently opened sound, video files and position in the wave) * Ability to format script on save * "Code Hiding" WWW: http://www.sabbu.com/ Revision Changes Path 1.153 +1 -0 ports/multimedia/Makefile 1.1 +40 -0 ports/multimedia/sabbu/Makefile (new) 1.1 +3 -0 ports/multimedia/sabbu/distinfo (new) 1.1 +14 -0 ports/multimedia/sabbu/pkg-descr (new) 1.1 +53 -0 ports/multimedia/sabbu/pkg-plist (new)