aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kde-icons-nuvola
Commit message (Collapse)AuthorAgeFilesLines
* x11-themes/kde-icons-nuvola: Mark DEPRECATEDMuhammad Moinur Rahman2023-12-241-2/+4
| | | | | | | - Cannot be fetched anymore - One MASTER_SITES returns mismatched size - Upstream WWW returns Not Found - Set EXPIRATION_DATE 2024-01-25
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+1
| | | | | | | | | | 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-themes: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Mikhailov <karma@ez.pereslavl.ru> * Babak Farrokhi <babak@farrokhi.net> * David Naylor <naylor.b.david@gmail.com> * Douglas Thrift <douglas@douglasthrift.net> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eygene Ryabinkin <rea-fbsd@codelabs.ru> * Filippo Natali <filippo@widestore.net> * Grzegorz Blach <gblach@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Gustau Pérez i Querol <gustau.perez@gmail.com> * Jesper Schmitz Mouridsen * Joe Marcus Clarke <marcus@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Kris Moore <kmoore@FreeBSD.org> * Marie Loise Nolden <loise@kde.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org> * Matthias Petermann <matthias@petermann-it.de> * Michael Johnson <ahze@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicole Reid <root@cooltrainer.org> * Olivier Duchateau * Oyvind Albrigtsen * Pawel Pekala <pawel@FreeBSD.org> * Phillip Neumann <pneumann@gmail.com> * Piotr Smyrak <smyru@heron.pl> * Remington Lang <MrL0L@charter.net> * Romain Tartiere <romain@blogreen.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * archfan <mail_me@riseup.net> * chinsan * gahr * lightside <lightside@gmx.com> * olgeni@FreeBSD.org With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508914
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove Author from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380313
* Stagify.Vanilla I. Shu2014-07-011-1/+0
| | | | | | | Approved by: portmgr@ (blanket approval) Notes: svn path=/head/; revision=360010
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-themes) Notes: svn path=/head/; revision=327783
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276936
* - Add backup download locationPav Lucistnik2007-07-211-1/+3
| | | | | | | | | PR: ports/109056 Submitted by: Maxim Samsonov <xors@mne.ru> Approved by: maintainer timeout (lioux; 5 months) Notes: svn path=/head/; revision=196015
* - Remove BROKEN since port is indeed fetchableMario Sergio Fujikawa Ferreira2007-03-011-4/+0
| | | | | | | - Tested from 2 different networks Notes: svn path=/head/; revision=186235
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* BROKEN: UnfetchableKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173178
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* o Update to final version 1.0Mario Sergio Fujikawa Ferreira2005-03-102-4/+3
| | | | | | | | | o Bump PORTREVISION since PORTVERSION is the same the previous one Prompted by: Mohamed Zaian <Extend@tecmina.com> Notes: svn path=/head/; revision=130766
* Remove PLIST since it is now automatically generatedMario Sergio Fujikawa Ferreira2004-11-151-2427/+0
| | | | Notes: svn path=/head/; revision=121689
* o Update to 1.0 betaMario Sergio Fujikawa Ferreira2004-07-034-98/+1517
| | | | | | | | o Update WWW tag o Remove BROKEN ("unfetchable") Notes: svn path=/head/; revision=112825
* BROKEN: UnfetchableKris Kennaway2004-06-201-0/+2
| | | | Notes: svn path=/head/; revision=111872
* o New port kde-icons-nuvola version 0.2.5: KDE Nuvola iconset, SVGMario Sergio Fujikawa Ferreira2004-02-205-0/+1049
evolution of SKY o Port inherits most of its logic from x11-themes/noia/Makefile.icons file Notes: svn path=/head/; revision=101451