aboutsummaryrefslogtreecommitdiff
path: root/misc/iso-codes
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 3.20.Koop Mast2010-09-303-4/+7
| | | | Notes: svn path=/head/; revision=262212
* Update to 3.19.Koop Mast2010-08-022-4/+4
| | | | Notes: svn path=/head/; revision=258622
* Update to 3.18.Koop Mast2010-07-263-4/+12
| | | | Notes: svn path=/head/; revision=258295
* Update to 3.17.Koop Mast2010-06-152-5/+6
| | | | | | | Add license framework. Notes: svn path=/head/; revision=256570
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Drop build dependancy on xmlproc_parse. Its not needed.Koop Mast2010-05-271-2/+0
| | | | | | | | PR: ports/147012 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=255194
* Update to 3.16.Koop Mast2010-05-213-4/+16
| | | | Notes: svn path=/head/; revision=254726