aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktable
Commit message (Collapse)AuthorAgeFilesLines
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-061-1/+1
| | | | | | | | Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
* */*: Fix build with llvm16 on 13.2-STABLEMuhammad Moinur Rahman2023-07-261-1/+1
| | | | | | | | | | | | As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE with the OSVERSION 1302507. - Utilize USE_CXXSTD=c++14 or similar solution where applicable - Update conditionals to addtionally check for OSVERSION greater than 1302507 and less than 1400000 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* x11-toolkits/tktable: Fix build with llvm16Muhammad Moinur Rahman2023-07-231-1/+8
| | | | | | | - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* 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)
* x11-toolkits: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * 1wardd@airmail.net * Alexander Kabaev <ak03@gte.com> * Alexander Novitsky <alecn2002@yandex.ru> * Alexey Dokuchaev <danfe@FreeBSD.org> * Andreas Kohn <andreas@syndrom23.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Anton Berezin <tobez@FreeBSD.org> * Brian Buchanan <brian@CSUA.Berkeley.EDU> * Cezary Morga <cm@therek.net> * Cheng-Lung Sung <clsung@FreeBSD.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dima Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Eric Anholt <anholt@FreeBSD.org> * Igor Pokrovsky <ip@doom.homeunix.org> * James FitzGibbon <jfitz@FreeBSD.org> * Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Juli Mallett * Kenjiro Cho <kjc@csl.sony.co.jp> * Kimura Fuyuki <fuyuki@hadaly.org> * Koop Mast <kwm@FreeBSD.org> * Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> * Lubomir Marinov <lubomir_m@abv.bg> * Marc Recht <marc@informatik.uni-bremen.de> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Klaffenboeck <martin.klaffenboeck@gmx.at> * Martin Matuska <mm@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Grünewald <michipili@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Mike Krutov <neko@takino.org> * Mike Meyer <mwm@mired.org> * Olivier Duchateau * Paul Schmehl <pauls@utdallas.edu> * Peter Hawkins <thepish@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Radim Kolar * Rene Ladan <rene@FreeBSD.org> * Robert C. Noland III <rnoland@FreeBSD.org> * Simon Barner <barner@gmx.de> * Stephane Legrand <stephane@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Vanilla I. Shu <vanilla@MinJe.com.TW> * Will Andrews <andrews@technologist.com> * Yukihiro Nakai <nakai@FreeBSD.org> * Zane C, Bowers <vvelox@vvelox.net> * asami * chinsan * chuckr * clsung@dragon2.net * dmitry@karasik.eu.org * fjoe@FreeBSD.org * gahr * gena * ijliao * mi * minter@lunenburg.org * nivit@users.sourceforge.net * ports@c0decafe.net * roland.jesse@gmx.net * thierry@pompo.net * vanilla With hat: portmgr
* x11-toolkits/tktable: Pass maintainership to submitterChris Hutchinson2021-05-061-1/+1
| | | | PR: 255629
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert more ports to USES=(tcl|tk):teaPietro Cerutti2016-04-212-23/+7
| | | | Notes: svn path=/head/; revision=413747
* x11-toolkits/tk(table|treectrl): Fix configure to support DragonFlyJohn Marino2015-08-221-0/+4
| | | | | | | | These patches to these unmaintained ports have been in dports for a few months so lets move them over to ports. Notes: svn path=/head/; revision=395043
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-1/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378032
* UnbreakAntoine Brodin2014-12-081-1/+1
| | | | Notes: svn path=/head/; revision=374235
* Update "BSD" license in x11 categoriesMark Felder2014-12-071-2/+4
| | | | Notes: svn path=/head/; revision=374203
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-081-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364347
* - Set USE_LDCONFIGPietro Cerutti2013-11-191-0/+1
| | | | Notes: svn path=/head/; revision=334299
* - Fix PLIST by removing DOCSPietro Cerutti2013-10-152-33/+0
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=330367
* - Convert to USES+=tkPietro Cerutti2013-10-141-2/+1
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=330316
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* - Respect PREFIX and DOCSDIRPietro Cerutti2013-05-132-16/+10
| | | | | | | Reported by: miwi (Tcl/Tk 86 exp-run) Notes: svn path=/head/; revision=318077
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-1/+1
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279351
* - Add LICENSE informationMartin Matuska2011-03-232-1/+3
| | | | | | | - Make portlint happier Notes: svn path=/head/; revision=271518
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Update to 2.10Martin Matuska2008-11-213-4/+5
| | | | Notes: svn path=/head/; revision=223118
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Update to 2.9Martin Matuska2007-08-204-45/+48
| | | | | | | | | | | - Switch to USE_XORG and USE_TK - Alter pkg-plist and PORTDOCS - Change maintainer to mm@FreeBSD.org PR: ports/109432 Notes: svn path=/head/; revision=197961
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Respect X11BASERong-En Fan2006-11-301-1/+3
| | | | | | | | | | This port requires Xlib to build, thus set USE_XLIB. With GNU_CONFIGURE, it sets correctly path. Reported by: pointyhat Notes: svn path=/head/; revision=178298
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149470
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to tcl/tk 8.4 and bump PORTREVISION.Kris Kennaway2003-08-171-3/+4
| | | | Notes: svn path=/head/; revision=87097
* Add tktable 2.8, a table/matrix widget extension to tk/tcl.Oliver Lehmann2003-07-235-0/+99
PR: 47166 Submitted by: thierry@pompo.net Notes: svn path=/head/; revision=85432