On 2008/06/22 12:58, frantisek holop wrote:
> > http://openports.se/devel/py-gdata ?
> 
> oh darn..  
> i had a bit dated ports.tar.gz...
> sorry about the noise.  anyway, it's an update then :]
> whos the maintainer?  noone's in the makefile...

$ cd /usr/ports/*/py-gdata && make show=MAINTAINER
The OpenBSD ports mailing-list <ports@openbsd.org>

How about this? I like including the docs and examples. Needs checking
with totem, I'm building it but I don't have much of gnome installed so
it's going take a little while with the dependencies...

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-gdata/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    12 May 2008 14:07:35 -0000      1.1.1.1
+++ Makefile    22 Jun 2008 11:14:27 -0000
@@ -2,12 +2,13 @@
 
 COMMENT=       Google data Python client library
 
-MODPY_EGG_VERSION=1.0.13
+MODPY_EGG_VERSION=1.1.0
 DISTNAME=      gdata.py-${MODPY_EGG_VERSION}
 PKGNAME=       py-gdata-${MODPY_EGG_VERSION}
 CATEGORIES=    devel
 
 HOMEPAGE=      http://code.google.com/p/gdata-python-client/
+MAINTAINER=    frantisek holop <[EMAIL PROTECTED]>
 
 # Apache License 2.0
 PERMIT_PACKAGE_CDROM=  Yes
@@ -24,5 +25,12 @@ REGRESS_IS_INTERACTIVE=      Yes
 do-regress: fake
        @cd ${WRKSRC}/tests && ${MAKE_ENV} \
                PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} 
./run_all_tests.py
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-gdata
+       cp ${WRKSRC}/pydocs/*.html ${PREFIX}/share/doc/py-gdata
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-gdata
+       cp -r ${WRKSRC}/samples/* ${PREFIX}/share/examples/py-gdata
+       ${CHMOD} -R o+rx ${PREFIX}/share/examples/py-gdata
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-gdata/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    12 May 2008 14:07:35 -0000      1.1.1.1
+++ distinfo    22 Jun 2008 11:12:20 -0000
@@ -1,5 +1,5 @@
-MD5 (gdata.py-1.0.13.tar.gz) = 70YSIfZ1NMA4IzJcSsvdxw==
-RMD160 (gdata.py-1.0.13.tar.gz) = k4PgD1SN1iNVvwFTxpz6ot3d3yA=
-SHA1 (gdata.py-1.0.13.tar.gz) = FjXHQPryZJKbOv1mOEs/1BH9iPo=
-SHA256 (gdata.py-1.0.13.tar.gz) = rEO06w2F1Gomb9KiapYaL5QQpmuOU1N+Lwi7khXod6s=
-SIZE (gdata.py-1.0.13.tar.gz) = 328040
+MD5 (gdata.py-1.1.0.tar.gz) = E6DoqyELHAnJQFS1kIZYtw==
+RMD160 (gdata.py-1.1.0.tar.gz) = rQ1VX97EHSFzZJ8nR8LuNeTKBAQ=
+SHA1 (gdata.py-1.1.0.tar.gz) = 7CDsY/JJbOnYtkOv3nEJbOKBIYg=
+SHA256 (gdata.py-1.1.0.tar.gz) = o5c/SX8QMhhdh97AjsLhLZbbQ+32yKRYfy7kj1nnqBs=
+SIZE (gdata.py-1.1.0.tar.gz) = 393967
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-gdata/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   12 May 2008 14:07:35 -0000      1.1.1.1
+++ pkg/PLIST   22 Jun 2008 11:13:46 -0000
@@ -20,6 +20,11 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/gdata/base/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/base/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/base/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.pyc
@@ -67,3 +72,52 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/gdata/test_data.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/urlfetch.py
 lib/python${MODPY_VERSION}/site-packages/gdata/urlfetch.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/youtube/
+lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/youtube/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/youtube/service.pyc
+share/doc/py-gdata/
+share/doc/py-gdata/atom.html
+share/doc/py-gdata/atom.service.html
+share/doc/py-gdata/gdata.apps.html
+share/doc/py-gdata/gdata.apps.service.html
+share/doc/py-gdata/gdata.auth.html
+share/doc/py-gdata/gdata.base.html
+share/doc/py-gdata/gdata.base.service.html
+share/doc/py-gdata/gdata.blogger.html
+share/doc/py-gdata/gdata.blogger.service.html
+share/doc/py-gdata/gdata.calendar.html
+share/doc/py-gdata/gdata.calendar.service.html
+share/doc/py-gdata/gdata.codesearch.html
+share/doc/py-gdata/gdata.codesearch.service.html
+share/doc/py-gdata/gdata.contacts.html
+share/doc/py-gdata/gdata.contacts.service.html
+share/doc/py-gdata/gdata.docs.html
+share/doc/py-gdata/gdata.docs.service.html
+share/doc/py-gdata/gdata.exif.html
+share/doc/py-gdata/gdata.geo.html
+share/doc/py-gdata/gdata.html
+share/doc/py-gdata/gdata.media.html
+share/doc/py-gdata/gdata.photos.html
+share/doc/py-gdata/gdata.photos.service.html
+share/doc/py-gdata/gdata.service.html
+share/doc/py-gdata/gdata.spreadsheet.html
+share/doc/py-gdata/gdata.spreadsheet.service.html
+share/doc/py-gdata/gdata.spreadsheet.text_db.html
+share/doc/py-gdata/gdata.youtube.html
+share/doc/py-gdata/gdata.youtube.service.html
+share/examples/py-gdata/
+share/examples/py-gdata/base/
+share/examples/py-gdata/base/baseQueryExample.py
+share/examples/py-gdata/base/dryRunInsert.py
+share/examples/py-gdata/blogger/
+share/examples/py-gdata/blogger/BloggerExample.py
+share/examples/py-gdata/calendar/
+share/examples/py-gdata/calendar/calendarExample.py
+share/examples/py-gdata/docs/
+share/examples/py-gdata/docs/docs_example.py
+share/examples/py-gdata/mashups/
+share/examples/py-gdata/mashups/birthdaySample.py
+share/examples/py-gdata/spreadsheets/
+share/examples/py-gdata/spreadsheets/spreadsheetExample.py

Reply via email to