aboutsummaryrefslogtreecommitdiff
path: root/misc/iso-codes
Commit message (Collapse)AuthorAgeFilesLines
* misc/iso-codes: Update to 4.15.0Guido Falsi2023-08-263-5/+49
| | | | | | | | | - Use DISTVERSION and use version numbering corresponding to upstream tagging format - Remove no more required GL_TAGNAME PR: 273047 Approved by: Maintainer timeout
* bsd.sites.mk: Update all ports using USE_GITLABFelix Palmen2023-07-121-1/+1
| | | | | | | | | | Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* 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)
* misc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Adam Weinberger <adam@vectors.cx> * Adam Weinberger <adamw@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Alan E <alane@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alex Stangl <alex@stangl.us> * Alexander Logvinov <avl@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Nusov <alexander.nusov@nfvexpress.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alexey Zelkin <phantom@FreeBSD.org> * Andreas Kohout <shanee@rabbit.augusta.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrew Stuart <elitetek@tekrealm.net> * Andrey Simonenko * Andrey Zakhvatov * Andy Kosela <akosela@andykosela.com> * Andy Pavlo <amp0928@rit.edu> * Anton Berezin <tobez@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Attila Nagy <bra@fsn.hu> * Bjorn Lindstrom <bkhl@elektrubadur.se> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Brent J. Nordquist <bjn@visi.com> * Cheng-Lung Sung <clsung@FreeBSD.org> * Chris Costello <chris@FreeBSD.org> * Chris D. Faulhaber <jedgar@fxp.org> * Chris Piazza <cpiazza@FreeBSD.org> * Chris Stuart <firewolf@lightningfire.net> * Conrad Sabatier <conrads@home.com> * Dan Moschuk <dan@FreeBSD.org> * Daniel B. Hemmerich <dan@spot.org> * David Johnson <david@usermode.org> * David O'Brien (obrien@cs.ucdavis.edu) * Dean Hollister <dean@odyssey.apana.org.au> * Denis Shaposhnikov <dsh@vlink.ru> * Dereckson <dereckson@gmail.com> * Dima Dorfman <dima@unixfreak.org> * Dima Sivachenko * Dima Sivachenko <dima@chg.ru> * Dmitry Morozovsky <marck@FreeBSD.org> * Dmitry Sivachenko <dima@Chg.RU> * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Eric Turgeon <ericbsd@FreeBSD.org> * Evaldas Auryla <ea@zaib.as> * Filippo Natali <filippo@widestore.net> * Frank Steinborn <steinex@nognu.de> * Frederic Culot <culot@FreeBSD.org> * G. Adam Stanislav <adam@whizkidtech.net> * Garrett Wollman <wollman@FreeBSD.org> * Gea-Suan Lin <gslin@gslin.org> * Greg Lehey <grog@FreeBSD.org> * Guangyuan Yang <ygy@FreeBSD.org> * Gustau Perez i Querol <gustau.perez@gmail.com> * Harald Schmalzbauer <freebsd@omnilan.de> * Harald Wille <harald.wille@students.jku.at> * Hye-Shik Chang <perky@python.or.kr> * Igor Pokrovsky <ip@unixway.org> * J Han <hjh@best.com> * James Earl <jdearl@telus.net> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jeremy Shaffner <jeremy@external.org> * Jim Mock <jim@FreeBSD.org> * Joao Carlos Mendes Luis <jonny@jonny.eng.br> * Joe Marcus Clarke <marcus@FreeBSD.org> * Johann Visagie <wjv@FreeBSD.org> * John Marino <marino@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Rodriguez <king@v2project.com> * Julian Stacey <jhs@FreeBSD.org> * KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> * Kelly Yancey <kbyanc@posi.net> * Kim Scarborough <user@unknown.nu> * Kimura Fuyuki <fuyuki@nigredo.org> * Kirill Ponomarew <ponomarew@oberon.net> * Koop Mast <kwm@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Leland Wang <llwang@infor.org> * Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> * Maksym Sobolyev <sobomax@pbxpress.it> * Marc Fonvieille <blackend@FreeBSD.org> * Marcus Alves Grando <mnag@FreeBSD.org> * Marie Loise Nolden <loise@kde.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Martin Blapp <mb@imp.ch> * Martin Neubauer <m.ne@gmx.net> * Martin Wilke <miwi@FreeBSD.org> * Mathieu Arnold <m@absolight.net> * Matt Emmerton <matt@gsicomp.on.ca> * Matt Mills <matt_mills@btopenworld.com> * Matthew Seaman * Matthias Andree <matthias.andree@gmx.de> * Max Khon <fjoe@FreeBSD.org> * Maxim Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael A. Kohn <mike@mikekohn.net> * Michael Elbel (me) * Michael Haro <mharo@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikael Urankar <mikael.urankar@gmail.com> * Mike Smith <msmith@FreeBSD.org> * Miklos Niedermayer <mico@bsd.hu> * NECDET COKYAZICI <cokyazici@yahoo.co.uk> * Naito Yuichiro <naito.yuichiro@gmail.com> * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Niek Bergboer <niek@bergboer.net> * Oleh Hushchenkov <gor@clogic.com.ua> * Oliver Lehmann <oliver@FreeBSD.org> * Patrick Li <pat@databits.net> * Patrick Seal <patseal@hyperhost.net> * Pav Lucistnik <pav@oook.cz> * Pete Fritchman <petef@databits.net> * Peter Pentchev <roam@FreeBSD.org> * Philip Paeps <philip@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Rainer Hurling <rhurlin@gwdg.de> * Ralf S. Engelschall <rse@engelschall.com> * Robert Withrow <witr@rwwa.com> * Roman Bogorodskiy <novel@FreeBSD.org> * Rong-En Fan <rafan@FreeBSD.org> * Ryan Steinmetz <zi@FreeBSD.org> * Sander Vesik <sander@haldjas.folklore.ee> * Scot W. Hetzel * Seamus Venasse <svenasse@polaris.ca> * Sebastien gioria <gioria@FreeBSD.org> * Serge Gagnon <gagnon__s@videotron.ca> * Sergei Kolobov <sergei@kolobov.com> * Sergey Skvortsov <skv@protey.ru> * SimaMoto,RyoTa <liangtai.s4@gmail.com> * Simon 'corecode' Schubert <corecode@corecode.ath.cx> * Slaven Rezic <slaven@rezic.de> * Stefan Walter <swalter@lettermax.de> * Stephen Farrell <steve@farrell.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven Enderle <enderle@mdn.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas (<thierry@FreeBSD.org>) * Thomas Gellekum <tg@FreeBSD.org> * Timothy Bourke <timbob@bigpond.com> * Ting-Wei Lan <lantw44@gmail.com> * Tobias Roth <ports@fsck.ch> * Tom Rhodes <trhodes@FreeBSD.org> * Tomoyuki Sakurai <cherry@trombik.org> * Torsten Blum <torstenb@FreeBSD.org> * Vladimir Kondratyev <wulf@FreeBSD.org> * Wei-chun Chao * Wen Heping <wen@FreeBSD.org> * Willem van Engen <wvengen@stack.nl> * Wojciech A. Koszek <wkoszek@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yoichi NAKAYAMA <yoichi@FreeBSD.org> * Yonatan@Xpert.com * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * Zeus Panchenko <zeus@gnu.org.ua> * alfred@FreeBSD.org * bmc@WillsCreek.COM * chinsan * cracauer@cons.org "Martin Cracauer" * dbaker * dd * dikshie <dikshie@lapi.itb.ac.id> * djp * globalpanic@gmx.net * gmarco@giovannelli.it * gpalmer * hrs, lesi * igor@zynaps.ru * ijliao * itojun@itojun.org * jmacd * joerg * jsellens * kaz * king@v2project.com * marcus * marcus@FreeBSD.org * markm * milki <milki@rescomp.berkeley.edu> * mnag * moeding * mp39590@gmail.com * mstowe@chicago.us.mensa.org * olgeni@FreeBSD.org * osa * pfg * ports@c0decafe.net <ports@c0decafe.net> * roam@FreeBSD.org * roam@orbitel.bg * sahne * sanpei@FreeBSD.org * sec@42.org * sf * shanee@augusta.de * shipley@dis.org * stolz@i2.informatik.rwth-aachen.de * sumikawa@FreeBSD.org * vanilla * wosch With hat: portmgr
* misc/iso-codes: Update to 4.7Gleb Popov2021-11-163-8/+98
| | | | | PR: 259610 Approved by: kwm (maintainer timeout)
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update iso-codes to 4.2.Koop Mast2019-03-123-6/+7
| | | | Notes: svn path=/head/; revision=495530
* Switch to gettext-tools, we only need for building.Koop Mast2018-12-161-1/+3
| | | | | | | | | | While here, pet portlint and move some entries out of the USES section. PR: 234030 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Notes: svn path=/head/; revision=487633
* Update iso-codes to 4.1.Koop Mast2018-12-094-12/+164
| | | | | | | | | | * Update pkg-descr. PR: 231470 (based on) Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=487057
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update iso-codes to 3.76.Koop Mast2017-09-192-4/+4
| | | | Notes: svn path=/head/; revision=450124
* Update iso-codes to 3.75.Koop Mast2017-05-062-4/+4
| | | | Notes: svn path=/head/; revision=440246
* Update iso-codes to 3.74.Koop Mast2017-01-252-4/+4
| | | | Notes: svn path=/head/; revision=432424
* Update iso-codes to 3.69.Koop Mast2016-08-203-4/+452
| | | | Notes: svn path=/head/; revision=420522
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Update iso-codes to 3.65.Koop Mast2016-02-182-3/+3
| | | | Notes: svn path=/head/; revision=409133
* Update iso-codes to 3.63.Koop Mast2015-12-122-3/+3
| | | | Notes: svn path=/head/; revision=403606
* Update iso-codes to 3.62.Koop Mast2015-10-022-3/+3
| | | | Notes: svn path=/head/; revision=398440
* Update iso-codes to 3.60.Koop Mast2015-08-132-3/+3
| | | | Notes: svn path=/head/; revision=394055
* Update iso-codes to 3.59.Koop Mast2015-07-022-4/+4
| | | | | | | Sort USES. Notes: svn path=/head/; revision=391148
* Update iso-codes to 3.57.Koop Mast2015-01-092-3/+3
| | | | Notes: svn path=/head/; revision=376620
* Cleanup plistBaptiste Daroussin2014-12-091-77/+0
| | | | Notes: svn path=/head/; revision=374378
* Update to 3.56.Koop Mast2014-09-223-3/+4
| | | | Notes: svn path=/head/; revision=368830
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Update to 3.54.Koop Mast2014-06-273-3/+10
| | | | | | | | Add beginning of ISO 639-5 support, which documents "Codes for the representation of names of languages" Notes: svn path=/head/; revision=359564
* Update to 3.51.Koop Mast2014-02-242-3/+3
| | | | Notes: svn path=/head/; revision=345899
* Update to 3.49.Koop Mast2013-12-123-5/+10
| | | | | | | | | | Add NO_ARCH Remove local mirror, the reason for having to host it locally was because the upstream distfile host suffered a fatal disk failure. Which has been resolved but the old iso-codes distfiles where lost. Notes: svn path=/head/; revision=336251
* Add local dist site, upstream ftp seems to have vanished.Koop Mast2013-11-241-1/+2
| | | | Notes: svn path=/head/; revision=334747
* Update to 3.46.Koop Mast2013-10-012-6/+4
| | | | | | | | USE_GMAKE => USES=gmake. Stageify. Notes: svn path=/head/; revision=328948
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Update to 3.43.Koop Mast2013-06-183-3/+4
| | | | Notes: svn path=/head/; revision=321216
* Update to 3.41.Koop Mast2013-05-013-4/+7
| | | | | | | Indent USES correctly to be inline with the rest of the file. Notes: svn path=/head/; revision=317022
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Update to 3.40.Koop Mast2012-12-163-12/+8
| | | | | | | Trim Makefile header. Notes: svn path=/head/; revision=309049
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Update to 3.37.Koop Mast2012-07-172-3/+3
| | | | Notes: svn path=/head/; revision=301034
* Update to 3.35.Koop Mast2012-05-053-27/+4
| | | | | | | | Remove @dirrmtry lines for directories that we don't install in and/or don't exist. Notes: svn path=/head/; revision=296063
* Update to 3.32.2Koop Mast2012-02-143-3/+5
| | | | Notes: svn path=/head/; revision=291344
* Update to 3.29Koop Mast2011-10-233-4/+12
| | | | Notes: svn path=/head/; revision=284159
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 3.25.Koop Mast2011-04-082-3/+3
| | | | Notes: svn path=/head/; revision=272386
* Update to 3.24.2.Koop Mast2011-03-022-3/+3
| | | | Notes: svn path=/head/; revision=270117
* Update to 3.24.1.Koop Mast2011-02-252-3/+3
| | | | Notes: svn path=/head/; revision=269715
* Update to 3.23.Koop Mast2010-12-042-3/+3
| | | | Notes: svn path=/head/; revision=265691
* Update to 3.22.Koop Mast2010-11-133-5/+6
| | | | | | | Remove python build dependancy. Notes: svn path=/head/; revision=264481
* Update to 3.21.Koop Mast2010-10-033-4/+5
| | | | Notes: svn path=/head/; revision=262336