aboutsummaryrefslogtreecommitdiff
path: root/textproc/docproj
Commit message (Collapse)AuthorAgeFilesLines
* textproc/docprog: Improve commmentAlexander Ziaee2026-01-051-1/+1
| | | | | | | | | Enable searching for the doc tree toolchain with `pkg sea -c toolchain`. "Meta-port", "for", and "the" are not useful search terms for the comment, so remove them. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D54516
* textproc/docproj: remove gnuplot-lite dependencyFernando Apesteguía2025-01-161-1/+1
| | | | It was a leftover from the previous docproj.
* textproc/docproj: Update gohugo dependencyFernando Apesteguía2024-09-031-1/+1
| | | | | | | | | | | | | Bump it to 0.133.1 Merge to quarterly in a couple of days. After that, wait until the package is ready and commit some changes to the website part of the documentation that would not build with the gohugo version currently in Q3 (namely changing from Site.First to Site.Default since the former is deprecated an will stop working). Approved by: doceng@ (implicit) MFH: 2024Q3
* textproc/docproj: Update requirementsDanilo G. Baio2024-03-241-2/+2
| | | | | | Following the Hugo 0.123.X update. Approved by: doceng (implicit)
* textproc/docproj: Add new dependencyMuhammad Moinur Rahman2023-12-281-1/+3
| | | | | | | | | | | | | For an upcoming feature in the doc project we are adding image facilities like drawing dynamic images/graphs with gnuplot add some new dependency. A sample review can be found here at https://reviews.freebsd.org/D36982. In the future we can add more options but for add gnuplot-lite and rubygem-asciidoctor-diagram for the image generation. Approved by: doceng (fernape) Differential Revision: https://reviews.freebsd.org/D36982
* textproc/docproj: Update requirementsDanilo G. Baio2023-07-281-2/+2
| | | | | | Following the gohugo update to 0.115.4. Approved by: doceng (implicit)
* textproc/docproj: Add option to install CJK fonts to build PDF filesSergio Carlavilla Delgado2023-01-201-2/+4
| | | | | | | | | | | Not enabled by default. It uses the textproc/docproj-fonts-cjk port, which installs only the necessary fonts. Thanks to sunpoet. Reviewed by: dbaio Approved by: doceng (implicit) Differential Revision: https://reviews.freebsd.org/D37982
* textproc/docproj: Remove the Traditional Chinese font dependencyDanilo G. Baio2022-12-241-5/+3
| | | | | | | | | These fonts are necessary only for building zh-tw PDFs, but the port is too big, noto-tc: 2.002 (380 MiB). A lighter port is on the way. Reported by: ceri
* textproc/docproj: Add traditional chinese fonts to docproj metaportSergio Carlavilla Delgado2022-12-101-3/+5
| | | | | Approved by: dbaio@ Differential Revision: https://reviews.freebsd.org/D37623
* textproc/docproj: Add vale OPTIONMuhammad Moinur Rahman2022-11-121-3/+5
| | | | | | | | | | | After the introduction of vale through https://cgit.freebsd.org/doc/commit/?id=2f326706331e23173f726dc3555cb74c9d23696d it is necessary to introduce the tools for the developers. The developers needs to install it. Hence add it in the meta-port so that we can update the documentation to help the users use it. PR: 267699 Approved by: dbaio
* 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)
* textproc/docproj: Update requirements and bump versionDanilo G. Baio2022-07-171-2/+2
| | | | | textproc/po4a v0.67 has patches that help the FreeBSD translation workflow.
* textproc/docproj: Update requirements and bump versionDanilo G. Baio2022-02-011-2/+2
| | | | | textproc/po4a v0.66_1 has patches that help the FreeBSD translation workflow.
* textproc/docproj: Update requirementsDanilo G. Baio2022-01-081-3/+5
| | | | | | | Following latest changes in the documentation tree: - Python removed from the documentation build scripts. - Add experimental support for EPUB output.
* textproc/docproj: Remove legacy dependenciesDanilo G. Baio2021-07-171-58/+5
| | | | | | | | | | | Clean the current port for people just building the new documentation with Hugo/Asciidoctor. Keep the old dependencies list on a new port textproc/docproj-legacy. Reviewed by: hrs Approved by: doceng (with hat) Differential Revision: https://reviews.freebsd.org/D31019
* textproc/docproj: Fix build after 8a58bfbff89dDanilo G. Baio2021-07-011-1/+1
|
* textproc/docproj: Set PDF option as defaultDanilo G. Baio2021-05-221-1/+2
| | | | Approved by: doceng (with hat)
* textproc/docproj: Add Hugo/Asciidoctor dependenciesDanilo G. Baio2021-05-071-6/+10
| | | | | | | | | | | | This just adds the new dependencies for building the doc tree with Hugo/Asciidoctor, as we still have the legacy docs available, will be kept the former dependencies for a little while. PR: 253518 Submitted by: Yasuhiro Kimura, Dries Michiels Reviewed by: 0mp, adamw, dbaio, debdrup, lwhsu Approved by: doceng (bcr, maintainer) Differential Revision: https://reviews.freebsd.org/D28609
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase the switch of the doc tree from Subversion to GitMateusz Piotrowski2021-01-071-8/+5
| | | | | | | | | | PR: 251757 Submitted by: PauAmma <pauamma@gundo.com> Approved by: doceng (gjb) MFH: 2021Q1 Notes: svn path=/head/; revision=560693
* Fix RUN_DEPENDS for the CJK optionMateusz Piotrowski2021-01-061-2/+2
| | | | | | | | | PR: 251757 Submitted by: PauAmma <pauamma@gundo.com> Approved by: portmgr (blanket) Notes: svn path=/head/; revision=560504
* Revert accidental unrelated patch from previous commit.Rene Ladan2020-12-311-6/+10
| | | | | | | More pointy hats for me :( Notes: svn path=/head/; revision=559733
* Fix bad MOVED commit.Rene Ladan2020-12-311-10/+6
| | | | | | | Pointy hat: rene Notes: svn path=/head/; revision=559732
* Modernize the handling of the GROFF optionMateusz Piotrowski2020-03-211-5/+2
| | | | | | | | | PR: 244930 Submitted by: Dries Michiels <driesm.michiels@gmail.com> Approved by: doceng Notes: svn path=/head/; revision=528887
* textproc/docproj: Back itstool dependency to the latest versionDanilo G. Baio2020-03-141-2/+2
| | | | | | | | | | | Fixed issue which was impacting FreeBSD translations. PR: 244809 Approved by: doceng (bcr, maintainer) Differential Revision: https://reviews.freebsd.org/D24069 Notes: svn path=/head/; revision=528441
* textproc/docproj: Lint Makefile and add WWWMateusz Piotrowski2020-02-062-26/+29
| | | | | | | | | | | | This is to prepare the port for future changes. This patch, however, is cosmetic and should not change how the port behaves Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D23500 Notes: svn path=/head/; revision=525393
* Fixup japanese/font-ipa's files locations.Mathieu Arnold2020-01-091-1/+1
| | | | | | | Pointy hat: hrs Notes: svn path=/head/; revision=522491
* textproc/docproj: Change itstool dependency back to v2.0.2Danilo G. Baio2019-06-261-2/+2
| | | | | | | | | | | | There is an issue with version >=2.0.5 and it is impacting the translation efforts of FreeBSD with the PO system. PR: 238674 Approved by: doceng (bcr, maintainer) Differential Revision: https://reviews.freebsd.org/D20681 Notes: svn path=/head/; revision=505186
* Cater for systems built WITH_SVN knobSevan Janiyan2018-12-241-3/+3
| | | | | | | | | | PR: 230598 Submitted by: Dries Michiels < driesm.michiels AT gmail > Approved by: bcr (doceng) Differential Revision: https://reviews.freebsd.org/D16766 Notes: svn path=/head/; revision=488249
* textproc/docproj: fix trailing backslashSteve Wills2018-07-151-1/+1
| | | | | | | | | | Remove trailing backslash from previous commit PR: 229566 Reported by: tcberner Notes: svn path=/head/; revision=474685
* textproc/docproj: fix dependency check with groffSteve Wills2018-07-061-13/+17
| | | | | | | | | | | Make using groff from ports an option that's forced on if groff isn't present in base. While here, sort options. PR: 229566 Submitted by: Dries Michiels <driesm.michiels@gmail.com> Notes: svn path=/head/; revision=474031
* textproc/docproj: add textproc/groff to RUN_DEPENDSSteve Wills2018-07-041-2/+3
| | | | | | | | PR: 228985 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Notes: svn path=/head/; revision=473867
* Options are already optional.Mathieu Arnold2018-01-191-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=459451
* Add missing gettext-tools dependency.Warren Block2016-08-121-6/+5
| | | | | | | | | | PR: 211597 Approved by: koobs MFH: 2016Q3 Sponsored by: iXsystems Notes: svn path=/head/; revision=420130
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Turn the TRANSLATOR option on by default. This adds the PO translationWarren Block2016-04-181-2/+2
| | | | | | | | | tools without adding much overhead. Approved by: mat Notes: svn path=/head/; revision=413614
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-27/+27
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base is stuck at 9.06 which is almost 4 years old now. Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version on its own instead of as a variant of other versions. Fix print/ghostscript9-agpl-base to install eps2write. Update math/asymptote to 2.37 to support newer Ghostscript. PR: 208159 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411798
* Add Korean font support to the CJK option.Warren Block2015-09-011-2/+3
| | | | | | | | | | PR: 202699 Submitted by: Hoyoung Kim <trig4800@gmail.com> Approved by: hrs, mat Differential Revision: https://reviews.freebsd.org/D3509 Notes: svn path=/head/; revision=395751
* Add TRANSLATOR option to include include PO translation dependencies.Warren Block2015-08-241-3/+5
| | | | | | | | | | | Sort options as requested by feld@. Reviewed by: feld Approved by: feld Differential Revision: https://reviews.freebsd.org/D3379 Notes: svn path=/head/; revision=395191
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-17/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages. Notes: svn path=/head/; revision=395047
* Use OPTIONS_UNSET_FORCE instead of WITHOUT_X11.Hiroki Sato2015-07-271-1/+1
| | | | | | | PR: 201864 Notes: svn path=/head/; revision=392953
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-2/+1
| | | | | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938 Notes: svn path=/head/; revision=392322
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-4/+4
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Fix some _DEPENDSAntoine Brodin2015-01-241-1/+1
| | | | Notes: svn path=/head/; revision=377815
* - Fix dependency.Hiroki Sato2014-12-081-35/+24
| | | | | | | | | | | - Use ${opt}_*_DEPENDS. - SVN off by default if svnlite is installed. - Fix USE_TEX[*] PR: 195340 [*] Notes: svn path=/head/; revision=374237
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-2/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344900
* Revert 335719, wrong port...Glen Barber2013-12-051-4/+0
| | | | | | | | | Approved by: doceng (implicit) Pointyhat: gjb Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335720