From 4fbf3803c3a5b30678fa0dabe9705b88690341fb Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 2 May 2010 17:36:32 +0900 Subject: [PATCH 1/1] initial revision --- .gitignore | 2 ++ ports/x11/uim/Portfile | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 ports/x11/uim/Portfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..474e82c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +PortIndex +PortIndex.* diff --git a/ports/x11/uim/Portfile b/ports/x11/uim/Portfile new file mode 100644 index 0000000..7f5f29c --- /dev/null +++ b/ports/x11/uim/Portfile @@ -0,0 +1,36 @@ +# -*- 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 + +name uim +version 1.5.7 +categories x11 +maintainers PHO +description Multilingual input method library +long_description Uim is a lightweight and full featured multilingual input method library and is simple, secure and flexible. +homepage http://code.google.com/p/uim/ +platforms darwin +master_sites http://uim.googlecode.com/files/ + +checksums md5 f8cf0c4f977f8f0496254040ba710de8 \ + sha1 0792cc0e60b24fcfffaea2bcfeef8badd3098d98 \ + rmd160 20134e4b211f9bd32ebaaebc5758a17afa87fbc4 + +depends_lib port:gettext \ + port:gtk2 \ + port:libedit \ + port:libiconv \ + port:ncurses \ + port:pkgconfig \ + port:readline \ + port:xorg-libX11 \ + port:xorg-libXext \ + port:xorg-xextproto + +configure.args --disable-emacs \ + --enable-fep \ + --without-anthy \ + --disable-gnome-applet \ + --disable-kde4-applet \ + --without-m17nlib -- 2.40.0