Import of libhangul-0.0.8
libhangul is a generic library for korean input support. Tested by: Jung <moorang at gmail dot com> ok ajacoutot@
This commit is contained in:
parent
6edbafdc14
commit
99890e914a
33
korean/libhangul/Makefile
Normal file
33
korean/libhangul/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/31 01:39:09 kevlo Exp $
|
||||
|
||||
COMMENT= hangul input library
|
||||
|
||||
DISTNAME= libhangul-0.0.8
|
||||
|
||||
SHARED_LIBS= hangul 0.0 # .1.0
|
||||
|
||||
CATEGORIES= korean inputmethods
|
||||
|
||||
HOMEPAGE= http://kldp.net/projects/hangul/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
MASTER_SITES= http://kldp.net/frs/download.php/4618/
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
|
||||
.include <bsd.port.mk>
|
5
korean/libhangul/distinfo
Normal file
5
korean/libhangul/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libhangul-0.0.8.tar.gz) = 7u5NfWUhD7EZeG4AHnV4Rg==
|
||||
RMD160 (libhangul-0.0.8.tar.gz) = 4e3GrXwng/L5OPYzb/zDSvAhqXE=
|
||||
SHA1 (libhangul-0.0.8.tar.gz) = AMNfx2n+vHevuGPSFoUQGBHmIGg=
|
||||
SHA256 (libhangul-0.0.8.tar.gz) = GEcUXs3msqEW5ty0B3Ho+Q4C+8THoVuzMTUWqemW2wE=
|
||||
SIZE (libhangul-0.0.8.tar.gz) = 2798106
|
12
korean/libhangul/patches/patch-data_hanja_Makefile_in
Normal file
12
korean/libhangul/patches/patch-data_hanja_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-data_hanja_Makefile_in,v 1.1.1.1 2008/10/31 01:39:09 kevlo Exp $
|
||||
--- data/hanja/Makefile.in.orig Wed Oct 29 18:09:53 2008
|
||||
+++ data/hanja/Makefile.in Wed Oct 29 18:10:03 2008
|
||||
@@ -378,7 +378,7 @@ uninstall-am: uninstall-hanjadicDATA uninstall-hanjadi
|
||||
|
||||
|
||||
$(hanjadicbin_DATA): hanja.txt ../../tools/hanjac
|
||||
- ../../tools/hanjac $< $@
|
||||
+ ../../tools/hanjac hanja.txt $@
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
1
korean/libhangul/pkg/DESCR
Normal file
1
korean/libhangul/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
libhangul is a generic library for korean input support.
|
2
korean/libhangul/pkg/PFRAG.shared
Normal file
2
korean/libhangul/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/10/31 01:39:09 kevlo Exp $
|
||||
@lib lib/libhangul.so.${LIBhangul_VERSION}
|
15
korean/libhangul/pkg/PLIST
Normal file
15
korean/libhangul/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/31 01:39:09 kevlo Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/hanjac
|
||||
include/hangul-1.0/
|
||||
include/hangul-1.0/hangul.h
|
||||
lib/libhangul/
|
||||
lib/libhangul.a
|
||||
lib/libhangul.la
|
||||
lib/libhangul/hanja/
|
||||
lib/libhangul/hanja/hanja.bin
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libhangul.pc
|
||||
share/libhangul/
|
||||
share/libhangul/hanja/
|
||||
share/libhangul/hanja/hanja.txt
|
Loading…
Reference in New Issue
Block a user