pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jakarta-oro: As of 2010-09-01, the ORO project is retired.
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sat Oct 24 18:08:28 2015 +0200
Changeset: 53ffba70680da77f85baef9b5c88a353e48e8f65
Modified Files:
Makefile
Removed Files:
jakarta-oro/DESCR
jakarta-oro/Makefile
jakarta-oro/PLIST
jakarta-oro/distinfo
Log Message:
jakarta-oro: As of 2010-09-01, the ORO project is retired.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53ffba70680da77f85baef9b5c88a353e48e8f65
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
jakarta-oro/DESCR | 8 ---
jakarta-oro/Makefile | 29 ----------
jakarta-oro/PLIST | 147 ---------------------------------------------------
jakarta-oro/distinfo | 5 --
5 files changed, 190 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 1d4e94f..a87ba81 100644
--- a/Makefile
+++ b/Makefile
@@ -1309,7 +1309,6 @@ SUBDIR+= jabref
SUBDIR+= jacorb-lib
SUBDIR+= jad
SUBDIR+= jakarta-log4j
-SUBDIR+= jakarta-oro
SUBDIR+= jakarta-struts
SUBDIR+= jalview
SUBDIR+= jamaica
diff --git a/jakarta-oro/DESCR b/jakarta-oro/DESCR
deleted file mode 100644
index dfb41c3..0000000
--- a/jakarta-oro/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-The Jakarta-ORO Java classes are a set of text-processing Java classes
-that provide Perl5 compatible regular expressions, AWK-like regular
-expressions, glob expressions, and utility classes for performing
-substitutions, splits, filtering filenames, etc. This library is
-the successor to the OROMatcher, AwkTools, PerlTools, and TextTools
-libraries from ORO, Inc. (www.oroinc.com). They have been donated to
-the Jakarta Project by Daniel Savarese (www.savarese.org), the
-copyright holder of the ORO libraries.
diff --git a/jakarta-oro/Makefile b/jakarta-oro/Makefile
deleted file mode 100644
index 935a789..0000000
--- a/jakarta-oro/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/01 21:43:22 asau Exp $
-#
-
-DISTNAME= jakarta-oro-2.0.8
-CATEGORIES= textproc java
-MASTER_SITES= http://apache.tradebit.com/pub//jakarta/oro/binaries/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://jakarta.apache.org/oro/
-COMMENT= Perl/awk/sh regular expressions for Java
-LICENSE= apache-1.1
-
-NO_BUILD= yes
-USE_TOOLS+= pax
-USE_LANGUAGES= # none
-
-USE_JAVA= yes
-PKG_JVMS_ACCEPTED= sun-jdk6 sun-jdk15 sun-jdk14
-
-INSTALLATION_DIRS= lib/java share/doc/jakarta-oro
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/jakarta-oro-2.0.8.jar\
- ${DESTDIR}${PREFIX}/lib/java/jakarta-oro.jar
- cd ${WRKSRC}/docs && pax -rw -pp . ${DESTDIR}${PREFIX}/share/doc/jakarta-oro
-
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/jakarta-oro/PLIST b/jakarta-oro/PLIST
deleted file mode 100644
index 18a427d..0000000
--- a/jakarta-oro/PLIST
+++ /dev/null
@@ -1,147 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/08 23:07:42 jihbed Exp $
-lib/java/jakarta-oro.jar
-share/doc/jakarta-oro/api/allclasses-frame.html
-share/doc/jakarta-oro/api/allclasses-noframe.html
-share/doc/jakarta-oro/api/constant-values.html
-share/doc/jakarta-oro/api/deprecated-list.html
-share/doc/jakarta-oro/api/help-doc.html
-share/doc/jakarta-oro/api/index-all.html
-share/doc/jakarta-oro/api/index.html
-share/doc/jakarta-oro/api/org/apache/oro/io/AwkFilenameFilter.html
-share/doc/jakarta-oro/api/org/apache/oro/io/GlobFilenameFilter.html
-share/doc/jakarta-oro/api/org/apache/oro/io/Perl5FilenameFilter.html
-share/doc/jakarta-oro/api/org/apache/oro/io/RegexFilenameFilter.html
-share/doc/jakarta-oro/api/org/apache/oro/io/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/io/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/io/package-tree.html
-share/doc/jakarta-oro/api/org/apache/oro/text/GenericPatternCache.html
-share/doc/jakarta-oro/api/org/apache/oro/text/GlobCompiler.html
-share/doc/jakarta-oro/api/org/apache/oro/text/MalformedCachePatternException.html
-share/doc/jakarta-oro/api/org/apache/oro/text/MatchAction.html
-share/doc/jakarta-oro/api/org/apache/oro/text/MatchActionInfo.html
-share/doc/jakarta-oro/api/org/apache/oro/text/MatchActionProcessor.html
-share/doc/jakarta-oro/api/org/apache/oro/text/PatternCache.html
-share/doc/jakarta-oro/api/org/apache/oro/text/PatternCacheFIFO.html
-share/doc/jakarta-oro/api/org/apache/oro/text/PatternCacheFIFO2.html
-share/doc/jakarta-oro/api/org/apache/oro/text/PatternCacheLRU.html
-share/doc/jakarta-oro/api/org/apache/oro/text/PatternCacheRandom.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/AwkCompiler.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/AwkMatcher.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/AwkPattern.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/AwkStreamInput.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/text/awk/package-tree.html
-share/doc/jakarta-oro/api/org/apache/oro/text/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/text/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/text/package-tree.html
-share/doc/jakarta-oro/api/org/apache/oro/text/perl/MalformedPerl5PatternException.html
-share/doc/jakarta-oro/api/org/apache/oro/text/perl/Perl5Util.html
-share/doc/jakarta-oro/api/org/apache/oro/text/perl/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/text/perl/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/text/perl/package-tree.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/MalformedPatternException.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/MatchResult.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Pattern.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/PatternCompiler.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/PatternMatcher.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/PatternMatcherInput.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Perl5Compiler.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Perl5Debug.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Perl5Matcher.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Perl5Pattern.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Perl5Substitution.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/StringSubstitution.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Substitution.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/Util.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/text/regex/package-tree.html
-share/doc/jakarta-oro/api/org/apache/oro/util/Cache.html
-share/doc/jakarta-oro/api/org/apache/oro/util/CacheFIFO.html
-share/doc/jakarta-oro/api/org/apache/oro/util/CacheFIFO2.html
-share/doc/jakarta-oro/api/org/apache/oro/util/CacheLRU.html
-share/doc/jakarta-oro/api/org/apache/oro/util/CacheRandom.html
-share/doc/jakarta-oro/api/org/apache/oro/util/GenericCache.html
-share/doc/jakarta-oro/api/org/apache/oro/util/package-frame.html
-share/doc/jakarta-oro/api/org/apache/oro/util/package-summary.html
-share/doc/jakarta-oro/api/org/apache/oro/util/package-tree.html
-share/doc/jakarta-oro/api/overview-frame.html
-share/doc/jakarta-oro/api/overview-summary.html
-share/doc/jakarta-oro/api/overview-tree.html
-share/doc/jakarta-oro/api/package-list
-share/doc/jakarta-oro/api/packages.html
-share/doc/jakarta-oro/api/resources/inherit.gif
-share/doc/jakarta-oro/api/serialized-form.html
-share/doc/jakarta-oro/api/stylesheet.css
-share/doc/jakarta-oro/bugs.html
-share/doc/jakarta-oro/classes/examples/MatcherDemoApplet.class
-share/doc/jakarta-oro/classes/org/apache/oro/io/AwkFilenameFilter.class
-share/doc/jakarta-oro/classes/org/apache/oro/io/GlobFilenameFilter.class
-share/doc/jakarta-oro/classes/org/apache/oro/io/Perl5FilenameFilter.class
-share/doc/jakarta-oro/classes/org/apache/oro/io/RegexFilenameFilter.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/DefaultMatchAction.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/GenericPatternCache.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/GlobCompiler.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/MalformedCachePatternException.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/MatchAction.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/MatchActionInfo.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/MatchActionProcessor.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/PatternCache.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/PatternCacheFIFO.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/PatternCacheFIFO2.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/PatternCacheLRU.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/PatternCacheRandom.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/AwkCompiler.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/AwkMatchResult.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/AwkMatcher.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/AwkPattern.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/AwkStreamInput.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/CatNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/CharacterClassNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/DFAState.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/EpsilonNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/LeafNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/NegativeCharacterClassNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/OrNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/PlusNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/QuestionNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/StarNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/SyntaxNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/SyntaxTree.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/awk/TokenNode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/perl/MalformedPerl5PatternException.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/perl/ParsedSubstitutionEntry.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/perl/Perl5Util.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/CharStringPointer.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/MalformedPatternException.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/MatchResult.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/OpCode.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Pattern.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/PatternCompiler.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/PatternMatcher.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/PatternMatcherInput.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Compiler.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Debug.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5MatchResult.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Matcher.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Pattern.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Repetition.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Perl5Substitution.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/StringSubstitution.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Substitution.class
-share/doc/jakarta-oro/classes/org/apache/oro/text/regex/Util.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/Cache.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/CacheFIFO.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/CacheFIFO2.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/CacheLRU.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/CacheRandom.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/GenericCache.class
-share/doc/jakarta-oro/classes/org/apache/oro/util/GenericCacheEntry.class
-share/doc/jakarta-oro/demo.html
-share/doc/jakarta-oro/devplan-2.0.html
-share/doc/jakarta-oro/images/logo.gif
-share/doc/jakarta-oro/images/logoSmall.gif
-share/doc/jakarta-oro/index.html
-share/doc/jakarta-oro/status.html
-share/doc/jakarta-oro/users.html
diff --git a/jakarta-oro/distinfo b/jakarta-oro/distinfo
deleted file mode 100644
index 689abb9..0000000
--- a/jakarta-oro/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/09/08 23:07:42 jihbed Exp $
-
-SHA1 (jakarta-oro-2.0.8.tar.gz) = 23d708b77885c97149873e808fdf4bcf05fe6708
-RMD160 (jakarta-oro-2.0.8.tar.gz) = 713e46de59acbbe7e51fed29c66e02d51f35cafd
-Size (jakarta-oro-2.0.8.tar.gz) = 345304 bytes
Home |
Main Index |
Thread Index |
Old Index