diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 85ec297..f6f04b0 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1371,7 +1371,7 @@ FILESDIR?= ${MASTERDIR}/files SCRIPTDIR?= ${MASTERDIR}/scripts PKGDIR?= ${MASTERDIR} -.if defined(USE_IMAKE) && !defined(USE_X_PREFIX) +.if defined(USE_IMAKE) && !defined(USE_X_PREFIX) && !defined(USE_XORG) USE_X_PREFIX= yes .endif .if defined(USE_X_PREFIX) && ${USE_X_PREFIX} == "no" @@ -1883,7 +1883,7 @@ PLIST_SUB+= XAWVER=${XAWVER} _GL_gl_LIB_DEPENDS= GL.1:${PORTSDIR}/graphics/libGL _GL_glu_LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU _GL_glw_LIB_DEPENDS= GLw.1:${PORTSDIR}/graphics/libGLw -_GL_glut_LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut +_GL_glut_LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut _GL_linux_RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri .if defined(USE_GL) diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk index 44e8423..5681f1d 100644 --- a/Mk/bsd.xorg.mk +++ b/Mk/bsd.xorg.mk @@ -133,6 +133,9 @@ DISTFILES?= xorg-server-${PORTVERSION}.tar.bz2 WRKSRC= ${WRKDIR}/xorg-server-${PORTVERSION} USE_GNOME+= gnomehack CONFIGURE_ARGS+= --with-xkb-path=${LOCALBASE}/share/X11/xkb + +LIB_PC_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri +USE_XORG+= pciaccess . endif .endif @@ -146,13 +149,14 @@ Xorg_Post_Include= bsd.xorg.mk # Register all xorg .pc files here. # foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS. -XORG_MODULES= bigreqsproto compositeproto damageproto dmx dmxproto evieproto fixesproto fontcacheproto fontenc fontsproto fontutil glproto ice inputproto kbproto libfs oldx pixman printproto randrproto recordproto renderproto resourceproto scrnsaverproto sm trapproto videoproto x11 xau xaw xaw6 xaw7 xaw8 xbitmaps xcmiscproto xcomposite xcursor xdamage xdmcp xevie xext xextproto xf86bigfontproto xf86dgaproto xf86driproto xf86miscproto xf86rushproto xf86vidmodeproto xfixes xfont xfontcache xft xi xinerama xineramaproto xkbfile xkbui xmu xmuu xorg-server xp xpm xprintapputil xprintutil xproto xproxymngproto xrandr xrender xres xscrnsaver xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc xxf86vm +XORG_MODULES= bigreqsproto compositeproto damageproto dmx dmxproto dri2proto evieproto fixesproto fontcacheproto fontenc fontsproto fontutil glproto ice inputproto kbproto libfs oldx pciaccess pixman printproto randrproto recordproto renderproto resourceproto scrnsaverproto sm trapproto videoproto x11 xau xaw xaw6 xaw7 xaw8 xbitmaps xcmiscproto xcomposite xcursor xdamage xdmcp xevie xext xextproto xf86bigfontproto xf86dgaproto xf86driproto xf86miscproto xf86rushproto xf86vidmodeproto xfixes xfont xfontcache xft xi xinerama xineramaproto xkbfile xkbui xmu xmuu xorg-server xp xpm xprintapputil xprintutil xproto xproxymngproto xrandr xrender xres xscrnsaver xt xtrans xtrap xtst xv xvmc xxf86dga xxf86misc xxf86vm bigreqsproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bigreqsproto.pc:${PORTSDIR}/x11/bigreqsproto compositeproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compositeproto.pc:${PORTSDIR}/x11/compositeproto damageproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/damageproto.pc:${PORTSDIR}/x11/damageproto dmx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx dmxproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:${PORTSDIR}/x11/dmxproto +dri2proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:${PORTSDIR}/x11/dri2proto evieproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/evieproto.pc:${PORTSDIR}/x11/evieext fixesproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:${PORTSDIR}/x11/fixesproto fontcacheproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:${PORTSDIR}/x11-fonts/fontcacheproto @@ -165,6 +169,7 @@ inputproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/inputproto.pc:${PORTSDI kbproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/kbproto.pc:${PORTSDIR}/x11/kbproto libfs_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libfs.pc:${PORTSDIR}/x11-fonts/libFS oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX +pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:${PORTSDIR}/devel/libpciaccess pixman_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman printproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto randrproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/randrproto.pc:${PORTSDIR}/x11/randrproto diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile index 70d84f2..da9bcc7 100644 --- a/astro/p5-Astro-SpaceTrack/Makefile +++ b/astro/p5-Astro-SpaceTrack/Makefile @@ -2,11 +2,11 @@ # Date created: 2006-07-21 # Whom: Gea-Suan Lin # -# $FreeBSD: ports/astro/p5-Astro-SpaceTrack/Makefile,v 1.11 2008/10/02 18:15:07 leeym Exp $ +# $FreeBSD: ports/astro/p5-Astro-SpaceTrack/Makefile,v 1.10 2008/08/10 05:15:23 chinsan Exp $ # PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.033 +PORTVERSION= 0.032 CATEGORIES= astro perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,18 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieve orbital data from www.space-track.org -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= Astro::SpaceTrack.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib -.endif - -.include +.include diff --git a/astro/p5-Astro-SpaceTrack/distinfo b/astro/p5-Astro-SpaceTrack/distinfo index 4f9efda..8a9743b 100644 --- a/astro/p5-Astro-SpaceTrack/distinfo +++ b/astro/p5-Astro-SpaceTrack/distinfo @@ -1,3 +1,3 @@ -MD5 (Astro-SpaceTrack-0.033.tar.gz) = 936f10139fd687e7bcb7741c23423ea5 -SHA256 (Astro-SpaceTrack-0.033.tar.gz) = 389b28179cb553b64f841fb74e16fd8f48796f080e2ddeb8b49026cef05b64fd -SIZE (Astro-SpaceTrack-0.033.tar.gz) = 41782 +MD5 (Astro-SpaceTrack-0.032.tar.gz) = 5dc038bfe16bc33a1af5c9f7e2bb323a +SHA256 (Astro-SpaceTrack-0.032.tar.gz) = 33a93306e127916788b5e61402a34e737cdb33e2c965c1ff7f72a8902a58308b +SIZE (Astro-SpaceTrack-0.032.tar.gz) = 40561 diff --git a/audio/mma/Makefile b/audio/mma/Makefile index 7a18c4d..4a2a36e 100644 --- a/audio/mma/Makefile +++ b/audio/mma/Makefile @@ -2,11 +2,11 @@ # Date created: 2007-03-10 # Whom: Nicola Vitale # -# $FreeBSD: ports/audio/mma/Makefile,v 1.5 2008/10/03 09:39:15 nivit Exp $ +# $FreeBSD: ports/audio/mma/Makefile,v 1.4 2008/04/03 13:08:55 nivit Exp $ # PORTNAME= mma -DISTVERSION= 1.4 +DISTVERSION= 1.3a #PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= http://www.mellowood.ca/${PORTNAME}/ \ @@ -32,9 +32,6 @@ FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \) .if !defined (NOPORTDOCS) DISTFILES+= ${PORTNAME}-pdf-${DISTVERSION:S,a,,}.tar.gz -.if !defined (NO_INSTALL_MANPAGES) -MAN1= mma.1 mma-libdoc.1 mma-renum.1 -.endif .endif .include @@ -56,10 +53,6 @@ do-install: @cd ${WRKSRC} && ${CP_INSTALL_MMA} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/pdf && ${CP} ${WRKDOC}/*.pdf ${DOCSDIR}/pdf/ - @cd ${DOCSDIR} && ${RM} -R man -.if !defined(NO_INSTALL_MANPAGES) - @cd ${WRKSRC}/docs/man && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/ -.endif .endif .if defined (WITH_TIMIDITY) diff --git a/audio/mma/distinfo b/audio/mma/distinfo index f86eef1..e0440c7 100644 --- a/audio/mma/distinfo +++ b/audio/mma/distinfo @@ -1,6 +1,6 @@ -MD5 (mma-bin-1.4.tar.gz) = baddbec7337116907a64925ae28c38f6 -SHA256 (mma-bin-1.4.tar.gz) = ba2ea3a6946193e6bc74ace22f08fb14ee860e7cc8f87f18dd061d1be6630748 -SIZE (mma-bin-1.4.tar.gz) = 759548 -MD5 (mma-pdf-1.4.tar.gz) = 0d118f368d0348771a344884eb4420df -SHA256 (mma-pdf-1.4.tar.gz) = 6210e43b84277a8e9c862176898d918cecb7e673a06214d9323378e5cd1dbb53 -SIZE (mma-pdf-1.4.tar.gz) = 1238090 +MD5 (mma-bin-1.3a.tar.gz) = 8ab4eab5a108de3f0413a26a627da310 +SHA256 (mma-bin-1.3a.tar.gz) = b8c10f7f6395211ed2d4008ff378576c0d454692f0c8373785b8b4407cd8433a +SIZE (mma-bin-1.3a.tar.gz) = 664676 +MD5 (mma-pdf-1.3.tar.gz) = 535cc45ee14c8180f207edbf6f5ba78c +SHA256 (mma-pdf-1.3.tar.gz) = cc7cb70e32c201551b9861359408d36a40b74cd9d8854e9c62a94237068ff7d9 +SIZE (mma-pdf-1.3.tar.gz) = 1202669 diff --git a/audio/mma/files/patch-cp-install b/audio/mma/files/patch-cp-install index c365a91..4fbf6b4 100644 --- a/audio/mma/files/patch-cp-install +++ b/audio/mma/files/patch-cp-install @@ -1,5 +1,6 @@ ---- cp-install 2008-09-28 20:33:38.000000000 +0200 -+++ cp-install.port 2008-10-03 11:21:43.000000000 +0200 +$FreeBSD: ports/audio/mma/files/patch-cp-install,v 1.3 2008/04/03 13:08:55 nivit Exp $ +--- cp-install Wed Mar 7 22:17:56 2007 ++++ cp-install.port Sat Mar 10 21:47:41 2007 @@ -42,7 +42,7 @@ except: u=1 @@ -57,7 +58,7 @@ ########################################### ######## Set permissions/udate database -@@ -127,18 +136,18 @@ +@@ -127,14 +136,14 @@ print print "Updating database file. This uses mma with the -G option." print "If this fails, something was not installed properly" @@ -74,10 +75,5 @@ +#print "Setting permissions on MMADIR database file for user update." +#os.system("chmod a+w " + dest+"/lib/stdlib/.mmaDB") - ## man pages --print "There are some man pages in %s/docs/man that you may wish to install." % dest -+#print "There are some man pages in %s/docs/man that you may wish to install." % dest - - print "Install complete. Have fun!" diff --git a/audio/mma/pkg-plist b/audio/mma/pkg-plist index 6853b9e..76b26a4 100644 --- a/audio/mma/pkg-plist +++ b/audio/mma/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: ports/audio/mma/pkg-plist,v 1.4 2008/10/03 09:39:15 nivit Exp $ +@comment $FreeBSD: ports/audio/mma/pkg-plist,v 1.3 2008/04/03 13:08:55 nivit Exp $ bin/mma %%PORTDOCS%%%%DOCSDIR%%/html/README %%PORTDOCS%%%%DOCSDIR%%/html/lib/index.html @@ -10,7 +10,6 @@ bin/mma %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/8beat.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/ballad.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/ballad128.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/ballad68.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/basicrock.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/beguine.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/bigband.html @@ -52,20 +51,15 @@ bin/mma %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/polka.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/popballad.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/quickstep.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rb-ballad.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rb.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rhumba.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rock-128.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rockballad.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/rockwaltz.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/salsa.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/samba.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/showtune.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/shuffleboggie.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/ska.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/slowblues.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/slowbolero.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/slowbroadway.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/slowcountry.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/slowjazz.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/softrock.html @@ -79,12 +73,11 @@ bin/mma %%PORTDOCS%%%%DOCSDIR%%/html/lib/stdlib/zydeco.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/mambo.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/quando-g.s280.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/salsa1.html -%%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/salsa2.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/w-rock.html %%PORTDOCS%%%%DOCSDIR%%/html/lib/yamaha/western.html %%PORTDOCS%%%%DOCSDIR%%/html/logo.png %%PORTDOCS%%%%DOCSDIR%%/html/mma.html +%%PORTDOCS%%%%DOCSDIR%%/html/ref/crossref.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img1.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img10.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img11.png @@ -105,7 +98,6 @@ bin/mma %%PORTDOCS%%%%DOCSDIR%%/html/ref/img25.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img26.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img27.png -%%PORTDOCS%%%%DOCSDIR%%/html/ref/img28.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img3.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img4.png %%PORTDOCS%%%%DOCSDIR%%/html/ref/img5.png @@ -199,7 +191,6 @@ bin/mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aria/girl.mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/harmony/harmony.mid %%PORTEXAMPLES%%%%EXAMPLESDIR%%/harmony/harmony.mma -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lyrics/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lyrics/twinkle.mid %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lyrics/twinkle.mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lyrics/twinkle1.mid @@ -223,7 +214,6 @@ bin/mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/macros-all.mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/macros.mid %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/macros.mma -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/math.mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/repeats.mma %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/volumes.mid %%PORTEXAMPLES%%%%EXAMPLESDIR%%/misc/volumes.mma @@ -313,8 +303,6 @@ bin/mma %%DATADIR%%/MMA/patWalk.pyc %%DATADIR%%/MMA/patch.py %%DATADIR%%/MMA/patch.pyc -%%DATADIR%%/MMA/safe_eval.py -%%DATADIR%%/MMA/safe_eval.pyc %%DATADIR%%/MMA/seqrnd.py %%DATADIR%%/MMA/seqrnd.pyc %%DATADIR%%/MMA/translate.py @@ -324,6 +312,7 @@ bin/mma %%DATADIR%%/includes/README %%DATADIR%%/includes/aria/.keepme %%DATADIR%%/includes/casio-wk3000.mma +%%DATADIR%%/includes/casiowk3000.mma %%DATADIR%%/includes/init-long.mma %%DATADIR%%/includes/init.mma %%DATADIR%%/includes/reset.mma @@ -335,7 +324,6 @@ bin/mma %%DATADIR%%/lib/kara/K50s_rock.mma %%DATADIR%%/lib/kara/README %%DATADIR%%/lib/kara/twi.mma -%%DATADIR%%/lib/stdlib/#easyswing.mma# %%DATADIR%%/lib/stdlib/.mmaDB %%DATADIR%%/lib/stdlib/50srock.mma %%DATADIR%%/lib/stdlib/60srock.mma @@ -343,7 +331,6 @@ bin/mma %%DATADIR%%/lib/stdlib/README %%DATADIR%%/lib/stdlib/ballad.mma %%DATADIR%%/lib/stdlib/ballad128.mma -%%DATADIR%%/lib/stdlib/ballad68.mma %%DATADIR%%/lib/stdlib/basicrock.mma %%DATADIR%%/lib/stdlib/beguine.mma %%DATADIR%%/lib/stdlib/bigband.mma @@ -385,20 +372,15 @@ bin/mma %%DATADIR%%/lib/stdlib/polka.mma %%DATADIR%%/lib/stdlib/popballad.mma %%DATADIR%%/lib/stdlib/quickstep.mma -%%DATADIR%%/lib/stdlib/rb-ballad.mma %%DATADIR%%/lib/stdlib/rb.mma %%DATADIR%%/lib/stdlib/rhumba.mma %%DATADIR%%/lib/stdlib/rock-128.mma %%DATADIR%%/lib/stdlib/rockballad.mma -%%DATADIR%%/lib/stdlib/rockwaltz.mma -%%DATADIR%%/lib/stdlib/salsa.mma %%DATADIR%%/lib/stdlib/samba.mma -%%DATADIR%%/lib/stdlib/showtune.mma %%DATADIR%%/lib/stdlib/shuffleboggie.mma %%DATADIR%%/lib/stdlib/ska.mma %%DATADIR%%/lib/stdlib/slowblues.mma %%DATADIR%%/lib/stdlib/slowbolero.mma -%%DATADIR%%/lib/stdlib/slowbroadway.mma %%DATADIR%%/lib/stdlib/slowcountry.mma %%DATADIR%%/lib/stdlib/slowjazz.mma %%DATADIR%%/lib/stdlib/softrock.mma @@ -410,34 +392,12 @@ bin/mma %%DATADIR%%/lib/stdlib/vienesewaltz.mma %%DATADIR%%/lib/stdlib/waltz.mma %%DATADIR%%/lib/stdlib/zydeco.mma -%%DATADIR%%/lib/yamaha/#salsa1.mma# %%DATADIR%%/lib/yamaha/.mmaDB %%DATADIR%%/lib/yamaha/README %%DATADIR%%/lib/yamaha/mambo.mma %%DATADIR%%/lib/yamaha/quando-g.s280.mma -%%DATADIR%%/lib/yamaha/salsa1.mma -%%DATADIR%%/lib/yamaha/salsa2.mma %%DATADIR%%/lib/yamaha/w-rock.mma %%DATADIR%%/lib/yamaha/western.mma -@dirrm %%DATADIR%%/lib/yamaha -@dirrm %%DATADIR%%/lib/stdlib -@dirrm %%DATADIR%%/lib/kara -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/includes/aria -@dirrm %%DATADIR%%/includes -@dirrm %%DATADIR%%/MMA -@dirrm %%DATADIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/scales -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rndset -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/riffs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/misc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/midi-inc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/lyrics -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/harmony -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/aria -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tut/mup %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tut @@ -449,3 +409,22 @@ bin/mma %%PORTDOCS%%@dirrm %%DOCSDIR%%/html/lib %%PORTDOCS%%@dirrm %%DOCSDIR%%/html %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/scales +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/rndset +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/riffs +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/misc +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/midi-inc +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/lyrics +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/harmony +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/aria +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrm %%DATADIR%%/lib/yamaha +@dirrm %%DATADIR%%/lib/stdlib +@dirrm %%DATADIR%%/lib/kara +@dirrm %%DATADIR%%/lib +@dirrm %%DATADIR%%/includes/aria +@dirrm %%DATADIR%%/includes +@dirrm %%DATADIR%%/MMA +@dirrm %%DATADIR%% diff --git a/chinese/stardict2-dict-zh_CN/Makefile b/chinese/stardict2-dict-zh_CN/Makefile index abbb515..68cb881 100644 --- a/chinese/stardict2-dict-zh_CN/Makefile +++ b/chinese/stardict2-dict-zh_CN/Makefile @@ -1,12 +1,12 @@ # Ports collection makefile for: stardict2-dict-zh_CN # Date created: 16 Jan 2004 # Whom: LI Dong -# $FreeBSD: ports/chinese/stardict2-dict-zh_CN/Makefile,v 1.11 2008/10/02 23:08:45 delphij Exp $ +# $FreeBSD: ports/chinese/stardict2-dict-zh_CN/Makefile,v 1.10 2008/06/06 13:14:37 edwin Exp $ # PORTNAME= stardict2-dict-zh_CN PORTVERSION= 2.4.2 -PORTREVISION= 8 +PORTREVISION= 7 CATEGORIES= chinese textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= stardict diff --git a/chinese/stardict2-dict-zh_CN/distinfo b/chinese/stardict2-dict-zh_CN/distinfo index 6f483b2..3a41d87 100644 --- a/chinese/stardict2-dict-zh_CN/distinfo +++ b/chinese/stardict2-dict-zh_CN/distinfo @@ -1,12 +1,12 @@ MD5 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 68e539f362de416490b78fed97aba780 SHA256 (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = a08fafb0d2c27a6fc826a05d686bb33a7b919b57a2c16058f5ab63c6e8887e70 SIZE (stardict/stardict-cdict-gb-2.4.2.tar.bz2) = 4483233 -MD5 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = d8db9bdbf0dd4856d03e04d3f73d9c5a -SHA256 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 248070858de9a464f10a3df0e4357ac115855aafc152a2675ab28a40d658fb69 -SIZE (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 726947 -MD5 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = c175f9bcb88e7513380ad05b291a8a03 -SHA256 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = bb52b04aebc605baa80b593f7edbcf6d1b81cd7b4321e6c66204b8a2d25ff1b8 -SIZE (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = 7702157 +MD5 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 95a190a0d1bce3b858d7f2f7411e3755 +SHA256 (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 2d4d1604cc9f88b54c70deafc7ce4fb7a2d0bf192e48fd2c11513d315aafdf99 +SIZE (stardict/stardict-cedict-gb-2.4.2.tar.bz2) = 520907 +MD5 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = d242032dd873ca26ef75018c803bb1e4 +SHA256 (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = cf3714c0eda82f1d0b7426c2b6589dd75b5d15a1918fdbe9679077c00f9d43cd +SIZE (stardict/stardict-oxford-gb-2.4.2.tar.bz2) = 7673526 MD5 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 4467d7941f9388f0e01ee3025c400b5c SHA256 (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 7cea3a1d2c1d1f5bb376474c73068064fae35e9d98cecc4c767f3a9c5fdff8b5 SIZE (stardict/stardict-stardict1.3-2.4.2.tar.bz2) = 1126933 diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index 460dc9f..bc10cdb 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -2,11 +2,11 @@ # Date created: 2008-05-18 # Whom: Martin Matuska # -# $FreeBSD: ports/comms/smstools3/Makefile,v 1.2 2008/10/02 15:44:52 mm Exp $ +# $FreeBSD: ports/comms/smstools3/Makefile,v 1.1 2008/05/18 09:23:03 mm Exp $ # PORTNAME= smstools -PORTVERSION= 3.1.3 +PORTVERSION= 3.1 CATEGORIES= comms MASTER_SITES= http://smstools3.kekekasvi.com/packages/ DISTNAME= smstools3-${PORTVERSION} @@ -45,10 +45,10 @@ EXAMPLES= .procmailrc .qmailrc language-ISO-8859-15.fi \ send_sms_unicode.sms smsd.conf.easy smsd.conf.full \ smsd.conf.non-root -SCRIPTS= checkhandler-utf-8 email2sms eventhandler-utf-8 forwardsms \ - hex2bin hex2dec mysmsd pkill regular_run sendsms sms2html \ - sms2unicode sms2xml sms3 smsevent smsresend smstest.php \ - sql_demo unicode2sms +SCRIPTS= checkhandler-utf-8 email2sms eventhandler-utf-8 hex2bin \ + hex2dec mysmsd pkill regular_run sendsms sms2html sms2unicode \ + sms2xml sms3 smsevent smsresend smstest.php sql_demo \ + unicode2sms post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/install.sh \ diff --git a/comms/smstools3/distinfo b/comms/smstools3/distinfo index 82d0f79..555564b 100644 --- a/comms/smstools3/distinfo +++ b/comms/smstools3/distinfo @@ -1,3 +1,3 @@ -MD5 (smstools3-3.1.3.tar.gz) = bfec9dc1f8ae37fd5b189676f60c657c -SHA256 (smstools3-3.1.3.tar.gz) = 8449ad90db36f0d33ffb0c40e4f7780199278b27de34b7c4ba28ab389c42859a -SIZE (smstools3-3.1.3.tar.gz) = 234065 +MD5 (smstools3-3.1.tar.gz) = 81b0d46e76c8d737820b1f7d65d44ea0 +SHA256 (smstools3-3.1.tar.gz) = 8b5ec53286ad1d6a22a4fdc05378f0ee1bfae8002867cd0c323ce526e1ac9a24 +SIZE (smstools3-3.1.tar.gz) = 229983 diff --git a/comms/smstools3/pkg-plist b/comms/smstools3/pkg-plist index a262edf..82ec973 100644 --- a/comms/smstools3/pkg-plist +++ b/comms/smstools3/pkg-plist @@ -6,7 +6,6 @@ bin/unicode2sms %%DATADIR%%/checkhandler-utf-8 %%DATADIR%%/email2sms %%DATADIR%%/eventhandler-utf-8 -%%DATADIR%%/forwardsms %%DATADIR%%/hex2bin %%DATADIR%%/hex2dec %%DATADIR%%/mysmsd diff --git a/databases/memcachedb/Makefile b/databases/memcachedb/Makefile index 76d775b..84f3e77 100644 --- a/databases/memcachedb/Makefile +++ b/databases/memcachedb/Makefile @@ -2,12 +2,12 @@ # Date created: 2007-09-22 # Whom: Gea-Suan Lin # -# $FreeBSD: ports/databases/memcachedb/Makefile,v 1.11 2008/10/03 05:21:14 beech Exp $ +# $FreeBSD: ports/databases/memcachedb/Makefile,v 1.10 2008/08/19 16:40:12 mnag Exp $ # PORTNAME= memcachedb PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://freebsd.csie.nctu.edu.tw/~gslin/files/ @@ -18,7 +18,7 @@ COMMENT= Distributed storage system designed for persistent LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent CFLAGS= -I"${BDB_INCLUDE_DIR}" -CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ +CONFIUGRE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \ --with-libevent="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index be5006e..e283d5b 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -2,11 +2,11 @@ # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas () # -# $FreeBSD: ports/deskutils/horde-kronolith/Makefile,v 1.52 2008/10/02 23:29:29 beech Exp $ +# $FreeBSD: ports/deskutils/horde-kronolith/Makefile,v 1.51 2008/06/29 05:35:21 beech Exp $ # PORTNAME= kronolith -PORTVERSION= 2.3 +PORTVERSION= 2.2 DISTVERSIONSUFFIX= PORTEPOCH= 1 CATEGORIES= deskutils www diff --git a/deskutils/horde-kronolith/distinfo b/deskutils/horde-kronolith/distinfo index 9f07137..ed3394d 100644 --- a/deskutils/horde-kronolith/distinfo +++ b/deskutils/horde-kronolith/distinfo @@ -1,3 +1,3 @@ -MD5 (kronolith-h3-2.3.tar.gz) = 81500ac468942a64a8faa03063f26d10 -SHA256 (kronolith-h3-2.3.tar.gz) = 7526f548db7d6f1b03c834d4737b022849887f51468ef58806494f6d2ab58629 -SIZE (kronolith-h3-2.3.tar.gz) = 2550567 +MD5 (kronolith-h3-2.2.tar.gz) = 30ae1d864f9e44e6896015adb2b8f6ca +SHA256 (kronolith-h3-2.2.tar.gz) = 0812f0079a00c9df848da943a66f4ad96a22b46018d7347172e3d7f867b7faf8 +SIZE (kronolith-h3-2.2.tar.gz) = 2354137 diff --git a/deskutils/horde-kronolith/pkg-plist b/deskutils/horde-kronolith/pkg-plist index c1f8d24..6b14fc8 100644 --- a/deskutils/horde-kronolith/pkg-plist +++ b/deskutils/horde-kronolith/pkg-plist @@ -21,8 +21,6 @@ %%HORDIR%%/edit.php %%HORDIR%%/event.php %%HORDIR%%/fb.php -%%HORDIR%%/feed/.htaccess -%%HORDIR%%/feed/index.php %%HORDIR%%/ics.php %%HORDIR%%/imple.php %%HORDIR%%/index.php @@ -31,7 +29,6 @@ %%HORDIR%%/js/calendar-panel.js %%HORDIR%%/js/controls.js %%HORDIR%%/js/effects.js -%%HORDIR%%/js/embed.js %%HORDIR%%/js/prototype.js %%HORDIR%%/js/redbox.js %%HORDIR%%/js/scriptaculous.js @@ -40,7 +37,6 @@ %%HORDIR%%/js/src/calendar-panel.js %%HORDIR%%/js/src/controls.js %%HORDIR%%/js/src/effects.js -%%HORDIR%%/js/src/embed.js %%HORDIR%%/js/src/prototype.js %%HORDIR%%/js/src/redbox.js %%HORDIR%%/js/src/scriptaculous.js @@ -76,11 +72,8 @@ %%HORDIR%%/lib/FreeBusy.php %%HORDIR%%/lib/Imple.php %%HORDIR%%/lib/Imple/ContactAutoCompleter.php -%%HORDIR%%/lib/Imple/Embed.php %%HORDIR%%/lib/JSON.php %%HORDIR%%/lib/Kronolith.php -%%HORDIR%%/lib/Maintenance/Task/purge_events.php -%%HORDIR%%/lib/Maintenance/kronolith.php %%HORDIR%%/lib/Recurrence.php %%HORDIR%%/lib/Scheduler/kronolith.php %%HORDIR%%/lib/Storage.php @@ -102,9 +95,6 @@ %%HORDIR%%/lib/tests/allday.phpt %%HORDIR%%/lib/tests/bug2813.ics %%HORDIR%%/lib/tests/bug2813.phpt -%%HORDIR%%/lib/tests/bug6031.phpt -%%HORDIR%%/lib/tests/bug7068.ics -%%HORDIR%%/lib/tests/bug7068.phpt %%HORDIR%%/lib/tests/recurrence.phpt %%HORDIR%%/lib/tests/toicalendar.phpt %%HORDIR%%/lib/version.php @@ -120,9 +110,6 @@ %%HORDIR%%/locale/en_US/help.xml %%HORDIR%%/locale/es_ES/LC_MESSAGES/kronolith.mo %%HORDIR%%/locale/es_ES/help.xml -%%HORDIR%%/locale/et_EE/LC_MESSAGES/kronolith.mo -%%HORDIR%%/locale/eu_ES/LC_MESSAGES/kronolith.mo -%%HORDIR%%/locale/eu_ES/help.xml %%HORDIR%%/locale/fi_FI/LC_MESSAGES/kronolith.mo %%HORDIR%%/locale/fi_FI/help.xml %%HORDIR%%/locale/fr_FR/LC_MESSAGES/kronolith.mo @@ -163,8 +150,6 @@ %%HORDIR%%/po/de_DE.po %%HORDIR%%/po/el_GR.po %%HORDIR%%/po/es_ES.po -%%HORDIR%%/po/et_EE.po -%%HORDIR%%/po/eu_ES.po %%HORDIR%%/po/fi_FI.po %%HORDIR%%/po/fr_FR.po %%HORDIR%%/po/hu_HU.po @@ -205,10 +190,7 @@ %%HORDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql %%HORDIR%%/scripts/upgrades/2.1_to_2.2.pgsql.sql %%HORDIR%%/scripts/upgrades/2.1_to_2.2.sql -%%HORDIR%%/scripts/upgrades/2.2_to_2.3.oci8.sql -%%HORDIR%%/scripts/upgrades/2.2_to_2.3.sql %%HORDIR%%/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql -%%HORDIR%%/scripts/upgrades/2008-09-23_fix_group_uid.sql %%HORDIR%%/scripts/upgrades/convert_datatree_shares_to_sql.php %%HORDIR%%/search.php %%HORDIR%%/templates/attendees/attendees.inc @@ -237,7 +219,6 @@ %%HORDIR%%/templates/fbview/row.html %%HORDIR%%/templates/fbview/section.html %%HORDIR%%/templates/fbview/unknownblock.html -%%HORDIR%%/templates/feeds/atom.xml %%HORDIR%%/templates/javascript/goto.js %%HORDIR%%/templates/javascript_defs.php %%HORDIR%%/templates/menu.inc @@ -264,10 +245,8 @@ %%HORDIR%%/themes/bluewhite/screen.css %%HORDIR%%/themes/burntorange/screen.css %%HORDIR%%/themes/categoryCSS.php -%%HORDIR%%/themes/embed.css %%HORDIR%%/themes/fadetogreen/graphics/headerbox.png %%HORDIR%%/themes/fadetogreen/screen.css -%%HORDIR%%/themes/feed-rss.xsl %%HORDIR%%/themes/graphics/addressbook_browse.png %%HORDIR%%/themes/graphics/alarm-000.png %%HORDIR%%/themes/graphics/alarm-fff.png @@ -290,8 +269,6 @@ %%HORDIR%%/themes/graphics/new_big.png %%HORDIR%%/themes/graphics/new_small.png %%HORDIR%%/themes/graphics/plus.png -%%HORDIR%%/themes/graphics/private-000.png -%%HORDIR%%/themes/graphics/private-fff.png %%HORDIR%%/themes/graphics/recur-000.png %%HORDIR%%/themes/graphics/recur-fff.png %%HORDIR%%/themes/graphics/redbox_spinner.gif @@ -395,7 +372,6 @@ @dirrm %%HORDIR%%/templates/perms @dirrm %%HORDIR%%/templates/month @dirrm %%HORDIR%%/templates/javascript -@dirrm %%HORDIR%%/templates/feeds @dirrm %%HORDIR%%/templates/fbview @dirrm %%HORDIR%%/templates/edit @dirrm %%HORDIR%%/templates/delete @@ -454,10 +430,6 @@ @dirrm %%HORDIR%%/locale/fr_FR @dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%HORDIR%%/locale/fi_FI -@dirrm %%HORDIR%%/locale/eu_ES/LC_MESSAGES -@dirrm %%HORDIR%%/locale/eu_ES -@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%HORDIR%%/locale/et_EE @dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%HORDIR%%/locale/es_ES @dirrm %%HORDIR%%/locale/en_US @@ -480,8 +452,6 @@ @dirrm %%HORDIR%%/lib/Views @dirrm %%HORDIR%%/lib/Storage @dirrm %%HORDIR%%/lib/Scheduler -@dirrm %%HORDIR%%/lib/Maintenance/Task -@dirrm %%HORDIR%%/lib/Maintenance @dirrm %%HORDIR%%/lib/Imple @dirrm %%HORDIR%%/lib/Forms @dirrm %%HORDIR%%/lib/FBView @@ -490,7 +460,6 @@ @dirrm %%HORDIR%%/lib @dirrm %%HORDIR%%/js/src @dirrm %%HORDIR%%/js -@dirrm %%HORDIR%%/feed @dirrmtry %%HORDIR%%/config @dirrm %%HORDIR%%/calendars @dirrmtry %%HORDIR%% diff --git a/deskutils/horde-nag/Makefile b/deskutils/horde-nag/Makefile index 8206d17..b57313b 100644 --- a/deskutils/horde-nag/Makefile +++ b/deskutils/horde-nag/Makefile @@ -2,11 +2,11 @@ # Date created: Sun Dec 14, 2001 # Whom: Thierry Thomas () # -# $FreeBSD: ports/deskutils/horde-nag/Makefile,v 1.36 2008/10/02 23:03:27 beech Exp $ +# $FreeBSD: ports/deskutils/horde-nag/Makefile,v 1.35 2008/06/29 05:58:38 beech Exp $ # PORTNAME= nag -PORTVERSION= 2.3 +PORTVERSION= 2.2 DISTVERSIONSUFFIX= PORTEPOCH= 1 CATEGORIES= deskutils www diff --git a/deskutils/horde-nag/distinfo b/deskutils/horde-nag/distinfo index fa4bb10..c1b1dd1 100644 --- a/deskutils/horde-nag/distinfo +++ b/deskutils/horde-nag/distinfo @@ -1,3 +1,3 @@ -MD5 (nag-h3-2.3.tar.gz) = c112fea068439696f417cf31ebae15d0 -SHA256 (nag-h3-2.3.tar.gz) = d175bd7ad35f491cb3302ead409269e0ce48a479b0d78a699aa6c7eb939a6165 -SIZE (nag-h3-2.3.tar.gz) = 1960246 +MD5 (nag-h3-2.2.tar.gz) = dfe0941a61d79c461c688ef8de161d64 +SHA256 (nag-h3-2.2.tar.gz) = bdc30d651630e96ebde8195271a73bb2a96d29a58510bcd7933da9073e4c1d2b +SIZE (nag-h3-2.2.tar.gz) = 1784860 diff --git a/deskutils/horde-nag/pkg-plist b/deskutils/horde-nag/pkg-plist index 85c7a87..523a005 100644 --- a/deskutils/horde-nag/pkg-plist +++ b/deskutils/horde-nag/pkg-plist @@ -30,7 +30,6 @@ %%HORDIR%%/lib/Forms/task.php %%HORDIR%%/lib/Nag.php %%HORDIR%%/lib/Notification/Listener/status.php -%%HORDIR%%/lib/Recurrence.php %%HORDIR%%/lib/UI/VarRenderer/nag.php %%HORDIR%%/lib/api.php %%HORDIR%%/lib/base.php @@ -49,9 +48,6 @@ %%HORDIR%%/locale/en_US/help.xml %%HORDIR%%/locale/es_ES/LC_MESSAGES/nag.mo %%HORDIR%%/locale/es_ES/help.xml -%%HORDIR%%/locale/et_EE/LC_MESSAGES/nag.mo -%%HORDIR%%/locale/eu_ES/LC_MESSAGES/nag.mo -%%HORDIR%%/locale/eu_ES/help.xml %%HORDIR%%/locale/fi_FI/LC_MESSAGES/nag.mo %%HORDIR%%/locale/fi_FI/help.xml %%HORDIR%%/locale/fr_FR/LC_MESSAGES/nag.mo @@ -90,8 +86,6 @@ %%HORDIR%%/po/de_DE.po %%HORDIR%%/po/el_GR.po %%HORDIR%%/po/es_ES.po -%%HORDIR%%/po/et_EE.po -%%HORDIR%%/po/eu_ES.po %%HORDIR%%/po/fi_FI.po %%HORDIR%%/po/fr_FR.po %%HORDIR%%/po/hu_HU.po @@ -127,10 +121,8 @@ %%HORDIR%%/scripts/upgrades/1.1_to_2.0.oci8.sql %%HORDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql %%HORDIR%%/scripts/upgrades/2.1_to_2.2.sql -%%HORDIR%%/scripts/upgrades/2.2_to_2.3.sql %%HORDIR%%/scripts/upgrades/2004-09-13_add_uid_field.php %%HORDIR%%/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php -%%HORDIR%%/scripts/upgrades/2008-09-23_fix_group_uid.sql %%HORDIR%%/scripts/upgrades/convert_datatree_shares_to_sql.php %%HORDIR%%/scripts/upgrades/create_missing_add_histories_sql.php %%HORDIR%%/search.php @@ -272,10 +264,6 @@ @dirrm %%HORDIR%%/locale/fr_FR @dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES @dirrm %%HORDIR%%/locale/fi_FI -@dirrm %%HORDIR%%/locale/eu_ES/LC_MESSAGES -@dirrm %%HORDIR%%/locale/eu_ES -@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%HORDIR%%/locale/et_EE @dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES @dirrm %%HORDIR%%/locale/es_ES @dirrm %%HORDIR%%/locale/en_US diff --git a/devel/Makefile b/devel/Makefile index f0e2f4c..84cd3fe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: ports/devel/Makefile,v 1.3203 2008/10/03 20:14:37 garga Exp $ +# $FreeBSD: ports/devel/Makefile,v 1.3201 2008/09/26 06:05:06 bland Exp $ # COMMENT = Development utilities @@ -671,6 +671,7 @@ SUBDIR += libowfat SUBDIR += libpasori SUBDIR += libpci + SUBDIR += libpciaccess SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libphish @@ -2131,7 +2132,6 @@ SUBDIR += py-ice SUBDIR += py-icu SUBDIR += py-instant - SUBDIR += py-ipaddr SUBDIR += py-istring SUBDIR += py-jcc SUBDIR += py-json-py @@ -2544,7 +2544,6 @@ SUBDIR += upnp SUBDIR += upp SUBDIR += uppaal - SUBDIR += upslug SUBDIR += urjtag SUBDIR += ustl SUBDIR += valide diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile new file mode 100644 index 0000000..4986b4d --- /dev/null +++ b/devel/libpciaccess/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libpciaccess +# Date Created: May 11 2008 +# Whom: Florent Thoumie +# +# $FreeBSD$ +# + +PORTNAME= libpciaccess +PORTVERSION= 0.10.3 +CATEGORIES= devel + +MAINTAINER= x11@FreeBSD.org +COMMENT= Generic PCI access library + +BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids +# XXX - Is it a runtime dep too? +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids + +XORG_CAT= lib + +.include diff --git a/devel/libpciaccess/distinfo b/devel/libpciaccess/distinfo new file mode 100644 index 0000000..519037a --- /dev/null +++ b/devel/libpciaccess/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/libpciaccess-0.10.3.tar.bz2) = 6d5468debf76fac84576ca26c9535821 +SHA256 (xorg/lib/libpciaccess-0.10.3.tar.bz2) = 2f609ad3b5688ae66dcd18d7cdd1fc6b68531a2a85f89798f6cfb5eda6d680dc +SIZE (xorg/lib/libpciaccess-0.10.3.tar.bz2) = 259687 diff --git a/devel/libpciaccess/pkg-descr b/devel/libpciaccess/pkg-descr new file mode 100644 index 0000000..77dbb55 --- /dev/null +++ b/devel/libpciaccess/pkg-descr @@ -0,0 +1,6 @@ +This package contains the pciaccess library. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Florent Thoumie +flz@FreeBSD.org diff --git a/devel/libpciaccess/pkg-plist b/devel/libpciaccess/pkg-plist new file mode 100644 index 0000000..4fe963b --- /dev/null +++ b/devel/libpciaccess/pkg-plist @@ -0,0 +1,6 @@ +include/pciaccess.h +lib/libpciaccess.a +lib/libpciaccess.la +lib/libpciaccess.so +lib/libpciaccess.so.0 +libdata/pkgconfig/pciaccess.pc diff --git a/devel/mkcmd/Makefile b/devel/mkcmd/Makefile index a239e7a..61c7f22 100644 --- a/devel/mkcmd/Makefile +++ b/devel/mkcmd/Makefile @@ -2,14 +2,14 @@ # Date created: 17 November 1999 # Whom: ajk@waterspout.com # -# $FreeBSD: ports/devel/mkcmd/Makefile,v 1.12 2008/10/02 14:50:21 koitsu Exp $ +# $FreeBSD: ports/devel/mkcmd/Makefile,v 1.11 2006/05/04 21:40:55 edwin Exp $ # PORTNAME= mkcmd PORTVERSION= 8.14 CATEGORIES= devel -MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ - ftp://archive.progeny.com/pundits/ +MASTER_SITES= ftp://archive.progeny.com/pundits/ \ + ftp://ftp.physics.purdue.edu/pub/pundits/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/devel/msrc0/Makefile b/devel/msrc0/Makefile index 620b4eb..caacae6 100644 --- a/devel/msrc0/Makefile +++ b/devel/msrc0/Makefile @@ -2,14 +2,14 @@ # Date created: 17 November 1999 # Whom: ajk@waterspout.com # -# $FreeBSD: ports/devel/msrc0/Makefile,v 1.9 2008/10/02 14:50:21 koitsu Exp $ +# $FreeBSD: ports/devel/msrc0/Makefile,v 1.8 2006/04/14 20:45:35 linimon Exp $ # PORTNAME= msrc0 PORTVERSION= 0.7 CATEGORIES= devel -MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ - ftp://archive.progeny.com/pundits/ +MASTER_SITES= ftp://archive.progeny.com/pundits/ \ + ftp://ftp.physics.purdue.edu/pub/pundits/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 5a2d176..33ac1f3 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -2,11 +2,11 @@ # Date created: 14 May 1997 # Whom: ejc@bazzle.com # -# $FreeBSD: ports/devel/omniORB/Makefile,v 1.47 2008/10/02 21:25:27 sem Exp $ +# $FreeBSD: ports/devel/omniORB/Makefile,v 1.46 2008/08/21 06:16:46 rafan Exp $ # PORTNAME= omniORB -PORTVERSION= 4.1.3 +PORTVERSION= 4.1.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} diff --git a/devel/omniORB/distinfo b/devel/omniORB/distinfo index 9b4b701..5d14a65 100644 --- a/devel/omniORB/distinfo +++ b/devel/omniORB/distinfo @@ -1,3 +1,3 @@ -MD5 (omniORB-4.1.3.tar.gz) = 8a7b583e98ee78f10d8c43014dcaa923 -SHA256 (omniORB-4.1.3.tar.gz) = b9668cb4b0f1abe81065d726fac8a3df2e6df7425fee7aa5affbd3699fe52f8a -SIZE (omniORB-4.1.3.tar.gz) = 3268141 +MD5 (omniORB-4.1.2.tar.gz) = b7767495ba84f67e581b35106945af39 +SHA256 (omniORB-4.1.2.tar.gz) = 7b905e1cdd73046f1592dcd7932d8ec262df94119a22c5ede0dc877470cc12b4 +SIZE (omniORB-4.1.2.tar.gz) = 3202157 diff --git a/devel/omniORB/files/patch-configure b/devel/omniORB/files/patch-configure index 3130d1f..823a61d 100644 --- a/devel/omniORB/files/patch-configure +++ b/devel/omniORB/files/patch-configure @@ -1,10 +1,10 @@ ---- configure.orig 2008-09-16 13:22:10.000000000 +0400 -+++ configure 2008-10-02 00:37:42.000000000 +0400 -@@ -12635,6 +12635,7 @@ +--- configure.orig 2007-12-16 23:01:48.000000000 +0300 ++++ configure 2007-12-16 23:01:59.000000000 +0300 +@@ -12609,6 +12609,7 @@ *-*-freebsd5*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="5";; *-*-freebsd6*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="6";; *-*-freebsd7*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="7";; + *-*-freebsd8*) plat_name="FreeBSD"; plat_def="__freebsd__"; os_v="8";; - *-*-kfreebsd*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="6";; + *-*-kfreebsd5*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="5";; + *-*-kfreebsd6*) plat_name="kFreeBSD"; plat_def="__FreeBSD_kernel__"; os_v="6";; *-*-netbsd*) plat_name="NetBSD"; plat_def="__netbsd__"; os_v="1";; - *-*-openbsd*) plat_name="OpenBSD"; plat_def="__openbsd__"; os_v="3";; diff --git a/devel/omniORB/pkg-plist b/devel/omniORB/pkg-plist index 94676e3..bec9a1b 100644 --- a/devel/omniORB/pkg-plist +++ b/devel/omniORB/pkg-plist @@ -224,7 +224,7 @@ lib/libomnisslTP4.so.1 lib/libomnisslTP4.so.1.%%SONUM%% lib/libomnithread.so lib/libomnithread.so.3 -lib/libomnithread.so.3.4 +lib/libomnithread.so.3.3 libdata/pkgconfig/omniCOS4.pc libdata/pkgconfig/omniCOSDynamic4.pc libdata/pkgconfig/omniConnectionMgmt4.pc diff --git a/devel/p5-App-Info/Makefile b/devel/p5-App-Info/Makefile index 346f126..da44fcd 100644 --- a/devel/p5-App-Info/Makefile +++ b/devel/p5-App-Info/Makefile @@ -2,11 +2,11 @@ # Date created: 19 May 2003 # Whom: Dmitry Sivachenko # -# $FreeBSD: ports/devel/p5-App-Info/Makefile,v 1.12 2008/10/03 14:08:26 demon Exp $ +# $FreeBSD: ports/devel/p5-App-Info/Makefile,v 1.11 2007/12/12 14:38:52 demon Exp $ # PORTNAME= App-Info -PORTVERSION= 0.55 +PORTVERSION= 0.52 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-App-Info/distinfo b/devel/p5-App-Info/distinfo index 31e3ab8..db968df 100644 --- a/devel/p5-App-Info/distinfo +++ b/devel/p5-App-Info/distinfo @@ -1,3 +1,3 @@ -MD5 (App-Info-0.55.tar.gz) = d21e3eee4099c8b4e89c36809a6ed7b4 -SHA256 (App-Info-0.55.tar.gz) = bef174e69a2476ee0ebcfdef7dcc25c92c9c6c7a827aafe476e89de1da02c077 -SIZE (App-Info-0.55.tar.gz) = 69521 +MD5 (App-Info-0.52.tar.gz) = 9d7c7daa40dd9662f5ccd135835680d6 +SHA256 (App-Info-0.52.tar.gz) = 79b26b9f1ad0984827f6e78400ae8953d8bb91572e609b9d044db8bbc8a38693 +SIZE (App-Info-0.52.tar.gz) = 69078 diff --git a/devel/p5-File-HomeDir/Makefile b/devel/p5-File-HomeDir/Makefile index 74079b8..a587a6f 100644 --- a/devel/p5-File-HomeDir/Makefile +++ b/devel/p5-File-HomeDir/Makefile @@ -2,11 +2,11 @@ # Date created: 3 March 2005 # Whom: Yen-Ming Lee # -# $FreeBSD: ports/devel/p5-File-HomeDir/Makefile,v 1.19 2008/10/02 14:23:40 leeym Exp $ +# $FreeBSD: ports/devel/p5-File-HomeDir/Makefile,v 1.18 2008/06/29 02:04:25 leeym Exp $ # PORTNAME= File-HomeDir -PORTVERSION= 0.81 +PORTVERSION= 0.80 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-File-HomeDir/distinfo b/devel/p5-File-HomeDir/distinfo index b09dad0..6401c1a 100644 --- a/devel/p5-File-HomeDir/distinfo +++ b/devel/p5-File-HomeDir/distinfo @@ -1,3 +1,3 @@ -MD5 (File-HomeDir-0.81.tar.gz) = 694ec3423055507e40ad673188b64a40 -SHA256 (File-HomeDir-0.81.tar.gz) = 1e45329fac1c9e8db32b82009157e14dc138d9db8e9d86045a975cb6651486c4 -SIZE (File-HomeDir-0.81.tar.gz) = 37311 +MD5 (File-HomeDir-0.80.tar.gz) = fc3e57eef32c9a13d7ed16c201a51e35 +SHA256 (File-HomeDir-0.80.tar.gz) = f56f1c277a3728fb151058b41b56393ca5355798a40328b751b06af8c4ecdf53 +SIZE (File-HomeDir-0.80.tar.gz) = 34639 diff --git a/devel/p5-MooseX-AttributeHelpers/Makefile b/devel/p5-MooseX-AttributeHelpers/Makefile index c167d8c..564cd21 100644 --- a/devel/p5-MooseX-AttributeHelpers/Makefile +++ b/devel/p5-MooseX-AttributeHelpers/Makefile @@ -2,11 +2,11 @@ # Date created: 27 Jul 2008 # Whom: Lars Balker Rasmussen # -# $FreeBSD: ports/devel/p5-MooseX-AttributeHelpers/Makefile,v 1.3 2008/10/03 10:48:36 lbr Exp $ +# $FreeBSD: ports/devel/p5-MooseX-AttributeHelpers/Makefile,v 1.2 2008/09/03 12:30:30 lbr Exp $ # PORTNAME= MooseX-AttributeHelpers -PORTVERSION= 0.14 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-MooseX-AttributeHelpers/distinfo b/devel/p5-MooseX-AttributeHelpers/distinfo index dae081b..523b0c8 100644 --- a/devel/p5-MooseX-AttributeHelpers/distinfo +++ b/devel/p5-MooseX-AttributeHelpers/distinfo @@ -1,3 +1,3 @@ -MD5 (MooseX-AttributeHelpers-0.14.tar.gz) = 6f8589c9f8b246bb6ebff245a274b62b -SHA256 (MooseX-AttributeHelpers-0.14.tar.gz) = 46081606d18e089d0e466905dbee85d52e651e06af2e6270a3bec3ee5ccc8e9d -SIZE (MooseX-AttributeHelpers-0.14.tar.gz) = 28455 +MD5 (MooseX-AttributeHelpers-0.13.tar.gz) = 9c19d0960987967ab2c398307e8b4a09 +SHA256 (MooseX-AttributeHelpers-0.13.tar.gz) = 41f9f17a0d6167de1f2507945379612f9b370c9185c23d08abc9498337313d34 +SIZE (MooseX-AttributeHelpers-0.13.tar.gz) = 29469 diff --git a/devel/p5-MooseX-Singleton/Makefile b/devel/p5-MooseX-Singleton/Makefile index 6c56273..ce54fe1 100644 --- a/devel/p5-MooseX-Singleton/Makefile +++ b/devel/p5-MooseX-Singleton/Makefile @@ -2,11 +2,11 @@ # Date created: 04 Jun 2008 # Whom: Sergey Skvortsov # -# $FreeBSD: ports/devel/p5-MooseX-Singleton/Makefile,v 1.5 2008/10/02 16:29:16 skv Exp $ +# $FreeBSD: ports/devel/p5-MooseX-Singleton/Makefile,v 1.4 2008/09/05 19:38:20 skv Exp $ # PORTNAME= MooseX-Singleton -PORTVERSION= 0.12 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Turn Moose class into a singleton -BUILD_DEPENDS= p5-Moose>=0.58:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-Moose>=0.57:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Singleton/distinfo b/devel/p5-MooseX-Singleton/distinfo index ab18ecc..8674b89 100644 --- a/devel/p5-MooseX-Singleton/distinfo +++ b/devel/p5-MooseX-Singleton/distinfo @@ -1,3 +1,3 @@ -MD5 (MooseX-Singleton-0.12.tar.gz) = 3a3e85b4ccc1f08430894b739f15c0a8 -SHA256 (MooseX-Singleton-0.12.tar.gz) = 3c3ba9656f928ed3c3427cab6709137727758ac88bccc612e56474514bb33087 -SIZE (MooseX-Singleton-0.12.tar.gz) = 17731 +MD5 (MooseX-Singleton-0.11.tar.gz) = a28039efb7d1b0e3482fa79acc6ce8bb +SHA256 (MooseX-Singleton-0.11.tar.gz) = c8f880c25973f220c0d283febf692a59457ebda86488c9067aa887c099550db3 +SIZE (MooseX-Singleton-0.11.tar.gz) = 17700 diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile index 359f646..5788c6f 100644 --- a/devel/p5-PAR-Dist/Makefile +++ b/devel/p5-PAR-Dist/Makefile @@ -2,11 +2,11 @@ # Date created: Aug 27 2003 # Whom: Autrijus Tang # -# $FreeBSD: ports/devel/p5-PAR-Dist/Makefile,v 1.27 2008/10/02 07:01:11 clsung Exp $ +# $FreeBSD: ports/devel/p5-PAR-Dist/Makefile,v 1.26 2008/09/27 08:25:08 clsung Exp $ # PORTNAME= PAR-Dist -PORTVERSION= 0.36 +PORTVERSION= 0.34 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo index 163360e..77b55f5 100644 --- a/devel/p5-PAR-Dist/distinfo +++ b/devel/p5-PAR-Dist/distinfo @@ -1,3 +1,3 @@ -MD5 (PAR-Dist-0.36.tar.gz) = ac03c94ce62252495a74b8e56ac5df58 -SHA256 (PAR-Dist-0.36.tar.gz) = 13175f5afb255bf721ca21f4b015aa866de431d7d753a3f463fad9a9ab46ddda -SIZE (PAR-Dist-0.36.tar.gz) = 34241 +MD5 (PAR-Dist-0.34.tar.gz) = 60faf3d645e39aa8ff4fcf36837d8541 +SHA256 (PAR-Dist-0.34.tar.gz) = fe1068efb47152f319bda32e6471f08c980a58100e5bcc5ce42681431db566ca +SIZE (PAR-Dist-0.34.tar.gz) = 33914 diff --git a/devel/p5-TimeDate/Makefile b/devel/p5-TimeDate/Makefile index 9b46953..1bd9442 100644 --- a/devel/p5-TimeDate/Makefile +++ b/devel/p5-TimeDate/Makefile @@ -2,7 +2,7 @@ # Date created: Mon Sep 1 17:03:41 CEST 1997 # Whom: Andreas Klemm # -# $FreeBSD: ports/devel/p5-TimeDate/Makefile,v 1.22 2008/10/03 14:05:05 demon Exp $ +# $FreeBSD: ports/devel/p5-TimeDate/Makefile,v 1.21 2008/04/17 14:26:22 araujo Exp $ # PORTNAME= TimeDate @@ -10,7 +10,6 @@ PORTVERSION= 1.16 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR=Date PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org diff --git a/devel/py-boto/Makefile b/devel/py-boto/Makefile index 1c7d75c..cba64ee 100644 --- a/devel/py-boto/Makefile +++ b/devel/py-boto/Makefile @@ -2,11 +2,11 @@ # Date created: Aug 26, 2007 # Whom: Peter Schuller # -# $FreeBSD: ports/devel/py-boto/Makefile,v 1.7 2008/10/02 22:32:35 amdmi3 Exp $ +# $FreeBSD: ports/devel/py-boto/Makefile,v 1.6 2008/09/07 04:49:31 rafan Exp $ # PORTNAME= boto -PORTVERSION= 1.4c +PORTVERSION= 1.4a CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-boto/distinfo b/devel/py-boto/distinfo index 4b77079..745e8eb 100644 --- a/devel/py-boto/distinfo +++ b/devel/py-boto/distinfo @@ -1,3 +1,3 @@ -MD5 (boto-1.4c.tar.gz) = cdc586bc0e01035c1f7c17d6a317cc55 -SHA256 (boto-1.4c.tar.gz) = 25fe3221f07017085ab2a315b349aec87dbcb354722ff4ef78f5f5ab80e3fd65 -SIZE (boto-1.4c.tar.gz) = 123862 +MD5 (boto-1.4a.tar.gz) = f349767aad47a73455e1e71c356f23be +SHA256 (boto-1.4a.tar.gz) = bee52c9b9896840e82bb70246208008626240df05a6c1080daa7b11b1d1b093a +SIZE (boto-1.4a.tar.gz) = 123754 diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile deleted file mode 100644 index faa9fb3..0000000 --- a/devel/py-ipaddr/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-ipaddr -# Date created: 2008-10-03 -# Whom: Murilo Opsfelder -# -# $FreeBSD: ports/devel/py-ipaddr/Makefile,v 1.1 2008/10/03 20:14:37 garga Exp $ -# - -PORTNAME= ipaddr -PORTVERSION= 1.0.0 -CATEGORIES= devel python -MASTER_SITES= http://ipaddr-py.googlecode.com/files/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= mopsfelder@gmail.com -COMMENT= A Google open source IPv4/IPv6 manipulation library in Python - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= ipaddr - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/ipaddr.py \ - %%PYTHON_SITELIBDIR%%/ipaddr.pyc \ - %%PYTHON_SITELIBDIR%%/ipaddr.pyo - -.include diff --git a/devel/py-ipaddr/distinfo b/devel/py-ipaddr/distinfo deleted file mode 100644 index 4e30491..0000000 --- a/devel/py-ipaddr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ipaddr-1.0.0.tar.gz) = 2eec9c501a9d836fb366b89b8808eaf5 -SHA256 (ipaddr-1.0.0.tar.gz) = 80d76b51bc3a488c730342b17e13e41617fc4883fe18fbbb8687164eb3a903eb -SIZE (ipaddr-1.0.0.tar.gz) = 15138 diff --git a/devel/py-ipaddr/pkg-descr b/devel/py-ipaddr/pkg-descr deleted file mode 100644 index fb6fce3..0000000 --- a/devel/py-ipaddr/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A Google open source IPv4/IPv6 manipulation library in Python. -This library is used to create/poke/manipulate IPv4 and -IPv6 addresses and prefixes. -Development mailing list: -http://groups.google.com/group/ipaddr-py-dev - -WWW: http://code.google.com/p/ipaddr-py/ diff --git a/devel/py-omniorb/Makefile b/devel/py-omniorb/Makefile index ef5907f..2b45c9b 100644 --- a/devel/py-omniorb/Makefile +++ b/devel/py-omniorb/Makefile @@ -2,11 +2,11 @@ # Date created: 14 November 2000 # Whom: Johann Visagie # -# $FreeBSD: ports/devel/py-omniorb/Makefile,v 1.33 2008/10/02 21:27:13 sem Exp $ +# $FreeBSD: ports/devel/py-omniorb/Makefile,v 1.32 2008/08/21 06:16:49 rafan Exp $ # PORTNAME= omniorb -PORTVERSION= 3.3 +PORTVERSION= 3.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} diff --git a/devel/py-omniorb/distinfo b/devel/py-omniorb/distinfo index c4606fa..3a09762 100644 --- a/devel/py-omniorb/distinfo +++ b/devel/py-omniorb/distinfo @@ -1,3 +1,3 @@ -MD5 (omniORBpy-3.3.tar.gz) = 5c6ab56e43a80e1d108e6821a6ff8027 -SHA256 (omniORBpy-3.3.tar.gz) = 96fe4f3edee560dcd526c14bc8e5f5879c4a054fb2907e7e09ed55398541af96 -SIZE (omniORBpy-3.3.tar.gz) = 785267 +MD5 (omniORBpy-3.2.tar.gz) = a1a00e83a1e87982a11978c3c677de42 +SHA256 (omniORBpy-3.2.tar.gz) = 35db69b96cd150781128fbc564915b14f222aac043cc98bbc3984977814925fd +SIZE (omniORBpy-3.2.tar.gz) = 774047 diff --git a/devel/pysvn/Makefile b/devel/pysvn/Makefile index c9018b6..53d6c76 100644 --- a/devel/pysvn/Makefile +++ b/devel/pysvn/Makefile @@ -2,11 +2,11 @@ # Date created: 22 April 2008 # Whom: bra@fsn.hu # -# $FreeBSD: ports/devel/pysvn/Makefile,v 1.8 2008/10/02 14:35:17 lwhsu Exp $ +# $FreeBSD: ports/devel/pysvn/Makefile,v 1.7 2008/07/23 08:07:29 pav Exp $ # PORTNAME= pysvn -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.0 CATEGORIES= devel MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ @@ -17,9 +17,10 @@ BUILD_DEPENDS= py${PYTHON_SUFFIX}-cxx>=5.4.1:${PORTSDIR}/devel/py-cxx LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion \ neon.28:${PORTSDIR}/www/neon28 -USE_PYTHON= yes +USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes PYDISTUTILS_NOEGGINFO=yes +PYDISTUTILS_PKGNAME=${PORTNAME} PYDISTUTILS_CONFIGURE_TARGET=configure PYDISTUTILS_CONFIGUREARGS=--pycxx-dir=${PYTHON_INCLUDEDIR} \ --pycxx-src-dir=${LOCALBASE}/share/${PYTHON_VERSION}/CXX \ @@ -40,9 +41,6 @@ pre-install: ${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} \ - ${WRKSRC}/${PORTNAME}/*.py \ - ${WRKSRC}/${PORTNAME}/*.so \ - ${PYTHON_SITELIBDIR}/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}/* ${PYTHON_SITELIBDIR}/${PORTNAME} .include diff --git a/devel/pysvn/distinfo b/devel/pysvn/distinfo index 0ce262b..38c6db9 100644 --- a/devel/pysvn/distinfo +++ b/devel/pysvn/distinfo @@ -1,3 +1,3 @@ -MD5 (pysvn-1.6.1.tar.gz) = 7beed40705669fdc802c07b011b61730 -SHA256 (pysvn-1.6.1.tar.gz) = 86cb8d2f6076458aa157bf6e10fb5802f182629432e7c93687842c737e9f170d -SIZE (pysvn-1.6.1.tar.gz) = 216419 +MD5 (pysvn-1.6.0.tar.gz) = a7a73c452dfcbe0e97317464355ce43c +SHA256 (pysvn-1.6.0.tar.gz) = bb08a17f2a2432db369210513ab3bda13420276ffa42155d8e374834339c1618 +SIZE (pysvn-1.6.0.tar.gz) = 215312 diff --git a/devel/rubygem-eventmachine/Makefile b/devel/rubygem-eventmachine/Makefile index c703408..f24128b 100644 --- a/devel/rubygem-eventmachine/Makefile +++ b/devel/rubygem-eventmachine/Makefile @@ -2,10 +2,10 @@ # Date created: 01 April 2007 # Whom: Alexander Logvinov # -# $FreeBSD: ports/devel/rubygem-eventmachine/Makefile,v 1.8 2008/10/02 07:07:09 clsung Exp $ +# $FreeBSD: ports/devel/rubygem-eventmachine/Makefile,v 1.7 2008/06/16 21:37:21 wxs Exp $ PORTNAME= eventmachine -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.0 CATEGORIES= devel rubygems MASTER_SITES= RF @@ -15,12 +15,4 @@ COMMENT= A fast, simple event-processing library for Ruby programs USE_RUBY= yes USE_RUBYGEMS= yes -post-install: - @${ECHO} ${GEM_CACHE} > ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} - @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} - @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} - .include diff --git a/devel/rubygem-eventmachine/distinfo b/devel/rubygem-eventmachine/distinfo index ad2929e..c173358 100644 --- a/devel/rubygem-eventmachine/distinfo +++ b/devel/rubygem-eventmachine/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/eventmachine-0.12.2.gem) = b95fe7c7e966572eedd1eedfd79226d1 -SHA256 (rubygem/eventmachine-0.12.2.gem) = 451e6819f3496a9f344b6fd86cead090bfd49bbc8b49dc1a80a101ec403579bb -SIZE (rubygem/eventmachine-0.12.2.gem) = 149504 +MD5 (rubygem/eventmachine-0.12.0.gem) = c6cb8ebd542aee67185bd647d39cce64 +SHA256 (rubygem/eventmachine-0.12.0.gem) = 84ba05b1d816b390a8787a662eef1f70d2f7e637ce955f1a693018d0b6fb491c +SIZE (rubygem/eventmachine-0.12.0.gem) = 145408 diff --git a/devel/rubygem-eventmachine/pkg-plist b/devel/rubygem-eventmachine/pkg-plist new file mode 100644 index 0000000..ce33d8e --- /dev/null +++ b/devel/rubygem-eventmachine/pkg-plist @@ -0,0 +1,602 @@ +%%GEM_CACHE%% +%%GEM_SPEC%% +%%GEM_LIB_DIR%%/tests/test_errors.rb +%%GEM_LIB_DIR%%/tests/test_spawn.rb +%%GEM_LIB_DIR%%/tests/test_httpclient2.rb +%%GEM_LIB_DIR%%/tests/test_kb.rb +%%GEM_LIB_DIR%%/tests/test_ltp2.rb +%%GEM_LIB_DIR%%/tests/test_next_tick.rb +%%GEM_LIB_DIR%%/tests/test_send_file.rb +%%GEM_LIB_DIR%%/tests/test_futures.rb +%%GEM_LIB_DIR%%/tests/test_sasl.rb +%%GEM_LIB_DIR%%/tests/test_defer.rb +%%GEM_LIB_DIR%%/tests/test_timers.rb +%%GEM_LIB_DIR%%/tests/test_smtpclient.rb +%%GEM_LIB_DIR%%/tests/test_ltp.rb +%%GEM_LIB_DIR%%/tests/test_processes.rb +%%GEM_LIB_DIR%%/tests/test_ud.rb +%%GEM_LIB_DIR%%/tests/test_servers.rb +%%GEM_LIB_DIR%%/tests/test_running.rb +%%GEM_LIB_DIR%%/tests/test_exc.rb +%%GEM_LIB_DIR%%/tests/test_pure.rb +%%GEM_LIB_DIR%%/tests/test_basic.rb +%%GEM_LIB_DIR%%/tests/test_eventables.rb +%%GEM_LIB_DIR%%/tests/test_epoll.rb +%%GEM_LIB_DIR%%/tests/testem.rb +%%GEM_LIB_DIR%%/tests/test_hc.rb +%%GEM_LIB_DIR%%/tests/test_httpclient.rb +%%GEM_LIB_DIR%%/tests/test_smtpserver.rb +%%GEM_LIB_DIR%%/lib/jeventmachine.rb +%%GEM_LIB_DIR%%/lib/eventmachine.rb +%%GEM_LIB_DIR%%/lib/evma/reactor.rb +%%GEM_LIB_DIR%%/lib/evma/factory.rb +%%GEM_LIB_DIR%%/lib/evma/callback.rb +%%GEM_LIB_DIR%%/lib/evma/container.rb +%%GEM_LIB_DIR%%/lib/evma/protocol.rb +%%GEM_LIB_DIR%%/lib/protocols/tcptest.rb +%%GEM_LIB_DIR%%/lib/protocols/httpcli2.rb +%%GEM_LIB_DIR%%/lib/protocols/header_and_content.rb +%%GEM_LIB_DIR%%/lib/protocols/saslauth.rb +%%GEM_LIB_DIR%%/lib/protocols/stomp.rb +%%GEM_LIB_DIR%%/lib/protocols/linetext2.rb +%%GEM_LIB_DIR%%/lib/protocols/smtpserver.rb +%%GEM_LIB_DIR%%/lib/protocols/line_and_text.rb +%%GEM_LIB_DIR%%/lib/protocols/buftok.rb +%%GEM_LIB_DIR%%/lib/protocols/httpclient.rb +%%GEM_LIB_DIR%%/lib/protocols/smtpclient.rb +%%GEM_LIB_DIR%%/lib/pr_eventmachine.rb +%%GEM_LIB_DIR%%/lib/eventmachine_version.rb +%%GEM_LIB_DIR%%/lib/em/messages.rb +%%GEM_LIB_DIR%%/lib/em/streamer.rb +%%GEM_LIB_DIR%%/lib/em/eventable.rb +%%GEM_LIB_DIR%%/lib/em/processes.rb +%%GEM_LIB_DIR%%/lib/em/deferrable.rb +%%GEM_LIB_DIR%%/lib/em/future.rb +%%GEM_LIB_DIR%%/lib/em/spawnable.rb +%%GEM_LIB_DIR%%/lib/evma.rb +%%GEM_LIB_DIR%%/lib/rubyeventmachine.so +%%GEM_LIB_DIR%%/ext/cmain.cpp +%%GEM_LIB_DIR%%/ext/eventmachine_cpp.h +%%GEM_LIB_DIR%%/ext/binder.h +%%GEM_LIB_DIR%%/ext/sigs.cpp +%%GEM_LIB_DIR%%/ext/eventmachine.h +%%GEM_LIB_DIR%%/ext/sigs.h +%%GEM_LIB_DIR%%/ext/ed.cpp +%%GEM_LIB_DIR%%/ext/em.cpp +%%GEM_LIB_DIR%%/ext/page.cpp +%%GEM_LIB_DIR%%/ext/ssl.h +%%GEM_LIB_DIR%%/ext/page.h +%%GEM_LIB_DIR%%/ext/project.h +%%GEM_LIB_DIR%%/ext/epoll.h +%%GEM_LIB_DIR%%/ext/binder.cpp +%%GEM_LIB_DIR%%/ext/ed.h +%%GEM_LIB_DIR%%/ext/epoll.cpp +%%GEM_LIB_DIR%%/ext/files.h +%%GEM_LIB_DIR%%/ext/cplusplus.cpp +%%GEM_LIB_DIR%%/ext/emwin.cpp +%%GEM_LIB_DIR%%/ext/em.h +%%GEM_LIB_DIR%%/ext/rubymain.cpp +%%GEM_LIB_DIR%%/ext/pipe.cpp +%%GEM_LIB_DIR%%/ext/files.cpp +%%GEM_LIB_DIR%%/ext/ssl.cpp +%%GEM_LIB_DIR%%/ext/extconf.rb +%%GEM_LIB_DIR%%/ext/kb.cpp +%%GEM_LIB_DIR%%/ext/emwin.h +%%GEM_LIB_DIR%%/ext/mkmf.log +%%GEM_LIB_DIR%%/ext/Makefile +%%GEM_LIB_DIR%%/ext/cmain.o +%%GEM_LIB_DIR%%/ext/sigs.o +%%GEM_LIB_DIR%%/ext/ed.o +%%GEM_LIB_DIR%%/ext/em.o +%%GEM_LIB_DIR%%/ext/page.o +%%GEM_LIB_DIR%%/ext/binder.o +%%GEM_LIB_DIR%%/ext/epoll.o +%%GEM_LIB_DIR%%/ext/cplusplus.o +%%GEM_LIB_DIR%%/ext/emwin.o +%%GEM_LIB_DIR%%/ext/rubymain.o +%%GEM_LIB_DIR%%/ext/pipe.o +%%GEM_LIB_DIR%%/ext/files.o +%%GEM_LIB_DIR%%/ext/ssl.o +%%GEM_LIB_DIR%%/ext/kb.o +%%GEM_LIB_DIR%%/ext/rubyeventmachine.so +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/RELEASE_NOTES +%%GEM_LIB_DIR%%/COPYING +%%GEM_LIB_DIR%%/EPOLL +%%GEM_LIB_DIR%%/GNU +%%GEM_LIB_DIR%%/LEGAL +%%GEM_LIB_DIR%%/TODO +%%GEM_LIB_DIR%%/KEYBOARD +%%GEM_LIB_DIR%%/LIGHTWEIGHT_CONCURRENCY +%%GEM_LIB_DIR%%/PURE_RUBY +%%GEM_LIB_DIR%%/SMTP +%%GEM_LIB_DIR%%/SPAWNED_PROCESSES +%%GEM_LIB_DIR%%/DEFERRABLES +%%GEM_DOC_DIR%%/rdoc/rdoc-style.css +%%GEM_DOC_DIR%%/rdoc/files/lib/jeventmachine_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/eventmachine_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma/reactor_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma/factory_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma/callback_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma/container_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma/protocol_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/tcptest_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/httpcli2_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/header_and_content_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/saslauth_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/stomp_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/linetext2_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/smtpserver_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/line_and_text_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/buftok_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/httpclient_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/protocols/smtpclient_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/pr_eventmachine_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/eventmachine_version_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/messages_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/streamer_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/eventable_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/processes_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/deferrable_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/future_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/em/spawnable_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/evma_rb.html +%%GEM_DOC_DIR%%/rdoc/files/README.html +%%GEM_DOC_DIR%%/rdoc/files/RELEASE_NOTES.html +%%GEM_DOC_DIR%%/rdoc/files/COPYING.html +%%GEM_DOC_DIR%%/rdoc/files/EPOLL.html +%%GEM_DOC_DIR%%/rdoc/files/GNU.html +%%GEM_DOC_DIR%%/rdoc/files/LEGAL.html +%%GEM_DOC_DIR%%/rdoc/files/TODO.html +%%GEM_DOC_DIR%%/rdoc/files/KEYBOARD.html +%%GEM_DOC_DIR%%/rdoc/files/LIGHTWEIGHT_CONCURRENCY.html +%%GEM_DOC_DIR%%/rdoc/files/PURE_RUBY.html +%%GEM_DOC_DIR%%/rdoc/files/SMTP.html +%%GEM_DOC_DIR%%/rdoc/files/SPAWNED_PROCESSES.html +%%GEM_DOC_DIR%%/rdoc/files/DEFERRABLES.html +%%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.src/M000001.html +%%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.src/M000002.html +%%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.src/M000003.html +%%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.src/M000004.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000005.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000006.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000007.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000008.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000009.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000010.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000011.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000012.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000013.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000014.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000015.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000016.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000017.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000018.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000019.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000020.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000021.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000022.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000023.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000024.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000025.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000026.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000027.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000028.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000029.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000030.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000031.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000032.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000033.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000034.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000035.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000036.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000037.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000038.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000039.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000040.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000041.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000042.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000043.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000044.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000045.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000046.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000047.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000048.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000049.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000050.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000051.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000052.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000053.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000054.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000055.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000056.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000057.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000058.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000059.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000060.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000061.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000062.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000063.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000064.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000065.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000066.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000067.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000068.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000069.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000070.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000071.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000072.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src/M000073.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Eventable.src/M000074.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Eventable.src/M000075.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/UuidGenerator.src/M000076.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauth.src/M000077.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauth.src/M000078.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauth.src/M000079.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000080.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000081.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000082.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000083.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000084.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000085.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src/M000086.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000087.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000088.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000089.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000090.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000091.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000092.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src/M000093.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp/Message.src/M000094.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp/Message.src/M000095.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp/Message.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauthclient.src/M000096.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauthclient.src/M000097.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauthclient.src/M000098.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000099.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000100.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000101.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000102.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000103.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000104.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src/M000105.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.src/M000106.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.src/M000107.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.src/M000108.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.src/M000109.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000110.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000111.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000112.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000113.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000114.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000115.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000116.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000117.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000118.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000119.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000120.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000121.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000122.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000123.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000124.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000125.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000126.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000127.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000128.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src/M000129.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000130.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000131.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000132.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000133.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000134.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000135.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000136.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000137.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000138.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000139.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000140.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000141.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000142.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000143.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000144.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000145.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000146.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000147.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000148.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000149.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000150.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000151.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000152.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000153.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000154.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000155.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000156.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000157.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000158.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000159.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000160.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000161.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src/M000162.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src/M000163.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src/M000164.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src/M000165.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src/M000166.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src/M000167.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.src/M000168.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.src/M000169.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.src/M000170.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.src/M000171.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000172.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000173.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000174.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000175.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000176.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000177.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000178.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000179.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000180.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000181.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src/M000182.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000183.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000184.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000185.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000186.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000187.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000188.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000189.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000190.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src/M000191.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauth.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauthclient.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000192.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000193.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000194.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000195.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000196.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000197.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000198.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000199.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000200.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src/M000201.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src/M000202.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src/M000203.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src/M000204.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src/M000205.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src/M000206.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src/M000207.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src/M000208.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src/M000209.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src/M000210.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src/M000211.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000212.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000213.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000214.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000215.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000216.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000217.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src/M000218.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/LoopbreakReader.src/M000219.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/LoopbreakReader.src/M000220.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.src/M000221.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.src/M000222.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.src/M000223.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.src/M000224.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/YieldBlockFromSpawnedProcess.src/M000225.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/YieldBlockFromSpawnedProcess.src/M000226.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DeferrableChildProcess.src/M000227.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DeferrableChildProcess.src/M000228.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DeferrableChildProcess.src/M000229.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src/M000230.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src/M000231.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src/M000232.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src/M000233.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src/M000234.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000235.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000236.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000237.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000238.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000239.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000240.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000241.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000242.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000243.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000244.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000245.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000246.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000247.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src/M000248.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/SpawnedProcess.src/M000249.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/SpawnedProcess.src/M000252.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.src/M000253.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.src/M000254.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.src/M000255.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.src/M000256.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.src/M000257.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.src/M000258.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.src/M000259.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.src/M000260.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src/M000261.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src/M000262.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src/M000263.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src/M000264.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src/M000265.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EM.src/M000287.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000266.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000267.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000268.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000269.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000270.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000271.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000272.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000273.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000274.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000275.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000276.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000277.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000278.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000279.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000280.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000281.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000282.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000283.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000284.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000285.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src/M000286.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/FileStreamer.src/M000288.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/FileStreamer.src/M000289.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src/M000290.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src/M000291.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src/M000292.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src/M000293.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src/M000294.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000295.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000296.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000297.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000298.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000299.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000300.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000301.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000302.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000303.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src/M000304.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Timer.src/M000305.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Timer.src/M000306.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Eventable.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/UuidGenerator.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/LoopbreakReader.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/YieldBlockFromSpawnedProcess.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DeferrableChildProcess.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/SpawnedProcess.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Error.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EM.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DefaultDeferrable.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/FileStreamer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Timer.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/ProtocolFactory.src/M000307.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src/M000308.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src/M000309.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src/M000310.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src/M000311.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src/M000312.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/StreamProtocol.src/M000313.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/StreamProtocol.src/M000314.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.src/M000315.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.src/M000316.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.src/M000317.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.src/M000318.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpSocket.src/M000319.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Reactor.src/M000320.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Reactor.src/M000321.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpServerFactory.src/M000322.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpServerFactory.src/M000323.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/DatagramProtocol.src/M000324.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/DatagramProtocol.src/M000325.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/ProtocolFactory.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/StreamProtocol.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/ContainerHasObject.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpSocket.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/Reactor.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpServerFactory.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/DatagramProtocol.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/UnsupportedCallback.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma/UnknownTarget.html +%%GEM_DOC_DIR%%/rdoc/classes/IO.html +%%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.html +%%GEM_DOC_DIR%%/rdoc/classes/EventMachine.html +%%GEM_DOC_DIR%%/rdoc/classes/Evma.html +%%GEM_DOC_DIR%%/rdoc/fr_file_index.html +%%GEM_DOC_DIR%%/rdoc/fr_class_index.html +%%GEM_DOC_DIR%%/rdoc/fr_method_index.html +%%GEM_DOC_DIR%%/rdoc/index.html +%%GEM_DOC_DIR%%/rdoc/created.rid +@dirrm %%GEM_LIB_DIR%%/ext +@dirrm %%GEM_LIB_DIR%%/lib/em +@dirrm %%GEM_LIB_DIR%%/lib/protocols +@dirrm %%GEM_LIB_DIR%%/lib/evma +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/tests +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/DatagramProtocol.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpServerFactory.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/Reactor.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/TcpSocket.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/Protocol.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/StreamProtocol.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/Container.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma/ProtocolFactory.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Evma +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Timer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/StreamObject.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXServer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/FileStreamer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Connection.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EM.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUNIXClient.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaUDPSocket.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/PeriodicTimer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/SpawnedProcess.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Reactor.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPServer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DeferrableChildProcess.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/YieldBlockFromSpawnedProcess.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaKeyboard.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/LoopbreakReader.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Selectable.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/EvmaTCPClient.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/DatagramObject.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Deferrable.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2/Request.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2 +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient2.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineAndTextProtocol.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HeaderAndContentProtocol.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpServer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SmtpClient.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/TcpConnectTester.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/HttpClient.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauthclient.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp/Message.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/Stomp.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/LineText2.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols/SASLauth.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Protocols +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/UuidGenerator.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine/Eventable.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/EventMachine.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/BufferedTokenizer.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/em +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/protocols +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/evma +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib +@dirrm %%GEM_DOC_DIR%%/rdoc/files +@dirrm %%GEM_DOC_DIR%%/rdoc +@dirrm %%GEM_DOC_DIR%% diff --git a/devel/rubygem-warbler/Makefile b/devel/rubygem-warbler/Makefile index 7886da6..9d2a6be 100644 --- a/devel/rubygem-warbler/Makefile +++ b/devel/rubygem-warbler/Makefile @@ -2,10 +2,10 @@ # Date created: 23 July 2008 # Whom: Alexander Logvinov # -# $FreeBSD: ports/devel/rubygem-warbler/Makefile,v 1.2 2008/10/02 07:10:08 clsung Exp $ +# $FreeBSD: ports/devel/rubygem-warbler/Makefile,v 1.1 2008/08/07 22:55:34 miwi Exp $ PORTNAME= warbler -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.10 CATEGORIES= devel rubygems java MASTER_SITES= RF MASTER_SITE_SUBDIR= caldersphere diff --git a/devel/rubygem-warbler/distinfo b/devel/rubygem-warbler/distinfo index 648c3ee..e9d6637 100644 --- a/devel/rubygem-warbler/distinfo +++ b/devel/rubygem-warbler/distinfo @@ -1,3 +1,3 @@ -MD5 (rubygem/warbler-0.9.11.gem) = f0d18a067ffb0d4f6ee21d28caa53b3a -SHA256 (rubygem/warbler-0.9.11.gem) = 0650f68c39bcfa1af74785b3910e43de317856e8953d4bb8deae44feeb6e82e3 -SIZE (rubygem/warbler-0.9.11.gem) = 7154176 +MD5 (rubygem/warbler-0.9.10.gem) = 40d54d1540dc8e48a60f4741af43d613 +SHA256 (rubygem/warbler-0.9.10.gem) = 43da34e57c672d875dea7f4cc73645cf70ca3c1ef73e8a2485a72b225cf9030d +SIZE (rubygem/warbler-0.9.10.gem) = 6614528 diff --git a/devel/upslug/Makefile b/devel/upslug/Makefile deleted file mode 100644 index b3fc873..0000000 --- a/devel/upslug/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: upslug -# Date created: 1 October 2008 -# Whom: Bruce M. Simpson -# -# $FreeBSD: ports/devel/upslug/Makefile,v 1.1 2008/10/03 00:50:49 bms Exp $ -# - -PORTNAME= upslug -PORTVERSION= 2.11 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= nslu -DISTNAME= upslug2-11 - -MAINTAINER= bms@FreeBSD.org -COMMENT= Firmware upload tool for Linksys NSLU2 - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-libpcap - -NO_MAN= defined - -PLIST_FILES= sbin/upslug2 - -.include diff --git a/devel/upslug/distinfo b/devel/upslug/distinfo deleted file mode 100644 index 96e4920..0000000 --- a/devel/upslug/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (upslug2-11.tar.gz) = e135bc8a390b65573bbc8ff4628e490c -SHA256 (upslug2-11.tar.gz) = 24859c992fb58f0bf4840e1378da91b942c73263b0213096e6755436af8d16bc -SIZE (upslug2-11.tar.gz) = 129619 diff --git a/devel/upslug/pkg-descr b/devel/upslug/pkg-descr deleted file mode 100644 index 6d94978..0000000 --- a/devel/upslug/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -UpSlug is a tool to flash your NSLU2 from an external computer on -the same subnet (direct Ethernet access is needed; it won't work -if you have routers or NAT devices between you and the NSLU2, though -WiFi? via a wireless router is OK). - -WWW: http://www.nslu2-linux.org/wiki/Main/UpSlug - -Bruce -bms@FreeBSD.org diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile index 49e742d..958347c 100644 --- a/devel/xorg-macros/Makefile +++ b/devel/xorg-macros/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-macros -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= devel x11 DISTNAME= util-macros-$(PORTVERSION) diff --git a/devel/xorg-macros/distinfo b/devel/xorg-macros/distinfo index 9ceb007..4511ec6 100644 --- a/devel/xorg-macros/distinfo +++ b/devel/xorg-macros/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/util/util-macros-1.1.5.tar.bz2) = 51952682d8b42aeda3af5cee0133ce2c -SHA256 (xorg/util/util-macros-1.1.5.tar.bz2) = 75939790e16b8bcc122e83f3f060d6f000ed1a98e97b4972fac0903142f5651b -SIZE (xorg/util/util-macros-1.1.5.tar.bz2) = 47165 +MD5 (xorg/util/util-macros-1.1.6.tar.bz2) = 5b82bf7c25112f2ce7e2a3638a91a83c +SHA256 (xorg/util/util-macros-1.1.6.tar.bz2) = b03fcc1ef5c4811fda69ff15c60d5afac4b60a3f25ea6c31e58be71df51e4c66 +SIZE (xorg/util/util-macros-1.1.6.tar.bz2) = 48366 diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 14f46f0..b6fce83 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -3,7 +3,7 @@ # Date created: 28 February 2002 # Whom: Martin Blapp # -# $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.359 2008/10/02 20:26:26 maho Exp $ +# $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.358 2008/09/28 19:33:17 maho Exp $ # PORTNAME?= openoffice.org @@ -72,11 +72,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif -MILESTONE?= 9 +MILESTONE?= 8 OOOTAG?= OOO300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20081002 +SNAPDATE= 20080928 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) diff --git a/editors/openoffice.org-3-RC/distinfo b/editors/openoffice.org-3-RC/distinfo index d783b20..498a818 100644 --- a/editors/openoffice.org-3-RC/distinfo +++ b/editors/openoffice.org-3-RC/distinfo @@ -1,6 +1,6 @@ -MD5 (openoffice.org3/OOo_OOO300_m9_source.tar.bz2) = 1906f63b3777ba9bfe8fdcd2a62a4a1a -SHA256 (openoffice.org3/OOo_OOO300_m9_source.tar.bz2) = 872ee6b86495cab333d25759f009d2ace958edff1859082d519bc9c23623c681 -SIZE (openoffice.org3/OOo_OOO300_m9_source.tar.bz2) = 315878390 +MD5 (openoffice.org3/OOo_OOO300_m8_source.tar.bz2) = c081bbfdfa431fbd0cbf02aade393d7d +SHA256 (openoffice.org3/OOo_OOO300_m8_source.tar.bz2) = 0f5649d40139b99b93b4e6266868b43a0c64b972e6fd713b76e2401e6927df07 +SIZE (openoffice.org3/OOo_OOO300_m8_source.tar.bz2) = 334947585 MD5 (openoffice.org3/unowinreg.dll) = e3a0b76dcd876f3d721ee7183729153d SHA256 (openoffice.org3/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice.org3/unowinreg.dll) = 6144 diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 0ec01a0..977381e 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -2,17 +2,16 @@ # Date created: 15 May 2005 # Whom: Janni # -# $FreeBSD: ports/emulators/gxemul/Makefile,v 1.20 2008/10/03 22:53:29 imp Exp $ +# $FreeBSD: ports/emulators/gxemul/Makefile,v 1.19 2008/06/15 02:05:00 lwhsu Exp $ # PORTNAME= gxemul PORTVERSION= 0.4.6.5 -PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gxemul.sourceforge.net/src/ \ http://gavare.se/gxemul/src/ -MAINTAINER= imp@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Instruction-level machine emulator OPTIONS= X11 "X11 support" on diff --git a/emulators/gxemul/files/patch-bus_pci.c b/emulators/gxemul/files/patch-bus_pci.c deleted file mode 100644 index 023dee4..0000000 --- a/emulators/gxemul/files/patch-bus_pci.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/devices/bus_pci.c.orig 2008-10-03 14:11:25.000000000 -0700 -+++ src/devices/bus_pci.c 2008-10-03 14:11:34.000000000 -0700 -@@ -776,6 +776,8 @@ - void *wdc1 = ((struct piix_ide_extra *)pd->extra)->wdc1; - int enabled = 0; - -+ PCI_SET_DATA(reg, value); -+ - switch (reg) { - case PCI_COMMAND_STATUS_REG: - if (value & PCI_COMMAND_IO_ENABLE) diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile index f48e44b..7030c36 100644 --- a/emulators/linux_base-f8/Makefile +++ b/emulators/linux_base-f8/Makefile @@ -2,16 +2,16 @@ # Date created: 18 Mar 2008 # Whom: Boris Samorodov # -# $FreeBSD: ports/emulators/linux_base-f8/Makefile,v 1.45 2008/10/03 12:13:46 bsam Exp $ +# $FreeBSD: ports/emulators/linux_base-f8/Makefile,v 1.43 2008/07/22 12:48:11 bsam Exp $ # PORTNAME= f8 PORTVERSION= 8 -PORTREVISION= 6 +PORTREVISION= 4 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages \ - ../updates/${PORTVERSION}/${LINUX_RPM_ARCH}.newkey + ../updates/${PORTVERSION}/${LINUX_RPM_ARCH} PKGNAMEPREFIX= linux_base- DISTFILES= ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/fedora/${PORTVERSION} @@ -27,24 +27,22 @@ BIN_DISTFILES= basesystem-8.1-1.noarch.rpm \ compat-db-4.5.20-3.fc8.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-139.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-62.${LINUX_RPM_ARCH}.rpm \ - coreutils-6.9-18.fc8.${LINUX_RPM_ARCH}.rpm \ + coreutils-6.9-17.fc8.${LINUX_RPM_ARCH}.rpm \ db4-4.6.21-1.fc8.${LINUX_RPM_ARCH}.rpm \ e2fsprogs-1.40.4-2.fc8.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-libs-1.40.4-2.fc8.${LINUX_RPM_ARCH}.rpm \ - elfutils-0.135-1.fc8.${LINUX_RPM_ARCH}.rpm \ + elfutils-0.131-1.fc8.${LINUX_RPM_ARCH}.rpm \ fedora-release-8-5.noarch.rpm \ filesystem-2.4.11-1.fc8.${LINUX_RPM_ARCH}.rpm \ freetype-2.3.5-3.fc8.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-27.fc7.${LINUX_RPM_ARCH}.rpm \ glib-1.2.10-28.fc8.${LINUX_RPM_ARCH}.rpm \ - glib2-2.14.6-2.fc8.${LINUX_RPM_ARCH}.rpm \ + glib2-2.14.6-1.fc8.${LINUX_RPM_ARCH}.rpm \ glibc-2.7-2.${LINUX_RPM_ARCH}.rpm \ glibc-common-2.7-2.${LINUX_RPM_ARCH}.rpm \ grep-2.5.1-57.fc7.${LINUX_RPM_ARCH}.rpm \ info-4.11-1.fc8.${LINUX_RPM_ARCH}.rpm \ - keyutils-libs-1.2-2.fc6.${LINUX_RPM_ARCH}.rpm \ krb5-libs-1.6.2-14.fc8.${LINUX_RPM_ARCH}.rpm \ - libacl-2.2.39-14.fc8.${LINUX_RPM_ARCH}.rpm \ + libacl-2.2.39-13.fc8.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.38-2.fc8.${LINUX_RPM_ARCH}.rpm \ libgcc-4.1.2-33.${LINUX_RPM_ARCH}.rpm \ libselinux-2.0.43-1.fc8.${LINUX_RPM_ARCH}.rpm \ @@ -52,8 +50,8 @@ BIN_DISTFILES= basesystem-8.1-1.noarch.rpm \ libstdc++-4.1.2-33.${LINUX_RPM_ARCH}.rpm \ libtermcap-2.0.8-47.${LINUX_RPM_ARCH}.rpm \ ncurses-5.6-12.20070812.fc8.${LINUX_RPM_ARCH}.rpm \ - pcre-7.3-4.fc8.${LINUX_RPM_ARCH}.rpm \ - popt-1.13-4.fc8.${LINUX_RPM_ARCH}.rpm \ + pcre-7.3-3.fc8.${LINUX_RPM_ARCH}.rpm \ + popt-1.13-1.fc8.${LINUX_RPM_ARCH}.rpm \ readline-5.2-10.fc8.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-21.fc8.${LINUX_RPM_ARCH}.rpm \ setup-2.6.10-1.fc8.noarch.rpm \ @@ -64,34 +62,33 @@ BIN_DISTFILES= basesystem-8.1-1.noarch.rpm \ .if defined(PACKAGE_BUILDING) MASTER_SITE_SUBDIR+= ../releases/${PORTVERSION}/Everything/source/SRPMS/ \ - ../updates/${PORTVERSION}/SRPMS.newkey + ../updates/${PORTVERSION}/SRPMS -SRC_DISTFILES+= acl-2.2.39-14.fc8.src.rpm \ +SRC_DISTFILES+= acl-2.2.39-13.fc8.src.rpm \ attr-2.4.38-2.fc8.src.rpm \ basesystem-8.1-1.src.rpm \ bash-3.2-20.fc8.src.rpm \ bzip2-1.0.4-12.fc8.src.rpm \ compat-db-4.5.20-3.fc8.src.rpm \ - coreutils-6.9-18.fc8.src.rpm \ + coreutils-6.9-17.fc8.src.rpm \ db4-4.6.21-1.fc8.src.rpm \ e2fsprogs-1.40.4-2.fc8.src.rpm \ - elfutils-0.135-1.fc8.src.rpm \ + elfutils-0.131-1.fc8.src.rpm \ fedora-release-8-5.src.rpm \ filesystem-2.4.11-1.fc8.src.rpm \ freetype-2.3.5-3.fc8.src.rpm \ gcc-4.1.2-33.src.rpm \ gdbm-1.8.0-27.fc7.src.rpm \ glib-1.2.10-28.fc8.src.rpm \ - glib2-2.14.6-2.fc8.src.rpm \ + glib2-2.14.6-1.fc8.src.rpm \ glibc-2.7-2.src.rpm \ grep-2.5.1-57.fc7.src.rpm \ - keyutils-1.2-2.fc6.src.rpm \ krb5-1.6.2-14.fc8.src.rpm \ libselinux-2.0.43-1.fc8.src.rpm \ libsepol-2.0.15-1.fc8.src.rpm \ libtermcap-2.0.8-47.src.rpm \ ncurses-5.6-12.20070812.fc8.src.rpm \ - pcre-7.3-4.fc8.src.rpm \ + pcre-7.3-3.fc8.src.rpm \ readline-5.2-10.fc8.src.rpm \ setserial-2.17-21.fc8.src.rpm \ setup-2.6.10-1.fc8.src.rpm \ diff --git a/emulators/linux_base-f8/distinfo.i386 b/emulators/linux_base-f8/distinfo.i386 index 8a1f7eb..077bbf5 100644 --- a/emulators/linux_base-f8/distinfo.i386 +++ b/emulators/linux_base-f8/distinfo.i386 @@ -1,8 +1,8 @@ MD5 (rpm/i386/fedora/8/basesystem-8.1-1.noarch.rpm) = f39442e378491767ad7bcd20d90c4b33 SHA256 (rpm/i386/fedora/8/basesystem-8.1-1.noarch.rpm) = eb5a8d1ebca5cb49b048ebc8161e7e5f9ffc7651ecd6da666fdfabc939fb5970 SIZE (rpm/i386/fedora/8/basesystem-8.1-1.noarch.rpm) = 2921 -MD5 (rpm/i386/fedora/8/bash-3.2-20.fc8.i386.rpm) = 72e30badb77762be5c7221c772847388 -SHA256 (rpm/i386/fedora/8/bash-3.2-20.fc8.i386.rpm) = 3a05ed517a9accf0b0a82ce2ad2f13e4dcd3332d23facfbd17d946fea8013ddd +MD5 (rpm/i386/fedora/8/bash-3.2-20.fc8.i386.rpm) = dc51bab65678f932695cf66bba7f7063 +SHA256 (rpm/i386/fedora/8/bash-3.2-20.fc8.i386.rpm) = cb91aaeec8448e2a8dab870648b606f7d647e6f42d75eb44239e2425cf9bc791 SIZE (rpm/i386/fedora/8/bash-3.2-20.fc8.i386.rpm) = 1877542 MD5 (rpm/i386/fedora/8/bzip2-1.0.4-12.fc8.i386.rpm) = 5ef3bc67348808348550662800bf8d03 SHA256 (rpm/i386/fedora/8/bzip2-1.0.4-12.fc8.i386.rpm) = cd8e19b55383e65fd1b918ca1b012150e1b8faae9c43faf6180685cd2b661021 @@ -19,23 +19,20 @@ SIZE (rpm/i386/fedora/8/compat-libstdc++-296-2.96-139.i386.rpm) = 93214 MD5 (rpm/i386/fedora/8/compat-libstdc++-33-3.2.3-62.i386.rpm) = 2b0c6485391d2b0e7f2b1285a5af1ba7 SHA256 (rpm/i386/fedora/8/compat-libstdc++-33-3.2.3-62.i386.rpm) = ca1a8390b7b9596ff1f91381be8853080dc74beeab7e639cb9439b44e13e0620 SIZE (rpm/i386/fedora/8/compat-libstdc++-33-3.2.3-62.i386.rpm) = 235768 -MD5 (rpm/i386/fedora/8/coreutils-6.9-18.fc8.i386.rpm) = 99ff5a7b3da08f290cb5b6d79f321fa8 -SHA256 (rpm/i386/fedora/8/coreutils-6.9-18.fc8.i386.rpm) = e7eede346d911c57487591f268308756ab57a41242257fcbd6df6944e4ba8b29 -SIZE (rpm/i386/fedora/8/coreutils-6.9-18.fc8.i386.rpm) = 3489403 +MD5 (rpm/i386/fedora/8/coreutils-6.9-17.fc8.i386.rpm) = ee4ee0b8ad8e84063c345dd3750a5e5a +SHA256 (rpm/i386/fedora/8/coreutils-6.9-17.fc8.i386.rpm) = 0d3a8fd8ca4c867db39b203ffb8cc179bcf4b78a36afd544696d1ae50baa7e3c +SIZE (rpm/i386/fedora/8/coreutils-6.9-17.fc8.i386.rpm) = 3489052 MD5 (rpm/i386/fedora/8/db4-4.6.21-1.fc8.i386.rpm) = c9634fe48826869db2745ccf5bc06c69 SHA256 (rpm/i386/fedora/8/db4-4.6.21-1.fc8.i386.rpm) = f3472ef692fc44fe08596e7753b7ddca19a641991c271da1a909fb99f94bea31 SIZE (rpm/i386/fedora/8/db4-4.6.21-1.fc8.i386.rpm) = 600082 -MD5 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.i386.rpm) = 2ae5f9ddc5e52a3d9f37778e978552d1 -SHA256 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.i386.rpm) = f926be9b834b220912faed68d5f94121611749d8d841b3a9353c38abd2a0da34 +MD5 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.i386.rpm) = c64cb7cc2c5a5679b58f975f7d87ade7 +SHA256 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.i386.rpm) = 0947a0263c1a6c0561e0f10fc58531b5df27032dfc0da99755dcb1a4bec6a073 SIZE (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.i386.rpm) = 624121 -MD5 (rpm/i386/fedora/8/e2fsprogs-libs-1.40.4-2.fc8.i386.rpm) = 07ff6fae33d16380bd35589edff96d44 -SHA256 (rpm/i386/fedora/8/e2fsprogs-libs-1.40.4-2.fc8.i386.rpm) = b36a48ec7a9996fd22afe6fc5f0bf9b38c295618d855b5d29be81799e7b5b3a5 -SIZE (rpm/i386/fedora/8/e2fsprogs-libs-1.40.4-2.fc8.i386.rpm) = 141435 -MD5 (rpm/i386/fedora/8/elfutils-0.135-1.fc8.i386.rpm) = a6f4868b35b920680c35a2367a47c8b0 -SHA256 (rpm/i386/fedora/8/elfutils-0.135-1.fc8.i386.rpm) = b864b9577eee91c944c130a1b5383559efbb3e3da300ac1550984cfc24fc2da3 -SIZE (rpm/i386/fedora/8/elfutils-0.135-1.fc8.i386.rpm) = 228796 -MD5 (rpm/i386/fedora/8/fedora-release-8-5.noarch.rpm) = 5533140b89d8eb7e84d8a3aa45656688 -SHA256 (rpm/i386/fedora/8/fedora-release-8-5.noarch.rpm) = 5798dfc58b45feb99b82d65643d4ea3e9751cd0b2ce3744cd14377d7c6fe8120 +MD5 (rpm/i386/fedora/8/elfutils-0.131-1.fc8.i386.rpm) = f261643e3368d1c76870ac39cb1abb63 +SHA256 (rpm/i386/fedora/8/elfutils-0.131-1.fc8.i386.rpm) = fce89bc91465f3e1505938b4dffa86099584e057532c216f1faebda8b2e5ba68 +SIZE (rpm/i386/fedora/8/elfutils-0.131-1.fc8.i386.rpm) = 215120 +MD5 (rpm/i386/fedora/8/fedora-release-8-5.noarch.rpm) = 8aecad73e1b640a5ee98b115aa75997b +SHA256 (rpm/i386/fedora/8/fedora-release-8-5.noarch.rpm) = 3dcff29b55385e074a25dd911827c98242564f2f7f7684495002179e372f407a SIZE (rpm/i386/fedora/8/fedora-release-8-5.noarch.rpm) = 27713 MD5 (rpm/i386/fedora/8/filesystem-2.4.11-1.fc8.i386.rpm) = e37e038cbf7895f6b269eb8350fc0243 SHA256 (rpm/i386/fedora/8/filesystem-2.4.11-1.fc8.i386.rpm) = f74bf41bfc757d08f0169b53c24e8fc575b4df006f66fd23d5e6b9e49d51b738 @@ -49,9 +46,9 @@ SIZE (rpm/i386/fedora/8/gdbm-1.8.0-27.fc7.i386.rpm) = 28008 MD5 (rpm/i386/fedora/8/glib-1.2.10-28.fc8.i386.rpm) = 6ac5c1be85bf49d20015ecbaebf07f1a SHA256 (rpm/i386/fedora/8/glib-1.2.10-28.fc8.i386.rpm) = a1837d9688eef207e3f624ad5fca7801a39caa43cbda59e09e35a962d9104d03 SIZE (rpm/i386/fedora/8/glib-1.2.10-28.fc8.i386.rpm) = 140707 -MD5 (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.i386.rpm) = 4990b934d82750d2f2e6e0928538dba2 -SHA256 (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.i386.rpm) = 1d1f122f5975a476bde577ec0ea4ebde90d3859e2d6043bc0ae5dd9bca820d76 -SIZE (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.i386.rpm) = 869955 +MD5 (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.i386.rpm) = b98e05089d54540199a08356226ca343 +SHA256 (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.i386.rpm) = a072e4033348703d604d49a8a5765a4896c1b6ad7d13d171c495bc29bd4a523b +SIZE (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.i386.rpm) = 869877 MD5 (rpm/i386/fedora/8/glibc-2.7-2.i386.rpm) = 78ff7eae2b5ed31866c213efb107dac5 SHA256 (rpm/i386/fedora/8/glibc-2.7-2.i386.rpm) = cb82efe8e49b0500f6a52e7739ec61aaafbff1310597f3bcfab34b43e692cd34 SIZE (rpm/i386/fedora/8/glibc-2.7-2.i386.rpm) = 4769745 @@ -64,26 +61,23 @@ SIZE (rpm/i386/fedora/8/grep-2.5.1-57.fc7.i386.rpm) = 179063 MD5 (rpm/i386/fedora/8/info-4.11-1.fc8.i386.rpm) = b3a3481c55313d2b3a73f44920d36956 SHA256 (rpm/i386/fedora/8/info-4.11-1.fc8.i386.rpm) = 186b1eef76d5c4a9feeeae4074fb1a81a041e522e8a159a8b5b77f196d392607 SIZE (rpm/i386/fedora/8/info-4.11-1.fc8.i386.rpm) = 169837 -MD5 (rpm/i386/fedora/8/keyutils-libs-1.2-2.fc6.i386.rpm) = 41f4e1b26b1b61b3fe80c71a7200b5af -SHA256 (rpm/i386/fedora/8/keyutils-libs-1.2-2.fc6.i386.rpm) = 77d338bcd593b754e3e0a558ad010667283e05cf5e48963ec6c7de40b21da86e -SIZE (rpm/i386/fedora/8/keyutils-libs-1.2-2.fc6.i386.rpm) = 18006 -MD5 (rpm/i386/fedora/8/krb5-libs-1.6.2-14.fc8.i386.rpm) = 98ecc0446652f3cfedc788291025e636 -SHA256 (rpm/i386/fedora/8/krb5-libs-1.6.2-14.fc8.i386.rpm) = e4e9b29ed213ae9756d0559b274add2dcc30f6ea9841dd0787d4cc4b5e3ecdd7 +MD5 (rpm/i386/fedora/8/krb5-libs-1.6.2-14.fc8.i386.rpm) = 34a749b08bf5b239faeb699706068a8a +SHA256 (rpm/i386/fedora/8/krb5-libs-1.6.2-14.fc8.i386.rpm) = 6115056badec25beeb58055a45302291fceabaa04d1d0e1d9bbde8f283eb6411 SIZE (rpm/i386/fedora/8/krb5-libs-1.6.2-14.fc8.i386.rpm) = 719750 -MD5 (rpm/i386/fedora/8/libacl-2.2.39-14.fc8.i386.rpm) = fde30fcaaf970a8f0ef667d6eb4c7887 -SHA256 (rpm/i386/fedora/8/libacl-2.2.39-14.fc8.i386.rpm) = e7fcb60dc534265311fadea504b623b34b23c49da0ee067a661c20c630eea355 -SIZE (rpm/i386/fedora/8/libacl-2.2.39-14.fc8.i386.rpm) = 20851 -MD5 (rpm/i386/fedora/8/libattr-2.4.38-2.fc8.i386.rpm) = 9eeb034b9c6f7dc401c1acbdcbf2ee1c -SHA256 (rpm/i386/fedora/8/libattr-2.4.38-2.fc8.i386.rpm) = 9aab48de655569efcd1b4e4175dbcb53133ffdb8b63c6bbf733df1a77f66b512 +MD5 (rpm/i386/fedora/8/libacl-2.2.39-13.fc8.i386.rpm) = 65d018e371049119671eb06112b1aa2c +SHA256 (rpm/i386/fedora/8/libacl-2.2.39-13.fc8.i386.rpm) = 7e265d83933cee98013f33b6cc0c5cccfe922e474e9f16c719967c1d5e3b80f3 +SIZE (rpm/i386/fedora/8/libacl-2.2.39-13.fc8.i386.rpm) = 20621 +MD5 (rpm/i386/fedora/8/libattr-2.4.38-2.fc8.i386.rpm) = a49ad21c7003b9eec2bc92facb184f81 +SHA256 (rpm/i386/fedora/8/libattr-2.4.38-2.fc8.i386.rpm) = 5dc7c56f2976ab15d13c87e3ebb878e31ba4a423ebc5c306f5c88d81f25226dd SIZE (rpm/i386/fedora/8/libattr-2.4.38-2.fc8.i386.rpm) = 12443 MD5 (rpm/i386/fedora/8/libgcc-4.1.2-33.i386.rpm) = f32ef4801e6c2af0c52557a7858afb4a SHA256 (rpm/i386/fedora/8/libgcc-4.1.2-33.i386.rpm) = 11aeaf6154648d6f6491f6fba0b3c3772e02746d285404af9b70dca2aa6eb5cb SIZE (rpm/i386/fedora/8/libgcc-4.1.2-33.i386.rpm) = 96895 -MD5 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.i386.rpm) = fe7e9c4fcd2e00da6568c6224fca3501 -SHA256 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.i386.rpm) = 77b44ed5e2dd50b13779b3de1a95f81f6e3a1eef511400bc8602411e6589a0c5 +MD5 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.i386.rpm) = f9b2c65f0f03b37623b26d7e869ed7b3 +SHA256 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.i386.rpm) = 9c36ae14ab4c3099d840118489c160fb984bdcf33b86302e2e92d879f62b5897 SIZE (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.i386.rpm) = 114182 -MD5 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.i386.rpm) = ec6c3f5f14687f6dc3e014379569606a -SHA256 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.i386.rpm) = 0d76dc10fd0d675288526687ea052cf22858aa5d4998e06f8a496c92060cf24e +MD5 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.i386.rpm) = 97968dfb60bdcb668bfc2b5b7391b61d +SHA256 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.i386.rpm) = 3de26dd062081817fd45ef13b94074af8b4f1804a81ed7e14066ee05b79b67a3 SIZE (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.i386.rpm) = 125602 MD5 (rpm/i386/fedora/8/libstdc++-4.1.2-33.i386.rpm) = bcd33e3838ea1545be340bbe7b6cc664 SHA256 (rpm/i386/fedora/8/libstdc++-4.1.2-33.i386.rpm) = 52baff618cf65ecdf846dc47ccfb5a8728b2752e048768535fcc33dd0d7ae584 @@ -94,14 +88,14 @@ SIZE (rpm/i386/fedora/8/libtermcap-2.0.8-47.i386.rpm) = 14355 MD5 (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.i386.rpm) = 67246a3425890e7c68046102664414bc SHA256 (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.i386.rpm) = 9b001717fb460c6c937d4d4407bd3c47f360373dfce60fa76b5d4b21c1991666 SIZE (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.i386.rpm) = 1061028 -MD5 (rpm/i386/fedora/8/pcre-7.3-4.fc8.i386.rpm) = 20ddcd6a6c1088e96ef10b06ad5d651f -SHA256 (rpm/i386/fedora/8/pcre-7.3-4.fc8.i386.rpm) = d20a8fa79251320d1b6db10f22438a4918bac7039e59ff8bb44df95a748e7175 -SIZE (rpm/i386/fedora/8/pcre-7.3-4.fc8.i386.rpm) = 140063 -MD5 (rpm/i386/fedora/8/popt-1.13-4.fc8.i386.rpm) = ae8a55defc634d625461ccd8aa982aeb -SHA256 (rpm/i386/fedora/8/popt-1.13-4.fc8.i386.rpm) = f58bcc684d8993bbf7dce385a4cf4c93e12660ec97f90060b272b7e289aab0f4 -SIZE (rpm/i386/fedora/8/popt-1.13-4.fc8.i386.rpm) = 39767 -MD5 (rpm/i386/fedora/8/readline-5.2-10.fc8.i386.rpm) = 6bd4e0ad0f8a5b82129b290fd6723add -SHA256 (rpm/i386/fedora/8/readline-5.2-10.fc8.i386.rpm) = 00dea95c1c165bf114e8269c109252c0ec08419f55ab4f94c02e97ad99d3c186 +MD5 (rpm/i386/fedora/8/pcre-7.3-3.fc8.i386.rpm) = 070b2361f308f77776ddc5fa9a2ac5ca +SHA256 (rpm/i386/fedora/8/pcre-7.3-3.fc8.i386.rpm) = 8e2653f76e379cb176ab34d9b99e81f43920ed31c1680af7d15648a4a47d3786 +SIZE (rpm/i386/fedora/8/pcre-7.3-3.fc8.i386.rpm) = 139972 +MD5 (rpm/i386/fedora/8/popt-1.13-1.fc8.i386.rpm) = 6b98624ff4a0b009dd2b01aec8d7b4a9 +SHA256 (rpm/i386/fedora/8/popt-1.13-1.fc8.i386.rpm) = 98255433c94425d5445b95c165ea01ec7b2e6aa2db70edcfaed725dbdee82de9 +SIZE (rpm/i386/fedora/8/popt-1.13-1.fc8.i386.rpm) = 39428 +MD5 (rpm/i386/fedora/8/readline-5.2-10.fc8.i386.rpm) = d7451220346592c7b77e5e48769da98b +SHA256 (rpm/i386/fedora/8/readline-5.2-10.fc8.i386.rpm) = c92f5fc7c0eae8b2edca297fbe167bb94df514769a7e702c6c884f2605e55905 SIZE (rpm/i386/fedora/8/readline-5.2-10.fc8.i386.rpm) = 186753 MD5 (rpm/i386/fedora/8/setserial-2.17-21.fc8.i386.rpm) = 92604233a4f36590347868c79e3359fd SHA256 (rpm/i386/fedora/8/setserial-2.17-21.fc8.i386.rpm) = 75a4052e09187d428265ee20e489289f44928e624e45f291b87f1f761236145b @@ -118,17 +112,17 @@ SIZE (rpm/i386/fedora/8/termcap-5.5-1.20060701.1.noarch.rpm) = 271826 MD5 (rpm/i386/fedora/8/zlib-1.2.3-14.fc8.i386.rpm) = 14ff2e51903fbf2b7d68f9fdf9ec6724 SHA256 (rpm/i386/fedora/8/zlib-1.2.3-14.fc8.i386.rpm) = e0ba74bb7512d82235da053c35560422e3b8af8c17d295d285d40bec98e9d81b SIZE (rpm/i386/fedora/8/zlib-1.2.3-14.fc8.i386.rpm) = 73597 -MD5 (rpm/i386/fedora/8/acl-2.2.39-14.fc8.src.rpm) = d8c6a8ba7557a696c6a4b66f4a2b9e39 -SHA256 (rpm/i386/fedora/8/acl-2.2.39-14.fc8.src.rpm) = 959a1a6b785d72831c3d06d9114dabac363cfb89f925505d583ce4f85564f296 -SIZE (rpm/i386/fedora/8/acl-2.2.39-14.fc8.src.rpm) = 137780 -MD5 (rpm/i386/fedora/8/attr-2.4.38-2.fc8.src.rpm) = 5862434c325b200b08b51f299504957e -SHA256 (rpm/i386/fedora/8/attr-2.4.38-2.fc8.src.rpm) = 6b9067b0daf94bdc4508cda26d59e2b0911e15569954822975c8ad4c7554ca3c +MD5 (rpm/i386/fedora/8/acl-2.2.39-13.fc8.src.rpm) = 3b135418a8db93674c0efbd89e7345df +SHA256 (rpm/i386/fedora/8/acl-2.2.39-13.fc8.src.rpm) = 20b22387a030e6566bab203b17c4eabc7816594df997523bdba0685290a346ad +SIZE (rpm/i386/fedora/8/acl-2.2.39-13.fc8.src.rpm) = 137355 +MD5 (rpm/i386/fedora/8/attr-2.4.38-2.fc8.src.rpm) = b24ac352150c3d547fc5f191130b561b +SHA256 (rpm/i386/fedora/8/attr-2.4.38-2.fc8.src.rpm) = a35a6da0313e2f898e356e3e86667e30fe269dd360ade0ecdd0cde9553b0194f SIZE (rpm/i386/fedora/8/attr-2.4.38-2.fc8.src.rpm) = 124284 MD5 (rpm/i386/fedora/8/basesystem-8.1-1.src.rpm) = 40e75316729044a0feca952125c03100 SHA256 (rpm/i386/fedora/8/basesystem-8.1-1.src.rpm) = c9ce93c892ab5418bc0a2e26b91185638f4f0107bf8bf06eb8769ec344b9a546 SIZE (rpm/i386/fedora/8/basesystem-8.1-1.src.rpm) = 3991 -MD5 (rpm/i386/fedora/8/bash-3.2-20.fc8.src.rpm) = 7b92ad8c101ba68b5ac8bce282510297 -SHA256 (rpm/i386/fedora/8/bash-3.2-20.fc8.src.rpm) = 86c9dc9813d8b99422f388d2d2428b59613d00a086bc7b5ff4727889b635ab2f +MD5 (rpm/i386/fedora/8/bash-3.2-20.fc8.src.rpm) = a5d27b708c1ddc3298a724a246db7fbb +SHA256 (rpm/i386/fedora/8/bash-3.2-20.fc8.src.rpm) = e3261d4df869de40f79ec1d83e51c313224ba8f157f2c43c955feb57881f31de SIZE (rpm/i386/fedora/8/bash-3.2-20.fc8.src.rpm) = 4802587 MD5 (rpm/i386/fedora/8/bzip2-1.0.4-12.fc8.src.rpm) = a994e3a0433156ae14e8bf00bac53968 SHA256 (rpm/i386/fedora/8/bzip2-1.0.4-12.fc8.src.rpm) = 94f5d012e68fb33e6ec408b1f5112099c99ca1e32caf5524a10d4b53f901bb77 @@ -136,20 +130,20 @@ SIZE (rpm/i386/fedora/8/bzip2-1.0.4-12.fc8.src.rpm) = 854245 MD5 (rpm/i386/fedora/8/compat-db-4.5.20-3.fc8.src.rpm) = b4bb198943499381a5b74fdb77418603 SHA256 (rpm/i386/fedora/8/compat-db-4.5.20-3.fc8.src.rpm) = 0ab5e7c71a805cdc02b62cb1c57b5e42f0d6b78b19720127750332c16da8e655 SIZE (rpm/i386/fedora/8/compat-db-4.5.20-3.fc8.src.rpm) = 19442774 -MD5 (rpm/i386/fedora/8/coreutils-6.9-18.fc8.src.rpm) = 12986d32dc59d07e9b1b0f66acc7509e -SHA256 (rpm/i386/fedora/8/coreutils-6.9-18.fc8.src.rpm) = 588eece56d02901f7e3fee0ea60cfa5614456282eb19532d65d87edfed1bf6b4 -SIZE (rpm/i386/fedora/8/coreutils-6.9-18.fc8.src.rpm) = 5495705 +MD5 (rpm/i386/fedora/8/coreutils-6.9-17.fc8.src.rpm) = 4f94a1cab16240441a085b4711ea9d65 +SHA256 (rpm/i386/fedora/8/coreutils-6.9-17.fc8.src.rpm) = fa56fa35cd664863e2ab941f6d607f85d7633cffd1040e38b5eb889e385191b9 +SIZE (rpm/i386/fedora/8/coreutils-6.9-17.fc8.src.rpm) = 5486494 MD5 (rpm/i386/fedora/8/db4-4.6.21-1.fc8.src.rpm) = 2b138e83cd272d727c865455182d6cb0 SHA256 (rpm/i386/fedora/8/db4-4.6.21-1.fc8.src.rpm) = 53bf301298147ccd83306c34f842ac0b915dc7547021e465e74b06f33f13c597 SIZE (rpm/i386/fedora/8/db4-4.6.21-1.fc8.src.rpm) = 12166003 -MD5 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.src.rpm) = 106db6ab4c36aed61d01ee4159ec8e58 -SHA256 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.src.rpm) = f5268a0d99e8315cef220459d354a739161edd8b1eb8e3a88637d6170064bedc +MD5 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.src.rpm) = 31754564c889365b2f6efcf0e2a34711 +SHA256 (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.src.rpm) = 17a368bf97805cc65c1fde1d285a201469776632545c271fd57c3ad0180b251e SIZE (rpm/i386/fedora/8/e2fsprogs-1.40.4-2.fc8.src.rpm) = 4075714 -MD5 (rpm/i386/fedora/8/elfutils-0.135-1.fc8.src.rpm) = c2a03a45e8525f8ad7a995fa4d7cb3b1 -SHA256 (rpm/i386/fedora/8/elfutils-0.135-1.fc8.src.rpm) = f2d8d84aa7eefe81246d7969f1e3476fa490f9bd564789ca2955f7b781a8c4ae -SIZE (rpm/i386/fedora/8/elfutils-0.135-1.fc8.src.rpm) = 1704896 -MD5 (rpm/i386/fedora/8/fedora-release-8-5.src.rpm) = 0c5195d063efecea1ced085a02808dde -SHA256 (rpm/i386/fedora/8/fedora-release-8-5.src.rpm) = f9d1e02926fd8878994d62e805ff141fe809ba8cf190fd834912dc87c4d43521 +MD5 (rpm/i386/fedora/8/elfutils-0.131-1.fc8.src.rpm) = 535d91d652fe59e9369026512b99ca16 +SHA256 (rpm/i386/fedora/8/elfutils-0.131-1.fc8.src.rpm) = 5002c521287b638e56b63dbfbc05ba406b0dd667e9b484747af0a37220ec01b8 +SIZE (rpm/i386/fedora/8/elfutils-0.131-1.fc8.src.rpm) = 1477739 +MD5 (rpm/i386/fedora/8/fedora-release-8-5.src.rpm) = 3ecdd4aecbe6eabb3837ec0e68ccc812 +SHA256 (rpm/i386/fedora/8/fedora-release-8-5.src.rpm) = 84cdf65042903af85fe791bfa0484daf2fb4819f714f9bcbc011465c136e222d SIZE (rpm/i386/fedora/8/fedora-release-8-5.src.rpm) = 30645 MD5 (rpm/i386/fedora/8/filesystem-2.4.11-1.fc8.src.rpm) = 880ea74c64035c8fc6eda6451bc371ca SHA256 (rpm/i386/fedora/8/filesystem-2.4.11-1.fc8.src.rpm) = fde05b4a1b8306f6e723f203163f258d94308c903e055bb2a69be052e4d5f16a @@ -166,26 +160,23 @@ SIZE (rpm/i386/fedora/8/gdbm-1.8.0-27.fc7.src.rpm) = 145014 MD5 (rpm/i386/fedora/8/glib-1.2.10-28.fc8.src.rpm) = b35f03ff6d100a819a15a81a0b8a0c0c SHA256 (rpm/i386/fedora/8/glib-1.2.10-28.fc8.src.rpm) = c2aaf0ac1052730dcf600edfd1d09765f2b5f1f3cc0b99e5bc6c8867466dbb04 SIZE (rpm/i386/fedora/8/glib-1.2.10-28.fc8.src.rpm) = 433779 -MD5 (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.src.rpm) = dcc453c145cfe816ca6b1c62b65a830d -SHA256 (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.src.rpm) = 96941230d7b1a32f5e31d2bde2f5098e11b2a35ec661fe70450a5ad52c874403 -SIZE (rpm/i386/fedora/8/glib2-2.14.6-2.fc8.src.rpm) = 3416163 +MD5 (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.src.rpm) = a3266532645f4f94b4f4390f9d798139 +SHA256 (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.src.rpm) = 14ebee697d2a311f5a298ce5d6e2f6713b31457c02c586fd92f367c44fdb540a +SIZE (rpm/i386/fedora/8/glib2-2.14.6-1.fc8.src.rpm) = 3415537 MD5 (rpm/i386/fedora/8/glibc-2.7-2.src.rpm) = e471aa6ccb7d9c9a312d89643024eecd SHA256 (rpm/i386/fedora/8/glibc-2.7-2.src.rpm) = 4fbf573612806977052ca454e7523b92339652bf72c40c1704c2401b35c77340 SIZE (rpm/i386/fedora/8/glibc-2.7-2.src.rpm) = 16081922 MD5 (rpm/i386/fedora/8/grep-2.5.1-57.fc7.src.rpm) = e7c092e9c065985ecd7a5c7e9790878c SHA256 (rpm/i386/fedora/8/grep-2.5.1-57.fc7.src.rpm) = 5d4205bace799ea9504a3fbaea4c8701846d453d3e21803da79f525f2fc6914b SIZE (rpm/i386/fedora/8/grep-2.5.1-57.fc7.src.rpm) = 559394 -MD5 (rpm/i386/fedora/8/keyutils-1.2-2.fc6.src.rpm) = d4ec99f136889ccfe2909fe9ad6d8b1a -SHA256 (rpm/i386/fedora/8/keyutils-1.2-2.fc6.src.rpm) = f024a0df6eb2cde864976ac96657eb49ad3fe601fcfcba502f3994e37b1fe3ff -SIZE (rpm/i386/fedora/8/keyutils-1.2-2.fc6.src.rpm) = 44736 -MD5 (rpm/i386/fedora/8/krb5-1.6.2-14.fc8.src.rpm) = e7c28823115d6623bcdc09a37e27fe0f -SHA256 (rpm/i386/fedora/8/krb5-1.6.2-14.fc8.src.rpm) = 992ae9d95312bc687f32ab0ab1f58d927783077f04c7af8e8e800d3f45aabeb0 +MD5 (rpm/i386/fedora/8/krb5-1.6.2-14.fc8.src.rpm) = bec9588b349c6ea16b4dba79e1bb5e71 +SHA256 (rpm/i386/fedora/8/krb5-1.6.2-14.fc8.src.rpm) = 9c4202f25bc7216312507525b1de87ce3cee0d422be8d3acc718844773808591 SIZE (rpm/i386/fedora/8/krb5-1.6.2-14.fc8.src.rpm) = 15648571 -MD5 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.src.rpm) = c7f72417e83df25944a2d89f1ddbe209 -SHA256 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.src.rpm) = acffcbb680af1909ccad752af7c3358cd5497d252d5e883185410e9669f16369 +MD5 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.src.rpm) = e61e6d48343a3919e09ff1e262484d95 +SHA256 (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.src.rpm) = fe7b167244683e8233bdb087c83ba7769004b6a51587a9796d43a40ac89e2b0f SIZE (rpm/i386/fedora/8/libselinux-2.0.43-1.fc8.src.rpm) = 222032 -MD5 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.src.rpm) = 664b990f90588b23e7a7279b53dd91f0 -SHA256 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.src.rpm) = a5f770a15a5829fb20dec80f108e7ef36065f2a2afede5543ce632728bc7408a +MD5 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.src.rpm) = dff9260f1a4ca0e7845f029d93f9a98e +SHA256 (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.src.rpm) = 6c2dbd6891a7d90de2ba6fff6e5110b5a31419c3fc2455671adccbaf85c3611b SIZE (rpm/i386/fedora/8/libsepol-2.0.15-1.fc8.src.rpm) = 229387 MD5 (rpm/i386/fedora/8/libtermcap-2.0.8-47.src.rpm) = 41d91e56da3e57dabfc33e8e68a91f46 SHA256 (rpm/i386/fedora/8/libtermcap-2.0.8-47.src.rpm) = 0c9a82339474ac58fd18dbf0f9b38d4304b01b3d97ee27e41dfa9400e16b5921 @@ -193,11 +184,11 @@ SIZE (rpm/i386/fedora/8/libtermcap-2.0.8-47.src.rpm) = 230305 MD5 (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.src.rpm) = 1f535e1fdaa3115cbbc566a98a3e50ec SHA256 (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.src.rpm) = 45711d35d081fa8571ec296f8d7b60e416497207bd96f10120041dc226a49210 SIZE (rpm/i386/fedora/8/ncurses-5.6-12.20070812.fc8.src.rpm) = 2772358 -MD5 (rpm/i386/fedora/8/pcre-7.3-4.fc8.src.rpm) = 46acb6bf1b31287814a3b8395fa126c6 -SHA256 (rpm/i386/fedora/8/pcre-7.3-4.fc8.src.rpm) = bef8ab4b554e833d717860813008a26aa98668ca23e497a13bb5a72e694e8b61 -SIZE (rpm/i386/fedora/8/pcre-7.3-4.fc8.src.rpm) = 777775 -MD5 (rpm/i386/fedora/8/readline-5.2-10.fc8.src.rpm) = 8175148593e66909decbe460cc62a3f1 -SHA256 (rpm/i386/fedora/8/readline-5.2-10.fc8.src.rpm) = e9496b765d5ad20114534e55e99abe947ad0cf413289ae637f049d3826ef7ad3 +MD5 (rpm/i386/fedora/8/pcre-7.3-3.fc8.src.rpm) = b690411fa3c00ae07fb4d62dd1937b1d +SHA256 (rpm/i386/fedora/8/pcre-7.3-3.fc8.src.rpm) = d61d5704521bfd83395fa0854b3cf96ae69137109a4710ffd23dc026812ffc56 +SIZE (rpm/i386/fedora/8/pcre-7.3-3.fc8.src.rpm) = 777160 +MD5 (rpm/i386/fedora/8/readline-5.2-10.fc8.src.rpm) = 0bb03f69d923380b02935799afa40cdd +SHA256 (rpm/i386/fedora/8/readline-5.2-10.fc8.src.rpm) = 4e56ae0241037b0e2b13f050727887f3c9f97d952a095a6d39401f60f13ec097 SIZE (rpm/i386/fedora/8/readline-5.2-10.fc8.src.rpm) = 2058866 MD5 (rpm/i386/fedora/8/setserial-2.17-21.fc8.src.rpm) = 7778b9f95729ec1e69bf0d056dcc75ba SHA256 (rpm/i386/fedora/8/setserial-2.17-21.fc8.src.rpm) = 0090efb3614e830be09d5688cf4fc95248c20ba34c20385858eb9c1a0419f6b6 diff --git a/emulators/linux_base-f8/pkg-plist b/emulators/linux_base-f8/pkg-plist index 43d3de5..c1f5f37 100644 --- a/emulators/linux_base-f8/pkg-plist +++ b/emulators/linux_base-f8/pkg-plist @@ -100,16 +100,12 @@ lib/libanl-2.7.so lib/libanl.so.1 lib/libattr.so.1 lib/libattr.so.1.1.0 -lib/libblkid.so.1 -lib/libblkid.so.1.0 lib/libbz2.so.1 lib/libbz2.so.1.0.4 lib/libc-2.7.so lib/libc.so.6 lib/libcidn-2.7.so lib/libcidn.so.1 -lib/libcom_err.so.2 -lib/libcom_err.so.2.1 lib/libcrypt-2.7.so lib/libcrypt.so.1 lib/libdb-4.2.so @@ -121,10 +117,6 @@ lib/libdb_cxx-4.3.so lib/libdb_cxx-4.5.so lib/libdl-2.7.so lib/libdl.so.2 -lib/libe2p.so.2 -lib/libe2p.so.2.3 -lib/libext2fs.so.2 -lib/libext2fs.so.2.4 lib/libgcc_s-4.1.2-20070925.so.1 lib/libgcc_s.so.1 lib/libglib-2.0.so.0 @@ -135,8 +127,6 @@ lib/libgobject-2.0.so.0 lib/libgobject-2.0.so.0.1400.6 lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.0.1400.6 -lib/libkeyutils-1.2.so -lib/libkeyutils.so.1 lib/libm-2.7.so lib/libm.so.6 lib/libncurses.so.5 @@ -169,8 +159,6 @@ lib/librt-2.7.so lib/librt.so.1 lib/libselinux.so.1 lib/libsepol.so.1 -lib/libss.so.2 -lib/libss.so.2.0 lib/libtermcap.so.2 lib/libtermcap.so.2.0.8 lib/libthread_db-1.0.so @@ -179,8 +167,6 @@ lib/libtinfo.so.5 lib/libtinfo.so.5.6 lib/libutil-2.7.so lib/libutil.so.1 -lib/libuuid.so.1 -lib/libuuid.so.1.2 lib/libz.so.1 lib/libz.so.1.2.3 lib/rtkaio/librt.so.1 @@ -282,7 +268,6 @@ usr/bin/eu-elflint usr/bin/eu-findtextrel usr/bin/eu-make-debug-archive usr/bin/eu-nm -usr/bin/eu-objdump usr/bin/eu-ranlib usr/bin/eu-readelf usr/bin/eu-size @@ -911,8 +896,8 @@ usr/share/doc/db4-4.6.21/LICENSE usr/share/doc/db4-4.6.21/README usr/share/doc/e2fsprogs-1.40.4/README usr/share/doc/e2fsprogs-1.40.4/RELEASE-NOTES -usr/share/doc/elfutils-0.135/README -usr/share/doc/elfutils-0.135/TODO +usr/share/doc/elfutils-0.131/README +usr/share/doc/elfutils-0.131/TODO usr/share/doc/fedora-release-8/GPL usr/share/doc/freetype-2.3.5/ChangeLog usr/share/doc/freetype-2.3.5/README @@ -955,7 +940,6 @@ usr/share/doc/grep-2.5.1/README usr/share/doc/grep-2.5.1/THANKS usr/share/doc/grep-2.5.1/TODO usr/share/doc/info-4.11/COPYING -usr/share/doc/keyutils-libs-1.2/LICENCE.LGPL usr/share/doc/libgcc-4.1.2/COPYING.LIB usr/share/doc/ncurses-5.6/ANNOUNCE usr/share/doc/ncurses-5.6/AUTHORS @@ -6316,7 +6300,6 @@ var/cache/ldconfig/aux-cache @dirrm usr/share/doc/pcre @dirrm usr/share/doc/ncurses-5.6 @dirrm usr/share/doc/libgcc-4.1.2 -@dirrm usr/share/doc/keyutils-libs-1.2 @dirrm usr/share/doc/info-4.11 @dirrm usr/share/doc/grep-2.5.1 @dirrm usr/share/doc/glibc-common-2.7 @@ -6326,7 +6309,7 @@ var/cache/ldconfig/aux-cache @dirrm usr/share/doc/gdbm-1.8.0 @dirrm usr/share/doc/freetype-2.3.5 @dirrm usr/share/doc/fedora-release-8 -@dirrm usr/share/doc/elfutils-0.135 +@dirrm usr/share/doc/elfutils-0.131 @dirrm usr/share/doc/e2fsprogs-1.40.4 @dirrm usr/share/doc/db4-4.6.21 @dirrm usr/share/doc/coreutils-6.9/textutils diff --git a/french/mozilla-flp/Makefile b/french/mozilla-flp/Makefile index c428109..0c3ce86 100644 --- a/french/mozilla-flp/Makefile +++ b/french/mozilla-flp/Makefile @@ -2,7 +2,7 @@ # Date created: Sat Nov 01, 2003 # Whom: Thierry Thomas () # -# $FreeBSD: ports/french/mozilla-flp/Makefile,v 1.30 2008/10/02 21:08:36 thierry Exp $ +# $FreeBSD: ports/french/mozilla-flp/Makefile,v 1.29 2008/07/18 05:29:14 thierry Exp $ # PORTNAME= ${GECKO}-flp @@ -42,7 +42,7 @@ DISTURL= # No subdir FICHIERS+= defaults/isp/FR/gmail.rdf PLIST_SUB+= MOZ="" .else -MOZVERSION= 1.1.12 +MOZVERSION= 1.1.11 DISTURL= /SeaMonkey MD5_FILE= ${MASTERDIR}/distinfo.seamonkey PLIST_SUB+= MOZ="@comment " diff --git a/french/mozilla-flp/distinfo.seamonkey b/french/mozilla-flp/distinfo.seamonkey index a5b0731..f739e90 100644 --- a/french/mozilla-flp/distinfo.seamonkey +++ b/french/mozilla-flp/distinfo.seamonkey @@ -1,3 +1,3 @@ -MD5 (seamonkey-1.1.12.fr-FR.langpack.xpi) = 5aff86e1e9f36260e8ec9995d54811f5 -SHA256 (seamonkey-1.1.12.fr-FR.langpack.xpi) = 8201c2af436b320e1f9c7304d4151121d700eb0758cc9deb5fd1d06ee8437a13 -SIZE (seamonkey-1.1.12.fr-FR.langpack.xpi) = 1074718 +MD5 (seamonkey-1.1.11.fr-FR.langpack.xpi) = 072504beb120041307435a73e7864d6f +SHA256 (seamonkey-1.1.11.fr-FR.langpack.xpi) = 21be0a7c898f524116b8ea7914c7f8cc2115ff56c93103f3b0b7b502450d4ec5 +SIZE (seamonkey-1.1.11.fr-FR.langpack.xpi) = 1064330 diff --git a/games/love/Makefile b/games/love/Makefile index 1500564..f0ab7fc 100644 --- a/games/love/Makefile +++ b/games/love/Makefile @@ -2,11 +2,11 @@ # Date created: 01 Aug 2008 # Whom: Dmitry Marakasov # -# $FreeBSD: ports/games/love/Makefile,v 1.3 2008/10/02 22:34:49 amdmi3 Exp $ +# $FreeBSD: ports/games/love/Makefile,v 1.2 2008/09/03 16:03:00 amdmi3 Exp $ # PORTNAME= love -DISTVERSION= 0.5-0 +DISTVERSION= 0.4-0 CATEGORIES= games devel MASTER_SITES= SF @@ -23,24 +23,32 @@ USE_GMAKE= yes USE_SDL= sdl mixer USE_GL= gl glu USE_LUA= 5.1+ -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ - -I${LUA_INCDIR} `${SDL_CONFIG} --cflags`" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" -CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib -PLIST_FILES= bin/love +ALL_TARGET= default + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PLIST_FILES= bin/love lib/liblove.a PORTDOCS= * +PORTEXAMPLES= * + +post-extract: + cd ${WRKSRC} && ${FIND} . -name "*.o" -delete post-patch: @${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \ ${WRKSRC}/src/opengl/love_opengl.cpp - @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \ - ${WRKSRC}/configure + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/love ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/bin/liblove.a ${PREFIX}/lib +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/demos/*.love ${EXAMPLESDIR} +.endif .if !defined(NOPORTDOCS) -post-install: ${MKDIR} ${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} diff --git a/games/love/distinfo b/games/love/distinfo index 932e8c9..99a43ff 100644 --- a/games/love/distinfo +++ b/games/love/distinfo @@ -1,3 +1,3 @@ -MD5 (love-0.5-0.tar.bz2) = 7b11e8409238ea46d7255d6b02b8d02e -SHA256 (love-0.5-0.tar.bz2) = 0f325fb92f032d089b6b77e1d1410e227631cac9b7c902869ab88441ba2c826b -SIZE (love-0.5-0.tar.bz2) = 739252 +MD5 (love-0.4-0.tar.bz2) = b77ed79c7d2aedc0e7c79c8631db0681 +SHA256 (love-0.4-0.tar.bz2) = 287f0f16ac419fd2339ed5c0eef9123745c3ef9424086a3365b3d2468969156d +SIZE (love-0.4-0.tar.bz2) = 846487 diff --git a/games/love/files/patch-Makefile b/games/love/files/patch-Makefile new file mode 100644 index 0000000..f7243aa --- /dev/null +++ b/games/love/files/patch-Makefile @@ -0,0 +1,41 @@ +--- Makefile.orig 2008-08-29 03:42:40.000000000 +0400 ++++ Makefile 2008-08-29 18:09:43.000000000 +0400 +@@ -3,20 +3,19 @@ + # You may need to modify parts of this makefile for your system. + ###################################################################### + +-CC = g++ +-CFLAGS = -g0 -O3 -Wall +-CFLAGS_MOD = -g0 -O3 ++CFLAGS += -Wall ++CFLAGS_MOD = $(CFLAGS) + BINDIR = bin + + # Inclusion paths. +-INCLUDE_SDL = -I/usr/include/SDL +-INCLUDE_LUA = -I/usr/include/lua5.1 ++INCLUDE_SDL = `$(SDL_CONFIG) --cflags` ++INCLUDE_LUA = -I$(LOCALBASE)/include/lua51 + INCLUDE_LIBLOVE = -Isrc/liblove/include +-INCLUDE_FREETYPE = -I/usr/include/freetype2 ++INCLUDE_FREETYPE = -I$(LOCALBASE)/include/freetype2 + + # Linker flags. +-LD_LUA = -llua5.1 +-LD_SDL = -lSDL ++LD_LUA = -L$(LOCALBASE)/lib/lua51 -llua ++LD_SDL = `$(SDL_CONFIG) --libs` + LD_PHYSFS = -lphysfs + LD_FREETYPE = -lfreetype + LD_GL = -lGL -lGLU +@@ -27,8 +26,8 @@ + + default: prep $(BINDIR)/liblove.a love + +-INCLUDE_COMMON = $(INCLUDE_LUA) $(INCLUDE_SDL) $(INCLUDE_LIBLOVE) +-LD_COMMON = $(LD_LUA) $(LD_SDL) ++INCLUDE_COMMON = -I$(LOCALBASE)/include $(INCLUDE_LUA) $(INCLUDE_SDL) $(INCLUDE_LIBLOVE) ++LD_COMMON = -L$(LOCALBASE)/lib $(LD_LUA) $(LD_SDL) + + # + # liblove diff --git a/games/vitetris/Makefile b/games/vitetris/Makefile index 7d45965..693b704 100644 --- a/games/vitetris/Makefile +++ b/games/vitetris/Makefile @@ -2,11 +2,11 @@ # Date created: 2008-09-22 # Whom: Martin Wilke # -# $FreeBSD: ports/games/vitetris/Makefile,v 1.2 2008/10/03 15:21:49 miwi Exp $ +# $FreeBSD: ports/games/vitetris/Makefile,v 1.1 2008/09/23 08:05:46 miwi Exp $ # PORTNAME= vitetris -PORTVERSION= 0.52 +PORTVERSION= 0.51 CATEGORIES= games MASTER_SITES= http://victornils.net/tetris/ diff --git a/games/vitetris/distinfo b/games/vitetris/distinfo index bd606a5..6128e0a 100644 --- a/games/vitetris/distinfo +++ b/games/vitetris/distinfo @@ -1,3 +1,3 @@ -MD5 (vitetris-0.52.tar.gz) = d79e903986e850e020a3840156adb282 -SHA256 (vitetris-0.52.tar.gz) = 500b60d045243297e47b3d04f17710f928191eb7ebd778d3e7dea2336164fa92 -SIZE (vitetris-0.52.tar.gz) = 93611 +MD5 (vitetris-0.51.tar.gz) = 7674b536021139c100600ddb992fe2dc +SHA256 (vitetris-0.51.tar.gz) = d339774210ab7a41c0c0bdd64c5b8fa0ac4f796a1a2248874f6eddb350e696f2 +SIZE (vitetris-0.51.tar.gz) = 93522 diff --git a/graphics/Makefile b/graphics/Makefile index e8cbb92..894d7a0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: ports/graphics/Makefile,v 1.1186 2008/10/03 09:42:35 gahr Exp $ +# $FreeBSD: ports/graphics/Makefile,v 1.1185 2008/09/05 14:16:41 miwi Exp $ # COMMENT = Graphics tools and libraries @@ -194,7 +194,6 @@ SUBDIR += gdk-pixbuf SUBDIR += gdtclft SUBDIR += geeqie - SUBDIR += gegl SUBDIR += geist SUBDIR += geoapi SUBDIR += geomorph diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index a32dd5c..622a21f 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -7,7 +7,6 @@ PORTNAME= dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics @@ -19,40 +18,10 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend CONFLICTS= dri-6.2.2005* dri-6.5.2006* -MAKE_ENV+= FBSDCC="${CC}" FBSDCXX="${CXX}" \ - FBSDCFLAGS="${CFLAGS}" FBSDCXXFLAGS="${CXXFLAGS}" \ - PTHREAD_LIBS=${PTHREAD_LIBS} - -USE_XORG= x11 - -DRIMODDIR= ${PREFIX}/lib/dri -SRCDIR= mesa - -.if !defined(ARCH) -ARCH!= uname -p -.endif +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes do-install: - ${MKDIR} ${DRIMODDIR} -.if ${ARCH} == i386 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/i810_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/i915_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/i965_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/unichrome_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/tdfx_dri.so ${DRIMODDIR} -.elif ${ARCH} == amd64 - ${INSTALL_PROGRAM} ${WRKSRC}/lib/i915_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/i965_dri.so ${DRIMODDIR} -.endif - ${INSTALL_PROGRAM} ${WRKSRC}/lib/mach64_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/mga_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/r128_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/r200_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/r300_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/radeon_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/savage_dri.so ${DRIMODDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/lib/sis_dri.so ${DRIMODDIR} + cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" - .include diff --git a/graphics/dri/distinfo b/graphics/dri/distinfo index c5fcdf9..da68c3a 100644 --- a/graphics/dri/distinfo +++ b/graphics/dri/distinfo @@ -1,3 +1,3 @@ -MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e -SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22 -SIZE (MesaLib-7.0.3.tar.bz2) = 3389327 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 diff --git a/graphics/dri/files/patch-sis_context.h b/graphics/dri/files/patch-sis_context.h index 1d79d5f..3152e2d 100644 --- a/graphics/dri/files/patch-sis_context.h +++ b/graphics/dri/files/patch-sis_context.h @@ -1,16 +1,16 @@ ---- src/mesa/drivers/dri/sis/sis_context.h.orig Tue Apr 11 13:41:11 2006 -+++ src/mesa/drivers/dri/sis/sis_context.h Wed Dec 20 18:32:46 2006 -@@ -401,8 +401,20 @@ +--- src/mesa/drivers/dri/sis/sis_context.h.orig 2008-09-22 13:38:53.000000000 +0100 ++++ src/mesa/drivers/dri/sis/sis_context.h 2008-09-22 13:40:51.000000000 +0100 +@@ -401,10 +401,20 @@ #define MMIO_READ(reg) *(volatile GLint *)(smesa->IOBase + (reg)) #define MMIO_READf(reg) *(volatile GLfloat *)(smesa->IOBase + (reg)) --#if defined(__i386__) || defined(__amd64__) +-#if defined(__i386__) || defined(__x86_64__) +#if defined(__alpha__) +#define MMIO_WMB() __asm __volatile("wmb" : : : "memory") -+#elif defined(__amd64__) || defined(__i386__) ++#elif defined(__i386__) || defined(__x86_64__) || defined(__amd64__) #define MMIO_WMB() __asm __volatile("" : : : "memory") -+#elif defined(__ia64__) -+#define MMIO_WMB() __asm __volatile("mf" : : : "memory") + #elif defined(__ia64__) + #define MMIO_WMB() __asm __volatile("mf" : : : "memory") +#elif defined(__powerpc__) +#define MMIO_WMB() __asm __volatile("eieio" : : : "memory") +#elif defined(__sparc64__) diff --git a/graphics/dri/pkg-plist b/graphics/dri/pkg-plist index 10f31ec..5da5f31 100644 --- a/graphics/dri/pkg-plist +++ b/graphics/dri/pkg-plist @@ -1,6 +1,8 @@ -%%I386%%lib/dri/i810_dri.so -%%I386_AMD64%%lib/dri/i915_dri.so -%%I386_AMD64%%lib/dri/i965_dri.so +include/GL/internal/dri_interface.h +include/GL/internal/dri_sarea.h +lib/dri/i810_dri.so +lib/dri/i915_dri.so +lib/dri/i965_dri.so lib/dri/mach64_dri.so lib/dri/mga_dri.so lib/dri/r128_dri.so @@ -9,6 +11,10 @@ lib/dri/r300_dri.so lib/dri/radeon_dri.so lib/dri/savage_dri.so lib/dri/sis_dri.so -%%I386%%lib/dri/tdfx_dri.so -%%I386%%lib/dri/unichrome_dri.so +lib/dri/swrast_dri.so +lib/dri/tdfx_dri.so +lib/dri/unichrome_dri.so +libdata/pkgconfig/dri.pc @dirrm lib/dri +@dirrmtry include/GL/internal +@dirrmtry include/GL diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile deleted file mode 100644 index 1e00ff7..0000000 --- a/graphics/gegl/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection Makefile for: gegl -# Date created: 3 October 2008 -# Whom: gahr -# -# $FreeBSD: ports/graphics/gegl/Makefile,v 1.1 2008/10/03 09:42:36 gahr Exp $ -# - -PORTNAME= gegl -PORTVERSION= 0.0.18 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/ - -MAINTAINER= gahr@FreeBSD.org -COMMENT= A graph based image processing framework - -LIB_DEPENDS= babl-0.0:${PORTSDIR}/x11/babl \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - cairo.2:${PORTSDIR}/graphics/cairo \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - rsvg-2.2:${PORTSDIR}/graphics/librsvg2 - -USE_GNOME= glib20 gtk20 pango pkgconfig gnomehack -USE_SDL= sdl -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= ${PREFIX}/lib/gegl-0.0 -GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -EXAMPLES= 2geglbuffer gegl-paint geglbuffer-add-image \ - geglbuffer-clock hello-world hello-world-video - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= a2x:${PORTSDIR}/textproc/asciidoc -.else -CONFIGURE_ARGS+= --disable-docs -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|-T||' ${WRKSRC}/docs/Makefile.am ${WRKSRC}/docs/Makefile.in - -post-build: -.if !defined(NOPORTDOCS) - cd ${WRKSRC}/docs && ${GMAKE} -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/gallery - (cd ${WRKSRC}/docs && \ - ${COPYTREE_SHARE} \*.html ${DOCSDIR} && \ - ${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${DOCSDIR} && \ - ${INSTALL_DATA} gallery/OpenRaster* ${DOCSDIR}/gallery && \ - ${INSTALL_DATA} gallery/clones* ${DOCSDIR}/gallery && \ - ${INSTALL_DATA} gallery/index.html ${DOCSDIR}/gallery ) -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR}/data - ${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${EXAMPLESDIR}/data -.for ex in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${EXAMPLESDIR} -.endfor -.endif - -.include diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo deleted file mode 100644 index 5da4180..0000000 --- a/graphics/gegl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gegl-0.0.18.tar.bz2) = e458409440a7b51f446df321c3657e4d -SHA256 (gegl-0.0.18.tar.bz2) = 58d5c2c415684f5744dd8dec80a1c230fc4b02ecea6c9edf3b5ef3ed4046ef93 -SIZE (gegl-0.0.18.tar.bz2) = 1204867 diff --git a/graphics/gegl/pkg-descr b/graphics/gegl/pkg-descr deleted file mode 100644 index 2298a1a..0000000 --- a/graphics/gegl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GEGL (Generic Graphics Library) is a graph based image -processing framework. - -GEGL provides infrastructure to do demand based cached -non destructive image editing on larger than RAM buffers. -Through babl it provides support for a wide range of color -models and pixel storage formats for input and output. - -WWW: http://gegl.org/ diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist deleted file mode 100644 index 304cdaf..0000000 --- a/graphics/gegl/pkg-plist +++ /dev/null @@ -1,252 +0,0 @@ -bin/gegl -include/gegl-0.0/gegl-buffer.h -include/gegl-0.0/gegl-chant.h -include/gegl-0.0/gegl-color.h -include/gegl-0.0/gegl-config.c -include/gegl-0.0/gegl-curve.h -include/gegl-0.0/gegl-paramspecs.h -include/gegl-0.0/gegl-plugin.h -include/gegl-0.0/gegl-utils.h -include/gegl-0.0/gegl.h -include/gegl-0.0/operation/gegl-operation-area-filter.h -include/gegl-0.0/operation/gegl-operation-composer.h -include/gegl-0.0/operation/gegl-operation-filter.h -include/gegl-0.0/operation/gegl-operation-meta.h -include/gegl-0.0/operation/gegl-operation-point-composer.h -include/gegl-0.0/operation/gegl-operation-point-filter.h -include/gegl-0.0/operation/gegl-operation-point-render.h -include/gegl-0.0/operation/gegl-operation-sink.h -include/gegl-0.0/operation/gegl-operation-source.h -include/gegl-0.0/operation/gegl-operation-temporal.h -include/gegl-0.0/operation/gegl-operation.h -lib/libgegl-0.0.la -lib/libgegl-0.0.so.18 -lib/libgegl-0.0.so -lib/gegl-0.0/add.la -lib/gegl-0.0/add.so -lib/gegl-0.0/affine.la -lib/gegl-0.0/affine.so -lib/gegl-0.0/bilateral-filter.la -lib/gegl-0.0/bilateral-filter.so -lib/gegl-0.0/box-blur.la -lib/gegl-0.0/box-blur.so -lib/gegl-0.0/brightness-contrast.la -lib/gegl-0.0/brightness-contrast.so -lib/gegl-0.0/c2g.la -lib/gegl-0.0/c2g.so -lib/gegl-0.0/checkerboard.la -lib/gegl-0.0/checkerboard.so -lib/gegl-0.0/clear.la -lib/gegl-0.0/clear.so -lib/gegl-0.0/clone.la -lib/gegl-0.0/clone.so -lib/gegl-0.0/color-burn.la -lib/gegl-0.0/color-burn.so -lib/gegl-0.0/color-dodge.la -lib/gegl-0.0/color-dodge.so -lib/gegl-0.0/color-temperature.la -lib/gegl-0.0/color-temperature.so -lib/gegl-0.0/color.la -lib/gegl-0.0/color.so -lib/gegl-0.0/contrast-curve.la -lib/gegl-0.0/contrast-curve.so -lib/gegl-0.0/convert-format.la -lib/gegl-0.0/convert-format.so -lib/gegl-0.0/crop.la -lib/gegl-0.0/crop.so -lib/gegl-0.0/darken.la -lib/gegl-0.0/darken.so -lib/gegl-0.0/difference-of-gaussians.la -lib/gegl-0.0/difference-of-gaussians.so -lib/gegl-0.0/difference.la -lib/gegl-0.0/difference.so -lib/gegl-0.0/display.la -lib/gegl-0.0/display.so -lib/gegl-0.0/divide.la -lib/gegl-0.0/divide.so -lib/gegl-0.0/dropshadow.la -lib/gegl-0.0/dropshadow.so -lib/gegl-0.0/dst-atop.la -lib/gegl-0.0/dst-atop.so -lib/gegl-0.0/dst-in.la -lib/gegl-0.0/dst-in.so -lib/gegl-0.0/dst-out.la -lib/gegl-0.0/dst-out.so -lib/gegl-0.0/dst-over.la -lib/gegl-0.0/dst-over.so -lib/gegl-0.0/dst.la -lib/gegl-0.0/dst.so -lib/gegl-0.0/exclusion.la -lib/gegl-0.0/exclusion.so -lib/gegl-0.0/exr-load.la -lib/gegl-0.0/exr-load.so -lib/gegl-0.0/ff-load.la -lib/gegl-0.0/ff-load.so -lib/gegl-0.0/fractal-explorer.la -lib/gegl-0.0/fractal-explorer.so -lib/gegl-0.0/gamma.la -lib/gegl-0.0/gamma.so -lib/gegl-0.0/gaussian-blur.la -lib/gegl-0.0/gaussian-blur.so -lib/gegl-0.0/grey.la -lib/gegl-0.0/grey.so -lib/gegl-0.0/hard-light.la -lib/gegl-0.0/hard-light.so -lib/gegl-0.0/introspect.la -lib/gegl-0.0/introspect.so -lib/gegl-0.0/invert.la -lib/gegl-0.0/invert.so -lib/gegl-0.0/jpg-load.la -lib/gegl-0.0/jpg-load.so -lib/gegl-0.0/layer.la -lib/gegl-0.0/layer.so -lib/gegl-0.0/levels.la -lib/gegl-0.0/levels.so -lib/gegl-0.0/lighten.la -lib/gegl-0.0/lighten.so -lib/gegl-0.0/load-buffer.la -lib/gegl-0.0/load-buffer.so -lib/gegl-0.0/load.la -lib/gegl-0.0/load.so -lib/gegl-0.0/magick-load.la -lib/gegl-0.0/magick-load.so -lib/gegl-0.0/mblur.la -lib/gegl-0.0/mblur.so -lib/gegl-0.0/mono-mixer.la -lib/gegl-0.0/mono-mixer.so -lib/gegl-0.0/multiply.la -lib/gegl-0.0/multiply.so -lib/gegl-0.0/noise.la -lib/gegl-0.0/noise.so -lib/gegl-0.0/nop.la -lib/gegl-0.0/nop.so -lib/gegl-0.0/normal.la -lib/gegl-0.0/normal.so -lib/gegl-0.0/opacity.la -lib/gegl-0.0/opacity.so -lib/gegl-0.0/open-buffer.la -lib/gegl-0.0/open-buffer.so -lib/gegl-0.0/over.la -lib/gegl-0.0/over.so -lib/gegl-0.0/overlay.la -lib/gegl-0.0/overlay.so -lib/gegl-0.0/pixbuf.la -lib/gegl-0.0/pixbuf.so -lib/gegl-0.0/plus.la -lib/gegl-0.0/plus.so -lib/gegl-0.0/png-load.la -lib/gegl-0.0/png-load.so -lib/gegl-0.0/png-save.la -lib/gegl-0.0/png-save.so -lib/gegl-0.0/raw-load.la -lib/gegl-0.0/raw-load.so -lib/gegl-0.0/rectangle.la -lib/gegl-0.0/rectangle.so -lib/gegl-0.0/remap.la -lib/gegl-0.0/remap.so -lib/gegl-0.0/save-buffer.la -lib/gegl-0.0/save-buffer.so -lib/gegl-0.0/save-pixbuf.la -lib/gegl-0.0/save-pixbuf.so -lib/gegl-0.0/screen.la -lib/gegl-0.0/screen.so -lib/gegl-0.0/shift.la -lib/gegl-0.0/shift.so -lib/gegl-0.0/snn-mean.la -lib/gegl-0.0/snn-mean.so -lib/gegl-0.0/soft-light.la -lib/gegl-0.0/soft-light.so -lib/gegl-0.0/src-atop.la -lib/gegl-0.0/src-atop.so -lib/gegl-0.0/src-in.la -lib/gegl-0.0/src-in.so -lib/gegl-0.0/src-out.la -lib/gegl-0.0/src-out.so -lib/gegl-0.0/src-over.la -lib/gegl-0.0/src-over.so -lib/gegl-0.0/src.la -lib/gegl-0.0/src.so -lib/gegl-0.0/stress.la -lib/gegl-0.0/stress.so -lib/gegl-0.0/stretch-contrast.la -lib/gegl-0.0/stretch-contrast.so -lib/gegl-0.0/subtract.la -lib/gegl-0.0/subtract.so -lib/gegl-0.0/svg-huerotate.la -lib/gegl-0.0/svg-huerotate.so -lib/gegl-0.0/svg-load.la -lib/gegl-0.0/svg-load.so -lib/gegl-0.0/svg-luminancetoalpha.la -lib/gegl-0.0/svg-luminancetoalpha.so -lib/gegl-0.0/svg-matrix.la -lib/gegl-0.0/svg-matrix.so -lib/gegl-0.0/svg-multiply.la -lib/gegl-0.0/svg-multiply.so -lib/gegl-0.0/svg-saturate.la -lib/gegl-0.0/svg-saturate.so -lib/gegl-0.0/text.la -lib/gegl-0.0/text.so -lib/gegl-0.0/threshold.la -lib/gegl-0.0/threshold.so -lib/gegl-0.0/tonemap.la -lib/gegl-0.0/tonemap.so -lib/gegl-0.0/unsharp-mask.la -lib/gegl-0.0/unsharp-mask.so -lib/gegl-0.0/value-invert.la -lib/gegl-0.0/value-invert.so -lib/gegl-0.0/whitebalance.la -lib/gegl-0.0/whitebalance.so -lib/gegl-0.0/write-buffer.la -lib/gegl-0.0/write-buffer.so -lib/gegl-0.0/xor.la -lib/gegl-0.0/xor.so -libdata/pkgconfig/gegl.pc -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/brightness-contrast.c.html -%%PORTDOCS%%%%DOCSDIR%%/class-hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/devhelp.css -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.txt -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-00.xml -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.txt -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-01.xml -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.txt -%%PORTDOCS%%%%DOCSDIR%%/gallery/OpenRaster-04.xml -%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.txt -%%PORTDOCS%%%%DOCSDIR%%/gallery/clones.xml -%%PORTDOCS%%%%DOCSDIR%%/gallery/index.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-area-filter.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-composer.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-filter.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-meta.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-composer.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-filter.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-point-render.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-sink.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-source.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation-temporal.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-operation.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl-plugin.h.html -%%PORTDOCS%%%%DOCSDIR%%/gegl.css -%%PORTDOCS%%%%DOCSDIR%%/gegl.devhelp -%%PORTDOCS%%%%DOCSDIR%%/gegl.h.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/operations.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/2geglbuffer.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/surfer.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gegl-paint.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-add-image.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geglbuffer-clock.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world-video.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello-world.c -@dirrm include/gegl-0.0/operation -@dirrm include/gegl-0.0 -@dirrm lib/gegl-0.0 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/gallery -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/data -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 3727835..559df49 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -2,38 +2,37 @@ # Date created: 12 Jan 2006 # Whom: Dmitry Marakasov # -# $FreeBSD: ports/graphics/gnash-devel/Makefile,v 1.33 2008/10/03 14:29:22 amdmi3 Exp $ +# $FreeBSD: ports/graphics/gnash-devel/Makefile,v 1.31 2008/08/21 06:17:19 rafan Exp $ # PORTNAME= gnash -PORTVERSION= 20080927 +DISTVERSION= 20080515 PORTREVISION= 1 CATEGORIES= graphics # gnashdev.org is slower MASTER_SITES= http://www.amdmi3.ru/distfiles/ \ http://www.gnashdev.org/dev_snapshots/ PKGNAMESUFFIX= -devel -EXTRACT_SUFX= .tar.tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= GNU Flash movie player LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - curl.4:${PORTSDIR}/ftp/curl \ - ungif.5:${PORTSDIR}/graphics/libungif + curl.4:${PORTSDIR}/ftp/curl CONFLICTS= gnash-[0-9]* +EXTRACT_SUFX= .tar.tgz USE_GMAKE= yes GNU_CONFIGURE= yes WANT_SDL= yes WANT_GNOME= yes -USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 +USE_GCC= 4.2+ WANT_GSTREAMER= yes USE_GNOME= pkgconfig libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm -USE_AUTOTOOLS= libltdl:15 libtool:15:env +USE_AUTOTOOLS= libltdl:15 automake:19:env autoheader:262:env autoconf:262:env aclocal:19:env libtool:15:env CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ @@ -44,10 +43,7 @@ CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \ --with-npapi-plugindir="${PREFIX}/lib/browser_plugins" \ --with-kde-pluginprefix="${PREFIX}" -GNASHVER= trunk - -WRKSRC= ${WRKDIR}/${PORTNAME}-${GNASHVER} -PLIST_SUB+= GNASHVER="${GNASHVER}" +WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.3 USE_LDCONFIG= ${PREFIX}/lib/gnash @@ -66,7 +62,7 @@ OPTIONS= PLUGIN "Enable browser plugin" on \ .include # Plugin option processing -.if !defined(WITHOUT_GTK) && !defined(WITHOUT_PLUGIN) +.if defined(WITH_GTK) && !defined(WITHOUT_PLUGIN) PLIST_SUB+= FFPLUGIN="" .else PLIST_SUB+= FFPLUGIN="@comment " @@ -104,7 +100,7 @@ PLIST_SUB+= NLS="@comment " # GNASH_GUIS= -.if !defined(WITHOUT_GTK) +.if defined(WITH_GTK) USE_GNOME= gtk20 GNASH_GUIS+= gtk PLIST_SUB+= GTK="" @@ -138,7 +134,7 @@ LIB_DEPENDS+= agg.2:${PORTSDIR}/graphics/agg CONFIGURE_ARGS+= --enable-renderer=agg .elif !defined(WITH_AGG) && defined(WITH_OPENGL) && !defined(WITH_CAIRO) USE_GL= yes -. if !defined(WITHOUT_GTK) +. if defined(WITH_GTK) LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext . endif CONFIGURE_ARGS+= --enable-renderer=ogl @@ -174,27 +170,19 @@ pre-everything:: @sleep 3 .endif -post-patch: +pre-configure: + @(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen.sh) + @${REINPLACE_CMD} -e 's|^LIBS = |&$${INTLLIBS} |' \ + ${WRKSRC}/utilities/Makefile.in ${WRKSRC}/cygnal/Makefile.in @${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; \ s|/lib64|/lib|g; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure \ - ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist - @${REINPLACE_CMD} -e '/sysconfDATA_INSTALL/ s|/$$$$f|&.dist|' \ - ${WRKSRC}/libbase/Makefile.in - -post-install: - if [ ! -f ${PREFIX}/etc/gnashrc ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/gnashrc.dist \ - ${PREFIX}/etc/gnashrc; \ - fi - if [ ! -f ${PREFIX}/etc/gnashpluginrc ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/gnashpluginrc.dist \ - ${PREFIX}/etc/gnashpluginrc; \ - fi + ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist .if !defined(WITHOUT_PLUGIN) -.if !defined(WITHOUT_GTK) +post-install: +.if defined(WITH_GTK) @cd ${INSTALL_WRKSRC}/plugin && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin .endif diff --git a/graphics/gnash-devel/distinfo b/graphics/gnash-devel/distinfo index b0898ab..db552c4 100644 --- a/graphics/gnash-devel/distinfo +++ b/graphics/gnash-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnash-20080927.tar.tgz) = 9a3ce0f655ce72809f4d9dc56ae84e33 -SHA256 (gnash-20080927.tar.tgz) = fdebe69ccb8b5111df8a85673e303cee31c843f47163ee84f8da9f06bd3b60e2 -SIZE (gnash-20080927.tar.tgz) = 4023101 +MD5 (gnash-20080515.tar.tgz) = dfa5293481120dda51473d5974cb6bee +SHA256 (gnash-20080515.tar.tgz) = b1e9a6bdf45e154e095c6c98ab822e9014d1c822d0841166ec39681d77b7c6eb +SIZE (gnash-20080515.tar.tgz) = 3666406 diff --git a/graphics/gnash-devel/files/patch-backend-render_handler_ogl.h b/graphics/gnash-devel/files/patch-backend-render_handler_ogl.h new file mode 100644 index 0000000..b4f4382 --- /dev/null +++ b/graphics/gnash-devel/files/patch-backend-render_handler_ogl.h @@ -0,0 +1,178 @@ +diff -ruN backend/render_handler_ogl.h.orig backend/render_handler_ogl.h +--- backend/render_handler_ogl.h.orig 1970-01-01 03:00:00.000000000 +0300 ++++ backend/render_handler_ogl.h 2008-05-15 06:18:41.725653935 +0400 +@@ -0,0 +1,174 @@ ++// ++// Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ++// ++// This program is free software; you can redistribute it and/or modify ++// it under the terms of the GNU General Public License as published by ++// the Free Software Foundation; either version 3 of the License, or ++// (at your option) any later version. ++// ++// This program is distributed in the hope that it will be useful, ++// but WITHOUT ANY WARRANTY; without even the implied warranty of ++// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++// GNU General Public License for more details. ++// ++// You should have received a copy of the GNU General Public License ++// along with this program; if not, write to the Free Software ++// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ++ ++#ifndef __RENDER_HANDLER_OGL_H__ ++#define __RENDER_HANDLER_OGL_H__ ++ ++ ++#if defined(NOT_SGI_GL) || defined(__APPLE_CC__) ++#include ++#include ++#include ++#include ++#define GLUCALLBACKTYPE GLvoid (*)(...) ++#else ++# define GLUCALLBACKTYPE void (*)() ++# include ++# ifdef WIN32 ++# define GL_CLAMP_TO_EDGE 0x812F ++# else ++# include ++# ifdef OSMESA_TESTING ++# include ++# endif // OSMESA_TESTING ++# endif ++# include ++# ifndef APIENTRY ++# define APIENTRY ++# endif ++#endif ++ ++ ++ ++ ++namespace gnash { ++ ++ ++ ++ ++typedef std::vector PathRefs; ++ ++ ++ ++struct oglVertex { ++ oglVertex(double x, double y, double z = 0.0) ++ : _x(x), _y(y), _z(z) ++ { ++ } ++ ++ oglVertex(const point& p) ++ : _x(p.x), _y(p.y), _z(0.0) ++ { ++ } ++ ++ GLdouble _x; ++ GLdouble _y; ++ GLdouble _z; ++}; ++ ++typedef std::map< const path*, std::vector > PathPointMap; ++ ++class Tesselator ++{ ++public: ++ Tesselator(); ++ ~Tesselator(); ++ ++ void beginPolygon(); ++ ++ void feed(std::vector& vertices); ++ ++ void tesselate(); ++ ++ void beginContour(); ++ void endContour(); ++ ++ void rememberVertex(GLdouble* v); ++ ++ static void ++ error(GLenum error); ++ ++ static void combine(GLdouble coords [3], void *vertex_data[4], ++ GLfloat weight[4], void **outData, void* userdata); ++ ++ ++ ++private: ++ std::vector _vertices; ++ GLUtesselator* _tessobj; ++}; ++ ++class WholeShape ++{ ++public: ++ void newPath(const path& new_path) ++ { ++ PathRefs refs; ++ refs.push_back(&new_path); ++ ++ shape.push_back(refs); ++ } ++ ++ void addPath(const path& add_path) ++ { ++ PathRefs& refs = shape.back(); ++ refs.push_back(&add_path); ++ } ++ ++ void addPathRefs(const PathRefs& pathrefs) ++ { ++ ++ PathRefs new_refs(pathrefs.begin(), pathrefs.end()); ++ ++ shape.push_back(new_refs); ++ } ++ ++ ++ const std::vector& get() const ++ { ++ return shape; ++ } ++ ++private: ++ std::vector shape; ++ ++}; ++ ++ ++class bitmap_info_ogl : public bitmap_info ++{ ++ public: ++ bitmap_info_ogl(image::image_base* image, GLenum pixelformat, ++ bool ogl_accessible); ++ ~bitmap_info_ogl(); ++ ++ void apply(const gnash::matrix& bitmap_matrix, ++ render_handler::bitmap_wrap_mode wrap_mode); ++ private: ++ inline bool ogl_accessible() const; ++ void setup(); ++ void upload(boost::uint8_t* data, size_t width, size_t height); ++ ++ std::auto_ptr _img; ++ GLenum _pixel_format; ++ GLenum _ogl_img_type; ++ bool _ogl_accessible; ++ GLuint _texture_id; ++ size_t _orig_width; ++ size_t _orig_height; ++}; ++ ++ ++ ++ ++ ++ ++} // namespace gnash ++ ++ ++#endif // __RENDER_HANDLER_OGL_H__ ++ diff --git a/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Point_as.cpp b/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Point_as.cpp new file mode 100644 index 0000000..4a9a362 --- /dev/null +++ b/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Point_as.cpp @@ -0,0 +1,14 @@ +--- server/asobj/flash/geom/Point_as.cpp.orig 2008-05-14 14:38:44.000000000 +0400 ++++ server/asobj/flash/geom/Point_as.cpp 2008-05-17 02:22:11.737384190 +0400 +@@ -193,9 +193,9 @@ + ptr->get_member(NSV::PROP_X, &xval); + ptr->get_member(NSV::PROP_Y, &yval); + double x = xval.to_number(); +- if ( ! isfinite(x) ) return as_value(NAN); ++ if ( ! std::isfinite(x) ) return as_value(NAN); + double y = yval.to_number(); +- if ( ! isfinite(y) ) return as_value(NAN); ++ if ( ! std::isfinite(y) ) return as_value(NAN); + + double l = sqrt(x*x+y*y); + return as_value(l); diff --git a/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Rectangle_as.cpp b/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Rectangle_as.cpp new file mode 100644 index 0000000..0d490fd --- /dev/null +++ b/graphics/gnash-devel/files/patch-server-asobj-flash-geom-Rectangle_as.cpp @@ -0,0 +1,15 @@ +--- server/asobj/flash/geom/Rectangle_as.cpp.orig 2008-05-14 14:38:44.000000000 +0400 ++++ server/asobj/flash/geom/Rectangle_as.cpp 2008-05-17 02:22:29.328831706 +0400 +@@ -241,10 +241,10 @@ + if ( h.is_undefined() || h.is_null() ) return as_value(true); + + double wn = w.to_number(); +- if ( ! isfinite(wn) || wn == 0 ) return as_value(true); ++ if ( ! std::isfinite(wn) || wn == 0 ) return as_value(true); + + double hn = h.to_number(); +- if ( ! isfinite(hn) || hn == 0 ) return as_value(true); ++ if ( ! std::isfinite(hn) || hn == 0 ) return as_value(true); + + log_debug("Width: %g, Height: %g", wn, hn); + diff --git a/graphics/gnash-devel/pkg-plist b/graphics/gnash-devel/pkg-plist index d67932f..8bc032c 100644 --- a/graphics/gnash-devel/pkg-plist +++ b/graphics/gnash-devel/pkg-plist @@ -1,5 +1,4 @@ bin/dumpshm -bin/flvdumper bin/gnash bin/gprocessor bin/soldumper @@ -10,32 +9,35 @@ bin/soldumper %%KONQPLUGIN%%share/apps/klash/pluginsinfo %%KONQPLUGIN%%share/apps/klash/klashpartui.rc %%KONQPLUGIN%%share/services/klash_part.desktop +%%KONQPLUGIN%%lib/kde3/libklashpart.a %%KONQPLUGIN%%lib/kde3/libklashpart.so %%KONQPLUGIN%%lib/kde3/libklashpart.la -@unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi -etc/gnashpluginrc.dist -@exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi -@unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi -etc/gnashrc.dist -@exec if [ ! -f %B/gnashrc ]; then cp -p %D/%F %B/gnashrc; fi -lib/gnash/libgnashamf-%%GNASHVER%%.so +etc/gnashpluginrc +etc/gnashrc +lib/gnash/libgnashamf-0.8.3.so +lib/gnash/libgnashamf.a lib/gnash/libgnashamf.la lib/gnash/libgnashamf.so -lib/gnash/libgnashbase-%%GNASHVER%%.so +lib/gnash/libgnashbase-0.8.3.so +lib/gnash/libgnashbase.a lib/gnash/libgnashbase.la lib/gnash/libgnashbase.so -lib/gnash/libgnashcore-%%GNASHVER%%.so -lib/gnash/libgnashcore.la -lib/gnash/libgnashcore.so -lib/gnash/libgnashmedia-%%GNASHVER%%.so +lib/gnash/libgnashmedia-0.8.3.so +lib/gnash/libgnashmedia.a lib/gnash/libgnashmedia.la lib/gnash/libgnashmedia.so +lib/gnash/libgnashnet.a lib/gnash/libgnashnet.la lib/gnash/libgnashnet.so lib/gnash/libgnashnet.so.0 -%%GTK%%lib/gnash/libmozsdk.la -%%GTK%%lib/gnash/libmozsdk.so -%%GTK%%lib/gnash/libmozsdk.so.0 +lib/gnash/libgnashserver-0.8.3.so +lib/gnash/libgnashserver.a +lib/gnash/libgnashserver.la +lib/gnash/libgnashserver.so +%%FFPLUGIN%%lib/gnash/libmozsdk.a +%%FFPLUGIN%%lib/gnash/libmozsdk.la +%%FFPLUGIN%%lib/gnash/libmozsdk.so +%%FFPLUGIN%%lib/gnash/libmozsdk.so.0 %%DOCSDIR%%/gnashuser.html %%DOCSDIR%%/images/car_crash.png %%DOCSDIR%%/images/rtmp.png @@ -48,7 +50,6 @@ share/locale/es/LC_MESSAGES/gnash.mo share/locale/fi/LC_MESSAGES/gnash.mo share/locale/fr/LC_MESSAGES/gnash.mo share/locale/it/LC_MESSAGES/gnash.mo -share/locale/ja/LC_MESSAGES/gnash.mo share/locale/sv/LC_MESSAGES/gnash.mo @dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/images diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index ca6132d..9887db0 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -2,12 +2,11 @@ # Date created: 12 Jan 2006 # Whom: Dmitry Marakasov # -# $FreeBSD: ports/graphics/gnash/Makefile,v 1.30 2008/10/03 14:30:30 amdmi3 Exp $ +# $FreeBSD: ports/graphics/gnash/Makefile,v 1.29 2008/08/21 06:17:19 rafan Exp $ # PORTNAME= gnash PORTVERSION= 0.8.3 -PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://getgnash.org/packages/releases/ \ ${MASTER_SITE_GNU} @@ -64,7 +63,7 @@ OPTIONS= PLUGIN "Enable browser plugin" on \ .include # Plugin option processing -.if !defined(WITHOUT_GTK) && !defined(WITHOUT_PLUGIN) +.if defined(WITH_GTK) && !defined(WITHOUT_PLUGIN) PLIST_SUB+= FFPLUGIN="" .else PLIST_SUB+= FFPLUGIN="@comment " @@ -102,7 +101,7 @@ PLIST_SUB+= NLS="@comment " # GNASH_GUIS= -.if !defined(WITHOUT_GTK) +.if defined(WITH_GTK) USE_GNOME= gtk20 GNASH_GUIS+= gtk PLIST_SUB+= GTK="" @@ -136,7 +135,7 @@ LIB_DEPENDS+= agg.2:${PORTSDIR}/graphics/agg CONFIGURE_ARGS+= --enable-renderer=agg .elif !defined(WITH_AGG) && defined(WITH_OPENGL) && !defined(WITH_CAIRO) USE_GL= yes -. if !defined(WITHOUT_GTK) +. if defined(WITH_GTK) LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext . endif CONFIGURE_ARGS+= --enable-renderer=ogl @@ -178,21 +177,10 @@ post-patch: s|/lib64|/lib|g; \ s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure \ ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist - @${REINPLACE_CMD} -e '/sysconfDATA_INSTALL/ s|/$$$$f|&.dist|' \ - ${WRKSRC}/libbase/Makefile.in - -post-install: - if [ ! -f ${PREFIX}/etc/gnashrc ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/gnashrc.dist \ - ${PREFIX}/etc/gnashrc; \ - fi - if [ ! -f ${PREFIX}/etc/gnashpluginrc ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/gnashpluginrc.dist \ - ${PREFIX}/etc/gnashpluginrc; \ - fi .if !defined(WITHOUT_PLUGIN) -.if !defined(WITHOUT_GTK) +post-install: +.if defined(WITH_GTK) @cd ${INSTALL_WRKSRC}/plugin && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin .endif diff --git a/graphics/gnash/pkg-plist b/graphics/gnash/pkg-plist index 3cc3770..4e5c162 100644 --- a/graphics/gnash/pkg-plist +++ b/graphics/gnash/pkg-plist @@ -12,12 +12,8 @@ bin/soldumper %%KONQPLUGIN%%lib/kde3/libklashpart.a %%KONQPLUGIN%%lib/kde3/libklashpart.so %%KONQPLUGIN%%lib/kde3/libklashpart.la -@unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi -etc/gnashpluginrc.dist -@exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi -@unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi -etc/gnashrc.dist -@exec if [ ! -f %B/gnashrc ]; then cp -p %D/%F %B/gnashrc; fi +etc/gnashpluginrc +etc/gnashrc lib/gnash/libgnashamf-%%GNASHVER%%.so lib/gnash/libgnashamf.a lib/gnash/libgnashamf.la diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 7f38fbb..c5b9d66 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -2,7 +2,7 @@ # Date created: 2007-10-07 # Whom: nork@FreeBSD.org # -# $FreeBSD: ports/graphics/ilmbase/Makefile,v 1.8 2008/10/02 21:53:26 nork Exp $ +# $FreeBSD: ports/graphics/ilmbase/Makefile,v 1.7 2008/07/23 17:17:10 nork Exp $ # PORTNAME= ilmbase @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= openexr MAINTAINER= nork@FreeBSD.org COMMENT= ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex -CONFLICTS= OpenEXR-1.[0-4].* +CONFLICT= OpenEXR-1.[0-4].* OPTIONS= THREAD "Enable multithreaded file I/O support" on diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 09b8e53..7ad5e0f 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -12,14 +12,14 @@ CATEGORIES= graphics COMMENT= OpenGL library that renders using GLX or DRI BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend -LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm +LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \ + expat.6:${PORTSDIR}/textproc/expat2 -USE_XORG= glproto xxf86vm xext xfixes xdamage -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/drm +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes -SRCDIR= glx/x11 -HEADERS= gl.h glext.h glx.h glxext.h -HEADERSDIR= include/GL +do-install: + ${RM} ${WRKSRC}/include/GL/glu*.h + cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk index 0bd3753..b661141 100644 --- a/graphics/libGL/bsd.mesalib.mk +++ b/graphics/libGL/bsd.mesalib.mk @@ -17,75 +17,88 @@ # $FreeBSD: ports/graphics/libGL/bsd.mesalib.mk,v 1.5 2008/04/29 15:05:42 flz Exp $ # -MESAVERSION= 7.0.3 +MESAVERSION= 7.2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ MASTER_SITE_SUBDIR= mesa3d -DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= MesaLib-${MESAVERSION}${EXTRACT_SUFX} MAINTAINER= x11@FreeBSD.org USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes -MAKE_ARGS= SHELL=${SH} -CFLAGS+= -DUSE_XSHM -DHZ=100 +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib -PREFIX= ${LOCALBASE} -FILESDIR= ${.CURDIR}/../../graphics/libGL/files -WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION} -CONFDIR= ${WRKSRC}/configs +ALL_TARGET= default -SHVER?= 1 +#MAKE_ARGS= SHELL=${SH} +#CFLAGS+= -DUSE_XSHM -DHZ=100 + +#FILESDIR= ${.CURDIR}/../../graphics/libGL/files +WRKSRC= ${WRKDIR}/Mesa-${MESAVERSION} .if !defined(ARCH) ARCH!= uname -p .endif -.if ${ARCH} == i386 -PLIST_SUB+= I386="" -PLIST_SUB+= I386_AMD64="" -ALL_TARGET= freebsd-dri-x86 -.elif ${ARCH} == amd64 -PLIST_SUB+= I386="@comment " -PLIST_SUB+= I386_AMD64="" -ALL_TARGET= freebsd-dri-amd64 +.if ${ARCH} == alpha +FAST_MATH= .else -PLIST_SUB+= I386="@comment " -PLIST_SUB+= I386_AMD64="@comment " -ALL_TARGET= freebsd-dri +FAST_MATH= -ffast-math .endif -.if ${ARCH} == alpha -FAST_MATH= +COMPONENT= ${PORTNAME:L:C/^lib//:C/mesa-//} + +.if ${COMPONENT:Mglut} == "" +. if ${COMPONENT:Mglu} == "" +CONFIGURE_ARGS+= --disable-glu --disable-glut +. else +CONFIGURE_ARGS+= --disable-glut +. endif +.else +DISTFILES+= MesaGLUT-${MESAVERSION}${EXTRACT_SUFX} +.endif + +.if ${COMPONENT:Mglw} == "" +CONFIGURE_ARGS+= --disable-glw .else -FAST_MATH= -ffast-math +CONFIGURE_ARGS+= --enable-motif .endif -pre-patch: - @${REINPLACE_CMD} \ - -e '/^CC =/d' -e '/^CXX =/d' \ - -e 's|/usr/X11R6|${LOCALBASE}|g' \ - -e 's|/usr/local|${LOCALBASE}|g' \ - -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - -e 's|-ffast-math|${FAST_MATH}|g' \ - -e 's|CFLAGS = |CFLAGS = ${CFLAGS} |g' \ - -e 's|OPT_FLAGS = .*|OPT_FLAGS = ${CFLAGS}|g' \ - -e "s|SRC_DIRS = .*|SRC_DIRS = ${SRCDIR}|g" \ - -e 's|-DHAVE_POSIX_MEMALIGN||' \ - ${CONFDIR}/freebsd-dri - @${REINPLACE_CMD} \ - -e 's|^\(MKDEP_OPTIONS.*\)|\1 -- -I${LOCALBASE}/include|' \ - -e 's|^\(MKLIB_OPTIONS.*\)|\1 -L${LOCALBASE}/lib|' \ - -e 's|^DRI_DRIVER_INSTALL_DIR.*|DRI_DRIVER_INSTALL_DIR = ${LOCALBASE}/lib/dri|' \ - ${CONFDIR}/default +.if ${COMPONENT:Mdemos} == "" +CONFIGURE_ARGS+= --with-demos=no +.else +DISTFILES+= MesaDemos-${MESAVERSION}${EXTRACT_SUFX} +CONFIGURE_ARGS+= --with-demos=demos,xdemos +.endif + +.if ${COMPONENT:Mdri} == "" +CONFIGURE_ARGS+= --with-dri-drivers=no +.endif -.if !target(do-install) -do-install: - ${MKDIR} ${PREFIX}/include/GL/ -.for i in ${HEADERS} - ${INSTALL_DATA} ${WRKSRC}/${HEADERSDIR}/${i} ${PREFIX}/include/GL/ -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/lib/${PORTNAME}.so.${SHVER} ${PREFIX}/lib - ${LN} -sf ${PORTNAME}.so.${SHVER} ${PREFIX}/lib/${PORTNAME}.so +# Testing purposes only. +.if defined(WITH_XCB) +CONFIGURE_ARGS+= --enable-xcb +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/src/glu/Makefile \ + ${WRKSRC}/src/glw/Makefile \ + ${WRKSRC}/src/mesa/Makefile \ + ${WRKSRC}/src/mesa/drivers/dri/Makefile +.if ${COMPONENT:Mglut} != "" + @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/src/glut/glx/Makefile +.endif +.if ${COMPONENT:Mdemos} != "" + @${REINPLACE_CMD} -e 's|../images/|${DATADIR}/images/|g' \ + -e 's|geartrain.dat|${DATADIR}/data/geartrain.dat|g' \ + -e 's|terrain.dat|${DATADIR}/data/terrain.dat|g' \ + -e 's|isosurf.dat|${DATADIR}/data/isosurf.dat|g' \ + ${WRKSRC}/progs/demos/*.c ${WRKSRC}/progs/xdemos/*.c .endif diff --git a/graphics/libGL/distinfo b/graphics/libGL/distinfo index c5fcdf9..da68c3a 100644 --- a/graphics/libGL/distinfo +++ b/graphics/libGL/distinfo @@ -1,3 +1,3 @@ -MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e -SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22 -SIZE (MesaLib-7.0.3.tar.bz2) = 3389327 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 diff --git a/graphics/libGL/pkg-plist b/graphics/libGL/pkg-plist index f3fd7c6..e3ab0eb 100644 --- a/graphics/libGL/pkg-plist +++ b/graphics/libGL/pkg-plist @@ -1,7 +1,26 @@ +include/GL/amesa.h +include/GL/dmesa.h +include/GL/fxmesa.h +include/GL/ggimesa.h +include/GL/gl_mangle.h include/GL/gl.h include/GL/glext.h +include/GL/glfbdev.h +include/GL/glx_mangle.h include/GL/glx.h include/GL/glxext.h +include/GL/mesa_wgl.h +include/GL/mglmesa.h +include/GL/osmesa.h +include/GL/svgamesa.h +include/GL/uglglutshapes.h +include/GL/uglmesa.h +include/GL/vms_x_fix.h +include/GL/wmesa.h +include/GL/xmesa.h +include/GL/xmesa_x.h +include/GL/xmesa_xf86.h lib/libGL.so lib/libGL.so.1 +libdata/pkgconfig/gl.pc @dirrmtry include/GL diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index b0d556e..b0e7a25 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -12,11 +12,12 @@ CATEGORIES= graphics COMMENT= OpenGL utility library USE_GL= gl -USE_XORG= xmu xi +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes -SRCDIR= glu/sgi -HEADERS= glu.h -HEADERSDIR= include/GL +do-install: + cd ${WRKSRC}/src/glu; ${GMAKE} install + ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/ + cd ${WRKSRC}/src/glu; ${GMAKE} install .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include diff --git a/graphics/libGLU/distinfo b/graphics/libGLU/distinfo index c5fcdf9..da68c3a 100644 --- a/graphics/libGLU/distinfo +++ b/graphics/libGLU/distinfo @@ -1,3 +1,3 @@ -MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e -SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22 -SIZE (MesaLib-7.0.3.tar.bz2) = 3389327 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 diff --git a/graphics/libGLU/pkg-plist b/graphics/libGLU/pkg-plist index addb2a1..330c54e 100644 --- a/graphics/libGLU/pkg-plist +++ b/graphics/libGLU/pkg-plist @@ -1,3 +1,5 @@ include/GL/glu.h +include/GL/glu_mangle.h lib/libGLU.so lib/libGLU.so.1 +libdata/pkgconfig/glu.pc diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index b4497d3..9d9eeda 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -15,13 +15,10 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif USE_GL= gl -USE_XORG= xt +USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes -CFLAGS+= -D__GLX_MOTIF=1 -SRCDIR= glw - -HEADERS= GLwDrawA.h GLwDrawAP.h GLwMDrawA.h GLwMDrawAP.h -HEADERSDIR= src/glw +do-install: + cd ${WRKSRC}/src/glw; ${GMAKE} install .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include diff --git a/graphics/libGLw/distinfo b/graphics/libGLw/distinfo index c5fcdf9..da68c3a 100644 --- a/graphics/libGLw/distinfo +++ b/graphics/libGLw/distinfo @@ -1,3 +1,3 @@ -MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e -SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22 -SIZE (MesaLib-7.0.3.tar.bz2) = 3389327 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 diff --git a/graphics/libGLw/files/patch-glw-GLwDrawA.c b/graphics/libGLw/files/patch-glw-GLwDrawA.c deleted file mode 100644 index fac6f15..0000000 --- a/graphics/libGLw/files/patch-glw-GLwDrawA.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/glw/GLwDrawA.c.orig Tue Mar 13 21:11:41 2007 -+++ src/glw/GLwDrawA.c Tue Mar 13 21:12:38 2007 -@@ -668,7 +668,7 @@ - #endif - - --#ifndef __GLX_MOTIF -+#ifdef __GLX_MOTIF - - /* Make context current */ - void GLwDrawingAreaMakeCurrent(Widget w,GLXContext ctx){ diff --git a/graphics/libGLw/pkg-plist b/graphics/libGLw/pkg-plist index a3105d8..211b586 100644 --- a/graphics/libGLw/pkg-plist +++ b/graphics/libGLw/pkg-plist @@ -4,3 +4,5 @@ include/GL/GLwMDrawA.h include/GL/GLwMDrawAP.h lib/libGLw.so lib/libGLw.so.1 +libdata/pkgconfig/glw.pc +@dirrmtry include/GL diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 95bb6e6..ae34dd2 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes pre-patch: - ${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ + @${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/configure .include diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 46dd9fc..ff50b3e 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -6,26 +6,18 @@ # PORTNAME= libglut -PORTVERSION= 7.0.1 -PORTREVISION= 1 +PORTVERSION= ${MESAVERSION} CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mesa3d -DISTNAME= MesaGLUT-${PORTVERSION} MAINTAINER= shaun@FreeBSD.org COMMENT= OpenGL utility toolkit -USE_BZIP2= yes USE_LDCONFIG= yes USE_GL= glu +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu -WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx - -pre-patch: - ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ - -pre-install: - @${MKDIR} ${PREFIX}/include/GL +do-install: + cd ${WRKSRC}/src/glut/glx; ${MAKE} install +.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include diff --git a/graphics/libglut/distinfo b/graphics/libglut/distinfo index bd402bb..799cf9f 100644 --- a/graphics/libglut/distinfo +++ b/graphics/libglut/distinfo @@ -1,3 +1,6 @@ -MD5 (MesaGLUT-7.0.1.tar.bz2) = 25f30d0c1651997b4412366ba0572f7f -SHA256 (MesaGLUT-7.0.1.tar.bz2) = 4f7cd181b652d88cea4aac59564b757de95cd6ca0ab00441dc0707b377d5527e -SIZE (MesaGLUT-7.0.1.tar.bz2) = 315599 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 +MD5 (MesaGLUT-7.2.tar.bz2) = f67daf93e12c4a459703bbf3e4004e31 +SHA256 (MesaGLUT-7.2.tar.bz2) = 33c51e5f0971c0da568c13b6a7f68d77ef3e0b0ec5c5758f8198ef37320daafe +SIZE (MesaGLUT-7.2.tar.bz2) = 327717 diff --git a/graphics/libglut/pkg-plist b/graphics/libglut/pkg-plist index bd3da1f..27f711b 100644 --- a/graphics/libglut/pkg-plist +++ b/graphics/libglut/pkg-plist @@ -1,6 +1,5 @@ include/GL/glut.h -include/GL/glutf90.h -lib/libglut.a lib/libglut.so -lib/libglut.so.4 +lib/libglut.so.3 +libdata/pkgconfig/glut.pc @dirrmtry include/GL diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 5429f72..04bd905 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -6,88 +6,39 @@ # PORTNAME= demos -PORTVERSION= 7.0.3 +PORTVERSION= ${MESAVERSION} CATEGORIES= graphics -MASTER_SITES= SF -MASTER_SITE_SUBDIR= mesa3d PKGNAMEPREFIX= mesa- -DISTFILES= MesaDemos-${PORTVERSION}${EXTRACT_SUFX} \ - MesaLib-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= araujo@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut +USE_GL= glu glut +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes -USE_BZIP2= yes -USE_GMAKE= yes -MAKE_ARGS= SHELL=${SH} \ - SUBDIRS="progs/demos progs/xdemos" -MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -ALL_TARGET= default -WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION} -DATADIR= ${PREFIX}/share/mesa-demos - -DEMO_PROGS= arbfplight arbfslight arbocclude bounce clearspd cubemap \ - drawpix engine fire fogcoord fplight fslight gamma gearbox \ - gears geartrain glinfo gloss glslnoise gltestperf glutfx \ - ipers isosurf lodbias morph3d multiarb paltex pointblast \ - ray readpix reflect renormal shadowtex singlebuffer spectex \ - spriteblast stex3d streaming_rect teapot terrain tessdemo \ - texcyl texdown texenv texobj trispd tunnel tunnel2 vao_demo \ - winpos - -DEMO_IMAGES= arch.rgb bw.rgb girl.rgb girl2.rgb reflect.rgb s128.rgb \ - tile.rgb tree2.rgba tree3.rgb wrs_logo.rgb -DEMO_DATA= geartrain.dat isosurf.dat terrain.dat - -XDEMO_PROGS= glthreads glxcontexts glxdemo glxgears glxgears_fbconfig \ - glxheads glxinfo glxpbdemo glxpixmap glxswapcontrol manywin \ - offset overlay pbdemo pbinfo wincopy xfont xrotfontdemo - -# Generate packing list -PLIST_FILES= -.for prog in ${DEMO_PROGS} -PLIST_FILES+= bin/${prog} -.endfor -.for prog in ${XDEMO_PROGS} -PLIST_FILES+= bin/${prog} -.endfor -.for img in ${DEMO_IMAGES} -PLIST_FILES+= %%DATADIR%%/images/${img} -.endfor -.for dat in ${DEMO_DATA} -PLIST_FILES+= %%DATADIR%%/data/${dat} -.endfor -PLIST_DIRS= %%DATADIR%%/images %%DATADIR%%/data %%DATADIR%% - -post-extract: - ${CP} ${FILESDIR}/config ${WRKSRC}/configs/current - ${REINPLACE_CMD} -e 's|../images/|${DATADIR}/images/|g' \ - -e 's|geartrain.dat|${DATADIR}/data/geartrain.dat|g' \ - -e 's|terrain.dat|${DATADIR}/data/terrain.dat|g' \ - -e 's|isosurf.dat|${DATADIR}/data/isosurf.dat|g' \ - ${WRKSRC}/progs/demos/*.c ${WRKSRC}/progs/xdemos/*.c +DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} do-install: - @for prog in ${DEMO_PROGS}; do \ - ${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/$$prog \ - ${PREFIX}/bin ; \ - done - @for prog in ${XDEMO_PROGS}; do \ - ${INSTALL_PROGRAM} ${WRKSRC}/progs/xdemos/$$prog \ - ${PREFIX}/bin ; \ + @for i in demos xdemos; do \ + cd ${WRKSRC}/progs/$$i; \ + for j in `${MAKE} -V PROGS`; do \ + echo ${INSTALL_PROGRAM} $$j ${PREFIX}/bin; \ + ${INSTALL_PROGRAM} $$j ${PREFIX}/bin; \ + done; \ done ${MKDIR} ${DATADIR}/images ${DATADIR}/data - @for img in ${DEMO_IMAGES}; do \ - ${INSTALL_DATA} ${WRKSRC}/progs/images/$$img \ - ${DATADIR}/images ; \ - done - @for dat in ${DEMO_DATA}; do \ - ${INSTALL_DATA} ${WRKSRC}/progs/demos/$$dat ${DATADIR}/data ; \ - done - + @cd ${WRKSRC}/progs/images; \ + for i in `ls *.rgb*`; do \ + echo ${INSTALL_DATA} $$i ${DATADIR}/images; \ + ${INSTALL_DATA} $$i ${DATADIR}/images; \ + done + @cd ${WRKSRC}/progs/demos; \ + for i in `ls *.dat`; do \ + echo ${INSTALL_DATA} $$i ${DATADIR}/data; \ + ${INSTALL_DATA} $$i ${DATADIR}/data; \ + done + +.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" .include .if defined(WITH_NVIDIA_GL) diff --git a/graphics/mesa-demos/distinfo b/graphics/mesa-demos/distinfo index 29ae4d8..f30869a 100644 --- a/graphics/mesa-demos/distinfo +++ b/graphics/mesa-demos/distinfo @@ -1,6 +1,6 @@ -MD5 (MesaDemos-7.0.3.tar.bz2) = 47fd6863621d3c9c7dbb870ab7f0c303 -SHA256 (MesaDemos-7.0.3.tar.bz2) = f0c55cc268de57157e3f80608fafa6b30f79f18f788cda5d9db5f5de900e2356 -SIZE (MesaDemos-7.0.3.tar.bz2) = 1342158 -MD5 (MesaLib-7.0.3.tar.bz2) = e6e6379d7793af40a6bc3ce1bace572e -SHA256 (MesaLib-7.0.3.tar.bz2) = ebdf3448eac8abb56bbfc0b7c015efce8e5d88f10ee3123dcc62c1ff47b62d22 -SIZE (MesaLib-7.0.3.tar.bz2) = 3389327 +MD5 (MesaLib-7.2.tar.bz2) = 04d379292e023df0b0266825cb0dbde5 +SHA256 (MesaLib-7.2.tar.bz2) = a9cc62ab760afeebcb1319a193508734a2d470cab8effab2776a2d3c65bd9cd2 +SIZE (MesaLib-7.2.tar.bz2) = 3341919 +MD5 (MesaDemos-7.2.tar.bz2) = 22e03dc4038cd63f32c21eb60994892b +SHA256 (MesaDemos-7.2.tar.bz2) = 3d73988ad3e87f6084a4593cc6b3aac63aca3e893d3e9409d892a6f51558e4c4 +SIZE (MesaDemos-7.2.tar.bz2) = 1360304 diff --git a/graphics/mesa-demos/pkg-plist b/graphics/mesa-demos/pkg-plist new file mode 100644 index 0000000..ac2bb13 --- /dev/null +++ b/graphics/mesa-demos/pkg-plist @@ -0,0 +1,92 @@ +bin/arbfplight +bin/arbfslight +bin/arbocclude +bin/bounce +bin/clearspd +bin/copypix +bin/corender +bin/cubemap +bin/drawpix +bin/engine +bin/fbo_firecube +bin/fire +bin/fogcoord +bin/fplight +bin/fslight +bin/gamma +bin/gearbox +bin/gears +bin/geartrain +bin/glinfo +bin/gloss +bin/glslnoise +bin/gltestperf +bin/glthreads +bin/glutfx +bin/glxcontexts +bin/glxdemo +bin/glxgears +bin/glxgears_fbconfig +bin/glxgears_pixmap +bin/glxheads +bin/glxinfo +bin/glxpbdemo +bin/glxpixmap +bin/glxsnoop +bin/glxswapcontrol +bin/ipers +bin/isosurf +bin/lodbias +bin/manywin +bin/morph3d +bin/multiarb +bin/offset +bin/overlay +bin/paltex +bin/pbdemo +bin/pbinfo +bin/pointblast +bin/rain +bin/ray +bin/readpix +bin/reflect +bin/renormal +bin/shadowtex +bin/sharedtex +bin/singlebuffer +bin/spectex +bin/spriteblast +bin/stex3d +bin/streaming_rect +bin/teapot +bin/terrain +bin/tessdemo +bin/texcyl +bin/texdown +bin/texenv +bin/texobj +bin/texture_from_pixmap +bin/trispd +bin/tunnel +bin/tunnel2 +bin/vao_demo +bin/wincopy +bin/winpos +bin/xfont +bin/xrotfontdemo +%%DATADIR%%/data/geartrain.dat +%%DATADIR%%/data/isosurf.dat +%%DATADIR%%/data/terrain.dat +%%DATADIR%%/images/arch.rgb +%%DATADIR%%/images/bw.rgb +%%DATADIR%%/images/girl.rgb +%%DATADIR%%/images/girl2.rgb +%%DATADIR%%/images/reflect.rgb +%%DATADIR%%/images/s128.rgb +%%DATADIR%%/images/tile.rgb +%%DATADIR%%/images/tree2.rgba +%%DATADIR%%/images/tree3.rgb +%%DATADIR%%/images/wrs_logo.rgb +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index d1ad3de..f52f169 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -2,11 +2,11 @@ # Date created: 27 December 2001 # Whom: rasputin # -# $FreeBSD: ports/java/bouncycastle/Makefile,v 1.26 2008/10/03 06:29:05 ale Exp $ +# $FreeBSD: ports/java/bouncycastle/Makefile,v 1.25 2008/07/14 06:09:07 ale Exp $ # PORTNAME= bouncycastle -PORTVERSION= 1.41 +PORTVERSION= 1.40 CATEGORIES= java security MASTER_SITES= http://downloads.bouncycastle.org/java/ \ http://polydistortion.net/bc/download/ \ diff --git a/java/bouncycastle/distinfo b/java/bouncycastle/distinfo index cd74006..70a2c85 100644 --- a/java/bouncycastle/distinfo +++ b/java/bouncycastle/distinfo @@ -1,3 +1,3 @@ -MD5 (crypto-141.tar.gz) = 78cb8e8ddfa598d73d2446d41f88de51 -SHA256 (crypto-141.tar.gz) = f701cf079d7b3d1344ef4e018a4aff0c88ccc27b6dc65a7f366357038fcee746 -SIZE (crypto-141.tar.gz) = 24188575 +MD5 (crypto-140.tar.gz) = e557f815cc1916b5e3ab83ce6fa575bc +SHA256 (crypto-140.tar.gz) = 10e9ca3c66bc70a49e12999213ff3973de1898cf8f9d048588de5475d524e902 +SIZE (crypto-140.tar.gz) = 23557296 diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 32739d0..cfabbd9 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -2,14 +2,14 @@ # Date created: 2002-11-26 # Whom: des # -# $FreeBSD: ports/lang/sbcl/Makefile,v 1.64 2008/10/03 09:52:50 stas Exp $ +# $FreeBSD: ports/lang/sbcl/Makefile,v 1.63 2008/09/05 23:44:01 stas Exp $ # # Note: If you update this port make sure you create the distfinfo for all # versions: sbcl-1.v.v-x86-64-freebsd and sbcl-1.v.v-x86-freebsd # PORTNAME= sbcl -PORTVERSION= 1.0.21 +PORTVERSION= 1.0.20 PORTREVISION= 0 CATEGORIES= lang lisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index adfbcf4..808ae80 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,6 +1,6 @@ -MD5 (sbcl-1.0.21-source.tar.bz2) = a2993a99c848fa5631363e12fb4688b3 -SHA256 (sbcl-1.0.21-source.tar.bz2) = 3723544a64c5f9418c15fa4a8eacb9032c152306c60e0e437eae42e497d37893 -SIZE (sbcl-1.0.21-source.tar.bz2) = 3297161 +MD5 (sbcl-1.0.20-source.tar.bz2) = b1101a7d64f66b943c3e6a7991de68f4 +SHA256 (sbcl-1.0.20-source.tar.bz2) = ec860fbf6eb15c67748fef3ab4d61615482ec681ce8985ae5c7f45d571e0ffa3 +SIZE (sbcl-1.0.20-source.tar.bz2) = 3270318 MD5 (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 97c0acdaab6a0ad0101cf6d23e03176f SHA256 (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 19f7a1311e2b0c7a174cce2182c9a240f0b1fe12eeb61de6e1cc253d47c4dc27 SIZE (sbcl-1.0.17-amd64-freebsd8-binary.tar.bz2) = 7786927 diff --git a/mail/Makefile b/mail/Makefile index 0cd0da6..ece6070 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: ports/mail/Makefile,v 1.928 2008/10/03 10:38:25 skv Exp $ +# $FreeBSD: ports/mail/Makefile,v 1.927 2008/09/25 00:26:34 gahr Exp $ # COMMENT = Electronic mail utilities @@ -203,7 +203,6 @@ SUBDIR += kshowmail SUBDIR += lbdb SUBDIR += lens - SUBDIR += libdkim SUBDIR += libdomainkeys SUBDIR += libesmtp SUBDIR += libetpan diff --git a/mail/horde-dimp/Makefile b/mail/horde-dimp/Makefile index 8a0ee3b..fffdf45 100644 --- a/mail/horde-dimp/Makefile +++ b/mail/horde-dimp/Makefile @@ -2,11 +2,11 @@ # Date created: Sat Sep 13, 2008 # Whom: Beech Rintoul # -# $FreeBSD: ports/mail/horde-dimp/Makefile,v 1.2 2008/10/02 22:11:45 beech Exp $ +# $FreeBSD: ports/mail/horde-dimp/Makefile,v 1.1 2008/09/23 02:46:15 beech Exp $ # PORTNAME= dimp -PORTVERSION= 1.1 +DISTVERSION= 1.1-rc2 CATEGORIES= mail www MAINTAINER= beech@FreeBSD.org diff --git a/mail/horde-dimp/distinfo b/mail/horde-dimp/distinfo index f90d06e..b2c0d16 100644 --- a/mail/horde-dimp/distinfo +++ b/mail/horde-dimp/distinfo @@ -1,3 +1,3 @@ -MD5 (dimp-h3-1.1.tar.gz) = 5ad975dc76b7b75778508ace19b6a39e -SHA256 (dimp-h3-1.1.tar.gz) = 0ac246b6ba93694185ae28f024fb12a951fc72fb24a7dc54b1de29918bfb2e2d -SIZE (dimp-h3-1.1.tar.gz) = 1048165 +MD5 (dimp-h3-1.1-rc2.tar.gz) = 6ead792f949cc9c965f2066ddc80e86c +SHA256 (dimp-h3-1.1-rc2.tar.gz) = b2f6d1507f718ff0084db8444b13ee5182e9001a1aa8adc0853f7ab41d8c5206 +SIZE (dimp-h3-1.1-rc2.tar.gz) = 1048340 diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile index 8d0052e..7c86693 100644 --- a/mail/horde-turba/Makefile +++ b/mail/horde-turba/Makefile @@ -2,11 +2,11 @@ # Date created: Sat Nov 16, 2001 # Whom: Thierry Thomas () # -# $FreeBSD: ports/mail/horde-turba/Makefile,v 1.60 2008/10/02 22:37:38 beech Exp $ +# $FreeBSD: ports/mail/horde-turba/Makefile,v 1.59 2008/06/29 05:06:37 beech Exp $ # PORTNAME= turba -PORTVERSION= 2.3 +PORTVERSION= 2.2.1 DISTVERSIONSUFFIX= CATEGORIES= mail www diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo index b989272..1298b91 100644 --- a/mail/horde-turba/distinfo +++ b/mail/horde-turba/distinfo @@ -1,3 +1,3 @@ -MD5 (turba-h3-2.3.tar.gz) = da53ffb690fdaa53c324497d5c5be9b3 -SHA256 (turba-h3-2.3.tar.gz) = 0a58a3f5b0fedde8397df126821ffce243ce1b838c2a81ee259dcb3b46a4828b -SIZE (turba-h3-2.3.tar.gz) = 2354452 +MD5 (turba-h3-2.2.1.tar.gz) = 9fd4cefb58cebc8a199f3c6ff1622a92 +SHA256 (turba-h3-2.2.1.tar.gz) = a05db7d75de92192901714c144dfbc59f704705cbd32781735d20349b068d6f2 +SIZE (turba-h3-2.2.1.tar.gz) = 2245123 diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist index 37aed6c..bdf1cdd 100644 --- a/mail/horde-turba/pkg-plist +++ b/mail/horde-turba/pkg-plist @@ -4,6 +4,7 @@ %%HORDIR%%/addressbooks/edit.php %%HORDIR%%/addressbooks/index.php %%HORDIR%%/browse.php +%%HORDIR%%/bug5476.phpt %%HORDIR%%/config/.htaccess %%HORDIR%%/config/attributes.php.dist %%HORDIR%%/config/conf.xml @@ -78,8 +79,6 @@ %%HORDIR%%/lib/tests/ListViewTest.php %%HORDIR%%/lib/tests/TestBase.php %%HORDIR%%/lib/tests/ViewBrowseTest.php -%%HORDIR%%/lib/tests/az.png -%%HORDIR%%/lib/tests/bug5476.phpt %%HORDIR%%/lib/tests/bug_6518.phpt %%HORDIR%%/lib/tests/import.ldif %%HORDIR%%/lib/tests/importCRLF.ldif @@ -103,8 +102,6 @@ %%HORDIR%%/locale/es_ES/LC_MESSAGES/turba.mo %%HORDIR%%/locale/es_ES/help.xml %%HORDIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%HORDIR%%/locale/eu_ES/LC_MESSAGES/turba.mo -%%HORDIR%%/locale/eu_ES/help.xml %%HORDIR%%/locale/fa_IR/LC_MESSAGES/turba.mo %%HORDIR%%/locale/fa_IR/help.xml %%HORDIR%%/locale/fi_FI/LC_MESSAGES/turba.mo @@ -151,7 +148,6 @@ %%HORDIR%%/po/el_GR.po %%HORDIR%%/po/es_ES.po %%HORDIR%%/po/et_EE.po -%%HORDIR%%/po/eu_ES.po %%HORDIR%%/po/fa_IR.po %%HORDIR%%/po/fi_FI.po %%HORDIR%%/po/fr_FR.po @@ -202,9 +198,7 @@ %%HORDIR%%/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.pgsql.sql %%HORDIR%%/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.sql %%HORDIR%%/scripts/upgrades/2.1_to_2.2_sql_schema.php -%%HORDIR%%/scripts/upgrades/2.2.1_to_2.3.sql %%HORDIR%%/scripts/upgrades/2007-06-17_flatten_shares.php -%%HORDIR%%/scripts/upgrades/2008-09-23_fix_group_uid.sql %%HORDIR%%/scripts/upgrades/convert_datatree_shares_to_sql.php %%HORDIR%%/scripts/upgrades/create_default_histories.php %%HORDIR%%/scripts/upgrades/public_to_horde_share.php @@ -349,8 +343,6 @@ @dirrm %%HORDIR%%/locale/fi_FI @dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES @dirrm %%HORDIR%%/locale/fa_IR -@dirrm %%HORDIR%%/locale/eu_ES/LC_MESSAGES -@dirrm %%HORDIR%%/locale/eu_ES @dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES @dirrm %%HORDIR%%/locale/et_EE @dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES @@ -383,7 +375,7 @@ @dirrm %%HORDIR%%/lib @dirrm %%HORDIR%%/js/src @dirrm %%HORDIR%%/js -@dirrmtry %%HORDIR%%/config @dirrm %%HORDIR%%/addressbooks +@dirrmtry %%HORDIR%%/config @dirrmtry %%HORDIR%% @dirrmtry %%HORBAS%% diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile deleted file mode 100644 index 963292a..0000000 --- a/mail/libdkim/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: libdkim -# Date created: 03 Oct 2008 -# Whom: Sergey Skvortsov -# -# $FreeBSD: ports/mail/libdkim/Makefile,v 1.1 2008/10/03 10:38:25 skv Exp $ -# - -PORTNAME= libdkim -PORTVERSION= 1.0.17 -CATEGORIES= mail -MASTER_SITES= http://duncanthrax.net/exim-experimental/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-tk - -MAINTAINER= skv@FreeBSD.org -COMMENT= DKIM (DomainKeys Identified Mail) library - -USE_LDCONFIG= YES -SHLIB_MAJOR= 1 -PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" - -USE_OPENSSL= YES - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ - ${FILESDIR}/Makefile > ${WRKSRC}/Makefile - -.include diff --git a/mail/libdkim/distinfo b/mail/libdkim/distinfo deleted file mode 100644 index da59896..0000000 --- a/mail/libdkim/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libdkim-1.0.17-tk.tar.gz) = ca6608a7aac6be23f8ecda16211c9bf6 -SHA256 (libdkim-1.0.17-tk.tar.gz) = 25e261fa8ad4331b151ef63cd7b6531bc230fd01adc3ab586700c6a0e043a795 -SIZE (libdkim-1.0.17-tk.tar.gz) = 28387 diff --git a/mail/libdkim/files/Makefile b/mail/libdkim/files/Makefile deleted file mode 100644 index 184e944..0000000 --- a/mail/libdkim/files/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD: ports/mail/libdkim/files/Makefile,v 1.1 2008/10/03 10:38:25 skv Exp $ - -LIB = dkim -SRCS= dkim.cpp dns.cpp dkimbase.cpp dkimsign.cpp dkimverify.cpp -INCS= dkim.h dns.h dkimbase.h dkimsign.h dkimverify.h - -SHLIB_MAJOR= %%SHLIB_MAJOR%% - -LIBDIR= ${PREFIX}/lib -INCLUDEDIR= ${PREFIX}/include -CFLAGS+= -DOPENSSL_FIPS -I${OPENSSLBASE}/include -LDFLAGS+= -lcrypto -L${OPENSSLBASE}/lib - -NO_PROFILE= - -.include diff --git a/mail/libdkim/pkg-descr b/mail/libdkim/pkg-descr deleted file mode 100644 index f011e13..0000000 --- a/mail/libdkim/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library implements DKIM (DomainKeys Identified Mail). - -WWW: http://dkim.org/ diff --git a/mail/libdkim/pkg-plist b/mail/libdkim/pkg-plist deleted file mode 100644 index 51771a4..0000000 --- a/mail/libdkim/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/dns.h -include/dkim.h -include/dkimbase.h -include/dkimsign.h -include/dkimverify.h -lib/libdkim.a -lib/libdkim.so -lib/libdkim.so.%%SHLIB_MAJOR%% diff --git a/mail/p5-Email-MessageID/Makefile b/mail/p5-Email-MessageID/Makefile index 1949e90..8315286 100644 --- a/mail/p5-Email-MessageID/Makefile +++ b/mail/p5-Email-MessageID/Makefile @@ -2,11 +2,11 @@ # Date created: 27 December 2004 # Whom: Lars Thegler # -# $FreeBSD: ports/mail/p5-Email-MessageID/Makefile,v 1.5 2008/10/03 18:46:47 leeym Exp $ +# $FreeBSD: ports/mail/p5-Email-MessageID/Makefile,v 1.4 2008/04/17 14:26:53 araujo Exp $ # PORTNAME= Email-MessageID -PORTVERSION= 1.400 +PORTVERSION= 1.351 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate world unique message-ids -RUN_DEPENDS= p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address +BUILD_DEPENDS= ${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/mail/p5-Email-MessageID/distinfo b/mail/p5-Email-MessageID/distinfo index 457d8da..c6edd0c 100644 --- a/mail/p5-Email-MessageID/distinfo +++ b/mail/p5-Email-MessageID/distinfo @@ -1,3 +1,3 @@ -MD5 (Email-MessageID-1.400.tar.gz) = 2d809151ae4d6ce3d9aa798daa0fba5e -SHA256 (Email-MessageID-1.400.tar.gz) = 0988f898351fa75789aa05c0c5879f4ded473f6fbd9a6e3ddcdaccb412205f02 -SIZE (Email-MessageID-1.400.tar.gz) = 10549 +MD5 (Email-MessageID-1.351.tar.gz) = 4c193eab1b7410f39c797f0be7f98b68 +SHA256 (Email-MessageID-1.351.tar.gz) = 7c1b53d9d4826b71bf79e266142cc0757396369a5a0e907990aee00dc94142e6 +SIZE (Email-MessageID-1.351.tar.gz) = 10298 diff --git a/mail/p5-MIME-Charset/Makefile b/mail/p5-MIME-Charset/Makefile index a83f937..e7bd479 100644 --- a/mail/p5-MIME-Charset/Makefile +++ b/mail/p5-MIME-Charset/Makefile @@ -2,20 +2,22 @@ # Date created: 05 June 2007 # Whom: Olivier Girard # -# $FreeBSD: ports/mail/p5-MIME-Charset/Makefile,v 1.3 2008/10/02 13:20:40 leeym Exp $ +# $FreeBSD: ports/mail/p5-MIME-Charset/Makefile,v 1.2 2008/04/17 14:26:55 araujo Exp $ # PORTNAME= MIME-Charset -PORTVERSION= 1.006.2 +PORTVERSION= 0.044 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr -COMMENT= Charset Informations for MIME +COMMENT= MIME::Charset - Charset Informations for MIME PERL_CONFIGURE= yes -MAN3= MIME::Charset.3 MIME::Charset::JA_JP.3 +MAN3= \ + MIME::Charset.3 \ + MIME::Charset-ja_JP.3 .include diff --git a/mail/p5-MIME-Charset/distinfo b/mail/p5-MIME-Charset/distinfo index c566708..f96ab84 100644 --- a/mail/p5-MIME-Charset/distinfo +++ b/mail/p5-MIME-Charset/distinfo @@ -1,3 +1,3 @@ -MD5 (MIME-Charset-1.006.2.tar.gz) = 22a140a7f323518301d9998bf50e2e17 -SHA256 (MIME-Charset-1.006.2.tar.gz) = ca8d2fb05724cc8c4202532382825dec232eb3992d8b547ab62888dd2fbb77af -SIZE (MIME-Charset-1.006.2.tar.gz) = 36303 +MD5 (MIME-Charset-0.044.tar.gz) = 782acf737cc17898341cb68511ca9041 +SHA256 (MIME-Charset-0.044.tar.gz) = a3b3cc4009850492e75e3b34bae72ab9475df380fa031b398a140557af735e25 +SIZE (MIME-Charset-0.044.tar.gz) = 29499 diff --git a/mail/p5-MIME-Charset/pkg-plist b/mail/p5-MIME-Charset/pkg-plist index c3ae43c..69669ba 100644 --- a/mail/p5-MIME-Charset/pkg-plist +++ b/mail/p5-MIME-Charset/pkg-plist @@ -1,9 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Charset/.packlist +%%SITE_PERL%%/MIME/Charset-ja_JP.pod %%SITE_PERL%%/MIME/Charset.pm -%%SITE_PERL%%/MIME/Charset/Defaults.pm.sample -%%SITE_PERL%%/MIME/Charset/JA_JP.pod %%SITE_PERL%%/MIME/Charset/_Compat.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Charset/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Charset +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Charset @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME -@dirrmtry %%SITE_PERL%%/MIME/Charset +@dirrm %%SITE_PERL%%/MIME/Charset @dirrmtry %%SITE_PERL%%/MIME diff --git a/mail/p5-MIME-EncWords/Makefile b/mail/p5-MIME-EncWords/Makefile index b803cd2..0398ecb 100644 --- a/mail/p5-MIME-EncWords/Makefile +++ b/mail/p5-MIME-EncWords/Makefile @@ -2,29 +2,25 @@ # Date created: 05 June 2007 # Whom: Olivier Girard # -# $FreeBSD: ports/mail/p5-MIME-EncWords/Makefile,v 1.4 2008/10/02 16:06:20 leeym Exp $ +# $FreeBSD: ports/mail/p5-MIME-EncWords/Makefile,v 1.2 2008/04/17 14:26:55 araujo Exp $ # PORTNAME= MIME-EncWords -PORTVERSION= 1.010.101 -PORTREVISION= 1 +PORTVERSION= 0.040 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= Olivier.Girard@univ-angers.fr -COMMENT= Deal with RFC 2047 encoded words (improved) +COMMENT= MIME::EncWords - deal with RFC-1522 encoded words (improved) -RUN_DEPENDS= p5-MIME-Charset>=1.006.2:${PORTSDIR}/mail/p5-MIME-Charset +BUILD_DEPENDS= ${SITE_PERL}/MIME/Charset.pm:${PORTSDIR}/mail/p5-MIME-Charset \ + ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools +RUN_DEPENDS= ${SITE_PERL}/MIME/Charset.pm:${PORTSDIR}/mail/p5-MIME-Charset \ + ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools PERL_CONFIGURE= yes -MAN3= MIME::EncWords.3 MIME::EncWords::JA_JP.3 +MAN3= MIME::EncWords.3 -.include - -.if ${PERL_LEVEL} < 500801 -RUN_DEPENDS+= p5-MIME-Base64>=2.13:${PORTSDIR}/converters/p5-MIME-Base64 -.endif - -.include +.include diff --git a/mail/p5-MIME-EncWords/distinfo b/mail/p5-MIME-EncWords/distinfo index 3e8b70a..d56ec99 100644 --- a/mail/p5-MIME-EncWords/distinfo +++ b/mail/p5-MIME-EncWords/distinfo @@ -1,3 +1,3 @@ -MD5 (MIME-EncWords-1.010.101.tar.gz) = 2009449d0af39275d45e45a4afcaf58f -SHA256 (MIME-EncWords-1.010.101.tar.gz) = 28a64e9e836ad0d55e3f08bd459a9a40ec88d8ff08adc547b518e952c6cf820a -SIZE (MIME-EncWords-1.010.101.tar.gz) = 32267 +MD5 (MIME-EncWords-0.040.tar.gz) = b208f410f6a93eface5e34d4c88105e8 +SHA256 (MIME-EncWords-0.040.tar.gz) = 3b355d59154c5e7c4ea3cba9fff6577645b189c6176a9dd90c1f3bdddae0be54 +SIZE (MIME-EncWords-0.040.tar.gz) = 21869 diff --git a/mail/p5-MIME-EncWords/pkg-plist b/mail/p5-MIME-EncWords/pkg-plist index 3b01ff9..9fed514 100644 --- a/mail/p5-MIME-EncWords/pkg-plist +++ b/mail/p5-MIME-EncWords/pkg-plist @@ -1,8 +1,5 @@ -%%SITE_PERL%%/MIME/EncWords.pm -%%SITE_PERL%%/MIME/EncWords/Defaults.pm.sample -%%SITE_PERL%%/MIME/EncWords/JA_JP.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/EncWords/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/EncWords +%%SITE_PERL%%/MIME/EncWords.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/EncWords @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME -@dirrmtry %%SITE_PERL%%/MIME/EncWords @dirrmtry %%SITE_PERL%%/MIME diff --git a/math/maxima/Makefile b/math/maxima/Makefile index b5b6d51..a5b8e13 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -2,12 +2,12 @@ # Date created: Jun 26 2002 # Whom: Scott Flatman # -# $FreeBSD: ports/math/maxima/Makefile,v 1.35 2008/10/03 09:53:55 stas Exp $ +# $FreeBSD: ports/math/maxima/Makefile,v 1.34 2008/09/05 23:45:22 stas Exp $ # PORTNAME= maxima PORTVERSION= 5.16.3 -PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= math tk MASTER_SITES= SF diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile index e334f8c..e87f74d 100644 --- a/math/qtiplot-doc/Makefile +++ b/math/qtiplot-doc/Makefile @@ -2,11 +2,11 @@ # Date created: 2006-09-08 # Whom: Max Brazhnikov # -# $FreeBSD: ports/math/qtiplot-doc/Makefile,v 1.9 2008/10/02 21:15:41 makc Exp $ +# $FreeBSD: ports/math/qtiplot-doc/Makefile,v 1.8 2008/08/06 07:48:18 miwi Exp $ # PORTNAME= qtiplot -DISTVERSION= 0.9.7.2 +DISTVERSION= 0.9.7 CATEGORIES= math MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ PKGNAMESUFFIX= -doc diff --git a/math/qtiplot-doc/distinfo b/math/qtiplot-doc/distinfo index 067f6f7..fc39697 100644 --- a/math/qtiplot-doc/distinfo +++ b/math/qtiplot-doc/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.7.2.tar.bz2) = ff1bea2f8b3e7722ae75820c3dc33b78 -SHA256 (qtiplot-0.9.7.2.tar.bz2) = 2cd4b9ee4fc84ce1c5c73efdfa8a909ae129a0f04ad9995ebae818e12a879f87 -SIZE (qtiplot-0.9.7.2.tar.bz2) = 6584563 +MD5 (qtiplot-0.9.7.tar.bz2) = 1a5c13bcaa81b15c2d152f2d47c04a5f +SHA256 (qtiplot-0.9.7.tar.bz2) = e5e7a5d9a8010245041a38f2c20be6dd254832b588be73ed3718e063c201a4c1 +SIZE (qtiplot-0.9.7.tar.bz2) = 6446993 diff --git a/math/qtiplot-doc/pkg-plist b/math/qtiplot-doc/pkg-plist index 5341916..f51e30b 100644 --- a/math/qtiplot-doc/pkg-plist +++ b/math/qtiplot-doc/pkg-plist @@ -1,13 +1,13 @@ -%%DATADIR%%/a5992.html -%%DATADIR%%/c2438.html -%%DATADIR%%/c350.html -%%DATADIR%%/c3654.html -%%DATADIR%%/c4646.html -%%DATADIR%%/c4917.html +%%DATADIR%%/a5933.html +%%DATADIR%%/c2439.html +%%DATADIR%%/c351.html +%%DATADIR%%/c3655.html +%%DATADIR%%/c4609.html +%%DATADIR%%/c4880.html %%DATADIR%%/c55.html -%%DATADIR%%/c5907.html -%%DATADIR%%/c6078.html -%%DATADIR%%/c669.html +%%DATADIR%%/c5848.html +%%DATADIR%%/c6014.html +%%DATADIR%%/c670.html %%DATADIR%%/common/fond-titre-chapitre.png %%DATADIR%%/common/fond-titre-chapitre.xcf %%DATADIR%%/common/fond-titre.png @@ -372,7 +372,6 @@ %%DATADIR%%/pics/preferences-dialog11.png %%DATADIR%%/pics/preferences-dialog12.png %%DATADIR%%/pics/preferences-dialog13.png -%%DATADIR%%/pics/preferences-dialog14.png %%DATADIR%%/pics/preferences-dialog2.png %%DATADIR%%/pics/preferences-dialog3.png %%DATADIR%%/pics/preferences-dialog4.png @@ -421,66 +420,66 @@ %%DATADIR%%/tutorial/simple-2dplot.qti %%DATADIR%%/tutorial/table-function-plot1.png %%DATADIR%%/tutorial/table-function-plot2.png -%%DATADIR%%/x1079.html -%%DATADIR%%/x1338.html -%%DATADIR%%/x137.html -%%DATADIR%%/x1427.html -%%DATADIR%%/x1484.html -%%DATADIR%%/x1802.html -%%DATADIR%%/x1940.html -%%DATADIR%%/x2067.html -%%DATADIR%%/x2117.html -%%DATADIR%%/x2155.html -%%DATADIR%%/x2207.html -%%DATADIR%%/x2528.html -%%DATADIR%%/x2751.html -%%DATADIR%%/x3068.html -%%DATADIR%%/x3271.html -%%DATADIR%%/x3382.html -%%DATADIR%%/x3670.html -%%DATADIR%%/x3703.html -%%DATADIR%%/x3737.html -%%DATADIR%%/x3752.html -%%DATADIR%%/x3776.html -%%DATADIR%%/x3802.html -%%DATADIR%%/x3837.html -%%DATADIR%%/x3857.html -%%DATADIR%%/x3899.html -%%DATADIR%%/x4008.html -%%DATADIR%%/x4031.html -%%DATADIR%%/x4048.html -%%DATADIR%%/x4072.html -%%DATADIR%%/x4097.html -%%DATADIR%%/x4110.html -%%DATADIR%%/x4210.html -%%DATADIR%%/x4243.html -%%DATADIR%%/x4260.html -%%DATADIR%%/x4268.html -%%DATADIR%%/x4386.html -%%DATADIR%%/x4398.html -%%DATADIR%%/x4428.html -%%DATADIR%%/x4443.html -%%DATADIR%%/x4471.html -%%DATADIR%%/x4481.html -%%DATADIR%%/x4504.html -%%DATADIR%%/x4561.html -%%DATADIR%%/x4676.html -%%DATADIR%%/x4711.html -%%DATADIR%%/x4714.html -%%DATADIR%%/x4717.html -%%DATADIR%%/x4731.html -%%DATADIR%%/x4826.html -%%DATADIR%%/x4837.html -%%DATADIR%%/x4902.html -%%DATADIR%%/x511.html -%%DATADIR%%/x5135.html -%%DATADIR%%/x599.html -%%DATADIR%%/x5998.html -%%DATADIR%%/x6015.html +%%DATADIR%%/x1080.html +%%DATADIR%%/x1339.html +%%DATADIR%%/x135.html +%%DATADIR%%/x1428.html +%%DATADIR%%/x1485.html +%%DATADIR%%/x1803.html +%%DATADIR%%/x1941.html +%%DATADIR%%/x2068.html +%%DATADIR%%/x2118.html +%%DATADIR%%/x2156.html +%%DATADIR%%/x2208.html +%%DATADIR%%/x2529.html +%%DATADIR%%/x2752.html +%%DATADIR%%/x3069.html +%%DATADIR%%/x3272.html +%%DATADIR%%/x3383.html +%%DATADIR%%/x3671.html +%%DATADIR%%/x3704.html +%%DATADIR%%/x3738.html +%%DATADIR%%/x3753.html +%%DATADIR%%/x3777.html +%%DATADIR%%/x3803.html +%%DATADIR%%/x3838.html +%%DATADIR%%/x3858.html +%%DATADIR%%/x3900.html +%%DATADIR%%/x4009.html +%%DATADIR%%/x4032.html +%%DATADIR%%/x4049.html +%%DATADIR%%/x4073.html +%%DATADIR%%/x4098.html +%%DATADIR%%/x4111.html +%%DATADIR%%/x4181.html +%%DATADIR%%/x4214.html +%%DATADIR%%/x4231.html +%%DATADIR%%/x4239.html +%%DATADIR%%/x4349.html +%%DATADIR%%/x4361.html +%%DATADIR%%/x4391.html +%%DATADIR%%/x4406.html +%%DATADIR%%/x4434.html +%%DATADIR%%/x4444.html +%%DATADIR%%/x4467.html +%%DATADIR%%/x4524.html +%%DATADIR%%/x4639.html +%%DATADIR%%/x4674.html +%%DATADIR%%/x4677.html +%%DATADIR%%/x4680.html +%%DATADIR%%/x4694.html +%%DATADIR%%/x4789.html +%%DATADIR%%/x4800.html +%%DATADIR%%/x4865.html +%%DATADIR%%/x5089.html +%%DATADIR%%/x512.html +%%DATADIR%%/x5939.html +%%DATADIR%%/x5956.html +%%DATADIR%%/x600.html %%DATADIR%%/x82.html -%%DATADIR%%/x907.html -%%DATADIR%%/x957.html -%%DATADIR%%/x992.html +%%DATADIR%%/x908.html +%%DATADIR%%/x958.html +%%DATADIR%%/x993.html @dirrm %%DATADIR%%/tutorial @dirrm %%DATADIR%%/pics @dirrm %%DATADIR%%/icons diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index e66e0c3..92b019d 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -2,19 +2,18 @@ # Date created: 9 May 2005 # Whom: Jie Gao # -# $FreeBSD: ports/math/qtiplot/Makefile,v 1.28 2008/10/02 21:15:41 makc Exp $ +# $FreeBSD: ports/math/qtiplot/Makefile,v 1.27 2008/08/06 07:50:41 miwi Exp $ # PORTNAME= qtiplot -DISTVERSION= 0.9.7.2 +DISTVERSION= 0.9.7 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting -BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser \ - ${LOCALBASE}/lib/libboost_date_time.a:${PORTSDIR}/devel/boost +BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl \ qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 \ qwt.5:${PORTSDIR}/x11-toolkits/qwt5 diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index 067f6f7..fc39697 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.7.2.tar.bz2) = ff1bea2f8b3e7722ae75820c3dc33b78 -SHA256 (qtiplot-0.9.7.2.tar.bz2) = 2cd4b9ee4fc84ce1c5c73efdfa8a909ae129a0f04ad9995ebae818e12a879f87 -SIZE (qtiplot-0.9.7.2.tar.bz2) = 6584563 +MD5 (qtiplot-0.9.7.tar.bz2) = 1a5c13bcaa81b15c2d152f2d47c04a5f +SHA256 (qtiplot-0.9.7.tar.bz2) = e5e7a5d9a8010245041a38f2c20be6dd254832b588be73ed3718e063c201a4c1 +SIZE (qtiplot-0.9.7.tar.bz2) = 6446993 diff --git a/math/qtiplot/files/patch-qtiplot__qtiplot.pro b/math/qtiplot/files/patch-qtiplot__qtiplot.pro index 39ebb12..b3236da 100644 --- a/math/qtiplot/files/patch-qtiplot__qtiplot.pro +++ b/math/qtiplot/files/patch-qtiplot__qtiplot.pro @@ -1,6 +1,6 @@ --- ./qtiplot/qtiplot.pro.orig 2008-03-29 10:43:50.000000000 +0300 +++ ./qtiplot/qtiplot.pro 2008-03-29 10:46:00.000000000 +0300 -@@ -45,13 +45,9 @@ +@@ -45,12 +45,8 @@ #!!! Warning: You must modify these paths according to your computer settings ############################################################################# @@ -10,10 +10,8 @@ -INCLUDEPATH += ../3rdparty/liborigin -INCLUDEPATH += ../3rdparty/gsl/include -INCLUDEPATH += ../3rdparty/zlib123/include --INCLUDEPATH += ../3rdparty/boost_1_36_0 +unix:INCLUDEPATH += $$LOCALBASE/include/qwt +unix:INCLUDEPATH += $$LOCALBASE/include/qwtplot3d-qt4 -+unix:INCLUDEPATH += $$LOCALBASE/include/boost ##################### 3rd PARTY LIBRARIES SECTION ########################### #!!! Warning: You must modify these paths according to your computer settings diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index e55f703..c61493d 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -2,11 +2,11 @@ # Date created: 2006-07-14 # Whom: Gea-Suan Lin # -# $FreeBSD: ports/multimedia/p5-FLV-Info/Makefile,v 1.15 2008/10/03 19:16:16 leeym Exp $ +# $FreeBSD: ports/multimedia/p5-FLV-Info/Makefile,v 1.14 2008/08/10 06:34:50 chinsan Exp $ # PORTNAME= FLV-Info -PORTVERSION= 0.20 +PORTVERSION= 0.19 CATEGORIES= multimedia perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CD/CDOLAN @@ -16,8 +16,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Extract metadata from Flash Video files RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Digest-MD5>=2:${PORTSDIR}/security/p5-Digest-MD5 \ p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ @@ -32,11 +33,4 @@ MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ post-patch: ${REINPLACE_CMD} -e '/Readonly/d' ${WRKSRC}/*.PL -.include - -.if ${PERL_LEVEL} < 500703 -BUILD_DEPENDS+= p5-Digest-MD5>=2:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= p5-Scalar-List-Utils>=1:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include +.include diff --git a/multimedia/p5-FLV-Info/distinfo b/multimedia/p5-FLV-Info/distinfo index aa4d63d..6e21d2e 100644 --- a/multimedia/p5-FLV-Info/distinfo +++ b/multimedia/p5-FLV-Info/distinfo @@ -1,3 +1,3 @@ -MD5 (FLV-Info-0.20.tar.gz) = 214056f0ae75c0d166c38e192f2ca323 -SHA256 (FLV-Info-0.20.tar.gz) = 6749d64d5359239c06e3f6852cd51626724564afe855136462cb5a9dbdb1ef02 -SIZE (FLV-Info-0.20.tar.gz) = 1271836 +MD5 (FLV-Info-0.19.tar.gz) = 2865a29bce0efc3a6940ab4aa88d28b4 +SHA256 (FLV-Info-0.19.tar.gz) = 4ad8ba07883e5eed1a93e9efc601e8d3a18fec6380efdf858fa957947023c3ae +SIZE (FLV-Info-0.19.tar.gz) = 1271709 diff --git a/net/p5-Net-SIP/Makefile b/net/p5-Net-SIP/Makefile index d764eb2..856e543 100644 --- a/net/p5-Net-SIP/Makefile +++ b/net/p5-Net-SIP/Makefile @@ -2,11 +2,11 @@ # Date created: 2007-03-01 # Whom: Jin-Shan Tseng # -# $FreeBSD: ports/net/p5-Net-SIP/Makefile,v 1.15 2008/10/03 20:56:13 leeym Exp $ +# $FreeBSD: ports/net/p5-Net-SIP/Makefile,v 1.14 2008/09/26 14:22:40 clsung Exp $ # PORTNAME= Net-SIP -PORTVERSION= 0.49 +PORTVERSION= 0.48 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-Net-SIP/distinfo b/net/p5-Net-SIP/distinfo index 939d10d..643a190 100644 --- a/net/p5-Net-SIP/distinfo +++ b/net/p5-Net-SIP/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-SIP-0.49.tar.gz) = f8e09b43371c888dab4d62b268383831 -SHA256 (Net-SIP-0.49.tar.gz) = b633bda227f85953357349cd02e327986f040495a8373587ad8c28f14b520908 -SIZE (Net-SIP-0.49.tar.gz) = 138852 +MD5 (Net-SIP-0.48.tar.gz) = 65fc8c166f775a9e3d442e306f5a3cc8 +SHA256 (Net-SIP-0.48.tar.gz) = 0715d919316f6794bb4a5cd59b9a5b54d6a4bbfec0e4193a5c344e6c2c2de2ca +SIZE (Net-SIP-0.48.tar.gz) = 139113 diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index df10b5c..032e535 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -2,12 +2,12 @@ # Date created: 15 February 2004 # Whom: Shin'ya Murakami # -# $FreeBSD: ports/science/cdcl/Makefile,v 1.13 2008/10/02 19:51:35 amdmi3 Exp $ +# $FreeBSD: ports/science/cdcl/Makefile,v 1.12 2008/09/26 09:08:12 miwi Exp $ # PORTNAME= cdcl PORTVERSION= 5.3.3 -PORTREVISION= 3 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ \ http://dennou-h.gfd-dennou.org/arch/dcl/ \ @@ -18,7 +18,6 @@ MAINTAINER= murashin@gfd-dennou.org COMMENT= Scientific graphic library for geoscience .if defined(WITHOUT_GTK) -USE_XORG= x11 .else USE_GNOME= gtk20 .endif @@ -27,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x .if defined(WITHOUT_GTK) -CONFIGURE_ARGS+= --disable-gtk --disable-gtk2 +CUNFIGURE_ARGS+= --disable-gtk --disable-gtk2 .endif PLIST_SUB= DCL_VERSION=${PORTVERSION:S/.//g} diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index e7f5748..99f40f8 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -2,11 +2,11 @@ # Date created: October 20th 1996 # Whom: Mark Murray # -# $FreeBSD: ports/security/p5-Crypt-CBC/Makefile,v 1.28 2008/10/02 15:52:09 leeym Exp $ +# $FreeBSD: ports/security/p5-Crypt-CBC/Makefile,v 1.27 2008/04/23 12:04:01 mat Exp $ # PORTNAME= Crypt-CBC -PORTVERSION= 2.30 +PORTVERSION= 2.29 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,8 @@ MAN3= Crypt::CBC.3 .include .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS= p5-Digest-MD5>=2.00:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${RUN_DEPENDS} .endif .include diff --git a/security/p5-Crypt-CBC/distinfo b/security/p5-Crypt-CBC/distinfo index 1f4bcd3..f40c741 100644 --- a/security/p5-Crypt-CBC/distinfo +++ b/security/p5-Crypt-CBC/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-CBC-2.30.tar.gz) = c71ab992f3da65deb1a141bef79a4bff -SHA256 (Crypt-CBC-2.30.tar.gz) = 9dbfec4f501d5a16f46b7d084837b370c9f85cb9540212cb9a2858befb7d7133 -SIZE (Crypt-CBC-2.30.tar.gz) = 22639 +MD5 (Crypt-CBC-2.29.tar.gz) = 87ed0ae7489bd79fcb0da50d110cc1fb +SHA256 (Crypt-CBC-2.29.tar.gz) = d384c13fdc8d7ed92fbbb934a3f3f228a8ab72881e2d81bfd3fd9e036924450b +SIZE (Crypt-CBC-2.29.tar.gz) = 22613 diff --git a/security/p5-Crypt-CBC/pkg-descr b/security/p5-Crypt-CBC/pkg-descr index c1452c5..522865c 100644 --- a/security/p5-Crypt-CBC/pkg-descr +++ b/security/p5-Crypt-CBC/pkg-descr @@ -1,7 +1,5 @@ This is Crypt::CBC, a Perl-only implementation of the cryptographic -cipher block chaining mode (CBC). In combination with a block cipher -such as DES or IDEA, you can encrypt and decrypt messages of -arbitrarily long length. The encrypted messages are compatible with -the encryption format used by the OpenSSL package. - -WWW: http://search.cpan.org/dist/Crypt-CBC/ +cipher block chaining mode (CBC). In combination with a block +cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and +decrypt messages of arbitrarily long length. The encrypted messages +are compatible with the encryption format used by B. diff --git a/security/pear-Auth_OpenID/Makefile b/security/pear-Auth_OpenID/Makefile index 687ea17..034d78d 100644 --- a/security/pear-Auth_OpenID/Makefile +++ b/security/pear-Auth_OpenID/Makefile @@ -2,11 +2,11 @@ # Date created: 2008-03-03 # Whom: Martin Matuska # -# $FreeBSD: ports/security/pear-Auth_OpenID/Makefile,v 1.2 2008/10/02 15:51:29 mm Exp $ +# $FreeBSD: ports/security/pear-Auth_OpenID/Makefile,v 1.1 2008/03/04 10:43:08 mm Exp $ # PORTNAME= Auth_OpenID -PORTVERSION= 2.1.2 +PORTVERSION= 2.0.1 CATEGORIES= security www pear MASTER_SITES= http://openidenabled.com/files/php-openid/packages/ DISTNAME= php-openid-${PORTVERSION} @@ -24,8 +24,7 @@ LATEST_LINK= pear-Auth_OpenID WRKSRC= ${WRKDIR}/php-openid-${PORTVERSION} -OPTIONS= BCMATH "Use bcmath instead of libgmp" off \ - PEAR_DB "Support SQL stores" off +OPTIONS= BCMATH "Use bcmath instead of libgmp" off USE_PHP= curl dom USE_PYTHON_BUILD= yes @@ -36,9 +35,8 @@ FILES= Auth/OpenID.php Auth/OpenID/AX.php \ Auth/OpenID/DatabaseConnection.php \ Auth/OpenID/DiffieHellman.php Auth/OpenID/Discover.php \ Auth/OpenID/DumbStore.php Auth/OpenID/Extension.php \ - Auth/OpenID/FileStore.php Auth/OpenID/HMAC.php \ + Auth/OpenID/FileStore.php Auth/OpenID/HMACSHA1.php \ Auth/OpenID/Interface.php Auth/OpenID/KVForm.php \ - Auth/OpenID/MemcachedStore.php \ Auth/OpenID/Message.php Auth/OpenID/MySQLStore.php \ Auth/OpenID/Nonce.php Auth/OpenID/PAPE.php \ Auth/OpenID/Parse.php Auth/OpenID/PostgreSQLStore.php \ @@ -86,7 +84,6 @@ DOCS= OpenID/Auth_OpenID_AX.html \ OpenID/Auth_OpenID_MalformedReturnURL.html \ OpenID/Auth_OpenID_MalformedTrustRoot.html \ OpenID/Auth_OpenID_Mapping.html \ - OpenID/Auth_OpenID_MemcachedStore.html \ OpenID/Auth_OpenID_Message.html \ OpenID/Auth_OpenID_MySQLStore.html \ OpenID/Auth_OpenID_NamespaceMap.html \ @@ -137,7 +134,6 @@ DOCS= OpenID/Auth_OpenID_AX.html \ OpenID/_Auth---OpenID---Extension.php.html \ OpenID/_Auth---OpenID---FileStore.php.html \ OpenID/_Auth---OpenID---Interface.php.html \ - OpenID/_Auth---OpenID---MemcachedStore.php.html \ OpenID/_Auth---OpenID---Message.php.html \ OpenID/_Auth---OpenID---MySQLStore.php.html \ OpenID/_Auth---OpenID---Nonce.php.html \ @@ -160,8 +156,8 @@ DOCS= OpenID/Auth_OpenID_AX.html \ media/banner.css media/stylesheet.css EXAMPLES= README consumer/common.php consumer/finish_auth.php \ - consumer/index.php consumer/try_auth.php detect.php \ - discover.php server/index.php server/lib/actions.php \ + consumer/index.php consumer/try_auth.php \ + detect.php server/index.php server/lib/actions.php \ server/lib/common.php server/lib/render.php \ server/lib/render/about.php server/lib/render/idpXrds.php \ server/lib/render/idpage.php server/lib/render/login.php \ @@ -181,11 +177,6 @@ USE_PHP+= bcmath USE_PHP+= gmp .endif -.ifdef(WITH_PEAR_DB) -BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -RUN_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -.endif - post-configure: @cd ${WRKSRC}/admin && ${PYTHON_CMD} packagexml.py ${PORTVERSION} package2.xml ../CHANGELOG > ${WRKDIR}/package.xml diff --git a/security/pear-Auth_OpenID/distinfo b/security/pear-Auth_OpenID/distinfo index a32284f..325ba46 100644 --- a/security/pear-Auth_OpenID/distinfo +++ b/security/pear-Auth_OpenID/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/php-openid-2.1.2.tar.bz2) = 26b96fa2cfa18e7ebc4532bafe6e75c2 -SHA256 (PEAR/php-openid-2.1.2.tar.bz2) = bb6281b7926e66d201df55fd424d10660f6aa45406b0e1791093e065feb48204 -SIZE (PEAR/php-openid-2.1.2.tar.bz2) = 311216 +MD5 (PEAR/php-openid-2.0.1.tar.bz2) = e8be2d48139b4faa45626661c329bdb2 +SHA256 (PEAR/php-openid-2.0.1.tar.bz2) = db73c30924067c8388662f734a814e8c7256681906e69658d98fb118ef2aa241 +SIZE (PEAR/php-openid-2.0.1.tar.bz2) = 298646 diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index 0805e20..106ed4a 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -2,11 +2,12 @@ # Date created: 28 November 2002 # Whom: Thierry Thomas () # -# $FreeBSD: ports/security/pear-Crypt_CBC/Makefile,v 1.13 2008/10/02 11:34:12 miwi Exp $ +# $FreeBSD: ports/security/pear-Crypt_CBC/Makefile,v 1.12 2007/08/23 04:00:02 tabthorpe Exp $ # PORTNAME= Crypt_CBC -PORTVERSION= 1.0.0 +PORTVERSION= 0.4 +PORTREVISION= 3 CATEGORIES= security www pear MAINTAINER= tabthorpe@FreeBSD.org diff --git a/security/pear-Crypt_CBC/distinfo b/security/pear-Crypt_CBC/distinfo index 99ada48..081f9ea 100644 --- a/security/pear-Crypt_CBC/distinfo +++ b/security/pear-Crypt_CBC/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Crypt_CBC-1.0.0.tgz) = b31d27e5c20f87c9dfc5ca69eb2ae0ad -SHA256 (PEAR/Crypt_CBC-1.0.0.tgz) = 2876f13b5f650ddbda4ec23d6b6b7ad2e01eed067e7aa5255e0ab7bffc45a33a -SIZE (PEAR/Crypt_CBC-1.0.0.tgz) = 3085 +MD5 (PEAR/Crypt_CBC-0.4.tgz) = 0463f7e12758b9ae1104af4e357da125 +SHA256 (PEAR/Crypt_CBC-0.4.tgz) = 2476bc72dfa5b54cda908a9db7b63ef58e5e115548e5669b7bdd983b293a453f +SIZE (PEAR/Crypt_CBC-0.4.tgz) = 2938 diff --git a/security/sshguard/Makefile b/security/sshguard/Makefile index 87adadd..7f8c927 100644 --- a/security/sshguard/Makefile +++ b/security/sshguard/Makefile @@ -2,11 +2,11 @@ # Date created: 2007-02-22 # Whom: Mij # -# $FreeBSD: ports/security/sshguard/Makefile,v 1.11 2008/10/03 14:28:11 amdmi3 Exp $ +# $FreeBSD: ports/security/sshguard/Makefile,v 1.10 2008/09/23 18:58:35 amdmi3 Exp $ # PORTNAME= sshguard -PORTVERSION= 1.3 +PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= SF diff --git a/security/sshguard/distinfo b/security/sshguard/distinfo index 188af6b..96bd140 100644 --- a/security/sshguard/distinfo +++ b/security/sshguard/distinfo @@ -1,3 +1,3 @@ -MD5 (sshguard-1.3.tar.bz2) = 0e4c82f3c3bfe0880cbb0cc43568f82c -SHA256 (sshguard-1.3.tar.bz2) = 1ff0ea3349c67fdab8f8046eeae6a96046a752ae7458c2259cb31b78c2de08ac -SIZE (sshguard-1.3.tar.bz2) = 140745 +MD5 (sshguard-1.2.tar.bz2) = c4b6e4b2d33990f07a173142caa074f2 +SHA256 (sshguard-1.2.tar.bz2) = 985a8d96cd150dee0ef8f7c5fb7ec4ec66549fbbec38fc76446236f759eb5b2b +SIZE (sshguard-1.2.tar.bz2) = 145258 diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7413450..02ed582 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -28,7 +28,7 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: ports/security/vuxml/vuln.xml,v 1.1711 2008/10/02 22:37:26 stas Exp $ + $FreeBSD: ports/security/vuxml/vuln.xml,v 1.1710 2008/10/01 21:31:33 stas Exp $ Note: Please add new entries to the beginning of this file. @@ -158,7 +158,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

A secunia reports:

Some security issues have been reported in BitlBee, which can be exploited by malicious people to bypass certain security @@ -176,7 +176,6 @@ Note: Please add new entries to the beginning of this file. 2008-08-27 2008-09-26 - 2008-10-03 @@ -314,7 +313,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

A secunia reports:

The vulnerability is caused due to the application truncating an overly long FTP command, and improperly interpreting the remainder @@ -331,7 +330,6 @@ Note: Please add new entries to the beginning of this file. 2008-09-22 2008-09-23 - 2008-10-03 @@ -345,7 +343,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

A secunia reports:

An error exists in the "PMA_escapeJsString()" function in libraries/js_escape.lib.php, which can be exploited to bypass certain @@ -363,7 +361,6 @@ Note: Please add new entries to the beginning of this file. 2008-09-23 2008-09-23 - 2008-10-03 @@ -381,7 +378,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

A Secunia reports:

An error in the handing of ZIP archives with symbolic links can be exploited to disclose the contents of arbitrary files.

@@ -401,7 +398,6 @@ Note: Please add new entries to the beginning of this file. 2008-09-18 2008-09-19 - 2008-10-03 @@ -545,7 +541,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

secunia reports:

Some vulnerabilities have been reported in various Horde products, which can be exploited by malicious people to conduct script insertion @@ -570,7 +566,6 @@ Note: Please add new entries to the beginning of this file. 2008-09-10 2008-09-11 - 2008-10-03 @@ -5424,7 +5419,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

A Secunia reports:

Some vulnerabilities have been reported in TikiWiki, which can be exploited by malicious people to conduct cross-site @@ -5461,7 +5456,6 @@ Note: Please add new entries to the beginning of this file. 2007-08-27 2007-11-09 - 2008-10-03 @@ -8310,7 +8304,7 @@ Note: Please add new entries to the beginning of this file. -

Secunia reports:

+

secunia reports:

The vulnerability is caused due to predictable DNS "Transaction ID" field in DNS queries and can @@ -8326,7 +8320,6 @@ Note: Please add new entries to the beginning of this file. 2007-06-08 2007-06-09 - 2008-10-03 diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 5a08b5a..69ab24d 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -8,7 +8,7 @@ PORTNAME= hal DISTVERSION= 0.5.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ diff --git a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi index f7af321..00781db 100644 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi +++ b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi @@ -1,6 +1,6 @@ ---- fdi/policy/10osvendor/10-x11-input.fdi.orig 2008-03-27 13:42:31.000000000 -0400 -+++ fdi/policy/10osvendor/10-x11-input.fdi 2008-03-27 13:48:06.000000000 -0400 -@@ -1,15 +1,6 @@ +--- fdi/policy/10osvendor/10-x11-input.fdi.orig 2008-09-24 14:32:26.000000000 +0100 ++++ fdi/policy/10osvendor/10-x11-input.fdi 2008-09-24 14:34:22.000000000 +0100 +@@ -1,19 +1,10 @@ @@ -13,6 +13,12 @@ - - - - +- ++ +- keyboard ++ kbd + + evdev diff --git a/textproc/Makefile b/textproc/Makefile index 3d9b4bc..f7ec5dc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: ports/textproc/Makefile,v 1.1267 2008/10/02 11:51:06 lth Exp $ +# $FreeBSD: ports/textproc/Makefile,v 1.1266 2008/09/30 14:19:57 miwi Exp $ # COMMENT = Text processing utilities (does not include desktop publishing) @@ -770,7 +770,6 @@ SUBDIR += p5-ack SUBDIR += p5-dTemplate SUBDIR += p5-libxml - SUBDIR += p5-pod2pdf SUBDIR += p5-podlators SUBDIR += p5-xmltv SUBDIR += pa-aspell diff --git a/textproc/p5-XML-Parser-Lite-Tree/Makefile b/textproc/p5-XML-Parser-Lite-Tree/Makefile index 94463f6..66b9522 100644 --- a/textproc/p5-XML-Parser-Lite-Tree/Makefile +++ b/textproc/p5-XML-Parser-Lite-Tree/Makefile @@ -3,20 +3,23 @@ # Date created: Apr 27, 2005 # Whom: ijliao # -# $FreeBSD: ports/textproc/p5-XML-Parser-Lite-Tree/Makefile,v 1.6 2008/10/03 15:44:26 miwi Exp $ +# $FreeBSD: ports/textproc/p5-XML-Parser-Lite-Tree/Makefile,v 1.4 2008/04/17 14:29:21 araujo Exp $ # PORTNAME= XML-Parser-Lite-Tree -PORTVERSION= 0.08 +PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adox@mcx2.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XML tree builder +BUILD_DEPENDS= ${SITE_PERL}/XML/Parser/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -MAN3= XML::Parser::Lite::Tree.3 XML::Parser::LiteCopy.3 +MAN3= XML::Parser::Lite::Tree.3 .include diff --git a/textproc/p5-XML-Parser-Lite-Tree/distinfo b/textproc/p5-XML-Parser-Lite-Tree/distinfo index dc9960c..128cc35 100644 --- a/textproc/p5-XML-Parser-Lite-Tree/distinfo +++ b/textproc/p5-XML-Parser-Lite-Tree/distinfo @@ -1,3 +1,3 @@ -MD5 (XML-Parser-Lite-Tree-0.08.tar.gz) = 9db206c8bbe195d63ef9637a91538f05 -SHA256 (XML-Parser-Lite-Tree-0.08.tar.gz) = ad8b43840daaa0e89e3dbaa5386bac6b135638c11729d6d0c5907c059a40c174 -SIZE (XML-Parser-Lite-Tree-0.08.tar.gz) = 8378 +MD5 (XML-Parser-Lite-Tree-0.03.tar.gz) = 9435bb1e1f64433d657c35287388302d +SHA256 (XML-Parser-Lite-Tree-0.03.tar.gz) = 8fb8020f140fd49594a41121b06ceb58a42096a95b6977c90ae4263355be37c9 +SIZE (XML-Parser-Lite-Tree-0.03.tar.gz) = 2294 diff --git a/textproc/p5-XML-Parser-Lite-Tree/pkg-plist b/textproc/p5-XML-Parser-Lite-Tree/pkg-plist index 157c71c..095ca1d 100644 --- a/textproc/p5-XML-Parser-Lite-Tree/pkg-plist +++ b/textproc/p5-XML-Parser-Lite-Tree/pkg-plist @@ -1,10 +1,9 @@ %%SITE_PERL%%/XML/Parser/Lite/Tree.pm -%%SITE_PERL%%/XML/Parser/LiteCopy.pm +@dirrmtry %%SITE_PERL%%/XML/Parser/Lite +@dirrmtry %%SITE_PERL%%/XML/Parser +@dirrmtry %%SITE_PERL%%/XML %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite/Tree/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite/Tree +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite/Tree @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Lite @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML -@dirrmtry %%SITE_PERL%%/XML/Parser/Lite -@dirrmtry %%SITE_PERL%%/XML/Parser -@dirrmtry %%SITE_PERL%%/XML diff --git a/textproc/p5-pod2pdf/Makefile b/textproc/p5-pod2pdf/Makefile deleted file mode 100644 index f8291e5..0000000 --- a/textproc/p5-pod2pdf/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: textproc/p5-pod2pdf -# Date created: 02 October 2008 -# Whom: Lars Thegler -# -# $FreeBSD: ports/textproc/p5-pod2pdf/Makefile,v 1.1 2008/10/02 11:51:06 lth Exp $ -# - -PORTNAME= pod2pdf -PORTVERSION= 0.42 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JONALLEN -PKGNAMEPREFIX= p5- - -MAINTAINER= lth@FreeBSD.org -COMMENT= Converts POD to PDF format - -RUN_DEPENDS= p5-PDF-API2>=0.60:${PORTSDIR}/textproc/p5-PDF-API2 \ - p5-Pod-Escapes>0:${PORTSDIR}/textproc/p5-Pod-Escapes \ - p5-Getopt-ArgvFile>0:${PORTSDIR}/devel/p5-Getopt-ArgvFile -BUILD_DEPENDS= ${RUN_DEPENDS} - -PERL_CONFIGURE= yes - -MAN1= pod2pdf.1 - -.include - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators -BUILD_DEPENDS+= p5-podlators>0:${PORTSDIR}/textproc/p5-podlators -.endif - -.include diff --git a/textproc/p5-pod2pdf/distinfo b/textproc/p5-pod2pdf/distinfo deleted file mode 100644 index 659ffaf..0000000 --- a/textproc/p5-pod2pdf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pod2pdf-0.42.tar.gz) = 8338b8a9ee16eedc295045af300801d9 -SHA256 (pod2pdf-0.42.tar.gz) = dbc7451758d52194d3c740fdcb20ac5b858bc2921fa7ec2c39f0ee00bc3fb770 -SIZE (pod2pdf-0.42.tar.gz) = 15126 diff --git a/textproc/p5-pod2pdf/pkg-descr b/textproc/p5-pod2pdf/pkg-descr deleted file mode 100644 index 250aae9..0000000 --- a/textproc/p5-pod2pdf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -pod2pdf converts documents written in Perl's POD (Plain Old -Documentation) format to PDF files. - -WWW: http://search.cpan.org/dist/pod2pdf/ diff --git a/textproc/p5-pod2pdf/pkg-plist b/textproc/p5-pod2pdf/pkg-plist deleted file mode 100644 index 876c853..0000000 --- a/textproc/p5-pod2pdf/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/pod2pdf -%%SITE_PERL%%/App/pod2pdf.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/pod2pdf -@dirrmtry %%SITE_PERL%%/App diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index b6dff96..e67cb3f 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -2,11 +2,11 @@ # Date created: 12 Sep 2005 # Whom: Emanuel Haupt # -# $FreeBSD: ports/textproc/uni2ascii/Makefile,v 1.26 2008/10/03 14:20:23 ehaupt Exp $ +# $FreeBSD: ports/textproc/uni2ascii/Makefile,v 1.25 2008/08/31 10:19:24 ehaupt Exp $ # PORTNAME= uni2ascii -PORTVERSION= 4.11 +PORTVERSION= 4.10 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ \ CRITICAL diff --git a/textproc/uni2ascii/distinfo b/textproc/uni2ascii/distinfo index aa0f00d..4d78dc8 100644 --- a/textproc/uni2ascii/distinfo +++ b/textproc/uni2ascii/distinfo @@ -1,3 +1,3 @@ -MD5 (uni2ascii-4.11.tar.bz2) = d9633bfb0d58e652c972e20b91b7a2db -SHA256 (uni2ascii-4.11.tar.bz2) = 27f5679984bf59f8d55db04c62db1cc89f0e0294de6f5379dd2b1beb17d4ced6 -SIZE (uni2ascii-4.11.tar.bz2) = 119803 +MD5 (uni2ascii-4.10.tar.bz2) = 6d99871d80b0ea9d06ffb2eaf0b0a79e +SHA256 (uni2ascii-4.10.tar.bz2) = 177e02775388b66db689e8dd05b78f8696dca92d814e6a1782fa46da256ddda5 +SIZE (uni2ascii-4.10.tar.bz2) = 118709 diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index caae2e2..92e8226 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -2,11 +2,11 @@ # Date created: 01 Jun 2002 # Whom: silence # -# $FreeBSD: ports/www/cherokee/Makefile,v 1.49 2008/10/03 17:48:50 beech Exp $ +# $FreeBSD: ports/www/cherokee/Makefile,v 1.48 2008/09/29 20:40:51 beech Exp $ # PORTNAME= cherokee -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/0.9/${PORTVERSION}/ \ LOCAL/beech diff --git a/www/cherokee/distinfo b/www/cherokee/distinfo index 118d83e..f6414d8 100644 --- a/www/cherokee/distinfo +++ b/www/cherokee/distinfo @@ -1,3 +1,3 @@ -MD5 (cherokee-0.9.2.tar.gz) = 851af151f203c006e8fcb107afe29e8b -SHA256 (cherokee-0.9.2.tar.gz) = b4eab6ec6817e93bcd48e10ade29cb9cf5212febaa8055f66fd11aa8f4fad71e -SIZE (cherokee-0.9.2.tar.gz) = 3023602 +MD5 (cherokee-0.9.1.tar.gz) = 8a2c2c39bfd1a0f438403fdc405ec97a +SHA256 (cherokee-0.9.1.tar.gz) = f4588be9dbe62c66621f375dd13c65d5c6d8445e131b3757532acbfa43c8d374 +SIZE (cherokee-0.9.1.tar.gz) = 3023112 diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index d247012..6d2ddae 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -2,19 +2,16 @@ # Date created: 2008-04-09 # Whom: Nicola Vitale # -# $FreeBSD: ports/www/google-appengine/Makefile,v 1.6 2008/10/02 20:08:52 nivit Exp $ +# $FreeBSD: ports/www/google-appengine/Makefile,v 1.5 2008/07/26 07:18:59 nivit Exp $ # PORTNAME= google-appengine -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.1 #PORTREVISION= 0 #PORTEPOCH= 0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip -.if !defined(NOPORTDOCS) -DISTFILES+= ${PORTNAME}-docs-20080816.zip -.endif +DISTNAME= ${PORTNAME:S|-|_|}_${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= Development tools for Google App Engine (SDK) @@ -53,7 +50,6 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/LICENSE ${WRKSRC}/README ${DOCSDIR} - cd ${WRKDIR}/google-appengine-docs-20080816 && ${COPYTREE_SHARE} . ${DOCSDIR} .endif ${INSTALL_SCRIPT} ${WRKSRC}/dev_appserver.py ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/appcfg.py ${DATADIR} diff --git a/www/google-appengine/distinfo b/www/google-appengine/distinfo index d4bd3f8..6d05bf8 100644 --- a/www/google-appengine/distinfo +++ b/www/google-appengine/distinfo @@ -1,6 +1,3 @@ -MD5 (google_appengine_1.1.4.zip) = b13fc7b96ce13bc7e9753cacc1bbc936 -SHA256 (google_appengine_1.1.4.zip) = 685a523e9fc4fb552f1c6c875aaf2290ad9abb6176bc4eb9df2dfe3a62395097 -SIZE (google_appengine_1.1.4.zip) = 2725494 -MD5 (google-appengine-docs-20080816.zip) = 949e18874344fb07348850029338285e -SHA256 (google-appengine-docs-20080816.zip) = 4624a15d35cc4bb892fa25ff2bbc7f7bbc2914902ed2fb5efd6447d666ac2764 -SIZE (google-appengine-docs-20080816.zip) = 1970905 +MD5 (google_appengine_1.1.1.zip) = 5ea605b04c0476db0ec0c7ea7a05c238 +SHA256 (google_appengine_1.1.1.zip) = 1a4eaad416e3928b0e157c4901704fb9a05fc4d3666069ec73137868ee6fd01d +SIZE (google_appengine_1.1.1.zip) = 2711497 diff --git a/www/google-appengine/pkg-plist b/www/google-appengine/pkg-plist index 5901e01..1ee05ae 100644 --- a/www/google-appengine/pkg-plist +++ b/www/google-appengine/pkg-plist @@ -1,175 +1,8 @@ -@comment $FreeBSD: ports/www/google-appengine/pkg-plist,v 1.4 2008/10/02 20:08:52 nivit Exp $ +@comment $FreeBSD: ports/www/google-appengine/pkg-plist,v 1.3 2008/07/03 13:03:28 nivit Exp $ bin/appcfg.py bin/dev_appserver.py %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/add_domain.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/add_to_domain.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/appengine_helper_for_django.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/bulkload.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/cf1-text.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/create1.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/create_restricted.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/dbg.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/django.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/djangoforms.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/domains.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/error_example.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/external_sources.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/helloworld.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/helloworld_structure.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/new_python_interpreter.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/pargs.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/pydev_features_install.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/pydev_update_site.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/python_run_helloworld.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/eclipse_img/pythonpath.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/expand.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/filter.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/filter_time.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/gdata.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/images.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/logging.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/logs_admin.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/modeling.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/quotas.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/rietveld.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/rpc.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/transaction_iso.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/transaction_isolation.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/update_schema.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/articles/versions.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/css/local_extensions.css -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/appcfgpy.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/configuringanapp.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/configuringindexes.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/creatinggettinganddeletingdata.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/entitiesandmodels.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/expandoclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/functions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/gqlqueryclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/gqlreference.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/keyclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/keysandentitygroups.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/modelclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/propertyclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/queriesandindexes.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/queryclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/transactions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/datastore/typesandpropertyclasses.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/devenvironment.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/handlingforms.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/helloworld.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/staticfiles.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/templates.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/uploading.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/usingdatastore.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/usingusers.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/gettingstarted/usingwebapp.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/functions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/imageclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/installingPIL.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_before.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_crop_after.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_fliph_after.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_flipv_after.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_lucky_after.png -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_resize_after.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/transform_rotate_after.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/images/usingimages.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/attachments.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/emailmessageclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/emailmessagefields.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/functions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/mail/sendingmail.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/memcache/clientclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/memcache/functions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/memcache/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/memcache/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/memcache/usingmemcache.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/appcaching.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/logging.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/purepython.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/requestsandcgi.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/sandbox.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/thedevwebserver.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/python/theenvironment.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/revision_history.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/theadminconsole.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/thedevwebserver.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/urlfetch/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/urlfetch/fetchfunction.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/urlfetch/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/urlfetch/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/urlfetch/responseobjects.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/adminusers.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/exceptions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/functions.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/loginurls.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/userclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/users/userobjects.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/usinggdataservices.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/buildingtheresponse.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/overview.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/redirects.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/requestclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/requestdata.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/requesthandlerclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/requesthandlers.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/responseclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/running.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/utilmodule.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/webapp/wsgiapplicationclass.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/docs/whatisgoogleappengine.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/downloads.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/groups.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/appengine-noborder-120x30.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/appengine-silver-120x30.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/appengine_lowres.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/demo_video.jpg -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/free.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/noassembly.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/images/scale.gif -%%PORTDOCS%%%%DOCSDIR%%/appengine/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/kb/commontasks.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/kb/general.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/kb/index.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/kb/libraries.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/kb/sms.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/privacy.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/program_policies.html -%%PORTDOCS%%%%DOCSDIR%%/appengine/terms.html -%%PORTDOCS%%%%DOCSDIR%%/css/codesite.pack.01312008.css -%%PORTDOCS%%%%DOCSDIR%%/css/iehacks.css -%%PORTDOCS%%%%DOCSDIR%%/css/semantic_headers.css -%%PORTDOCS%%%%DOCSDIR%%/images/cleardot.gif -%%PORTDOCS%%%%DOCSDIR%%/images/hide-arrow.gif -%%PORTDOCS%%%%DOCSDIR%%/images/minus.gif -%%PORTDOCS%%%%DOCSDIR%%/images/minus_hover.gif -%%PORTDOCS%%%%DOCSDIR%%/images/plus.gif -%%PORTDOCS%%%%DOCSDIR%%/images/plus_hover.gif -%%PORTDOCS%%%%DOCSDIR%%/images/show-arrow.gif -%%PORTDOCS%%%%DOCSDIR%%/images/sprites08132008.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/js/codesite.pack.01312008.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/app.yaml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/guestbook/guestbook.py %%DATADIR%%/VERSION @@ -224,15 +57,12 @@ bin/dev_appserver.py %%DATADIR%%/google/appengine/ext/admin/templates/css/base.css %%DATADIR%%/google/appengine/ext/admin/templates/css/datastore.css %%DATADIR%%/google/appengine/ext/admin/templates/css/form.css -%%DATADIR%%/google/appengine/ext/admin/templates/css/memcache.css %%DATADIR%%/google/appengine/ext/admin/templates/css/nav.css %%DATADIR%%/google/appengine/ext/admin/templates/css/pager.css %%DATADIR%%/google/appengine/ext/admin/templates/datastore.html %%DATADIR%%/google/appengine/ext/admin/templates/datastore_edit.html %%DATADIR%%/google/appengine/ext/admin/templates/images/google.gif -%%DATADIR%%/google/appengine/ext/admin/templates/interactive-output.html %%DATADIR%%/google/appengine/ext/admin/templates/interactive.html -%%DATADIR%%/google/appengine/ext/admin/templates/memcache.html %%DATADIR%%/google/appengine/ext/admin/templates/pager.html %%DATADIR%%/google/appengine/ext/bulkload/__init__.py %%DATADIR%%/google/appengine/ext/bulkload/constants.py @@ -244,7 +74,6 @@ bin/dev_appserver.py %%DATADIR%%/google/appengine/ext/webapp/__init__.py %%DATADIR%%/google/appengine/ext/webapp/template.py %%DATADIR%%/google/appengine/ext/webapp/util.py -%%DATADIR%%/google/appengine/ext/zipserve/__init__.py %%DATADIR%%/google/appengine/runtime/__init__.py %%DATADIR%%/google/appengine/runtime/apiproxy.py %%DATADIR%%/google/appengine/runtime/apiproxy_errors.py @@ -256,7 +85,6 @@ bin/dev_appserver.py %%DATADIR%%/google/appengine/tools/dev_appserver_info.py %%DATADIR%%/google/appengine/tools/dev_appserver_login.py %%DATADIR%%/google/appengine/tools/dev_appserver_main.py -%%DATADIR%%/google/appengine/tools/os_compat.py %%DATADIR%%/google/net/__init__.py %%DATADIR%%/google/net/proto/ProtocolBuffer.py %%DATADIR%%/google/net/proto/__init__.py @@ -1382,7 +1210,6 @@ bin/dev_appserver.py @dirrm %%DATADIR%%/google/net @dirrm %%DATADIR%%/google/appengine/tools @dirrm %%DATADIR%%/google/appengine/runtime -@dirrm %%DATADIR%%/google/appengine/ext/zipserve @dirrm %%DATADIR%%/google/appengine/ext/webapp @dirrm %%DATADIR%%/google/appengine/ext/search @dirrm %%DATADIR%%/google/appengine/ext/preload @@ -1405,23 +1232,4 @@ bin/dev_appserver.py %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos/guestbook %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demos %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/js -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/css -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/kb -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/webapp -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/users -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/urlfetch -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/python -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/memcache -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/mail -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/gettingstarted -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs/datastore -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/docs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/css -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/articles/eclipse_img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine/articles -%%PORTDOCS%%@dirrm %%DOCSDIR%%/appengine %%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 28df352..2a215b4 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -2,11 +2,11 @@ # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas () # -# $FreeBSD: ports/www/horde-base/Makefile,v 1.71 2008/10/02 20:53:22 beech Exp $ +# $FreeBSD: ports/www/horde-base/Makefile,v 1.70 2008/09/11 11:51:33 miwi Exp $ # PORTNAME= horde -PORTVERSION= 3.3 +PORTVERSION= 3.2.2 DISTVERSIONPREFIX= CATEGORIES= www PKGNAMEPREFIX= @@ -75,8 +75,7 @@ RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ - ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ - ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema + ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP CONFLICTS= horde-2.* diff --git a/www/horde-base/distinfo b/www/horde-base/distinfo index bdf1cb4..45ce309 100644 --- a/www/horde-base/distinfo +++ b/www/horde-base/distinfo @@ -1,3 +1,3 @@ -MD5 (horde-3.3.tar.gz) = f66c438970ca01f89f40632286788bc2 -SHA256 (horde-3.3.tar.gz) = 2585e3256e8575403c9cfdbd5efc1ab75b019ce957a51d9367919ea60afeb9e3 -SIZE (horde-3.3.tar.gz) = 8468714 +MD5 (horde-3.2.2.tar.gz) = 69bdd06641371b80762e866dbf3bd22e +SHA256 (horde-3.2.2.tar.gz) = 31923c9ab40473607db22c2f6efacebc54cbdec3d752dedf68175dde6424a0a5 +SIZE (horde-3.2.2.tar.gz) = 8230228 diff --git a/www/horde-base/files/pkg-message.in b/www/horde-base/files/pkg-message.in index 0fe43be..fa02fef 100644 --- a/www/horde-base/files/pkg-message.in +++ b/www/horde-base/files/pkg-message.in @@ -11,11 +11,8 @@ It is recommended that you change the password of the 'hordemgr' user used to connect to the horde database. Horde is setup by default to access MySQL. -WARNING! if you are upgrading from Horde v. 3.2.x, you have to alter your -******** database schemas. Please read %%DOCSDIR%%/UPGRADING. - -WARNING! BACK UP YOUR DATA BEFORE UPDATING!! -******** +WARNING! if you are upgrading from Horde v. 3.0.x, you have to alter your +******** database schemas. Please read the doc UPGRADING. You can now access Horde without a password at , and you will be logged in as an administrator. You should first configure diff --git a/www/horde-base/pkg-plist b/www/horde-base/pkg-plist index 2229805..69a4069 100644 --- a/www/horde-base/pkg-plist +++ b/www/horde-base/pkg-plist @@ -4,7 +4,6 @@ %%HORDIR%%/admin/groups.php %%HORDIR%%/admin/index.php %%HORDIR%%/admin/locale/en_US/help.xml -%%HORDIR%%/admin/locale/eu_ES/help.xml %%HORDIR%%/admin/locale/fi_FI/help.xml %%HORDIR%%/admin/locale/hu_HU/help.xml %%HORDIR%%/admin/perms/addchild.php @@ -42,7 +41,6 @@ %%HORDIR%%/js/form_helpers.js %%HORDIR%%/js/form_sections.js %%HORDIR%%/js/hideable.js -%%HORDIR%%/js/horde-embed.js %%HORDIR%%/js/horde-prototype.js %%HORDIR%%/js/horde.ie.js %%HORDIR%%/js/horde.js @@ -69,7 +67,6 @@ %%HORDIR%%/js/src/form_helpers.js %%HORDIR%%/js/src/form_sections.js %%HORDIR%%/js/src/hideable.js -%%HORDIR%%/js/src/horde-embed.js %%HORDIR%%/js/src/horde-prototype.js %%HORDIR%%/js/src/horde.ie.js %%HORDIR%%/js/src/horde.js @@ -142,8 +139,6 @@ %%HORDIR%%/lib/Horde/Array.php %%HORDIR%%/lib/Horde/Auth.php %%HORDIR%%/lib/Horde/Auth/Signup.php -%%HORDIR%%/lib/Horde/Auth/Signup/datatree.php -%%HORDIR%%/lib/Horde/Auth/Signup/sql.php %%HORDIR%%/lib/Horde/Auth/application.php %%HORDIR%%/lib/Horde/Auth/auto.php %%HORDIR%%/lib/Horde/Auth/composite.php @@ -230,10 +225,8 @@ %%HORDIR%%/lib/Horde/Feed.php %%HORDIR%%/lib/Horde/Feed/Atom.php %%HORDIR%%/lib/Horde/Feed/Base.php -%%HORDIR%%/lib/Horde/Feed/Blogroll.php %%HORDIR%%/lib/Horde/Feed/Entry/Atom.php %%HORDIR%%/lib/Horde/Feed/Entry/Base.php -%%HORDIR%%/lib/Horde/Feed/Entry/Blogroll.php %%HORDIR%%/lib/Horde/Feed/Entry/Rss.php %%HORDIR%%/lib/Horde/Feed/Exception.php %%HORDIR%%/lib/Horde/Feed/Rss.php @@ -293,40 +286,20 @@ %%HORDIR%%/lib/Horde/Image/svg.php %%HORDIR%%/lib/Horde/Image/swf.php %%HORDIR%%/lib/Horde/Kolab.php -%%HORDIR%%/lib/Horde/Kolab/Deprecated.php -%%HORDIR%%/lib/Horde/Kolab/Format.php -%%HORDIR%%/lib/Horde/Kolab/Format/Date.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/annotation.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/contact.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/distributionlist.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/event.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/hprefs.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/note.php -%%HORDIR%%/lib/Horde/Kolab/Format/XML/task.php -%%HORDIR%%/lib/Horde/Kolab/Server.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/address.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/administrator.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/domainmaintainer.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/group.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/maintainer.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/server.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/sharedfolder.php -%%HORDIR%%/lib/Horde/Kolab/Server/Object/user.php -%%HORDIR%%/lib/Horde/Kolab/Server/ldap.php -%%HORDIR%%/lib/Horde/Kolab/Server/test.php -%%HORDIR%%/lib/Horde/Kolab/Storage.php -%%HORDIR%%/lib/Horde/Kolab/Storage/Cache.php -%%HORDIR%%/lib/Horde/Kolab/Storage/Data.php -%%HORDIR%%/lib/Horde/Kolab/Storage/Folder.php -%%HORDIR%%/lib/Horde/Kolab/Storage/IMAP.php -%%HORDIR%%/lib/Horde/Kolab/Storage/IMAP/cclient.php -%%HORDIR%%/lib/Horde/Kolab/Storage/IMAP/pear.php -%%HORDIR%%/lib/Horde/Kolab/Storage/IMAP/test.php -%%HORDIR%%/lib/Horde/Kolab/Storage/List.php -%%HORDIR%%/lib/Horde/Kolab/Storage/Perms.php -%%HORDIR%%/lib/Horde/Kolab/Storage/Session.php +%%HORDIR%%/lib/Horde/Kolab/Date.php +%%HORDIR%%/lib/Horde/Kolab/Freebusy.php +%%HORDIR%%/lib/Horde/Kolab/IMAP.php +%%HORDIR%%/lib/Horde/Kolab/IMAP/cclient.php +%%HORDIR%%/lib/Horde/Kolab/IMAP/pear.php +%%HORDIR%%/lib/Horde/Kolab/IMAP/test.php +%%HORDIR%%/lib/Horde/Kolab/LDAP.php +%%HORDIR%%/lib/Horde/Kolab/XML.php +%%HORDIR%%/lib/Horde/Kolab/XML/contact.php +%%HORDIR%%/lib/Horde/Kolab/XML/distributionlist.php +%%HORDIR%%/lib/Horde/Kolab/XML/event.php +%%HORDIR%%/lib/Horde/Kolab/XML/hprefs.php +%%HORDIR%%/lib/Horde/Kolab/XML/note.php +%%HORDIR%%/lib/Horde/Kolab/XML/task.php %%HORDIR%%/lib/Horde/LDAP.php %%HORDIR%%/lib/Horde/Lens.php %%HORDIR%%/lib/Horde/Lens/Interface.php @@ -482,7 +455,6 @@ %%HORDIR%%/lib/Horde/Routes/Utils.php %%HORDIR%%/lib/Horde/SQL.php %%HORDIR%%/lib/Horde/SQL/Keywords.php -%%HORDIR%%/lib/Horde/SQL/Manager.php %%HORDIR%%/lib/Horde/Scheduler.php %%HORDIR%%/lib/Horde/Scheduler/cron.php %%HORDIR%%/lib/Horde/Secret.php @@ -681,8 +653,6 @@ %%HORDIR%%/locale/es_ES/help.xml %%HORDIR%%/locale/et_EE/LC_MESSAGES/horde.mo %%HORDIR%%/locale/et_EE/help.xml -%%HORDIR%%/locale/eu_ES/LC_MESSAGES/horde.mo -%%HORDIR%%/locale/eu_ES/help.xml %%HORDIR%%/locale/fa_IR/LC_MESSAGES/horde.mo %%HORDIR%%/locale/fa_IR/help.xml %%HORDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo @@ -748,7 +718,6 @@ %%HORDIR%%/po/el_GR.po %%HORDIR%%/po/es_ES.po %%HORDIR%%/po/et_EE.po -%%HORDIR%%/po/eu_ES.po %%HORDIR%%/po/fa_IR.po %%HORDIR%%/po/fi_FI.po %%HORDIR%%/po/fr_FR.po @@ -837,8 +806,6 @@ %%HORDIR%%/scripts/sql/horde_sessionhandler.pgsql.sql %%HORDIR%%/scripts/sql/horde_sessionhandler.sapdb.sql %%HORDIR%%/scripts/sql/horde_sessionhandler.sql -%%HORDIR%%/scripts/sql/horde_signups.mysql.sql -%%HORDIR%%/scripts/sql/horde_signups.sql %%HORDIR%%/scripts/sql/horde_syncml.sql %%HORDIR%%/scripts/sql/horde_tokens.sql %%HORDIR%%/scripts/sql/horde_users.sql @@ -853,7 +820,6 @@ %%HORDIR%%/scripts/upgrades/2.2_to_3.0.pgsql.sql %%HORDIR%%/scripts/upgrades/2005-09-22_horde_prefs_varchar2.oci8.sql %%HORDIR%%/scripts/upgrades/2006-06-29_horde_prefs_indexes.sql -%%HORDIR%%/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php %%HORDIR%%/scripts/upgrades/3.0_to_3.1.mysql.sql %%HORDIR%%/scripts/upgrades/3.0_to_3.1.oci8.sql %%HORDIR%%/scripts/upgrades/3.0_to_3.1.sql @@ -905,7 +871,6 @@ %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_button.html %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_checkbox.html %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_colorselector.html -%%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_div.html %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_docprops.html %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html %%HORDIR%%/services/editor/fckeditor/editor/dialog/fck_flash.html @@ -998,7 +963,6 @@ %%HORDIR%%/services/editor/fckeditor/editor/lang/fr-ca.js %%HORDIR%%/services/editor/fckeditor/editor/lang/fr.js %%HORDIR%%/services/editor/fckeditor/editor/lang/gl.js -%%HORDIR%%/services/editor/fckeditor/editor/lang/gu.js %%HORDIR%%/services/editor/fckeditor/editor/lang/he.js %%HORDIR%%/services/editor/fckeditor/editor/lang/hi.js %%HORDIR%%/services/editor/fckeditor/editor/lang/hr.js @@ -1047,7 +1011,6 @@ %%HORDIR%%/services/editor/fckeditor/editor/lang/src/fr-ca.js %%HORDIR%%/services/editor/fckeditor/editor/lang/src/fr.js %%HORDIR%%/services/editor/fckeditor/editor/lang/src/gl.js -%%HORDIR%%/services/editor/fckeditor/editor/lang/src/gu.js %%HORDIR%%/services/editor/fckeditor/editor/lang/src/he.js %%HORDIR%%/services/editor/fckeditor/editor/lang/src/hi.js %%HORDIR%%/services/editor/fckeditor/editor/lang/src/hr.js @@ -1578,6 +1541,7 @@ %%HORDIR%%/templates/javascript/open_calendar.js %%HORDIR%%/templates/javascript/open_html_helper.js %%HORDIR%%/templates/javascript/print.js +%%HORDIR%%/templates/javascript/quoteBlocks.js %%HORDIR%%/templates/javascript/tree.js %%HORDIR%%/templates/login/login.inc %%HORDIR%%/templates/login/mobile.inc @@ -1642,7 +1606,6 @@ %%HORDIR%%/themes/cornflower/graphics/tab_right.gif %%HORDIR%%/themes/cornflower/info.php %%HORDIR%%/themes/cornflower/screen.css -%%HORDIR%%/themes/embed.css %%HORDIR%%/themes/fadetogreen/graphics/control.png %%HORDIR%%/themes/fadetogreen/graphics/header.png %%HORDIR%%/themes/fadetogreen/graphics/headerbox.png @@ -4009,8 +3972,6 @@ @dirrm %%HORDIR%%/locale/fi_FI @dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES @dirrm %%HORDIR%%/locale/fa_IR -@dirrm %%HORDIR%%/locale/eu_ES/LC_MESSAGES -@dirrm %%HORDIR%%/locale/eu_ES @dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES @dirrm %%HORDIR%%/locale/et_EE @dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES @@ -4096,12 +4057,8 @@ @dirrm %%HORDIR%%/lib/Horde/Log @dirrm %%HORDIR%%/lib/Horde/Lock @dirrm %%HORDIR%%/lib/Horde/Lens -@dirrm %%HORDIR%%/lib/Horde/Kolab/Storage/IMAP -@dirrm %%HORDIR%%/lib/Horde/Kolab/Storage -@dirrm %%HORDIR%%/lib/Horde/Kolab/Server/Object -@dirrm %%HORDIR%%/lib/Horde/Kolab/Server -@dirrm %%HORDIR%%/lib/Horde/Kolab/Format/XML -@dirrm %%HORDIR%%/lib/Horde/Kolab/Format +@dirrm %%HORDIR%%/lib/Horde/Kolab/XML +@dirrm %%HORDIR%%/lib/Horde/Kolab/IMAP @dirrm %%HORDIR%%/lib/Horde/Kolab @dirrm %%HORDIR%%/lib/Horde/Image/Effect/im @dirrm %%HORDIR%%/lib/Horde/Image/Effect/gd @@ -4129,7 +4086,6 @@ @dirrm %%HORDIR%%/lib/Horde/Browser @dirrm %%HORDIR%%/lib/Horde/Block/Layout @dirrm %%HORDIR%%/lib/Horde/Block -@dirrm %%HORDIR%%/lib/Horde/Auth/Signup @dirrm %%HORDIR%%/lib/Horde/Auth @dirrm %%HORDIR%%/lib/Horde/Argv @dirrm %%HORDIR%%/lib/Horde/Alarm @@ -4148,7 +4104,6 @@ @dirrm %%HORDIR%%/admin/perms @dirrm %%HORDIR%%/admin/locale/hu_HU @dirrm %%HORDIR%%/admin/locale/fi_FI -@dirrm %%HORDIR%%/admin/locale/eu_ES @dirrm %%HORDIR%%/admin/locale/en_US @dirrm %%HORDIR%%/admin/locale @dirrm %%HORDIR%%/admin diff --git a/www/p5-Catalyst-Plugin-PageCache/Makefile b/www/p5-Catalyst-Plugin-PageCache/Makefile index 0e73a42..b535444 100644 --- a/www/p5-Catalyst-Plugin-PageCache/Makefile +++ b/www/p5-Catalyst-Plugin-PageCache/Makefile @@ -2,11 +2,11 @@ # Date created: Dec 19, 2005 # Whom: Lars Balker Rasmussen # -# $FreeBSD: ports/www/p5-Catalyst-Plugin-PageCache/Makefile,v 1.12 2008/10/03 10:52:49 lbr Exp $ +# $FreeBSD: ports/www/p5-Catalyst-Plugin-PageCache/Makefile,v 1.11 2008/08/24 21:22:51 lbr Exp $ # PORTNAME= Catalyst-Plugin-PageCache -PORTVERSION= 0.21 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Catalyst-Plugin-PageCache/distinfo b/www/p5-Catalyst-Plugin-PageCache/distinfo index e2924f4..2f424e4 100644 --- a/www/p5-Catalyst-Plugin-PageCache/distinfo +++ b/www/p5-Catalyst-Plugin-PageCache/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-PageCache-0.21.tar.gz) = 67d18aae5123561c096df37c4e8a8bce -SHA256 (Catalyst-Plugin-PageCache-0.21.tar.gz) = 26cbfb5c29fb1e4ec0867c87cde9708cc8f7870151d55706495f2d07ef22cdb6 -SIZE (Catalyst-Plugin-PageCache-0.21.tar.gz) = 30804 +MD5 (Catalyst-Plugin-PageCache-0.19.tar.gz) = 53f3b1cb03234a2f9ff780858e440eeb +SHA256 (Catalyst-Plugin-PageCache-0.19.tar.gz) = ad6555bcb0af9db9a8149499940db20dca2dc17178690a223013767d784bdd01 +SIZE (Catalyst-Plugin-PageCache-0.19.tar.gz) = 28933 diff --git a/www/p5-Task-Catalyst/Makefile b/www/p5-Task-Catalyst/Makefile index 6aec707..556ac1f 100644 --- a/www/p5-Task-Catalyst/Makefile +++ b/www/p5-Task-Catalyst/Makefile @@ -2,11 +2,11 @@ # Date created: 21 Nov 2005 # Whom: Lars Balker Rasmussen # -# $FreeBSD: ports/www/p5-Task-Catalyst/Makefile,v 1.14 2008/10/03 11:08:21 lbr Exp $ +# $FreeBSD: ports/www/p5-Task-Catalyst/Makefile,v 1.13 2007/09/08 01:11:39 linimon Exp $ # PORTNAME= Task-Catalyst -PORTVERSION= 3.0000 +PORTVERSION= 2.0001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,18 +18,22 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7007:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>=1.02:${PORTSDIR}/www/p5-Catalyst-Devel \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Catalyst-Log-Log4perl>=0.1:${PORTSDIR}/www/p5-Catalyst-Log-Log4perl \ - p5-Catalyst-Controller-HTML-FormFu>=0.03:${PORTSDIR}/www/p5-Catalyst-Controller-HTML-FormFu \ + p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-Catalyst-Plugin-HTML-Widget>=1.1:${PORTSDIR}/www/p5-Catalyst-Plugin-HTML-Widget \ p5-Catalyst-Controller-FormBuilder>=0.03:${PORTSDIR}/www/p5-Catalyst-Controller-FormBuilder \ p5-Catalyst-Plugin-StackTrace>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-StackTrace \ + p5-Catalyst-Plugin-Prototype>=1.32:${PORTSDIR}/www/p5-Catalyst-Plugin-Prototype \ p5-Catalyst-Plugin-Session>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \ p5-Catalyst-Plugin-Session-Store-File>=0.07:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-File \ p5-Catalyst-Plugin-Session-State-Cookie>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Catalyst-Plugin-Session-State-URI>=0.02:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-URI \ p5-Catalyst-Plugin-Authentication>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Authentication-Store-DBIx-Class>=0.106:${PORTSDIR}/www/p5-Catalyst-Authentication-Store-DBIx-Class \ + p5-Catalyst-Plugin-Authentication-Store-DBIC>=0.04:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-DBIC \ + p5-Catalyst-Plugin-Authentication-Store-Htpasswd>=0.020:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication-Store-Htpasswd \ p5-Catalyst-Plugin-Authorization-ACL>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-ACL \ p5-Catalyst-Plugin-Authorization-Roles>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authorization-Roles \ p5-Catalyst-Plugin-I18N>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-I18N \ + p5-Catalyst-Controller-BindLex>=0.03:${PORTSDIR}/www/p5-Catalyst-Controller-BindLex \ p5-Catalyst-Model-DBIC-Schema>=0.08:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-Catalyst-View-TT>=0.22:${PORTSDIR}/www/p5-Catalyst-View-TT \ p5-Test-WWW-Mechanize-Catalyst>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \ diff --git a/www/p5-Task-Catalyst/distinfo b/www/p5-Task-Catalyst/distinfo index a7dcc50..fe3bbbd 100644 --- a/www/p5-Task-Catalyst/distinfo +++ b/www/p5-Task-Catalyst/distinfo @@ -1,3 +1,3 @@ -MD5 (Task-Catalyst-3.0000.tar.gz) = 7a1dbc782dd2cc4e23c3ee0fde6e555f -SHA256 (Task-Catalyst-3.0000.tar.gz) = 263323bbdf3d320834020e210cea1bb2afcff5c893260cb624a9ecdca464424e -SIZE (Task-Catalyst-3.0000.tar.gz) = 20132 +MD5 (Task-Catalyst-2.0001.tar.gz) = 761245c28977b106eafccfc1a21ecdf9 +SHA256 (Task-Catalyst-2.0001.tar.gz) = eb9a922f6e604053863a9d5d696578a59e8ae37166b4cd1d461ec6b0a0dab110 +SIZE (Task-Catalyst-2.0001.tar.gz) = 18779 diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 06b4117..f7ce314 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -2,12 +2,11 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon # -# $FreeBSD: ports/www/p5-libwww/Makefile,v 1.80 2008/10/03 00:47:57 leeym Exp $ +# $FreeBSD: ports/www/p5-libwww/Makefile,v 1.79 2008/09/30 00:16:36 clsung Exp $ # PORTNAME= libwww PORTVERSION= 5.816 -PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= LWP @@ -17,11 +16,16 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 library for WWW access -RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= --aliases +CONFIGURE_ARGS+= --aliases MAN1= GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1 @@ -37,16 +41,9 @@ MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Config.3 \ LWP::UserAgent.3 Net::HTTP.3 Net::HTTP::NB.3 WWW::RobotRules.3 \ WWW::RobotRules::AnyDBM_File.3 lwpcook.3 lwptut.3 -.include +post-patch: + @${PERL} -pi -e "s,/usr/lib/sendmail,/usr/sbin/sendmail," \ + ${WRKSRC}/lib/LWP/Protocol/mailto.pm + @${PERL} -pi -e 's!(?=prompt\()!1 || !g' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Net>=2.58:${PORTSDIR}/net/p5-Net -.endif - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Compress-Zlib>=1.10:${PORTSDIR}/archivers/p5-Compress-Zlib -.endif - -.include +.include diff --git a/www/roundup/Makefile b/www/roundup/Makefile index 8cfab05..da99eaf 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -2,11 +2,12 @@ # Date created: 23 Mar 2003 # Whom: nbm # -# $FreeBSD: ports/www/roundup/Makefile,v 1.30 2008/10/02 22:46:12 lwhsu Exp $ +# $FreeBSD: ports/www/roundup/Makefile,v 1.29 2008/06/06 14:07:11 edwin Exp $ # PORTNAME= roundup -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ http://dryice.name/computer/FreeBSD/distfiles/ diff --git a/www/roundup/distinfo b/www/roundup/distinfo index a9175ea..007c267 100644 --- a/www/roundup/distinfo +++ b/www/roundup/distinfo @@ -1,3 +1,3 @@ -MD5 (roundup-1.4.6.tar.gz) = e364bb8026761829752ffec76e33065f -SHA256 (roundup-1.4.6.tar.gz) = 210209035ca2161c48117eeeedfc61194292920f1b8ac511342d369836b5b2f5 -SIZE (roundup-1.4.6.tar.gz) = 1370687 +MD5 (roundup-1.4.4.tar.gz) = 6a9f6fc272d833ef0179b00e63010a08 +SHA256 (roundup-1.4.4.tar.gz) = 97d70d053a552228efd734687e280d92a970638e73ee9b9ae92dbdd1756820ed +SIZE (roundup-1.4.4.tar.gz) = 1362370 diff --git a/www/zenphoto/Makefile b/www/zenphoto/Makefile index aac410a..776201e 100644 --- a/www/zenphoto/Makefile +++ b/www/zenphoto/Makefile @@ -1,10 +1,10 @@ # New ports collection makefile for: zenphoto # Date created: 27 December 2007 # Whom: Philippe Audeoud -# $FreeBSD: ports/www/zenphoto/Makefile,v 1.9 2008/10/03 13:24:59 jadawin Exp $ +# $FreeBSD: ports/www/zenphoto/Makefile,v 1.8 2008/08/18 15:06:21 jadawin Exp $ PORTNAME= zenphoto -PORTVERSION= 1.2.1 +PORTVERSION= 1.2 CATEGORIES= www MASTER_SITES= http://www.zenphoto.org/files/ diff --git a/www/zenphoto/distinfo b/www/zenphoto/distinfo index bddad52..c1b2009 100644 --- a/www/zenphoto/distinfo +++ b/www/zenphoto/distinfo @@ -1,3 +1,3 @@ -MD5 (zenphoto-1.2.1.tar.gz) = 7e3f8c35a92ddc97abca89284e3fb00b -SHA256 (zenphoto-1.2.1.tar.gz) = 0fbe39b47824ceff2d49cef77343cba1a53542111101d5da464576773ebc92e3 -SIZE (zenphoto-1.2.1.tar.gz) = 2513663 +MD5 (zenphoto-1.2.tar.gz) = 91a70e542ed8236661c713155ce946bd +SHA256 (zenphoto-1.2.tar.gz) = 8a616c7b1d1fddb006a3358ad1038e38adfe1698697a42fd6a0b28c6d650e98b +SIZE (zenphoto-1.2.tar.gz) = 1626254 diff --git a/www/zenphoto/pkg-plist b/www/zenphoto/pkg-plist index 45e2396..5e0e1c7 100644 --- a/www/zenphoto/pkg-plist +++ b/www/zenphoto/pkg-plist @@ -25,17 +25,10 @@ %%WWWDIR%%/themes/effervescence_plus/album.php %%WWWDIR%%/themes/effervescence_plus/archive.php %%WWWDIR%%/themes/effervescence_plus/customfunctions.php -%%WWWDIR%%/themes/effervescence_plus/footer.php -%%WWWDIR%%/themes/effervescence_plus/gallery.php %%WWWDIR%%/themes/effervescence_plus/image.php %%WWWDIR%%/themes/effervescence_plus/images/err-passwordprotected.gif %%WWWDIR%%/themes/effervescence_plus/images/logo.png %%WWWDIR%%/themes/effervescence_plus/images/search.png -%%WWWDIR%%/themes/effervescence_plus/images/multimediaDefault.png -%%WWWDIR%%/themes/effervescence_plus/images/arrow_right.png -%%WWWDIR%%/themes/effervescence_plus/images/zen-logo.jpg -%%WWWDIR%%/themes/effervescence_plus/images/dark_arrow_right.png -%%WWWDIR%%/themes/effervescence_plus/images/imageDefault.png %%WWWDIR%%/themes/effervescence_plus/images/slimbox/closelabel.gif %%WWWDIR%%/themes/effervescence_plus/images/slimbox/loading.gif %%WWWDIR%%/themes/effervescence_plus/images/slimbox/nextlabel.gif @@ -50,9 +43,6 @@ %%WWWDIR%%/themes/effervescence_plus/images/smooth/open.gif %%WWWDIR%%/themes/effervescence_plus/images/smooth/open.png %%WWWDIR%%/themes/effervescence_plus/index.php -%%WWWDIR%%/themes/effervescence_plus/indexpage.php -%%WWWDIR%%/themes/effervescence_plus/pages.php -%%WWWDIR%%/themes/effervescence_plus/news.php %%WWWDIR%%/themes/effervescence_plus/jd.gallery.css %%WWWDIR%%/themes/effervescence_plus/scripts/bluranchors.js %%WWWDIR%%/themes/effervescence_plus/scripts/jd.gallery.js @@ -62,7 +52,6 @@ %%WWWDIR%%/themes/effervescence_plus/scripts/slimbox.js %%WWWDIR%%/themes/effervescence_plus/scripts/swfobject.js %%WWWDIR%%/themes/effervescence_plus/search.php -%%WWWDIR%%/themes/effervescence_plus/sidebar.php %%WWWDIR%%/themes/effervescence_plus/simpleviewer.swf %%WWWDIR%%/themes/effervescence_plus/slideshow-controls.png %%WWWDIR%%/themes/effervescence_plus/slideshow.css @@ -103,44 +92,42 @@ %%WWWDIR%%/themes/stopdesign/css/master.css %%WWWDIR%%/themes/stopdesign/css/photos.css %%WWWDIR%%/themes/stopdesign/image.php -%%WWWDIR%%/themes/stopdesign/images/bg_gal.gif -%%WWWDIR%%/themes/stopdesign/images/bg_gal.png -%%WWWDIR%%/themes/stopdesign/images/bg_page.jpg -%%WWWDIR%%/themes/stopdesign/images/bg_path.gif -%%WWWDIR%%/themes/stopdesign/images/bg_shadow.png -%%WWWDIR%%/themes/stopdesign/images/bg_slide.gif -%%WWWDIR%%/themes/stopdesign/images/bg_slide.png -%%WWWDIR%%/themes/stopdesign/images/bg_slide_sm.gif -%%WWWDIR%%/themes/stopdesign/images/bg_slide_sm.png -%%WWWDIR%%/themes/stopdesign/images/btn_add_a_comment.gif -%%WWWDIR%%/themes/stopdesign/images/btn_all_favorites.gif -%%WWWDIR%%/themes/stopdesign/images/btn_gallery_archive.gif -%%WWWDIR%%/themes/stopdesign/images/btn_go.gif -%%WWWDIR%%/themes/stopdesign/images/btn_hide.gif -%%WWWDIR%%/themes/stopdesign/images/btn_preview.gif -%%WWWDIR%%/themes/stopdesign/images/btn_rss.gif -%%WWWDIR%%/themes/stopdesign/images/btn_save.gif -%%WWWDIR%%/themes/stopdesign/images/btn_show.gif -%%WWWDIR%%/themes/stopdesign/images/btn_submit.gif -%%WWWDIR%%/themes/stopdesign/images/btn_view_gallery.gif -%%WWWDIR%%/themes/stopdesign/images/bullet_white.gif -%%WWWDIR%%/themes/stopdesign/images/canon_sd10.jpg -%%WWWDIR%%/themes/stopdesign/images/divider_l.gif -%%WWWDIR%%/themes/stopdesign/images/divider_l.png -%%WWWDIR%%/themes/stopdesign/images/divider_r.gif -%%WWWDIR%%/themes/stopdesign/images/divider_r.png -%%WWWDIR%%/themes/stopdesign/images/err-passwordprotected.gif -%%WWWDIR%%/themes/stopdesign/images/icon_pushpin.gif -%%WWWDIR%%/themes/stopdesign/images/imageDefault.png -%%WWWDIR%%/themes/stopdesign/images/moreslide_next.gif -%%WWWDIR%%/themes/stopdesign/images/moreslide_prev.gif -%%WWWDIR%%/themes/stopdesign/images/photonav_next.gif -%%WWWDIR%%/themes/stopdesign/images/photonav_next.png -%%WWWDIR%%/themes/stopdesign/images/photonav_prev.gif -%%WWWDIR%%/themes/stopdesign/images/photonav_prev.png -%%WWWDIR%%/themes/stopdesign/images/slide_minis.gif -%%WWWDIR%%/themes/stopdesign/images/txt_backward.gif -%%WWWDIR%%/themes/stopdesign/images/txt_forward.gif +%%WWWDIR%%/themes/stopdesign/img/bg_gal.gif +%%WWWDIR%%/themes/stopdesign/img/bg_gal.png +%%WWWDIR%%/themes/stopdesign/img/bg_page.jpg +%%WWWDIR%%/themes/stopdesign/img/bg_path.gif +%%WWWDIR%%/themes/stopdesign/img/bg_shadow.png +%%WWWDIR%%/themes/stopdesign/img/bg_slide.gif +%%WWWDIR%%/themes/stopdesign/img/bg_slide.png +%%WWWDIR%%/themes/stopdesign/img/bg_slide_sm.gif +%%WWWDIR%%/themes/stopdesign/img/bg_slide_sm.png +%%WWWDIR%%/themes/stopdesign/img/btn_add_a_comment.gif +%%WWWDIR%%/themes/stopdesign/img/btn_all_favorites.gif +%%WWWDIR%%/themes/stopdesign/img/btn_gallery_archive.gif +%%WWWDIR%%/themes/stopdesign/img/btn_go.gif +%%WWWDIR%%/themes/stopdesign/img/btn_hide.gif +%%WWWDIR%%/themes/stopdesign/img/btn_preview.gif +%%WWWDIR%%/themes/stopdesign/img/btn_rss.gif +%%WWWDIR%%/themes/stopdesign/img/btn_save.gif +%%WWWDIR%%/themes/stopdesign/img/btn_show.gif +%%WWWDIR%%/themes/stopdesign/img/btn_submit.gif +%%WWWDIR%%/themes/stopdesign/img/btn_view_gallery.gif +%%WWWDIR%%/themes/stopdesign/img/bullet_white.gif +%%WWWDIR%%/themes/stopdesign/img/canon_sd10.jpg +%%WWWDIR%%/themes/stopdesign/img/divider_l.gif +%%WWWDIR%%/themes/stopdesign/img/divider_l.png +%%WWWDIR%%/themes/stopdesign/img/divider_r.gif +%%WWWDIR%%/themes/stopdesign/img/divider_r.png +%%WWWDIR%%/themes/stopdesign/img/icon_pushpin.gif +%%WWWDIR%%/themes/stopdesign/img/moreslide_next.gif +%%WWWDIR%%/themes/stopdesign/img/moreslide_prev.gif +%%WWWDIR%%/themes/stopdesign/img/photonav_next.gif +%%WWWDIR%%/themes/stopdesign/img/photonav_next.png +%%WWWDIR%%/themes/stopdesign/img/photonav_prev.gif +%%WWWDIR%%/themes/stopdesign/img/photonav_prev.png +%%WWWDIR%%/themes/stopdesign/img/slide_minis.gif +%%WWWDIR%%/themes/stopdesign/img/txt_backward.gif +%%WWWDIR%%/themes/stopdesign/img/txt_forward.gif %%WWWDIR%%/themes/stopdesign/index.php %%WWWDIR%%/themes/stopdesign/js/comments.js %%WWWDIR%%/themes/stopdesign/js/rememberMe.js @@ -151,7 +138,6 @@ %%WWWDIR%%/themes/stopdesign/theme.png %%WWWDIR%%/themes/stopdesign/theme_description.php %%WWWDIR%%/themes/stopdesign/themeoptions.php -%%WWWDIR%%/zp-core/404.php %%WWWDIR%%/zp-core/admin-albumsort.php %%WWWDIR%%/zp-core/admin-cache-images.php %%WWWDIR%%/zp-core/admin-comments.php @@ -173,10 +159,7 @@ %%WWWDIR%%/zp-core/class-album.php %%WWWDIR%%/zp-core/class-gallery.php %%WWWDIR%%/zp-core/class-image.php -%%WWWDIR%%/zp-core/class-load.php %%WWWDIR%%/zp-core/class-search.php -%%WWWDIR%%/zp-core/class-transientimage.php -%%WWWDIR%%/zp-core/class-video.php %%WWWDIR%%/zp-core/classes.php %%WWWDIR%%/zp-core/controller.php %%WWWDIR%%/zp-core/exif/exif.php @@ -207,7 +190,6 @@ %%WWWDIR%%/zp-core/images/err-nogd.gif %%WWWDIR%%/zp-core/images/err-passwordprotected.gif %%WWWDIR%%/zp-core/images/fail.png -%%WWWDIR%%/zp-core/images/imageDefault.png %%WWWDIR%%/zp-core/images/lock.png %%WWWDIR%%/zp-core/images/lock_open.png %%WWWDIR%%/zp-core/images/movie.jpg @@ -217,14 +199,15 @@ %%WWWDIR%%/zp-core/images/refresh.png %%WWWDIR%%/zp-core/images/reset.png %%WWWDIR%%/zp-core/images/rss.gif -%%WWWDIR%%/zp-core/images/thickbox_macFFBgHack.png -%%WWWDIR%%/zp-core/images/thickbox_loadingAnimation.gif +%%WWWDIR%%/zp-core/images/thickbox_macFFBg.png %%WWWDIR%%/zp-core/images/togglerc.gif %%WWWDIR%%/zp-core/images/togglerch.gif %%WWWDIR%%/zp-core/images/togglero.gif %%WWWDIR%%/zp-core/images/toggleroh.gif %%WWWDIR%%/zp-core/images/warn.png %%WWWDIR%%/zp-core/images/zen-logo.gif +%%WWWDIR%%/zp-core/images/zen-logo.jpg +%%WWWDIR%%/zp-core/images/zenphoto.gif %%WWWDIR%%/zp-core/index.php %%WWWDIR%%/zp-core/js/admin.js %%WWWDIR%%/zp-core/js/ajax.js @@ -265,19 +248,6 @@ %%WWWDIR%%/zp-core/locale/nl_NL/LC_MESSAGES/zenphoto.po %%WWWDIR%%/zp-core/locale/zh_TW/LC_MESSAGES/zenphoto.mo %%WWWDIR%%/zp-core/locale/zh_TW/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/locale/zh_CN/LC_MESSAGES/zenphoto.mo -%%WWWDIR%%/zp-core/locale/zh_CN/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/locale/pl_PL/LC_MESSAGES/zenphoto.mo -%%WWWDIR%%/zp-core/locale/pl_PL/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/locale/it_IT/LC_MESSAGES/zenphoto.mo -%%WWWDIR%%/zp-core/locale/it_IT/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/locale/sr_RS/LC_MESSAGES/zenphoto.mo -%%WWWDIR%%/zp-core/locale/sr_RS/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/locale/en_US/place_holder.txt -%%WWWDIR%%/zp-core/locale/es_ES/LC_MESSAGES/zenphoto.mo -%%WWWDIR%%/zp-core/locale/es_ES/LC_MESSAGES/zenphoto.po -%%WWWDIR%%/zp-core/plugins/contact_form.php -%%WWWDIR%%/zp-core/plugins/contact_form/form.php %%WWWDIR%%/zp-core/plugins/GoogleCheckout.php %%WWWDIR%%/zp-core/plugins/GoogleCheckout/GoogleCartDefault.css %%WWWDIR%%/zp-core/plugins/GoogleCheckout/GoogleCartPostToSandBox.js @@ -295,10 +265,8 @@ %%WWWDIR%%/zp-core/plugins/flvplayer/flvplayer.js %%WWWDIR%%/zp-core/plugins/flvplayer/flvplayer.swf %%WWWDIR%%/zp-core/plugins/google_maps.php -%%WWWDIR%%/zp-core/plugins/google_maps/license.txt -%%WWWDIR%%/zp-core/plugins/google_maps/phoogle.php +%%WWWDIR%%/zp-core/plugins/google_maps/phooglelite.php %%WWWDIR%%/zp-core/plugins/image_album_statistics.php -%%WWWDIR%%/zp-core/plugins/paged_thumbs_nav.php %%WWWDIR%%/zp-core/plugins/print_album_menu.php %%WWWDIR%%/zp-core/plugins/rating.php %%WWWDIR%%/zp-core/plugins/rating/alt_star.png @@ -317,7 +285,6 @@ %%WWWDIR%%/zp-core/plugins/spamfilters/none.php %%WWWDIR%%/zp-core/plugins/spamfilters/simple.php %%WWWDIR%%/zp-core/plugins/spamfilters/spamassassin.php -%%WWWDIR%%/zp-core/plugins/static_html_cache.php %%WWWDIR%%/zp-core/plugins/tag_suggest.php %%WWWDIR%%/zp-core/plugins/tag_suggest/tag.css %%WWWDIR%%/zp-core/plugins/tag_suggest/tag.js @@ -346,8 +313,6 @@ @dirrm %%WWWDIR%%/zp-core/plugins/flv_playlist @dirrm %%WWWDIR%%/zp-core/plugins/flowplayer @dirrm %%WWWDIR%%/zp-core/plugins/GoogleCheckout -@dirrmtry %%WWWDIR%%/zp-core/plugins/google_maps -@dirrm %%WWWDIR%%/zp-core/plugins/contact_form @dirrm %%WWWDIR%%/zp-core/plugins @dirrm %%WWWDIR%%/zp-core/locale/zh_TW/LC_MESSAGES @dirrm %%WWWDIR%%/zp-core/locale/zh_TW @@ -357,22 +322,9 @@ @dirrm %%WWWDIR%%/zp-core/locale/fr_FR @dirrm %%WWWDIR%%/zp-core/locale/es_LA/LC_MESSAGES @dirrm %%WWWDIR%%/zp-core/locale/es_LA -@dirrm %%WWWDIR%%/zp-core/locale/en_US/LC_MESSAGES @dirrm %%WWWDIR%%/zp-core/locale/en_US @dirrm %%WWWDIR%%/zp-core/locale/de_DE/LC_MESSAGES @dirrm %%WWWDIR%%/zp-core/locale/de_DE -@dirrm %%WWWDIR%%/zp-core/locale/zh_CN/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/zh_CN -@dirrm %%WWWDIR%%/zp-core/locale/pl_PL/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/pl_PL -@dirrm %%WWWDIR%%/zp-core/locale/it_IT/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/it_IT -@dirrm %%WWWDIR%%/zp-core/locale/sr_RS/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/sr_RS -@dirrm %%WWWDIR%%/zp-core/locale/en_US/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/en_US -@dirrm %%WWWDIR%%/zp-core/locale/es_ES/LC_MESSAGES -@dirrm %%WWWDIR%%/zp-core/locale/es_ES @dirrm %%WWWDIR%%/zp-core/locale @dirrm %%WWWDIR%%/zp-core/lib-gettext @dirrm %%WWWDIR%%/zp-core/js/scriptaculous @@ -382,7 +334,7 @@ @dirrm %%WWWDIR%%/zp-core/exif @dirrmtry %%WWWDIR%%/zp-core @dirrm %%WWWDIR%%/themes/stopdesign/js -@dirrm %%WWWDIR%%/themes/stopdesign/images +@dirrm %%WWWDIR%%/themes/stopdesign/img @dirrm %%WWWDIR%%/themes/stopdesign/css @dirrm %%WWWDIR%%/themes/stopdesign @dirrm %%WWWDIR%%/themes/example diff --git a/x11-drivers/synaptics/Makefile b/x11-drivers/synaptics/Makefile index 47a8fde..6a332fd 100644 --- a/x11-drivers/synaptics/Makefile +++ b/x11-drivers/synaptics/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes MASTER_SITES+= ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/:x11 \ http://xorg.freedesktop.org/releases/individual/xserver/:x11 DIST_SUBDIR= xorg/xserver -X_DISTFILES= xorg-server-1.4.2.tar.bz2 +X_DISTFILES= xorg-server-1.5.0.tar.bz2 EXTRA_PATCHES= ${FILESDIR}/extra-xorg-server-1.4 post-patch: diff --git a/x11-drivers/synaptics/distinfo b/x11-drivers/synaptics/distinfo index 1712be2..446b50d 100644 --- a/x11-drivers/synaptics/distinfo +++ b/x11-drivers/synaptics/distinfo @@ -1,6 +1,6 @@ MD5 (xorg/xserver/synaptics-0.14.6.tar.bz2) = 1102cd575045640a064ab6f9b1e391af SHA256 (xorg/xserver/synaptics-0.14.6.tar.bz2) = f88b967258a0484b0aa02f26acfb31a70cc8afd4872608b7f81c44dc29ae8429 SIZE (xorg/xserver/synaptics-0.14.6.tar.bz2) = 126833 -MD5 (xorg/xserver/xorg-server-1.4.2.tar.bz2) = fa2915ae377f61c340a18ebef484b64b -SHA256 (xorg/xserver/xorg-server-1.4.2.tar.bz2) = 829c66ec4c295822700067c87afae796b8e67530cc65a7b83060ea29a4ff316d -SIZE (xorg/xserver/xorg-server-1.4.2.tar.bz2) = 6216638 +MD5 (xorg/xserver/xorg-server-1.5.0.tar.bz2) = 9a817e5f7374d45b4dbe64b21bc0fb61 +SHA256 (xorg/xserver/xorg-server-1.5.0.tar.bz2) = 9a0687812eaceaccc21d55dead47f1fbecf8300a28604bd2c08aae6ff7874cd0 +SIZE (xorg/xserver/xorg-server-1.5.0.tar.bz2) = 5613930 diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile index 084cc73..cc2bd73 100644 --- a/x11-drivers/xf86-input-acecad/Makefile +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-acecad -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-acecad/distinfo b/x11-drivers/xf86-input-acecad/distinfo index b76810f..78a38ab 100644 --- a/x11-drivers/xf86-input-acecad/distinfo +++ b/x11-drivers/xf86-input-acecad/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-acecad-1.2.1.tar.bz2) = 2c371317f2aae34c04db63c19759a44e -SHA256 (xorg/driver/xf86-input-acecad-1.2.1.tar.bz2) = 07d2f8a1153d34a6516b8f1129fc32a18f2862bbb58c9bad4637fb282d60385a -SIZE (xorg/driver/xf86-input-acecad-1.2.1.tar.bz2) = 230394 +MD5 (xorg/driver/xf86-input-acecad-1.2.2.tar.bz2) = 2d6596b2b0cfa527b5ed4df2014684bf +SHA256 (xorg/driver/xf86-input-acecad-1.2.2.tar.bz2) = 953ebb7d7ed579ce648dd6f6a25307c37ad8230a0336ec6fc58247732835f26e +SIZE (xorg/driver/xf86-input-acecad-1.2.2.tar.bz2) = 230781 diff --git a/x11-drivers/xf86-input-calcomp/Makefile b/x11-drivers/xf86-input-calcomp/Makefile index 2f3ca08..50a656e 100644 --- a/x11-drivers/xf86-input-calcomp/Makefile +++ b/x11-drivers/xf86-input-calcomp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-calcomp -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-calcomp/distinfo b/x11-drivers/xf86-input-calcomp/distinfo index c414423..6d65253 100644 --- a/x11-drivers/xf86-input-calcomp/distinfo +++ b/x11-drivers/xf86-input-calcomp/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-calcomp-1.1.1.tar.bz2) = 689099e2ade8a8c9f68f82fdf569b3ad -SHA256 (xorg/driver/xf86-input-calcomp-1.1.1.tar.bz2) = 8117b37da2e031eb983e1e98034710a1511299496fcf235f936caff252fa8957 -SIZE (xorg/driver/xf86-input-calcomp-1.1.1.tar.bz2) = 225927 +MD5 (xorg/driver/xf86-input-calcomp-1.1.2.tar.bz2) = ebc9a64dc72ae3015c16011bbd2d3557 +SHA256 (xorg/driver/xf86-input-calcomp-1.1.2.tar.bz2) = bf6edb9d78c90952a16c8bab9e69aebb3e1361e4423ec90e47df57e8c873254b +SIZE (xorg/driver/xf86-input-calcomp-1.1.2.tar.bz2) = 244642 diff --git a/x11-drivers/xf86-input-digitaledge/Makefile b/x11-drivers/xf86-input-digitaledge/Makefile index 8db67bb..805a662 100644 --- a/x11-drivers/xf86-input-digitaledge/Makefile +++ b/x11-drivers/xf86-input-digitaledge/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-digitaledge -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-digitaledge/distinfo b/x11-drivers/xf86-input-digitaledge/distinfo index 8fe3d8b..ee055ff 100644 --- a/x11-drivers/xf86-input-digitaledge/distinfo +++ b/x11-drivers/xf86-input-digitaledge/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-digitaledge-1.1.0.tar.bz2) = 53461c34cc0712aacab92b820b9fcb84 -SHA256 (xorg/driver/xf86-input-digitaledge-1.1.0.tar.bz2) = 24001f19b46b5bc2fcf8212f04863e4efa90175fac797350525e14848ab98a38 -SIZE (xorg/driver/xf86-input-digitaledge-1.1.0.tar.bz2) = 232925 +MD5 (xorg/driver/xf86-input-digitaledge-1.1.1.tar.bz2) = 4c27e0f3c6447e76df39a837fd46a00f +SHA256 (xorg/driver/xf86-input-digitaledge-1.1.1.tar.bz2) = ded010f82b1dbb57b1ee0ad6707902b31540e0592c94d6bbf3b43a7a35220775 +SIZE (xorg/driver/xf86-input-digitaledge-1.1.1.tar.bz2) = 242609 diff --git a/x11-drivers/xf86-input-dmc/Makefile b/x11-drivers/xf86-input-dmc/Makefile index 1cbfa65..098e2da 100644 --- a/x11-drivers/xf86-input-dmc/Makefile +++ b/x11-drivers/xf86-input-dmc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-dmc -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-dmc/distinfo b/x11-drivers/xf86-input-dmc/distinfo index cc33e98..401682b 100644 --- a/x11-drivers/xf86-input-dmc/distinfo +++ b/x11-drivers/xf86-input-dmc/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-dmc-1.1.1.tar.bz2) = f21f008220bc7687ce1c34ab557ec32f -SHA256 (xorg/driver/xf86-input-dmc-1.1.1.tar.bz2) = f98c5a7010fa71cee88b4c2470e5cd804e42dfbc5292cf1c20eb75e9b1814002 -SIZE (xorg/driver/xf86-input-dmc-1.1.1.tar.bz2) = 223565 +MD5 (xorg/driver/xf86-input-dmc-1.1.2.tar.bz2) = 91021ea8f3593221c0d9ee9cc14deb48 +SHA256 (xorg/driver/xf86-input-dmc-1.1.2.tar.bz2) = b6f4eb367ab1aa7da5ac5218953d7cdde409c9ddf59f6cb6b2e1aa2789b3f361 +SIZE (xorg/driver/xf86-input-dmc-1.1.2.tar.bz2) = 241971 diff --git a/x11-drivers/xf86-input-dynapro/Makefile b/x11-drivers/xf86-input-dynapro/Makefile index 8ba7978..dc42781 100644 --- a/x11-drivers/xf86-input-dynapro/Makefile +++ b/x11-drivers/xf86-input-dynapro/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-dynapro -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-dynapro/distinfo b/x11-drivers/xf86-input-dynapro/distinfo index 4bf7cc3..0ae43f0 100644 --- a/x11-drivers/xf86-input-dynapro/distinfo +++ b/x11-drivers/xf86-input-dynapro/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-dynapro-1.1.1.tar.bz2) = d47be12a230c44a05d56d6b79ebcfc38 -SHA256 (xorg/driver/xf86-input-dynapro-1.1.1.tar.bz2) = ed0f1ba81febf8e7a20cfaf32b021fcaa102af37f3070d67d6a101eeb6964992 -SIZE (xorg/driver/xf86-input-dynapro-1.1.1.tar.bz2) = 222619 +MD5 (xorg/driver/xf86-input-dynapro-1.1.2.tar.bz2) = ceb5efbd3d62e24ab3a5f9f180777f7c +SHA256 (xorg/driver/xf86-input-dynapro-1.1.2.tar.bz2) = 55b7b2e950331292ec05c81d566af6d1000ac3cf904068964c3b9d43cea4deec +SIZE (xorg/driver/xf86-input-dynapro-1.1.2.tar.bz2) = 241219 diff --git a/x11-drivers/xf86-input-elo2300/Makefile b/x11-drivers/xf86-input-elo2300/Makefile index 879cc50..a9debf8 100644 --- a/x11-drivers/xf86-input-elo2300/Makefile +++ b/x11-drivers/xf86-input-elo2300/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-elo2300 -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-elo2300/distinfo b/x11-drivers/xf86-input-elo2300/distinfo index 3dc0e12..1e47179 100644 --- a/x11-drivers/xf86-input-elo2300/distinfo +++ b/x11-drivers/xf86-input-elo2300/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-elo2300-1.1.1.tar.bz2) = 4eef20f44954d49571a10b9134fdb663 -SHA256 (xorg/driver/xf86-input-elo2300-1.1.1.tar.bz2) = cc2cd97f49cce1795ea74034b1416ff7cd5107e1a69258b09a741d55a98ba005 -SIZE (xorg/driver/xf86-input-elo2300-1.1.1.tar.bz2) = 225191 +MD5 (xorg/driver/xf86-input-elo2300-1.1.2.tar.bz2) = 611d0a77a80286bc926dd3c414e59555 +SHA256 (xorg/driver/xf86-input-elo2300-1.1.2.tar.bz2) = ce575f79a5a93f4129a4e63572911d54cdc6640abc303afeb3c74741bb3c9627 +SIZE (xorg/driver/xf86-input-elo2300-1.1.2.tar.bz2) = 244443 diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index dcc6704..0a9c1b2 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-elographics -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-elographics/distinfo b/x11-drivers/xf86-input-elographics/distinfo index ad1f756..3c9b42e 100644 --- a/x11-drivers/xf86-input-elographics/distinfo +++ b/x11-drivers/xf86-input-elographics/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-elographics-1.1.0.tar.bz2) = ecb2bf1f800d4f5f4c295f2a0e6b1de7 -SHA256 (xorg/driver/xf86-input-elographics-1.1.0.tar.bz2) = 1583e1dae6e3ecd34ba55deae7dfc052efede0378f852de6224308d7e7d5b2d8 -SIZE (xorg/driver/xf86-input-elographics-1.1.0.tar.bz2) = 236648 +MD5 (xorg/driver/xf86-input-elographics-1.2.1.tar.bz2) = 0b057e2bd9b0b3852d22370f0618ec12 +SHA256 (xorg/driver/xf86-input-elographics-1.2.1.tar.bz2) = d3a1f72a07e0b4747f96c91bc5cde762fafeb6fbe411319285250b70e3759be1 +SIZE (xorg/driver/xf86-input-elographics-1.2.1.tar.bz2) = 246178 diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index 0bfa18d..fd3a610 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -6,14 +6,15 @@ # PORTNAME= xf86-input-fpit -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org fpit input driver XORG_CAT= driver +USE_XORG= xrandr + MAN4= fpit.4x .include diff --git a/x11-drivers/xf86-input-fpit/distinfo b/x11-drivers/xf86-input-fpit/distinfo index a4c1fbe..86316bb 100644 --- a/x11-drivers/xf86-input-fpit/distinfo +++ b/x11-drivers/xf86-input-fpit/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-fpit-1.1.0.tar.bz2) = a31066a2076d18619ceaea67f6d89698 -SHA256 (xorg/driver/xf86-input-fpit-1.1.0.tar.bz2) = 8ee3b2df90516182460fbda025153aa7fb2c6ba343e4239d225963a287f694f8 -SIZE (xorg/driver/xf86-input-fpit-1.1.0.tar.bz2) = 232340 +MD5 (xorg/driver/xf86-input-fpit-1.2.0.tar.bz2) = 0f3e013d5ff58e0aba3d9e1d18830291 +SHA256 (xorg/driver/xf86-input-fpit-1.2.0.tar.bz2) = 87e3dd97d57ddb520cafa5e68fa7846cfc3d9d71cb054cdf0e1d650c7b1cff7e +SIZE (xorg/driver/xf86-input-fpit-1.2.0.tar.bz2) = 242815 diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index e9aea09..ae903ff 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-hyperpen -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-hyperpen/distinfo b/x11-drivers/xf86-input-hyperpen/distinfo index bdff1d5..c6af6e0 100644 --- a/x11-drivers/xf86-input-hyperpen/distinfo +++ b/x11-drivers/xf86-input-hyperpen/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = 1dfccb75069e61e0c6f990b47eb58c40 -SHA256 (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = d1c20a3340e06c5634759832dcf2edc6acb41476a4f637eba6880730e607f493 -SIZE (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = 235132 +MD5 (xorg/driver/xf86-input-hyperpen-1.2.0.tar.bz2) = 175c1e1ad668ebbbe212c1e975dd14f9 +SHA256 (xorg/driver/xf86-input-hyperpen-1.2.0.tar.bz2) = 689d1c5c1f21eed00ae03a01c57482f7bbef36d7e07156556c99febe28c7d413 +SIZE (xorg/driver/xf86-input-hyperpen-1.2.0.tar.bz2) = 244682 diff --git a/x11-drivers/xf86-input-jamstudio/Makefile b/x11-drivers/xf86-input-jamstudio/Makefile index a35a124..611854b 100644 --- a/x11-drivers/xf86-input-jamstudio/Makefile +++ b/x11-drivers/xf86-input-jamstudio/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-jamstudio -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-jamstudio/distinfo b/x11-drivers/xf86-input-jamstudio/distinfo index 6bb1206..b6e86cc 100644 --- a/x11-drivers/xf86-input-jamstudio/distinfo +++ b/x11-drivers/xf86-input-jamstudio/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-jamstudio-1.1.0.tar.bz2) = a32e36a24545791a3408cdc5563b6523 -SHA256 (xorg/driver/xf86-input-jamstudio-1.1.0.tar.bz2) = ce41b360bd08ea31036b79cfc25a32c854147522e4580f5ca1a203233e657e1a -SIZE (xorg/driver/xf86-input-jamstudio-1.1.0.tar.bz2) = 226459 +MD5 (xorg/driver/xf86-input-jamstudio-1.2.0.tar.bz2) = 8011f90d7dd801d26e8c3dd058633978 +SHA256 (xorg/driver/xf86-input-jamstudio-1.2.0.tar.bz2) = c5bbade96f1849b45f665a54e08ac8f9d5a94d31a8a680edc4d3c9361d164ac0 +SIZE (xorg/driver/xf86-input-jamstudio-1.2.0.tar.bz2) = 236377 diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index e95bc48..a14aec3 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-joystick -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-joystick/distinfo b/x11-drivers/xf86-input-joystick/distinfo index b15366e..3cde4cb 100644 --- a/x11-drivers/xf86-input-joystick/distinfo +++ b/x11-drivers/xf86-input-joystick/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-joystick-1.2.3.tar.bz2) = 41f33b1a18c576433222d8b6ca22c738 -SHA256 (xorg/driver/xf86-input-joystick-1.2.3.tar.bz2) = 708e01ca0f0e12a94f20566c18edc8ca71063dbc4c00e2cd78300236ee5954f7 -SIZE (xorg/driver/xf86-input-joystick-1.2.3.tar.bz2) = 239917 +MD5 (xorg/driver/xf86-input-joystick-1.3.2.tar.bz2) = e48b99e55093525ebb7811a014391a0b +SHA256 (xorg/driver/xf86-input-joystick-1.3.2.tar.bz2) = 6cad238e0a54dec75c5224f9c0774b4fce2a03b06f1c61b404e9ea97d4941d4b +SIZE (xorg/driver/xf86-input-joystick-1.3.2.tar.bz2) = 284489 diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile index f240d76..9813c29 100644 --- a/x11-drivers/xf86-input-keyboard/Makefile +++ b/x11-drivers/xf86-input-keyboard/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-keyboard -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-keyboard/distinfo b/x11-drivers/xf86-input-keyboard/distinfo index 6167681..8afaa74 100644 --- a/x11-drivers/xf86-input-keyboard/distinfo +++ b/x11-drivers/xf86-input-keyboard/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-keyboard-1.2.2.tar.bz2) = ab3122921f6359c54e250879288ffd47 -SHA256 (xorg/driver/xf86-input-keyboard-1.2.2.tar.bz2) = c25b35524eaf00928d97bd0d8bf9e489d92993b133461b5f4d8d9655d37ec072 -SIZE (xorg/driver/xf86-input-keyboard-1.2.2.tar.bz2) = 245665 +MD5 (xorg/driver/xf86-input-keyboard-1.3.1.tar.bz2) = ebe5dcf8eed819103909f18321fc3b9d +SHA256 (xorg/driver/xf86-input-keyboard-1.3.1.tar.bz2) = 7b514715dfb5a2512dea3355bc3f09eb879d7184440c5525f0a9d29ec9f3be42 +SIZE (xorg/driver/xf86-input-keyboard-1.3.1.tar.bz2) = 265170 diff --git a/x11-drivers/xf86-input-magellan/Makefile b/x11-drivers/xf86-input-magellan/Makefile index 3a5cb45..0732dd5 100644 --- a/x11-drivers/xf86-input-magellan/Makefile +++ b/x11-drivers/xf86-input-magellan/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-magellan -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-magellan/distinfo b/x11-drivers/xf86-input-magellan/distinfo index 736cfcd..d237844 100644 --- a/x11-drivers/xf86-input-magellan/distinfo +++ b/x11-drivers/xf86-input-magellan/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-magellan-1.1.1.tar.bz2) = 8a966d3b74dc2a801ff09b895037090c -SHA256 (xorg/driver/xf86-input-magellan-1.1.1.tar.bz2) = 06da7d1b222ba47ba0c7fd561965d78f2c8e46f44c998cb768e98bdc3c0e1741 -SIZE (xorg/driver/xf86-input-magellan-1.1.1.tar.bz2) = 223055 +MD5 (xorg/driver/xf86-input-magellan-1.2.0.tar.bz2) = 9801ba10f15f8be2420dfb3f3b5d5d27 +SHA256 (xorg/driver/xf86-input-magellan-1.2.0.tar.bz2) = c5285147a4df0b5b0fd5dcb7c0e5953bc982d3d6f2a2ed2e7767ead909a510e4 +SIZE (xorg/driver/xf86-input-magellan-1.2.0.tar.bz2) = 241520 diff --git a/x11-drivers/xf86-input-magictouch/Makefile b/x11-drivers/xf86-input-magictouch/Makefile index e3b30eb..a2c92aa 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +IGNORE= needs xf86_ansic.h which doesn't exist with recent xserver + XORG_CAT= driver MAN4= magictouch.4x USE_AUTOTOOLS= libtool:15 diff --git a/x11-drivers/xf86-input-microtouch/Makefile b/x11-drivers/xf86-input-microtouch/Makefile index 9cbfd1d..8dc50fb 100644 --- a/x11-drivers/xf86-input-microtouch/Makefile +++ b/x11-drivers/xf86-input-microtouch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-microtouch -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-microtouch/distinfo b/x11-drivers/xf86-input-microtouch/distinfo index 149e928..9b68bda 100644 --- a/x11-drivers/xf86-input-microtouch/distinfo +++ b/x11-drivers/xf86-input-microtouch/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-microtouch-1.1.1.tar.bz2) = 9843fbea6cc0c4129e96ce9a6c893cf6 -SHA256 (xorg/driver/xf86-input-microtouch-1.1.1.tar.bz2) = 5f2f0b16705c6226081a452f9f876508c388b384fca69106d377cd134cfddfd3 -SIZE (xorg/driver/xf86-input-microtouch-1.1.1.tar.bz2) = 226034 +MD5 (xorg/driver/xf86-input-microtouch-1.2.0.tar.bz2) = 1ad1aee7d8df84b9ea832d1e75963257 +SHA256 (xorg/driver/xf86-input-microtouch-1.2.0.tar.bz2) = b3034e0a768c4f646ea954d59dd414d00df3238e845848081221af6efe864f3b +SIZE (xorg/driver/xf86-input-microtouch-1.2.0.tar.bz2) = 244712 diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile index 8b4144d..15a04ce 100644 --- a/x11-drivers/xf86-input-mouse/Makefile +++ b/x11-drivers/xf86-input-mouse/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-mouse -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-mouse/distinfo b/x11-drivers/xf86-input-mouse/distinfo index f34123f..a1590aa 100644 --- a/x11-drivers/xf86-input-mouse/distinfo +++ b/x11-drivers/xf86-input-mouse/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-mouse-1.2.3.tar.bz2) = 47da1fa52584933d045528109f094eff -SHA256 (xorg/driver/xf86-input-mouse-1.2.3.tar.bz2) = a07cb2169f43018c90b7889781c0db30cda0da03811edccb8c4db533166357ab -SIZE (xorg/driver/xf86-input-mouse-1.2.3.tar.bz2) = 272961 +MD5 (xorg/driver/xf86-input-mouse-1.3.0.tar.bz2) = 31a51b0e5ddc4fac19754f48a3adf881 +SHA256 (xorg/driver/xf86-input-mouse-1.3.0.tar.bz2) = 054b253f366795c2865714ce8bc545c79e59aa9ce1b7a9a4a05b9c674dff9dec +SIZE (xorg/driver/xf86-input-mouse-1.3.0.tar.bz2) = 282157 diff --git a/x11-drivers/xf86-input-mouse/files/patch-dont-flush-buttons-6a03e8bd b/x11-drivers/xf86-input-mouse/files/patch-dont-flush-buttons-6a03e8bd deleted file mode 100644 index d1a21ed..0000000 --- a/x11-drivers/xf86-input-mouse/files/patch-dont-flush-buttons-6a03e8bd +++ /dev/null @@ -1,38 +0,0 @@ -From 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer -Date: Fri, 16 Nov 2007 06:15:45 +0000 -Subject: Bug #13144: Don't flush buttons, release events can cause paste events. - ---- -diff --git src/mouse.c src/mouse.c -index ff52d2b..bd98a80 100644 ---- src/mouse.c -+++ src/mouse.c -@@ -1853,26 +1853,17 @@ MouseConvert(InputInfoPtr pInfo, int first, int num, int v0, int v1, int v2, - - /********************************************************************** - * -- * FlushButtons -- send button up events for sanity. -+ * FlushButtons -- reset button states. - * - **********************************************************************/ - - static void - FlushButtons(MouseDevPtr pMse) - { -- -- /* If no button down is pending xf86PostButtonEvent() -- * will discard them. So we are on the safe side. */ -- - int i, blocked; - - pMse->lastButtons = 0; - pMse->lastMappedButtons = 0; -- -- blocked = xf86BlockSIGIO (); -- for (i = 1; i <= 5; i++) -- xf86PostButtonEvent(pMse->device,0,i,0,0,0); -- xf86UnblockSIGIO (blocked); - } - - /********************************************************************** diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index e659cee..efaa26a 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-mutouch -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-mutouch/distinfo b/x11-drivers/xf86-input-mutouch/distinfo index 591d113..c044317 100644 --- a/x11-drivers/xf86-input-mutouch/distinfo +++ b/x11-drivers/xf86-input-mutouch/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-mutouch-1.1.0.tar.bz2) = 98ae915c67cabf0e6d40a425dbdbe10b -SHA256 (xorg/driver/xf86-input-mutouch-1.1.0.tar.bz2) = cc67e0dd4f4fcc8d798f0bfe42b975132c5739bdd80809580a74182e4d1b62ea -SIZE (xorg/driver/xf86-input-mutouch-1.1.0.tar.bz2) = 236844 +MD5 (xorg/driver/xf86-input-mutouch-1.2.0.tar.bz2) = 50711d390d2867e3fa7e06b59b2d575b +SHA256 (xorg/driver/xf86-input-mutouch-1.2.0.tar.bz2) = 214f0831f36ebfc081b9f31f91ae27972ced9371b9b2256650998596a097061d +SIZE (xorg/driver/xf86-input-mutouch-1.2.0.tar.bz2) = 246167 diff --git a/x11-drivers/xf86-input-palmax/Makefile b/x11-drivers/xf86-input-palmax/Makefile index b24b0c7..82667e6 100644 --- a/x11-drivers/xf86-input-palmax/Makefile +++ b/x11-drivers/xf86-input-palmax/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-palmax -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-palmax/distinfo b/x11-drivers/xf86-input-palmax/distinfo index 6becf14..a1c9a27 100644 --- a/x11-drivers/xf86-input-palmax/distinfo +++ b/x11-drivers/xf86-input-palmax/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-palmax-1.1.0.tar.bz2) = 0959dbf7972dfb95f56e4bd3f56447cf -SHA256 (xorg/driver/xf86-input-palmax-1.1.0.tar.bz2) = 5c00c85eed2950a575362bee2f21c2fa68eb8af81e7f1d451273a1302eac4145 -SIZE (xorg/driver/xf86-input-palmax-1.1.0.tar.bz2) = 229673 +MD5 (xorg/driver/xf86-input-palmax-1.2.0.tar.bz2) = 9655d2235569c5a6ac321c6fb89a6f3b +SHA256 (xorg/driver/xf86-input-palmax-1.2.0.tar.bz2) = 02177c339ba60fb6cc942d3bc93a322e94247f36a6fe90c7c1121694c929b05b +SIZE (xorg/driver/xf86-input-palmax-1.2.0.tar.bz2) = 239602 diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile index 0a6d6b6..60b9e00 100644 --- a/x11-drivers/xf86-input-penmount/Makefile +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-penmount -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-penmount/distinfo b/x11-drivers/xf86-input-penmount/distinfo index af64b16..df02c34 100644 --- a/x11-drivers/xf86-input-penmount/distinfo +++ b/x11-drivers/xf86-input-penmount/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-penmount-1.2.1.tar.bz2) = 268af4dceda544d8c815b9b7e87d4536 -SHA256 (xorg/driver/xf86-input-penmount-1.2.1.tar.bz2) = fab08de727da6f56b82d8ecee451a52e7129ff80522e711c5322f1bd2fa9970a -SIZE (xorg/driver/xf86-input-penmount-1.2.1.tar.bz2) = 224350 +MD5 (xorg/driver/xf86-input-penmount-1.3.0.tar.bz2) = 24594c0222e631fedccc7c540c420b03 +SHA256 (xorg/driver/xf86-input-penmount-1.3.0.tar.bz2) = 9cb4e0e83dcefe1ece814d638bd186785b6bc1debe1aa2101ce2a4ea0376805a +SIZE (xorg/driver/xf86-input-penmount-1.3.0.tar.bz2) = 243048 diff --git a/x11-drivers/xf86-input-summa/Makefile b/x11-drivers/xf86-input-summa/Makefile index ec5addd..b5e1d2a 100644 --- a/x11-drivers/xf86-input-summa/Makefile +++ b/x11-drivers/xf86-input-summa/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-summa -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-summa/distinfo b/x11-drivers/xf86-input-summa/distinfo index 1c67f94..7f4890c 100644 --- a/x11-drivers/xf86-input-summa/distinfo +++ b/x11-drivers/xf86-input-summa/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-summa-1.1.0.tar.bz2) = b37a432fd87bb9f46d011622d6fce6b3 -SHA256 (xorg/driver/xf86-input-summa-1.1.0.tar.bz2) = f10f2cadd4120b40b3658000c87f910e3005f4d787441c7dd83b48ebbf2a11f2 -SIZE (xorg/driver/xf86-input-summa-1.1.0.tar.bz2) = 235031 +MD5 (xorg/driver/xf86-input-summa-1.2.0.tar.bz2) = 7e17468c0d90dcbbb6202a8242efff4b +SHA256 (xorg/driver/xf86-input-summa-1.2.0.tar.bz2) = 3e8bcd89b4b3f86677f338a4584f41acb2a3cca7fe492cbea32664aa6f4f8cd8 +SIZE (xorg/driver/xf86-input-summa-1.2.0.tar.bz2) = 244435 diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile new file mode 100644 index 0000000..e7eaae4 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xf86-input-synaptics +# Date Created: 25 Sep 2008 +# Whom: Florent Thoumie +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-synaptics +PORTVERSION= 0.15.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org synaptics input driver + +USE_XORG= x11 +XORG_CAT= driver + +MAN1= syndaemon.1 \ + synclient.1 +MAN4= synaptics.4x + +post-install: + ${INSTALL_DATA} ${WRKSRC}/fdi/11-x11-synaptics.fdi \ + ${PREFIX}/share/hal/fdi/policy/10osvendor/ + +.include diff --git a/x11-drivers/xf86-input-synaptics/distinfo b/x11-drivers/xf86-input-synaptics/distinfo new file mode 100644 index 0000000..fe896fa --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-synaptics-0.15.2.tar.bz2) = 54565b65d115e8659ea061ef32809ed2 +SHA256 (xorg/driver/xf86-input-synaptics-0.15.2.tar.bz2) = d61f13acc20063665b79a639bf761f8efafde30598a9c400da877548d1a6e7bb +SIZE (xorg/driver/xf86-input-synaptics-0.15.2.tar.bz2) = 288531 diff --git a/x11-drivers/xf86-input-synaptics/pkg-descr b/x11-drivers/xf86-input-synaptics/pkg-descr new file mode 100644 index 0000000..2272145 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-synaptics driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-synaptics/pkg-plist b/x11-drivers/xf86-input-synaptics/pkg-plist new file mode 100644 index 0000000..4633cb7 --- /dev/null +++ b/x11-drivers/xf86-input-synaptics/pkg-plist @@ -0,0 +1,8 @@ +bin/synclient +bin/syndaemon +lib/xorg/modules/input/synaptics_drv.la +lib/xorg/modules/input/synaptics_drv.so +share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg diff --git a/x11-drivers/xf86-input-tek4957/Makefile b/x11-drivers/xf86-input-tek4957/Makefile index 2d26140..50c9db2 100644 --- a/x11-drivers/xf86-input-tek4957/Makefile +++ b/x11-drivers/xf86-input-tek4957/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-tek4957 -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-tek4957/distinfo b/x11-drivers/xf86-input-tek4957/distinfo index 7defb61..adb7e92 100644 --- a/x11-drivers/xf86-input-tek4957/distinfo +++ b/x11-drivers/xf86-input-tek4957/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-tek4957-1.1.0.tar.bz2) = be8a4bd474ad6c85b93f66dd6fcfa6ee -SHA256 (xorg/driver/xf86-input-tek4957-1.1.0.tar.bz2) = 09b9506d1bb1deaaf69872392bc56e1d75997bb8157e85a9121749bf5fe15727 -SIZE (xorg/driver/xf86-input-tek4957-1.1.0.tar.bz2) = 229426 +MD5 (xorg/driver/xf86-input-tek4957-1.2.0.tar.bz2) = 8103db1ca5c55726e0b58148e4b1fc06 +SHA256 (xorg/driver/xf86-input-tek4957-1.2.0.tar.bz2) = b097a5b1acbd732d9ca5d28c13003a1f1c8a3465f4fa77c1578d36330f3358a2 +SIZE (xorg/driver/xf86-input-tek4957-1.2.0.tar.bz2) = 239405 diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index 8ac630f..f5553f7 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-input-vmmouse -PORTVERSION= 12.4.3 -PORTREVISION= 2 +PORTVERSION= 12.5.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-input-vmmouse/distinfo b/x11-drivers/xf86-input-vmmouse/distinfo index 64f21f5..f972d1d 100644 --- a/x11-drivers/xf86-input-vmmouse/distinfo +++ b/x11-drivers/xf86-input-vmmouse/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-input-vmmouse-12.4.3.tar.bz2) = 44730af795616ed4d4a0cd9a3a07935d -SHA256 (xorg/driver/xf86-input-vmmouse-12.4.3.tar.bz2) = d668c4cacd4be6d56608fbdf7779d60120f38f3315e6385a7cc87339124e77ab -SIZE (xorg/driver/xf86-input-vmmouse-12.4.3.tar.bz2) = 248239 +MD5 (xorg/driver/xf86-input-vmmouse-12.5.1.tar.bz2) = 1e2feafb8e4f1b670aeb39bcac9fbb18 +SHA256 (xorg/driver/xf86-input-vmmouse-12.5.1.tar.bz2) = 63608ba07138f01eadb9a02d8054c306501d907dd706ae61fdc030c50a7bfcfb +SIZE (xorg/driver/xf86-input-vmmouse-12.5.1.tar.bz2) = 245459 diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile index 7c241ca..777a308 100644 --- a/x11-drivers/xf86-video-apm/Makefile +++ b/x11-drivers/xf86-video-apm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-apm -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-apm/distinfo b/x11-drivers/xf86-video-apm/distinfo index 6255b59..24be840 100644 --- a/x11-drivers/xf86-video-apm/distinfo +++ b/x11-drivers/xf86-video-apm/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = ac7e05f0dfc7e02cac0bf17b9eb89b11 -SHA256 (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = 09d7e6cf30b94f141f8ebe2560b301a058f645e74108edc28c908e750865dcec -SIZE (xorg/driver/xf86-video-apm-1.1.1.tar.bz2) = 268210 +MD5 (xorg/driver/xf86-video-apm-1.2.0.tar.bz2) = 4f78650d79656dc803a720049d65682e +SHA256 (xorg/driver/xf86-video-apm-1.2.0.tar.bz2) = f0fe020f892e6e3a696a490c86312a1b32672bffb7dead153c24f103540a6185 +SIZE (xorg/driver/xf86-video-apm-1.2.0.tar.bz2) = 278307 diff --git a/x11-drivers/xf86-video-ark/Makefile b/x11-drivers/xf86-video-ark/Makefile index 1f434b3..f8b1922 100644 --- a/x11-drivers/xf86-video-ark/Makefile +++ b/x11-drivers/xf86-video-ark/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-ark -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-ark/distinfo b/x11-drivers/xf86-video-ark/distinfo index 2e32a0b..934015e 100644 --- a/x11-drivers/xf86-video-ark/distinfo +++ b/x11-drivers/xf86-video-ark/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-ark-0.6.0.tar.bz2) = 6921479baca8f7b156029489fd335854 -SHA256 (xorg/driver/xf86-video-ark-0.6.0.tar.bz2) = e5abc4f4ae643ce56d5773f052515196f05786235e4afd155a3232e20dbc84d7 -SIZE (xorg/driver/xf86-video-ark-0.6.0.tar.bz2) = 231223 +MD5 (xorg/driver/xf86-video-ark-0.7.0.tar.bz2) = 6826c556ebe9a1248cbc7f7edd44f956 +SHA256 (xorg/driver/xf86-video-ark-0.7.0.tar.bz2) = 8e65e73045fabe37c15f6d4895baa09346bdac2f7537607b523aacd7bcf57594 +SIZE (xorg/driver/xf86-video-ark-0.7.0.tar.bz2) = 241897 diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile index efc8255..86f2798 100644 --- a/x11-drivers/xf86-video-chips/Makefile +++ b/x11-drivers/xf86-video-chips/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-chips -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-chips/distinfo b/x11-drivers/xf86-video-chips/distinfo index cd1bd89..b45a241 100644 --- a/x11-drivers/xf86-video-chips/distinfo +++ b/x11-drivers/xf86-video-chips/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 3182d43439ca4cbf08ff9aa76990bba3 -SHA256 (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 16a81cdb6b311176936c3326d279c0d75530adbcf9a3489eea55992ac5bc7494 -SIZE (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 324093 +MD5 (xorg/driver/xf86-video-chips-1.2.0.tar.bz2) = 0fec6bee65383790485d917247a61629 +SHA256 (xorg/driver/xf86-video-chips-1.2.0.tar.bz2) = 05f38c49b23be36afa68b738faf520b8dbf05b92c769107039426651801d4f99 +SIZE (xorg/driver/xf86-video-chips-1.2.0.tar.bz2) = 337850 diff --git a/x11-drivers/xf86-video-cirrus/Makefile b/x11-drivers/xf86-video-cirrus/Makefile index 13a2cdb..d7254dc 100644 --- a/x11-drivers/xf86-video-cirrus/Makefile +++ b/x11-drivers/xf86-video-cirrus/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-cirrus -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-cirrus/distinfo b/x11-drivers/xf86-video-cirrus/distinfo index f6d5c31..f831f1d 100644 --- a/x11-drivers/xf86-video-cirrus/distinfo +++ b/x11-drivers/xf86-video-cirrus/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-cirrus-1.1.0.tar.bz2) = 66344e315def275605dafb314ce59851 -SHA256 (xorg/driver/xf86-video-cirrus-1.1.0.tar.bz2) = 5988962199d5013274f6a6952939e4f405df658bb6616ebf9954c993b1179b1b -SIZE (xorg/driver/xf86-video-cirrus-1.1.0.tar.bz2) = 264167 +MD5 (xorg/driver/xf86-video-cirrus-1.2.1.tar.bz2) = bc28fdedaee9059180e2534f9dbcd2f6 +SHA256 (xorg/driver/xf86-video-cirrus-1.2.1.tar.bz2) = e7c99ed66326df5fadf6e5d875859a430fec4369415a27cde72a91109f78bb9c +SIZE (xorg/driver/xf86-video-cirrus-1.2.1.tar.bz2) = 274458 diff --git a/x11-drivers/xf86-video-cyrix/Makefile b/x11-drivers/xf86-video-cyrix/Makefile index f3a27c7..b1d2b02 100644 --- a/x11-drivers/xf86-video-cyrix/Makefile +++ b/x11-drivers/xf86-video-cyrix/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org cyrix display driver +IGNORE= requires pciVideoPtr typedef + XORG_CAT= driver USE_XORG= xextproto xf86dgaproto MAN4= cyrix.4x diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile index 40a646e..2498d7b 100644 --- a/x11-drivers/xf86-video-dummy/Makefile +++ b/x11-drivers/xf86-video-dummy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-dummy -PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTVERSION= 0.3.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-dummy/distinfo b/x11-drivers/xf86-video-dummy/distinfo index 180edab..333cd74 100644 --- a/x11-drivers/xf86-video-dummy/distinfo +++ b/x11-drivers/xf86-video-dummy/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-dummy-0.2.0.tar.bz2) = 22b7cc20a33443cbd218bd2521850cfe -SHA256 (xorg/driver/xf86-video-dummy-0.2.0.tar.bz2) = 46013885696f3c1a5e05c5d503abc69e691443319a97cf2c6a01ec031e06c910 -SIZE (xorg/driver/xf86-video-dummy-0.2.0.tar.bz2) = 229159 +MD5 (xorg/driver/xf86-video-dummy-0.3.0.tar.bz2) = 3d96297556846bee02a74166ffb5d052 +SHA256 (xorg/driver/xf86-video-dummy-0.3.0.tar.bz2) = 5a4bbde0b7f0334bb63b159e5ef6e164be3699e3424734c2bd9823f20a30a278 +SIZE (xorg/driver/xf86-video-dummy-0.3.0.tar.bz2) = 239002 diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile index a54426b..1b38aca 100644 --- a/x11-drivers/xf86-video-fbdev/Makefile +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-fbdev -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-fbdev/distinfo b/x11-drivers/xf86-video-fbdev/distinfo index 26ed501..c9115eb 100644 --- a/x11-drivers/xf86-video-fbdev/distinfo +++ b/x11-drivers/xf86-video-fbdev/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-fbdev-0.3.1.tar.bz2) = 9ae810c6c6c3c9713a67866fe794d4ff -SHA256 (xorg/driver/xf86-video-fbdev-0.3.1.tar.bz2) = 309d1f618c77559ea494c05d45b09577790c44900685e17bc812e4e1b19df6e7 -SIZE (xorg/driver/xf86-video-fbdev-0.3.1.tar.bz2) = 217635 +MD5 (xorg/driver/xf86-video-fbdev-0.4.0.tar.bz2) = 6572b39fec77b8e6de1c858a93992924 +SHA256 (xorg/driver/xf86-video-fbdev-0.4.0.tar.bz2) = bba725daeb2a313b83f2b92855a9ae8aa72c4cc8581f9f62f101ebdf00ac359d +SIZE (xorg/driver/xf86-video-fbdev-0.4.0.tar.bz2) = 242435 diff --git a/x11-drivers/xf86-video-glint/Makefile b/x11-drivers/xf86-video-glint/Makefile index 3bfb53c..1221b17 100644 --- a/x11-drivers/xf86-video-glint/Makefile +++ b/x11-drivers/xf86-video-glint/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-glint -PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTVERSION= 1.2.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-glint/distinfo b/x11-drivers/xf86-video-glint/distinfo index 8cb471c..6c89451 100644 --- a/x11-drivers/xf86-video-glint/distinfo +++ b/x11-drivers/xf86-video-glint/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-glint-1.1.1.tar.bz2) = 2cf49f701024a145bd25aff9da11d479 -SHA256 (xorg/driver/xf86-video-glint-1.1.1.tar.bz2) = d63e0dd3f5cecebaf1915193a68ac83e90c1e973e3276a71bd14651d67115e6d -SIZE (xorg/driver/xf86-video-glint-1.1.1.tar.bz2) = 347413 +MD5 (xorg/driver/xf86-video-glint-1.2.1.tar.bz2) = 6d7afdac0a26cf201c3f3b417c31c5e1 +SHA256 (xorg/driver/xf86-video-glint-1.2.1.tar.bz2) = 161780d2127d0548a2017ca461ce38e7a69afce5d921a08604e91478c6be1cda +SIZE (xorg/driver/xf86-video-glint-1.2.1.tar.bz2) = 348552 diff --git a/x11-drivers/xf86-video-i128/Makefile b/x11-drivers/xf86-video-i128/Makefile index 6726b79..361fa00 100644 --- a/x11-drivers/xf86-video-i128/Makefile +++ b/x11-drivers/xf86-video-i128/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-i128 -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-i128/distinfo b/x11-drivers/xf86-video-i128/distinfo index a575c50..b042081 100644 --- a/x11-drivers/xf86-video-i128/distinfo +++ b/x11-drivers/xf86-video-i128/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-i128-1.2.1.tar.bz2) = d0080732eaa15059b0a953aa3522185a -SHA256 (xorg/driver/xf86-video-i128-1.2.1.tar.bz2) = 0d023cacf8134241cd8efcd5744eb156399406c92f59d3895392f2b5fd055eb1 -SIZE (xorg/driver/xf86-video-i128-1.2.1.tar.bz2) = 264809 +MD5 (xorg/driver/xf86-video-i128-1.3.1.tar.bz2) = 3b170a6df5114420cd4021a057918a09 +SHA256 (xorg/driver/xf86-video-i128-1.3.1.tar.bz2) = 49bb23625654ebcd74d0d23f534b074188f4b21c3cd443b06ac83b9485bf9a75 +SIZE (xorg/driver/xf86-video-i128-1.3.1.tar.bz2) = 265350 diff --git a/x11-drivers/xf86-video-i740/Makefile b/x11-drivers/xf86-video-i740/Makefile index ded5931..1fb76a4 100644 --- a/x11-drivers/xf86-video-i740/Makefile +++ b/x11-drivers/xf86-video-i740/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-i740 -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-i740/distinfo b/x11-drivers/xf86-video-i740/distinfo index 91af48c..a75899d 100644 --- a/x11-drivers/xf86-video-i740/distinfo +++ b/x11-drivers/xf86-video-i740/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-i740-1.1.0.tar.bz2) = 57302e225060a7286ae1a970c87a589b -SHA256 (xorg/driver/xf86-video-i740-1.1.0.tar.bz2) = b8f2144c987d8a14f8b477ee3aa43fc1c76d040a77e40938c3c97c8e34e2b7c5 -SIZE (xorg/driver/xf86-video-i740-1.1.0.tar.bz2) = 258461 +MD5 (xorg/driver/xf86-video-i740-1.2.0.tar.bz2) = d0e5a805c546b29b1dd3b55a68d16dc4 +SHA256 (xorg/driver/xf86-video-i740-1.2.0.tar.bz2) = 59c8f6ee465bef033c1c20bfff8121a318efda9656d5dc29f674bb655f18486f +SIZE (xorg/driver/xf86-video-i740-1.2.0.tar.bz2) = 268468 diff --git a/x11-drivers/xf86-video-imstt/Makefile b/x11-drivers/xf86-video-imstt/Makefile index 9476ca7..4d728a3 100644 --- a/x11-drivers/xf86-video-imstt/Makefile +++ b/x11-drivers/xf86-video-imstt/Makefile @@ -13,6 +13,8 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org imstt display driver +IGNORE= requires pciVideoPtr typedef + XORG_CAT= driver MAN4= imstt.4x diff --git a/x11-drivers/xf86-video-mga/Makefile b/x11-drivers/xf86-video-mga/Makefile index 9b48032..cf36caa 100644 --- a/x11-drivers/xf86-video-mga/Makefile +++ b/x11-drivers/xf86-video-mga/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-mga -PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTVERSION= 1.4.9 PORTEPOCH= 1 CATEGORIES= x11-drivers diff --git a/x11-drivers/xf86-video-mga/distinfo b/x11-drivers/xf86-video-mga/distinfo index 76b3364..2b6ca8d 100644 --- a/x11-drivers/xf86-video-mga/distinfo +++ b/x11-drivers/xf86-video-mga/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-mga-1.4.7.tar.bz2) = a7f0857a1d7fa0f615bd18515775d2af -SHA256 (xorg/driver/xf86-video-mga-1.4.7.tar.bz2) = a1c3a91f3d5f17ffc21fdb5ed3c1bcc953ab6602fbfaae2954ae7bd5e9ee5952 -SIZE (xorg/driver/xf86-video-mga-1.4.7.tar.bz2) = 389212 +MD5 (xorg/driver/xf86-video-mga-1.4.9.tar.bz2) = 11066b84b949cd04300ec819c9c51532 +SHA256 (xorg/driver/xf86-video-mga-1.4.9.tar.bz2) = d57dd2323052f064092167a232fb7576f46e5d62e98bc9cc6a7f270cc8d0fdc0 +SIZE (xorg/driver/xf86-video-mga-1.4.9.tar.bz2) = 419781 diff --git a/x11-drivers/xf86-video-mga/files/patch-1.4.7-master-20080102 b/x11-drivers/xf86-video-mga/files/patch-1.4.7-master-20080102 deleted file mode 100644 index 760a262..0000000 --- a/x11-drivers/xf86-video-mga/files/patch-1.4.7-master-20080102 +++ /dev/null @@ -1,151 +0,0 @@ -diff --git src/mga_driver.c src/mga_driver.c -index d9b786f..be26e89 100644 ---- src/mga_driver.c -+++ src/mga_driver.c -@@ -2775,30 +2775,31 @@ MGAMapMem(ScrnInfoPtr pScrn) - MGAPtr pMga = MGAPTR(pScrn); - #ifdef XSERVER_LIBPCIACCESS - struct pci_device *const dev = pMga->PciInfo; -- int err; -+ struct pci_mem_region *region; -+ void **memory[2]; -+ int i, err; - #endif - - - if (!pMga->FBDev) { - #ifdef XSERVER_LIBPCIACCESS -- err = pci_device_map_region(dev, 0, TRUE); -- if (err) { -- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, -- "Unable to map BAR 0. %s (%d)\n", -- strerror(err), err); -- return FALSE; -- } -+ memory[pMga->io_bar] = &pMga->IOBase; -+ memory[pMga->framebuffer_bar] = &pMga->FbBase; - -- err = pci_device_map_region(dev, 1, TRUE); -- if (err) { -- xf86DrvMsg(pScrn->scrnIndex, X_ERROR, -- "Unable to map BAR 1. %s (%d)\n", -- strerror(err), err); -- return FALSE; -- } -+ for (i = 0; i < 2; i++) { -+ region = &dev->regions[i]; -+ err = pci_device_map_range(dev, -+ region->base_addr, region->size, -+ PCI_DEV_MAP_FLAG_WRITABLE, -+ memory[i]); - -- pMga->IOBase = dev->regions[ pMga->io_bar ].memory; -- pMga->FbBase = dev->regions[ pMga->framebuffer_bar ].memory; -+ if (err) { -+ xf86DrvMsg(pScrn->scrnIndex, X_ERROR, -+ "Unable to map BAR %i. %s (%d)\n", -+ i, strerror(err), err); -+ return FALSE; -+ } -+ } - #else - /* - * For Alpha, we need to map SPARSE memory, since we need -@@ -2839,15 +2840,17 @@ MGAMapMem(ScrnInfoPtr pScrn) - pMga->ILOADBase = NULL; - if (pMga->iload_bar != -1) { - #ifdef XSERVER_LIBPCIACCESS -- err = pci_device_map_region(dev, pMga->iload_bar, TRUE); -+ region = &dev->regions[pMga->iload_bar]; -+ err = pci_device_map_range(dev, -+ region->base_addr, region->size, -+ PCI_DEV_MAP_FLAG_WRITABLE, -+ (void *) &pMga->ILOADBase); - if (err) { - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, - "Unable to map BAR 2 (ILOAD region). %s (%d)\n", - strerror(err), err); - return FALSE; - } -- -- pMga->ILOADBase = dev->regions[pMga->iload_bar].memory; - #else - pMga->ILOADBase = xf86MapPciMem(pScrn->scrnIndex, - VIDMEM_MMIO | VIDMEM_MMIO_32BIT | -@@ -2877,8 +2880,10 @@ MGAUnmapMem(ScrnInfoPtr pScrn) - - if (!pMga->FBDev) { - #ifdef XSERVER_LIBPCIACCESS -- pci_device_unmap_region(dev, 0); -- pci_device_unmap_region(dev, 1); -+ pci_device_unmap_range(dev, pMga->IOBase, -+ dev->regions[pMga->io_bar].size); -+ pci_device_unmap_range(dev, pMga->FbBase, -+ dev->regions[pMga->framebuffer_bar].size); - #else - xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pMga->IOBase, 0x4000); - xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pMga->FbBase, pMga->FbMapSize); -@@ -2889,15 +2894,10 @@ MGAUnmapMem(ScrnInfoPtr pScrn) - fbdevHWUnmapMMIO(pScrn); - } - -- if ((pMga->iload_bar != -1) -+ if ((pMga->iload_bar != -1) && (pMga->ILOADBase != NULL)) { - #ifdef XSERVER_LIBPCIACCESS -- && (dev->regions[pMga->iload_bar].memory != NULL) --#else -- && (pMga->ILOADBase != NULL) --#endif -- ) { --#ifdef XSERVER_LIBPCIACCESS -- pci_device_unmap_region(dev, pMga->iload_bar); -+ pci_device_unmap_range(dev, pMga->ILOADBase, -+ dev->regions[pMga->iload_bar].size); - #else - xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pMga->ILOADBase, 0x800000); - #endif -@@ -4286,6 +4286,13 @@ MGAValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags) - ScrnInfoPtr pScrn = xf86Screens[scrnIndex]; - MGAPtr pMga = MGAPTR(pScrn); - -+ if (pMga->Chipset == PCI_CHIP_MGAG200_SE_A_PCI) { -+ if (mode->HDisplay > 1600) -+ return MODE_VIRTUAL_X; -+ if (mode->VDisplay > 1200) -+ return MODE_VIRTUAL_Y; -+ } -+ - lace = 1 + ((mode->Flags & V_INTERLACE) != 0); - - if ((mode->CrtcHDisplay <= 2048) && -diff --git src/mga_exa.c src/mga_exa.c -index bfb78e7..9321452 100644 ---- src/mga_exa.c -+++ src/mga_exa.c -@@ -758,6 +758,7 @@ mgaWaitMarker(ScreenPtr pScreen, int marker) - while (INREG (MGAREG_Status) & 0x10000); - } - -+#ifdef XF86DRI - static void - init_dri(ScrnInfoPtr pScrn) - { -@@ -831,6 +832,7 @@ init_dri(ScrnInfoPtr pScrn) - MGA_BUFFER_ALIGN) & ~MGA_BUFFER_ALIGN; - dri->backPitch = widthBytes; - } -+#endif /* XF86DRI */ - - Bool - mgaExaInit(ScreenPtr pScreen) -@@ -891,8 +893,10 @@ mgaExaInit(ScreenPtr pScreen) - pExa->UploadToScreen = mgaUploadToScreen; - pExa->DownloadFromScreen = mgaDownloadFromScreen; - -+#ifdef XF86DRI - if (pMga->directRenderingEnabled) - init_dri(pScrn); -+#endif - - return exaDriverInit(pScreen, pExa); - } diff --git a/x11-drivers/xf86-video-neomagic/Makefile b/x11-drivers/xf86-video-neomagic/Makefile index 4da1251..fa35a52 100644 --- a/x11-drivers/xf86-video-neomagic/Makefile +++ b/x11-drivers/xf86-video-neomagic/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-neomagic -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-neomagic/distinfo b/x11-drivers/xf86-video-neomagic/distinfo index 8111104..1e04a87 100644 --- a/x11-drivers/xf86-video-neomagic/distinfo +++ b/x11-drivers/xf86-video-neomagic/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-neomagic-1.1.1.tar.bz2) = 7a3d3d6e60b9686d955c45d9ebbd5c1b -SHA256 (xorg/driver/xf86-video-neomagic-1.1.1.tar.bz2) = d6497080967b8285b663fedd7cafd4457578282ebd7da0b216b6fa214dd88a86 -SIZE (xorg/driver/xf86-video-neomagic-1.1.1.tar.bz2) = 263711 +MD5 (xorg/driver/xf86-video-neomagic-1.2.1.tar.bz2) = a72f57fca4f4dff9a2c82eb1fe7456f4 +SHA256 (xorg/driver/xf86-video-neomagic-1.2.1.tar.bz2) = 96e38d5378596174f76c735c4723ff2ac336f9069644502a9b706586b845e0a5 +SIZE (xorg/driver/xf86-video-neomagic-1.2.1.tar.bz2) = 272764 diff --git a/x11-drivers/xf86-video-rendition/Makefile b/x11-drivers/xf86-video-rendition/Makefile index ec73651..6ef2d3a 100644 --- a/x11-drivers/xf86-video-rendition/Makefile +++ b/x11-drivers/xf86-video-rendition/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-rendition -PORTVERSION= 4.1.3 -PORTREVISION= 2 +PORTVERSION= 4.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-rendition/distinfo b/x11-drivers/xf86-video-rendition/distinfo index 5e6d96c..900f5d1 100644 --- a/x11-drivers/xf86-video-rendition/distinfo +++ b/x11-drivers/xf86-video-rendition/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-rendition-4.1.3.tar.bz2) = a8b97feccb32184820d5856fe78d34db -SHA256 (xorg/driver/xf86-video-rendition-4.1.3.tar.bz2) = 37e7aef72f7466485f5a3bafd0d43190cb7439de16868bfba2c59bb4c9df4408 -SIZE (xorg/driver/xf86-video-rendition-4.1.3.tar.bz2) = 292618 +MD5 (xorg/driver/xf86-video-rendition-4.2.0.tar.bz2) = 7c03de3804d4c4f6ff59f74050d24b2b +SHA256 (xorg/driver/xf86-video-rendition-4.2.0.tar.bz2) = b57b62f707d87534a799170e31b33311449cfd7019a56e6b4fa85a4c7faaae15 +SIZE (xorg/driver/xf86-video-rendition-4.2.0.tar.bz2) = 299330 diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile index 96f8970..1071f09 100644 --- a/x11-drivers/xf86-video-s3/Makefile +++ b/x11-drivers/xf86-video-s3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-s3 -PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTVERSION= 0.6.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-s3/distinfo b/x11-drivers/xf86-video-s3/distinfo index bb59a83..c8fb279 100644 --- a/x11-drivers/xf86-video-s3/distinfo +++ b/x11-drivers/xf86-video-s3/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-s3-0.5.0.tar.bz2) = d95ab6445cab477f39adfbbc81006f67 -SHA256 (xorg/driver/xf86-video-s3-0.5.0.tar.bz2) = 4a1206cb1a200aad8881216547d9913d0e24928138f3b1bb912a3336b9c05c97 -SIZE (xorg/driver/xf86-video-s3-0.5.0.tar.bz2) = 240067 +MD5 (xorg/driver/xf86-video-s3-0.6.0.tar.bz2) = d05e7c3cb044437eda8663e174ba913c +SHA256 (xorg/driver/xf86-video-s3-0.6.0.tar.bz2) = ed07e4648b0f405fddd563783b49f971d649dd07cc8bc7737a93ff3d90f6c067 +SIZE (xorg/driver/xf86-video-s3-0.6.0.tar.bz2) = 264043 diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile index 2e95501..07869bb 100644 --- a/x11-drivers/xf86-video-s3virge/Makefile +++ b/x11-drivers/xf86-video-s3virge/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-s3virge -PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTVERSION= 1.10.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-s3virge/distinfo b/x11-drivers/xf86-video-s3virge/distinfo index 28c1a68..5729a47 100644 --- a/x11-drivers/xf86-video-s3virge/distinfo +++ b/x11-drivers/xf86-video-s3virge/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-s3virge-1.9.1.tar.bz2) = a91c73285ef67ee7cd9e2da28acb6cc4 -SHA256 (xorg/driver/xf86-video-s3virge-1.9.1.tar.bz2) = cef5702963f49e737fb8b1472dc0241f7a5da49f844ac77f2df3e693a84bc822 -SIZE (xorg/driver/xf86-video-s3virge-1.9.1.tar.bz2) = 279913 +MD5 (xorg/driver/xf86-video-s3virge-1.10.1.tar.bz2) = 4a293047e988d4ea1e9e96d3b5793f43 +SHA256 (xorg/driver/xf86-video-s3virge-1.10.1.tar.bz2) = 9094115621ef73c957cf887332717ec727c751959b1059e3d00fbfe0114a978a +SIZE (xorg/driver/xf86-video-s3virge-1.10.1.tar.bz2) = 288294 diff --git a/x11-drivers/xf86-video-savage/Makefile b/x11-drivers/xf86-video-savage/Makefile index 6ff5ede..01826d0 100644 --- a/x11-drivers/xf86-video-savage/Makefile +++ b/x11-drivers/xf86-video-savage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-savage -PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-savage/distinfo b/x11-drivers/xf86-video-savage/distinfo index 39e1686..e33089f 100644 --- a/x11-drivers/xf86-video-savage/distinfo +++ b/x11-drivers/xf86-video-savage/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-savage-2.1.3.tar.bz2) = 9c5e541613b07de6e7b2b2df3a2e35b1 -SHA256 (xorg/driver/xf86-video-savage-2.1.3.tar.bz2) = f5f154df377cb445935d1453d6b7095d63912d5776dcb44f8d3c2f10ab1a3cc5 -SIZE (xorg/driver/xf86-video-savage-2.1.3.tar.bz2) = 310709 +MD5 (xorg/driver/xf86-video-savage-2.2.1.tar.bz2) = 62b8aba48b54eaefeae87df502bf219c +SHA256 (xorg/driver/xf86-video-savage-2.2.1.tar.bz2) = adf95cae0fbaf72326c51c4c9e61486eef062bb1706f6ab46d942f2c36d8a37e +SIZE (xorg/driver/xf86-video-savage-2.2.1.tar.bz2) = 305286 diff --git a/x11-drivers/xf86-video-siliconmotion/Makefile b/x11-drivers/xf86-video-siliconmotion/Makefile index f79e901..35856cd 100644 --- a/x11-drivers/xf86-video-siliconmotion/Makefile +++ b/x11-drivers/xf86-video-siliconmotion/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-siliconmotion -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-siliconmotion/distinfo b/x11-drivers/xf86-video-siliconmotion/distinfo index a8822e4..8a35887 100644 --- a/x11-drivers/xf86-video-siliconmotion/distinfo +++ b/x11-drivers/xf86-video-siliconmotion/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-siliconmotion-1.5.1.tar.bz2) = ee35d7714ce44a2b5ac7ad7b7b7dd75a -SHA256 (xorg/driver/xf86-video-siliconmotion-1.5.1.tar.bz2) = 54cf791695a53d4836d32f899b7d34b969edf5415f02e36956b6e72993e21cd7 -SIZE (xorg/driver/xf86-video-siliconmotion-1.5.1.tar.bz2) = 265829 +MD5 (xorg/driver/xf86-video-siliconmotion-1.6.0.tar.bz2) = a8419a8ed17b02b2a6dd4d30d5e94b00 +SHA256 (xorg/driver/xf86-video-siliconmotion-1.6.0.tar.bz2) = cc5301b9c6adb9a0770509b8570d38730d43e9ffce6d6886cd9a090965017e53 +SIZE (xorg/driver/xf86-video-siliconmotion-1.6.0.tar.bz2) = 279146 diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index 87f011c..624d771 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-sis -PORTVERSION= 0.9.3 -PORTREVISION= 3 +PORTVERSION= 0.10.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-sunffb/Makefile b/x11-drivers/xf86-video-sunffb/Makefile index 1e72039..5f2f717 100644 --- a/x11-drivers/xf86-video-sunffb/Makefile +++ b/x11-drivers/xf86-video-sunffb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-sunffb -PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-sunffb/distinfo b/x11-drivers/xf86-video-sunffb/distinfo index b5c0eaa..072277c 100644 --- a/x11-drivers/xf86-video-sunffb/distinfo +++ b/x11-drivers/xf86-video-sunffb/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-sunffb-1.1.0.tar.bz2) = dee23564c0d8069f52c7cd29c78be667 -SHA256 (xorg/driver/xf86-video-sunffb-1.1.0.tar.bz2) = f897a427e83cf6965fd82724e3298aea44eb3131ba62f904cb514dfd0a879029 -SIZE (xorg/driver/xf86-video-sunffb-1.1.0.tar.bz2) = 268148 +MD5 (xorg/driver/xf86-video-sunffb-1.2.0.tar.bz2) = 816842de26bce8a935f3c9c3cfedbc42 +SHA256 (xorg/driver/xf86-video-sunffb-1.2.0.tar.bz2) = 59f2f8fc2399a4d6b0ce733481c58694e723a989f4712c00436d35e27c059292 +SIZE (xorg/driver/xf86-video-sunffb-1.2.0.tar.bz2) = 277524 diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile index fc627e6..a6b9f3c 100644 --- a/x11-drivers/xf86-video-tdfx/Makefile +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-tdfx -PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTVERSION= 1.4.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-tdfx/distinfo b/x11-drivers/xf86-video-tdfx/distinfo index 1fb963e..468b1c5 100644 --- a/x11-drivers/xf86-video-tdfx/distinfo +++ b/x11-drivers/xf86-video-tdfx/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-tdfx-1.3.0.tar.bz2) = 04c49acb5c5dbde14eabd32d06df6e73 -SHA256 (xorg/driver/xf86-video-tdfx-1.3.0.tar.bz2) = 6b1a00df5c9628817d08f07c6f18f578950744f3eb63b4397be8b0754e728624 -SIZE (xorg/driver/xf86-video-tdfx-1.3.0.tar.bz2) = 261448 +MD5 (xorg/driver/xf86-video-tdfx-1.4.0.tar.bz2) = b13132f24683ef759bfb0c1db5096496 +SHA256 (xorg/driver/xf86-video-tdfx-1.4.0.tar.bz2) = c3be06d324f2e49ece1f243b10d7180a32fbe65dbbb81e162279c8608800dead +SIZE (xorg/driver/xf86-video-tdfx-1.4.0.tar.bz2) = 278867 diff --git a/x11-drivers/xf86-video-tga/Makefile b/x11-drivers/xf86-video-tga/Makefile index 05a55f6..8c3f794 100644 --- a/x11-drivers/xf86-video-tga/Makefile +++ b/x11-drivers/xf86-video-tga/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-tga -PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-tga/distinfo b/x11-drivers/xf86-video-tga/distinfo index df6f912..2375ee3 100644 --- a/x11-drivers/xf86-video-tga/distinfo +++ b/x11-drivers/xf86-video-tga/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-tga-1.1.0.tar.bz2) = 9eda4d4490706b2dd8f4ecdbaf779856 -SHA256 (xorg/driver/xf86-video-tga-1.1.0.tar.bz2) = 50143dfdd259fd114dc2f41518a4898d5407bf55422251df75812b96a1fa6e9b -SIZE (xorg/driver/xf86-video-tga-1.1.0.tar.bz2) = 260342 +MD5 (xorg/driver/xf86-video-tga-1.2.0.tar.bz2) = f3bddf0a64932ca9bd72041ccd3b5501 +SHA256 (xorg/driver/xf86-video-tga-1.2.0.tar.bz2) = a92f8cad0e21318be465719a9f30a50d5719b0b70bf8e15f3937e7850cf1aea6 +SIZE (xorg/driver/xf86-video-tga-1.2.0.tar.bz2) = 269406 diff --git a/x11-drivers/xf86-video-trident/Makefile b/x11-drivers/xf86-video-trident/Makefile index a3328b5..2abd85a 100644 --- a/x11-drivers/xf86-video-trident/Makefile +++ b/x11-drivers/xf86-video-trident/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-trident -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-trident/distinfo b/x11-drivers/xf86-video-trident/distinfo index 9a37d95..cc8baf9 100644 --- a/x11-drivers/xf86-video-trident/distinfo +++ b/x11-drivers/xf86-video-trident/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-trident-1.2.3.tar.bz2) = c0e8b2f54942b6902b7dd4f30defe800 -SHA256 (xorg/driver/xf86-video-trident-1.2.3.tar.bz2) = d23eb8fa165d238ddf64da63dcd60c70a01cd761608a18402cfb95aed6722495 -SIZE (xorg/driver/xf86-video-trident-1.2.3.tar.bz2) = 288372 +MD5 (xorg/driver/xf86-video-trident-1.3.0.tar.bz2) = e89799579d0cf3858362bd751469e0bf +SHA256 (xorg/driver/xf86-video-trident-1.3.0.tar.bz2) = a4f66c9f46f6e93c2c1f10e782a211ddc338b0ff9f0a2ccd2d660db031d3ddb5 +SIZE (xorg/driver/xf86-video-trident-1.3.0.tar.bz2) = 274223 diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile index 2f4b284..533fe65 100644 --- a/x11-drivers/xf86-video-tseng/Makefile +++ b/x11-drivers/xf86-video-tseng/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-tseng -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-tseng/distinfo b/x11-drivers/xf86-video-tseng/distinfo index 9d86bd5..99c38ac 100644 --- a/x11-drivers/xf86-video-tseng/distinfo +++ b/x11-drivers/xf86-video-tseng/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-tseng-1.1.1.tar.bz2) = 488aa9c3ec7a95e6589afa4b50bec8b4 -SHA256 (xorg/driver/xf86-video-tseng-1.1.1.tar.bz2) = c9c1f3318715b7268068bc733d00bcab93924e97eb38f94548e442fd6cdfd56e -SIZE (xorg/driver/xf86-video-tseng-1.1.1.tar.bz2) = 273211 +MD5 (xorg/driver/xf86-video-tseng-1.2.0.tar.bz2) = f98fc22142a009dc3a6cdf930c95203f +SHA256 (xorg/driver/xf86-video-tseng-1.2.0.tar.bz2) = 1090d9100934329000ac330d0c66a0ac4f60d2ba83196ea15c2833a28a18b1e3 +SIZE (xorg/driver/xf86-video-tseng-1.2.0.tar.bz2) = 277086 diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile index 1cb3ca6..377a81a 100644 --- a/x11-drivers/xf86-video-vesa/Makefile +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-vesa -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-vesa/distinfo b/x11-drivers/xf86-video-vesa/distinfo index 307da5e..d1bb580 100644 --- a/x11-drivers/xf86-video-vesa/distinfo +++ b/x11-drivers/xf86-video-vesa/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-vesa-1.3.0.tar.bz2) = 4a307852f3b4850e436a41dab2a73676 -SHA256 (xorg/driver/xf86-video-vesa-1.3.0.tar.bz2) = b96c80ae81f5123ecef344dac4c734b2e281143d3ab7a7e633d6bf04c893e203 -SIZE (xorg/driver/xf86-video-vesa-1.3.0.tar.bz2) = 237759 +MD5 (xorg/driver/xf86-video-vesa-2.0.0.tar.bz2) = 433cf6f961eb4a2ab6fcb086def0b2b4 +SHA256 (xorg/driver/xf86-video-vesa-2.0.0.tar.bz2) = f20b2e429657552eea207fb8bc4b47c8e293d99c229dcb4da11b7c5bfdc1e165 +SIZE (xorg/driver/xf86-video-vesa-2.0.0.tar.bz2) = 247176 diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile index ae44fce..b0af160 100644 --- a/x11-drivers/xf86-video-via/Makefile +++ b/x11-drivers/xf86-video-via/Makefile @@ -13,10 +13,12 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org via display driver -USE_GL= gl +IGNORE= requires pciVideoPtr typedef +USE_GL= gl XORG_CAT= driver USE_XORG= xvmc xf86driproto xextproto x11 glproto + MAN4= via.4x .include diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile index 0e51e23..01adc5f 100644 --- a/x11-drivers/xf86-video-vmware/Makefile +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -6,15 +6,15 @@ # PORTNAME= xf86-video-vmware -PORTVERSION= 10.15.2 -PORTREVISION= 1 +PORTVERSION= 10.16.5 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org vmware display driver XORG_CAT= driver -USE_XORG= xextproto xineramaproto +USE_XORG= xextproto xineramaproto videoproto + MAN4= vmware.4x .include diff --git a/x11-drivers/xf86-video-vmware/distinfo b/x11-drivers/xf86-video-vmware/distinfo index c911c4a..0988761 100644 --- a/x11-drivers/xf86-video-vmware/distinfo +++ b/x11-drivers/xf86-video-vmware/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-vmware-10.15.2.tar.bz2) = 99322cbcc9081ad44e9cba63e3df8f7e -SHA256 (xorg/driver/xf86-video-vmware-10.15.2.tar.bz2) = edae155c82d348b76dabe1373605bf6715b577cdd7a95f8b54ad534dc47c71ff -SIZE (xorg/driver/xf86-video-vmware-10.15.2.tar.bz2) = 269346 +MD5 (xorg/driver/xf86-video-vmware-10.16.5.tar.bz2) = 6d78c82ea7c2bb0fcb587d7bb4e8f60a +SHA256 (xorg/driver/xf86-video-vmware-10.16.5.tar.bz2) = 3e4e9abfd806b36076083ef6cacc93b713bfa4ddefe7005edfc15c64f5174366 +SIZE (xorg/driver/xf86-video-vmware-10.16.5.tar.bz2) = 278790 diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index 437cb15..b2d97e6 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xf86-video-voodoo -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org diff --git a/x11-drivers/xf86-video-voodoo/distinfo b/x11-drivers/xf86-video-voodoo/distinfo index 671498a..e980065 100644 --- a/x11-drivers/xf86-video-voodoo/distinfo +++ b/x11-drivers/xf86-video-voodoo/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-voodoo-1.1.1.tar.bz2) = bc878e795688b49a595b355482d27174 -SHA256 (xorg/driver/xf86-video-voodoo-1.1.1.tar.bz2) = 3975601baee674b2bad0dfe696586f17cc913f1dc7f1d5c4e184623e0461751c -SIZE (xorg/driver/xf86-video-voodoo-1.1.1.tar.bz2) = 248401 +MD5 (xorg/driver/xf86-video-voodoo-1.2.0.tar.bz2) = 7c681d9b57f5e1f798263fc1a9d99245 +SHA256 (xorg/driver/xf86-video-voodoo-1.2.0.tar.bz2) = b79ba6d5d4300570c00f8be37c536f47f2d78c18845f70f525da2a29e47c4b8c +SIZE (xorg/driver/xf86-video-voodoo-1.2.0.tar.bz2) = 256472 diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index 4158021..99f1e11 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-drivers -PORTVERSION= 7.3 -PORTREVISION= 3 +PORTVERSION= 7.4 CATEGORIES= x11-drivers MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index 9901d4c..564b7bf 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -2,12 +2,12 @@ # Date created: Dec 23 2004 # Whom: Michael Johnson # -# $FreeBSD: ports/x11-fonts/dejavu/Makefile,v 1.42 2008/10/02 01:35:05 ahze Exp $ +# $FreeBSD: ports/x11-fonts/dejavu/Makefile,v 1.41 2008/08/10 18:08:55 ahze Exp $ # $MCom: ports/x11-fonts/dejavu/Makefile,v 1.1 2006/10/13 23:29:09 ahze Exp $ # PORTNAME= dejavu -DISTVERSION= 2.27 +DISTVERSION= 2.26 CATEGORIES= x11-fonts MASTER_SITES= SF DISTNAME= ${PORTNAME}-fonts-ttf-${DISTVERSION} diff --git a/x11-fonts/dejavu/distinfo b/x11-fonts/dejavu/distinfo index 0031fae..829d40e 100644 --- a/x11-fonts/dejavu/distinfo +++ b/x11-fonts/dejavu/distinfo @@ -1,3 +1,3 @@ -MD5 (dejavu-fonts-ttf-2.27.tar.bz2) = ea16c6e8b329cbec920dbe1253c4694c -SHA256 (dejavu-fonts-ttf-2.27.tar.bz2) = bfeac6a026eddd0a83bfef09cee336e96cac2fd4b579e5618c60989a320840d6 -SIZE (dejavu-fonts-ttf-2.27.tar.bz2) = 4203188 +MD5 (dejavu-fonts-ttf-2.26.tar.bz2) = bff450e8c1b3c9a3f38294ac44d81adc +SHA256 (dejavu-fonts-ttf-2.26.tar.bz2) = b68a92d74b0639ece692f5444978b836560117732a7dec4db3e238678e9e912f +SIZE (dejavu-fonts-ttf-2.26.tar.bz2) = 4156753 diff --git a/x11-fonts/font-xfree86-type1/Makefile b/x11-fonts/font-xfree86-type1/Makefile index 1c1804c..6784736 100644 --- a/x11-fonts/font-xfree86-type1/Makefile +++ b/x11-fonts/font-xfree86-type1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= font-xfree86-type1 -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/font-xfree86-type1/distinfo b/x11-fonts/font-xfree86-type1/distinfo index 9c5ec95..ce450b8 100644 --- a/x11-fonts/font-xfree86-type1/distinfo +++ b/x11-fonts/font-xfree86-type1/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/font/font-xfree86-type1-1.0.0.tar.bz2) = e66f36a6d68203cc4cf7b56ebbb192dd -SHA256 (xorg/font/font-xfree86-type1-1.0.0.tar.bz2) = ef76d3b91d1bdaa9ff73cc1e5905ad4bbdc028f06157d0d2319d38e7b7f84a4d -SIZE (xorg/font/font-xfree86-type1-1.0.0.tar.bz2) = 66079 +MD5 (xorg/font/font-xfree86-type1-1.0.1.tar.bz2) = d7e965776c7f0c30b0f09742176fb77a +SHA256 (xorg/font/font-xfree86-type1-1.0.1.tar.bz2) = 8fd9f9b81120d8afc25ea8901a8a91d7428c45cd9cfe7a7bef2b15c8b8d5f341 +SIZE (xorg/font/font-xfree86-type1-1.0.1.tar.bz2) = 71607 diff --git a/x11-fonts/fslsfonts/Makefile b/x11-fonts/fslsfonts/Makefile index 4871b0c..39d7301 100644 --- a/x11-fonts/fslsfonts/Makefile +++ b/x11-fonts/fslsfonts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fslsfonts -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/fslsfonts/distinfo b/x11-fonts/fslsfonts/distinfo index 702f704..8461314 100644 --- a/x11-fonts/fslsfonts/distinfo +++ b/x11-fonts/fslsfonts/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/fslsfonts-1.0.1.tar.bz2) = c7b2f8a938749d41dc86db6bd1e6a4ca -SHA256 (xorg/app/fslsfonts-1.0.1.tar.bz2) = 3feb006a25f36856924e26249fe84b27142678f97175780960f085e1e263a62e -SIZE (xorg/app/fslsfonts-1.0.1.tar.bz2) = 76928 +MD5 (xorg/app/fslsfonts-1.0.2.tar.bz2) = a61be25c87ee42169ee4dc8344acc9e2 +SHA256 (xorg/app/fslsfonts-1.0.2.tar.bz2) = 9c8e7d573284272c633b5cf18e3358830b27bde72f4bc1ae83a1ab337d463a92 +SIZE (xorg/app/fslsfonts-1.0.2.tar.bz2) = 88561 diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index 36a0c66..1378270 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libFS -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/libFS/distinfo b/x11-fonts/libFS/distinfo index 78c9b5b..e8a9b43 100644 --- a/x11-fonts/libFS/distinfo +++ b/x11-fonts/libFS/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libFS-1.0.0.tar.bz2) = dfd5de47e232db0891410bec8ee6707b -SHA256 (xorg/lib/libFS-1.0.0.tar.bz2) = 2f18f9fa0e18a3eab3c154ba820ad64b5c6ee364e147524055a553a130ccfdde -SIZE (xorg/lib/libFS-1.0.0.tar.bz2) = 236606 +MD5 (xorg/lib/libFS-1.0.1.tar.bz2) = 81521249353fa33be7a4bb0062c2fbb9 +SHA256 (xorg/lib/libFS-1.0.1.tar.bz2) = 9bf92ffdb51e69e07682cd1a6c0101f2a833b16b9bfa5d601491ff46a35a2cf5 +SIZE (xorg/lib/libFS-1.0.1.tar.bz2) = 239934 diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index e99e9c5..1986592 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libXfont -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.3.3 PORTEPOCH= 1 CATEGORIES= x11-fonts diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo index bf35c32..1e25021 100644 --- a/x11-fonts/libXfont/distinfo +++ b/x11-fonts/libXfont/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXfont-1.3.1.tar.bz2) = b2f396b62633819bbdd9748383876e21 -SHA256 (xorg/lib/libXfont-1.3.1.tar.bz2) = dcfb7dc980a16ad98ac984b98321148864ea8b4637d3dd3773e483a14158a9b1 -SIZE (xorg/lib/libXfont-1.3.1.tar.bz2) = 564235 +MD5 (xorg/lib/libXfont-1.3.3.tar.bz2) = 4f174b9613f87cf00d731da428a1b194 +SHA256 (xorg/lib/libXfont-1.3.3.tar.bz2) = 6171e6bca4bd6333611bd9c63cccc8e8e412d876c72097f0dddc490a9df51d5a +SIZE (xorg/lib/libXfont-1.3.3.tar.bz2) = 591117 diff --git a/x11-fonts/libXfont/files/patch-CVE-2008-0006 b/x11-fonts/libXfont/files/patch-CVE-2008-0006 deleted file mode 100644 index 95f7b2f..0000000 --- a/x11-fonts/libXfont/files/patch-CVE-2008-0006 +++ /dev/null @@ -1,24 +0,0 @@ -diff --git src/bitmap/pcfread.c src/bitmap/pcfread.c -index fd41849..c5db255 100644 ---- src/bitmap/pcfread.c -+++ src/bitmap/pcfread.c -@@ -588,6 +588,9 @@ pcfReadFont(FontPtr pFont, FontFilePtr file, - pFont->info.lastRow = pcfGetINT16(file, format); - pFont->info.defaultCh = pcfGetINT16(file, format); - if (IS_EOF(file)) goto Bail; -+ if (pFont->info.firstCol > pFont->info.lastCol || -+ pFont->info.firstRow > pFont->info.lastRow || -+ pFont->info.lastCol-pFont->info.firstCol > 255) goto Bail; - - nencoding = (pFont->info.lastCol - pFont->info.firstCol + 1) * - (pFont->info.lastRow - pFont->info.firstRow + 1); -@@ -726,6 +729,9 @@ pcfReadFontInfo(FontInfoPtr pFontInfo, FontFilePtr file) - pFontInfo->lastRow = pcfGetINT16(file, format); - pFontInfo->defaultCh = pcfGetINT16(file, format); - if (IS_EOF(file)) goto Bail; -+ if (pFontInfo->firstCol > pFontInfo->lastCol || -+ pFontInfo->firstRow > pFontInfo->lastRow || -+ pFontInfo->lastCol-pFontInfo->firstCol > 255) goto Bail; - - nencoding = (pFontInfo->lastCol - pFontInfo->firstCol + 1) * - (pFontInfo->lastRow - pFontInfo->firstRow + 1); diff --git a/x11-fonts/libXfont/files/patch-src_fontfile_catalogue.c b/x11-fonts/libXfont/files/patch-src_fontfile_catalogue.c deleted file mode 100644 index f25280e..0000000 --- a/x11-fonts/libXfont/files/patch-src_fontfile_catalogue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fontfile/catalogue.c.orig -+++ src/fontfile/catalogue.c -@@ -156,7 +156,7 @@ CatalogueRescan (FontPathElementPtr fpe) - while (entry = readdir(dir), entry != NULL) - { - snprintf(link, sizeof link, "%s/%s", path, entry->d_name); -- len = readlink(link, dest, sizeof dest); -+ len = readlink(link, dest, sizeof dest - 1); - if (len < 0) - continue; - diff --git a/x11-fonts/mkfontdir/Makefile b/x11-fonts/mkfontdir/Makefile index 42676ec..d539689 100644 --- a/x11-fonts/mkfontdir/Makefile +++ b/x11-fonts/mkfontdir/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mkfontdir -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/mkfontdir/distinfo b/x11-fonts/mkfontdir/distinfo index b1c479e..a9ac5fe 100644 --- a/x11-fonts/mkfontdir/distinfo +++ b/x11-fonts/mkfontdir/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/mkfontdir-1.0.3.tar.bz2) = 4d0f89a23f77e22f1671a77bf0898955 -SHA256 (xorg/app/mkfontdir-1.0.3.tar.bz2) = 2a786e03611a53c7f6263db446c0c9ef76e94bcf930b0b5867cc6a9c19653074 -SIZE (xorg/app/mkfontdir-1.0.3.tar.bz2) = 62898 +MD5 (xorg/app/mkfontdir-1.0.4.tar.bz2) = 35394bf3f746a57fba624dba52fdbba3 +SHA256 (xorg/app/mkfontdir-1.0.4.tar.bz2) = 6f9a3cc70d27704ee8e4ff01d5d69c974b059fd7e470172b68cfa477c7caf8e3 +SIZE (xorg/app/mkfontdir-1.0.4.tar.bz2) = 70506 diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile index d50957b..91fa8ed 100644 --- a/x11-fonts/mkfontscale/Makefile +++ b/x11-fonts/mkfontscale/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mkfontscale -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/mkfontscale/distinfo b/x11-fonts/mkfontscale/distinfo index d7a2771..d4e7b38 100644 --- a/x11-fonts/mkfontscale/distinfo +++ b/x11-fonts/mkfontscale/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/mkfontscale-1.0.3.tar.bz2) = 1d608771aca9695b828cec1e34178fd1 -SHA256 (xorg/app/mkfontscale-1.0.3.tar.bz2) = 0458a3a5525b4ab458a018648ef8575afc191f904364c00e27876a7bd53af020 -SIZE (xorg/app/mkfontscale-1.0.3.tar.bz2) = 94674 +MD5 (xorg/app/mkfontscale-1.0.5.tar.bz2) = 5e6e210b70adfef1264b0212aab1f758 +SHA256 (xorg/app/mkfontscale-1.0.5.tar.bz2) = f79dff54153dc3beb9eb3f2e4776dbc55ed2a4d3d0adbf9c8a2d9eb230ed3850 +SIZE (xorg/app/mkfontscale-1.0.5.tar.bz2) = 100963 diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile index 753b74d..0730aff 100644 --- a/x11-fonts/showfont/Makefile +++ b/x11-fonts/showfont/Makefile @@ -6,8 +6,7 @@ # PORTNAME= showfont -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/showfont/distinfo b/x11-fonts/showfont/distinfo index 1a91304..7f6b846 100644 --- a/x11-fonts/showfont/distinfo +++ b/x11-fonts/showfont/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/showfont-1.0.1.tar.bz2) = 339b2faf1ca5114fda414338e15b6e21 -SHA256 (xorg/app/showfont-1.0.1.tar.bz2) = 87db3cf12914abc6b074d12b35c7f39c8fd7b5d3933b339e2c1260a51061760c -SIZE (xorg/app/showfont-1.0.1.tar.bz2) = 77016 +MD5 (xorg/app/showfont-1.0.2.tar.bz2) = 8f83d774ed4cc2a6dca86edd856d820a +SHA256 (xorg/app/showfont-1.0.2.tar.bz2) = 9bd0373659b2f24120dba887fd155f99aed02e4a7c2afae69e7db1c1fa05e88c +SIZE (xorg/app/showfont-1.0.2.tar.bz2) = 90582 diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index a6790b7..c9a635b 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xfs -PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTVERSION= 1.0.8 PORTEPOCH= 1 CATEGORIES= x11-fonts @@ -24,15 +23,18 @@ MAN1= xfs.1 .if !defined(WITHOUT_XFS_CACHE) USE_XORG+= fontcacheproto x11 CFLAGS+= -DFONTCACHE -.else +.endif + post-patch: + ${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/Makefile.in +.if defined(WITHOUT_XFS_CACHE) ${REINPLACE_CMD} -e 's|^cache|XCOMM &|' ${WRKSRC}/config.cpp .endif post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/lib/X11/fs/config.default - @if [ ! -f ${PREFIX}/lib/X11/fs/config ]; then \ - ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/lib/X11/fs/config; \ + ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/etc/X11/fs/config.default + @if [ ! -f ${PREFIX}/etc/X11/fs/config ]; then \ + ${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/etc/X11/fs/config; \ fi .include diff --git a/x11-fonts/xfs/distinfo b/x11-fonts/xfs/distinfo index d0f8c85..3484d5e 100644 --- a/x11-fonts/xfs/distinfo +++ b/x11-fonts/xfs/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xfs-1.0.5.tar.bz2) = 3fc73b5e39a1fe8b8d96563c8144cffe -SHA256 (xorg/app/xfs-1.0.5.tar.bz2) = f586f2101d42e512e7d20a6a6715c3c2cad19cacbee3b4034a0818de349e38f9 -SIZE (xorg/app/xfs-1.0.5.tar.bz2) = 152131 +MD5 (xorg/app/xfs-1.0.8.tar.bz2) = f10717e45535b64eb45226aac571dac2 +SHA256 (xorg/app/xfs-1.0.8.tar.bz2) = 34b5040b3db7552fc1cdfa46f926ce5b7217ea5d77cfafbbddf94fbae6b4f482 +SIZE (xorg/app/xfs-1.0.8.tar.bz2) = 161279 diff --git a/x11-fonts/xfs/files/patch-Makefile.in b/x11-fonts/xfs/files/patch-Makefile.in deleted file mode 100644 index 2fecfe5..0000000 --- a/x11-fonts/xfs/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sat Jul 8 12:35:19 2006 -+++ Makefile.in Sat Jul 8 12:35:21 2006 -@@ -289,7 +289,7 @@ - FSERRORS = /var/log/xfs.log - FONTDIR = $(libdir)/X11/fonts - FONTPATH = $(FONTDIR)/misc/,$(FONTDIR)/TTF/,$(FONTDIR)/Type1/,$(FONTDIR)/CID/,$(FONTDIR)/100dpi/,$(FONTDIR)/75dpi/ --config_DATA = config -+#config_DATA = config - EXTRA_DIST = xfs.def config.cpp $(appman_PRE) - CLEANFILES = config $(appman_DATA) - appmandir = $(APP_MAN_DIR) diff --git a/x11-fonts/xfs/pkg-install b/x11-fonts/xfs/pkg-install index 183fcb6..9979ff9 100644 --- a/x11-fonts/xfs/pkg-install +++ b/x11-fonts/xfs/pkg-install @@ -6,7 +6,7 @@ fi PKG_PREFIX=${PKG_PREFIX:=/usr/X11R6} -XINITCONFDIR=${PKG_PREFIX}/lib/X11/fs +XINITCONFDIR=${PKG_PREFIX}/etc/X11/fs if [ ! -f ${XINITCONFDIR}/config ]; then cp ${XINITCONFDIR}/config.default ${XINITCONFDIR}/config fi diff --git a/x11-fonts/xfs/pkg-plist b/x11-fonts/xfs/pkg-plist index 02c0cee..e2378ab 100644 --- a/x11-fonts/xfs/pkg-plist +++ b/x11-fonts/xfs/pkg-plist @@ -1,5 +1,6 @@ bin/xfs -@unexec if cmp -s %D/lib/X11/fs/config.default %D/lib/X11/fs/config; then rm -f %D/lib/X11/fs/config; fi -lib/X11/fs/config.default -@exec if [ ! -f %D/lib/X11/fs/config ] ; then cp -p %D/%F %B/config; fi -@dirrmtry lib/X11/fs +@unexec if cmp -s %D/etc/X11/fs/config.default %D/etc/X11/fs/config; then rm -f %D/etc/X11/fs/config; fi +etc/X11/fs/config.default +@exec if [ ! -f %D/etc/X11/fs/config ] ; then cp -p %D/%F %B/config; fi +@dirrmtry etc/X11/fs +@dirrmtry etc/X11 diff --git a/x11-fonts/xfsinfo/Makefile b/x11-fonts/xfsinfo/Makefile index 269e355..38ff955 100644 --- a/x11-fonts/xfsinfo/Makefile +++ b/x11-fonts/xfsinfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfsinfo -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org diff --git a/x11-fonts/xfsinfo/distinfo b/x11-fonts/xfsinfo/distinfo index 2a37289..f95281d 100644 --- a/x11-fonts/xfsinfo/distinfo +++ b/x11-fonts/xfsinfo/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xfsinfo-1.0.1.tar.bz2) = e98b18fbce1261de30b1de819d86f48a -SHA256 (xorg/app/xfsinfo-1.0.1.tar.bz2) = adc33443b3a7f334d2407de702004a0491f24708e0e1abe74cd8ae114cd60cd9 -SIZE (xorg/app/xfsinfo-1.0.1.tar.bz2) = 74335 +MD5 (xorg/app/xfsinfo-1.0.2.tar.bz2) = e6c0071f6d5436113982f4a575d3f94b +SHA256 (xorg/app/xfsinfo-1.0.2.tar.bz2) = 95aaca84f948fc7e25d82c58d3fdbba44911b99f3e205378ce82a786c11bb96f +SIZE (xorg/app/xfsinfo-1.0.2.tar.bz2) = 87787 diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile index a942b68..fa95c97 100644 --- a/x11-fonts/xorg-fonts-100dpi/Makefile +++ b/x11-fonts/xorg-fonts-100dpi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-100dpi -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile index b29d41b..db1d5e2 100644 --- a/x11-fonts/xorg-fonts-75dpi/Makefile +++ b/x11-fonts/xorg-fonts-75dpi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-75dpi -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile index ec6c7f8..6249ab9 100644 --- a/x11-fonts/xorg-fonts-cyrillic/Makefile +++ b/x11-fonts/xorg-fonts-cyrillic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-cyrillic -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts-miscbitmaps/Makefile b/x11-fonts/xorg-fonts-miscbitmaps/Makefile index 43ea891..a53a9ad 100644 --- a/x11-fonts/xorg-fonts-miscbitmaps/Makefile +++ b/x11-fonts/xorg-fonts-miscbitmaps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-miscbitmaps -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile index 7768229..949d815 100644 --- a/x11-fonts/xorg-fonts-truetype/Makefile +++ b/x11-fonts/xorg-fonts-truetype/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-truetype -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile index ee730ff..5d93feb 100644 --- a/x11-fonts/xorg-fonts-type1/Makefile +++ b/x11-fonts/xorg-fonts-type1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-fonts-type1 -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile index 70de378..6d19cf4 100644 --- a/x11-fonts/xorg-fonts/Makefile +++ b/x11-fonts/xorg-fonts/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-fonts -PORTVERSION= 7.3 -PORTREVISION= 1 +PORTVERSION= 7.4 CATEGORIES= x11-fonts MASTER_SITES= # none DISTFILES= # none diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 7e8dcaf..dbba66f 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xephyr -PORTVERSION= 1.4 +PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= x11-servers @@ -16,13 +16,15 @@ COMMENT= A kdrive based X server from X.Org XORG_CAT= xserver LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm + +USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xtrans inputproto \ xf86bigfontproto scrnsaverproto bigreqsproto \ resourceproto fontsproto videoproto \ compositeproto trapproto recordproto \ xineramaproto evieproto xkbfile xfont \ - xau xdmcp xext fontenc pixman + xau xdmcp xext fontenc xv pixman CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ --disable-xorg --disable-xnest --disable-xprint \ diff --git a/x11-servers/xephyr/distinfo b/x11-servers/xephyr/distinfo index 70c76c2..edaf560 100644 --- a/x11-servers/xephyr/distinfo +++ b/x11-servers/xephyr/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220 -SHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2 -SIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392 +MD5 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = d16f5a033f001c9069b4141194614da2 +SHA256 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21 +SIZE (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 5614990 diff --git a/x11-servers/xorg-dmx/Makefile b/x11-servers/xorg-dmx/Makefile index 8a81dd4..c3030d3 100644 --- a/x11-servers/xorg-dmx/Makefile +++ b/x11-servers/xorg-dmx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-dmx -PORTVERSION= 1.4 -PORTREVISION= 3 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= x11-servers @@ -19,6 +18,8 @@ CONFLICTS= XFree86-dmx-[0-9]* XORG_CAT= xserver LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm + +USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ diff --git a/x11-servers/xorg-dmx/distinfo b/x11-servers/xorg-dmx/distinfo index 70c76c2..edaf560 100644 --- a/x11-servers/xorg-dmx/distinfo +++ b/x11-servers/xorg-dmx/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220 -SHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2 -SIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392 +MD5 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = d16f5a033f001c9069b4141194614da2 +SHA256 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21 +SIZE (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 5614990 diff --git a/x11-servers/xorg-dmx/files/patch-hw_dmx_Makefile.in b/x11-servers/xorg-dmx/files/patch-hw_dmx_Makefile.in deleted file mode 100644 index be7571e..0000000 --- a/x11-servers/xorg-dmx/files/patch-hw_dmx_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- hw/dmx/Makefile.in.orig 2007-12-12 17:55:26.000000000 +0000 -+++ hw/dmx/Makefile.in 2007-12-12 17:55:56.000000000 +0000 -@@ -476,6 +476,7 @@ - Xdmx_LDADD = $(XORG_CORE_LIBS) \ - $(XDMX_LIBS) \ - $(GLX_LIBS) \ -+ $(XSERVER_LIBS) \ - input/libdmxinput.a \ - config/libdmxconfig.a \ - @DMXMODULES_LIBS@ diff --git a/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c b/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c deleted file mode 100644 index c860dc1..0000000 --- a/x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c +++ /dev/null @@ -1,17 +0,0 @@ ---- hw/dmx/dmxinput.c.orig 2007-12-12 17:52:53.000000000 +0000 -+++ hw/dmx/dmxinput.c 2007-12-12 17:53:22.000000000 +0000 -@@ -105,3 +105,14 @@ - if (!dmxInput->detached && dmxInput->updateWindowInfo) - dmxInput->updateWindowInfo(dmxInput, type, pWindow); - } -+ -+int -+NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev) -+{ -+ return BadValue; -+} -+ -+void -+DeleteInputDeviceRequest(DeviceIntPtr dev) -+{ -+} diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile index 52a9136..c622d3a 100644 --- a/x11-servers/xorg-nestserver/Makefile +++ b/x11-servers/xorg-nestserver/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-nestserver -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= x11-servers @@ -19,6 +18,8 @@ CONFLICTS= XFree86-NestServer-* XORG_CAT= xserver LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm + +USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto inputproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ diff --git a/x11-servers/xorg-nestserver/distinfo b/x11-servers/xorg-nestserver/distinfo index 70c76c2..edaf560 100644 --- a/x11-servers/xorg-nestserver/distinfo +++ b/x11-servers/xorg-nestserver/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220 -SHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2 -SIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392 +MD5 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = d16f5a033f001c9069b4141194614da2 +SHA256 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21 +SIZE (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 5614990 diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 3813e9a..24ac2f7 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -6,48 +6,45 @@ # PORTNAME= xorg-server -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= x11-servers -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/:fdo \ - ${MASTER_SITE_SOURCEFORGE:S/$/:mesa/} -MASTER_SITE_SUBDIR=mesa3d/:mesa -DISTFILES= xorg-server-${PORTVERSION}.tar.bz2:fdo \ - MesaLib-7.0.1.tar.bz2:mesa +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/xserver/ +DISTFILES= xorg-server-${PORTVERSION}.tar.bz2 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org X server and related programs LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm + RUN_DEPENDS= ${LOCALBASE}/share/X11/xkb/rules/base.xml:${PORTSDIR}/x11/xkeyboard-config CONFLICTS= XFree86-Server-* XORG_CAT= xserver +USE_GL= gl USE_XORG= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \ xmu xt xpm xext randrproto renderproto fixesproto damageproto \ xcmiscproto xextproto xproto xtrans xf86miscproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ resourceproto fontsproto inputproto xf86dgaproto \ videoproto compositeproto trapproto recordproto xineramaproto \ - evieproto xfont fontenc xkbui pixman + evieproto xfont fontenc xkbui pixman pciaccess +USE_OPENSSL= yes USE_PERL5_BUILD=yes -CONFIGURE_ARGS= --with-mesa-source=${WRKDIR}/Mesa-7.0.1 \ - --disable-dmx --disable-xvfb --disable-xnest --disable-xprint \ - --localstatedir=/var --without-dtrace +CONFIGURE_ARGS= --disable-dmx --disable-xvfb --disable-xnest --disable-xprint \ + --localstatedir=/var --without-dtrace --disable-xephyr MAN1= Xorg.1 \ Xserver.1 \ cvt.1 \ gtf.1 \ - pcitweak.1 \ xorgconfig.1 MAN4= exa.4 \ fbdevhw.4 -MAN5= xorg.conf.5 \ - SecurityPolicy.5 +MAN5= xorg.conf.5 NOT_FOR_ARCHS= ia64 alpha @@ -57,6 +54,13 @@ OPTIONS= HAL "Compile with HAL config support" on \ .include +.if defined(WITH_OPENSSL_BASE) +# The reason why I use this is cause openssl from base doesn't install a .pc file +# and configure will fail trying to find it. Setting both of those variables to +# a *non-empty* value by-passes the pkg-config check. +CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" +.endif + .if !defined(WITHOUT_HAL) LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal CONFIGURE_ARGS+= --enable-config-hal=yes @@ -101,7 +105,6 @@ PLIST_SUB+= SPARC64_NA="" .if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == sparc64 PLIST_SUB+= AMD64_I386_SPARC64="" -MAN1+= scanpci.1 .else PLIST_SUB+= AMD64_I386_SPARC64="@comment " .endif diff --git a/x11-servers/xorg-server/distinfo b/x11-servers/xorg-server/distinfo index 03b4020..edaf560 100644 --- a/x11-servers/xorg-server/distinfo +++ b/x11-servers/xorg-server/distinfo @@ -1,6 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.4.2.tar.bz2) = fa2915ae377f61c340a18ebef484b64b -SHA256 (xorg/xserver/xorg-server-1.4.2.tar.bz2) = 829c66ec4c295822700067c87afae796b8e67530cc65a7b83060ea29a4ff316d -SIZE (xorg/xserver/xorg-server-1.4.2.tar.bz2) = 6216638 -MD5 (xorg/xserver/MesaLib-7.0.1.tar.bz2) = c056abd763e899114bf745c9eedbf9ad -SHA256 (xorg/xserver/MesaLib-7.0.1.tar.bz2) = 5190ffac157882d9129d31f262339512f4a45dcf95ccdad213760a7d54d82de7 -SIZE (xorg/xserver/MesaLib-7.0.1.tar.bz2) = 3343538 +MD5 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = d16f5a033f001c9069b4141194614da2 +SHA256 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21 +SIZE (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 5614990 diff --git a/x11-servers/xorg-server/files/patch-Pci.h b/x11-servers/xorg-server/files/patch-Pci.h deleted file mode 100644 index 0d6991b..0000000 --- a/x11-servers/xorg-server/files/patch-Pci.h +++ /dev/null @@ -1,88 +0,0 @@ ---- hw/xfree86/os-support/bus/Pci.h.orig 2007-09-06 02:48:26.000000000 +0200 -+++ hw/xfree86/os-support/bus/Pci.h 2007-09-28 21:43:06.000000000 +0200 -@@ -112,6 +112,10 @@ - #include "xf86Pci.h" - #include "xf86PciInfo.h" - -+#if defined(__FreeBSD__) -+#include -+#endif -+ - /* - * Global Definitions - */ -@@ -123,6 +127,10 @@ - # define MAX_PCI_DOMAINS 512 - # define PCI_DOM_MASK 0x01fful - # define MAX_PCI_BUSES (MAX_PCI_DOMAINS*256) /* 256 per domain */ -+#elif defined(FreeBSD) && __FreeBSD_version >= 700053 && !defined(__i386__) -+# define MAX_PCI_DOMAINS 256 /* limited by 32-bit xf86 PCITAG */ -+# define PCI_DOM_MASK (MAX_PCI_DOMAINS - 1) -+# define MAX_PCI_BUSES (MAX_PCI_DOMAINS*256) /* 256 per domain */ - #else - # define MAX_PCI_BUSES 256 /* Max number of PCI buses */ - #endif -@@ -238,7 +246,9 @@ - # elif defined(__FreeBSD__) || defined(__OpenBSD__) - # define ARCH_PCI_INIT freebsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM --# define INCLUDE_XF86_NO_DOMAIN -+# if __FreeBSD_version < 700053 || defined(__OpenBSD__) -+# define INCLUDE_XF86_NO_DOMAIN -+# endif - # elif defined(__NetBSD__) - # define ARCH_PCI_INIT netbsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM -@@ -260,10 +270,12 @@ - # if defined(linux) - # define ARCH_PCI_INIT ia64linuxPciInit - # define INCLUDE_XF86_MAP_PCI_MEM --# elif defined(FreeBSD) -+# elif defined(FreeBSD) || defined(__OpenBSD__) - # define ARCH_PCI_INIT freebsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM --# define INCLUDE_XF86_NO_DOMAIN -+# if __FreeBSD_version < 700053 || defined(__OpenBSD__) -+# define INCLUDE_XF86_NO_DOMAIN -+# endif - # endif - # define XF86SCANPCI_WRAPPER ia64ScanPCIWrapper - #elif defined(__i386__) || defined(i386) -@@ -293,7 +305,9 @@ - # elif defined(__FreeBSD__) || defined(__OpenBSD__) - # define ARCH_PCI_INIT freebsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM --# define INCLUDE_XF86_NO_DOMAIN -+# if __FreeBSD_version < 700053 || defined(__OpenBSD__) -+# define INCLUDE_XF86_NO_DOMAIN -+# endif - # elif defined(__NetBSD__) - # define ARCH_PCI_INIT netbsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM -@@ -325,7 +339,9 @@ - # elif (defined(__OpenBSD__) || defined(__FreeBSD__)) && defined(__sparc64__) - # define ARCH_PCI_INIT freebsdPciInit - # define INCLUDE_XF86_MAP_PCI_MEM --# define INCLUDE_XF86_NO_DOMAIN -+# if __FreeBSD_version < 700053 || defined(__OpenBSD__) -+# define INCLUDE_XF86_NO_DOMAIN -+# endif - # endif - # if !defined(__FreeBSD__) && !defined(linux) - # define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge -@@ -333,11 +349,14 @@ - #elif defined(__amd64__) || defined(__amd64) - # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) - # define ARCH_PCI_INIT freebsdPciInit -+# if __FreeBSD_version < 700053 || defined(__FreeBSD_kernel__) -+# define INCLUDE_XF86_NO_DOMAIN -+# endif - # else - # define ARCH_PCI_INIT ix86PciInit -+# define INCLUDE_XF86_NO_DOMAIN - # endif - # define INCLUDE_XF86_MAP_PCI_MEM --# define INCLUDE_XF86_NO_DOMAIN - # if defined(linux) - # define ARCH_PCI_OS_INIT linuxPciInit - # endif diff --git a/x11-servers/xorg-server/files/patch-bsdResource.c b/x11-servers/xorg-server/files/patch-bsdResource.c index 44388bb..67eef59 100644 --- a/x11-servers/xorg-server/files/patch-bsdResource.c +++ b/x11-servers/xorg-server/files/patch-bsdResource.c @@ -1,15 +1,15 @@ ---- hw/xfree86/os-support/bsd/bsdResource.c.orig Fri Apr 23 21:54:07 2004 -+++ hw/xfree86/os-support/bsd/bsdResource.c Tue May 17 00:48:36 2005 -@@ -18,7 +18,7 @@ +--- hw/xfree86/os-support/bsd/bsdResource.c.orig 2008-07-19 12:47:13.000000000 +0100 ++++ hw/xfree86/os-support/bsd/bsdResource.c 2008-07-19 12:52:03.000000000 +0100 +@@ -19,7 +19,7 @@ #ifdef INCLUDE_XF86_NO_DOMAIN --#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) -+#if defined(__alpha__) || defined(__amd64__) +-#if defined(__alpha__) || defined(__sparc64__) || defined(__amd64__) || defined(__x86_64__) ++#if defined(__alpha__) || defined(__amd64__) || defined(__x86_64__) resPtr - xf86BusAccWindowsFromOS(void) -@@ -112,7 +112,7 @@ + xf86AccResFromOS(resPtr ret) +@@ -60,7 +60,7 @@ return ret; } @@ -17,44 +17,8 @@ +#elif defined(__powerpc__) || defined(__sparc__) || defined(__sparc64__) resPtr - xf86BusAccWindowsFromOS(void) -@@ -123,7 +123,11 @@ - RANGE(range, 0x00000000, 0xffffffff, ResExcMemBlock); - ret = xf86AddResToList(ret, &range, -1); - -+#if defined(__sparc__) || defined(__sparc64__) -+ RANGE(range, 0x00000000, 0x00ffffff, ResExcIoBlock); -+#else - RANGE(range, 0x00000000, 0x0000ffff, ResExcIoBlock); -+#endif - ret = xf86AddResToList(ret, &range, -1); - return ret; - } -@@ -137,7 +141,11 @@ - RANGE(range, 0x00000000, 0xffffffff, ResExcMemBlock); - ret = xf86AddResToList(ret, &range, -1); - -+#if defined(__sparc__) || defined(__sparc64__) -+ RANGE(range, 0x00000000, 0x00ffffff, ResExcIoBlock); -+#else - RANGE(range, 0x00000000, 0x0000ffff, ResExcIoBlock); -+#endif - ret = xf86AddResToList(ret, &range, -1); - return ret; - } -@@ -153,7 +161,11 @@ - RANGE(range, 0x00000000, 0xffffffff, ResExcMemBlock); - ret = xf86AddResToList(ret, &range, -1); - -+#if defined(__sparc__) || defined(__sparc64__) -+ RANGE(range, 0x00000000, 0x00ffffff, ResExcIoBlock); -+#else - RANGE(range, 0x00000000, 0x0000ffff, ResExcIoBlock); -+#endif - ret = xf86AddResToList(ret, &range, -1); - return ret; - } -@@ -175,7 +187,11 @@ + xf86AccResFromOS(resPtr ret) +@@ -77,7 +77,11 @@ ret = xf86AddResToList(ret, &range, -1); RANGE(range, 0x00000000, 0x00000000, ResExcIoBlock); ret = xf86AddResToList(ret, &range, -1); diff --git a/x11-servers/xorg-server/files/patch-config-hal.c b/x11-servers/xorg-server/files/patch-config-hal.c deleted file mode 100644 index bbe6cb0..0000000 --- a/x11-servers/xorg-server/files/patch-config-hal.c +++ /dev/null @@ -1,10 +0,0 @@ ---- config/hal.c.orig 2007-08-23 15:04:52.000000000 -0400 -+++ config/hal.c 2008-03-27 18:36:36.000000000 -0400 -@@ -212,6 +212,7 @@ - } - - add_option(&options, "path", path); -+ add_option(&options, "device", path); - add_option(&options, "driver", driver); - add_option(&options, "name", name); - config_info = xalloc(strlen(udi) + 5); /* "hal:" and NULL */ diff --git a/x11-servers/xorg-server/files/patch-configure b/x11-servers/xorg-server/files/patch-configure deleted file mode 100644 index 1c8c8f3..0000000 --- a/x11-servers/xorg-server/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2008-02-28 16:08:55.000000000 -0500 -+++ configure 2008-02-28 16:11:19.000000000 -0500 -@@ -30376,7 +30376,7 @@ - else - cat >conftest.$ac_ext <<_ACEOF - --#define _POSIX_C_SOURCE 199309L -+#define _POSIX_C_SOURCE 200112L - #include - - int main(int argc, char *argv[]) { diff --git a/x11-servers/xorg-server/files/patch-dix_devices.c b/x11-servers/xorg-server/files/patch-dix_devices.c deleted file mode 100644 index f02738d..0000000 --- a/x11-servers/xorg-server/files/patch-dix_devices.c +++ /dev/null @@ -1,20 +0,0 @@ ---- dix/devices.c.orig 2007-10-19 17:04:51.000000000 -0200 -+++ dix/devices.c 2007-10-23 17:50:38.000000000 -0200 -@@ -294,7 +294,17 @@ CoreKeyboardBell(int volume, DeviceIntPt - static void - CoreKeyboardCtl(DeviceIntPtr pDev, KeybdCtrl *ctrl) - { -+#ifdef XKB -+ if (!noXkbExtension) { -+ DeviceIntPtr dev = (DeviceIntPtr) -+ pDev->devPrivates[CoreDevicePrivatesIndex].ptr; -+ -+ if (dev && dev->key && dev->key->xkbInfo && dev->key->xkbInfo->kbdProc) -+ (*dev->key->xkbInfo->kbdProc)(dev, ctrl); -+ } -+#else - return; -+#endif - } - - /** diff --git a/x11-servers/xorg-server/files/patch-freebsdPci.c b/x11-servers/xorg-server/files/patch-freebsdPci.c deleted file mode 100644 index 83b034f..0000000 --- a/x11-servers/xorg-server/files/patch-freebsdPci.c +++ /dev/null @@ -1,306 +0,0 @@ ---- hw/xfree86/os-support/bus/freebsdPci.c.orig Thu Sep 6 02:48:26 2007 -+++ hw/xfree86/os-support/bus/freebsdPci.c Sat Sep 29 12:22:56 2007 -@@ -109,10 +109,6 @@ - #define PCI_CPU(val) (val) - #endif - -- --#define BUS(tag) (((tag)>>16)&0xff) --#define DFN(tag) (((tag)>>8)&0xff) -- - static int pciFd = -1; - - void -@@ -133,9 +129,12 @@ - { - struct pci_io io; - int error; -- io.pi_sel.pc_bus = BUS(tag); -- io.pi_sel.pc_dev = DFN(tag) >> 3; -- io.pi_sel.pc_func = DFN(tag) & 7; -+#ifndef INCLUDE_XF86_NO_DOMAIN -+ io.pi_sel.pc_domain = PCI_DOM_FROM_TAG(tag); -+#endif -+ io.pi_sel.pc_bus = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag)); -+ io.pi_sel.pc_dev = PCI_DEV_FROM_TAG(tag); -+ io.pi_sel.pc_func = PCI_FUNC_FROM_TAG(tag); - io.pi_reg = off; - io.pi_width = 4; - error = ioctl(pciFd, PCIOCREAD, &io); -@@ -148,9 +147,12 @@ - freebsdPciCfgWrite(PCITAG tag, int off, CARD32 val) - { - struct pci_io io; -- io.pi_sel.pc_bus = BUS(tag); -- io.pi_sel.pc_dev = DFN(tag) >> 3; -- io.pi_sel.pc_func = DFN(tag) & 7; -+#ifndef INCLUDE_XF86_NO_DOMAIN -+ io.pi_sel.pc_domain = PCI_DOM_FROM_TAG(tag); -+#endif -+ io.pi_sel.pc_bus = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag)); -+ io.pi_sel.pc_dev = PCI_DEV_FROM_TAG(tag); -+ io.pi_sel.pc_func = PCI_FUNC_FROM_TAG(tag); - io.pi_reg = off; - io.pi_width = 4; - io.pi_data = PCI_CPU(val); -@@ -164,3 +166,260 @@ - val = (val & ~mask) | (bits & mask); - freebsdPciCfgWrite(tag, off, val); - } -+ -+#ifndef INCLUDE_XF86_NO_DOMAIN -+ -+/* This probably shouldn't be FreeBSD-specific. */ -+static pciConfigPtr -+xf86GetPciHostConfigFromTag(PCITAG Tag) -+{ -+ int bus = PCI_BUS_FROM_TAG(Tag); -+ pciBusInfo_t *pBusInfo; -+ -+ while ((bus < pciNumBuses) && (pBusInfo = pciBusInfo[bus])) { -+ if (bus == pBusInfo->primary_bus) -+ return pBusInfo->bridge; -+ bus = pBusInfo->primary_bus; -+ } -+ -+ return NULL; /* Bad data */ -+} -+ -+/* -+ * This is ugly, but until I can extract this information from the kernel, -+ * it'll have to do. The default I/O space size is 64K, and 4G for memory. -+ * Anything else needs to go in this table. (PowerPC folk take note.) -+ * -+ * Please keep this table in ascending vendor/device order. -+ */ -+static const struct pciSizes { -+ unsigned short vendor, device; -+ unsigned long io_size, mem_size; -+} pciControllerSizes[] = { -+ { -+ PCI_VENDOR_SUN, PCI_CHIP_PSYCHO, -+ 1U << 16, 1U << 31 -+ }, -+ { -+ PCI_VENDOR_SUN, PCI_CHIP_SCHIZO, -+ 1U << 24, 1U << 31 /* ??? */ -+ }, -+ { -+ PCI_VENDOR_SUN, PCI_CHIP_SABRE, -+ 1U << 24, (unsigned long)(1ULL << 32) -+ }, -+ { -+ PCI_VENDOR_SUN, PCI_CHIP_HUMMINGBIRD, -+ 1U << 24, (unsigned long)(1ULL << 32) -+ } -+}; -+#define NUM_SIZES (sizeof(pciControllerSizes) / sizeof(pciControllerSizes[0])) -+ -+static const struct pciSizes * -+freebsdGetSizesStruct(PCITAG Tag) -+{ -+ static const struct pciSizes default_size = { -+ 0, 0, 1U << 16, (unsigned long)(1ULL << 32) -+ }; -+ pciConfigPtr pPCI; -+ int i; -+ -+ /* Find host bridge */ -+ if ((pPCI = xf86GetPciHostConfigFromTag(Tag))) { -+ /* Look up vendor/device */ -+ for (i = 0; i < NUM_SIZES; i++) { -+ if ((pPCI->pci_vendor == -+ pciControllerSizes[i].vendor) && -+ (pPCI->pci_device == -+ pciControllerSizes[i].device)) { -+ return & pciControllerSizes[i]; -+ } -+ } -+ } -+ -+ /* Default to 64KB I/O and 4GB memory. */ -+ return & default_size; -+} -+ -+static __inline__ unsigned long -+freebsdGetIOSize(PCITAG Tag) -+{ -+ const struct pciSizes * const sizes = freebsdGetSizesStruct(Tag); -+ return sizes->io_size; -+} -+ -+static __inline__ void -+freebsdGetSizes(PCITAG Tag, unsigned long *io_size, unsigned long *mem_size) -+{ -+ const struct pciSizes * const sizes = freebsdGetSizesStruct(Tag); -+ -+ *io_size = sizes->io_size; -+ *mem_size = sizes->mem_size; -+} -+ -+_X_EXPORT int -+xf86GetPciDomain(PCITAG Tag) -+{ -+ return PCI_DOM_FROM_TAG(Tag); -+} -+ -+_X_EXPORT pointer -+xf86MapDomainMemory(int ScreenNum, int Flags, PCITAG Tag, ADDRESS Base, -+ unsigned long Size) -+{ -+ return xf86MapVidMem(ScreenNum, Flags, Base, Size); -+} -+ -+_X_EXPORT IOADDRESS -+xf86MapDomainIO(int ScreenNum, int Flags, PCITAG Tag, IOADDRESS Base, -+ unsigned long Size) -+{ -+ return Base; -+} -+ -+_X_EXPORT int -+xf86ReadDomainMemory(PCITAG Tag, ADDRESS Base, int Len, unsigned char *Buf) -+{ -+ int ret, length, rlength; -+ -+ /* Read in 64kB chunks. */ -+ ret = 0; -+ while ((length = Len) > 0) { -+ if (length > 0x010000) length = 0x010000; -+ rlength = xf86ReadBIOS(Base, 0, Buf, length); -+ if (rlength < 0) { -+ ret = rlength; -+ break; -+ } -+ ret += rlength; -+ if (rlength < length) break; -+ Base += rlength; -+ Buf += rlength; -+ Len -= rlength; -+ } -+ -+ return ret; -+} -+ -+resPtr -+xf86BusAccWindowsFromOS(void) -+{ -+ pciConfigPtr *ppPCI, pPCI; -+ resPtr pRes = NULL; -+ resRange range; -+ unsigned long io_size, mem_size; -+ int domain; -+ -+ if ((ppPCI = xf86scanpci(0))) { -+ for (; (pPCI = *ppPCI); ppPCI++) { -+ if ((pPCI->pci_base_class != PCI_CLASS_BRIDGE) || -+ (pPCI->pci_sub_class != PCI_SUBCLASS_BRIDGE_HOST)) -+ continue; -+ -+ domain = xf86GetPciDomain(pPCI->tag); -+ freebsdGetSizes(pPCI->tag, &io_size, &mem_size); -+ -+ RANGE(range, 0, (ADDRESS)(mem_size - 1), -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ RANGE(range, 0, (IOADDRESS)(io_size - 1), -+ RANGE_TYPE(ResExcIoBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ if (domain <= 0) -+ break; -+ } -+ } -+ -+ return pRes; -+} -+ -+resPtr -+xf86PciBusAccWindowsFromOS(void) -+{ -+ pciConfigPtr *ppPCI, pPCI; -+ resPtr pRes = NULL; -+ resRange range; -+ unsigned long io_size, mem_size; -+ int domain; -+ -+ if ((ppPCI = xf86scanpci(0))) { -+ for (; (pPCI = *ppPCI); ppPCI++) { -+ if ((pPCI->pci_base_class != PCI_CLASS_BRIDGE) || -+ (pPCI->pci_sub_class != PCI_SUBCLASS_BRIDGE_HOST)) -+ continue; -+ -+ domain = xf86GetPciDomain(pPCI->tag); -+ freebsdGetSizes(pPCI->tag, &io_size, &mem_size); -+ -+ RANGE(range, 0, (ADDRESS)(mem_size - 1), -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ RANGE(range, 0, (IOADDRESS)(io_size - 1), -+ RANGE_TYPE(ResExcIoBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ if (domain <= 0) -+ break; -+ } -+ } -+ -+ return pRes; -+} -+ -+resPtr -+xf86AccResFromOS(resPtr pRes) -+{ -+ pciConfigPtr *ppPCI, pPCI; -+ resRange range; -+ unsigned long io_size, mem_size; -+ int domain; -+ -+ if ((ppPCI = xf86scanpci(0))) { -+ for (; (pPCI = *ppPCI); ppPCI++) { -+ if ((pPCI->pci_base_class != PCI_CLASS_BRIDGE) || -+ (pPCI->pci_sub_class != PCI_SUBCLASS_BRIDGE_HOST)) -+ continue; -+ -+ domain = xf86GetPciDomain(pPCI->tag); -+ freebsdGetSizes(pPCI->tag, &io_size, &mem_size); -+ -+ /* -+ * At minimum, the top and bottom resources must be -+ * claimed, so that resources that are (or appear to -+ * be) unallocated can be relocated. -+ */ -+ RANGE(range, 0x00000000u, 0x0009ffffu, -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ RANGE(range, 0x000c0000u, 0x000effffu, -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ RANGE(range, 0x000f0000u, 0x000fffffu, -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ RANGE(range, (ADDRESS)(mem_size - 1), -+ (ADDRESS)(mem_size - 1), -+ RANGE_TYPE(ResExcMemBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ RANGE(range, 0x00000000u, 0x00000000u, -+ RANGE_TYPE(ResExcIoBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ RANGE(range, (IOADDRESS)(io_size - 1), -+ (IOADDRESS)(io_size - 1), -+ RANGE_TYPE(ResExcIoBlock, domain)); -+ pRes = xf86AddResToList(pRes, &range, -1); -+ -+ if (domain <= 0) -+ break; -+ } -+ } -+ -+ return pRes; -+} -+ -+#endif /* !INCLUDE_XF86_NO_DOMAIN */ diff --git a/x11-servers/xorg-server/pkg-plist b/x11-servers/xorg-server/pkg-plist index 1dc5f28..11a2195 100644 --- a/x11-servers/xorg-server/pkg-plist +++ b/x11-servers/xorg-server/pkg-plist @@ -9,8 +9,6 @@ bin/gtf %%PPC_NA%%bin/outb %%PPC_NA%%bin/outl %%PPC_NA%%bin/outw -bin/pcitweak -%%AMD64_I386_SPARC64%%bin/scanpci bin/xorgconfig include/xorg/BT.h include/xorg/IBM.h @@ -42,6 +40,7 @@ include/xorg/damagestr.h include/xorg/dbestruct.h include/xorg/dgaproc.h include/xorg/dix.h +include/xorg/dixaccess.h include/xorg/dixevents.h include/xorg/dixfont.h include/xorg/dixfontstr.h @@ -98,11 +97,13 @@ include/xorg/picture.h include/xorg/picturestr.h include/xorg/pixmap.h include/xorg/pixmapstr.h +include/xorg/privates.h include/xorg/property.h include/xorg/propertyst.h include/xorg/randrstr.h include/xorg/region.h include/xorg/regionstr.h +include/xorg/registry.h include/xorg/renderedge.h include/xorg/resource.h include/xorg/rgb.h @@ -157,8 +158,6 @@ include/xorg/xf86Version.h include/xorg/xf86Xinput.h include/xorg/xf86_OSlib.h include/xorg/xf86_OSproc.h -include/xorg/xf86_ansic.h -include/xorg/xf86_libc.h include/xorg/xf86cmap.h include/xorg/xf86fbman.h include/xorg/xf86i2c.h @@ -169,15 +168,15 @@ include/xorg/xf86xv.h include/xorg/xf86xvmc.h include/xorg/xf86xvpriv.h include/xorg/xisb.h +include/xorg/xkbfile.h include/xorg/xkbsrv.h +include/xorg/xkbstr.h include/xorg/xorg-server.h include/xorg/xorgVersion.h include/xorg/xvdix.h include/xorg/xvmcext.h lib/X11/Cards lib/X11/Options -lib/xorg/modules/extensions/libGLcore.la -lib/xorg/modules/extensions/libGLcore.so lib/xorg/modules/extensions/libdbe.la lib/xorg/modules/extensions/libdbe.so lib/xorg/modules/extensions/libdri.la @@ -186,14 +185,8 @@ lib/xorg/modules/extensions/libextmod.la lib/xorg/modules/extensions/libextmod.so lib/xorg/modules/extensions/libglx.la lib/xorg/modules/extensions/libglx.so -lib/xorg/modules/extensions/librecord.la -lib/xorg/modules/extensions/librecord.so -lib/xorg/modules/extensions/libxtrap.la -lib/xorg/modules/extensions/libxtrap.so lib/xorg/modules/fonts/libfreetype.la lib/xorg/modules/fonts/libfreetype.so -lib/xorg/modules/fonts/libtype1.la -lib/xorg/modules/fonts/libtype1.so %%ALPHA_NA%%lib/xorg/modules/libafb.la %%ALPHA_NA%%lib/xorg/modules/libafb.so lib/xorg/modules/libcfb.la @@ -208,10 +201,6 @@ lib/xorg/modules/libint10.la lib/xorg/modules/libint10.so lib/xorg/modules/libmfb.la lib/xorg/modules/libmfb.so -lib/xorg/modules/libpcidata.la -lib/xorg/modules/libpcidata.so -lib/xorg/modules/libscanpci.la -lib/xorg/modules/libscanpci.so lib/xorg/modules/libshadow.la lib/xorg/modules/libshadow.so lib/xorg/modules/libshadowfb.la @@ -248,7 +237,7 @@ lib/xorg/modules/multimedia/tda9885_drv.la lib/xorg/modules/multimedia/tda9885_drv.so lib/xorg/modules/multimedia/uda1380_drv.la lib/xorg/modules/multimedia/uda1380_drv.so -lib/xserver/SecurityPolicy +lib/xorg/protocol.txt libdata/pkgconfig/xorg-server.pc share/X11/xkb/compiled/README.compiled share/aclocal/xorg-server.m4 @@ -259,7 +248,6 @@ share/aclocal/xorg-server.m4 @dirrm lib/xorg/modules/multimedia @dirrm lib/xorg/modules @dirrm lib/xorg -@dirrm lib/xserver @dirrmtry include/X11/bitmaps @dirrmtry include/X11/pixmaps @dirrmtry lib/X11/doc diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index ee82973..c8dab4c 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-vfbserver -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.5.1 PORTEPOCH= 1 CATEGORIES= x11-servers @@ -19,6 +18,8 @@ CONFLICTS= XFree86-VirtualFramebufferServer-* XORG_CAT= xserver LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm + +USE_GL= gl USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto inputproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ diff --git a/x11-servers/xorg-vfbserver/distinfo b/x11-servers/xorg-vfbserver/distinfo index 70c76c2..edaf560 100644 --- a/x11-servers/xorg-vfbserver/distinfo +++ b/x11-servers/xorg-vfbserver/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220 -SHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2 -SIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392 +MD5 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = d16f5a033f001c9069b4141194614da2 +SHA256 (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 2f36880bffaee0a5b2b704376a02b22066b6842445e1d77da698854e5973eb21 +SIZE (xorg/xserver/xorg-server-1.5.1.tar.bz2) = 5614990 diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index 2a2d414..bd54155 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXmu -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= x11-toolkits diff --git a/x11-toolkits/libXmu/distinfo b/x11-toolkits/libXmu/distinfo index 4cf9425..98c9034 100644 --- a/x11-toolkits/libXmu/distinfo +++ b/x11-toolkits/libXmu/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXmu-1.0.3.tar.bz2) = b926b95b811ece3e19cd590db85ee615 -SHA256 (xorg/lib/libXmu-1.0.3.tar.bz2) = b56e308e36da8d9cb48433ddb81fd04e26b4f1c695586ac8106ac48a35466d66 -SIZE (xorg/lib/libXmu-1.0.3.tar.bz2) = 296622 +MD5 (xorg/lib/libXmu-1.0.4.tar.bz2) = fb372a5f3ab42b5ba16d7af4d833a0cb +SHA256 (xorg/lib/libXmu-1.0.4.tar.bz2) = f83c00d6ed8f4c08effa9dcc2d7f1ff6f5a753f2b9fe1babda16618c2afa18f0 +SIZE (xorg/lib/libXmu-1.0.4.tar.bz2) = 305347 diff --git a/x11-wm/twm/Makefile b/x11-wm/twm/Makefile index 414ad28..bbcd182 100644 --- a/x11-wm/twm/Makefile +++ b/x11-wm/twm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= twm -PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org diff --git a/x11-wm/twm/distinfo b/x11-wm/twm/distinfo index a618471..5fad235 100644 --- a/x11-wm/twm/distinfo +++ b/x11-wm/twm/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/twm-1.0.3.tar.bz2) = a56b71dc40249195b32b304633c28a3e -SHA256 (xorg/app/twm-1.0.3.tar.bz2) = 5b41550477a893bf2b82ab73fc7fb6c839ba52d0deac059be1a473dd7bb92a4e -SIZE (xorg/app/twm-1.0.3.tar.bz2) = 238448 +MD5 (xorg/app/twm-1.0.4.tar.bz2) = 0865e14c73c08fa8c501ae877298ee9f +SHA256 (xorg/app/twm-1.0.4.tar.bz2) = daa088f9ae231508929b7bd4746e942212b53f2802ca4cee450139fabc8de1fa +SIZE (xorg/app/twm-1.0.4.tar.bz2) = 241944 diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index 7c22d9d..32c9a06 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -6,16 +6,14 @@ # PORTNAME= xcompmgr -PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTVERSION= 1.1.4 CATEGORIES= x11-wm -MASTER_SITES= http://xapps.freedesktop.org/release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= A sample X compositing manager +XORG_CAT= app USE_XORG= x11 xcomposite xfixes xdamage xrender -GNU_CONFIGURE= yes MAN1= xcompmgr.1 diff --git a/x11-wm/xcompmgr/distinfo b/x11-wm/xcompmgr/distinfo index b493b0a..f372f9b 100644 --- a/x11-wm/xcompmgr/distinfo +++ b/x11-wm/xcompmgr/distinfo @@ -1,3 +1,3 @@ -MD5 (xcompmgr-1.1.3.tar.gz) = 44ccbafa8484b7e0c00e5c83cd915adc -SHA256 (xcompmgr-1.1.3.tar.gz) = 5d4b1fb063876c7b3883e45b69d3a07845a62a132c8a9994de16bf8d6c199d44 -SIZE (xcompmgr-1.1.3.tar.gz) = 79840 +MD5 (xorg/app/xcompmgr-1.1.4.tar.bz2) = 3eb1c2b7a6ceaec4ee872cb06d202d91 +SHA256 (xorg/app/xcompmgr-1.1.4.tar.bz2) = 4bf647745b4de940ef75796fc8ad4e1f83c276e474f7b6779f317fcd070de884 +SIZE (xorg/app/xcompmgr-1.1.4.tar.bz2) = 78389 diff --git a/x11/Makefile b/x11/Makefile index 5a10e55..7e6624b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -36,6 +36,7 @@ SUBDIR += dgs SUBDIR += dmenu SUBDIR += dmxproto + SUBDIR += dri2proto SUBDIR += docker SUBDIR += dxpc SUBDIR += dynamag diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile index b5172a7..f94fd41 100644 --- a/x11/beforelight/Makefile +++ b/x11/beforelight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= beforelight -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo index 06c9a62..358c032 100644 --- a/x11/beforelight/distinfo +++ b/x11/beforelight/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/beforelight-1.0.2.tar.bz2) = 8bc2e35cdcd2e6a80eab1b77c41f2a46 -SHA256 (xorg/app/beforelight-1.0.2.tar.bz2) = 00e217559c93779fe04fd948017820af118a3981d6b4371ace95107cb3b047a7 -SIZE (xorg/app/beforelight-1.0.2.tar.bz2) = 85526 +MD5 (xorg/app/beforelight-1.0.3.tar.bz2) = d55b0e7196dafcfeb4db3886af2e1969 +SHA256 (xorg/app/beforelight-1.0.3.tar.bz2) = cae9427fa083a0ec3f2d1a3a6391508b31a2cf0220cb8d732c5d473a8c995c4e +SIZE (xorg/app/beforelight-1.0.3.tar.bz2) = 85067 diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile new file mode 100644 index 0000000..d8e961c --- /dev/null +++ b/x11/dri2proto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dri2proto +# Date Created: Jul 28 2008 +# Whom: Florent Thoumie +# +# $FreeBSD$ +# + +PORTNAME= dri2proto +PORTVERSION= 1.1 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= DRI2 prototype headers + +XORG_CAT= proto + +.include diff --git a/x11/dri2proto/distinfo b/x11/dri2proto/distinfo new file mode 100644 index 0000000..becfbad --- /dev/null +++ b/x11/dri2proto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/dri2proto-1.1.tar.bz2) = 1d70f0653b0b3a837853262dc5d34da4 +SHA256 (xorg/proto/dri2proto-1.1.tar.bz2) = 69def6d1f64b3699ec9c729596d8b096623a62bdda6bbea78ed690421d174c11 +SIZE (xorg/proto/dri2proto-1.1.tar.bz2) = 40610 diff --git a/x11/dri2proto/pkg-descr b/x11/dri2proto/pkg-descr new file mode 100644 index 0000000..1e57ddb --- /dev/null +++ b/x11/dri2proto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org DRI2 prototype headers. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11/dri2proto/pkg-plist b/x11/dri2proto/pkg-plist new file mode 100644 index 0000000..830f3f0 --- /dev/null +++ b/x11/dri2proto/pkg-plist @@ -0,0 +1,3 @@ +include/X11/extensions/dri2proto.h +libdata/pkgconfig/dri2proto.pc +@dirrmtry include/X11/extensions diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index 6ebe359..36d5b1c 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fstobdf -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/fstobdf/distinfo b/x11/fstobdf/distinfo index 56ea2a1..9216579 100644 --- a/x11/fstobdf/distinfo +++ b/x11/fstobdf/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/fstobdf-1.0.2.tar.bz2) = 99144743ab3cbb9cf37090fdc9e747db -SHA256 (xorg/app/fstobdf-1.0.2.tar.bz2) = 690e45b252cd96036dd9b89af8624eb423e16d4bd662b07d264a3f876ce7ac22 -SIZE (xorg/app/fstobdf-1.0.2.tar.bz2) = 82861 +MD5 (xorg/app/fstobdf-1.0.3.tar.bz2) = 49a6225380f6c18fff664a043cd569b1 +SHA256 (xorg/app/fstobdf-1.0.3.tar.bz2) = f2242720045c69f69dc9e18320a1c6402e92234d40c237367560fae3d210f7b0 +SIZE (xorg/app/fstobdf-1.0.3.tar.bz2) = 90507 diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile index 88b9bd5..173b33a 100644 --- a/x11/glproto/Makefile +++ b/x11/glproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glproto -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/glproto/distinfo b/x11/glproto/distinfo index e35b268..d26a42f 100644 --- a/x11/glproto/distinfo +++ b/x11/glproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/glproto-1.4.8.tar.bz2) = 3dfbd17203c0c88b94b6f579f24c11cc -SHA256 (xorg/proto/glproto-1.4.8.tar.bz2) = 2f5d84413853b688b7bb46c66fee108a499190e1f7810afffb775910778f053c -SIZE (xorg/proto/glproto-1.4.8.tar.bz2) = 53852 +MD5 (xorg/proto/glproto-1.4.9.tar.bz2) = e60951628422663e60faeb400f27bac1 +SHA256 (xorg/proto/glproto-1.4.9.tar.bz2) = 69d7fb7be4f0f56bd3a67b6c8c88dc677892eb99fd1b13e166b43b39d64764a3 +SIZE (xorg/proto/glproto-1.4.9.tar.bz2) = 57658 diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index 9efac1b..7c7889e 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= inputproto -PORTVERSION= 1.4.2.1 +PORTVERSION= 1.4.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/inputproto/distinfo b/x11/inputproto/distinfo index f3852aa..6a46fbf 100644 --- a/x11/inputproto/distinfo +++ b/x11/inputproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/inputproto-1.4.2.1.tar.bz2) = aa948a7469168ddd9c33f11c5dff55ac -SHA256 (xorg/proto/inputproto-1.4.2.1.tar.bz2) = 9b6db77037de7c52b9a17862b99bc435bd5c20e5d3faf5aec943b206cdaff3ed -SIZE (xorg/proto/inputproto-1.4.2.1.tar.bz2) = 47663 +MD5 (xorg/proto/inputproto-1.4.4.tar.bz2) = 3a532379f226c34b36a5c585999f75e4 +SHA256 (xorg/proto/inputproto-1.4.4.tar.bz2) = 63278ef492d6babb9e3efaef84a67a982e5362c51623714c9428f0384007dfe5 +SIZE (xorg/proto/inputproto-1.4.4.tar.bz2) = 54417 diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index cd1bfe5..a6baad0 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -6,14 +6,16 @@ # PORTNAME= libSM -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Session Management library for X11 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/uuid.pc:${PORTSDIR}/misc/e2fsprogs-libuuid +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/uuid.pc:${PORTSDIR}/misc/e2fsprogs-libuuid + XORG_CAT= lib USE_XORG= ice xproto:both xtrans diff --git a/x11/libSM/distinfo b/x11/libSM/distinfo index 459be28..fdaef16 100644 --- a/x11/libSM/distinfo +++ b/x11/libSM/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libSM-1.0.3.tar.bz2) = 184cbf502b3cd5d7ba5f9d1290a99606 -SHA256 (xorg/lib/libSM-1.0.3.tar.bz2) = 57f42d3557effe452cd348362977ff90fa61009885c23b3aca8cb0219b5dec04 -SIZE (xorg/lib/libSM-1.0.3.tar.bz2) = 223906 +MD5 (xorg/lib/libSM-1.1.0.tar.bz2) = 05a04c2b6382fb0054f6c70494e22733 +SHA256 (xorg/lib/libSM-1.1.0.tar.bz2) = 7536ac382e1ff82014d3a0defba0c61b3a30984f4e5bc7707960d6debcb92a82 +SIZE (xorg/lib/libSM-1.1.0.tar.bz2) = 252599 diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 27902f3..801411e 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libX11 -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.5 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index 9fb62bb..6ee962c 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libX11-1.1.3.tar.bz2) = 4d43d3e472c552d2f191ecdd4e75112c -SHA256 (xorg/lib/libX11-1.1.3.tar.bz2) = 4a2f566e2ea5dd955c875cb8fa9c18dd725324fc5cf4e23c803442e31ab8917a -SIZE (xorg/lib/libX11-1.1.3.tar.bz2) = 1526958 +MD5 (xorg/lib/libX11-1.1.5.tar.bz2) = d1512d65dadd4f48c779d4749e7753a8 +SHA256 (xorg/lib/libX11-1.1.5.tar.bz2) = da9272900e41615e9c5dc25d84730b8966da6f5c8f4c40418dca2ad040fc8b82 +SIZE (xorg/lib/libX11-1.1.5.tar.bz2) = 1585005 diff --git a/x11/libX11/pkg-plist b/x11/libX11/pkg-plist index 8244c23..7f65475 100644 --- a/x11/libX11/pkg-plist +++ b/x11/libX11/pkg-plist @@ -23,6 +23,9 @@ libdata/pkgconfig/x11.pc %%XCB%%libdata/pkgconfig/x11-xcb.pc lib/X11/XErrorDB lib/X11/XKeysymDB +lib/X11/locale/am_ET.UTF-8/XI18N_OBJS +lib/X11/locale/am_ET.UTF-8/XLC_LOCALE +lib/X11/locale/am_ET.UTF-8/Compose lib/X11/locale/armscii-8/XI18N_OBJS lib/X11/locale/armscii-8/XLC_LOCALE lib/X11/locale/armscii-8/Compose @@ -254,4 +257,5 @@ lib/X11/locale/compose.dir @dirrm lib/X11/locale/el_GR.UTF-8 @dirrm lib/X11/locale/C @dirrm lib/X11/locale/armscii-8 +@dirrm lib/X11/locale/am_ET.UTF-8 @dirrm lib/X11/locale diff --git a/x11/libXScrnSaver/Makefile b/x11/libXScrnSaver/Makefile index c4d35c2..983ec6c 100644 --- a/x11/libXScrnSaver/Makefile +++ b/x11/libXScrnSaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXScrnSaver -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXScrnSaver/distinfo b/x11/libXScrnSaver/distinfo index ee971b2..401b30f 100644 --- a/x11/libXScrnSaver/distinfo +++ b/x11/libXScrnSaver/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXScrnSaver-1.1.2.tar.bz2) = ac2d697dd02f51e5c15f7104f4be5328 -SHA256 (xorg/lib/libXScrnSaver-1.1.2.tar.bz2) = 6c75debca746060e0c2408a6ca119613ae02d1054adebd4b26ff8beee79bcc67 -SIZE (xorg/lib/libXScrnSaver-1.1.2.tar.bz2) = 219728 +MD5 (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 93f84b6797f2f29cae1ce23b0355d00d +SHA256 (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 4b90245093c15a24aaaf2fc6e09f075137aad994f72043e098597997d9b2c988 +SIZE (xorg/lib/libXScrnSaver-1.1.3.tar.bz2) = 219568 diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index f782894..d3378d1 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libXau -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index bc29775..9f908d6 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXau-1.0.3.tar.bz2) = 75a9f2b85cd1617b5ca98c9095323853 -SHA256 (xorg/lib/libXau-1.0.3.tar.bz2) = d6c30a88770a720e96e0bd7e13e0334f9ef60f1b475a92556764828005c19e3b -SIZE (xorg/lib/libXau-1.0.3.tar.bz2) = 229619 +MD5 (xorg/lib/libXau-1.0.4.tar.bz2) = 0f2b88d857e0a3f5898e4759c541af46 +SHA256 (xorg/lib/libXau-1.0.4.tar.bz2) = 10d3ffa5f00d0c0a4083309ba68bdfa01dfdf912ef4cf2141e3f260b2edeb22c +SIZE (xorg/lib/libXau-1.0.4.tar.bz2) = 227753 diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index d78ccf6..4a33bc5 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXext -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index 5f63d02..a219911 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXext-1.0.3.tar.bz2) = 1bf6fa1c26f9957d7cc0bd90b038dfa6 -SHA256 (xorg/lib/libXext-1.0.3.tar.bz2) = 2d706baf206d1cb422c8e0ceb6c5a8546bc3f0587cf090eba51e75a295d9c3f0 -SIZE (xorg/lib/libXext-1.0.3.tar.bz2) = 262116 +MD5 (xorg/lib/libXext-1.0.4.tar.bz2) = a91f1f722ac80c597cf0b75dcb8b48c0 +SHA256 (xorg/lib/libXext-1.0.4.tar.bz2) = 2dfd8eace1cafacc87b4055c57efeb771a740e24141d3f113de58c2a9eebd21f +SIZE (xorg/lib/libXext-1.0.4.tar.bz2) = 264491 diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 8a48da0..7b404b6 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXinerama -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXinerama/distinfo b/x11/libXinerama/distinfo index 43db741..0955c5e 100644 --- a/x11/libXinerama/distinfo +++ b/x11/libXinerama/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXinerama-1.0.2.tar.bz2) = f6fb08eafd3c2909d515f1a07bfca8fd -SHA256 (xorg/lib/libXinerama-1.0.2.tar.bz2) = d245d7ae4c766ecbc4e5cc2666e2e78198d8386dbaa06b35c3d1b1457ee5d03d -SIZE (xorg/lib/libXinerama-1.0.2.tar.bz2) = 214046 +MD5 (xorg/lib/libXinerama-1.0.3.tar.bz2) = cd9f7c46439ac40e0517a302d2434d2c +SHA256 (xorg/lib/libXinerama-1.0.3.tar.bz2) = 07b3564cd56154c20580b56230b7a95d74fe6582c80cedf0550d8d7955181219 +SIZE (xorg/lib/libXinerama-1.0.3.tar.bz2) = 236386 diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 4603957..a3d58c9 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libXrandr -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -17,7 +16,6 @@ XORG_CAT= lib USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both MAN3= Xrandr.3 \ - XRRConfig.3 \ XRRConfigCurrentConfiguration.3 \ XRRConfigCurrentRate.3 \ XRRConfigRates.3 \ @@ -29,7 +27,6 @@ MAN3= Xrandr.3 \ XRRQueryExtension.3 \ XRRQueryVersion.3 \ XRRRootToScreen.3 \ - XRRScreenConfig.3 \ XRRSelectInput.3 \ XRRSetScreenConfig.3 \ XRRSetScreenConfigAndRate.3 diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo index d9f575f..3744d06 100644 --- a/x11/libXrandr/distinfo +++ b/x11/libXrandr/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXrandr-1.2.2.tar.bz2) = 1b244b5d19f0ccab01d7083436cd3558 -SHA256 (xorg/lib/libXrandr-1.2.2.tar.bz2) = 206f8dc850f12b1213fb73dbef09fafa1bb8fb8c3ddfe4d39721c1e2dec12a98 -SIZE (xorg/lib/libXrandr-1.2.2.tar.bz2) = 224302 +MD5 (xorg/lib/libXrandr-1.2.3.tar.bz2) = 5cd67cc02a50c9644ba0a1846ea3b08e +SHA256 (xorg/lib/libXrandr-1.2.3.tar.bz2) = f8edfe26b8c4c3677a3a949f81a8b09a5fad62972020bfd230401e11cc0ed267 +SIZE (xorg/lib/libXrandr-1.2.3.tar.bz2) = 251814 diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 1beea2c..6cb164e 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libXv -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXv/distinfo b/x11/libXv/distinfo index dee2747..839e785 100644 --- a/x11/libXv/distinfo +++ b/x11/libXv/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXv-1.0.3.tar.bz2) = f1c4109fa804aeaf7188b66c5cdd9f57 -SHA256 (xorg/lib/libXv-1.0.3.tar.bz2) = f87ae65be39a3c26dc3c87159d9126daf2af1b8c5e7f2ffc38b9f72b9236261b -SIZE (xorg/lib/libXv-1.0.3.tar.bz2) = 231715 +MD5 (xorg/lib/libXv-1.0.4.tar.bz2) = 723a0275227165383e967a1ca8899b52 +SHA256 (xorg/lib/libXv-1.0.4.tar.bz2) = 4d3cc49b6f4da6d396196054eca23a91df1a41001c736dcfd22fec5a5c7428c8 +SIZE (xorg/lib/libXv-1.0.4.tar.bz2) = 229227 diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 7508185..671d596 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXxf86vm -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libXxf86vm/distinfo b/x11/libXxf86vm/distinfo index 852a685..5f6d92e 100644 --- a/x11/libXxf86vm/distinfo +++ b/x11/libXxf86vm/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXxf86vm-1.0.1.tar.bz2) = 8de1ca6c55aaad7d8cae19b4f0b3da32 -SHA256 (xorg/lib/libXxf86vm-1.0.1.tar.bz2) = e08fc2c1611c422f751ed02810491b45bf7faa4207d762a11f11815263c9285a -SIZE (xorg/lib/libXxf86vm-1.0.1.tar.bz2) = 227928 +MD5 (xorg/lib/libXxf86vm-1.0.2.tar.bz2) = 304d37bd0a10d9b58aa9b64469ad73e5 +SHA256 (xorg/lib/libXxf86vm-1.0.2.tar.bz2) = 3cb3c3c6552a4fbc686ba6c2dbeb6e4ba2a27103279908831d56363de73951de +SIZE (xorg/lib/libXxf86vm-1.0.2.tar.bz2) = 240637 diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index 8c4be0a..588fa60 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxkbfile -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/libxkbfile/distinfo b/x11/libxkbfile/distinfo index a1594e5..106e9f4 100644 --- a/x11/libxkbfile/distinfo +++ b/x11/libxkbfile/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libxkbfile-1.0.4.tar.bz2) = 12b4ceb5d42b520228b5fb40a96ae6c5 -SHA256 (xorg/lib/libxkbfile-1.0.4.tar.bz2) = 468ade4eaa3951a7c34b6ae1c290ab1a1d364ee36c5c455ef0df15550825b8ae -SIZE (xorg/lib/libxkbfile-1.0.4.tar.bz2) = 273537 +MD5 (xorg/lib/libxkbfile-1.0.5.tar.bz2) = 0726a845fe5a56551de2718c9f6b0e35 +SHA256 (xorg/lib/libxkbfile-1.0.5.tar.bz2) = 0ab628271fc9cb6d05f861d9823573088d81d510aca95b87ac0504b2e558965f +SIZE (xorg/lib/libxkbfile-1.0.5.tar.bz2) = 259790 diff --git a/x11/luit/Makefile b/x11/luit/Makefile index 26ef3e4..2a3e0ad 100644 --- a/x11/luit/Makefile +++ b/x11/luit/Makefile @@ -6,8 +6,7 @@ # PORTNAME= luit -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/luit/distinfo b/x11/luit/distinfo index 092103b..054a7b3 100644 --- a/x11/luit/distinfo +++ b/x11/luit/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/luit-1.0.2.tar.bz2) = aacda46598ce3af8ca16e2a8132db1b2 -SHA256 (xorg/app/luit-1.0.2.tar.bz2) = c0c4d76df0350c626df7ce62bf3df7915f9959557d76abce96222857d782389c -SIZE (xorg/app/luit-1.0.2.tar.bz2) = 99235 +MD5 (xorg/app/luit-1.0.3.tar.bz2) = b01e4f71c20fc1c79ed727759c1df40c +SHA256 (xorg/app/luit-1.0.3.tar.bz2) = 2010f2152eee89a67f02edc3041574fb07442d075ca46fbcf84f981f0977a5d7 +SIZE (xorg/app/luit-1.0.3.tar.bz2) = 104642 diff --git a/x11/printproto/Makefile b/x11/printproto/Makefile index da937f1..af2b57d 100644 --- a/x11/printproto/Makefile +++ b/x11/printproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= printproto -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/printproto/distinfo b/x11/printproto/distinfo index 638a4e4..ad847aa 100644 --- a/x11/printproto/distinfo +++ b/x11/printproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/printproto-1.0.3.tar.bz2) = 0f4e7982c6d4ec3b2cf38502dd1293a3 -SHA256 (xorg/proto/printproto-1.0.3.tar.bz2) = 8b375f8cda83dfc7d84be44af41eedd484d0e2499acbd19bdca5b4056dec7235 -SIZE (xorg/proto/printproto-1.0.3.tar.bz2) = 43560 +MD5 (xorg/proto/printproto-1.0.4.tar.bz2) = 7321847a60748b4d2f1fa16db4b6ede8 +SHA256 (xorg/proto/printproto-1.0.4.tar.bz2) = f059a93188e7143dbb6cc55e31ccf81b976776aa3023bfa57f47501fd1bfd3be +SIZE (xorg/proto/printproto-1.0.4.tar.bz2) = 49579 diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index e3caae3..9b03858 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sessreg -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/sessreg/distinfo b/x11/sessreg/distinfo index 15eadc0..d300de9 100644 --- a/x11/sessreg/distinfo +++ b/x11/sessreg/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/sessreg-1.0.3.tar.bz2) = 07665816f2623ec82e665fb7d31c6cef -SHA256 (xorg/app/sessreg-1.0.3.tar.bz2) = 7d0c145d53246ddf09fc749f91324897ed9a3da0064808f99b789c37470080dc -SIZE (xorg/app/sessreg-1.0.3.tar.bz2) = 94690 +MD5 (xorg/app/sessreg-1.0.4.tar.bz2) = 839e968d7197b9563f0fd8a5a3aac2e3 +SHA256 (xorg/app/sessreg-1.0.4.tar.bz2) = 23e163502e208ac16f04a12b15f7f8dcd9919f0149c714353b7f92539b7e9802 +SIZE (xorg/app/sessreg-1.0.4.tar.bz2) = 96209 diff --git a/x11/x11perf/Makefile b/x11/x11perf/Makefile index d3789a1..20079d1 100644 --- a/x11/x11perf/Makefile +++ b/x11/x11perf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= x11perf -PORTVERSION= 1.4.1 +PORTVERSION= 1.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/x11perf/distinfo b/x11/x11perf/distinfo index 62ad1a0..2ad476a 100644 --- a/x11/x11perf/distinfo +++ b/x11/x11perf/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/x11perf-1.4.1.tar.bz2) = fd06c8b8e3572a0e14af65a49e0dd7d1 -SHA256 (xorg/app/x11perf-1.4.1.tar.bz2) = c81819618ec596fda55b950ef80f2ee02e5ce149ea99f1f741cedb459b4d3064 -SIZE (xorg/app/x11perf-1.4.1.tar.bz2) = 126784 +MD5 (xorg/app/x11perf-1.5.tar.bz2) = 31283bfc3c78718ac1bd71e510d4e774 +SHA256 (xorg/app/x11perf-1.5.tar.bz2) = 4729da53dde0b7e1748db4bb771f9b7aaf2e2b1e67293a3a5b96d54043ce1233 +SIZE (xorg/app/x11perf-1.5.tar.bz2) = 142378 diff --git a/x11/xauth/Makefile b/x11/xauth/Makefile index 04c0194..29e3b26 100644 --- a/x11/xauth/Makefile +++ b/x11/xauth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xauth -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xauth/distinfo b/x11/xauth/distinfo index 9573c12..14a99ab 100644 --- a/x11/xauth/distinfo +++ b/x11/xauth/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xauth-1.0.2.tar.bz2) = 31b956edaeb453ddaa640420e97b25b2 -SHA256 (xorg/app/xauth-1.0.2.tar.bz2) = 569e5a581e5eb16abf1c04a66da22c6dade14578ab34e5e78b8724bb655f1f17 -SIZE (xorg/app/xauth-1.0.2.tar.bz2) = 110215 +MD5 (xorg/app/xauth-1.0.3.tar.bz2) = e91e10ace1df0d5f2cbc74ead256407a +SHA256 (xorg/app/xauth-1.0.3.tar.bz2) = 1fd18b53fda74ea4649eb9577b1cf86538a25d171f10251eeb30d11cdd5bda8c +SIZE (xorg/app/xauth-1.0.3.tar.bz2) = 112331 diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index e1033d8..88ba511 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xdm -PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTVERSION= 1.1.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -29,6 +28,7 @@ post-patch: ${WRKSRC}/config/xdm-config.cpp \ ${WRKSRC}/config/Xstartup.cpp \ ${WRKSRC}/config/Xreset.cpp + @${REINPLACE_CMD} -e "s|@DESTDIR@||" ${WRKSRC}/Makefile.in post-configure: @${REINPLACE_CMD} -e "s|${EXAMPLESDIR}|${PREFIX}/lib/X11/xdm|" \ diff --git a/x11/xdm/distinfo b/x11/xdm/distinfo index e689ef9..b4d588d 100644 --- a/x11/xdm/distinfo +++ b/x11/xdm/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xdm-1.1.6.tar.bz2) = c89f8bc74fda4d19e5f374f59c88810f -SHA256 (xorg/app/xdm-1.1.6.tar.bz2) = c41ac89d9da5c3f5424e9c4871d363ff17acf0fd2a46830931c447ba0b5a8bcd -SIZE (xorg/app/xdm-1.1.6.tar.bz2) = 394175 +MD5 (xorg/app/xdm-1.1.8.tar.bz2) = cc1816bc62a3722ad509373b0b7f30fe +SHA256 (xorg/app/xdm-1.1.8.tar.bz2) = e1169058775a44b0898351d2f645039b4d8946360285831e553587a147b735e9 +SIZE (xorg/app/xdm-1.1.8.tar.bz2) = 401712 diff --git a/x11/xdm/files/patch-config_Xresources.cpp b/x11/xdm/files/patch-config_Xresources.cpp deleted file mode 100644 index 79f43ad..0000000 --- a/x11/xdm/files/patch-config_Xresources.cpp +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/config/Xresources.cpp b/config/Xresources.cpp -index a98287b..8c04efc 100644 ---- config/Xresources.cpp.orig -+++ config/Xresources.cpp -@@ -36,6 +36,16 @@ xlogin*greetFace: Serif-24:bold:italic - xlogin*face: Helvetica-18 - xlogin*promptFace: Helvetica-18:bold - xlogin*failFace: Helvetica-18:bold -+XHASHelse -+xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1 -+xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1 -+xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 -+xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1 -+xlogin*greetFace: Serif-18:bold:italic -+xlogin*face: Helvetica-12 -+xlogin*promptFace: Helvetica-12:bold -+xlogin*failFace: Helvetica-14:bold -+XHASHendif - - XHASHifdef COLOR - xlogin*borderWidth: 1 diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index e815d33..eb432d8 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xdpyinfo -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xdpyinfo/distinfo b/x11/xdpyinfo/distinfo index c514e41..53dd02d 100644 --- a/x11/xdpyinfo/distinfo +++ b/x11/xdpyinfo/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xdpyinfo-1.0.2.tar.bz2) = c9ee60ae52c97c51d4ca327e53f0cb61 -SHA256 (xorg/app/xdpyinfo-1.0.2.tar.bz2) = c9927fc33e8a4422d74b1ebee0d19dd5a16d9ebc435e8f47f0aa546501ccfed3 -SIZE (xorg/app/xdpyinfo-1.0.2.tar.bz2) = 100024 +MD5 (xorg/app/xdpyinfo-1.0.3.tar.bz2) = b7cbab6cbcd12bf7ad65dbc12d86e104 +SHA256 (xorg/app/xdpyinfo-1.0.3.tar.bz2) = 4294768751bd4ffb47e5ebacfc7b5b9f95a1a2f4d221d8af64474382473e1962 +SIZE (xorg/app/xdpyinfo-1.0.3.tar.bz2) = 103116 diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 5a0dfc4..118aed8 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xev -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xev/distinfo b/x11/xev/distinfo index 0d51b68..bd2ca1d 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xev-1.0.2.tar.bz2) = e3008eb0655da3026c162a5597d70869 -SHA256 (xorg/app/xev-1.0.2.tar.bz2) = cac2771b67942d9a00b46532176feb18b2f82c434e0f6ece578d95953ef33053 -SIZE (xorg/app/xev-1.0.2.tar.bz2) = 84097 +MD5 (xorg/app/xev-1.0.3.tar.bz2) = a9532c3d1683c99bb5df1895cb3a60b1 +SHA256 (xorg/app/xev-1.0.3.tar.bz2) = d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a +SIZE (xorg/app/xev-1.0.3.tar.bz2) = 92292 diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index fcff27a..4154572 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xextproto -PORTVERSION= 7.0.2 +PORTVERSION= 7.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xextproto/distinfo b/x11/xextproto/distinfo index 3be185f..58bfa46 100644 --- a/x11/xextproto/distinfo +++ b/x11/xextproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xextproto-7.0.2.tar.bz2) = 242388ab65dde3a3dd313eeee265e429 -SHA256 (xorg/proto/xextproto-7.0.2.tar.bz2) = 53f3039ae769b08bd139d4474a7debe0b6f24048e7c514c835c8a1880f11e0d9 -SIZE (xorg/proto/xextproto-7.0.2.tar.bz2) = 68323 +MD5 (xorg/proto/xextproto-7.0.3.tar.bz2) = 3a2e0252e853ab30b3bff05ac92ec61c +SHA256 (xorg/proto/xextproto-7.0.3.tar.bz2) = 3972428e3651c9159aff655c9c794728520c3ce3d66ac219ec5243d5d73d4db4 +SIZE (xorg/proto/xextproto-7.0.3.tar.bz2) = 71648 diff --git a/x11/xextproto/pkg-plist b/x11/xextproto/pkg-plist index e997f23..30e1062 100644 --- a/x11/xextproto/pkg-plist +++ b/x11/xextproto/pkg-plist @@ -5,16 +5,18 @@ include/X11/extensions/XLbx.h include/X11/extensions/XShm.h include/X11/extensions/XTest.h include/X11/extensions/Xag.h -include/X11/extensions/Xagsrv.h include/X11/extensions/Xagstr.h include/X11/extensions/Xcup.h include/X11/extensions/Xcupstr.h include/X11/extensions/Xdbe.h include/X11/extensions/Xdbeproto.h include/X11/extensions/Xext.h +include/X11/extensions/Xge.h include/X11/extensions/dpms.h include/X11/extensions/dpmsstr.h include/X11/extensions/extutil.h +include/X11/extensions/ge.h +include/X11/extensions/geproto.h include/X11/extensions/lbxbuf.h include/X11/extensions/lbxbufstr.h include/X11/extensions/lbxdeltastr.h diff --git a/x11/xf86driproto/Makefile b/x11/xf86driproto/Makefile index deabac5..1acf5f9 100644 --- a/x11/xf86driproto/Makefile +++ b/x11/xf86driproto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xf86driproto -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xf86driproto/distinfo b/x11/xf86driproto/distinfo index 8bc28ed..e32be9f 100644 --- a/x11/xf86driproto/distinfo +++ b/x11/xf86driproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xf86driproto-2.0.3.tar.bz2) = e4a282cfd708b8892fca4425fee9cd7b -SHA256 (xorg/proto/xf86driproto-2.0.3.tar.bz2) = 111c469a24374803b08104c725d8318760b226cedccd12b199c83d1b2756b8d6 -SIZE (xorg/proto/xf86driproto-2.0.3.tar.bz2) = 42828 +MD5 (xorg/proto/xf86driproto-2.0.4.tar.bz2) = 01470d088da3a8a3deefa8e1f45d69cb +SHA256 (xorg/proto/xf86driproto-2.0.4.tar.bz2) = f57da66bec8563502fe95c0e3f6ed297d9985862f5b64a5c9d3039719ac7f9da +SIZE (xorg/proto/xf86driproto-2.0.4.tar.bz2) = 43814 diff --git a/x11/xf86driproto/pkg-plist b/x11/xf86driproto/pkg-plist index ad29f35..93dac2d 100644 --- a/x11/xf86driproto/pkg-plist +++ b/x11/xf86driproto/pkg-plist @@ -1,4 +1,3 @@ -include/GL/internal/dri_interface.h include/X11/dri/xf86dri.h include/X11/dri/xf86dristr.h libdata/pkgconfig/xf86driproto.pc diff --git a/x11/xinit/Makefile b/x11/xinit/Makefile index 07b8b9f..6ff0896 100644 --- a/x11/xinit/Makefile +++ b/x11/xinit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xinit -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.9 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xinit/distinfo b/x11/xinit/distinfo index fc24500..8f4018b 100644 --- a/x11/xinit/distinfo +++ b/x11/xinit/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xinit-1.0.7.tar.bz2) = 8b882d9e2deed9d85469a3beaec566a3 -SHA256 (xorg/app/xinit-1.0.7.tar.bz2) = 15781cf2b15af8a2535ecc49acce77cc16573571344a71dcbe198ec12e5bb774 -SIZE (xorg/app/xinit-1.0.7.tar.bz2) = 110908 +MD5 (xorg/app/xinit-1.0.9.tar.bz2) = 224c36057e4416205d4e421af01a2f15 +SHA256 (xorg/app/xinit-1.0.9.tar.bz2) = b4218fd4ca5e431bf69cba848c21e91235fda30504634b9f6b6cd011dcbd8999 +SIZE (xorg/app/xinit-1.0.9.tar.bz2) = 127210 diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index d820002..e4302d8 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -6,18 +6,17 @@ # PORTNAME= xinput -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR=utilities -MAINTAINER= ports@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices -USE_IMAKE= yes +XORG_CAT= app +USE_XORG= inputproto x11 xi xext -MAN1= xinput.1 PLIST_FILES= bin/xinput +MAN1= xinput.1 + .include diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index f12b6f7..71de447 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,3 +1,3 @@ -MD5 (xinput-1.2.tar.gz) = 0ee7ad8dca7a3add2b63b1c96bc87399 -SHA256 (xinput-1.2.tar.gz) = 4529443553a50f8508b0c63555bd8405e49f7648f60fd41b16176ada2420b223 -SIZE (xinput-1.2.tar.gz) = 8354 +MD5 (xorg/app/xinput-1.3.0.tar.bz2) = 977d657e8d7b59f7d82c98ebef444b28 +SHA256 (xorg/app/xinput-1.3.0.tar.bz2) = 330c3e5188abf256131c162c456060804f369349e9a0e7aa3efbc54add802e45 +SIZE (xorg/app/xinput-1.3.0.tar.bz2) = 94468 diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index b80d84d..0cdf694 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xkbcomp -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo index 89f85b3..db401ba 100644 --- a/x11/xkbcomp/distinfo +++ b/x11/xkbcomp/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xkbcomp-1.0.3.tar.bz2) = 2fbcae1323c266edf5b6c61751f2e343 -SHA256 (xorg/app/xkbcomp-1.0.3.tar.bz2) = 0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716 -SIZE (xorg/app/xkbcomp-1.0.3.tar.bz2) = 189992 +MD5 (xorg/app/xkbcomp-1.0.5.tar.bz2) = 6cc96c3e4ed5d9802fe717beac008f19 +SHA256 (xorg/app/xkbcomp-1.0.5.tar.bz2) = 204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1 +SIZE (xorg/app/xkbcomp-1.0.5.tar.bz2) = 201382 diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 3ce4333..567faa1 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xorg-apps -PORTVERSION= 7.3 +PORTVERSION= 7.4 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -15,12 +15,11 @@ EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org apps meta-port -RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - appres:${PORTSDIR}/x11/appres \ +RUN_DEPENDS= appres:${PORTSDIR}/x11/appres \ + bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ beforelight:${PORTSDIR}/x11/beforelight \ bitmap:${PORTSDIR}/x11/bitmap \ + dga:${PORTSDIR}/x11/xf86dga \ editres:${PORTSDIR}/x11/editres \ fonttosfnt:${PORTSDIR}/x11-fonts/fonttosfnt \ fslsfonts:${PORTSDIR}/x11-fonts/fslsfonts \ @@ -29,14 +28,15 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ ico:${PORTSDIR}/x11/ico \ listres:${PORTSDIR}/x11/listres \ luit:${PORTSDIR}/x11/luit \ - ${PREFIX}/sbin/mkcomposecache:${PORTSDIR}/x11/mkcomposecache \ + ${PREFIX}/sbin/mkcomposecache:${PORTSDIR}/x11/mkcomposecache \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ oclock:${PORTSDIR}/x11/oclock \ - showrgb:${PORTSDIR}/x11/rgb \ rstart:${PORTSDIR}/x11/rstart \ - xon:${PORTSDIR}/x11/scripts \ sessreg:${PORTSDIR}/x11/sessreg \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ showfont:${PORTSDIR}/x11-fonts/showfont \ + showrgb:${PORTSDIR}/x11/rgb \ smproxy:${PORTSDIR}/x11/smproxy \ twm:${PORTSDIR}/x11-wm/twm \ viewres:${PORTSDIR}/x11/viewres \ @@ -58,7 +58,6 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ xedit:${PORTSDIR}/x11/xedit \ xev:${PORTSDIR}/x11/xev \ xeyes:${PORTSDIR}/x11/xeyes \ - dga:${PORTSDIR}/x11/xf86dga \ xfd:${PORTSDIR}/x11/xfd \ xfindproxy:${PORTSDIR}/x11/xfindproxy \ xfontsel:${PORTSDIR}/x11-fonts/xfontsel \ @@ -69,6 +68,7 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ xgc:${PORTSDIR}/x11/xgc \ xhost:${PORTSDIR}/x11/xhost \ xinit:${PORTSDIR}/x11/xinit \ + xinput:${PORTSDIR}/x11/xinput \ xkbcomp:${PORTSDIR}/x11/xkbcomp \ xkbevd:${PORTSDIR}/x11/xkbevd \ xkbprint:${PORTSDIR}/x11/xkbprint \ @@ -84,6 +84,7 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ xmessage:${PORTSDIR}/x11/xmessage \ xmodmap:${PORTSDIR}/x11/xmodmap \ xmore:${PORTSDIR}/x11/xmore \ + xon:${PORTSDIR}/x11/scripts \ xphelloworld:${PORTSDIR}/x11/xphelloworld \ xplsprinters:${PORTSDIR}/x11/xplsprinters \ xpr:${PORTSDIR}/x11/xpr \ @@ -103,13 +104,14 @@ RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ xvinfo:${PORTSDIR}/x11/xvinfo \ xwd:${PORTSDIR}/x11/xwd \ xwininfo:${PORTSDIR}/x11/xwininfo \ - xwud:${PORTSDIR}/x11/xwud \ - xterm:${PORTSDIR}/x11/xterm + xwud:${PORTSDIR}/x11/xwud .if exists(/usr/bin/rsh) RUN_DEPENDS+= xsm:${PORTSDIR}/x11/xsm .endif +# Only here for convenience. +RUN_DEPENDS+= xterm:${PORTSDIR}/x11/xterm NO_BUILD= yes do-install: diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 4f8b023..b48da18 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-libraries -PORTVERSION= 7.3 -PORTREVISION= 2 +PORTVERSION= 7.4 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -18,13 +17,14 @@ COMMENT= X.org libraries meta-port NO_BUILD= yes -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${LOCALBASE}/libdata/pkgconfig/xfont.pc:${PORTSDIR}/x11-fonts/libXfont \ - ${LOCALBASE}/libdata/pkgconfig/xfontcache.pc:${PORTSDIR}/x11-fonts/libXfontcache \ +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx \ + ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:${PORTSDIR}/x11-fonts/libfontenc \ ${LOCALBASE}/libdata/pkgconfig/ice.pc:${PORTSDIR}/x11/libICE \ + ${LOCALBASE}/libdata/pkgconfig/libfs.pc:${PORTSDIR}/x11-fonts/libFS \ + ${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX \ + ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman \ ${LOCALBASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM \ - ${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres \ - ${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap \ + ${LOCALBASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ ${LOCALBASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau \ ${LOCALBASE}/libdata/pkgconfig/xaw8.pc:${PORTSDIR}/x11-toolkits/libXaw \ ${LOCALBASE}/libdata/pkgconfig/xcomposite.pc:${PORTSDIR}/x11/libXcomposite \ @@ -35,32 +35,31 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ ${LOCALBASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \ ${LOCALBASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes \ ${LOCALBASE}/libdata/pkgconfig/xfont.pc:${PORTSDIR}/x11-fonts/libXfont \ + ${LOCALBASE}/libdata/pkgconfig/xfont.pc:${PORTSDIR}/x11-fonts/libXfont \ + ${LOCALBASE}/libdata/pkgconfig/xfontcache.pc:${PORTSDIR}/x11-fonts/libXfontcache \ + ${LOCALBASE}/libdata/pkgconfig/xft.pc:${PORTSDIR}/x11-fonts/libXft \ ${LOCALBASE}/libdata/pkgconfig/xi.pc:${PORTSDIR}/x11/libXi \ ${LOCALBASE}/libdata/pkgconfig/xinerama.pc:${PORTSDIR}/x11/libXinerama \ + ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \ + ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \ ${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \ ${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp \ ${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \ + ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:${PORTSDIR}/x11/libXprintAppUtil \ + ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:${PORTSDIR}/x11/libXprintUtil \ ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \ ${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \ + ${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres \ ${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver \ ${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt \ + ${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans \ + ${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap \ ${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst \ ${LOCALBASE}/libdata/pkgconfig/xv.pc:${PORTSDIR}/x11/libXv \ ${LOCALBASE}/libdata/pkgconfig/xvmc.pc:${PORTSDIR}/x11/libXvMC \ ${LOCALBASE}/libdata/pkgconfig/xxf86dga.pc:${PORTSDIR}/x11/libXxf86dga \ ${LOCALBASE}/libdata/pkgconfig/xxf86misc.pc:${PORTSDIR}/x11/libXxf86misc \ - ${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm \ - ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \ - ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \ - ${LOCALBASE}/libdata/pkgconfig/xft.pc:${PORTSDIR}/x11-fonts/libXft \ - ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:${PORTSDIR}/x11/libXprintUtil \ - ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:${PORTSDIR}/x11/libXprintAppUtil \ - ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:${PORTSDIR}/x11-fonts/libfontenc \ - ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx \ - ${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans \ - ${LOCALBASE}/libdata/pkgconfig/libfs.pc:${PORTSDIR}/x11-fonts/libFS \ - ${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX \ - ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman + ${LOCALBASE}/libdata/pkgconfig/xxf86vm.pc:${PORTSDIR}/x11/libXxf86vm .if !defined(XORG_UPGRADE) && !defined(PACKAGE_BUILDING) && exists(/usr/X11R6) pre-everything:: diff --git a/x11/xorg-protos/Makefile b/x11/xorg-protos/Makefile index d0c8a70..58959a4 100644 --- a/x11/xorg-protos/Makefile +++ b/x11/xorg-protos/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg-protos -PORTVERSION= 7.3 -PORTREVISION= 2 +PORTVERSION= 7.4 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none @@ -16,36 +15,37 @@ EXTRACT_ONLY= # none MAINTAINER= x11@FreeBSD.org COMMENT= X.org protos meta-port -BUILD_DEPENDS= ${PREFIX}/include/X11/extensions/bigreqstr.h:${PORTSDIR}/x11/bigreqsproto \ +BUILD_DEPENDS= ${PREFIX}/include/GL/glxproto.h:${PORTSDIR}/x11/glproto \ + ${PREFIX}/include/X11/dri/xf86dri.h:${PORTSDIR}/x11/xf86driproto \ + ${PREFIX}/include/X11/DECkeysym.h:${PORTSDIR}/x11/xproto \ + ${PREFIX}/include/X11/PM/PM.h:${PORTSDIR}/x11/xproxymanagementprotocol \ + ${PREFIX}/include/X11/extensions/MITMisc.h:${PORTSDIR}/x11/xextproto \ + ${PREFIX}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printproto \ + ${PREFIX}/include/X11/extensions/XIproto.h:${PORTSDIR}/x11/inputproto \ + ${PREFIX}/include/X11/extensions/XKB.h:${PORTSDIR}/x11/kbproto \ + ${PREFIX}/include/X11/extensions/XResproto.h:${PORTSDIR}/x11/resourceproto \ + ${PREFIX}/include/X11/extensions/Xv.h:${PORTSDIR}/x11/videoproto \ + ${PREFIX}/include/X11/extensions/bigreqstr.h:${PORTSDIR}/x11/bigreqsproto \ ${PREFIX}/include/X11/extensions/composite.h:${PORTSDIR}/x11/compositeproto \ ${PREFIX}/include/X11/extensions/damageproto.h:${PORTSDIR}/x11/damageproto \ ${PREFIX}/include/X11/extensions/dmxproto.h:${PORTSDIR}/x11/dmxproto \ - ${PREFIX}/include/X11/extensions/xfixesproto.h:${PORTSDIR}/x11/fixesproto \ + ${PREFIX}/include/X11/extensions/dri2proto.h:${PORTSDIR}/x11/dri2proto \ ${PREFIX}/include/X11/extensions/fontcache.h:${PORTSDIR}/x11-fonts/fontcacheproto \ - ${PREFIX}/include/X11/fonts/FS.h:${PORTSDIR}/x11-fonts/fontsproto \ - ${PREFIX}/include/GL/glxproto.h:${PORTSDIR}/x11/glproto \ - ${PREFIX}/include/X11/extensions/XIproto.h:${PORTSDIR}/x11/inputproto \ - ${PREFIX}/include/X11/extensions/XKB.h:${PORTSDIR}/x11/kbproto \ - ${PREFIX}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printproto \ + ${PREFIX}/include/X11/extensions/panoramiXproto.h:${PORTSDIR}/x11/xineramaproto \ ${PREFIX}/include/X11/extensions/randr.h:${PORTSDIR}/x11/randrproto \ ${PREFIX}/include/X11/extensions/recordstr.h:${PORTSDIR}/x11/recordproto \ ${PREFIX}/include/X11/extensions/render.h:${PORTSDIR}/x11/renderproto \ - ${PREFIX}/include/X11/extensions/XResproto.h:${PORTSDIR}/x11/resourceproto \ ${PREFIX}/include/X11/extensions/saver.h:${PORTSDIR}/x11/scrnsaverproto \ - ${PREFIX}/include/X11/extensions/xtrapproto.h:${PORTSDIR}/x11/trapproto \ - ${PREFIX}/include/X11/extensions/Xv.h:${PORTSDIR}/x11/videoproto \ ${PREFIX}/include/X11/extensions/xcmiscstr.h:${PORTSDIR}/x11/xcmiscproto \ - ${PREFIX}/include/X11/extensions/MITMisc.h:${PORTSDIR}/x11/xextproto \ ${PREFIX}/include/X11/extensions/xf86bigfont.h:${PORTSDIR}/x11-fonts/xf86bigfontproto \ ${PREFIX}/include/X11/extensions/xf86dga.h:${PORTSDIR}/x11/xf86dgaproto \ - ${PREFIX}/include/GL/internal/dri_interface.h:${PORTSDIR}/x11/xf86driproto \ ${PREFIX}/include/X11/extensions/xf86misc.h:${PORTSDIR}/x11/xf86miscproto \ ${PREFIX}/include/X11/extensions/xf86rush.h:${PORTSDIR}/x11/xf86rushproto \ ${PREFIX}/include/X11/extensions/xf86vmode.h:${PORTSDIR}/x11/xf86vidmodeproto \ - ${PREFIX}/include/X11/extensions/panoramiXproto.h:${PORTSDIR}/x11/xineramaproto \ - ${PREFIX}/include/X11/DECkeysym.h:${PORTSDIR}/x11/xproto \ - ${PREFIX}/include/X11/PM/PM.h:${PORTSDIR}/x11/xproxymanagementprotocol -RUN_DEPENDS= ${BUILD_DEPENDS} + ${PREFIX}/include/X11/extensions/xfixesproto.h:${PORTSDIR}/x11/fixesproto \ + ${PREFIX}/include/X11/extensions/xtrapproto.h:${PORTSDIR}/x11/trapproto \ + ${PREFIX}/include/X11/fonts/FS.h:${PORTSDIR}/x11-fonts/fontsproto +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_BUILD= yes diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index bb63246..ed3e22c 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xorg -PORTVERSION= 7.3 -PORTREVISION= 2 +PORTVERSION= 7.4 CATEGORIES= x11 MASTER_SITES= # none DISTFILES= # none diff --git a/x11/xprop/Makefile b/x11/xprop/Makefile index 7112127..5b9f1cf 100644 --- a/x11/xprop/Makefile +++ b/x11/xprop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xprop -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xprop/distinfo b/x11/xprop/distinfo index d134e15..4db994c 100644 --- a/x11/xprop/distinfo +++ b/x11/xprop/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xprop-1.0.3.tar.bz2) = e7b16eeb4bab974e3592d62f415aa6a5 -SHA256 (xorg/app/xprop-1.0.3.tar.bz2) = ddda23b888a3b4cf96a508af7ae07e3b2f1e9f2f2f0d5f6b2684cfa162337fa6 -SIZE (xorg/app/xprop-1.0.3.tar.bz2) = 106686 +MD5 (xorg/app/xprop-1.0.4.tar.bz2) = 48aa8fd78802f477dcbf9ef0dfd9f783 +SHA256 (xorg/app/xprop-1.0.4.tar.bz2) = daa47cba7d5a919ca1bd053d8a8b6af4904f77eded4bdb055cd915aa5f5cd772 +SIZE (xorg/app/xprop-1.0.4.tar.bz2) = 109102 diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 8f2a373..2293039 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xproto -PORTVERSION= 7.0.10 -PORTREVISION= 1 +PORTVERSION= 7.0.13 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo index 02bf99a..0d43236 100644 --- a/x11/xproto/distinfo +++ b/x11/xproto/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/proto/xproto-7.0.10.tar.bz2) = 2ed80e90992e7455eaac4c3e977ebd01 -SHA256 (xorg/proto/xproto-7.0.10.tar.bz2) = 6d659920262d41e48714184f94ff9cd2608515e0f3d2f074892fe0c048784df4 -SIZE (xorg/proto/xproto-7.0.10.tar.bz2) = 142954 +MD5 (xorg/proto/xproto-7.0.13.tar.bz2) = 7d26f45dca52632712a696e0631dc17b +SHA256 (xorg/proto/xproto-7.0.13.tar.bz2) = 6f6328922d69f5de29513a5baf1d010db2a7a54cb58a7a6cbbb1b25097ecd592 +SIZE (xorg/proto/xproto-7.0.13.tar.bz2) = 148633 diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile index 40f7d46..0abf67b 100644 --- a/x11/xrandr/Makefile +++ b/x11/xrandr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xrandr -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo index bf733e1..2c2fd69 100644 --- a/x11/xrandr/distinfo +++ b/x11/xrandr/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xrandr-1.2.2.tar.bz2) = c6ec9dc42396e3b3a2da932f3feca6ec -SHA256 (xorg/app/xrandr-1.2.2.tar.bz2) = 632f3ff492a07f8279807ffbafe4f89af069bb0e7b4934b3ddf7379509aa9303 -SIZE (xorg/app/xrandr-1.2.2.tar.bz2) = 96462 +MD5 (xorg/app/xrandr-1.2.3.tar.bz2) = 41a9d0cc073fa6165a31fbf9e85f68a6 +SHA256 (xorg/app/xrandr-1.2.3.tar.bz2) = ab06b77f3a2b8866279e096f9d2702ac644681424eb0aec39e4eb7199f152207 +SIZE (xorg/app/xrandr-1.2.3.tar.bz2) = 111121 diff --git a/x11/xrdb/Makefile b/x11/xrdb/Makefile index c4fc873..62cafb2 100644 --- a/x11/xrdb/Makefile +++ b/x11/xrdb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xrdb -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xrdb/distinfo b/x11/xrdb/distinfo index edc775d..a0467d1 100644 --- a/x11/xrdb/distinfo +++ b/x11/xrdb/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xrdb-1.0.4.tar.bz2) = 34eb2311a0c5279e7b4f492e826f63d1 -SHA256 (xorg/app/xrdb-1.0.4.tar.bz2) = 3f8cde77e8cbeb6d0a5f232b7a2ee51dd49b677916d52ab0986d320a5f9e8000 -SIZE (xorg/app/xrdb-1.0.4.tar.bz2) = 100792 +MD5 (xorg/app/xrdb-1.0.5.tar.bz2) = 9c30b8e1709d5367beb7706146640c07 +SHA256 (xorg/app/xrdb-1.0.5.tar.bz2) = c24d08939250f10238fd1b984707bfa0901ba9c55fa36b67d91eb12b500500aa +SIZE (xorg/app/xrdb-1.0.5.tar.bz2) = 101484 diff --git a/x11/xset/Makefile b/x11/xset/Makefile index d5e1dde..2c01249 100644 --- a/x11/xset/Makefile +++ b/x11/xset/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xset -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xset/distinfo b/x11/xset/distinfo index accb4a2..0202548 100644 --- a/x11/xset/distinfo +++ b/x11/xset/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xset-1.0.3.tar.bz2) = 657bbb43ce5470c33665d187c1740566 -SHA256 (xorg/app/xset-1.0.3.tar.bz2) = 0e3fd7d9902442df13c954316a194251e9b9acc197ae939d8b2fae66b8864d11 -SIZE (xorg/app/xset-1.0.3.tar.bz2) = 102742 +MD5 (xorg/app/xset-1.0.4.tar.bz2) = 2f41fd983ba4d89419204854936025e2 +SHA256 (xorg/app/xset-1.0.4.tar.bz2) = 6c3e74bb36beab92b918f0db12198d2526675276c724558a1de71d7789d0bdad +SIZE (xorg/app/xset-1.0.4.tar.bz2) = 103613 diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 1e18cc8..a91547c 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xtrans -PORTVERSION= 1.0.4 +PORTVERSION= 1.2.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo index bc5bfd6..c6051f9 100644 --- a/x11/xtrans/distinfo +++ b/x11/xtrans/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/xtrans-1.0.4.tar.bz2) = 8b36cdf08df12be96615e3d550236626 -SHA256 (xorg/lib/xtrans-1.0.4.tar.bz2) = 765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c -SIZE (xorg/lib/xtrans-1.0.4.tar.bz2) = 103761 +MD5 (xorg/lib/xtrans-1.2.1.tar.bz2) = 96e142331edd498a9364887b2548f1bb +SHA256 (xorg/lib/xtrans-1.2.1.tar.bz2) = 9ff21a8d9ea524ca9b7cb6d6b4d522b4cb20b1c35edeb8995a9e9265a0df64bd +SIZE (xorg/lib/xtrans-1.2.1.tar.bz2) = 107174 diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile index 11fc6fa..dff12f2 100644 --- a/x11/xwd/Makefile +++ b/x11/xwd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xwd -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo index 450cba2..0ba03d3 100644 --- a/x11/xwd/distinfo +++ b/x11/xwd/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xwd-1.0.1.tar.bz2) = 911addfb7fa402217ddac63e5c1d97c7 -SHA256 (xorg/app/xwd-1.0.1.tar.bz2) = c8bd9bcd64df439c2cd09eaa3e83a1297fbfed5c7d3dd8117342b3a25eeae131 -SIZE (xorg/app/xwd-1.0.1.tar.bz2) = 97079 +MD5 (xorg/app/xwd-1.0.2.tar.bz2) = 0a6ef08a2ac08ad5c4dd1522eb3788a3 +SHA256 (xorg/app/xwd-1.0.2.tar.bz2) = ab8974e010c1957a9a65a54656215463dea324adcaa9954147ecdcc6e9307f61 +SIZE (xorg/app/xwd-1.0.2.tar.bz2) = 111673 diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 8c70152..2198d06 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xwininfo -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index e419fc4..ddf5cfd 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/app/xwininfo-1.0.3.tar.bz2) = 721f84332c98c33152460bb22ba9ded6 -SHA256 (xorg/app/xwininfo-1.0.3.tar.bz2) = fbe3a1aafbc6fa113e58971ff2a82605a7e106af8b810eea4b7512de58a5478a -SIZE (xorg/app/xwininfo-1.0.3.tar.bz2) = 98632 +MD5 (xorg/app/xwininfo-1.0.4.tar.bz2) = e2a9bf5ab7f2a0866700a3b49dd8c6bf +SHA256 (xorg/app/xwininfo-1.0.4.tar.bz2) = df9a52788632cd3338e7bd7107ac732b11b8e2c367d4600578cd77e350428ee4 +SIZE (xorg/app/xwininfo-1.0.4.tar.bz2) = 101541