aboutsummaryrefslogtreecommitdiff
path: root/x11/electricsheep
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix SDL-dependent ports broken by last update.Stanislav Sedov2006-09-211-4/+0
| | | | | | | Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173507
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-4/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Update to 2.6.8Martin Wilke2006-08-282-4/+4
| | | | | | | | | PR: ports/102530 Submitted by: David Yeske <dyeske(at)yahoo.com> (maintainer) Approved by: krion (mentor) Notes: svn path=/head/; revision=171510
* - Update to 2.6.7Pav Lucistnik2006-06-052-5/+4
| | | | | | | | PR: ports/98356 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=164446
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* x11/electricsheep update to 2.6.4Edwin Groothuis2006-01-083-10/+4
| | | | | | | | | | update to 2.6.4 PR: ports/91494 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=153052
* BROKEN: UnfetchableKris Kennaway2005-12-171-0/+2
| | | | Notes: svn path=/head/; revision=151419
* Update the two currently remaining ports that use old autotools constructsAde Lovett2005-11-191-1/+1
| | | | Notes: svn path=/head/; revision=148820
* - Update to 2.6.3.Florent Thoumie2005-11-154-36/+5
| | | | | | | | PR: ports/89051 Submitted by: maintainer Notes: svn path=/head/; revision=148380
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Update to 2.6.2Michael Johnson2005-06-164-19/+26
| | | | | | | | PR: ports/82257 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=137518
* BROKEN: Does not compile on 4.x/Incomplete pkg-plist on 5.xKris Kennaway2005-06-111-1/+12
| | | | Notes: svn path=/head/; revision=137290
* Update to 2.6.1. Preserve versioning kludge.Bruce M Simpson2005-05-262-5/+5
| | | | Notes: svn path=/head/; revision=136192
* Use DISTNAME, not DISTFILES.Bruce M Simpson2005-05-191-2/+3
| | | | | | | | | Fix build. Submitted by: David Scheidt (WRKSRC part) Notes: svn path=/head/; revision=135605
* Apply a band-aid for version numbering which avoids introducing PORTEPOCH.Bruce M Simpson2005-05-181-1/+3
| | | | | | | | | This can go away after the next electricsheep release. Pointy hat to: bms Notes: svn path=/head/; revision=135548
* Update to 2.6 point release.Bruce M Simpson2005-05-172-3/+3
| | | | Notes: svn path=/head/; revision=135494
* Update to 2.6b7 which has various bug fixes for flam3.Bruce M Simpson2005-05-142-3/+3
| | | | | | | No other changes. Notes: svn path=/head/; revision=135259
* Update to version 2.6b6.Bruce M Simpson2005-05-133-22/+29
| | | | | | | | | | | | | | Don't remove uniqueid if the package is uninstalled. Update RUN_DEPENDS; xsetbg may also be found in ports/x11/xloadimage now. Use DATADIR. Note to maintainers of x11/xloadimage and graphics/xli: there is no CONFLICTS definition for those ports. Approved by: maintainer (dyeske) Notes: svn path=/head/; revision=135189
* Add a new tweakable knob, WITH_XSCREENSAVER, and announce it.Bruce M Simpson2004-07-121-2/+18
| | | | | | | | | | | Add conditional runtime dependency on x11/xscreensaver. Add conditional installation of xscreensaver config (electricsheep.xml) to do-install target. Correct typo in previous revision. Bump PORTREVISION. Notes: svn path=/head/; revision=113440
* Include the manual page in installation.Bruce M Simpson2004-07-121-0/+7
| | | | Notes: svn path=/head/; revision=113438
* - Fix dependenciesKirill Ponomarev2004-06-141-4/+2
| | | | | | | | PR: ports/67924 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=111453
* BROKEN: Missing LIB_DEPENDSKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111113
* Update to 2.5 and fix dependency on graphics/jpeg.Norikatsu Shigemura2004-05-183-19/+6
| | | | | | | | PR: ports/66725 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=109463
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Remove stray CR character that crept in somehow. Reminded by: maintainer.Mark Linimon2004-02-061-1/+1
| | | | Notes: svn path=/head/; revision=100095
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* These files were left out of the previous checkin by mistake.Mark Linimon2004-02-023-0/+66
| | | | | | | | PR: ports/62017 Submitted by/reminded by: David Yeske (maintainer) Notes: svn path=/head/; revision=99773
* Update to 2.4. Large rework: see the following URL for details:Mark Linimon2004-01-313-21/+42
| | | | | | | | | | http://cvs.sourceforge.net/viewcvs.py/electricsheep/client/README. PR: ports/62017 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) Notes: svn path=/head/; revision=99582
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Update WWW tagMario Sergio Fujikawa Ferreira2002-11-281-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=71183
* Remove FORBIDDEN tag. Developer has regained control of domain.Mario Sergio Fujikawa Ferreira2002-11-281-2/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=71182
* Mark FORBIDDEN: the server's domain is no longer underPeter Pentchev2002-10-232-1/+3
| | | | | | | | | the author's control. Submitted by: maintainer Notes: svn path=/head/; revision=68647
* o Drop PERL in favor of REINPLACE_CMDMario Sergio Fujikawa Ferreira2002-09-032-19/+11
| | | | | | | | | | | o Turn patch into a Makefile regexp o CC/CFLAGS safeness fixes o libjpeg is not needed as dependency Submitted by: maintainer Notes: svn path=/head/; revision=65527
* Say hello to the Electric Sheep distributed screensaver.Anders Nordby2002-03-246-0/+74
PR: 35553 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=56554