aboutsummaryrefslogtreecommitdiff
path: root/lang/clips
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/clips: Update WWWLi-Wen Hsu2021-11-161-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Replace do-patch in ports that override it with more appropriate targetsTobias Kortkamp2019-11-071-1/+1
| | | | | | | | Most ports do not need to override do-patch. It breaks some ports tree features like EXTRA_PATCH_TREE, etc. Notes: svn path=/head/; revision=516997
* - Re-add lang/clipsWen Heping2019-05-163-0/+44
| | | | | | | | | | | - Update to 6.30 - Add LICENSE - Take maintainership - Update COMMENT - Pet portlint Notes: svn path=/head/; revision=501789
* Remove unmaintained expired ports from langBaptiste Daroussin2011-05-023-55/+0
| | | | | | | | | | | | 2011-05-01 lang/cim: Upstream disapear and distfile is no more available 2011-05-01 lang/clips: Upstream disapear and distfile is no more available 2011-05-01 lang/eiffel: Upstream disapear and distfile is no more available 2011-05-01 lang/libutils: Upstream disapear and distfile is no more available 2011-05-01 lang/linux-libperl5.8: Upstream disapear and distfile is no more available 2011-05-01 lang/osb-jscore: Abandonware, please use www/webkit-gtk2 Notes: svn path=/head/; revision=273479
* Deprecate unmaintained ports from lang where upstream disapear and/orBaptiste Daroussin2011-03-151-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270937
* Fix post-patch to allow for CFLAGS containing a slash (which happensGerald Pfeifer2009-06-041-1/+1
| | | | | | | in case of pathnames). Notes: svn path=/head/; revision=235178
* Resurrect lang/clips and update it to 6.24Vasil Dimov2006-12-193-0/+52
| | | | Notes: svn path=/head/; revision=180132
* Remove expired leaf ports:Vasil Dimov2006-12-124-47/+0
| | | | | | | | | 2006-12-01 lang/clips: Unfetchable 2006-12-07 audio/gdesklets-xmms: Disappeared from the internet 2006-12-01 games/flightgear-l410: is incompatible with the latest FlightGear release Notes: svn path=/head/; revision=179577
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172294
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* BROKEN: UnfetchableRenato Botelho2006-03-181-0/+2
| | | | | | | | | PR: ports/92367 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (50 days) Notes: svn path=/head/; revision=157584
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Changed maintainer email address; the old one points to the newMark Linimon2003-10-291-1/+1
| | | | | | | one as a replacement. Noticed by: Oliver Eikemeier. Notes: svn path=/head/; revision=92584
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* add clipsYing-Chieh Liao2001-08-175-0/+40
CLIPS is a productive development and delivery expert system tool PR: 28821 Submitted by: Douglas Anestad <yotta@dougdidit.com> Notes: svn path=/head/; revision=46383