On Nov 15 18:11:48, [email protected] wrote: > Looks fine to me, too. > I wouldn't mind being replaced as maintainer, > since I didn't use this program for a while.
On Nov 15 20:45:01, [email protected] wrote: > thanks, committed. Now that audio/oggtag is at its latest, do we want to drop it altogether? Yeah. Sorry for wasting everyone's time on the update, but while rewriting the manpage and preparing the update, I became convinced there's no point in having it: vorbiscomment(1) of vorbis-tools does everything that oggtag(1) does (and you do have vorbis-tools installed if you want to handle ogg files) and most importantly, oggtag is the opposite of least surprise: $ oggtag file.ogg What does that do? It removes all the ogg tags. That's right: BUGS oggtag deletes all tags that are not specified. The default is not to list the present tags (as for e.g vorbiscomment), but to rewrite the present tags with the given set (possibly empty); it has no mode for listing or editing or appending, it only rewrites. So now I don't know who recorded 01.sgt-pepper.ogg on which album. Is there anyone using audio/oggtag? What other alternatives are there taht people use beside vorbis-tools? The maintainer just stepped down, but what do you think, Julian? Jan Index: Makefile =================================================================== RCS file: /cvs/ports/audio/Makefile,v retrieving revision 1.390 diff -u -p -u -p -r1.390 Makefile --- Makefile 27 Aug 2017 16:09:21 -0000 1.390 +++ Makefile 15 Nov 2017 22:31:24 -0000 @@ -141,7 +141,6 @@ SUBDIR += nosefart SUBDIR += nspmod SUBDIR += ocp - SUBDIR += oggtag SUBDIR += openal SUBDIR += opencore-amr SUBDIR += opennap Index: oggtag/Makefile =================================================================== RCS file: oggtag/Makefile diff -N oggtag/Makefile --- oggtag/Makefile 22 Jan 2015 21:17:46 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,39 +0,0 @@ -# $OpenBSD: Makefile,v 1.12 2015/01/22 21:17:46 naddy Exp $ -COMMENT= command-line editor for tags in Ogg Vorbis files - -DISTNAME= oggtag_1.0 -PKGNAME= ${DISTNAME:S/_/-/} -REVISION= 0 -CATEGORIES= audio - -HOMEPAGE= http://oggtag.sourceforge.net/ - -MAINTAINER= Julian Leyh <[email protected]> - -# GPLv2 -PERMIT_PACKAGE_CDROM= Yes - -WANTLIB= c m ogg>=5 vorbis>=3 - -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=oggtag/} -EXTRACT_SUFX= .tgz - -LIB_DEPENDS= audio/libogg \ - audio/libvorbis - -WRKDIST= ${WRKDIR} - -NO_TEST= Yes - -LIBS= -lvorbis -logg -lm - -do-build: - cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -o oggtag oggtag.c vcedit.c \ - -I${LOCALBASE}/include -L${LOCALBASE}/lib ${LIBS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/oggtag ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/oggtag.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> Index: oggtag/distinfo =================================================================== RCS file: oggtag/distinfo diff -N oggtag/distinfo --- oggtag/distinfo 18 Jan 2015 03:12:46 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,2 +0,0 @@ -SHA256 (oggtag_1.0.tgz) = AZdZgRWUQl4DPfXtv6ygWZXsn66epQbTPWOtDaFQBzQ= -SIZE (oggtag_1.0.tgz) = 14463 Index: oggtag/patches/patch-oggtag_c =================================================================== RCS file: oggtag/patches/patch-oggtag_c diff -N oggtag/patches/patch-oggtag_c --- oggtag/patches/patch-oggtag_c 10 Jun 2004 20:37:44 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-oggtag_c,v 1.1.1.1 2004/06/10 20:37:44 xsa Exp $ ---- oggtag.c.orig 2002-12-02 10:03:27.000000000 +0100 -+++ oggtag.c 2004-06-10 16:51:58.000000000 +0200 -@@ -4,6 +4,8 @@ - */ - - #include <stdio.h> -+#include <stdlib.h> -+#include <string.h> - #include <unistd.h> - #include "vcedit.h" - Index: oggtag/pkg/DESCR =================================================================== RCS file: oggtag/pkg/DESCR diff -N oggtag/pkg/DESCR --- oggtag/pkg/DESCR 10 Jun 2004 20:37:44 -0000 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,5 +0,0 @@ -oggtag is a tiny command-line editor for description tags in Ogg Vorbis -files. It can set all the tags suggested by the Ogg Vorbis specification[1] -on one or several files at a time. - -[1] http://www.xiph.org/ogg/vorbis/doc/v-comment.html Index: oggtag/pkg/PLIST =================================================================== RCS file: oggtag/pkg/PLIST diff -N oggtag/pkg/PLIST --- oggtag/pkg/PLIST 10 Mar 2009 10:36:47 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.3 2009/03/10 10:36:47 sthen Exp $ -@bin bin/oggtag -@man man/man1/oggtag.1
