Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.51.0_2 23 Jan 2024 15:59:56 |
Muhammad Moinur Rahman (bofh) |
textproc/intltool: Impelled to share/man
Approved by: portmgr (blanket) |
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.51.0_1 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.51.0_1 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.51.0_1 24 Jul 2021 20:24:44 |
Po-Chuan Hsieh (sunpoet) |
textproc/intltool: Add NO_ARCH
Approved by: portmgr (blanket) |
0.51.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.51.0_1 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
0.51.0_1 25 May 2017 14:10:51 |
bapt |
Add license |
0.51.0_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.51.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.51.0_1 05 Mar 2016 19:00:04 |
rm |
textproc/intltool: fix warnings with perl 5.22
This patch eliminates warnings like this by escaping left brace:
"""
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at
/usr/local/bin/intltool-update line 1065.
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at
/usr/local/bin/intltool-update line 1193.
"""
+ 7 more warnings like this when building ports involving intltool (gitg,
gnome-builder etc)
While here replace brackets with braces in download url (porlint warning) and
bump PORTREVISION because of package change.
PR: 207270
With hat: gnome
MFH: 2016Q1 |
0.51.0 05 Aug 2015 19:13:26 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980 |
0.50.2_1 03 Apr 2015 15:55:54 |
tijl |
Add two patches to textproc/intltool so it works better with USES=autoreconf
- Patch intltool.m4 so translations are always installed in
PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack
also does this for ports without USES=autoreconf)
- Patch intltoolize.in so it creates the directory where it will copy
intltool.m4 into if it doesn't exist yet
Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install
from Makefile and remove an old patch.
PR: 198123
Exp-run by: antoine
Approved by: gnome (kwm), portmgr (antoine) |
0.50.2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.50.2 03 Feb 2014 02:36:28 |
miwi |
- Stage support |
0.50.2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.50.2 12 Sep 2013 16:41:29 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.50.2 13 May 2013 16:02:32 |
kwm |
Update to 0.50.2.
PR: ports/178056
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
Obtained from: GNOME devel repo |
0.41.1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.41.1 29 Jun 2012 18:37:54 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.41.1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.41.1 20 Nov 2010 15:37:08 |
kwm |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX (Only the first 15 lines of the commit message are shown above ) |
0.40.6 14 Mar 2009 18:29:28 |
marcus |
Update to 0.40.6. |
0.40.5 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |
0.37.1 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
0.36.3 12 Dec 2007 05:59:45 |
mezz |
Update to 0.36.3. |
0.36.2 16 Sep 2007 16:48:10 |
ahze |
Update to 0.36.2 |
0.36.1 14 Aug 2007 18:12:23 |
marcus |
Update to 0.36.1. |
0.36.0 04 Aug 2007 03:29:03 |
mezz |
Update to 0.36.0. |
0.35.5_2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.35.5_2 11 Mar 2007 05:36:18 |
marcus |
Actually commit the pkg-plist reversion which includes the old OrigTree.pm
module.
PR: 110175 |
0.35.5_1 07 Mar 2007 17:01:12 |
marcus |
Resetore the OrigTree legacy cruft for ports that still need it.
Reported by: linimon |
0.35.5 24 Feb 2007 19:26:25 |
marcus |
Update to 0.35.5, and retire support for Perl < 5.6. |
0.35.4 11 Jan 2007 05:33:54 |
marcus |
Update to 0.35.4. |
0.35.3 06 Jan 2007 00:22:20 |
marcus |
Update to 0.35.3. |
0.35.2 20 Dec 2006 23:59:22 |
ahze |
Update to 0.35.2 |
0.35.1 06 Dec 2006 22:22:20 |
marcus |
Update to 0.35.1. |
0.35.0 16 May 2006 05:27:30 |
mezz |
Portlint:
-Use DATADIR in plist.
-Add [0-9]* in the CONFLICTS. |
0.35.0 15 May 2006 17:55:18 |
marcus |
Update to 0.35.0. |
0.34.2 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
0.34.2 06 Feb 2006 05:14:34 |
marcus |
Update to 0.34.2. |
0.34.1 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.34.1 02 Aug 2005 04:34:59 |
adamw |
Update to 0.34.1 to fix a major XML-handling breakage. Its effects are
most noticible in gnome-doc-utils extraction.
Approved by: portmgr (marcus) |
0.34 26 Jul 2005 01:57:29 |
marcus |
Update to 0.34. |
0.33 28 Feb 2005 22:43:45 |
kwm |
Look very scared and update to 0.33. |
0.32.1 07 Nov 2004 20:04:27 |
adamw |
Improve the COMMENT string a bit. |
0.32.1 06 Nov 2004 19:06:40 |
adamw |
Update to 0.32.1. |
0.32 05 Nov 2004 01:10:50 |
adamw |
Update to 0.32. |
0.31.3 11 Oct 2004 23:57:10 |
marcus |
Update to 0.31.3. |
0.31.2 23 Aug 2004 01:06:48 |
marcus |
Update to 0.31.2. |
0.31.1 27 Jul 2004 16:38:14 |
adamw |
Update to 0.31.1. |
0.31 03 Jul 2004 17:23:00 |
marcus |
Add a BUILD_DEPENDS on p5-XML-Parser to fix the build on a clean system.
PR: 68636
Submitted by: Konstantin Oznobikhin <bork@rsu.ru> |
0.31 02 Jul 2004 18:26:32 |
marcus |
Update to 0.31. |
0.30_1 30 Mar 2004 19:56:44 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
0.30_1 18 Mar 2004 14:33:42 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.30_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.30 03 Feb 2004 20:39:09 |
marcus |
Update to 0.30. |
0.29_1 20 Jan 2004 04:08:35 |
marcus |
Add a copy of OrigTree.pm to the dist so old misbehaving intltool-0.28 ports
still work.
Reported by: adamw |
0.29 19 Jan 2004 23:27:45 |
marcus |
Update to 0.29. |
0.28_1 18 Dec 2003 10:22:06 |
pav |
- Look for OrigTree.pm module where we installed it
- Add some directories to pkg-plist
- Bump portrevision |
0.28 09 Dec 2003 02:32:52 |
marcus |
Update to 0.28. |
0.27.2_1 10 Nov 2003 23:48:09 |
marcus |
Add a missing RUN_DEPENDS on p5-XML-Parser. |
0.27.2 11 Oct 2003 06:12:14 |
marcus |
intltool and xml-i18n-tools conflict with each other.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.27.2 14 Aug 2003 15:46:18 |
marcus |
Update to 0.27.2. |
0.27.1 12 Aug 2003 01:21:07 |
marcus |
Update to 0.27.1. |
0.27 11 Aug 2003 19:51:36 |
marcus |
Update to 0.27. |
0.26 17 May 2003 19:49:58 |
marcus |
Update to 0.26. |
0.25 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.25 19 Jan 2003 19:52:38 |
marcus |
Update to 0.25. |
0.23 09 Nov 2002 07:57:55 |
marcus |
Update to 0.23. |
0.22 20 Sep 2002 17:07:51 |
marcus |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
0.22 04 Jul 2002 19:03:28 |
marcus |
Add USE_PERL5. |
0.22 07 Jun 2002 16:26:16 |
sobomax |
Update to 0.22. |
0.21 24 May 2002 07:56:26 |
sobomax |
Update to 0.21. |
0.19 19 May 2002 04:32:59 |
marcus |
Update to 0.19. |
0.18 27 Mar 2002 12:07:20 |
sobomax |
Update to 0.18. |
0.17_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
0.17_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
06 Mar 2002 09:53:53 |
sobomax |
Unbroke by fixing perl version detection on -stable. |
04 Mar 2002 09:34:49 |
sobomax |
Update to 0.17. |
12 Feb 2002 23:25:33 |
ade |
Update to 0.15, and forcibly use converters/libiconv (in particular giconv). |
21 Oct 2001 19:37:14 |
sobomax |
Add intltool - Xml internationalization support for GNOME, and others. This
port is advanced version of and will replace xml-i18n-tools, so it was created
via a repo-copy from ports/textproc/xml-i18n-tools. |