summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2017-11-12 13:32:23 +0000
committerThomas Zander <riggs@FreeBSD.org>2017-11-12 13:32:23 +0000
commitf9c25a74f7ed68e121bd2f9aae8aba3423039dfa (patch)
treefcbc4e11c3f7320142963a8efbc6f09c1b61c2e8
parentUpdate to 1.3.1. (diff)
Remove devel/oniguruma5
Details: - No longer maintained upstream - Superseded by devel/oniguruma6 - No longer any in-tree dependencies PR: 222868 Reported by: m.bueker@berlin.de Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=454038
-rw-r--r--MOVED1
-rw-r--r--devel/oniguruma5/Makefile47
-rw-r--r--devel/oniguruma5/distinfo3
-rw-r--r--devel/oniguruma5/pkg-descr14
-rw-r--r--devel/oniguruma5/pkg-plist25
5 files changed, 1 insertions, 89 deletions
diff --git a/MOVED b/MOVED
index 7c0378ceafc1..4251974ef5d0 100644
--- a/MOVED
+++ b/MOVED
@@ -9622,3 +9622,4 @@ devel/py-event||2017-11-11|Has expired: Broken for more than 6 months
databases/glom||2017-11-11|Has expired: Broken for more than 6 months
math/bargraph||2017-11-11|Has expired: Unfetchable for more than six months (google code has gone away)
devel/oniguruma4|devel/oniguruma6|2017-11-12|Upstream no longer maintained, superseded by devel/oniguruma6
+devel/oniguruma5|devel/oniguruma6|2017-11-12|Upstream no longer maintained, superseded by devel/oniguruma6
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
deleted file mode 100644
index 0bf7f11ead12..000000000000
--- a/devel/oniguruma5/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= oniguruma
-PORTVERSION= 5.9.6
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
-CATEGORIES= devel textproc
-PKGNAMESUFFIX= 5
-DIST_SUBDIR= ruby
-
-MAINTAINER= rob@theseusnetworking.com
-COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Upstream no longer maintained, superseded by devel/oniguruma6
-EXPIRATION_DATE=2017-11-12
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-CONFLICTS_INSTALL= oniguruma[46]
-
-USE_GITHUB= yes
-GH_ACCOUNT= kkos
-
-USES= pathfix autoreconf libtool
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e \
- '/^INCLUDES/s|$$(includedir)|| ; \
- s|$$(<)|$$(@).in|' ${WRKSRC}/Makefile.am
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README ${STAGEDIR}${DOCSDIR})
- (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/sample && ${INSTALL_DATA} *.c ${STAGEDIR}${EXAMPLESDIR})
-
-.include <bsd.port.mk>
diff --git a/devel/oniguruma5/distinfo b/devel/oniguruma5/distinfo
deleted file mode 100644
index 46368c082416..000000000000
--- a/devel/oniguruma5/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1480154293
-SHA256 (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 0746ee6b889f9afe2fc0bf7cb9f21d7847821bbdf07bc938a3a5dfb3f91cc0d5
-SIZE (ruby/kkos-oniguruma-v5.9.6_GH0.tar.gz) = 325378
diff --git a/devel/oniguruma5/pkg-descr b/devel/oniguruma5/pkg-descr
deleted file mode 100644
index f96bb9728657..000000000000
--- a/devel/oniguruma5/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Oniguruma is a BSDL Regular Expression library written for ruby-m17n,
-which implements all of Perl extensions, many of .NET extensions plus
-more.
-
-It provides multiple APIs for ease of use; GNU regex compatible API,
-POSIX regex compatible API and its own.
-
-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.
-
-4.x supports Ruby1.9.
-
-WWW: http://www.geocities.jp/kosako3/oniguruma/
diff --git a/devel/oniguruma5/pkg-plist b/devel/oniguruma5/pkg-plist
deleted file mode 100644
index 34410b1e15a5..000000000000
--- a/devel/oniguruma5/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/onig-config
-include/oniggnu.h
-include/onigposix.h
-include/oniguruma.h
-lib/libonig.a
-lib/libonig.so
-lib/libonig.so.2
-lib/libonig.so.2.0.0
-libdata/pkgconfig/oniguruma.pc
-%%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
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crnl.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/encode.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/listcap.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/names.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/posix.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax.c