aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/gentium-plus
Commit message (Collapse)AuthorAgeFilesLines
* x11-fonts/gentium-plus: update to 6.001Matthew Seaman2021-07-032-4/+4
| | | | ChangeLog: https://software.sil.org/gentium/release-6-001-quick-fix/
* x11-fonts/gentium-plus: update to 6.000Matthew Seaman2021-06-302-10/+25
| | | | Changes: https://software.sil.org/gentium/release-6-000/
* 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
* x11-fonts/mkfontscale: Update to 1.2.0Niclas Zeising2019-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init Notes: svn path=/head/; revision=495395
* - Switch to options helpersDmitry Marakasov2018-02-282-1/+3
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=463192
* Update to account for upstream's website reorganizationMatthew Seaman2016-08-273-7/+6
| | | | | | | | | | | | - new DISTFILE location - new WWW link in pkg-descr - while here, recreate distinfo to add timestamp and reformat a long line Reported by: pi Notes: svn path=/head/; revision=420965
* Update to 5.000Matthew Seaman2015-05-302-4/+3
| | | | | | | Changes: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=Gentium_download#2e93c7c7 Notes: svn path=/head/; revision=387951
* Some missed bumpsBaptiste Daroussin2015-03-221-1/+1
| | | | Notes: svn path=/head/; revision=381895
* Fix pkg-messageBaptiste Daroussin2015-03-191-1/+1
| | | | Notes: svn path=/head/; revision=381667
* Convert from XORG_CAT to USES=fontsBaptiste Daroussin2015-03-192-29/+10
| | | | Notes: svn path=/head/; revision=381666
* Convert x* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347790
* Remove trailing whitespaces from category x11-fontsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345441
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingBryan Drewery2013-12-101-0/+1
| | | | | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Notes: svn path=/head/; revision=336102
* Mark all my architecture independent ports using shell/perl/PHP asMatthew Seaman2013-12-081-6/+8
| | | | | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH} Notes: svn path=/head/; revision=335945
* - Update LICENSE accordingly, now that OFL10 and OFL11 are definedThomas Abthorpe2013-11-051-4/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=332811
* - StageifyMatthew Seaman2013-09-271-9/+4
| | | | Notes: svn path=/head/; revision=328431
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-fonts) Notes: svn path=/head/; revision=327781
* Fix usage of the license framework, so that packaging can happen and the ↵Baptiste Daroussin2013-07-221-1/+1
| | | | | | | | | ports not be considered as restricted Reported by: pkg-fallout Notes: svn path=/head/; revision=323427
* Rework the gentium and gentium-basic font portsMatthew Seaman2012-12-154-0/+89
- Rename gentium to gentium-plus tracking upstream changes - Use the generic facilities provided in bsd.xorg.mk for handling font installation, rather than rolling our own. This allows removing files/fonts.dir from both ports. - Add LICENSE, and so modify pkg-message not to mention licensing - Use PLIST_FILES and PORTDOCS rather than a separate pkg-plist file Notes: svn path=/head/; revision=308966