OSDN Git Service

remove gettext
authorKazuki Sakamoto <sakamoto@splhack.org>
Mon, 31 Aug 2009 08:11:45 +0000 (17:11 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Mon, 31 Aug 2009 08:11:45 +0000 (17:11 +0900)
use +universal macosx_deployment_target=10.4

devel/gettext/Portfile [deleted file]
devel/gettext/files/patch-gettext-tools-Makefile.in [deleted file]

diff --git a/devel/gettext/Portfile b/devel/gettext/Portfile
deleted file mode 100644 (file)
index 0d51a9c..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# $Id: Portfile 54303 2009-07-24 18:43:45Z toby@macports.org $
-
-PortSystem              1.0
-PortGroup               muniversal 1.0
-
-name                    gettext
-version                 0.17
-revision                4
-categories              devel
-maintainers             ryandesign
-homepage                http://www.gnu.org/software/gettext/
-master_sites            gnu
-platforms               darwin freebsd linux
-use_parallel_build      yes
-
-description \
-    GNU gettext package
-
-long_description \
-    This is the GNU gettext package. It is interesting for \
-    authors or maintainers of other packages or programs \
-    which they want to see internationalized. As one \
-    step the handling of messages in different languages \
-    should be implemented. For this task GNU gettext \
-    provides the needed tools and library functions.
-
-checksums \
-    md5 58a2bc6d39c0ba57823034d55d65d606 \
-    sha1 c51803d9f745f6ace36bd09c0486d5735ce399cf \
-    rmd160 36df9d4ad2848ec26729781e0d7e25b419e7d261
-
-patchfiles \
-    patch-gettext-tools-Makefile.in
-
-configure.cppflags \
-    -no-cpp-precomp
-
-configure.args \
-    --disable-csharp \
-    --without-emacs \
-    --with-included-gettext \
-    --with-included-glib \
-    --with-included-libcroco \
-    --with-included-libxml
-
-depends_lib \
-    port:libiconv \
-    port:ncurses \
-    port:expat
-
-test.run                yes
-test.target             check
-
-if {[variant_isset universal]} {
-    configure.universal_target  10.4
-}
-
-post-destroot {
-    if {[file exists ${destroot}${prefix}/lib/charset.alias]} {
-        delete ${destroot}${prefix}/lib/charset.alias
-    }
-    if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} {
-        delete ${destroot}${prefix}/share/locale/locale.alias
-    }
-}
-
-livecheck.check         regex
-livecheck.url           http://ftp.gnu.org/gnu/gettext/?C=M&O=D
-livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
diff --git a/devel/gettext/files/patch-gettext-tools-Makefile.in b/devel/gettext/files/patch-gettext-tools-Makefile.in
deleted file mode 100644 (file)
index f44a5c6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gettext-tools/Makefile.in.orig     2007-11-06 17:40:19.000000000 -0600
-+++ gettext-tools/Makefile.in  2007-11-08 04:43:48.000000000 -0600
-@@ -724,7 +724,7 @@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
- ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
--SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
-+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests
- # Allow users to use "gnulib-tool --update".