notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: cad/gerbv/Makefile

Number of commits found: 71

Monday, 26 Feb 2024
19:26 Kurt Jaeger (pi) search for other commits by this committer
cad/gerbv: Move man to share/man
commit hash: 22efd1da17b519ac2ff1de4db1f823b75e898d51 commit hash: 22efd1da17b519ac2ff1de4db1f823b75e898d51 commit hash: 22efd1da17b519ac2ff1de4db1f823b75e898d51 commit hash: 22efd1da17b519ac2ff1de4db1f823b75e898d51 22efd1d
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 commit hash: b46abf8056cc9f1f1f579710126929b99b36f966 b46abf8
Friday, 18 Mar 2022
13:23 Bernhard Froehlich (decke) search for other commits by this committer
cad/gerbv: Add CPE information

Approved by:	portmgr (blanket)
commit hash: caba6d71cfe163704c5fe1ca0f883f62d42a5871 commit hash: caba6d71cfe163704c5fe1ca0f883f62d42a5871 commit hash: caba6d71cfe163704c5fe1ca0f883f62d42a5871 commit hash: caba6d71cfe163704c5fe1ca0f883f62d42a5871 caba6d7
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 13 Sep 2020
18:55 pi search for other commits by this committer
cad/gerbv: unbreak for llvm11 for now
Original commitRevision:548502 
Sunday, 5 Jan 2020
15:15 pi search for other commits by this committer
New/resurrected port: cad/gerbv

Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
generated from PCB CAD system and sent to PCB manufacturers as basis
for the manufacturing process. The standard supported by gerbv is
RS-274X. The basic difference between RS-274D (the old standard) and
RS-274X is basically the addition of apertures in RS-274X. It might be
possible to make an RS-274X file out of an RS-274D file and an aperture
list.

gerbv also supports drill files. The format supported are known under
names as NC-drill or Excellon. The format is a bit undefined and different
EDA-vendors implement it different. But basically you need to have the
tools definition in the file, then the parser is quite tolerant. The
different holes are shown as dots in the (scaled) correct size.

The different layers of the PCB are separated into different files. gerbv
can load all files at the same time and display them "on top of each
other". You can independently turn them on and off.

WWW: http://gerbv.geda-project.org/

Submitted by:	Ash Gokhale <ashfixit@gmail.com>
Reviewed by:	dmn <graahnul.grom@ya.ru>
Original commitRevision:522143 
Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Sunday, 4 Aug 2019
09:19 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508084 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 13 Mar 2019
05:22 linimon search for other commits by this committer
Fix build on gcc-based architectures:

  /usr/local/lib/libgraphite2.so.3: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Original commitRevision:495555 
Thursday, 24 Jan 2019
21:49 fernape search for other commits by this committer
cad/gerbv: update to 2.7.0

Release notes:
https://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.7.0/README.txt/

While here:
* Add missing LIB_DEPENDS
* Add gnome to USES
* Add cairo component to USE_GNOME
Original commitRevision:491120 
Saturday, 6 Jan 2018
15:07 wen search for other commits by this committer
- Update to 2.6.2
Original commitRevision:458279 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Saturday, 16 Apr 2016
12:29 danfe search for other commits by this committer
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Original commitRevision:413438 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Friday, 25 Dec 2015
14:43 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
Original commitRevision:404427 
Thursday, 18 Dec 2014
11:08 bapt search for other commits by this committer
Convert to USES=autoreconf
Strip binaries
Original commitRevision:374888 
Saturday, 13 Sep 2014
18:25 tijl search for other commits by this committer
Use default LIBTOOLIZE_ARGS
Original commitRevision:368126 
Monday, 30 Jun 2014
22:05 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files
Original commitRevision:359934 
Friday, 1 Nov 2013
20:59 pawel search for other commits by this committer
- Update to version 2.6.1
- Remove leading article from COMMENT
- support staging

PR:		ports/181056
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:332408 
Tuesday, 22 Oct 2013
13:57 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Original commitRevision:331271 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Monday, 2 Sep 2013
21:32 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326095 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 28 Mar 2013
03:28 eadler search for other commits by this committer
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Original commitRevision:315433 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 28 Jan 2012
17:49 miwi search for other commits by this committer
- Update to version 2.6.0

