Changeset 80071
- Timestamp:
- 07/03/11 16:25:02 (4 years ago)
- Location:
- trunk/dports/gnome
- Files:
-
- 6 edited
- 6 copied
-
gnome-python27-extras (copied) (copied from trunk/dports/gnome/gnome-python26-extras)
-
gnome-python27-extras/Portfile (modified) (4 diffs)
-
py27-eggtrayicon (copied) (copied from trunk/dports/gnome/py26-eggtrayicon)
-
py27-eggtrayicon/Portfile (modified) (3 diffs)
-
py27-gda (copied) (copied from trunk/dports/gnome/py26-gda)
-
py27-gda/Portfile (modified) (3 diffs)
-
py27-gdl (copied) (copied from trunk/dports/gnome/py26-gdl)
-
py27-gdl/Portfile (modified) (3 diffs)
-
py27-gtkhtml2 (copied) (copied from trunk/dports/gnome/py26-gtkhtml2)
-
py27-gtkhtml2/Portfile (modified) (3 diffs)
-
py27-gtkspell (copied) (copied from trunk/dports/gnome/py26-gtkspell)
-
py27-gtkspell/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnome-python27-extras/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name gnome-python2 6-extras6 name gnome-python27-extras 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 31 31 use_bzip2 yes 32 32 33 depends_lib port:py2 6-eggtrayicon \34 port:py2 6-gdl \35 port:py2 6-gda \36 port:py2 6-gtkhtml2 \37 port:py2 6-gtkspell33 depends_lib port:py27-eggtrayicon \ 34 port:py27-gdl \ 35 port:py27-gda \ 36 port:py27-gtkhtml2 \ 37 port:py27-gtkspell 38 38 39 39 patchfiles patch-configure.diff … … 41 41 configure.args-append --disable-allbindings 42 42 43 set python.branch 2. 643 set python.branch 2.7 44 44 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 45 45 set python.bin ${python.prefix}/bin/python${python.branch} … … 49 49 50 50 configure.python ${python.bin} 51 configure.env-append PYGTK_CODEGEN=${frameworks_dir}/Python.framework/Versions/2. 6/bin/pygobject-codegen-2.051 configure.env-append PYGTK_CODEGEN=${frameworks_dir}/Python.framework/Versions/2.7/bin/pygobject-codegen-2.0 52 52 53 53 livecheck.type regex -
trunk/dports/gnome/py27-eggtrayicon/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name py2 6-eggtrayicon6 name py27-eggtrayicon 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 29 29 use_bzip2 yes 30 30 31 depends_lib port:py2 6-gtk31 depends_lib port:py27-gtk 32 32 33 33 patchfiles patch-configure.diff … … 35 35 configure.args-append --disable-allbindings --enable-eggtray 36 36 37 set python.branch 2. 637 set python.branch 2.7 38 38 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 39 39 set python.bin ${python.prefix}/bin/python${python.branch} -
trunk/dports/gnome/py27-gda/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name py2 6-gda6 name py27-gda 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 29 29 use_bzip2 yes 30 30 31 depends_lib port:py2 6-gtk\31 depends_lib port:py27-gtk\ 32 32 port:libgda4 33 33 … … 37 37 configure.args-append --disable-allbindings --enable-gda 38 38 39 set python.branch 2. 639 set python.branch 2.7 40 40 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 41 41 set python.bin ${python.prefix}/bin/python${python.branch} -
trunk/dports/gnome/py27-gdl/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name py2 6-gdl6 name py27-gdl 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 29 29 use_bzip2 yes 30 30 31 depends_lib port:py2 6-gnome \31 depends_lib port:py27-gnome \ 32 32 port:gdl 33 33 … … 37 37 configure.args-append --disable-allbindings --enable-gdl 38 38 39 set python.branch 2. 639 set python.branch 2.7 40 40 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 41 41 set python.bin ${python.prefix}/bin/python${python.branch} -
trunk/dports/gnome/py27-gtkhtml2/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name py2 6-gtkhtml26 name py27-gtkhtml2 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 29 29 use_bzip2 yes 30 30 31 depends_lib port:py2 6-gtk\31 depends_lib port:py27-gtk\ 32 32 port:libgtkhtml 33 33 … … 36 36 configure.args-append --disable-allbindings --enable-gtkhtml2 37 37 38 set python.branch 2. 638 set python.branch 2.7 39 39 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 40 40 set python.bin ${python.prefix}/bin/python${python.branch} -
trunk/dports/gnome/py27-gtkspell/Portfile
r72801 r80071 4 4 PortSystem 1.0 5 5 6 name py2 6-gtkspell6 name py27-gtkspell 7 7 version 2.25.3 8 8 9 9 categories gnome python 10 10 platforms darwin 11 maintainers elelay11 maintainers nomaintainer 12 12 13 13 description "Extra" Python modules for some GNOME Desktop libraries. … … 29 29 use_bzip2 yes 30 30 31 depends_lib port:py2 6-gtk \31 depends_lib port:py27-gtk \ 32 32 port:gtkspell2 33 33 … … 36 36 configure.args-append --disable-allbindings --enable-gtkspell 37 37 38 set python.branch 2. 638 set python.branch 2.7 39 39 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} 40 40 set python.bin ${python.prefix}/bin/python${python.branch}
Note: See TracChangeset
for help on using the changeset viewer.

