diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 16:57:53 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 16:57:53 +0000 |
commit | 81add6f9a2dd0e077a25822e45c75f9193a42f0b (patch) | |
tree | f267bcd70f445785e10b6317d74a9718d029b158 | |
parent | Use FreeBSD-ELF shared objects for the new supported codecs. (diff) |
Upgrade to xscreensaver-3.12
Notes
Notes:
svn path=/head/; revision=19153
-rw-r--r-- | x11/xscreensaver/Makefile | 32 | ||||
-rw-r--r-- | x11/xscreensaver/distinfo | 2 | ||||
-rw-r--r-- | x11/xscreensaver/pkg-plist | 8 |
3 files changed, 25 insertions, 17 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index df859c4d9b52..7cf206b4a24e 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xscreensaver -# Version required: 3.08 +# Version required: 3.12 # Date created: 10 July 1995 # Whom: dom@myrddin.demon.co.uk # -# $Id: Makefile,v 1.18 1998/12/10 12:17:10 jseger Exp $ +# $Id: Makefile,v 1.19 1999/04/04 01:32:57 jseger Exp $ # -DISTNAME= xscreensaver-3.08 +DISTNAME= xscreensaver-3.12 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -15,19 +15,19 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-pam USE_X_PREFIX= yes - -MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ - bubbles.1 decayscreen.1 deco.1 drift.1 epicycle.1 \ - flag.1 flame.1 forest.1 galaxy.1 goop.1 grav.1 \ - greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ - ifs.1 imsmap.1 jigsaw.1 julia.1 kaleidescope.1 \ - lament.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ - moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ - qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ - slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ - starfish.1 strange.1 swirl.1 t3d.1 vines.1 xjack.1 xlyap.1 \ - xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ - xscreensaver.1 +MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ + bsod.1 bubbles.1 critical.1 decayscreen.1 \ + deco.1 drift.1 epicycle.1 flag.1 flame.1 \ + forest.1 galaxy.1 goop.1 grav.1 greynetic.1 \ + halo.1 helix.1 hopalong.1 hypercube.1 ifs.1 \ + imsmap.1 jigsaw.1 julia.1 kaleidescope.1 laser.1 \ + lightning.1 lisa.1 lmorph.1 maze.1 moire.1 munch.1 noseguy.1 \ + pedal.1 penrose.1 pyro.1 qix.1 rd-bomb.1 rocks.1 rorschach.1 \ + sierpinski.1 slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ + spotlight.1 squiral.1 starfish.1 strange.1 swirl.1 \ + t3d.1 vines.1 xjack.1 xlyap.1 xroger.1 xscreensaver-command.1 \ + xscreensaver-demo.1 xscreensaver.1 .include <bsd.port.mk> diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index c3747ee4389d..0eb993507712 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1 +1 @@ -MD5 (xscreensaver-3.08.tar.gz) = 38b7ea3c4489f7a5e653cfb0a95dcacf +MD5 (xscreensaver-3.12.tar.gz) = 53b3ebfd11be5a0ae527949aff056bb7 diff --git a/x11/xscreensaver/pkg-plist b/x11/xscreensaver/pkg-plist index 0c8985acd1e5..43e96bb00566 100644 --- a/x11/xscreensaver/pkg-plist +++ b/x11/xscreensaver/pkg-plist @@ -5,7 +5,9 @@ bin/bouboule bin/braid bin/bsod bin/bubbles +bin/compass bin/coral +bin/critical bin/crystal bin/cynosure bin/decayscreen @@ -51,6 +53,7 @@ bin/noseguy bin/pedal bin/penetrate bin/penrose +bin/phosphor bin/pyro bin/qix bin/rd-bomb @@ -63,6 +66,8 @@ bin/slip bin/sonar bin/sphere bin/spiral +bin/spotlight +bin/squiral bin/starfish bin/strange bin/swirl @@ -70,9 +75,12 @@ bin/t3d bin/triangle bin/truchet bin/vines +bin/wander bin/worm +bin/xflame bin/xjack bin/xlyap +bin/xmatrix bin/xroger bin/xscreensaver bin/xscreensaver-command |