a8f2 FreshPorts -- multimedia/libdvbpsi
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libdvbpsi 0.2.2 multimedia on this many watch lists=34 search for ports that depend on this port
A library for MPEG TS and DVB PSI tables decoding and generation
Maintained by: multimedia@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Feb 2003 01:30:43
License: LGPL21


libdvbpsi is a set of tools which allows to decode and generate all the
Program specific Information (PSI) present in a MPEG2 TS or a DVB stream. The
two keywords are portability and simplicity.

Currently supported tables
   - Program Association Table (PAT, MPEG2)
   - Program Map Table (PMT, MPEG2)

WWW: http://www.videolan.org/developers/libdvbpsi.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libtool

This port is required by:

for Libraries

To install the port: cd /usr/ports/multimedia/libdvbpsi/ && make install clean
To add the package: pkg_add -r libdvbpsi


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.videolan.org/pub/libdvbpsi/0.2.2/

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:04:31
Original commit files touched by this commit  0.2.2
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
05 Nov 2011 18:52:54
Original commit files touched by this commit  0.2.2
bapt search for other commits by this committer
upgrade to 0.2.2
09 Sep 2011 21:06:36
Original commit files touched by this commit  0.2.1
bapt search for other commits by this committer
Update to 0.2.1
30 May 2011 21:29:23
Original commit files touched by this commit  0.2.0
bapt search for other commits by this committer
- update libdvbpsi to 0.2.0
- add license
- chase library bump
29 Jan 2011 23:57:21
Original commit files touched by this commit  0.1.7
kwm search for other commits by this committer
Update to 0.1.7.

PR:             ports/154100 (based on)
Submitted by:   Dan Lukes <dan@obluda.cz>
With hat:       multimedia@
Feature safe:   yes
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.1.6
ade search for other commits by this committer
Sync to new bsd.autotools.mk
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.1.6
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
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.1.6
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Feb 2008 00:41:42
Original commit files touched by this commit  0.1.6
ahze search for other commits by this committer
Update to 0.1.6

PR:             ports/119639
Submitted by:   thierry
28 Feb 2008 00:40:55
Original commit files touched by this commit  0.1.6
ahze search for other commits by this committer
Update to 0.1.6

PR:             ports/119639
Submitted by:   thierry
26 Mar 2007 21:35:04
Original commit files touched by this commit  0.1.5_1
mezz search for other commits by this committer
Portlint:
        -INSTALLS_SHLIB -> USE_LDCONFIG.
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.1.5_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
09 Jun 2006 18:00:35
Original commit files touched by this commit  0.1.5_1
ahze search for other commits by this committer
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
10 May 2006 22:37:39
Original commit files touched by this commit  0.1.5_1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.1.5_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.1.5
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.
09 Nov 2005 07:09:47
Original commit files touched by this commit  0.1.5
ahze search for other commits by this committer
- Add SHA256
- Add SIZE to a few ports
06 Jul 2005 17:51:01
Original commit files touched by this commit  0.1.5
ahze search for other commits by this committer
- Update to 0.1.5
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.1.4
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.1.4
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
29 Oct 2004 22:24:47
Original commit files touched by this commit  0.1.4
ahze search for other commits by this committer
Change email to new FreeBSD.org address

Approved by:adamw (mentor)
14 Oct 2004 01:17:34
Original commit files touched by this commit  0.1.4
edwin search for other commits by this committer
I'd like to take maintain ship of this , net/vls , and
multimedia/libdvbpsi

Submitted by:   Michael Johnson <ahze@ahze.net>
13 Oct 2004 20:51:08
Original commit files touched by this commit  0.1.4
dinoex search for other commits by this committer
- drop maintinership
26 Feb 2004 05:37:03
Original commit files touched by this commit  0.1.4
dinoex search for other commits by this committer
- add SIZE
03 Jan 2004 12:26:18
Original commit files touched by this commit  0.1.4
dinoex search for other commits by this committer
- update to 0.1.4
- new layout in tarball
27 Dec 2003 10:59:35
Original commit files touched by this commit  0.1.3
dinoex search for other commits by this committer
- take maintainership
30 Jul 2003 18:51:46
Original commit files touched by this commit  0.1.3
krion search for other commits by this committer
* Update to version 0.1.3

PR:             55062
Submitted by:   Ports Fury
Approved by:    fjoe (mentor) (implicit)
04 Apr 2003 01:32:06
Original commit files touched by this commit  0.1.2
lioux search for other commits by this committer
o Repo copy move special case. Background and methodology follows:
        - In the past, this port was incorrectly added to multimedia
          category even though it already existed in graphics
          category. Therefore, it was removed.
        - Now, this port is being moved to multimedia category since
          it should reside there. However, we cannot do the usual
          repo copy since there are repo histories in both categories.
        - What to do?
                1) 'cvs checkout' both the graphics and the multimedia
                   versions of the port.
                2) 'cp' copy the files from the graphics version to
                   the multimedia one.
                3) 'cvs commit' the copied version from graphics
                   with a long commit message explaining the situation
o Appropriately update dependency references from graphics to
  multimedia category

Port creator:   ijlao
Date created:   Aug 8, 2002
08 Feb 2003 01:37:52
Original commit files touched by this commit  0.1.2
lioux search for other commits by this committer
o Remove recently added libdvbpsi: it already exists as
  ports/graphics/libdvbpsi
o "Do not work on ports when you are too tired for your mind to be
  into it"
08 Feb 2003 01:29:50
Original commit files touched by this commit  0.1.2
lioux search for other commits by this committer
New port libdvbpsi version 0.1.2: VideoLAN DVB and PSI decoders and
generators

Number of commits found: 30

283c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24531
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days28
new fortnight60
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0