Index: head/devel/simian/Makefile =================================================================== --- head/devel/simian/Makefile (revision 207304) +++ head/devel/simian/Makefile (revision 207305) @@ -1,103 +1,102 @@ # New ports collection makefile for: simian # Date created: July 8, 2005 # Whom: andreas@syndrom23.de # # $FreeBSD$ # PORTNAME= simian PORTVERSION= 2.2.23 CATEGORIES= devel java MASTER_SITES= http://www.redhillconsulting.com.au/products/simian/ MAINTAINER= miwi@FreeBSD.org COMMENT= Similarity analyser for source and other text files .if defined(WITHOUT_JAVA) && !defined(WITH_MONO) WITH_MONO= yes .endif .if defined(WITH_MONO) RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono .endif NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes .if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4+ PLIST_SUB+= JAVA="" SUB_LIST+= JAVA="" .else PLIST_SUB+= JAVA="@comment " SUB_LIST+= JAVA="@comment " .endif .if defined(WITH_MONO) PLIST_SUB+= MONO="" SUB_LIST+= MONO="" .else PLIST_SUB+= MONO="@comment " SUB_LIST+= MONO="@comment " .endif .if defined(PACKAGE_BUILDING) RESTRICTED= Have to agree to license before download .endif SUB_FILES= simian SUB_LIST+= VERSION=${PORTVERSION} PLIST_SUB+= VERSION=${PORTVERSION} .if !defined(NOPORTDOCS) PORTDOCS= LICENSE.txt changes.html customers.html features.html \ future_plans.html get_dotnet.png get_it_now.html \ get_java_blue-button.gif index.html installation.html \ menu.html overview.html simian.jpg \ javadoc .endif .include pre-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) .if !defined(PACKAGE_BUILDING) && (!defined(SIMIAN_AGREE_LICENSE) || ${SIMIAN_AGREE_LICENSE} != "yes") @${ECHO} By downloading this version, you agree to the terms @${ECHO} and conditions set out in the license agreement and @${ECHO} you agree that, should you wish to continue using @${ECHO} Simian for other than open source projects, non- @${ECHO} commercial projects or evaluation purposes for a @${ECHO} period greater than 15 days, you will purchase a @${ECHO} license as described above. @${ECHO} @${ECHO} http://www.redhillconsulting.com.au/products/simian/LICENSE.txt @${ECHO} @${ECHO} Build with SIMIAN_AGREE_LICENSE=yes to continue. @${ECHO} @${FALSE} .endif .endif do-install: @${MKDIR} ${PREFIX}/share/xsl/${PORTNAME} ${CP} ${WRKSRC}/simian.xsl ${PREFIX}/share/xsl/${PORTNAME} @${MKDIR} ${PREFIX}/simian @${MKDIR} ${PREFIX}/simian/bin .if !defined(WITHOUT_JAVA) ${CP} ${WRKSRC}/bin/simian-${PORTVERSION}.jar ${PREFIX}/simian/bin .endif .if defined(WITH_MONO) ${CP} ${WRKSRC}/bin/*.dll ${PREFIX}/simian/bin ${CP} ${WRKSRC}/bin/simian-${PORTVERSION}.exe ${PREFIX}/simian/bin .endif ${CP} ${WRKSRC}/simian ${PREFIX}/bin/simian ${CHMOD} a+x ${PREFIX}/bin/simian .if !defined(NOPORTDOCS) cd ${WRKSRC} \ && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/\{} \; \ && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \; .endif .include Property changes on: head/devel/simian/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/simian/distinfo =================================================================== --- head/devel/simian/distinfo (revision 207304) +++ head/devel/simian/distinfo (revision 207305) @@ -1,3 +1,3 @@ -MD5 (simian-2.2.23.zip) = 381b94d93e387d0f7d208dbb1e16bc35 -SHA256 (simian-2.2.23.zip) = 762d8d6366a9ffd7b8f8c748a3db3f08837679d183e5b5b9932210c15956eddd -SIZE (simian-2.2.23.zip) = 4539572 +MD5 (simian-2.2.23.tar.gz) = ddf3be144a6a7a2679f7853b116d06e5 +SHA256 (simian-2.2.23.tar.gz) = 81edc61845ecda78cca9b0de7bee2e9d1e40e88aba5a660b24bb751adfe8f7cb +SIZE (simian-2.2.23.tar.gz) = 4501524 Property changes on: head/devel/simian/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property