Port details |
- svn2cl Subversion ChangeLog generator
- 0.14_2 textproc =8 0.14_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-12-21 19:39:00
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: pstree, openssl, libxml2, wget, pcre
- License: not specified in port
- WWW:
- https://arthurdejong.org/svn2cl/
- Description:
- svn2cl is a simple xsl transformation and shell script wrapper for generating
a classic GNU-style ChangeLog from a subversion repository log. It is made
from several changelog-like scripts using common xslt constructs found in
different places.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/svn2cl/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/svn2cl
- pkg install svn2cl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: svn2cl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (svn2cl-0.14.tar.gz) = a1beb1ee03c7247c2f89792ac5bf91cb4e5ee9bdee839e2208ec9f3aacd738f2
SIZE (svn2cl-0.14.tar.gz) = 19399
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- xsltproc : textproc/libxslt
- svn : devel/subversion
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for svn2cl-0.14_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_svn2cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14_2 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
0.14_1 09 Jan 2024 11:11:45 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
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) |
0.14 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 ) |
0.14 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.14 19 May 2021 19:56:03 |
Danilo Egea Gondolfo (danilo) |
textproc/svn2cl: Drop maintainership |
0.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.14 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.14 06 Oct 2013 21:14:55 |
danilo |
- Update from 0.13 to 0.14
- Take maintainership
- Simplify RUN_DEPENDS
- Add stage support
- Add DOCS option
Changelog: http://arthurdejong.org/svn2cl/news.html#20130913
Approved by: wg/culot (mentors, implicit) |
0.13 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.13 20 Feb 2013 16:08:59 |
fluffy |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
0.13 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.13 24 Oct 2010 05:10:24 |
avl |
- Update to 0.13 |
0.12_2 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.12_1 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.12 08 Oct 2009 14:02:36 |
avl |
- Update to 0.12
- Add MASTER_SITES for redundancy |
0.11 27 Aug 2009 11:03:41 |
avl |
- Update MASTER_SITES
- Update WWW
Approved by: tabthorpe, glarkin (mentors, implicit) |
0.11 28 May 2009 20:44:16 |
avl |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
0.11 22 Dec 2008 15:38:56 |
rafan |
- Update to 0.11
PR: ports/129832
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer) |
0.10_2 07 Jul 2008 12:37:21 |
miwi |
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc |
0.10_1 06 Jun 2008 14:05:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.10 07 Apr 2008 03:04:25 |
rafan |
- Update to 0.10
PR: ports/122515
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer) |
0.9 11 Apr 2007 20:11:56 |
miwi |
- Update to 0.9
PR: 111409
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.8 27 Jan 2007 23:43:48 |
miwi |
- Fix pkg-plist
PR: 108391
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
0.8 21 Dec 2006 19:33:41 |
miwi |
svn2cl is a simple xsl transformation and shell script wrapper for generating
a classic GNU-style ChangeLog from a subversion repository log. It is made
from several changelog-like scripts using common xslt constructs found in
different places.
WWW: http://ch.tudelft.nl/~arthur/svn2cl/
PR: ports/107007
Submitted by: Alexander Logvinov <ports at logvinov.com> |