aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2011-12-21 13:27:06 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2011-12-21 13:27:06 +0000
commit8710ace2de5f1e0fe02c9ce720a3963d9282904b (patch)
tree5a9011b3402cea23f97aafd1234642a23c8fe1c1 /korean
parent91a200ee3bf8944794c7f45b719cf25508c81d02 (diff)
downloadports-8710ace2de5f1e0fe02c9ce720a3963d9282904b.tar.gz
ports-8710ace2de5f1e0fe02c9ce720a3963d9282904b.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/libhangul/Makefile4
-rw-r--r--korean/libhangul/distinfo4
-rw-r--r--korean/libhangul/files/patch-test22
-rw-r--r--korean/libhangul/files/patch-tools10
-rw-r--r--korean/libhangul/pkg-descr2
5 files changed, 19 insertions, 23 deletions
diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile
index 5e140a329dba..329d1d5e8b9d 100644
--- a/korean/libhangul/Makefile
+++ b/korean/libhangul/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= libhangul
-PORTVERSION= 0.0.12
+PORTVERSION= 0.1.0
CATEGORIES= korean
-MASTER_SITES= http://kldp.net/frs/download.php/5855/
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= hyogeollee@gmail.com
COMMENT= A library for hangul processing
diff --git a/korean/libhangul/distinfo b/korean/libhangul/distinfo
index bf521ddc43f8..493592e40877 100644
--- a/korean/libhangul/distinfo
+++ b/korean/libhangul/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libhangul-0.0.12.tar.gz) = 97b5ffbb9df2ddeb7ba5890824555236ed3db8bf7b78456ca7fe538bc63027c8
-SIZE (libhangul-0.0.12.tar.gz) = 2879381
+SHA256 (libhangul-0.1.0.tar.gz) = 5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a
+SIZE (libhangul-0.1.0.tar.gz) = 2899845
diff --git a/korean/libhangul/files/patch-test b/korean/libhangul/files/patch-test
index 9264dfcf07cd..851d4cbdf527 100644
--- a/korean/libhangul/files/patch-test
+++ b/korean/libhangul/files/patch-test
@@ -1,22 +1,18 @@
---- test/Makefile.in.orig 2011-01-02 02:44:52.000000000 -0500
-+++ test/Makefile.in 2011-08-26 13:56:01.000000000 -0400
-@@ -228,15 +228,15 @@
+--- test/Makefile.in.orig 2011-12-14 03:50:49.000000000 +0900
++++ test/Makefile.in 2011-12-14 03:53:19.000000000 +0900
+@@ -235,12 +235,12 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-hangul_CFLAGS =
+hangul_CFLAGS = -I$(LOCALBASE)/include
hangul_SOURCES = hangul.c
--hangul_LDADD = ../hangul/libhangul.la
-+hangul_LDADD = $(top_builddir)/hangul/libhangul.la $(LIBICONV) $(LIBINTL)
+-hangul_LDADD = ../hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)
++hangul_LDADD = $(top_builddir)/hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)
hanja_CFLAGS =
hanja_SOURCES = hanja.c
--hanja_LDADD = ../hangul/libhangul.la
-+hanja_LDADD = $(top_builddir)/hangul/libhangul.la $(LIBINTL)
+-hanja_LDADD = ../hangul/libhangul.la $(LTLIBINTL)
++hanja_LDADD = $(top_builddir)/hangul/libhangul.la $(LTLIBINTL)
test_SOURCES = test.c ../hangul/hangul.h
- test_CFLAGS = @CHECK_CFLAGS@
--test_LDADD = @CHECK_LIBS@ $(top_builddir)/hangul/libhangul.la
-+test_LDADD = @CHECK_LIBS@ $(top_builddir)/hangul/libhangul.la $(LIBINTL)
- all: all-am
-
- .SUFFIXES:
+ test_CFLAGS = $(CHECK_CFLAGS)
+ test_LDADD = $(CHECK_LIBS) $(top_builddir)/hangul/libhangul.la $(LTLIBINTL)
diff --git a/korean/libhangul/files/patch-tools b/korean/libhangul/files/patch-tools
index f43b29f92bbc..744e725f881b 100644
--- a/korean/libhangul/files/patch-tools
+++ b/korean/libhangul/files/patch-tools
@@ -1,13 +1,13 @@
---- tools/Makefile.in.orig 2011-01-02 02:44:52.000000000 -0500
-+++ tools/Makefile.in 2011-08-26 14:00:01.000000000 -0400
-@@ -214,8 +214,8 @@
+--- tools/Makefile.in.orig 2011-12-14 03:54:37.000000000 +0900
++++ tools/Makefile.in 2011-12-14 03:55:19.000000000 +0900
+@@ -220,8 +220,8 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
hangul_SOURCES = hangul.c
-hangul_CFLAGS = -DLOCALEDIR=\"$(localedir)\"
--hangul_LDADD = ../hangul/libhangul.la
+-hangul_LDADD = ../hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)
+hangul_CFLAGS = -I$(LOCALBASE)/include -DLOCALEDIR=\"$(localedir)\"
-+hangul_LDADD = $(top_builddir)/hangul/libhangul.la $(LIBICONV) $(LIBINTL)
++hangul_LDADD = $(top_builddir)/hangul/libhangul.la $(LTLIBINTL) $(LTLIBICONV)
all: all-am
.SUFFIXES:
diff --git a/korean/libhangul/pkg-descr b/korean/libhangul/pkg-descr
index 82ab4a974b45..9fca2466fbc8 100644
--- a/korean/libhangul/pkg-descr
+++ b/korean/libhangul/pkg-descr
@@ -1,3 +1,3 @@
A library for hangul processing.
-WWW: http://kldp.net/projects/hangul/
+WWW: http://code.google.com/p/libhangul/