Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
textproc/hre/DESCR Normal file
View File

@@ -0,0 +1,4 @@
HRE is a regular expression library for Korean. While most regex
libraries support only per-syllable processing for Korean, HRE
provides an extended grammar to specify phonemes in each syllable.
It supports both KS X 1001 and Unicode charsets.

18
textproc/hre/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.7 2012/10/25 06:55:54 asau Exp $
#
DISTNAME= hre-0.9.8a
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://kldp.net/download.php/1489/
MAINTAINER= pyrasis@chol.com
HOMEPAGE= http://hre.kldp.net/
COMMENT= Hangeul Regular Expression Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"

3
textproc/hre/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:17 joerg Exp $
include/hre/hre.h
lib/libhre.la

View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:25:29 joerg Exp $
BUILDLINK_TREE+= hre
.if !defined(HRE_BUILDLINK3_MK)
HRE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hre+= hre>=0.9.7
BUILDLINK_ABI_DEPENDS.hre+= hre>=0.9.8anb1
BUILDLINK_PKGSRCDIR.hre?= ../../textproc/hre
.endif # HRE_BUILDLINK3_MK
BUILDLINK_TREE+= -hre

7
textproc/hre/distinfo Normal file
View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.6 2006/08/19 11:56:21 minskim Exp $
SHA1 (hre-0.9.8a.tar.gz) = 9082ec1553052483340ec15648204738ecab1e41
RMD160 (hre-0.9.8a.tar.gz) = ea5bb3ce17e07eb85c596502d3ecdb1e62c06fc0
Size (hre-0.9.8a.tar.gz) = 369257 bytes
SHA1 (patch-aa) = ad42f93bea365cedb78265a728281e1d759141f8
SHA1 (patch-ab) = 4e2116d8ac686f5f0764e959779e571d71fc5b1f

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.1 2006/01/02 11:20:57 joerg Exp $
--- src/timevar.c.orig 2006-01-02 11:18:19.000000000 +0000
+++ src/timevar.c
@@ -26,6 +26,7 @@ Software Foundation, 59 Temple Place - S
extern void *xmalloc(unsigned);
+#include <sys/time.h>
#ifdef HAVE_SYS_TIMES_H
# include <sys/times.h>

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2006/08/19 11:56:21 minskim Exp $
--- src/lexical.h.orig 2004-08-04 14:28:08.000000000 -0700
+++ src/lexical.h
@@ -32,7 +32,7 @@ enum
{
#include "lexical.def"
MAX_SYM_T
- } lexical;
+ };
#undef DEF_LEXICAL
#endif