[26669] trunk/dports/devel/poedit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 2 02:55:01 PDT 2007


Revision: 26669
          http://trac.macosforge.org/projects/macports/changeset/26669
Author:   rhwood at macports.org
Date:     2007-07-02 02:55:00 -0700 (Mon, 02 Jul 2007)

Log Message:
-----------
poedit -> poEdit in descriptions
install poEdit.app instead of poedit.app
UI is not entirely consistent on poedit/poEdit, but at least the app name is the same as the window titles and about graphics now.

Modified Paths:
--------------
    trunk/dports/devel/poedit/Portfile

Modified: trunk/dports/devel/poedit/Portfile
===================================================================
--- trunk/dports/devel/poedit/Portfile	2007-07-02 09:24:08 UTC (rev 26668)
+++ trunk/dports/devel/poedit/Portfile	2007-07-02 09:55:00 UTC (rev 26669)
@@ -9,11 +9,11 @@
 maintainers     raimue at macports.org \
                 openmaintainer at macports.org
 
-description     poedit is a cross-platform gettext catalogs (.po files) editor.
+description     poEdit is a cross-platform gettext catalogs (.po files) editor.
 long_description \
-    poedit is a cross-platform gettext catalogs (.po files) editor. It aims to \
+    poEdit is a cross-platform gettext catalogs (.po files) editor. It aims to \
     provide more convenient approach to editing catalogs than editing the file by \
-    hand. This port installs poedit.app.
+    hand. This port installs poEdit.app.
 homepage        http://poedit.sourceforge.net/
 
 master_sites    sourceforge
@@ -45,17 +45,17 @@
 }
 
 destroot {
-    # the gettext binaries are copied into poedit.app during build, 
+    # the gettext binaries are copied into poEdit.app during build, 
     # but we rather delete and symlink them to get updates to gettext automatically {
     foreach extra { msgfmt msgmerge msgunfmt xgettext } {
-        file delete ${worksrcpath}/src/poedit.app/Contents/MacOS/${extra}
-        ln -s ${prefix}/bin/${extra} ${worksrcpath}/src/poedit.app/Contents/MacOS/${extra}
+        file delete ${worksrcpath}/src/poEdit.app/Contents/MacOS/${extra}
+        ln -s ${prefix}/bin/${extra} ${worksrcpath}/src/poEdit.app/Contents/MacOS/${extra}
     }
-    file delete ${worksrcpath}/src/poedit.app/Contents/MacOS/gnu_gettext.COPYING
+    file delete ${worksrcpath}/src/poEdit.app/Contents/MacOS/gnu_gettext.COPYING
     # }
 
     set appPath "/Applications/MacPorts/"
     xinstall -d -m 755 ${destroot}${appPath}
-    file copy ${worksrcpath}/src/poedit.app ${destroot}${appPath}poedit.app
+    file copy ${worksrcpath}/src/poEdit.app ${destroot}${appPath}poEdit.app
 }
 

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


More information about the macports-changes mailing list