Revision
118134
Author
raimue@macports.org
Date
2014-03-23 04:58:30 -0700 (Sun, 23 Mar 2014)

Log Message

gnome/gourmet:
New port, closes #25698

Added Paths

Diff

Added: trunk/dports/gnome/gourmet/Portfile (0 => 118134)


--- trunk/dports/gnome/gourmet/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gourmet/Portfile	2014-03-23 11:58:30 UTC (rev 118134)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem          1.0
+PortGroup           github 1.0
+PortGroup           python27 1.0
+
+github.setup        thinkle gourmet 0.17.2
+categories          gnome python
+platforms           darwin
+supported_archs     noarch
+license             GPL-2+
+maintainers         nomaintainer
+description         A simple but powerful recipe-managing application
+long_description \
+    Gourmet Recipe Manager is a recipe-organizer that allows you to collect, \
+    search, organize, and browse your recipes. Gourmet can also generate \
+    shopping lists and calculate nutritional information.
+
+homepage            http://thinkle.github.io/gourmet/
+checksums           rmd160  2a3dedb470c27dc20835b48d6be308406c0609a9 \
+                    sha256  cf963ea6f3875f86cceec78284beb13d8b5f4645cf18920c931139b6e430518c
+
+depends_build       port:py27-distutils-extra \
+                    port:intltool
+depends_lib-append  port:py27-pygtk \
+                    port:py27-sqlalchemy \
+                    path:${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/PIL/__init__.py:py27-pil \
+                    port:py27-elib.intl \
+                    port:py27-reportlab \
+                    port:py27-poppler \
+                    port:py27-gtkspell \
+                    port:py27-gst-python \
+                    port:gstreamer010-gst-plugins-good \
+                    port:py27-beautifulsoup \
+                    port:py27-ipython
+
+python.link_binaries_suffix
Property changes on: trunk/dports/gnome/gourmet/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style