Commit graph

104 commits

Author SHA1 Message Date
Nuno Teixeira
0f6db11c32 cad/gtkwave: Update to 3.3.121
ChangeLog:
https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3-gtk3/ChangeLog
2024-10-06 20:30:51 +01:00
Nuno Teixeira
786abb794a cad/gtkwave: Update to 3.3.120
- Drop use compiler:c++11-lang
- Use gettext-runtime dependency instead of deprecated gettext

ChangeLog:
https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3-gtk3/ChangeLog
2024-06-20 20:22:46 +01:00
Nuno Teixeira
57b4ac18f3 */*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by:	portmgr (blanket)
2024-04-14 10:41:16 +01:00
Nuno Teixeira
acbc7242fc cad/gtkwave: Update to 3.3.119
ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog
2024-04-12 17:11:50 +01:00
Nuno Teixeira
7aae4b5136 *: Autotools manpages fix
Approved by:	portmgr (blanket)
2024-01-27 13:52:26 +03:00
Nuno Teixeira
3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00
Nuno Teixeira
6873e16acf cad/gtkwave: Switch to gtk3
Switch to gtk3 upstream version
2023-11-25 22:20:06 +00:00
Rodrigo Osorio
06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00
Nuno Teixeira
0b78adf9ee cad/gtkwave: Update to 3.3.117
ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog
2023-08-17 18:11:06 +01:00
Nuno Teixeira
2dd97e7c14 cad/gtkwave: Update to 3.3.116
ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog
2023-07-25 09:47:14 +01:00
Nuno Teixeira
8b7af4458b cad/gtkwave: Update to 3.3.115
ChangeLog: https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog
2023-04-04 10:42:27 +01:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Nuno Teixeira
6fb49c01f9 cad/gtkwave: Adopt/Update to 3.3.114
ChangeLog:

 3.3.112	04oct22 Bugfix-only release.
		VCD reader fixes for unnamed Icarus begin blocks.
		String data type crash fix in fst.c.
 3.3.113	04oct22	Dummy release to keep in sync with gtk3 version.
 3.3.114	23nov22	Buffer overflow fixes in FST reader.

 https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/ChangeLog

MFH:		2023Q1 (bugfixes)
2023-02-20 07:59:53 +00:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
b46abf8056 cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Andersson <anders@hack.org>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Christoph Moench-Tegeder <cmt@FreeBSD.org>
  *  David Yeske <dyeske@gmail.com>
  *  Diane Bruce <db@db.net>
  *  Joachim Strombergson <watchman@ludd.ltu.se>
  *  Johnny Sorocil <jsorocil@gmail.com>
  *  Julian Jenkins <kaveman@magna.com.au>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Dieringer <martin.dieringe@gmx.de>
  *  Matthias Petermann <matthias@petermann-it.de>
  *  Michael Durian <durian@shadetreesoftware.com>
  *  Michael Reifenberger <mr@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sarod Yatawatta <sarod@cs.pdn.ac.lk>
  *  Sergio Lenzi <lenzi.sergio@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Thierry Thomas <thierry@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  gahr
  *  hrs
  *  ijliao
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  lon_kamikaze@gmx.de
  *  stas
  *  swallace
  *  thierry@pompo.net

With hat:	portmgr
2022-07-20 16:20:58 +02:00
Baptiste Daroussin
767c685605 cad/gtkwave: remove gconf option 2022-06-08 16:06:22 +02:00
Rene Ladan
d64256b72d grimreaper: return zeising's ports to the pool after safekeeping his ports bit. 2022-05-02 12:46:28 +02:00
Yuri Victorovich
8920bfd4b9 cad/gtkwave: Update 3.3.107 -> 3.3.111
PR:		262474
Approved by:	zeising@ (maintainer's timeout; 14 days)
2022-03-24 09:35:05 -07:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Niclas Zeising
0a61f4f509 cad/gtkwave: Update to 3.3.107 2020-10-25 10:35:00 +00:00
Niclas Zeising
46f0d59f0a cad/gtkwave: update to 3.3.106 2020-08-12 18:55:50 +00:00
Niclas Zeising
f5b72b8f6c cad/gtkwave: Update to 3.3.105 2020-07-25 16:00:17 +00:00
Niclas Zeising
b4241081ef cad/gtkwave: Update to 3.3.104 2020-06-14 12:24:53 +00:00
Niclas Zeising
912526139b cad/gtkwave: Update to 3.3.102
Update cad/gtkwave to 3.3.102

PR:		241360
Submitted by:	yuri
2019-10-31 20:23:59 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Niclas Zeising
6fa3fe1bf5 cad/gtkwave: Update to 3.3.101 2019-05-24 15:15:05 +00:00
Niclas Zeising
08cd554d5d cad/gtkwave: update to 3.3.99 2019-02-17 21:40:32 +00:00
Niclas Zeising
a05affa7e2 cad/gtkwave: Update to 3.3.98 2018-12-26 23:24:22 +00:00
Niclas Zeising
0802490e6f cad/gtkwave: Fix build on GCC-based architectures
Fix build of cad/gtkwave on GCC-based architectures by adding
compiler:c++11-lang to USES.

PR:		234210
Submitted by:	Piotr Kubaj
2018-12-23 20:40:55 +00:00
Niclas Zeising
ba18286891 cad/gtkwave: Update to 3.3.97
Update cad/gtkwave to 3.3.97.

Committed at:	TDBI2018
2018-11-29 15:33:17 +00:00
Niclas Zeising
cf988a2d61 cad/gtkwave: Update to 3.3.96 2018-11-20 18:45:58 +00:00
Niclas Zeising
c7f28b3878 cad/gtkwave: Update to 3.3.95
Update cad/gtwave to 3.3.95
Add USES=gnome
2018-11-03 17:56:58 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Niclas Zeising
c00c28c641 cad/gtkwave: update to 3.3.93 2018-08-04 15:17:34 +00:00
Niclas Zeising
f5e81775b9 cad/gtkwave: Update to 3.3.92 2018-07-26 21:07:16 +00:00
Niclas Zeising
2c4c411c05 cad/gtkwave: Update to 3.3.91 2018-06-04 15:22:12 +00:00
Niclas Zeising
bda8d58f1a cad/gtkwave: update to 3.3.90 2018-06-01 19:16:23 +00:00
Niclas Zeising
a55a087bf8 Update cad/gtkwave to 3.3.89 2018-03-24 08:06:09 +00:00
Niclas Zeising
d6285e96d3 Update to 3.3.88
Create an option to install examples, default it to on.
2018-03-23 21:24:03 +00:00
Niclas Zeising
22ba45fa18 Update to 3.3.87 2018-01-12 21:56:09 +00:00
Niclas Zeising
c311c2c74a Update to 3.3.86 2017-10-23 20:35:19 +00:00
Niclas Zeising
3dfff1ae57 Update to 3.3.76 2016-08-21 13:37:31 +00:00
Niclas Zeising
9de2d2b511 Update to 3.3.73
Add missing dependencies as reported by poudriere.
Pet portlint.
2016-06-27 16:52:21 +00:00
Niclas Zeising
d48a5e206d Update to 3.3.69 2016-02-06 17:09:39 +00:00
Niclas Zeising
4939e02d92 Update to 3.3.68 2016-01-30 19:45:49 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Baptiste Daroussin
f3195a4d9e Fix without gperf in base 2014-10-07 15:59:10 +00:00