diff options
author | garga <garga@FreeBSD.org> | 2010-10-04 01:16:54 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-04 01:16:54 +0800 |
commit | 538774e4a7fe6d36822d03c988020a723adb475d (patch) | |
tree | 73ead6df4142d066e77575741220bbd47d22631d /devel | |
parent | c40eb11bfcb69a1f67022919c1ff3e57557fccf3 (diff) | |
download | freebsd-ports-gnome-538774e4a7fe6d36822d03c988020a723adb475d.tar.gz freebsd-ports-gnome-538774e4a7fe6d36822d03c988020a723adb475d.tar.zst freebsd-ports-gnome-538774e4a7fe6d36822d03c988020a723adb475d.zip |
Remove expired port
2010-10-01 devel/maven: Development has been ceased, superseded by devel/maven2.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/maven/Makefile | 63 | ||||
-rw-r--r-- | devel/maven/distinfo | 3 | ||||
-rw-r--r-- | devel/maven/files/patch-maven-home | 25 | ||||
-rw-r--r-- | devel/maven/pkg-descr | 12 | ||||
-rw-r--r-- | devel/maven/pkg-message | 7 | ||||
-rw-r--r-- | devel/maven/pkg-plist | 122 |
7 files changed, 0 insertions, 233 deletions
diff --git a/devel/Makefile b/devel/Makefile index cf9ccb79b8a8..5cfa87bbda95 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -975,7 +975,6 @@ SUBDIR += makedepend SUBDIR += makeplus SUBDIR += maketool - SUBDIR += maven SUBDIR += maven-ant-tasks SUBDIR += maven2 SUBDIR += mcpp diff --git a/devel/maven/Makefile b/devel/maven/Makefile deleted file mode 100644 index fa3b57b4765d..000000000000 --- a/devel/maven/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: maven -# Date created: 17 October 2003 -# Whom: Rui Lopes <rui@ruilopes.com> -# -# $FreeBSD$ -# - -PORTNAME= maven -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= ${PORTNAME}/binaries - -MAINTAINER= ports@FreeBSD.org -COMMENT= Java project management and project comprehension tool - -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -DEPRECATED= Development has been ceased, superseded by devel/maven2. -EXPIRATION_DATE= 2010-10-01 - -USE_BZIP2= yes -USE_JAVA= yes -JAVA_VERSION= 1.3+ -NO_BUILD= yes -DATADIR= ${JAVASHAREDIR}/${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message -SUBSTITUTIONS= -e 's,%%DATADIR%%,${DATADIR},g' \ - -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - -e 's,%%GREP%%,${GREP},g' \ - -e 's,%%CUT%%,${CUT},g' -REINPLACE_FILES= ${WRKSRC}/bin/maven - -post-configure: - @${SED} ${SUBSTITUTIONS} pkg-message > ${PKGMESSAGE} - @${REINPLACE_CMD} ${SUBSTITUTIONS} ${REINPLACE_FILES} - -BINFILES= install_repo.sh maven -DIRECTORIES= lib lib/endorsed plugins -do-install: - ${MKDIR} ${DATADIR}/bin -.for file in ${BINFILES} - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${DATADIR}/bin -.endfor - ${LN} -fs ${DATADIR}/bin/maven ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/bin/forehead.conf ${DATADIR}/bin - ${INSTALL_DATA} ${WRKSRC}/*.xsd ${DATADIR} -.for dir in ${DIRECTORIES} - ${MKDIR} ${DATADIR}/${dir} - ${INSTALL_DATA} ${WRKSRC}/${dir}/*.jar ${DATADIR}/${dir} -.endfor - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,${DATADIR:S,^${PREFIX}/,,},%%DATADIR%%,g'|${TR} -s '\n') > temp-pkg-plist - -.include <bsd.port.mk> diff --git a/devel/maven/distinfo b/devel/maven/distinfo deleted file mode 100644 index abe39926c6f9..000000000000 --- a/devel/maven/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (maven-1.0.2.tar.bz2) = 81a6b4393e550635efe19e95cea38718 -SHA256 (maven-1.0.2.tar.bz2) = dc4a237ee56f91320cb8259d188b90a692ee69541d84bb4a1bb14cf4a80b89ad -SIZE (maven-1.0.2.tar.bz2) = 6005420 diff --git a/devel/maven/files/patch-maven-home b/devel/maven/files/patch-maven-home deleted file mode 100644 index c8e1eb5b2d1a..000000000000 --- a/devel/maven/files/patch-maven-home +++ /dev/null @@ -1,25 +0,0 @@ -$FreeBSD$ - -. Set default FreeBSD values for MAVEN_HOME and JAVA_HOME -. Use 'exec' to launch the JVM - ---- bin/maven.orig Tue Dec 7 12:13:46 2004 -+++ bin/maven Mon Jun 19 17:31:50 2006 -@@ -19,6 +19,8 @@ - # reserved. - - FOREHEAD_VERSION=1.0-beta-5 -+: ${MAVEN_HOME="%%DATADIR%%"} -+: ${JAVA_HOME="`JAVAVM_DRYRUN=yes %%LOCALBASE%%/bin/java | %%GREP%% '^JAVA_HOME' | %%CUT%% -d= -f2`"} - - if [ -z "$MAVEN_OPTS" ] ; then - MAVEN_OPTS="-Xmx256m" -@@ -150,7 +153,7 @@ - MAVEN_OPTS="$MAVEN_OPTS -Dmaven.home.local=${MAVEN_HOME_LOCAL}" - fi - --"$JAVACMD" \ -+exec "$JAVACMD" \ - $MAVEN_OPTS \ - -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl \ - -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl \ diff --git a/devel/maven/pkg-descr b/devel/maven/pkg-descr deleted file mode 100644 index 06d37601c475..000000000000 --- a/devel/maven/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Maven is a Java project management and project comprehension tool. Maven is -based on the concept of a project object model (POM) in that all the artifacts -produced by Maven are a result of consulting a well defined model for your -project. Builds, documentation, source metrics, and source cross-references -are all controlled by your POM. - -The intent of Maven is to make intra-project development highly manageable in -the hopes of providing more time for cross-project development. You might call -it cross-project pollination or the sharing of project development knowledge, -this is what Maven attempts to encourage. - -WWW: http://maven.apache.org/ diff --git a/devel/maven/pkg-message b/devel/maven/pkg-message deleted file mode 100644 index 052d46356652..000000000000 --- a/devel/maven/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ - -You may initialize your repository with: - %%DATADIR%%/bin/install_repo.sh ~/.maven/repository - -If you are behind a proxy, create a ~/.mavenrc file with something like: - MAVEN_OPTS="$MAVEN_OPTS -Dmaven.proxy.host=YOUR_PROXY_HOSTNAME - -Dmaven.proxy.port=YOUR_PROXY_PORT" diff --git a/devel/maven/pkg-plist b/devel/maven/pkg-plist deleted file mode 100644 index bfd566dd3ebd..000000000000 --- a/devel/maven/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -@comment $FreeBSD$ -bin/maven -%%DATADIR%%/bin/forehead.conf -%%DATADIR%%/bin/install_repo.sh -%%DATADIR%%/bin/maven -%%DATADIR%%/lib/ant-1.5.3-1.jar -%%DATADIR%%/lib/ant-optional-1.5.3-1.jar -%%DATADIR%%/lib/commons-beanutils-1.6.1.jar -%%DATADIR%%/lib/commons-betwixt-1.0-beta-1.20030111.103454.jar -%%DATADIR%%/lib/commons-cli-1.0-beta-2.jar -%%DATADIR%%/lib/commons-collections-2.1.jar -%%DATADIR%%/lib/commons-digester-1.4.1.jar -%%DATADIR%%/lib/commons-grant-1.0-beta-4.jar -%%DATADIR%%/lib/commons-graph-0.8.1.jar -%%DATADIR%%/lib/commons-httpclient-2.0.jar -%%DATADIR%%/lib/commons-io-20030203.000550.jar -%%DATADIR%%/lib/commons-jelly-20030902.160215.jar -%%DATADIR%%/lib/commons-jelly-tags-ant-1.0.jar -%%DATADIR%%/lib/commons-jelly-tags-define-20030211.142932.jar -%%DATADIR%%/lib/commons-jelly-tags-util-20030211.141939.jar -%%DATADIR%%/lib/commons-jelly-tags-xml-20040613.030723.jar -%%DATADIR%%/lib/commons-jexl-1.0-beta-1.jar -%%DATADIR%%/lib/commons-lang-2.0.jar -%%DATADIR%%/lib/commons-logging-1.0.3.jar -%%DATADIR%%/lib/dom4j-1.4-dev-8.jar -%%DATADIR%%/lib/endorsed/xerces-2.4.0.jar -%%DATADIR%%/lib/endorsed/xml-apis-1.0.b2.jar -%%DATADIR%%/lib/forehead-1.0-beta-5.jar -%%DATADIR%%/lib/log4j-1.2.8.jar -%%DATADIR%%/lib/maven-jelly-tags-1.0.1.jar -%%DATADIR%%/lib/maven.jar -%%DATADIR%%/lib/plexus-0.6.jar -%%DATADIR%%/lib/werkz-20040426.222000.jar -%%DATADIR%%/lib/which-1.0.jar -%%DATADIR%%/maven-navigation-1.0.xsd -%%DATADIR%%/maven-project.xsd -%%DATADIR%%/plugins/maven-abbot-plugin-1.1.jar -%%DATADIR%%/plugins/maven-announcement-plugin-1.3.jar -%%DATADIR%%/plugins/maven-ant-plugin-1.8.1.jar -%%DATADIR%%/plugins/maven-antlr-plugin-1.2.1.jar -%%DATADIR%%/plugins/maven-appserver-plugin-2.0.jar -%%DATADIR%%/plugins/maven-artifact-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-ashkelon-plugin-1.2.jar -%%DATADIR%%/plugins/maven-aspectj-plugin-3.2.jar -%%DATADIR%%/plugins/maven-aspectwerkz-plugin-1.2.jar -%%DATADIR%%/plugins/maven-caller-plugin-1.1.jar -%%DATADIR%%/plugins/maven-castor-plugin-1.2.jar -%%DATADIR%%/plugins/maven-changelog-plugin-1.7.1.jar -%%DATADIR%%/plugins/maven-changes-plugin-1.5.1.jar -%%DATADIR%%/plugins/maven-checkstyle-plugin-2.5.jar -%%DATADIR%%/plugins/maven-clean-plugin-1.3.jar -%%DATADIR%%/plugins/maven-clover-plugin-1.6.jar -%%DATADIR%%/plugins/maven-console-plugin-1.1.jar -%%DATADIR%%/plugins/maven-cruisecontrol-plugin-1.6.jar -%%DATADIR%%/plugins/maven-dashboard-plugin-1.6.jar -%%DATADIR%%/plugins/maven-developer-activity-plugin-1.5.1.jar -%%DATADIR%%/plugins/maven-dist-plugin-1.6.1.jar -%%DATADIR%%/plugins/maven-docbook-plugin-1.2.jar -%%DATADIR%%/plugins/maven-ear-plugin-1.6.jar -%%DATADIR%%/plugins/maven-eclipse-plugin-1.9.jar -%%DATADIR%%/plugins/maven-ejb-plugin-1.5.jar -%%DATADIR%%/plugins/maven-faq-plugin-1.4.jar -%%DATADIR%%/plugins/maven-file-activity-plugin-1.5.1.jar -%%DATADIR%%/plugins/maven-genapp-plugin-2.2.jar -%%DATADIR%%/plugins/maven-gump-plugin-1.4.jar -%%DATADIR%%/plugins/maven-hibernate-plugin-1.2.jar -%%DATADIR%%/plugins/maven-html2xdoc-plugin-1.3.1.jar -%%DATADIR%%/plugins/maven-idea-plugin-1.5.jar -%%DATADIR%%/plugins/maven-j2ee-plugin-1.5.1.jar -%%DATADIR%%/plugins/maven-jalopy-plugin-1.3.1.jar -%%DATADIR%%/plugins/maven-jar-plugin-1.6.1.jar -%%DATADIR%%/plugins/maven-java-plugin-1.5.jar -%%DATADIR%%/plugins/maven-javacc-plugin-1.1.jar -%%DATADIR%%/plugins/maven-javadoc-plugin-1.7.jar -%%DATADIR%%/plugins/maven-jboss-plugin-1.5.jar -%%DATADIR%%/plugins/maven-jbuilder-plugin-1.5.jar -%%DATADIR%%/plugins/maven-jcoverage-plugin-1.0.9.jar -%%DATADIR%%/plugins/maven-jdee-plugin-1.1.jar -%%DATADIR%%/plugins/maven-jdepend-plugin-1.5.jar -%%DATADIR%%/plugins/maven-jdeveloper-plugin-1.4.jar -%%DATADIR%%/plugins/maven-jdiff-plugin-1.4.jar -%%DATADIR%%/plugins/maven-jellydoc-plugin-1.3.1.jar -%%DATADIR%%/plugins/maven-jetty-plugin-1.1.jar -%%DATADIR%%/plugins/maven-jira-plugin-1.1.2.jar -%%DATADIR%%/plugins/maven-jnlp-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-junit-doclet-plugin-1.2.jar -%%DATADIR%%/plugins/maven-junit-report-plugin-1.5.jar -%%DATADIR%%/plugins/maven-jxr-plugin-1.4.2.jar -%%DATADIR%%/plugins/maven-latex-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-latka-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-license-plugin-1.2.jar -%%DATADIR%%/plugins/maven-linkcheck-plugin-1.3.4.jar -%%DATADIR%%/plugins/maven-multichanges-plugin-1.1.jar -%%DATADIR%%/plugins/maven-multiproject-plugin-1.3.1.jar -%%DATADIR%%/plugins/maven-native-plugin-1.1.jar -%%DATADIR%%/plugins/maven-nsis-plugin-1.1.jar -%%DATADIR%%/plugins/maven-pdf-plugin-2.2.1.jar -%%DATADIR%%/plugins/maven-plugin-plugin-1.5.2.jar -%%DATADIR%%/plugins/maven-pmd-plugin-1.6.jar -%%DATADIR%%/plugins/maven-pom-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-rar-plugin-1.0.jar -%%DATADIR%%/plugins/maven-release-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-repository-plugin-1.2.jar -%%DATADIR%%/plugins/maven-scm-plugin-1.4.1.jar -%%DATADIR%%/plugins/maven-shell-plugin-1.1.jar -%%DATADIR%%/plugins/maven-simian-plugin-1.4.jar -%%DATADIR%%/plugins/maven-site-plugin-1.5.2.jar -%%DATADIR%%/plugins/maven-struts-plugin-1.3.jar -%%DATADIR%%/plugins/maven-tasklist-plugin-2.3.jar -%%DATADIR%%/plugins/maven-test-plugin-1.6.2.jar -%%DATADIR%%/plugins/maven-tjdo-plugin-1.0.0.jar -%%DATADIR%%/plugins/maven-uberjar-plugin-1.2.jar -%%DATADIR%%/plugins/maven-vdoclet-plugin-1.2.jar -%%DATADIR%%/plugins/maven-war-plugin-1.6.1.jar -%%DATADIR%%/plugins/maven-webserver-plugin-2.0.jar -%%DATADIR%%/plugins/maven-wizard-plugin-1.1.jar -%%DATADIR%%/plugins/maven-xdoc-plugin-1.8.jar -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%%/lib/endorsed -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%% |