The Zip-Ada library is written entirely in Ada, allowing compression operations without any OS-dependent external calls on streams and files. In addition to the library and command-line demos, it has these tools: * zipada - create compressed Zip archive * comp_zip - utility to compare contents of two Zip archives * find_zip - utility to search for text stream of Zip archive * rezip - tool for recompressing Zip archives towards optimal compression * debzip2 - tool to decompress BZip2 compressed files (.bz2) WWW: http://unzip-ada.sourceforge.net/ ='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer1-plugins-good
Commit message (Collapse)AuthorAgeFilesLines
* Update GStreamer1 ports to 1.12.2.kwm2017-07-222-5/+6
| | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Update GStreamer1 to 1.6.2.kwm2016-01-041-1/+1
| | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]