[127312] trunk/dports/python/py-ogg

larryv at macports.org larryv at macports.org
Fri Oct 24 20:22:48 PDT 2014


Revision: 127312
          https://trac.macports.org/changeset/127312
Author:   larryv at macports.org
Date:     2014-10-24 20:22:48 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
Remove py-ogg

Last upstream release was in 2003
(http://ekyo.nerim.net/software/pyogg).

Removed Paths:
-------------
    trunk/dports/python/py-ogg/Portfile
    trunk/dports/python/py-ogg/files/patch-src__oggmodule.c
    trunk/dports/python/py-ogg/files/patch-src__oggmodule.h

Deleted: trunk/dports/python/py-ogg/Portfile
===================================================================
--- trunk/dports/python/py-ogg/Portfile	2014-10-25 03:22:45 UTC (rev 127311)
+++ trunk/dports/python/py-ogg/Portfile	2014-10-25 03:22:48 UTC (rev 127312)
@@ -1,39 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python 1.0
-
-name			py-ogg
-version			1.3
-revision		1
-categories-append	audio multimedia
-license			LGPL-2
-platforms		darwin
-maintainers		nomaintainer
-description		Python module for the ogg multimedia interface
-long_description	py-ogg is an interface to the ogg multimedia standard. \
-				You cant do much with this module on its own, you will \
-				also need specific Python modules for audio, etc.
-
-homepage		http://ekyo.nerim.net/software/pyogg/
-master_sites	${homepage}
-distname		pyogg-${version}
-checksums		md5 45a4ecc4d0600661199e4040a81ea3fe
-
-python.versions	24
-
-if {${name} ne ${subport}} {
-    depends_lib-append	lib:libogg:libogg
-    
-    patchfiles		patch-src__oggmodule.c \
-                    patch-src__oggmodule.h
-    
-    use_configure	yes
-    configure.cmd	${python.bin} config_unix.py
-    configure.pre_args	--prefix ${prefix}
-    
-    post-destroot	{
-        xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
-            NEWS ${destroot}${prefix}/share/doc/${subport}
-    }
-}

Deleted: trunk/dports/python/py-ogg/files/patch-src__oggmodule.c
===================================================================
--- trunk/dports/python/py-ogg/files/patch-src__oggmodule.c	2014-10-25 03:22:45 UTC (rev 127311)
+++ trunk/dports/python/py-ogg/files/patch-src__oggmodule.c	2014-10-25 03:22:48 UTC (rev 127312)
@@ -1,11 +0,0 @@
---- src/_oggmodule.c.orig	Sat Jan 18 17:50:15 2003
-+++ src/_oggmodule.c	Tue Jan 27 18:33:10 2004
-@@ -31,6 +31,8 @@
-   arg_to_int64,
- };
- 
-+PyObject *Py_OggError;
-+
- void
- init_ogg(void)
- {

Deleted: trunk/dports/python/py-ogg/files/patch-src__oggmodule.h
===================================================================
--- trunk/dports/python/py-ogg/files/patch-src__oggmodule.h	2014-10-25 03:22:45 UTC (rev 127311)
+++ trunk/dports/python/py-ogg/files/patch-src__oggmodule.h	2014-10-25 03:22:48 UTC (rev 127312)
@@ -1,11 +0,0 @@
---- src/_oggmodule.h.orig	Tue Mar 27 16:54:39 2001
-+++ src/_oggmodule.h	Tue Jan 27 18:35:20 2004
-@@ -3,7 +3,7 @@
- 
- #include <Python.h>
- 
--PyObject *Py_OggError;
-+extern PyObject *Py_OggError;
- 
- /* Object docstrings */
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/39682581/attachment.html>


More information about the macports-changes mailing list