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.

Port details
vte290 Gtk 3 based terminal widget with accessibility and I18N support
0.34.7_1 x11-toolkits Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.34.7_1Version of this port present on the latest quarterly branch.
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-01-15 14:55:20
Last Update: 2017-04-01 22:25:21
SVN Revision: 437500
Also Listed In: gnome
License: not specified in port
WWW:
http://www.gnome.org/
Description:
Terminal widget with improved font, internationalisation and accessibility support for the GNOME 2 desktop. Designed to replace libzvt. This port features the old 2.90 API. WWW: http://www.gnome.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • vte3-290>0:x11-toolkits/vte290
No installation instructions:
This port has been deleted.
PKGNAME: vte3-290
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (gnome3/vte-0.34.7.tar.xz) = 187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932 SIZE (gnome3/vte-0.34.7.tar.xz) = 984068

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bison : devel/bison
  2. msgfmt : devel/gettext-tools
  3. gmake : devel/gmake
  4. pkgconf>=0.9.10 : devel/pkgconf
  5. intltool-extract : textproc/intltool
  6. g-ir-scanner : devel/gobject-introspection
Runtime dependencies:
  1. gnome-pty-helper : x11-toolkits/gnome-pty-helper
Library dependencies:
  1. libintl.so : devel/gettext-runtime
  2. libatk-1.0.so : accessibility/atk
  3. libglib-2.0.so : devel/glib20
  4. libgtk-3.so : x11-toolkits/gtk30
  5. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for vte3-290-0.34.7_1: GLX=off: Support for DRI/GLX rendering ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
tar:xz bison gettext gmake libtool pathfix pkgconfig gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (14 items)
Collapse this list.
  1. ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/vte/0.34/
  2. ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/vte/0.34/
  3. ftp://ftp.dti.ad.jp/pub/X/gnome/sources/vte/0.34/
  4. ftp://ftp.kddlabs.co.jp/pub/GNOME/sources/vte/0.34/
  5. ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/vte/0.34/
  6. ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/vte/0.34/
  7. http://download.gnome.org/sources/vte/0.34/
  8. http://fr2.rpmfind.net/linux/gnome.org/sources/vte/0.34/
  9. http://ftp.acc.umu.se/pub/GNOME/sources/vte/0.34/
  10. http://ftp.gnome.org/pub/GNOME/sources/vte/0.34/
  11. http://linorg.usp.br/gnome/sources/vte/0.34/
  12. http://mirror.aarnet.edu.au/pub/gnome/sources/vte/0.34/
  13. http://www.gtlib.gatech.edu/pub/gnome/sources/vte/0.34/
  14. https://download.gnome.org/sources/vte/0.34/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.34.7_1
01 Apr 2017 22:25:21
Revision:437500Original commit files touched by this commit
bapt search for other commits by this committer
vte290 is not needed anymore everything uses vte3 instead
0.34.7_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.34.7_1
15 Oct 2015 14:55:14
Revision:399346Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
0.34.7_1
24 Sep 2015 21:19:42
Revision:397765Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Drop 8.x support

Approved by:	portmgr blanket
0.34.7_1
02 Aug 2015 20:23:56
Revision:393444Original commit files touched by this commit
kwm search for other commits by this committer
Part 1 of adding USE_GNOME=intltool to ports that require it.

The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
0.34.7_1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.34.7_1
29 Mar 2015 14:56:47
Revision:382601Original commit files touched by this commit
kwm search for other commits by this committer
Add portscout macro to igore these ports in the version checker, these
ports hold older version.
0.34.7_1
27 Jan 2015 21:01:59
Revision:378019Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from and add empty directories to pkg-plists

Approved by:	portmgr blanket, kwm (for gnome@ ports)
0.34.7_1
15 Jan 2015 14:55:13
Revision:377095Original commit files touched by this commit
kwm search for other commits by this committer
Readd vte3 0.34.7 as vte290. There are still some programs that need the
older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API.

Number of commits found: 9