Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 21:15:19 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98350: Update Port: net/p5-Net-Z3950-SimpleServer 0.08->1.01
Message-ID:  <200606020315.k523FJHV061371@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606020320.k523KFX0096596@freefall.freebsd.org>

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

>Number:         98350
>Category:       ports
>Synopsis:       Update Port: net/p5-Net-Z3950-SimpleServer 0.08->1.01
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 03:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.08 to v1.01
- Update plist
- Make test fails under my 4.11, system Perl jail.  You will likely want 
to double-check the new code to see if it can be tweaked.

Revision history for Perl extension Net::Z3950::SimpleServer

1.01  Fri Mar 24 12:09:32 GMT 2006
	- Documentation of release 1.00's SRU/SRW facilities.
	- Makefile.PL now fails if YAZ version is earlier than 2.0.0,
	  which was the first with SRU/SRW support.

1.00  Fri Mar 24 01:20:24 GMT 2006
	- Support for SRU and SRW.  Mostly this is provided by the YAZ
	  GFS, but changes are needed to allow for the case where
	  there is no RPN query (due to absent on invalid <cql2rpn>
	  element in GFS configuration) so that CQL is passed through
	  natively; and also to fake up an {REQ_FORM} and {REP_FORM}
	  parameters set to the "text/xml" OID when this information
	  is not specified by the GFS.
	  (The jump in version number is due to the SRU/W support.)
	- Include "logging-server.pl" in the distribution: the
	  simplest possible SimpleServer application, which merely
	  logs the client-request data structures.
	- Makefile.PL is more helpful if yaz-config isn't found.
	- Explicitly disable prototypes in SimpleServer.xs: makes no
	  difference but suppresses an error message for a cleaner
	  build.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Z3950-SimpleServer/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	1 Jan 2006 19:43:50 -0000	1.8
+++ Makefile	2 Jun 2006 03:13:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net-Z3950-SimpleServer
-PORTVERSION=	0.08
+PORTVERSION=	1.01
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -20,15 +20,12 @@
 PERL_CONFIGURE=	yes
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
 
-MAN3=		Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
+MAN3=	Net::Z3950::GRS1.3 Net::Z3950::SimpleServer.3
 
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-post-patch:
-	${REINPLACE_CMD} -e 's/PERL_GET_CONTEXT/(PL_curinterp)/g' ${WRKSRC}/SimpleServer.xs
-	${REINPLACE_CMD} -e 's/PERL_SET_CONTEXT/(PL_curinterp)=/g' ${WRKSRC}/SimpleServer.xs
-	${REINPLACE_CMD} -e '/LIBS/s/=>.*/=> "$$libs -lc_r",/' ${WRKSRC}/Makefile.PL
+IGNORE=	doesn't run under FreeBSD versions less than 5.x
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Z3950-SimpleServer/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	1 Jan 2006 19:43:50 -0000	1.5
+++ distinfo	2 Jun 2006 03:13:44 -0000
@@ -1,3 +1,3 @@
-MD5 (Net-Z3950-SimpleServer-0.08.tar.gz) = 56e768945d4f7150f6cab1b1958a137e
-SHA256 (Net-Z3950-SimpleServer-0.08.tar.gz) = 2bffc8cb59db4c52c8efb3609b55090eea87c33039097c6685dcf1a214070232
-SIZE (Net-Z3950-SimpleServer-0.08.tar.gz) = 24552
+MD5 (Net-Z3950-SimpleServer-1.01.tar.gz) = 690e0ebff9323761d9f65068aa478650
+SHA256 (Net-Z3950-SimpleServer-1.01.tar.gz) = 63c908d3932348a05ce8ec279d0c82c441ee7edb84bb83ce3c3bc742b7e8f97b
+SIZE (Net-Z3950-SimpleServer-1.01.tar.gz) = 27936
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-Net-Z3950-SimpleServer/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 02:46:01 -0000	1.4
+++ pkg-plist	2 Jun 2006 03:13:44 -0000
@@ -1,14 +1,15 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/autosplit.ix
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/GRS1.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/OID.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/SimpleServer.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/grs_test.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/logging-server.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950/ztest.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/SimpleServer.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer/autosplit.ix
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950/SimpleServer
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Z3950
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/Z3950
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
--- submission.txt ends here ---


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



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