From owner-svn-ports-all@FreeBSD.ORG Fri Jul 26 20:49:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9CC6863; Fri, 26 Jul 2013 20:49:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD1182F69; Fri, 26 Jul 2013 20:49:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6QKnWEK015530; Fri, 26 Jul 2013 20:49:32 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6QKnWJn015528; Fri, 26 Jul 2013 20:49:32 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307262049.r6QKnWJn015528@svn.freebsd.org> From: John Marino Date: Fri, 26 Jul 2013 20:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323752 - head/textproc/words X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 20:49:32 -0000 Author: marino Date: Fri Jul 26 20:49:31 2013 New Revision: 323752 URL: http://svnweb.freebsd.org/changeset/ports/323752 Log: textproc/words: Move to Ada framework Currently this port has a hard dependency on lang/gnat. This has been replaced with USES+=ada and minor changes to incorporate it into the Ada framework with a PORTREVISION bump. The MASTER_SITES url did not resolve, so the distfile was unfetchable. Luckily the entire site was archived, so the MASTER_SITES and primary site fetching has been restored. The makefile header was trimmed, the AUTHOR was removed as the email may not longer be valid, NOPORTDOCS was replaced with the DOCS option, and now portlint is happy. Approved by: bapt & culot (mentors) Modified: head/textproc/words/Makefile head/textproc/words/pkg-descr Modified: head/textproc/words/Makefile ============================================================================== --- head/textproc/words/Makefile Fri Jul 26 19:46:21 2013 (r323751) +++ head/textproc/words/Makefile Fri Jul 26 20:49:31 2013 (r323752) @@ -1,26 +1,24 @@ -# New ports collection makefile for: words -# Date created: 2 January 2004 -# Whom: Leland Wang -# +# Created by: Leland Wang # $FreeBSD$ -# PORTNAME= words PORTVERSION= 1.97F +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://users.erols.com/whitaker/ +MASTER_SITES= http://archives.nd.edu/whitaker/ DISTNAME= ${PORTNAME}all -EXTRACT_SUFX= .zip MAINTAINER= llwang@infor.org COMMENT= A Latin-English Dictionary Program -BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat - +USES= ada USE_ZIP= yes NO_WRKSUBDIR= yes +GNATMAKE= env ${MAKE_ENV} gnatmake + +OPTIONS_DEFINE= DOCS -GNATMAKE= gnatmake +.include do-build: @cd ${WRKSRC} && \ @@ -46,7 +44,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/ADDONS.LAT ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/UNIQUES.LAT ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/words.sh ${PREFIX}/bin/words -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${DOCSDIR} .endif Modified: head/textproc/words/pkg-descr ============================================================================== --- head/textproc/words/pkg-descr Fri Jul 26 19:46:21 2013 (r323751) +++ head/textproc/words/pkg-descr Fri Jul 26 20:49:31 2013 (r323752) @@ -11,5 +11,4 @@ late Latin, but medieval Latin entries a tool to help in translations for the Latin student and a memory jog for researchers. -Author: William Whitaker -WWW: http://users.erols.com/whitaker/words.htm +WWW: http://archives.nd.edu/whitaker/wordsdoc.htm