From 5f19768387c6f8a52b4586c9d25d46917ec49ac7 Mon Sep 17 00:00:00 2001 From: jakemsr Date: Thu, 8 Dec 2005 05:56:49 +0000 Subject: [PATCH] wtf? maybe I had a couple Terminal Gravitys before I made this commit, but I did _not_ do a 'cvs add' of this directory structure. cvs saiz, "sorry 'bout the noise". --- multimedia/dvdauthor/patch-src_readxml_c | 21 --------------------- multimedia/dvdauthor/pkg/DESCR | 4 ---- multimedia/dvdauthor/pkg/PLIST | 14 -------------- 3 files changed, 39 deletions(-) delete mode 100644 multimedia/dvdauthor/patch-src_readxml_c delete mode 100644 multimedia/dvdauthor/pkg/DESCR delete mode 100644 multimedia/dvdauthor/pkg/PLIST diff --git a/multimedia/dvdauthor/patch-src_readxml_c b/multimedia/dvdauthor/patch-src_readxml_c deleted file mode 100644 index 9c054b69be0..00000000000 --- a/multimedia/dvdauthor/patch-src_readxml_c +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-src_readxml_c,v 1.1 2005/12/08 05:47:28 jakemsr Exp $ ---- src/readxml.c.orig Mon Dec 5 20:52:14 2005 -+++ src/readxml.c Mon Dec 5 20:57:19 2005 -@@ -34,6 +34,8 @@ - #include - #endif - -+#include -+ - static const char RCSID[]="$Id: patch-src_readxml_c,v 1.1 2005/12/08 05:47:28 jakemsr Exp $"; - - int parser_err=0, parser_acceptbody=0; -@@ -207,7 +209,7 @@ static iconv_t get_conv() - } - } else - fprintf(stderr,"WARN: Error reading locale (%m), assuming C\n"); -- enc=nl_langinfo(CODESET); -+ enc=locale_charset(); - fprintf(stderr,"INFO: Converting filenames to %s\n",enc); - ic=iconv_open(enc,"UTF-8"); - if( ic==((iconv_t)-1) ) { diff --git a/multimedia/dvdauthor/pkg/DESCR b/multimedia/dvdauthor/pkg/DESCR deleted file mode 100644 index 2aede57795b..00000000000 --- a/multimedia/dvdauthor/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -The dvdauthor package is a simple set of tools for DVD authoring. The -idea is to be able to create menus, buttons, chapters, etc. For now -functionality is mostly limited to creating DVD filesystems from mpeg -streams that were created by mplex -f 8 from mjpegtools 1.6.0 or newer. diff --git a/multimedia/dvdauthor/pkg/PLIST b/multimedia/dvdauthor/pkg/PLIST deleted file mode 100644 index 5601dc62ccf..00000000000 --- a/multimedia/dvdauthor/pkg/PLIST +++ /dev/null @@ -1,14 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/28 06:52:55 jakemsr Exp $ -bin/dvdauthor -bin/dvddirdel -bin/dvdunauthor -bin/mpeg2desc -bin/spumux -bin/spuunmux -@man man/man1/dvdauthor.1 -@man man/man1/spumux.1 -share/doc/dvdauthor/ -share/doc/dvdauthor/README -share/dvdauthor/ -share/dvdauthor/dvdauthor.xsd -share/dvdauthor/spumux.xsd