PR:             164151
Submitted by:   Ports Fury
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 25 Mar 2011
11:36 miwi search for other commits by this committer
- Update to version 2.5.0

PR:             155830
Submitted by:   Ports Fury
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 30 Mar 2010
15:32 dinoex search for other commits by this committer
- cleanup libpng12
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Thursday, 4 Mar 2010
21:04 joerg search for other commits by this committer
Upgrade to version 2.4.0.

Feature safe: yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 28 Aug 2009
23:29 miwi search for other commits by this committer
- Update to 2.3.0

PR:             138274
Submitted by:   Ports Fury
Original commit
Saturday, 22 Aug 2009
00:15 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 20 Feb 2009
16:25 miwi search for other commits by this committer
- Update to 2.2.0

PR:             131839
Submitted by:   Ports Fury
Original commit
Wednesday, 14 Jan 2009
09:11 miwi search for other commits by this committer
- Update to 2.1.0

PR:             130462
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 6 Jun 2008
13:14 edwin search for other commits by this committer
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)
Original commit
Tuesday, 19 Feb 2008
09:00 miwi search for other commits by this committer
- Update to 2.0.1

PR:             120814
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 20 Jan 2008
21:56 miwi search for other commits by this committer
- Update to 2.0.0

PR:             119720
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 14 Dec 2007
17:05 miwi search for other commits by this committer
- Update to 1.0.3

PR:             118587
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 1 Aug 2006
19:51 itetcu search for other commits by this committer
Update to version 1.0.2

PR:             ports/101188
Submitted by:   KATO Tsuguru
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Monday, 7 Mar 2005
13:46 flz search for other commits by this committer
- Update to 1.0.1.

PR:             ports/78497
Submitted by:   Ports Fury
Approved by:    pav (mentor)
Original commit
Friday, 31 Dec 2004
13:17 krion search for other commits by this committer
Update to version 1.0.0

PR:             ports/75688
Submitted by:   Ports Fury
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Sunday, 27 Jun 2004
18:02 krion search for other commits by this committer
Update to version 0.16

PR:             ports/68369
Submitted by:   Ports Fury
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 22 Jan 2004
12:18 trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
Original commit
Sunday, 26 Oct 2003
10:50 krion search for other commits by this committer
- Update to version 0.15

PR:             58519
Submitted by:   Ports Fury
Original commit
Tuesday, 26 Aug 2003
18:43 krion search for other commits by this committer
- Update to version 0.14

PR:             55998
Submitted by:   Ports Fury
Original commit
Sunday, 27 Apr 2003
18:06 naddy search for other commits by this committer
Use USE_GETOPT_LONG.

PR:             51222
Submitted by:   Ports Fury
Original commit
Wednesday, 23 Apr 2003
22:13 naddy search for other commits by this committer
Update to version 0.13.

PR:             51047
Submitted by:   Ports Fury
Original commit
Friday, 18 Apr 2003
04:51 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Thursday, 20 Feb 2003
16:52 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 11 Feb 2003
16:45 ijliao search for other commits by this committer
upgrade to 0.12
Original commit
Saturday, 8 Feb 2003
05:27 nork search for other commits by this committer
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.

Submitted by:   Ports Fury
Original commit
Sunday, 2 Feb 2003
13:54 nork search for other commits by this committer
Conditionalize libgnugetopt dependencies.

PR:             ports/47737
Submitted by:   Ports Fury
Original commit
Thursday, 2 Jan 2003
19:11 ijliao search for other commits by this committer
upgrade to 0.11

PR:             46141
Submitted by:   Ports Fury
Original commit
Monday, 5 Aug 2002
04:25 ijliao search for other commits by this committer
switch to GNOMENG
Enable PNG support properly

PR:             41027
Submitted by:   Ports Fury
Original commit
Monday, 15 Jul 2002
20:00 ijliao search for other commits by this committer
add gerbv 0.0.9
A Free Gerber Viewer
Original commit

Number of commits found: 71