#!/bin/bash grep name Locations | cut -b 6- > Locations.h grep loc Locations | sed "s/ .... ...... ...$//"| sed "s/ .... :...... ...$//" | cut -d = -f 2 | sed "s/\\\\//g" >> Locations.h sed -e "s/^/N_(\"/" -e "s/$/\")/" Locations.h > Locations.h.tmp sort Locations.h.tmp | uniq > Locations.h rm Locations.h.tmp it' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Remove WWW tag: no longer existslioux2004-07-091-2/+0
* Update MASTER_SITESlioux2004-07-092-2/+3
* o Add MASTER_SITES (there were 0 available)lioux2004-07-092-1/+5
* - Update to 0.0.7pav2004-07-084-4/+17
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-084-128/+12
* Chase libraries according to the recent x11-toolkits/fox-develkrion2004-07-061-1/+1
* Update to 0.7.92.marcus2004-07-064-8/+6
* Use some sysctl magic to get hw.ncpu on systems that don't support themarcus2004-07-062-0/+52
* Update to 1-rc5.nobutaka2004-07-045-20/+11
* * Fix a free'd memory access crash that occurs with malloc debugging enabled [1]marcus2004-07-036-16/+56
* Update to 0.4.4krion2004-07-022-11/+3
* Apply a vendor-distributed patch to correct a number of stringadamw2004-07-022-1/+7
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-022-5/+5
* - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, stylepav2004-07-012-6/+23
* Fix a double-free crash when running gst-inspect against certain plug-ins.marcus2004-06-304-0/+22
* - Update to 0.7.4, which works with FOX-1.2pav2004-06-284-21/+71
* Update to 0.8.2, and add support for the DTS decoder. The full list of changesmarcus2004-06-2722-194/+144
* - Chase fox shlib bumppav2004-06-271-2/+2
* Chase libcdio shared library versionarved2004-06-262-1/+13
* o Add WITH_LIBDV_PAL knob which triggers WITH_LIBDV accordingly [1]lioux2004-06-261-5/+14
* Chase mjpegtools port version 1.6.2 shared library bumplioux2004-06-262-2/+2
* Update to 1.6.2lioux2004-06-267-160/+82
* o Add OPTIONS knobs: DEBUG which defaults to onlioux2004-06-261-0/+6
* Make USE_GCC value overridable.lofi2004-06-261-1/+1
* Add WITH_OPTIMIZED_CFLAGS knob which will allow xvid to chooselofi2004-06-251-0/+4
* Fix the build when valgrind is installed.marcus2004-06-252-0/+20
* o Update to 0.8.3rc2lioux2004-06-2410-256/+88
* Update to 0.9.1lioux2004-06-242-3/+3
* Update to 0.7.0lioux2004-06-242-10/+6
* Remove inclusion of Makefile.kde from all remaining ports not maintainedlofi2004-06-232-8/+6
* Missed the bumped sover of libvxvidcore in pkg-plist.lofi2004-06-211-1/+1
* depend on tv-fontsoliver2004-06-201-2/+3
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-0/+4
* Add a patch that fixes a patch that used to be in the previous versionlofi2004-06-191-0/+18
* - Fix a fairly major compile-time bug that causes ifoparser.so not to getpav2004-06-187-19/+35
* - Refine libmad dependencypav2004-06-181-1/+1
* Chase the gstreamer shared lib version, and bump PORTREVISION wheremarcus2004-06-158-4/+11
* Chase the gstreamer shared lib version.marcus2004-06-152-4/+4
* Update to 0.8.3.marcus2004-06-1510-38/+176
* Bugfixes for JuK.lofi2004-06-154-0/+76
* - Autodetect fribidipav2004-06-142-4/+92
* Adjust the so-symlink, forgotten in the initial commit.lofi2004-06-141-2/+2
* Force using the bundled xvid even when ports xvid is installedlofi2004-06-141-0/+6
* Enable verify, verbose and trace options.ache2004-06-141-0/+3
* Fix build with gcc34arved2004-06-131-1/+1
* Force using gcc 3.3 on all branches to work around illegal instructionlofi2004-06-121-0/+2
* Update XviD to version 1.0.1, chase shared library bump through dependencies,lofi2004-06-1215-27/+31
* Add xvid4conf, a configuration panel for XviD, used by transcode/dvdriplofi2004-06-125-0/+26
* - Update to 0.99.4 (1.0pre4)mezz2004-06-1217-404/+223
* - fix typo in option WITHOUT_GGIdinoex2004-06-112-2/+2
* - Update to version 0.4.3 and correct my insane previouskrion2004-06-113-7/+17
* - Properly detect DVDs, VCDs etc.krion2004-06-116-0/+112
* Update to version 3.2.3lofi2004-06-104-7/+7
* Remove .la files that are no longer installedkris2004-06-091-3/+0
* - Add FAAD knob (on by default) [1]pav2004-06-071-7/+19
* Don't use Makefile.kde anymoremarkus2004-06-06