summaryrefslogtreecommitdiffstats
path: root/graphics/eog-plugins
Commit message (Collapse)AuthorAgeFilesLines
* Move gnome3 ports into the place of the gnome2 locations.kwm2013-10-284-54/+105
| | | | | | | | | | | | | | | Update to new port rules, remove conflicts, latest_link, enable stage support. gnome-games was skipped because I got a update for that. gnome-keyring 2 vs 3, needs to be looked at. zenity 2 vs 3, and libgnomekbd 2 vs 3 Use new lib_depend syntax in bsd.gnome.mk. Possible lots of broken links. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
* Add NO_STAGE to all ports, until we convert each one.kwm2013-09-221-1/+2
| | | | | | | Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
* Catch up with ports infra changes.kwm2013-07-261-3/+2
| | | | | | | | | USE_GMAKE= => USES=gmake Sort Uses Remove MAKE_JOBS_SAFE as it is default now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18634 df743ca5-7f9a-e211-a948-0013205c9059
* Update keywords to allow for changing SVN tag.marcus2013-07-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18610 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with ports (really soon committed)kwm2013-05-251-1/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18499 df743ca5-7f9a-e211-a948-0013205c9059
* Massive port framework maintaince/update (long over due too)kwm2013-04-271-8/+4
| | | | | | | | Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
* set proper keywordsmarcus2013-04-011-1/+1
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17268 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. x11 and x11-* left to go.mezz2012-09-021-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17058 df743ca5-7f9a-e211-a948-0013205c9059
* Sync with freebsd ports. portrevision bumping, getting CPPFLAGS/LDFLAGS fromkwm2012-08-181-5/+5
| | | | | | | | | | CONFIGURE_ENV, s/CPPFLAGS=/CPPFLAGS+=/ etc Sprinkle USE_PKGCONFIG in some ports. Some small nits here and there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17047 df743ca5-7f9a-e211-a948-0013205c9059
* Chase libchamplain changed locations.kwm2011-08-251-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16132 df743ca5-7f9a-e211-a948-0013205c9059
* Move graphics/libchamplain to libchamplain08kwm2011-08-241-2/+2
| | | | | | | | | | | and devel/libgdata to libgdata06 And move libgdata08 and libchamplain010 to the unversioned dirs. It doesn't make sense to have the current version in a directory that is versioned. Sorry for the hassle. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16130 df743ca5-7f9a-e211-a948-0013205c9059
* Sync w/ FreeBSD ports. Here's a script to get rid of MD5:mezz2011-06-121-1/+0
| | | | | | | | | | | | | ------------------ #!/bin/sh for blah in `find /path/to/ports -maxdepth 3 -name distinfo`; do sed -e 's|MD5.*||g' -e "/^$/d" ${blah} > ${blah}.new mv ${blah}.new ${blah} done ------------------ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16061 df743ca5-7f9a-e211-a948-0013205c9059
* Reset the $FreeBSD$.mezz2011-05-011-2/+2
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15935 df743ca5-7f9a-e211-a948-0013205c9059
* Add CONFLICTS with the each others.mezz2011-04-234-0/+157
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15852 df743ca5-7f9a-e211-a948-0013205c9059
* Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because ofkwm2010-12-014-155/+0
| | | | | | | | | focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
* Fix depend on new libchamplain.kwm2010-09-054-0/+155
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14553 df743ca5-7f9a-e211-a948-0013205c9059
* Post 2.30.1 commit clean up.kwm2010-05-124-147/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.30.0.avl2010-04-022-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13984 df743ca5-7f9a-e211-a948-0013205c9059
* Fix the locale stuff in plist. Ran by:mezz2010-03-171-2/+2
| | | | | | | http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/locale_dirrmtry.sh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13853 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.91ahze2010-02-242-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13693 df743ca5-7f9a-e211-a948-0013205c9059
* Now that we got libgdata 0.6.0, build and register the picasaWeb upload plugin.kwm2010-02-152-3/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13635 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.90.kwm2010-02-113-8/+10
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13613 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.5.avl2010-01-152-5/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13465 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.29.2.kwm2009-12-294-0/+140
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13322 df743ca5-7f9a-e211-a948-0013205c9059
* Remove these ports now that they are in the ports tree.marcus2009-11-304-137/+0
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.1.avl2009-10-202-6/+5
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13170 df743ca5-7f9a-e211-a948-0013205c9059
* Chase libchamplain slib bump.kwm2009-10-201-2/+3
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13158 df743ca5-7f9a-e211-a948-0013205c9059
* Update to 2.28.0.kwm2009-09-223-7/+9
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12961 df743ca5-7f9a-e211-a948-0013205c9059
* UPdate to 2.27.92.kwm2009-09-093-5/+6
| | | | git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12828 df743ca5-7f9a-e211-a948-0013205c9059
* Add eog-plugins, a set of plug-ins for the Eye of GNOME image viewer.marcus2009-08-284-0/+134
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12749 df743ca5-7f9a-e211-a948-0013205c9059