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
istanbul Istanbul is a desktop session recorder for the Free Desktop
0.1.1_4 multimedia Deleted on this many watch lists=1 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.1.1_4Version of this port present on the latest quarterly branch.
Maintainer: dominique.goncalves@gmail.com search for ports maintained by this maintainer
Port Added: 2005-07-04 21:55:31
Last Update: 2007-06-01 20:43:43
SVN Revision: UNKNOWN
People watching this port, also watch:: python
License: not specified in port
WWW:
http://live.gnome.org/Istanbul
Description:
Istanbul is a desktop session recorder for the Free Desktop. It records your session into an Ogg Theora video file. To start the recording, you click on its icon in the notification area. To stop you click its icon again. It works on Gnome, KDE, XFCE and others. WWW: http://live.gnome.org/Istanbul
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • istanbul>0:multimedia/istanbul
No installation instructions:
This port has been deleted.
PKGNAME: istanbul
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

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. __init__.py : multimedia/py-gstreamer80
  2. python : lang/python24
  3. gmake : devel/gmake
  4. gstreamer-plugins-shout280>=0.8.10 : audio/gstreamer-plugins-shout280
  5. gstreamer-plugins-theora80>=0.8.10 : multimedia/gstreamer-plugins-theora80
  6. gstreamer-plugins-ogg80>=0.8.10 : audio/gstreamer-plugins-ogg80
  7. intltool-extract : textproc/intltool
  8. pkg-config : devel/pkg-config
  9. pygtk-2.0.pc : x11-toolkits/py-gtk2
  10. libraries : x11/xorg-libraries
Runtime dependencies:
  1. icecast : audio/icecast2
  2. __init__.py : multimedia/py-gstreamer80
  3. python : lang/python24
  4. gstreamer-plugins-shout280>=0.8.10 : audio/gstreamer-plugins-shout280
  5. gstreamer-plugins-theora80>=0.8.10 : multimedia/gstreamer-plugins-theora80
  6. gstreamer-plugins-ogg80>=0.8.10 : audio/gstreamer-plugins-ogg80
  7. pkg-config : devel/pkg-config
  8. pygtk-2.0.pc : x11-toolkits/py-gtk2
  9. libraries : x11/xorg-libraries
Library dependencies:
  1. atk-1.0.0 : accessibility/atk
  2. glib-2.0.0 : devel/glib20
  3. gtk-x11-2.0.0 : x11-toolkits/gtk20
  4. glade-2.0.0 : devel/libglade2
  5. xml2.5 : textproc/libxml2
  6. pango-1.0.0 : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://live.hujjat.org/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.1_4
01 Jun 2007 20:43:43
Original commit files touched by this commit
ahze search for other commits by this committer
- Retire gstreamer 0.8.0
0.1.1_4
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
0.1.1_3
29 Apr 2006 23:03:03
Original commit files touched by this commit
ahze search for other commits by this committer
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
0.1.1_2
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.1.1_1
22 Jan 2006 02:30:01
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.1.1_1
24 Nov 2005 23:22:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256

Submitted by:   Dominique Goncalves <dominique.goncalves@gmail.com> (maintainer)
0.1.1_1
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
0.1.1_1
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
0.1.1
28 Oct 2005 23:04:08
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on !i386: Configure fails
0.1.1
21 Jul 2005 00:17:45
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on amd64: Configure fails
0.1.1
12 Jul 2005 21:38:13
Original commit files touched by this commit
ahze search for other commits by this committer
- Mark broken on sparc64 (fails to configure)

PR:             83351
Submitted by:   maintainer
0.1.1
04 Jul 2005 21:54:55
Original commit files touched by this commit
ahze search for other commits by this committer
- Add multimedia/istanbul
Istanbul is a desktop session recorder for the Free Desktop. It records your
session into an Ogg Theora video file. To start the recording, you click on its
icon in the notification area. To stop you click its icon again. It works on
Gnome, KDE, XFCE and others.

WWW: http://live.gnome.org/Istanbul

PR:             ports/82986
Submitted by:   Dominique Goncalves <dominique.goncalves@gmail.com>

Number of commits found: 12