summaryrefslogtreecommitdiffstats
path: root/devel/oniguruma5
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-12-22 12:47:41 +0000
committerdinoex <dinoex@FreeBSD.org>2006-12-22 12:47:41 +0000
commit271c75b506374cd599c3e08c5268870394a011a4 (patch)
tree5083a32ea3c6dda24566b034d4f9ff2535a22b71 /devel/oniguruma5
parentd4db1492e52d6067902f65d20a0a28f22dfca860 (diff)
downloadFreeBSD-ports-271c75b506374cd599c3e08c5268870394a011a4.zip
FreeBSD-ports-271c75b506374cd599c3e08c5268870394a011a4.tar.gz
update to 4.5.0
Diffstat (limited to 'devel/oniguruma5')
-rw-r--r--devel/oniguruma5/Makefile14
-rw-r--r--devel/oniguruma5/distinfo6
-rw-r--r--devel/oniguruma5/pkg-descr2
-rw-r--r--devel/oniguruma5/pkg-plist9
4 files changed, 20 insertions, 11 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
index 7496b06..9156d88 100644
--- a/devel/oniguruma5/Makefile
+++ b/devel/oniguruma5/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: Oniguruma
+# New ports collection makefile for: oniguruma4
# Date created: 31 January 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
@@ -6,20 +6,19 @@
#
PORTNAME= oniguruma
-PORTVERSION= 2.5.8
+PORTVERSION= 4.5.0
CATEGORIES= devel textproc
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
-DISTNAME= onigd${PORTVERSION:S/./_/g}
+DISTNAME= onig-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
+CONFLICTS= oniguruma-2.*
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-
+USE_LDCONFIG= yes
DOCS= HISTORY README doc/*
post-configure:
@@ -30,7 +29,8 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/sample/*.c ${WRKSRC}/sample/Makefile* \
+ ${EXAMPLESDIR}/
${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo
index c38c15a..174f57b 100644
--- a/devel/oniguruma5/distinfo
+++ b/devel/oniguruma5/distinfo
@@ -1,3 +1,3 @@
-MD5 (ruby/onigd2_5_8.tar.gz) = 82cd47ded85f854149ae620a9fa728e5
-SHA256 (ruby/onigd2_5_8.tar.gz) = 11aa092d7cb1c21b7fb60980e9c5a9b931e670c29553ea9444927a8a468e526b
-SIZE (ruby/onigd2_5_8.tar.gz) = 218187
+MD5 (ruby/onig-4.5.0.tar.gz) = 40df7d218d7045676f641ed5a60cba27
+SHA256 (ruby/onig-4.5.0.tar.gz) = 4a203b99dcb8529acb1bede0ae05f2488ff35f83c93988184a977e342c6e0f5b
+SIZE (ruby/onig-4.5.0.tar.gz) = 570480
diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr
index b8d235a..35c2505 100644
--- a/devel/oniguruma5/pkg-descr
+++ b/devel/oniguruma5/pkg-descr
@@ -9,7 +9,7 @@ This library is multilingualized by design and can have one encoding
for each regex object. Currently supported character encodings are
ASCII, UTF-8, EUC-JP and Shift_JIS.
-2.x supports Ruby1.6/1.8
+4.x supports Ruby1.9.
Author: K.Kosako <kosako@sofnec.co.jp>
WWW: http://www.geocities.jp/kosako3/oniguruma/
diff --git a/devel/oniguruma5/pkg-plist b/devel/oniguruma5/pkg-plist
index 320c9ee..f75ae3d 100644
--- a/devel/oniguruma5/pkg-plist
+++ b/devel/oniguruma5/pkg-plist
@@ -3,12 +3,21 @@ include/oniggnu.h
include/onigposix.h
include/oniguruma.h
lib/libonig.a
+lib/libonig.la
+lib/libonig.so
+lib/libonig.so.1
%%PORTDOCS%%%%DOCSDIR%%/API
+%%PORTDOCS%%%%DOCSDIR%%/API.ja
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/FAQ.ja
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
%%PORTDOCS%%%%DOCSDIR%%/RE
%%PORTDOCS%%%%DOCSDIR%%/RE.ja
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile
+%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.am
+%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.in
%%PORTDOCS%%%%EXAMPLESDIR%%/encode.c
%%PORTDOCS%%%%EXAMPLESDIR%%/listcap.c
%%PORTDOCS%%%%EXAMPLESDIR%%/names.c
OpenPOWER on IntegriCloud