Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.3_1 30 Jan 2024 22:35:28 |
Muhammad Moinur Rahman (bofh) |
textproc/exempi: Moved man to share/man |
2.6.3 24 Jun 2023 03:20:10 |
Charlie Li (vishwin) |
textproc/exempi: fix LICENSE_FILE
${WRKSRC}/LICENSE exists in the git repository but not the tarball.
Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp> |
2.6.3 24 Jun 2023 00:41:49 |
Charlie Li (vishwin) |
textproc/exempi: update to 2.6.3
Previous patches incorporated into the release or obviated.
While here:
- force C++11, as the project expects it, and to override clang 16's default
C++17
- add LICENSE{,_FILE} |
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) |
2.6.2_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 ) |
2.6.2_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2.6.2 29 Jul 2022 09:59:04 |
Dima Panov (fluffy) |
textproc/exempi: update to 2.6.2. release (+)
Here are the changes:
* Update XMPCore to Adobe XMP SDK v2022.06
* Build system fixes that don’t matter.
* Fix a typo in an ID3 genre string
* Build XMP_SDK with some fatal warnings:
-Werror=missing-field-initializers
-Werror=misleading-indentation
-Werror=class-memaccess
* Remove (deprecated) boost_test_minimal
* CI: require “bionic” on Travis CI.
* Remove old .sym file (Daniel Kolesa)
* Added --enable-samples (default = yes) (Fabrice Fontaine) |
2.5.2_1 20 Jul 2022 19:44:12 |
Tobias C. Berner (tcberner) |
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866 |
2.5.2_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 ) |
2.5.2_1 14 Oct 2021 11:02:06 |
Stefan Eßer (se) |
textproc/exempi: Add CPE information
Approved by: portmgr (blanket) |
2.5.2_1 17 Jul 2021 17:34:38 |
Tobias C. Berner (tcberner) |
textproc/exempi: update to 2.5.2
2.5.0
- Upgrade XMPCore to Adobe XMP SDK CC 2016.07
- Support for iOS in XMPFiles
- New DOM based API’s are added in XMP Core to access metadata tree
hierarchy. (not exposed yet in Exempi)
- Added support XMP/metadata in utf-8 encoded uncompressed SVG files in
XMPFiles.
- Added support of GIF handler in XMPFiles.
- Added support for reconciliation of iXML’s TRACK_LIST and its components
to get
microphone data.
- Added support for IFDs of type 13 in TIFF.
- Added support for MPEG4 videos shot from Google Nexus 5 camera.
- Restructured the implementation of XDCAM Handler to support File Access Mode
(FAM) (Only the first 15 lines of the commit message are shown above ) |
2.2.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.2_1 06 Jan 2018 04:13:11 |
jbeich |
textproc/exempi: unbreak build with Clang 6 (C++14 by default)
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:703:81: error: cannot initialize a parameter
of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type
'XMP_OptionBits' (aka 'unsigned int')
if ( meta->GetLocalizedText( kXMP_NS_DC, "title", "",
"x-default", 0, &utf8, kXMP_NoOptions ))
^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro
'kXMP_NoOptions'
#define kXMP_NoOptions ((XMP_OptionBits)0UL)
^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:1232:28: note: passing argument to
parameter 'options' here
XMP_OptionBits * options )
const;
^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15: (Only the first 15 lines of the commit message are shown above ) |
2.2.2_1 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.2.2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.2.2 01 Nov 2014 11:55:49 |
kwm |
Update to 2.2.2.
Drop :keepla from USES=libtool
Drop @dirrm from plist. |
2.1.1_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.1.1_1 07 May 2014 22:19:24 |
bapt |
Convert to
USES=libtool
Strip binaries |
2.1.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
2.1.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.1.1 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
2.1.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 |
2.1.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.1.1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
2.1.1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2.1.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1.1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.1.1 18 Jul 2009 17:27:56 |
marcus |
Update to 2.1.1. |
2.1.0 11 Apr 2009 02:21:25 |
marcus |
This port now compiles on sparc64.
PR: 133208
Submitted by: Florian Smeets <flo@kasimir.com> |
2.1.0 16 Mar 2009 09:43:11 |
linimon |
Nope, still broken on sparc64. |
2.1.0 03 Mar 2009 05:05:54 |
marcus |
Update to 2.1.0. |
2.0.2 10 Dec 2008 07:35:19 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
2.0.2 16 Aug 2008 18:53:37 |
marcus |
Update to 2.0.2. |
2.0.1 08 Jul 2008 20:31:11 |
mezz |
Update to 2.0.1. |
1.99.9 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 |