[29979] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 16 23:44:33 PDT 2007


Revision: 29979
          http://trac.macosforge.org/projects/macports/changeset/29979
Author:   afb at macports.org
Date:     2007-10-16 23:44:33 -0700 (Tue, 16 Oct 2007)

Log Message:
-----------
new port: gettext lint tools

Added Paths:
-----------
    trunk/dports/devel/gettext-lint/
    trunk/dports/devel/gettext-lint/Portfile

Added: trunk/dports/devel/gettext-lint/Portfile
===================================================================
--- trunk/dports/devel/gettext-lint/Portfile	                        (rev 0)
+++ trunk/dports/devel/gettext-lint/Portfile	2007-10-17 06:44:33 UTC (rev 29979)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+
+name		gettext-lint
+version		0.4
+categories	devel
+platforms	darwin
+maintainers	afb at macports.org openmaintainer
+description	gettext lint tools
+long_description	\
+	The gettext lint tools are a collection of tools for checking the \
+	validity, consistency, and spelling of PO and POT files. \
+	An experimental glossary building tool is also included.
+
+homepage	http://gettext-lint.sourceforge.net/
+master_sites	sourceforge:gettext-lint
+checksums	md5 9db81f7c3df06147ba27ee331222e057
+
+depends_lib	port:automake port:autoconf port:python25
+
+post-extract	{ delete ${worksrcpath}/INSTALL ${worksrcpath}/install-sh ${worksrcpath}/missing }
+pre-configure	{ system "cd ${worksrcpath} && aclocal && automake --add-missing --copy && autoconf" }
+
+configure.env	PYTHON=${prefix}/bin/python2.5


Property changes on: trunk/dports/devel/gettext-lint/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list