Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 04:20:05 -0700 (PDT)
From:      Hye-Shik Chang <rasperky@dreamwiz.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27955: Update & New port : net/py-xmlrpc and net/py-fastxmlrpc
Message-ID:  <200106191120.f5JBK5X84630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27955; it has been noted by GNATS.

From: Hye-Shik Chang <rasperky@dreamwiz.com>
To: johann@egenetics.com
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/27955: Update & New port : net/py-xmlrpc and net/py-fastxmlrpc
Date: Tue, 19 Jun 2001 20:13:33 +0900 (KST)

 This is a diff that contains only current 
 SourceForge's port update.
 
 plz ignore PR's Fix. and commit this. sorry. :)
 
 diff -ruN py-xmlrpc.orig/Makefile py-xmlrpc/Makefile
 --- py-xmlrpc.orig/Makefile	Thu May 24 21:37:22 2001
 +++ py-xmlrpc/Makefile	Tue Jun 19 20:08:58 2001
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	xmlrpc
 -PORTVERSION=	0.8.2
 +PORTVERSION=	0.8.6
  CATEGORIES=	net python
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
 @@ -16,11 +16,11 @@
  MAINTAINER=	perky@python.or.kr
  
  BUILD_DEPENDS=	${PYDISTUTILS}
 -
 -WRKSRC=		${WRKDIR}/${PORTNAME}
 -PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
 -
  USE_PYTHON=	yes
 +
 +PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} \
 +		SHARE_SUBDIR=${SHARE_SUBDIR}
 +SHARE_SUBDIR=   ${PKGNAMEPREFIX}${PORTNAME}
  SETUP_CMD=	cd ${WRKSRC} && ${PYTHON_CMD} setup.py
  
  do-build:
 @@ -28,5 +28,9 @@
  
  do-install:
  	${SETUP_CMD} install
 +.if !defined(NOPORTDOCS)
 +	${MKDIR} ${PREFIX}/share/examples/${SHARE_SUBDIR}
 +	cd ${WRKSRC} && ${INSTALL_DATA} doc/example/* ${PREFIX}/share/examples/${SHARE_SUBDIR}
 +.endif
  
  .include <bsd.port.mk>
 diff -ruN py-xmlrpc.orig/distinfo py-xmlrpc/distinfo
 --- py-xmlrpc.orig/distinfo	Thu May 24 21:37:22 2001
 +++ py-xmlrpc/distinfo	Tue Jun 19 20:07:59 2001
 @@ -1 +1 @@
 -MD5 (py-xmlrpc-0.8.2.tar.gz) = bd484cd20b7b7a418222a39b39bb4c39
 +MD5 (py-xmlrpc-0.8.6.tar.gz) = b27630de8034a4b6fe4fc9fb4a5b742f
 diff -ruN py-xmlrpc.orig/files/patch-setup.py py-xmlrpc/files/patch-setup.py
 --- py-xmlrpc.orig/files/patch-setup.py	Thu May 24 21:37:22 2001
 +++ py-xmlrpc/files/patch-setup.py	Thu Jan  1 09:00:00 1970
 @@ -1,11 +0,0 @@
 ---- setup.py.orig	Sun Apr 22 23:37:47 2001
 -+++ setup.py	Sun Apr 22 23:37:55 2001
 -@@ -4,7 +4,7 @@
 - 
 - import sys
 - 
 --if sys.platform[:5] == 'linux':
 -+if sys.platform[:7] == 'freebsd':
 - 	MACROS	= {'define' : []}
 - 	LIBS	= []
 - else:
 diff -ruN py-xmlrpc.orig/pkg-plist py-xmlrpc/pkg-plist
 --- py-xmlrpc.orig/pkg-plist	Thu May 24 21:37:22 2001
 +++ py-xmlrpc/pkg-plist	Tue Jun 19 20:07:59 2001
 @@ -1,3 +1,12 @@
  %%PYTHON_SITELIBDIR%%/_xmlrpc.so
  %%PYTHON_SITELIBDIR%%/xmlrpc.py
  %%PYTHON_SITELIBDIR%%/xmlrpc.pyc
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/README
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/baseClient.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/baseControl.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/baseServer.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/exControl.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/exclient.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/exserver.py
 +%%PORTDOCS%%share/examples/%%SHARE_SUBDIR%%/killserver.py
 +%%PORTDOCS%%@dirrm share/examples/%%SHARE_SUBDIR%%
 
 
 -------------------------------------------------
 DreamWiz Free Mail @ http://www.dreamwiz.com/
 DreamSearch Click the world!!! http://search.dreamwiz.com/
 
 

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?200106191120.f5JBK5X84630>