Date: Thu, 16 May 2019 13:56:17 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501789 - in head: . lang lang/clips Message-ID: <201905161356.x4GDuH46087910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu May 16 13:56:16 2019 New Revision: 501789 URL: https://svnweb.freebsd.org/changeset/ports/501789 Log: - Re-add lang/clips - Update to 6.30 - Add LICENSE - Take maintainership - Update COMMENT - Pet portlint Added: head/lang/clips/ - copied from r273478, head/lang/clips/ Modified: head/MOVED head/lang/Makefile head/lang/clips/Makefile (contents, props changed) head/lang/clips/distinfo (contents, props changed) Modified: head/MOVED ============================================================================== --- head/MOVED Thu May 16 13:38:27 2019 (r501788) +++ head/MOVED Thu May 16 13:56:16 2019 (r501789) @@ -2072,7 +2072,6 @@ finance/xinvest||2011-05-02|Has expired: Outdated, aba finance/xquote||2011-05-02|Has expired: Outdated, abandoned french/plgrenouille||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available editors/xemacs-devel-mule-xft||2011-05-02|Remove, editors/xemacs-devel-mule builds with xft support now -lang/clips||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available lang/eiffel||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available lang/libutils||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available lang/linux-libperl5.8||2011-05-02|Has expired: Upstream disappeared and distfile is no longer available Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu May 16 13:38:27 2019 (r501788) +++ head/lang/Makefile Thu May 16 13:56:16 2019 (r501789) @@ -37,6 +37,7 @@ SUBDIR += cint SUBDIR += cjs SUBDIR += cling + SUBDIR += clips SUBDIR += clisp SUBDIR += clojure SUBDIR += clojure-mode.el Modified: head/lang/clips/Makefile ============================================================================== --- head/lang/clips/Makefile Mon May 2 14:05:45 2011 (r273478) +++ head/lang/clips/Makefile Thu May 16 13:56:16 2019 (r501789) @@ -1,40 +1,32 @@ -# New ports collection makefile for: clips -# Date created: 8 July 2001 -# Whom: Douglas Anestad <yotta@dougdidit.com> -# # $FreeBSD$ -# PORTNAME= clips -PORTVERSION= 6.24 +PORTVERSION= 6.30 CATEGORIES= lang -MASTER_SITES= http://www.ghg.net/clips/download/source/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vd/${PORTNAME} -DISTFILES= clipssrc.tar.Z ${MAKEFILE} -DIST_SUBDIR= clips-${PORTVERSION} -EXTRACT_ONLY= ${DISTFILES:M*.tar.*} +MASTER_SITES= SF/clipsrules/CLIPS/${PORTVERSION}/ +DISTNAME= clips_core_source_630 -MAINTAINER= ports@FreeBSD.org -COMMENT= A productive development and delivery expert system tool +MAINTAINER= wen@FreeBSD.org +COMMENT= Tool for Building Expert Systems -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= PD +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/readme.txt -WRKSRC= ${WRKDIR}/${PORTNAME}src/${PORTNAME}src +USES= zip +WRKSRC= ${WRKDIR}/${DISTNAME}/core MAKEFILE= makefile.gcc ALL_TARGET= clips PLIST_FILES= bin/clips post-extract: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${MAKEFILE} ${WRKSRC}/ + ${CP} ${WRKDIR}/${DISTNAME}/makefiles/${MAKEFILE} ${WRKSRC}/ do-patch: ${REINPLACE_CMD} -e 's#gcc #${CC} ${CFLAGS} #g' ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/clips ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/clips ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> Modified: head/lang/clips/distinfo ============================================================================== --- head/lang/clips/distinfo Mon May 2 14:05:45 2011 (r273478) +++ head/lang/clips/distinfo Thu May 16 13:56:16 2019 (r501789) @@ -1,6 +1,3 @@ -MD5 (clips-6.24/clipssrc.tar.Z) = ccba9d912375e57a1b7d9eba12da4198 -SHA256 (clips-6.24/clipssrc.tar.Z) = 80852a0df97597f710e90ca8bf5ecdc250c2034bf9dd3044bbedee111ad2e4ab -SIZE (clips-6.24/clipssrc.tar.Z) = 1524143 -MD5 (clips-6.24/makefile.gcc) = 3b74fa0bdda8786574b198ae8cf9748a -SHA256 (clips-6.24/makefile.gcc) = 062990ec16df6c983929711acba0f7ce284c4c8f2b6e527bcfc1794110284e03 -SIZE (clips-6.24/makefile.gcc) = 71566 +TIMESTAMP = 1557409926 +SHA256 (clips_core_source_630.zip) = 01555b257efae281199b82621ad5cc1106a395acc095b9ba66f40fe50fe3ef1c +SIZE (clips_core_source_630.zip) = 1152446
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905161356.x4GDuH46087910>