diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 09:32:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 09:32:05 +0800 |
commit | 4e969d56d2cc8e04891fa7b15f249e072133eb97 (patch) | |
tree | d36300f0873678b9ace362d9b50592dee476772f /multimedia/libdvbpsi/pkg-descr | |
parent | 6a79626172860dc9089eab24cccfcc0116ff76f3 (diff) | |
download | freebsd-ports-gnome-4e969d56d2cc8e04891fa7b15f249e072133eb97.tar.gz freebsd-ports-gnome-4e969d56d2cc8e04891fa7b15f249e072133eb97.tar.zst freebsd-ports-gnome-4e969d56d2cc8e04891fa7b15f249e072133eb97.zip |
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
Diffstat (limited to 'multimedia/libdvbpsi/pkg-descr')
-rw-r--r-- | multimedia/libdvbpsi/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/libdvbpsi/pkg-descr b/multimedia/libdvbpsi/pkg-descr new file mode 100644 index 000000000000..3905d9706f12 --- /dev/null +++ b/multimedia/libdvbpsi/pkg-descr @@ -0,0 +1,9 @@ +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://developers.videolan.org/libdvbpsi/ |