aboutsummaryrefslogtreecommitdiff
path: root/editors/komodo-edit
Commit message (Collapse)AuthorAgeFilesLines
* linux-c7: Merge dbus-glib into dbus-libs to ease maintenance.Gleb Popov2023-07-021-1/+1
| | | | | | Reviewed by: tijl Differential Revision: https://reviews.freebsd.org/D40827
* 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)
* 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
|
* editors/komodo-edit: Update to version 11.0.2Joseph Mingrone2018-04-263-16/+126
| | | | | | | | | | | | | | | | Also add license information. TODO: - Fix fontconfig error (looking for fonts in /etc/fonts) - Fix issue with codeintel failing to start - Attempt to create a native port Submitted by: allanjude (maintainer) Reviewed by: mmokhi Differential Revision: https://reviews.freebsd.org/D15140 Notes: svn path=/head/; revision=468357
* Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2017-12-241-2/+2
| | | | | | | | Approved by: portmgr (blanket) MFH: 2017Q4 Notes: svn path=/head/; revision=457148
* Mark BROKEN: unfetchableAntoine Brodin2017-12-231-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=457026
* editors/komodo-edit: Update port from 6.x to 10.2.2Mahdi Mokhtari2017-07-142-10/+8
| | | | | | | | | | | | | Also pass maintainership of the port to allanjude Submitted by: allanjude Reviewed by: mat (mentor), netchild Approved by: mat (mentor), maintainer (implicit) Sponsored by: Essen Hackathon 2017 Differential Revision: https://reviews.freebsd.org/D11543 Notes: svn path=/head/; revision=445754
* Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.Marcelo Araujo2017-03-191-2/+0
| | | | | | | When use RESTRICT it implies the former ones. Notes: svn path=/head/; revision=436473
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-071-0/+1
| | | | | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim Notes: svn path=/head/; revision=421496
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-2/+1
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* editors/komodo-edit: allow install with linux_base-c6Johannes Jost Meixner2014-11-201-1/+1
| | | | | | | | | | | | - allow build with CentOS 6 linux bases. PR: 195169 Differential Revision: https://reviews.freebsd.org/D1200 Submitted by: Jan Beich <jbeich@vfemail.com> Approved by: koobs (mentor) Notes: svn path=/head/; revision=372909
* - Switch to PLIST_FILES/PORTDATADmitry Marakasov2014-09-302-3607/+5
| | | | | | | - Remove always false condition Notes: svn path=/head/; revision=369582
* editors/komodo-edit: unbreak and stageJohn Marino2014-07-274-341/+338
| | | | | | | | | | Pet portlint some while here. PR: 192071 Submitted by: Allan Jude Notes: svn path=/head/; revision=363051
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362705
* Mark a few unfetchable ports as BROKENAntoine Brodin2014-06-011-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356059
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* LEGAL claims "Distribution not permitted" and since I can not prove ↵Eitan Adler2013-03-241-0/+4
| | | | | | | | | otherwise, assume the worse and disallow any use. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315185
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Add alsalib to USE_LINUX_APPSPietro Cerutti2012-06-251-3/+3
| | | | | | | | | - Fix DESKTOP entry Reported by: dougb Notes: svn path=/head/; revision=299937
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add dbusglib to USE_LINUX_APPS [1]Pietro Cerutti2012-04-191-6/+8
| | | | | | | | | - Fix DESKTOP_ENTRIES Reported by: Skull <skull@skull.ru> [1] Notes: svn path=/head/; revision=295110
* - UNBREAK by refactoring the insallation procedure so that pre-compiledPietro Cerutti2012-04-122-682/+12
| | | | | | | python files are not included (*.pyc, *.pyo) Notes: svn path=/head/; revision=294713
* Maintainer is working on a fix.Baptiste Daroussin2012-04-101-3/+0
| | | | Notes: svn path=/head/; revision=294509
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | | | | as broken for more than 6 month Notes: svn path=/head/; revision=294459
* - Mark BROKEN: does not packagePav Lucistnik2011-09-301-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=282686
* - Update to 6.1.2Pietro Cerutti2011-09-193-99/+602
| | | | Notes: svn path=/head/; revision=281984
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update linux-f10-pango to 1.28.3 (+ bump portrevision of dependend ports).Alexander Leidinger2011-02-251-0/+1
| | | | | | | | | | | This fixes a security warning from portaudit. Security: CVE-2009-1194 VuXML: 4b172278-3f46-11de-becb-001cc0377035 Thanks to: Luchesar V. ILIEV <luchesar.iliev@gmail.com> (F10+rpmbuild info) Notes: svn path=/head/; revision=269666
* - Set CONFLICTS with komodo-ideThomas Abthorpe2010-11-261-0/+2
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=265195
* - Extend brokedness to 7.X alsoPav Lucistnik2010-07-211-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258035
* - Mark BROKEN on 6.XPav Lucistnik2010-06-211-0/+4
| | | | | | | | Feature safe: yes Reported by: pointyhat Notes: svn path=/head/; revision=256798
* - Use built-in installation procedurePietro Cerutti2010-06-082-5/+644
| | | | | | | | PR: 145927 Submitted by: RX <rx@sigint.ws> Notes: svn path=/head/; revision=256082
* - Update to 5.2.4Pietro Cerutti2010-04-123-3293/+2686
| | | | Notes: svn path=/head/; revision=252615
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Fix typo in MakefilePietro Cerutti2010-02-221-1/+1
| | | | | | | | | PR: 144159 Submitted by: Andrius Morkunas <hinokind@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=250148
* - Fix PLISTPietro Cerutti2009-07-031-1/+2
| | | | | | | Reported by: PH via erwin Notes: svn path=/head/; revision=237009
* - Update to 5.1.4Pietro Cerutti2009-07-013-3122/+3406
| | | | Notes: svn path=/head/; revision=236876
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav) Notes: svn path=/head/; revision=230420
* - Update to 4.4.1 [1]Pietro Cerutti2008-07-163-233/+168
| | | | | | | | | | - Take over maintainship [2] PR: 125696 [1] Approved by: arved (former maintainer) [1] [2] Notes: svn path=/head/; revision=216929
* - Fix fetchPav Lucistnik2008-04-161-1/+1
| | | | Notes: svn path=/head/; revision=211401
* Create share/applications directory before trying to install files into it.Tilman Keskinoz2008-02-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207640
* Install the .desktop file in the right directory.Tilman Keskinoz2008-02-182-1/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207549
* Add komodo-edit, ActiveState's multi-language editorTilman Keskinoz2008-02-134-0/+3556
Notes: svn path=/head/; revision=207178