Revision: 133247 https://trac.macports.org/changeset/133247 Author: devans@macports.org Date: 2015-02-23 14:53:26 -0800 (Mon, 23 Feb 2015) Log Message: ----------- cogl: reformat, white space only. Modified Paths: -------------- trunk/dports/graphics/cogl/Portfile Modified: trunk/dports/graphics/cogl/Portfile =================================================================== --- trunk/dports/graphics/cogl/Portfile 2015-02-23 20:57:08 UTC (rev 133246) +++ trunk/dports/graphics/cogl/Portfile 2015-02-23 22:53:26 UTC (rev 133247) @@ -1,50 +1,49 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -PortGroup gobject_introspection 1.0 +PortSystem 1.0 +PortGroup gobject_introspection 1.0 -name cogl -version 1.18.2 -set branch [join [lrange [split ${version} .] 0 1] .] -categories graphics -description A hardware accelerated 3D graphics API -long_description \ - Cogl is a small open source library for using 3D graphics hardware \ - for rendering. The API departs from the flat state machine style \ - of OpenGL and is designed to make it easy to write orthogonal \ - components that can render without stepping on each others toes. -license LGPL-2+ -maintainers devans openmaintainer -platforms darwin -homepage https://wiki.gnome.org/Projects/Clutter -master_sites gnome:sources/${name}/${branch} +name cogl +version 1.18.2 +set branch [join [lrange [split ${version} .] 0 1] .] +categories graphics +description A hardware accelerated 3D graphics API +long_description Cogl is a small open source library for using 3D graphics hardware \ + for rendering. The API departs from the flat state machine style \ + of OpenGL and is designed to make it easy to write orthogonal \ + components that can render without stepping on each others toes. +license LGPL-2+ +maintainers devans openmaintainer +platforms darwin +homepage https://wiki.gnome.org/Projects/Clutter +master_sites gnome:sources/${name}/${branch} -use_xz yes +use_xz yes -checksums rmd160 db7ddf172d5d1290fab1e003fad1b024c415eec7 \ - sha256 9278e519d5480eb0379efd48db024e8fdbf93f01dff48a7e756b85b508a863aa +checksums rmd160 db7ddf172d5d1290fab1e003fad1b024c415eec7 \ + sha256 9278e519d5480eb0379efd48db024e8fdbf93f01dff48a7e756b85b508a863aa # Pulling in port:grep due to this error observed on the Lion buildbot: # libtool: link: /usr/bin/grep -E -e "^(cogl|_cogl_debug_flags|_cogl_atlas_new|_cogl_atlas_add_reorganize_callback|_cogl_atlas_reserve_space|_cogl_callback|_cogl_util_get_eye_planes_for_screen_poly|_cogl_atlas_texture_remove_reorganize_callback|_cogl_atlas_texture_add_reorganize_callback|_cogl_texture_foreach_sub_texture_in_region|_cogl_profile_trace_message|_cogl_context_get_default|_cogl_framebuffer_get_stencil_bits|_cogl_clip_stack_push_rectangle|_cogl_framebuffer_get_modelview_stack|_cogl_object_default_unref|_cogl_pipeline_foreach_layer_internal|_cogl_clip_stack_push_primitive|_cogl_buffer_unmap_for_fill_or_fallback|_cogl_framebuffer_draw_primitive|_cogl_debug_instances|_cogl_framebuffer_get_projection_stack|_cogl_pipeline_layer_get_texture|_cogl_buffer_map_for_fill_or_fallback|_cogl_framebuffer_get_clip_state|_cogl_texture_can_hardware_repeat|_cogl_pipeline_prune_to_n_layers|_cogl_primitive_draw|test_|unit_test_).*" ".libs/libcogl.exp" > ".libs/libcogl.expT" # grep: Regular expression too big -depends_build port:pkgconfig port:grep +depends_build port:pkgconfig port:grep -depends_lib path:lib/pkgconfig/cairo.pc:cairo \ - path:lib/pkgconfig/pango.pc:pango +depends_lib path:lib/pkgconfig/cairo.pc:cairo \ + path:lib/pkgconfig/pango.pc:pango -patchfiles leopard.patch \ - patch-clock_gettime.diff +patchfiles leopard.patch \ + patch-clock_gettime.diff gobject_introspection yes -use_autoreconf yes -autoreconf.args -fvi +use_autoreconf yes +autoreconf.args -fvi -configure.args --enable-cogl-pango=yes \ - --disable-silent-rules +configure.args --enable-cogl-pango=yes \ + --disable-silent-rules -use_parallel_build no +use_parallel_build no # # if clutter is installed and version is less than 1.12.0 @@ -108,4 +107,4 @@ default_variants +x11 } -livecheck.type gnome +livecheck.type gnome