Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2001 12:45:31 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24203: Update port: graphics/qvplay to 0.95
Message-ID:  <200101092045.f09KjVR30107@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24203
>Category:       ports
>Synopsis:       Update port: graphics/qvplay to 0.95
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 09 12:50:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.95
- Add WWW: line

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/qvplay/Makefile graphics/qvplay/Makefile
--- /usr/ports/graphics/qvplay/Makefile	Tue Jan  9 21:57:34 2001
+++ graphics/qvplay/Makefile	Wed Jan 10 05:45:31 2001
@@ -6,35 +6,34 @@
 #
 
 PORTNAME=	qvplay
-PORTVERSION=	0.94
+PORTVERSION=	0.95
 CATEGORIES=	graphics
-MASTER_SITES=   http://www.asahi-net.or.jp/~xg2k-hys/
+MASTER_SITES=	http://www.asahi-net.or.jp/~xg2k-hys/
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	ports@FreeBSD.org
 
-RESTRICTED=	"Redistribution prohibited since it is in beta test period"
+WRKSRC=		${WRKDIR}/QVplay095/obj/FreeBSD
 
-WRKSRC=		${WRKDIR}/QVplay094/obj/FreeBSD
 GNU_CONFIGURE=	yes
+
 MAN1= 		qvplay.1 qvrec.1 qvalldel.1
-MAKE_ARGS+=	INSTALL_MAN="${INSTALL_MAN}"
 
-DOC=	README README.eng README.FreeBSD FAQ.txt HISTORY PROTOCOL.txt \
-	PROTOCOL.eng
+PORTDOCS=	FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
+		README README.eng README.FreeBSD
 
 pre-patch:
 	@${MKDIR} ${WRKSRC}
 
 pre-configure:
-	@( cd ${WRKDIR}/QVplay094; ./setup FreeBSD )
+	@( cd ${WRKDIR}/QVplay095; ./setup FreeBSD )
 
 post-install:
+.if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/qvplay
-	for i in ${DOC}; do \
-		${INSTALL_DATA} ${WRKSRC}/../../$$i \
-			${PREFIX}/share/doc/qvplay; \
-	done
-	@${ECHO} && ${ECHO}
+.for file  in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/../../${file} ${PREFIX}/share/doc/qvplay
+.endfor
+.endif
 	@${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/qvplay/distinfo graphics/qvplay/distinfo
--- /usr/ports/graphics/qvplay/distinfo	Wed Nov 24 12:16:03 1999
+++ graphics/qvplay/distinfo	Wed Jan 10 03:21:09 2001
@@ -1 +1 @@
-MD5 (qvplay-0.94.tar.gz) = 4f1bbeec547e32f3348c26cfc43e505e
+MD5 (qvplay-0.95.tar.gz) = 70e0f0214b29a931bb5b875abcf41bdd
diff -urN /usr/ports/graphics/qvplay/files/patch-aa graphics/qvplay/files/patch-aa
--- /usr/ports/graphics/qvplay/files/patch-aa	Wed Nov 24 12:16:04 1999
+++ graphics/qvplay/files/patch-aa	Wed Jan 10 04:07:32 2001
@@ -1,15 +1,26 @@
---- ../../src/Makefile.in.old	Mon Nov 22 20:31:59 1999
-+++ ../../src/Makefile.in	Mon Nov 22 20:32:37 1999
+--- ../../src/Makefile.in.orig	Tue Aug 29 20:00:58 2000
++++ ../../src/Makefile.in	Wed Jan 10 03:59:59 2001
+@@ -10,8 +10,8 @@
+ INSTALL	= @INSTALL@
+ INSTALL_PROGRAM	= @INSTALL_PROGRAM@
+ INSTALL_DATA	= @INSTALL_DATA@
+-bindir	= /usr/local/bin
+-mandir  = /usr/local/man/man1
++bindir	= @prefix@/bin
++mandir  = @prefix@/man/man1
+ 
+ SRCS1	= tty.c command.c command1.c getuint.c jpeg.c ppm.c bmp.c qvplay.c
+ OBJS1	= tty.o command.o command1.o getuint.o jpeg.o ppm.o bmp.o qvplay.o
 @@ -55,9 +55,9 @@
- 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG1) $(bindir)/$(PROG1)
- 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG2) $(bindir)/$(PROG2)
- 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 4755 $(PROG3) $(bindir)/$(PROG3)
+ 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 2755 $(PROG1) $(bindir)/$(PROG1)
+ 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 2755 $(PROG2) $(bindir)/$(PROG2)
+ 	$(INSTALL_PROGRAM) -s -o root -g uucp -m 2755 $(PROG3) $(bindir)/$(PROG3)
 -	$(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN1) $(mandir)/$(MAN1)
 -	$(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN2) $(mandir)/$(MAN2)
 -	$(INSTALL_PROGRAM) -o root -g bin -m 444 $(MAN3) $(mandir)/$(MAN3)
-+	${INSTALL_MAN} $(MAN1) $(mandir)/$(MAN1)
-+	${INSTALL_MAN} $(MAN2) $(mandir)/$(MAN2)
-+	${INSTALL_MAN} $(MAN3) $(mandir)/$(MAN3)
++	$(INSTALL_DATA) $(MAN1) $(mandir)/$(MAN1)
++	$(INSTALL_DATA) $(MAN2) $(mandir)/$(MAN2)
++	$(INSTALL_DATA) $(MAN3) $(mandir)/$(MAN3)
  depend: .depend
  .depend:
  	mkdep $(SRCS1)
diff -urN /usr/ports/graphics/qvplay/pkg-descr graphics/qvplay/pkg-descr
--- /usr/ports/graphics/qvplay/pkg-descr	Tue May 20 15:19:51 1997
+++ graphics/qvplay/pkg-descr	Wed Jan 10 03:19:49 2001
@@ -9,3 +9,5 @@
 AUTHOR CONTACT
 	Ken-ichi Hayashi <xg2k-hys@asahi-net.or.jp>
 	Jun-ichiro itojun Itoh <itojun@itojun.org>
+
+WWW: http://www.asahi-net.or.jp/~xg2k-hys/index-e.html
diff -urN /usr/ports/graphics/qvplay/pkg-plist graphics/qvplay/pkg-plist
--- /usr/ports/graphics/qvplay/pkg-plist	Tue May 20 15:19:51 1997
+++ graphics/qvplay/pkg-plist	Wed Jan 10 05:45:02 2001
@@ -1,11 +1,11 @@
 bin/qvalldel
 bin/qvplay
 bin/qvrec
-share/doc/qvplay/README
-share/doc/qvplay/README.eng
-share/doc/qvplay/README.FreeBSD
 share/doc/qvplay/FAQ.txt
 share/doc/qvplay/HISTORY
-share/doc/qvplay/PROTOCOL.txt
 share/doc/qvplay/PROTOCOL.eng
+share/doc/qvplay/PROTOCOL.txt
+share/doc/qvplay/README
+share/doc/qvplay/README.FreeBSD
+share/doc/qvplay/README.eng
 @dirrm share/doc/qvplay


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101092045.f09KjVR30107>