Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0_3 29 Aug 2023 03:04:51 |
Yasuhiro Kimura (yasu) |
textproc/docbook-xml: Add license information
PR: 272918
Approved by: maintainer timeout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
5.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
5.0_3 19 Sep 2021 06:01:13 |
Po-Chuan Hsieh (sunpoet) |
textproc/docbook-xml: Add NO_ARCH
Approved by: portmgr (blanket) |
5.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0_3 04 Feb 2020 17:56:47 |
sunpoet |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
5.0_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.0_3 24 May 2016 22:32:49 |
bapt |
Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing
Reviewed by: hrs
Differential Revision: https://reviews.freebsd.org/D6539 |
5.0_3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
5.0_3 03 Mar 2015 15:00:42 |
antoine |
Add back RUN_DEPENDS |
5.0_2 03 Mar 2015 13:54:44 |
robak |
textproc/docbook-xml: fix build
- Change RUN_DEPENDS to BUILD_DEPENDS
PR: 191866
Submitted by: Martin Simmons <martin@lispworks.com>
MFH: 2015Q1 |
5.0_2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
5.0_2 30 May 2014 16:59:37 |
marino |
textproc/docbook-xml: explicitly use ${TAR} for extraction
Despite all 6 distribution files being zip archives, the extraction target
is using a tar-specific set of arguments. USES=zip cannot be used (native
or infozip) so explicitly require ${TAR} for future-proofing reasons.
Approved by: Infrastructure blanket |
5.0_2 12 Apr 2014 20:38:40 |
antoine |
Do not add 4.1.2/docbook.cat to catalog
This fixes docbook2man at runtime and unbreaks gnome-packagekit build
Silence from: doceng
Reported by: pkg-fallout since several weeks
With hat: portmgr |
5.0_1 19 Feb 2014 22:31:37 |
mandree |
Also bump PORTREVISION to have repaired catalogs installed. |
5.0 19 Feb 2014 22:30:56 |
mandree |
Fix catalog generation to unbreak textproc/docbook-utils build.
Missing closing quotes, and docbook-xml-5.0 does not install a
docbook.cat for SGML, so do not list it. Use a shell test to skip the
installation because fmake would otherwise barf (bmake is fine). |
19 Feb 2014 14:45:19
|
mat |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
4.2_3 18 Feb 2014 16:34:55 |
mat |
Fix the sgml catalog.
Poked by: miwi
Sponsored by: Absolight |
4.2_2 18 Feb 2014 13:09:58 |
mat |
Fix docbook-500, the files were one level too deep.
Pointy hat to: mat
Sponsored by: Absolight |
4.2_2 18 Feb 2014 11:43:15 |
mat |
Refactor the docbook ports.
Reviewed by: miwi
Sponsored by: Absolight |
4.2_1 11 Feb 2014 13:44:09 |
miwi |
- Stage support |
4.2_1 06 Oct 2013 12:34:47 |
crees |
Partially revert r284943 to enable building with base unzip.
The better solution would be to do the extraction in the do-extract section.
PR: ports/182648
Submitted by: ports/182022
Approved by: maintainer timeout (kuriyama, 4 weeks) |
4.2_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
4.2_1 03 Nov 2011 00:38:47 |
eadler |
- fix explicit use of unzip in ports
PR: ports/153429
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainers (hq, gabor, amdmi3)
Approved by: maintainer timeout
Approved by: bapt,sahil (mentors, implicit) |
4.2_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
4.2_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
4.2_1 19 Apr 2004 09:13:37 |
kris |
Respect PORTSDIR |
4.2_1 19 Apr 2004 09:09:21 |
kris |
unzip is also a BUILD_DEPENDS since this port extracts a zip file in the
install phase |
4.2_1 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
4.2_1 17 Mar 2004 04:39:10 |
kuriyama |
Use pre-su-install instead of pre-install.
Submitted by: marcel |
4.2_1 13 Feb 2004 01:16:55 |
kuriyama |
I don't want to receive "I can't install it" messages...
Add "-" prefix to adding catalog entries by xmlcatmgr. |
4.2_1 01 Jul 2003 06:20:27 |
kuriyama |
Switch to using xmlcatmgr from mkcatalog.
# Maintainers, please let me know if I break something in your port.
Submitted by: hrs
PR: ports/53819, ports/53820, ports/53821, ports/53822,
ports/53823, ports/53824, ports/53825, ports/53826,
ports/53827, ports/53828, ports/53829, ports/53830,
ports/53831, ports/53832, ports/53833, ports/53834,
ports/53835, ports/53836, ports/53837 |
4.2 22 Feb 2003 07:48:51 |
kuriyama |
de-pkg-comment. |
4.2 15 Oct 2002 05:53:27 |
kevlo |
Add one ftp site.
Approved by: MAINTAINER |
4.2 09 Oct 2002 02:47:04 |
kuriyama |
Upgrade to 4.2.
Submitted by: des |
20 Jan 2002 09:55:02 |
kuriyama |
Major cleanup. Note that storage directory is changed. |
19 Jan 2002 05:45:25 |
kuriyama |
o Use $NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}. o Remove bogus $NO_MTREE. |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
26 Dec 2000 02:25:42 |
kuriyama |
Modify installation directory and install catalog. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
05 Oct 2000 11:19:42 |
kuriyama |
Upgrade to v4.1.2. |
07 Sep 2000 20:36:13 |
nik |
Fix DISTFILE fennerage. I'm only the MAINTAINER for docbook-310, but the
other docbook-* ports were broken in the same way, so I've taken the liberty
of updating the URL for all of them -- it looks as though OASIS have fallen
over, so point these at docbook.org for the time being. |
26 May 2000 08:48:14 |
kuriyama |
Update to v4.0 of DocBook XML. |