[35391] trunk/dports/gnome

jmr at macports.org jmr at macports.org
Thu Mar 27 04:09:17 PDT 2008


Revision: 35391
          http://trac.macosforge.org/projects/macports/changeset/35391
Author:   jmr at macports.org
Date:     2008-03-27 04:09:15 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
New port: glabels. Closes #14814.

Added Paths:
-----------
    trunk/dports/gnome/glabels/
    trunk/dports/gnome/glabels/Portfile
    trunk/dports/gnome/glabels/files/
    trunk/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff

Added: trunk/dports/gnome/glabels/Portfile
===================================================================
--- trunk/dports/gnome/glabels/Portfile	                        (rev 0)
+++ trunk/dports/gnome/glabels/Portfile	2008-03-27 11:09:15 UTC (rev 35391)
@@ -0,0 +1,35 @@
+# -*- 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
+
+name                glabels
+version             2.2.2
+categories          gnome
+platforms           darwin
+maintainers         gmail.com:craig.cottingham
+description         print labels and business cards
+long_description    gLabels is a program for creating labels and business cards \
+                    for the GNOME desktop environment.
+homepage            http://glabels.sourceforge.net/
+
+master_sites        sourceforge
+checksums           md5 ee9f8687904b070715dac59efe7a7dc5 \
+                    sha1 1792e4b5f6142dc3022dcb455d53fa5b3a31b319 \
+                    rmd160 65aee5f9837b104c123a6559ea9d3db63841c4e1
+
+depends_lib         port:gtk2 \
+                    port:libgnomeui \
+                    port:libxml2 \
+                    port:libglade2
+
+patchfiles          patch-iec16022-0.2.1-iec116022ecc200.c.diff
+
+configure.args      --mandir=${prefix}/share/man \
+					--disable-update-mimedb \
+					--disable-update-desktopdb
+
+post-activate {
+	system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+	system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
+}


Property changes on: trunk/dports/gnome/glabels/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff
===================================================================
--- trunk/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff	                        (rev 0)
+++ trunk/dports/gnome/glabels/files/patch-iec16022-0.2.1-iec116022ecc200.c.diff	2008-03-27 11:09:15 UTC (rev 35391)
@@ -0,0 +1,10 @@
+--- iec16022-0.2.1/iec16022ecc200.c.orig	2008-03-26 18:02:31.000000000 -0500
++++ iec16022-0.2.1/iec16022ecc200.c	2008-03-26 18:02:47.000000000 -0500
+@@ -29,7 +29,6 @@
+ #include <string.h>
+ #include <time.h>
+ #include <popt.h>
+-#include <malloc.h>
+ #include "reedsol.h"
+ #include "iec16022ecc200.h"
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/ee44b51a/attachment.html 


More information about the macports-changes mailing list