diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-06-05 10:52:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-06-05 10:52:29 +0000 |
commit | 0f84574ebb6c8e3ad89718f8c8e1d9cbfd61c491 (patch) | |
tree | 7a1bea4a02c28f5f869cbe00ec47f2b3c663477c /x11/xscreensaver | |
parent | Update to 0.2.9.6. (diff) |
Upgrade to 3.33, and include the GLE library as a dependency. The extrusion
lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.
patch-ac is removed due to its being integrated into the source.
The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.
PR: ports/27626
Submitted by: David Gilbert <dgilbert@velocet.ca>
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 9 | ||||
-rw-r--r-- | x11/xscreensaver/distinfo | 2 | ||||
-rw-r--r-- | x11/xscreensaver/files/patch-ac | 14 | ||||
-rw-r--r-- | x11/xscreensaver/pkg-plist | 3 |
4 files changed, 10 insertions, 18 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 19da7a83934c..ac22c94d2be4 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,19 +6,21 @@ # PORTNAME= xscreensaver -PORTVERSION= 3.32 +PORTVERSION= 3.33 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ MAINTAINER= DougB@FreeBSD.org +LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle + USE_X_PREFIX= yes USE_XPM= yes USE_MESA= yes WANT_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-xpm --without-gnome \ - --with-zippy=/usr/games/fortune + --with-zippy=/usr/games/fortune --with-gle MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ bsod.1 bubbles.1 critical.1 decayscreen.1 \ @@ -35,7 +37,8 @@ MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ xmatrix.1 xscreensaver-command.1 xscreensaver-demo.1 \ xscreensaver-gl-helper.1 xscreensaver.1 xsublim.1 xteevee.1 \ zoom.1 molecule.1 rotzoomer.1 bumps.1 xscreensaver-getimage.1 \ - xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 + xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 \ + speedmine.1 whirlygig.1 post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index 3bf1abb78aaa..5085a35e42fa 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1 +1 @@ -MD5 (xscreensaver-3.32.tar.gz) = 1fd37e14f8459171a283d8782ec33b52 +MD5 (xscreensaver-3.33.tar.gz) = 2704ba03ed34adfc551a02a70f45837d diff --git a/x11/xscreensaver/files/patch-ac b/x11/xscreensaver/files/patch-ac deleted file mode 100644 index e9727893a1a6..000000000000 --- a/x11/xscreensaver/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- hacks/webcollage.orig Wed Nov 22 17:10:34 2000 -+++ hacks/webcollage Mon Feb 26 01:43:25 2001 -@@ -102,6 +102,11 @@ - if (!-r $wordlist) { - $wordlist = "/usr/share/lib/dict/words"; # Irix - } -+ -+if (!-r $wordlist) { -+ $wordlist = "/usr/share/dict/words"; # BSD -+} -+ - die "$wordlist doesn't exist!\n" unless (-r $wordlist); - - diff --git a/x11/xscreensaver/pkg-plist b/x11/xscreensaver/pkg-plist index 942d2918baaa..13c30ee5ccef 100644 --- a/x11/xscreensaver/pkg-plist +++ b/x11/xscreensaver/pkg-plist @@ -25,6 +25,7 @@ bin/discrete bin/distort bin/drift bin/epicycle +bin/extrusion bin/fadeplot bin/flag bin/flame @@ -89,6 +90,7 @@ bin/sierpinski3d bin/slidescreen bin/slip bin/sonar +bin/speedmine bin/sphere bin/spiral bin/spotlight @@ -109,6 +111,7 @@ bin/vines bin/wander bin/webcollage bin/whirlwindwarp +bin/whirlygig bin/worm bin/xflame bin/xjack |