From elbarto at arcadebsd.org Sun Nov 1 01:20:02 2009 From: elbarto at arcadebsd.org (Emmanuel Vadot) Date: Sun Nov 1 01:20:14 2009 Subject: ports/140154: Update ports: emulators/sdlmame-devel update to 0.134u4 Message-ID: <200911010117.nA11HqjD048594@www.freebsd.org> >Number: 140154 >Category: ports >Synopsis: Update ports: emulators/sdlmame-devel update to 0.134u4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 01:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emmanuel Vadot >Release: 8.0-RC2 >Organization: ArcadeBSD >Environment: FreeBSD maetel.arcadebsd.org 8.0-RC2 FreeBSD 8.0-RC2 #1: Mon Oct 26 18:24:56 CET 2009 root@maetel.arcadebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port to 0.134u4 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/emulators/sdlmame-devel/Makefile sdlmame-devel/Makefile --- /usr/ports/emulators/sdlmame-devel/Makefile 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/Makefile 2009-11-01 01:14:57.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= sdlmame-devel -PORTVERSION= 0.133u2 +PORTVERSION= 0.134u4 CATEGORIES= emulators MASTER_SITES= ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ \ http://rbelmont.mameworld.info/ diff -urN /usr/ports/emulators/sdlmame-devel/distinfo sdlmame-devel/distinfo --- /usr/ports/emulators/sdlmame-devel/distinfo 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/distinfo 2009-11-01 01:17:48.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (sdlmame0133u2.zip) = 1d35b9ca41115be0614669f23d7b7aed -SHA256 (sdlmame0133u2.zip) = c4a6562c975e3011ccd563d3f13c92491be132d52f7923ee438efcebc2138fd9 -SIZE (sdlmame0133u2.zip) = 18084780 +MD5 (sdlmame0134u4.zip) = d9687aa3716e63cfc4539ec023467ed3 +SHA256 (sdlmame0134u4.zip) = 8a66f1573b9ec23211bb8039301b39404f6fb1fe7388d68478f57532c60d5102 +SIZE (sdlmame0134u4.zip) = 18451392 diff -urN /usr/ports/emulators/sdlmame-devel/files/patch-makefile sdlmame-devel/files/patch-makefile --- /usr/ports/emulators/sdlmame-devel/files/patch-makefile 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/files/patch-makefile 2009-11-01 01:22:20.000000000 +0100 @@ -1,5 +1,5 @@ ---- makefile.orig 2009-08-14 00:29:05.000000000 +0200 -+++ makefile 2009-08-14 00:31:28.000000000 +0200 +--- makefile.orig 2009-11-01 01:19:01.000000000 +0100 ++++ makefile 2009-11-01 01:21:41.000000000 +0100 @@ -59,7 +59,7 @@ ifeq ($(OSD),windows) TARGETOS = win32 @@ -47,20 +47,21 @@ else endif else -@@ -382,6 +382,7 @@ +@@ -382,7 +382,7 @@ -I$(SRC)/lib/util \ -I$(SRC)/osd \ -I$(SRC)/osd/$(OSD) \ +- + -I$(LOCALBASE)/include \ - -@@ -395,7 +396,7 @@ + #------------------------------------------------- +@@ -395,7 +395,7 @@ ifneq ($(TARGETOS),macosx) ifneq ($(TARGETOS),os2) ifneq ($(TARGETOS),solaris) -LDFLAGS = -Wl,--warn-common -+LDFLAGS = -Wl,--warn-common $(PTHREAD_LIBS) -L$(LOCALBASE)/lib ++LDFLAGS = -Wl,--warn-common -L$(LOCALBASE)/lib endif endif endif diff -urN /usr/ports/emulators/sdlmame-devel/files/patch-sdlmain.c sdlmame-devel/files/patch-sdlmain.c --- /usr/ports/emulators/sdlmame-devel/files/patch-sdlmain.c 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/files/patch-sdlmain.c 2009-11-01 01:24:18.000000000 +0100 @@ -1,11 +1,11 @@ ---- src/osd/sdl/sdlmain.c.orig 2009-03-25 05:55:00.000000000 +0100 -+++ src/osd/sdl/sdlmain.c 2009-03-25 05:56:04.000000000 +0100 -@@ -82,7 +82,7 @@ +--- src/osd/sdl/sdlmain.c.orig 2009-11-01 01:22:48.000000000 +0100 ++++ src/osd/sdl/sdlmain.c 2009-11-01 01:23:26.000000000 +0100 +@@ -78,7 +78,7 @@ #ifdef MESS - { "inipath", "$HOME/.mess;.;ini", 0, "path to ini files" }, + #define INI_PATH "$HOME/.mess;.;ini" #else -- { SDLOPTION_INIPATH, "$HOME/.mame;.;ini", 0, "path to ini files" }, -+ { SDLOPTION_INIPATH, "$HOME/.mame-devel;.;ini", 0, "path to ini files" }, +- #define INI_PATH "$HOME/.mame;.;ini" ++ #define INI_PATH "$HOME/.mame-devel;.;ini" #endif // MESS - #endif // INI_PATH #endif // MACOSX + #endif // INI_PATH diff -urN /usr/ports/emulators/sdlmame-devel/files/sdl.mak.patch sdlmame-devel/files/sdl.mak.patch --- /usr/ports/emulators/sdlmame-devel/files/sdl.mak.patch 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/files/sdl.mak.patch 2009-11-01 02:07:53.000000000 +0100 @@ -1,15 +1,14 @@ ---- src/osd/sdl/sdl.mak.orig 2009-03-19 14:09:23.000000000 +0100 -+++ src/osd/sdl/sdl.mak 2009-03-25 05:32:18.000000000 +0100 -@@ -127,7 +127,7 @@ - +--- src/osd/sdl/sdl.mak.orig 2009-10-25 16:43:25.000000000 +0100 ++++ src/osd/sdl/sdl.mak 2009-11-01 02:07:41.000000000 +0100 +@@ -142,6 +142,7 @@ ifeq ($(TARGETOS),freebsd) TARGETOS = unix --DEFS += -DNO_THREAD_COOPERATIVE -+DEFS += -DNO_THREAD_COOPERATIVE -DNO_DEBUGGER + SYNC_IMPLEMENTATION = ntc ++DEFS += -DNO_DEBUGGER endif ifeq ($(TARGETOS),openbsd) -@@ -269,10 +269,10 @@ +@@ -288,10 +289,11 @@ # the new debugger relies on GTK+ in addition to the base SDLMAME needs # Non-X11 builds can not use the debugger ifndef NO_X11 @@ -18,6 +17,7 @@ -LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0` -CFLAGS += -DGTK_DISABLE_DEPRECATED +OSDCOREOBJS += $(SDLOBJ)/debugwin.o ++#OSDCOREOBJS += $(SDLOBJ)/debugwin.o $(SDLOBJ)/dview.o $(SDLOBJ)/debug-sup.o $(SDLOBJ)/debug-intf.o +#CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0` +#LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0` +#CFLAGS += -DGTK_DISABLE_DEPRECATED diff -urN /usr/ports/emulators/sdlmame-devel/pkg-plist sdlmame-devel/pkg-plist --- /usr/ports/emulators/sdlmame-devel/pkg-plist 2009-10-26 18:29:38.000000000 +0100 +++ sdlmame-devel/pkg-plist 2009-11-01 01:42:45.000000000 +0100 @@ -10,7 +10,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/windows.txt %%PORTDOCS%%%%DOCSDIR%%/docs/config.txt %%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt -%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0133u2.txt +%%PORTDOCS%%%%DOCSDIR%%/whatsnew_0134u4.txt %%DATADIR%%/ui.bdf %%DATADIR%%/keymaps/km-be.txt %%DATADIR%%/keymaps/km-ch.txt >Release-Note: >Audit-Trail: >Unformatted: From elbarto at arcadebsd.org Sun Nov 1 01:20:02 2009 From: elbarto at arcadebsd.org (Emmanuel Vadot) Date: Sun Nov 1 01:20:15 2009 Subject: ports/140155: Update port: emulators/bsnes update to v0.54 Message-ID: <200911010119.nA11JYwI048707@www.freebsd.org> >Number: 140155 >Category: ports >Synopsis: Update port: emulators/bsnes update to v0.54 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 01:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emmanuel Vadot >Release: 8.0-RC2 >Organization: ArcadeBSD >Environment: FreeBSD maetel.arcadebsd.org 8.0-RC2 FreeBSD 8.0-RC2 #1: Mon Oct 26 18:24:56 CET 2009 root@maetel.arcadebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update port to v0.54 Include snesfilter and snesreader >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/emulators/bsnes/Makefile bsnes/Makefile --- /usr/ports/emulators/bsnes/Makefile 2009-10-26 18:29:16.000000000 +0100 +++ bsnes/Makefile 2009-11-01 00:59:31.000000000 +0100 @@ -5,11 +5,11 @@ # $FreeBSD: ports/emulators/bsnes/Makefile,v 1.2 2009/08/28 19:23:31 miwi Exp $ PORTNAME= bsnes -PORTVERSION= 0.50 +PORTVERSION= 0.54 CATEGORIES= emulators -MASTER_SITES= http://byuusan.kuro-hitsuji.net/ \ +MASTER_SITES= http://byuu.org/files/ \ ftp://ftp.arcadebsd.org/pub/ArcadeBSD/ports/distfiles/ -DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}${EXTRACT_SUFX} snesreader_v007${EXTRACT_SUFX} snesfilter_v005 MAINTAINER= elbarto@ArcadeBSD.org COMMENT= Super Nintendo/Super Famicom emulator @@ -21,8 +21,8 @@ QT_COMPONENTS= qmake_build uic_build moc_build rcc_build gui ONLY_FOR_ARCHS= i386 amd64 -WRKSRC= ${WRKDIR}/src/ -MAKE_ENV+= enable_gzip=true +WRKSRC= ${WRKDIR}/ +MAKE_ENV+= moc=moc-qt4 OPTIONS= VIDEO_GLX "Build GLX Video Driver" on \ VIDEO_XV "Build Xv Video Driver" off \ @@ -95,14 +95,19 @@ IGNORE= you have to choose at least an input driver first .endif -PLIST_FILES= bin/bsnes - post-patch: - ${REINPLACE_CMD} -e 's|VIDEO|${VIDEO_DRIVER}|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|AUDIO|${AUDIO_DRIVER}|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|INPUT|${INPUT_DRIVER}|' ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|VIDEO|${VIDEO_DRIVER}|' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's|AUDIO|${AUDIO_DRIVER}|' ${WRKSRC}/src/Makefile + ${REINPLACE_CMD} -e 's|INPUT|${INPUT_DRIVER}|' ${WRKSRC}/src/Makefile + ${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/../${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/src/data/bsnes.png ${PREFIX}/share/pixmaps/bsnes.png + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/src/data/bsnes.desktop ${PREFIX}/share/applications/bsnes.desktop + ${INSTALL_DATA} ${WRKSRC}/snesreader/libsnesreader.so ${PREFIX}/lib/ + ${INSTALL_DATA} ${WRKSRC}/snesfilter/libsnesfilter.so ${PREFIX}/lib/ .include diff -urN /usr/ports/emulators/bsnes/distinfo bsnes/distinfo --- /usr/ports/emulators/bsnes/distinfo 2009-10-26 18:29:16.000000000 +0100 +++ bsnes/distinfo 2009-11-01 00:23:34.000000000 +0100 @@ -1,3 +1,9 @@ -MD5 (bsnes_v050.tar.bz2) = 4110df89063f7b19e3df38bdaecc9cf0 -SHA256 (bsnes_v050.tar.bz2) = 0c1e167693cd250ca4bf5c68aef98f08664a9c1cb4a1b22e1a75dea64035c4b4 -SIZE (bsnes_v050.tar.bz2) = 547963 +MD5 (bsnes_v054.tar.bz2) = 499e1665c2cabda399fd0f60c69d0ecd +SHA256 (bsnes_v054.tar.bz2) = 8c3cff4aabc8c25f89f4bc56327d22a6dc11909662814b5050fad67768015f86 +SIZE (bsnes_v054.tar.bz2) = 441606 +MD5 (snesreader_v007.tar.bz2) = bbf4034d8e5aaf7b9bd7ad5b21b60672 +SHA256 (snesreader_v007.tar.bz2) = 0309dc2d9d572f8109b502a751167b605192d801697a236751477f52487acf2b +SIZE (snesreader_v007.tar.bz2) = 515265 +MD5 (snesfilter_v005.tar.bz2) = 61d15fbcea4c6956f86366298ee4871c +SHA256 (snesfilter_v005.tar.bz2) = a5a91423abbf6eb08fae2f15f1fe7d094419f4053daa403f8336662d26c8ef84 +SIZE (snesfilter_v005.tar.bz2) = 89306 diff -urN /usr/ports/emulators/bsnes/files/Makefile bsnes/files/Makefile --- /usr/ports/emulators/bsnes/files/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/files/Makefile 2009-11-01 01:00:39.000000000 +0100 @@ -0,0 +1,4 @@ +all: + @gmake -C src + @gmake -C snesreader + @gmake -C snesfilter diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile bsnes/files/patch-Makefile --- /usr/ports/emulators/bsnes/files/patch-Makefile 2009-10-26 18:29:16.000000000 +0100 +++ bsnes/files/patch-Makefile 2009-11-01 00:45:54.000000000 +0100 @@ -1,29 +1,28 @@ ---- Makefile.orig 2009-06-07 01:56:29.000000000 +0000 -+++ Makefile 2009-07-03 10:10:19.032836854 +0000 -@@ -6,8 +6,8 @@ +--- src/Makefile.orig 2009-11-01 00:45:19.000000000 +0100 ++++ src/Makefile 2009-11-01 00:45:50.000000000 +0100 +@@ -6,9 +6,9 @@ ### compiler ### ################ -c := $(compiler) -cpp := $(subst cc,++,$(compiler)) +-flags := -O3 -fomit-frame-pointer -Ilib +c := ${CC} +cpp := ${CXX} - flags := -O3 -fomit-frame-pointer -Ilib ++flags := -O3 -fomit-frame-pointer -Ilib -I${LOCALBASE}/include link := -@@ -36,6 +36,15 @@ - ruby += input.carbon + # profile-guided instrumentation: +@@ -25,9 +25,9 @@ + ifeq ($(platform),x) + link += -s - link += $(if $(findstring audio.openal,$(ruby)),-framework OpenAL) -+else ifeq ($(platform),bsd) -+ link += -s -+ flags += -I${LOCALBASE}/include -+ +- ruby := video.glx video.xv video.qtraster video.sdl +- ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.ao +- ruby += input.sdl input.x + ruby := VIDEO + ruby += AUDIO + ruby += INPUT -+ -+ link += $(if $(findstring audio.openal,$(ruby)),-lopenal) - else ifeq ($(platform),win) - link += -mwindows - # link += -mconsole + + link += $(if $(findstring audio.openal,$(ruby)),-lopenal) + else ifeq ($(platform),osx) diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-libnall bsnes/files/patch-Makefile-libnall --- /usr/ports/emulators/bsnes/files/patch-Makefile-libnall 2009-10-26 18:29:16.000000000 +0100 +++ bsnes/files/patch-Makefile-libnall 2009-11-01 00:32:52.000000000 +0100 @@ -1,16 +1,6 @@ ---- lib/nall/Makefile.orig 2009-06-05 08:23:39.000000000 +0000 -+++ lib/nall/Makefile 2009-07-03 10:19:25.113813347 +0000 -@@ -22,6 +22,9 @@ - else ifneq ($(findstring Darwin,$(uname)),) - platform := osx - delete = rm -f $1 -+ else ifneq ($(findstring FreeBSD,$(uname)),) -+ platform := bsd -+ delete = rm -f $1 - else - platform := x - delete = rm -f $1 -@@ -29,11 +32,11 @@ +--- src/lib/nall/Makefile.orig 2009-11-01 00:30:05.000000000 +0100 ++++ src/lib/nall/Makefile 2009-11-01 00:30:26.000000000 +0100 +@@ -29,11 +29,11 @@ endif ifeq ($(compiler),) diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-qt-libnall bsnes/files/patch-Makefile-qt-libnall --- /usr/ports/emulators/bsnes/files/patch-Makefile-qt-libnall 2009-10-26 18:29:16.000000000 +0100 +++ bsnes/files/patch-Makefile-qt-libnall 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ ---- lib/nall/Makefile-qt.orig 2009-06-15 00:10:35.000000000 +0200 -+++ lib/nall/Makefile-qt 2009-06-15 00:12:05.000000000 +0200 -@@ -30,6 +30,10 @@ - qtlib += -framework Cocoa - qtlib += -framework AppKit - qtlib += -framework ApplicationServices -+else ifeq ($(platform),bsd) -+ qtinc := `pkg-config --cflags QtCore QtGui` -+ qtlib := `pkg-config --libs QtCore QtGui` -+ moc := moc-qt4 - else ifeq ($(platform),win) - ifeq ($(qtpath),) - # find Qt install directory from PATH environment variable diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter bsnes/files/patch-Makefile-snesfilter --- /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/files/patch-Makefile-snesfilter 2009-11-01 00:59:14.000000000 +0100 @@ -0,0 +1,15 @@ +--- snesfilter/Makefile.orig 2009-11-01 00:58:19.000000000 +0100 ++++ snesfilter/Makefile 2009-11-01 00:58:36.000000000 +0100 +@@ -1,9 +1,9 @@ + include nall/Makefile + include nall/Makefile-qt + +-c := $(compiler) +-cpp := $(subst cc,++,$(compiler)) +-flags := -O3 -I. -fomit-frame-pointer $(qtinc) ++c := ${CC} ++cpp := ${CXX} ++flags := -O3 -I. -fomit-frame-pointer $(qtinc) -I${LOCALBASE}/include + link := -s + + ifeq ($(platform),x) diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter-libnal bsnes/files/patch-Makefile-snesfilter-libnal --- /usr/ports/emulators/bsnes/files/patch-Makefile-snesfilter-libnal 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/files/patch-Makefile-snesfilter-libnal 2009-11-01 01:04:28.000000000 +0100 @@ -0,0 +1,16 @@ +--- snesfilter/nall/Makefile.orig 2009-11-01 01:03:43.000000000 +0100 ++++ snesfilter/nall/Makefile 2009-11-01 01:04:01.000000000 +0100 +@@ -29,11 +29,11 @@ + endif + + ifeq ($(compiler),) +- compiler := gcc ++ compiler := ${CC} + endif + + ifeq ($(prefix),) +- prefix := /usr/local ++ prefix := ${PREFIX} + endif + + ##### diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader bsnes/files/patch-Makefile-snesreader --- /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/files/patch-Makefile-snesreader 2009-11-01 00:51:48.000000000 +0100 @@ -0,0 +1,15 @@ +--- snesreader/Makefile.orig 2009-11-01 00:50:29.000000000 +0100 ++++ snesreader/Makefile 2009-11-01 00:50:49.000000000 +0100 +@@ -1,9 +1,9 @@ + include nall/Makefile + include nall/Makefile-qt + +-c := $(compiler) +-cpp := $(subst cc,++,$(compiler)) +-flags := -O3 -I. -fomit-frame-pointer ++c := ${CC} ++cpp := ${CXX} ++flags := -O3 -I. -fomit-frame-pointer -I${LOCALBASE}/include + link := -s + + ifeq ($(platform),x) diff -urN /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader-libnal bsnes/files/patch-Makefile-snesreader-libnal --- /usr/ports/emulators/bsnes/files/patch-Makefile-snesreader-libnal 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/files/patch-Makefile-snesreader-libnal 2009-11-01 01:05:11.000000000 +0100 @@ -0,0 +1,16 @@ +--- snesreader/nall/Makefile.orig 2009-11-01 01:04:41.000000000 +0100 ++++ snesreader/nall/Makefile 2009-11-01 01:04:55.000000000 +0100 +@@ -29,11 +29,11 @@ + endif + + ifeq ($(compiler),) +- compiler := gcc ++ compiler := ${CC} + endif + + ifeq ($(prefix),) +- prefix := /usr/local ++ prefix := ${PREFIX} + endif + + ##### diff -urN /usr/ports/emulators/bsnes/pkg-plist bsnes/pkg-plist --- /usr/ports/emulators/bsnes/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ bsnes/pkg-plist 2009-11-01 00:59:57.000000000 +0100 @@ -0,0 +1,5 @@ +bin/bsnes +lib/libsnesreader.so +lib/libsnesfilter.so +share/pixmaps/bsnes.png +share/applications/bsnes.desktop >Release-Note: >Audit-Trail: >Unformatted: From tim at niemueller.de Sun Nov 1 02:00:15 2009 From: tim at niemueller.de (Tim Niemueller) Date: Sun Nov 1 02:00:50 2009 Subject: ports/140157: New port: www/trac-bitten Continuous integration for Trac Message-ID: <200911010140.nA11e3X8005122@barbossa.informatik.rwth-aachen.de> >Number: 140157 >Category: ports >Synopsis: New port: www/trac-bitten Continuous integration for Trac >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 02:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tim Niemueller >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD barbossa 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port for the Bitten continuous integration plugin for Trac. It includes the Trac master, which runs inside Trac and offers a web interface to manage and monitor builds, and a build slave which runs as a daemon on build machines which regularly checks for new pending builds and then executes them. The slave daemon runs as a specified user, hence the new UID/GID bitten-slave. Contains custom startup script and config file and the following patches: patch-0.6.x-r785: updates the base revision to tested stable svn version, required for proper operation patch-git: Add git specific recipe commands, patch sent upstream but not yet included patch-navtypo: Fixes simple typo, patch sent upstream The following extra files specific to FreeBSD are provided: bitten-slave.sample: example configuration, will be transformed to config file if none exists during installation bitten-slave.in: startup script for bitten slave daemon This is my first port, let me know what needs to be changed. >How-To-Repeat: >Fix: --- trac-bitten.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/www/trac-bitten # /usr/ports/www/trac-bitten/Makefile # /usr/ports/www/trac-bitten/distinfo # /usr/ports/www/trac-bitten/pkg-descr # /usr/ports/www/trac-bitten/pkg-plist # /usr/ports/www/trac-bitten/pkg-install # /usr/ports/www/trac-bitten/files # /usr/ports/www/trac-bitten/files/patch-0.6.x-r785 # /usr/ports/www/trac-bitten/files/bitten-slave.sample # /usr/ports/www/trac-bitten/files/patch-git # /usr/ports/www/trac-bitten/files/patch-navtypo # /usr/ports/www/trac-bitten/files/bitten-slave.in # echo c - /usr/ports/www/trac-bitten mkdir -p /usr/ports/www/trac-bitten > /dev/null 2>&1 echo x - /usr/ports/www/trac-bitten/Makefile sed 's/^X//' >/usr/ports/www/trac-bitten/Makefile << '58227838cc4bf460f9feb849c662a44b' X# New ports collection makefile for: trac-bitten X# Date created: Oct 26 2009 X# Whom: Tim Niemueller X# X# $FreeBSD$ X# X XPORTNAME= bitten XPORTVERSION= 0.6b2 XCATEGORIES= www devel python XMASTER_SITES= http://ftp.edgewall.com/pub/bitten/ XPKGNAMEPREFIX= trac- XDISTNAME= Bitten-${PORTVERSION} X XMAINTAINER= tim@niemueller.de XCOMMENT= Continuous integration for Trac X XBITTENVERSION= 0.6 X XOPTIONS= BITTEN_MASTER "Build bitten master" ON X.include X XBUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools X.if defined(WITH_BITTEN_MASTER) XRUN_DEPENDS+= tracd:${PORTSDIR}/www/trac X.endif X XWRKSRC= ${WRKDIR}/Bitten-${PORTVERSION} XNO_BUILD= yes XUSE_PYTHON= 2.3+ XUSE_PYDISTUTILS=yes XPLIST_SUB+= PORTVERSION=${BITTENVERSION} PYTHONVERSION=${_PYTHON_VERSION} XSUB_LIST+= PYTHON_CMD=${_PYTHON_CMD} XPYDISTUTILS_NOEGGINFO= yes XPYDISTUTILS_PKGNAME= Bitten XPATCH_STRIP= -p1 XUSE_RC_SUBR= bitten-slave X X.if defined(WITHOUT_BITTEN_MASTER) XPYDISTUTILS_EXTRA_INSTALLARGS=--without-master XPLIST_SUB+= MASTER_PORT="@comment " EGG_NAME="BittenSlave" X.else XPLIST_SUB+= EGG_NAME="Bitten" X.endif X Xpre-install: X @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL X X# reproduce rule here with added PYDISTUTILS_EXTRA_INSTALLARGS Xdo-install: X @(cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} ${PYDISTUTILS_EXTRA_INSTALLARGS} ${PYDISTUTILS_INSTALL_TARGET} ${PYDISTUTILS_INSTALLARGS}) X Xpost-install: X @if [ ! -f ${ETCDIR}/bitten-slave.conf ]; then \ X ${ECHO} Generating initial configuration in ${ETCDIR}/bitten-slave.conf; \ X ${MKDIR} ${ETCDIR}; \ X ${SED} -e 's/@DISTRO@/${OPSYS}/g' -e 's/@DISTRO_VERSION@/${OSREL}/g' ${FILESDIR}/bitten-slave.sample > ${ETCDIR}/bitten-slave.conf; \ X ${CP} ${FILESDIR}/bitten-slave.sample ${ETCDIR}; \ X fi X X.include 58227838cc4bf460f9feb849c662a44b echo x - /usr/ports/www/trac-bitten/distinfo sed 's/^X//' >/usr/ports/www/trac-bitten/distinfo << '3d8b62971e90c5aaf5cad5fb015c1d1f' XMD5 (Bitten-0.6b2.tar.gz) = bfc9ba5d723e76fe8492358f86b70a21 XSHA256 (Bitten-0.6b2.tar.gz) = 47f3a4d6031f67ce66edece38d56a9eae26a1b6b57df786b23a89aaa579f710c XSIZE (Bitten-0.6b2.tar.gz) = 355500 3d8b62971e90c5aaf5cad5fb015c1d1f echo x - /usr/ports/www/trac-bitten/pkg-descr sed 's/^X//' >/usr/ports/www/trac-bitten/pkg-descr << 'ab2732dc50d1b47325b519f1902760ba' XA continuous integration plugin for Trac. X XSet bitten_slave_enable to "yes" and bitten_slave_flags to contain one or more XBitten build URLs. For form authentication add --form-auth to flags. X XWWW: http://bitten.edgewall.org ab2732dc50d1b47325b519f1902760ba echo x - /usr/ports/www/trac-bitten/pkg-plist sed 's/^X//' >/usr/ports/www/trac-bitten/pkg-plist << 'a9212d56bf4c0114a8db181a646ee5b8' X@stopdaemon bitten-slave Xbin/bitten-slave X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/entry_points.txt X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/__init__.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/__init__.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/admin.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/admin.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/admin.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/api.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/api.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/api.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/__init__.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/api.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/api.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/api.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/config.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/config.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/config.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/ctools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/ctools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/ctools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/gittools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/gittools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/gittools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/hgtools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/hgtools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/hgtools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/javatools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/javatools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/javatools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/monotools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/monotools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/monotools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/phptools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/phptools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/phptools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/pythontools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/pythontools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/pythontools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/shtools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/shtools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/shtools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/svntools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/svntools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/svntools.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/xmltools.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/xmltools.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build/xmltools.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/admin.css X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/bitten.css X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/bitten.css.orig X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/bitten_build.png X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/bitten_buildf.png X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/bitten_coverage.css X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/arno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/arst.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/brfl.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/brno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/brst.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/cl3d.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/clfl.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/clno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/clp3.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/cls3.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/clst.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/cnno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/lnno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/mxno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/pi3d.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/pino.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library/scno.swf X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/failure.png X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/tabset.js X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/main.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/main.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/main.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/master.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/master.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/master.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/model.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/model.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/model.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/notify.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/notify.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/notify.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/queue.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/queue.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/queue.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/recipe.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/recipe.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/recipe.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/__init__.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/__init__.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/__init__.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/coverage.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/coverage.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/coverage.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/lint.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/lint.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/lint.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/testing.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/testing.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report/testing.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/slave.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/slave.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/slave.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_admin_configs.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_admin_master.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_build.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_chart_coverage.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_chart_lint.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_chart_tests.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_config.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_notify_email.txt X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_summary_coverage.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_summary_lint.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates/bitten_summary_tests.html X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/upgrades.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/upgrades.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/upgrades.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/__init__.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/loc.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/loc.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/loc.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/testrunner.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/testrunner.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/testrunner.pyo X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/xmlio.py X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/xmlio.pyc X%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util/xmlio.pyo X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/web_ui.py X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/web_ui.pyc X%%MASTER_PORT%%%%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/web_ui.pyo X%%MASTER_PORT%%@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/templates X%%MASTER_PORT%%@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/report X%%MASTER_PORT%%@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs/charts_library X%%MASTER_PORT%%@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/htdocs X@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/util X@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten/build X@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/bitten X@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/EGG-INFO X@dirrm %%PYTHON_SITELIBDIR%%/%%EGG_NAME%%-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg X@unexec echo "Warning: If you will *NOT* use this package anymore, please remove the bitten-slave user and group manually." a9212d56bf4c0114a8db181a646ee5b8 echo x - /usr/ports/www/trac-bitten/pkg-install sed 's/^X//' >/usr/ports/www/trac-bitten/pkg-install << '7c6b9eaba04aecb2e5633c8fe6de520c' X#!/bin/sh X XPATH=/bin:/usr/sbin X XUSER=bitten-slave XGROUP=bitten-slave XUID=212 XGID=212 X Xcase $2 in X PRE-INSTALL) X if pw group show "${GROUP}" 2>/dev/null; then X echo "You already have a group \"${GROUP}\", so I will use it." X else X if pw groupadd ${GROUP} -g ${GID}; then X echo "Added group \"${GROUP}\"." X else X echo "Adding group \"${GROUP}\" failed..." X exit 1 X fi X fi X X if pw user show "${USER}" 2>/dev/null; then X echo "You already have a user \"${USER}\", so I will use it." X else X if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ X -s /bin/sh -L daemon -m -d /var/lib/bitten-slave -c "bitten slave" X then X echo "Added user \"${USER}\"." X else X echo "Adding user \"${USER}\" failed..." X exit 1 X fi X fi X ;; Xesac X 7c6b9eaba04aecb2e5633c8fe6de520c echo c - /usr/ports/www/trac-bitten/files mkdir -p /usr/ports/www/trac-bitten/files > /dev/null 2>&1 echo x - /usr/ports/www/trac-bitten/files/patch-0.6.x-r785 sed 's/^X//' >/usr/ports/www/trac-bitten/files/patch-0.6.x-r785 << 'fd0562f82f97a0359e7ac199da5cba0a' Xdiff -urN --exclude=.svn 0.6b2/ChangeLog 0.6.x/ChangeLog X--- 0.6b2/ChangeLog 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/ChangeLog 2009-10-26 18:22:22.000000000 +0100 X@@ -1,3 +1,10 @@ X+Version 0.6 X+(???, from 0.6.x branch) X+http://svn.edgewall.org/repos/bitten/tags/0.6 X+ X+ * ??? X+ X+ X Version 0.6b2 X (12 September, from 0.6.x branch) X http://svn.edgewall.org/repos/bitten/tags/0.6b2 Xdiff -urN --exclude=.svn 0.6b2/bitten/build/api.py 0.6.x/bitten/build/api.py X--- 0.6b2/bitten/build/api.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/build/api.py 2009-10-26 18:22:21.000000000 +0100 X@@ -50,7 +50,7 @@ X class CommandLine(object): X """Simple helper for executing subprocesses.""" X X- def __init__(self, executable, args, input=None, cwd=None): X+ def __init__(self, executable, args, input=None, cwd=None, shell=False): X """Initialize the CommandLine object. X X :param executable: the name of the program to execute X@@ -66,6 +66,7 @@ X self.cwd = cwd X if self.cwd: X assert os.path.isdir(self.cwd) X+ self.shell = shell X self.returncode = None X X X@@ -102,7 +103,7 @@ X stdout=subprocess.PIPE, X stderr=subprocess.PIPE, X cwd=(self.cwd or None), X- shell=False, X+ shell=self.shell, X universal_newlines=True, X env=None) X except Exception, e: Xdiff -urN --exclude=.svn 0.6b2/bitten/build/javatools.py 0.6.x/bitten/build/javatools.py X--- 0.6b2/bitten/build/javatools.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/build/javatools.py 2009-10-26 18:22:21.000000000 +0100 X@@ -60,7 +60,12 @@ X if target: X args.append(target) X X- cmdline = CommandLine(executable, args, cwd=ctxt.basedir) X+ shell = False X+ if os.name == 'nt': X+ # Need to execute ant.bat through a shell on Windows X+ shell = True X+ X+ cmdline = CommandLine(executable, args, cwd=ctxt.basedir, shell=shell) X for out, err in cmdline.execute(): X if out is not None: X log.info(out) Xdiff -urN --exclude=.svn 0.6b2/bitten/build/shtools.py 0.6.x/bitten/build/shtools.py X--- 0.6b2/bitten/build/shtools.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/build/shtools.py 2009-10-26 18:22:21.000000000 +0100 X@@ -101,6 +101,12 @@ X if file_ and os.path.isfile(resolve(file_)): X file_ = resolve(file_) X X+ shell = False X+ X+ if file_ and os.name == 'nt': X+ # Need to execute script files through a shell on Windows X+ shell = True X+ X if executable is None: X executable = file_ X elif file_: X@@ -109,8 +115,7 @@ X # Support important Windows CMD.EXE built-ins (and it does its own quoting) X if os.name == 'nt' and executable.upper() in ['COPY', 'DIR', 'ECHO', X 'ERASE', 'DEL', 'MKDIR', 'MD', 'MOVE', 'RMDIR', 'RD', 'TYPE']: X- args = ['/C', executable] + [arg.strip('"') for arg in args] X- executable = os.environ['COMSPEC'] X+ shell = True X X if input_: X input_file = file(resolve(input_), 'r') X@@ -132,7 +137,7 @@ X X try: X cmdline = CommandLine(executable, args, input=input_file, X- cwd=dir_) X+ cwd=dir_, shell=shell) X log_elem = xmlio.Fragment() X for out, err in cmdline.execute(): X if out is not None: Xdiff -urN --exclude=.svn 0.6b2/bitten/htdocs/bitten.css 0.6.x/bitten/htdocs/bitten.css X--- 0.6b2/bitten/htdocs/bitten.css 2009-10-26 18:22:29.000000000 +0100 X+++ 0.6.x/bitten/htdocs/bitten.css 2009-10-26 18:22:20.000000000 +0100 X@@ -155,7 +155,6 @@ X #content.build tbody.totals td, #content.build tbody.totals th { X font-weight: bold; X } X-#content.build table.tests tr.failed { background: #d99; } X #content.build table.tests tr.failed th, X #content.build table.tests tr.failed td { font-weight: bold; } X #content.build table.tests tr.failed :link, X@@ -167,7 +166,8 @@ X margin: 0; padding-left: 32px; padding-top: 5px; text-align: left; font-weight: normal; X } X #content.build table.tests tr th p.details span { X- white-space: pre; font-family: monospace; font-weight: normal; color: #666; X+ white-space: pre; font-family: monospace; font-weight: normal; font-size: smaller; X+ color: #666; X } X #content.build table.tests .fixture { display: inline; } X #content.build table.tests tr.failed th .fixture a { Xdiff -urN --exclude=.svn 0.6b2/bitten/main.py 0.6.x/bitten/main.py X--- 0.6b2/bitten/main.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/main.py 2009-10-26 18:22:21.000000000 +0100 X@@ -127,7 +127,7 @@ X **kwargs): X config_name, build_id = self._parse_resource(resource.id) X config = BuildConfig.fetch(self.env, config_name) X- config_label = config.label or config_name X+ config_label = config and config.label and config.label or config_name X if context: X if build_id: X return tag.a('Build %d ("%s")' % (build_id, config_label), Xdiff -urN --exclude=.svn 0.6b2/bitten/master.py 0.6.x/bitten/master.py X--- 0.6b2/bitten/master.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/master.py 2009-10-26 18:22:21.000000000 +0100 X@@ -138,6 +138,7 @@ X """ Formats and sends the response, raising ``RequestDone``. """ X req.send_response(code) X headers = headers or {} X+ headers.setdefault('Content-Length', len(body)) X for header in headers: X req.send_header(header, headers[header]) X req.write(body) Xdiff -urN --exclude=.svn 0.6b2/bitten/report/coverage.py 0.6.x/bitten/report/coverage.py X--- 0.6b2/bitten/report/coverage.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/report/coverage.py 2009-10-26 18:22:21.000000000 +0100 X@@ -187,7 +187,7 @@ X title='Annotate file with test coverage ' X 'data (if available)', X href=req.href.browser(resource.id, X- annotate='coverage', rev=data.get('rev'))) X+ annotate='coverage', rev=resource.version)) X return template, data, content_type X X # IHTMLPreviewAnnotator methods Xdiff -urN --exclude=.svn 0.6b2/bitten/report/lint.py 0.6.x/bitten/report/lint.py X--- 0.6b2/bitten/report/lint.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/report/lint.py 2009-10-26 18:22:21.000000000 +0100 X@@ -45,7 +45,7 @@ X from bitten_report as report X left outer join bitten_build as build ON (report.build=build.id) X where build.config='%s' and report.category='lint' X-group by build.rev_time, build.rev, build.platform X+group by build.rev_time, build.rev, build.platform, report.id X order by build.rev_time;""" % (config.name,) X X #self.log.debug('sql=\'%s\'' % (query,)) Xdiff -urN --exclude=.svn 0.6b2/bitten/templates/bitten_summary_lint.html 0.6.x/bitten/templates/bitten_summary_lint.html X--- 0.6b2/bitten/templates/bitten_summary_lint.html 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/templates/bitten_summary_lint.html 2009-10-26 18:22:20.000000000 +0100 X@@ -2,7 +2,9 @@ X PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" X "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> X X+ xmlns:py="http://genshi.edgewall.org/" X+ py:strip=""> X+ X X

Code Lint

X X@@ -43,4 +45,5 @@ X X
X X+ X Xdiff -urN --exclude=.svn 0.6b2/bitten/tests/queue.py 0.6.x/bitten/tests/queue.py X--- 0.6b2/bitten/tests/queue.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/bitten/tests/queue.py 2009-10-26 18:22:21.000000000 +0100 X@@ -291,7 +291,9 @@ X X thread1 = threading.Thread(target=build_populator) X thread2 = threading.Thread(target=build_populator) X- thread1.start(); thread2.start() X+ # tiny sleep is to avoid odd segementation faults X+ # (on Linux) and bus errors (on Mac OS X) X+ thread1.start(); time.sleep(0.01); thread2.start() X thread1.join(); thread2.join() X X # check builds got added Xdiff -urN --exclude=.svn 0.6b2/doc/recipes.txt 0.6.x/doc/recipes.txt X--- 0.6b2/doc/recipes.txt 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/doc/recipes.txt 2009-10-26 18:22:21.000000000 +0100 X@@ -125,3 +125,6 @@ X X X This will pass 3 arguments: ``o\ne`` + ``4 2`` + ``"hi there"``. X+ X+**Note:** On Windows, batch scripts and built-ins will execute through a shell. X+This may affect quoting of arguments. Xdiff -urN --exclude=.svn 0.6b2/setup.cfg 0.6.x/setup.cfg X--- 0.6b2/setup.cfg 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/setup.cfg 2009-10-26 18:22:22.000000000 +0100 X@@ -1,3 +1,7 @@ X+[egg_info] X+tag_build = dev X+tag_svn_revision = true X+ X [unittest] X xml_output = build/test-results.xml X coverage_summary = build/test-coverage.txt Xdiff -urN --exclude=.svn 0.6b2/setup.py 0.6.x/setup.py X--- 0.6b2/setup.py 2009-10-26 18:22:30.000000000 +0100 X+++ 0.6.x/setup.py 2009-10-26 18:22:22.000000000 +0100 X@@ -110,7 +110,7 @@ X X setup( X name = 'BittenSlave', X- version = '0.6b2', X+ version = '0.6', X author = 'Edgewall Software', X author_email = 'info@edgewall.org', X license = 'BSD', fd0562f82f97a0359e7ac199da5cba0a echo x - /usr/ports/www/trac-bitten/files/bitten-slave.sample sed 's/^X//' >/usr/ports/www/trac-bitten/files/bitten-slave.sample << 'd64adc5ca0a90af51f8f43ecccbf57d0' X;[authentication] X; user/pass for login to Trac X;username = X;password = X X[os] Xname = @DISTRO@ Xversion = @DISTRO_VERSION@ X X;[package:some-package] X;version = 2.0 X d64adc5ca0a90af51f8f43ecccbf57d0 echo x - /usr/ports/www/trac-bitten/files/patch-git sed 's/^X//' >/usr/ports/www/trac-bitten/files/patch-git << 'a012ae9b761fe12c67aa8799093090de' Xdiff -urN Bitten-0.6dev-r777/bitten/build/gittools.py Bitten-0.6dev-r777.git/bitten/build/gittools.py X--- Bitten-0.6dev-r777/bitten/build/gittools.py 1970-01-01 01:00:00.000000000 +0100 X+++ Bitten-0.6dev-r777.git/bitten/build/gittools.py 2009-10-24 17:03:02.000000000 +0200 X@@ -0,0 +1,77 @@ X+# -*- coding: utf-8 -*- X+# Copyright (C) Tim Niemueller [www.niemueller.de] X+# Copyright (C) 2007 Edgewall Software X+# based on hgtools.py X+# X+# This software is licensed as described in the file COPYING, which X+# you should have received as part of this distribution. The terms X+# are also available at http://bitten.edgewall.org/wiki/License. X+ X+"""Recipe commands for git.""" X+ X+import logging X+ X+log = logging.getLogger('bitten.build.gittools') X+ X+__docformat__ = 'restructuredtext en' X+ X+def clone(ctxt, url, dir_='.'): X+ """pull and update the local working copy from the git repository. X+ X+ :param ctxt: the build context X+ :type ctxt: `Context` X+ :param url: the url of the repository to clone X+ :param dir\_: the name of a local subdirectory containing the working copy X+ """ X+ args = ['clone', url, dir_] X+ X+ from bitten.build import shtools X+ returncode = shtools.execute(ctxt, file_='git', args=args) X+ if returncode != 0: X+ ctxt.error('git clone failed (%s)' % returncode) X+ X+def pull(ctxt, revision, remote='origin', dir_='.'): X+ """pull and update the local working copy from the git repository. X+ X+ :param ctxt: the build context X+ :type ctxt: `Context` X+ :param remote: the remote repository to pull from X+ :param dir\_: the name of a local subdirectory containing the working copy X+ """ X+ args = ['pull', '-u', remote, revision] X+ X+ from bitten.build import shtools X+ returncode = shtools.execute(ctxt, file_='git', dir_=dir_, args=args) X+ if returncode != 0: X+ ctxt.error('git pull failed (%s)' % returncode) X+ X+def checkout(ctxt, branch, dir_='.'): X+ """checkout specific branch X+ X+ :param ctxt: the build context X+ :type ctxt: `Context` X+ :param branch: branch to checkout X+ :param dir\_: the name of a local subdirectory containing the working copy X+ """ X+ args = ['checkout', branch] X+ X+ from bitten.build import shtools X+ returncode = shtools.execute(ctxt, file_='git', dir_=dir_, args=args) X+ if returncode != 0: X+ ctxt.error('git branch failed (%s)' % returncode) X+ X+def reset(ctxt, revision, dir_='.'): X+ """reset git tree to given revision/commit X+ X+ :param ctxt: the build context X+ :type ctxt: `Context` X+ :param revision: the revision/commit to reset to X+ :param dir\_: the name of a local subdirectory containing the working copy X+ """ X+ args = ['reset', '--hard', revision] X+ X+ from bitten.build import shtools X+ returncode = shtools.execute(ctxt, file_='git', dir_=dir_, args=args) X+ if returncode != 0: X+ ctxt.error('git reset failed (%s)' % returncode) X+ Xdiff -urN Bitten-0.6dev-r777/setup.py Bitten-0.6dev-r777.git/setup.py X--- Bitten-0.6dev-r777/setup.py 2009-10-16 14:15:34.000000000 +0200 X+++ Bitten-0.6dev-r777.git/setup.py 2009-10-24 17:05:22.000000000 +0200 X@@ -55,6 +55,10 @@ X 'svn#export = bitten.build.svntools:export', X 'svn#update = bitten.build.svntools:update', X 'hg#pull = bitten.build.hgtools:pull', X+ 'git#clone = bitten.build.gittools:clone', X+ 'git#pull = bitten.build.gittools:pull', X+ 'git#reset = bitten.build.gittools:reset', X+ 'git#checkout = bitten.build.gittools:checkout', X 'xml#transform = bitten.build.xmltools:transform' X ] X recipe_commands = [NS_old + tool for tool in tools] \ X@@ -133,6 +137,7 @@ X "bitten.build.pythontools", X "bitten.build.shtools", X "bitten.build.svntools", X+ "bitten.build.gittools", X "bitten.build.xmltools", X "bitten.recipe", X "bitten.slave", a012ae9b761fe12c67aa8799093090de echo x - /usr/ports/www/trac-bitten/files/patch-navtypo sed 's/^X//' >/usr/ports/www/trac-bitten/files/patch-navtypo << '3f06bf672860abb437bf85e39aa05fb6' Xdiff -urN Bitten-0.6dev-r777/bitten/web_ui.py Bitten-0.6dev-r777.typo/bitten/web_ui.py X--- Bitten-0.6dev-r777/bitten/web_ui.py 2009-10-16 14:15:34.000000000 +0200 X+++ Bitten-0.6dev-r777.typo/bitten/web_ui.py 2009-10-24 16:49:58.000000000 +0200 X@@ -109,7 +109,7 @@ X if not status: X status='bittenpending' X yield ('mainnav', 'build', X- tag.a('Builds Status', href=req.href.build(), accesskey=5, X+ tag.a('Build Status', href=req.href.build(), accesskey=5, X class_=status)) X X # ITemplatesProvider methods 3f06bf672860abb437bf85e39aa05fb6 echo x - /usr/ports/www/trac-bitten/files/bitten-slave.in sed 's/^X//' >/usr/ports/www/trac-bitten/files/bitten-slave.in << '365fd87f488a5693894e621e1c551ee8' X#!/bin/sh X# X# $FreeBSD$ X# X# PROVIDE: bitten-slave X# REQUIRE: DAEMON X# KEYWORD: FreeBSD X# X# Bitten continuous integration build slave X# X X. %%RC_SUBR%% X Xname=bitten_slave Xrcvar=`set_rcvar` Xlogfile=/var/log/bitten-slave.log Xconffile=/usr/local/etc/bitten/bitten-slave.conf Xworkdir=/var/lib/bitten-slave X Xload_rc_config ${name} X Xcommand=/usr/local/bin/bitten-slave Xcommand_args="-f ${conffile} -d ${workdir} --log=${logfile} ${bitten_slave_urls} >/dev/null &" Xcommand_interpreter=%%PYTHON_CMD%% Xstart_precmd="touch $logfile && chown bitten-slave $logfile" Xbitten_slave_user=bitten-slave Xbitten_slave_group=bitten-slave X Xrun_rc_command "$1" X 365fd87f488a5693894e621e1c551ee8 exit --- trac-bitten.shar ends here --- --- UIDs.patch begins here --- --- UIDs 2009-11-01 02:07:56.000000000 +0100 +++ UIDs.bitten 2009-11-01 02:07:44.000000000 +0100 @@ -93,6 +93,7 @@ dspam:*:202:202::0:0:Dspam:/nonexistent:/usr/sbin/nologin shoutcast:*:210:210::0:0:Shoutcast sandbox:/nonexistent:/bin/sh git:*:211:211:gitosis user:/usr/local/git:/bin/sh +bitten-slave:*:212:212:bitten slave:/var/lib/bitten-slave:/bin/sh bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh --- UIDs.patch ends here --- --- GIDs.patch begins here --- --- GIDs 2009-11-01 02:08:01.000000000 +0100 +++ GIDs.bitten 2009-11-01 02:07:50.000000000 +0100 @@ -83,6 +83,7 @@ sympa:*:200: dspam:*:202: git:*:211: +bitten-slave:*:212: bs:*:220: postgrey:*:225: aprsd:*:240: --- GIDs.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From cristianorolim at hotmail.com Sun Nov 1 02:10:02 2009 From: cristianorolim at hotmail.com (Cristiano Rolim Pereira) Date: Sun Nov 1 02:10:09 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911010208.nA128BOJ018354@www.freebsd.org> >Number: 140158 >Category: ports >Synopsis: [patch] - update www/davical to version 0.9.7.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 02:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.2-RELEASE-p2 >Organization: >Environment: FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The attached diff updates www/davical to version 0.9.7.6 . >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../davical.orig/Makefile ./Makefile --- ../davical.orig/Makefile 2009-10-31 20:33:53.000000000 -0200 +++ ./Makefile 2009-11-01 00:03:19.000000000 -0200 @@ -6,10 +6,10 @@ # PORTNAME= davical -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.7.6 CATEGORIES?= www MASTER_SITES= SF/rscds/${PORTNAME}/${PORTVERSION} -DISTNAME= davical_${PORTVERSION}-0 +DISTNAME= davical-${PORTVERSION} MAINTAINER= maurice@castro.aus.net COMMENT= A simple CalDAV server using a postgres backend @@ -21,8 +21,6 @@ ${LOCALBASE}/bin/pwgen:${PORTSDIR}/sysutils/pwgen \ php-libawl>=0.37:${PORTSDIR}/devel/php-libawl -WRKSRC= ${WRKDIR}/davical-${PORTVERSION}-0 - NO_BUILD= yes USE_PHP= gettext pcre xml @@ -32,7 +30,6 @@ post-patch: ${RM} ${WRKSRC}/inc/always.php.orig - ${RM} ${WRKSRC}/htdocs/index.php.orig do-install: ${MKDIR} ${WWWDIR} ${WWWDIR}/htdocs ${WWWDIR}/inc ${WWWDIR}/config @@ -51,7 +48,6 @@ ${CP} -pv ${WRKSRC}/README ${DOCSDIR} ${CP} -pv ${WRKSRC}/INSTALL ${DOCSDIR} ${CHMOD} a+x ${DOCSDIR}/dba/update-davical-database - ${CHMOD} a+x ${DOCSDIR}/dba/update-rscds-database .endif diff -ruN ../davical.orig/distinfo ./distinfo --- ../davical.orig/distinfo 2009-10-31 20:33:53.000000000 -0200 +++ ./distinfo 2009-10-31 20:40:00.000000000 -0200 @@ -1,3 +1,3 @@ -MD5 (davical_0.9.7-0.tar.gz) = d116471d2ba364cfe998a307eb5af09d -SHA256 (davical_0.9.7-0.tar.gz) = 09c3914d26fab8c7cdceb03ee26dc29b3f5126289de1538ad204d894bd310eae -SIZE (davical_0.9.7-0.tar.gz) = 879860 +MD5 (davical-0.9.7.6.tar.gz) = b03aed88995e373891bfbf01daba6110 +SHA256 (davical-0.9.7.6.tar.gz) = 6b2519c60cc76cc4c31771ac42381d0e7c4c2cd2620872e4932ce1cd0ef8d72f +SIZE (davical-0.9.7.6.tar.gz) = 1753860 diff -ruN ../davical.orig/files/patch-aa ./files/patch-aa --- ../davical.orig/files/patch-aa 2009-10-31 20:33:53.000000000 -0200 +++ ./files/patch-aa 1969-12-31 21:00:00.000000000 -0300 @@ -1,11 +0,0 @@ ---- htdocs/index.php.orig 2008-05-14 12:54:41.000000000 +1000 -+++ htdocs/index.php 2008-05-14 12:55:01.000000000 +1000 -@@ -31,7 +31,7 @@ - -

Users, Resources and Groups

-

These are the things which may have collections of calendar resources (i.e. calendars).

--

Here is a list of users (maybe :-). You can click on any user to see the full detail -+

Here is a list of users (maybe :-). You can click on any user to see the full detail - for that person (or group or resource - but from now we'll just call them users).

-

The primary differences between them are as follows:

-
    diff -ruN ../davical.orig/files/patch-inc-always.php ./files/patch-inc-always.php --- ../davical.orig/files/patch-inc-always.php 2009-10-31 20:33:53.000000000 -0200 +++ ./files/patch-inc-always.php 2009-10-31 23:54:25.000000000 -0200 @@ -1,10 +1,11 @@ ---- inc/always.php.orig 2009-02-23 22:35:09.000000000 +0100 -+++ inc/always.php 2009-02-23 22:35:48.000000000 +0100 -@@ -34,6 +34,7 @@ +--- inc/always.php.orig 2009-10-31 21:11:51.000000000 -0200 ++++ inc/always.php 2009-10-31 21:12:29.000000000 -0200 +@@ -43,7 +43,7 @@ + $c->readonly_webdav_collections = true; // WebDAV access is readonly // Ensure that ../inc is in our included paths as early as possible - set_include_path( '../inc'. PATH_SEPARATOR. get_include_path()); -+set_include_path( '/usr/local/share/awl/inc'. PATH_SEPARATOR. get_include_path()); +-set_include_path( '../inc'. PATH_SEPARATOR. get_include_path()); ++set_include_path( '../inc'. PATH_SEPARATOR. '/usr/local/share/awl/inc'. PATH_SEPARATOR. get_include_path()); // Kind of private configuration values $c->total_query_time = 0; diff -ruN ../davical.orig/pkg-plist ./pkg-plist --- ../davical.orig/pkg-plist 2009-10-31 20:33:53.000000000 -0200 +++ ./pkg-plist 2009-10-31 23:13:44.000000000 -0200 @@ -8,7 +8,6 @@ %%PORTDOCS%%%%DOCSDIR%%/dba/base-data.sql %%PORTDOCS%%%%DOCSDIR%%/dba/caldav_functions.sql %%PORTDOCS%%%%DOCSDIR%%/dba/create-database.sh -%%PORTDOCS%%%%DOCSDIR%%/dba/rrule_functions-8.1.sql %%PORTDOCS%%%%DOCSDIR%%/dba/davical.sql %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.1.10.sql %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.1.11.sql @@ -31,33 +30,41 @@ %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.3a.sql %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.4.sql %%PORTDOCS%%%%DOCSDIR%%/dba/patches/1.2.5.sql +%%PORTDOCS%%%%DOCSDIR%%/dba/rrule_functions-8.1.sql %%PORTDOCS%%%%DOCSDIR%%/dba/rrule_functions.sql %%PORTDOCS%%%%DOCSDIR%%/dba/rrule_tests.sql %%PORTDOCS%%%%DOCSDIR%%/dba/sample-data.sql %%PORTDOCS%%%%DOCSDIR%%/dba/supported_locales.sql %%PORTDOCS%%%%DOCSDIR%%/dba/update-davical-database -%%PORTDOCS%%%%DOCSDIR%%/dba/update-rscds-database %%PORTDOCS%%%%DOCSDIR%%/dba/windows/awl-tables.sql %%PORTDOCS%%%%DOCSDIR%%/dba/windows/create-database.bat %%PORTDOCS%%%%DOCSDIR%%/dba/windows/rscds.sql %%PORTDOCS%%%%DOCSDIR%%/dba/windows/schema-management.sql +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDatabase.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDialect.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoQuery.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/_inc---PdoQuery.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalDAVClient.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RRule.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---RRule.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---caldav-client.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/iCalDate.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDatabase.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoQuery.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/PdoDialect.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/PdoQuery/_inc---PdoQuery.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/blank.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/classtrees_awl.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/classtrees_davical.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Admin/_htdocs---users.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/DAViCalSession.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/Tools.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/_htdocs---tools.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalUser/DAViCalUser.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalUser/_inc---DAViCalUser.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Principal/CalDAVPrincipal.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Principal/_inc---CalDAVPrincipal.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/PublicSession/PublicSession.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/PublicSession/_inc---PublicSession.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RRuleTest.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/RSCDSSession.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/RSCDSSession/Tools.html @@ -73,6 +80,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---index.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---relationship_types.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---roles.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---testpdo.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---usr.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---always.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-LOCK.php.html @@ -104,6 +112,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_squid_pam.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/ldapDrivers.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/squidPamDrivers.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/logging/_inc---log_caldav_action.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/propfind/_inc---caldav-PROPFIND.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/elementindex.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/elementindex_awl.html @@ -166,7 +175,9 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/packages.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/phpdoc.ini %%PORTDOCS%%%%DOCSDIR%%/docs/api/todolist.html +%%PORTDOCS%%%%DOCSDIR%%/docs/davical_en_user_guide.odt %%PORTDOCS%%%%DOCSDIR%%/docs/website/administration.php +%%PORTDOCS%%%%DOCSDIR%%/docs/website/background.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/Chandler-details.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/Chandler-dialog1.png @@ -195,11 +206,18 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iCal-dialog.png %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iCal-icon.png %%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iCal-screenshot.png -%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/logo.gif +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-1.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-2.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-3.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-4.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-5.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-6.jpg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/clients/iPhone-details.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/images/davical_logo.ico -%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/larger.png -%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/icon.png %%PORTDOCS%%%%DOCSDIR%%/docs/website/images/davical_logo.svg +%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/icon.png +%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/larger.png +%%PORTDOCS%%%%DOCSDIR%%/docs/website/images/logo.gif %%PORTDOCS%%%%DOCSDIR%%/docs/website/inc/page-footer.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/inc/page-header.php %%PORTDOCS%%%%DOCSDIR%%/docs/website/inc/page-middle.php @@ -211,6 +229,7 @@ %%PORTDOCS%%%%DOCSDIR%%/scripts/po/extract.pl %%PORTDOCS%%%%DOCSDIR%%/scripts/po/rebuild-translations.sh %%WWWDIR%%/config/example-config.php +%%WWWDIR%%/htdocs/.htaccess %%WWWDIR%%/htdocs/caldav.php %%WWWDIR%%/htdocs/collection.php %%WWWDIR%%/htdocs/css/browse.css @@ -224,15 +243,18 @@ %%WWWDIR%%/htdocs/public.php %%WWWDIR%%/htdocs/relationship_types.php %%WWWDIR%%/htdocs/roles.php +%%WWWDIR%%/htdocs/testpdo.php %%WWWDIR%%/htdocs/tools.php %%WWWDIR%%/htdocs/users.php %%WWWDIR%%/htdocs/usr.php %%WWWDIR%%/inc/CalDAVPrincipal.php %%WWWDIR%%/inc/CalDAVRequest.php +%%WWWDIR%%/inc/DAViCalSession.php +%%WWWDIR%%/inc/DAViCalUser.php %%WWWDIR%%/inc/HTTPAuthSession.php +%%WWWDIR%%/inc/PdoQuery.php +%%WWWDIR%%/inc/PublicSession.php %%WWWDIR%%/inc/RRule.php -%%WWWDIR%%/inc/RSCDSSession.php -%%WWWDIR%%/inc/RSCDSUser.php %%WWWDIR%%/inc/always.php %%WWWDIR%%/inc/always.php.in %%WWWDIR%%/inc/auth-functions.php @@ -258,18 +280,18 @@ %%WWWDIR%%/inc/drivers_squid_pam.php %%WWWDIR%%/inc/freebusy-GET.php %%WWWDIR%%/inc/interactive-page.php +%%WWWDIR%%/inc/log_caldav_action.php %%WWWDIR%%/inc/other_translated_strings.php %%WWWDIR%%/inc/page-footer.php %%WWWDIR%%/inc/page-header.php -%%WWWDIR%%/inc/PdoQuery.php -%%WWWDIR%%/inc/PublicSession.php +%%WWWDIR%%/inc/test-RRULE.php @dirrm %%WWWDIR%%/inc @dirrm %%WWWDIR%%/htdocs/js @dirrm %%WWWDIR%%/htdocs/images @dirrm %%WWWDIR%%/htdocs/css @dirrm %%WWWDIR%%/htdocs -@dirrm %%WWWDIR%%/config -@dirrm %%WWWDIR%% +@dirrmtry %%WWWDIR%%/config +@dirrmtry %%WWWDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/scripts/po %%PORTDOCS%%@dirrm %%DOCSDIR%%/scripts %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/website/inc @@ -279,14 +301,18 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/media/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/media %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/propfind +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/logging %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/ldap %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/caldav %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/authentication %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Request %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/RSCDSUser %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/RSCDSSession +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/PublicSession %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Principal %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/HTTPAuthSession +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/DAViCalUser +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/DAViCalSession %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/Admin %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/awl/caldav >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 02:10:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 02:10:19 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911010210.nA12ACMj050669@freefall.freebsd.org> Synopsis: [patch] - update www/davical to version 0.9.7.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Nov 1 02:10:12 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140158 From edwin at FreeBSD.org Sun Nov 1 02:20:02 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Nov 1 02:20:09 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911010220.nA12K21d059327@freefall.freebsd.org> The following reply was made to PR ports/140158; it has been noted by GNATS. From: Edwin Groothuis To: maurice@castro.aus.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/140158: [patch] - update www/davical to version 0.9.7.6 Date: Sun, 1 Nov 2009 02:10:10 UT Maintainer of www/davical, Please note that PR ports/140158 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140158 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From wen at FreeBSD.org Sun Nov 1 08:10:01 2009 From: wen at FreeBSD.org (Wen Heping) Date: Sun Nov 1 08:10:07 2009 Subject: ports/140161: [Update]mail/p5-Mail-SPF:update to 2.007 Message-ID: <200911010805.nA185lHE094304@www.freebsd.org> >Number: 140161 >Category: ports >Synopsis: [Update]mail/p5-Mail-SPF:update to 2.007 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 08:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Thu Sep 3 16:55:45 HKT 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 2.007 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-11-01 16:01:55.000000000 +0800 +++ Makefile 2009-11-01 12:26:02.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= Mail-SPF -PORTVERSION= 2.006 +PORTVERSION= 2.007 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- --- distinfo.orig 2009-11-01 16:02:03.000000000 +0800 +++ distinfo 2009-11-01 12:26:15.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (Mail-SPF-v2.006.tar.gz) = 4da41591b612560627ddbc6026b047a3 -SHA256 (Mail-SPF-v2.006.tar.gz) = c6d2b8bbd66ad670d3c6d327eec182ddec5d0bd2522956cafe42daf01c3117be -SIZE (Mail-SPF-v2.006.tar.gz) = 78943 +MD5 (Mail-SPF-v2.007.tar.gz) = 67dccdc91e3264679a0e17d493d3cc30 +SHA256 (Mail-SPF-v2.007.tar.gz) = d8886e6a5b300946434284a6527bbb68ed98d27d3582c8e475e338facb96c50b +SIZE (Mail-SPF-v2.007.tar.gz) = 101722 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 08:10:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 08:10:18 2009 Subject: ports/140161: [Update]mail/p5-Mail-SPF:update to 2.007 Message-ID: <200911010810.nA18ABdM093110@freefall.freebsd.org> Synopsis: [Update]mail/p5-Mail-SPF:update to 2.007 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 08:10:11 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140161 From yasir27 at mail.ru Sun Nov 1 10:50:02 2009 From: yasir27 at mail.ru (Yasir M. Arsanukaev) Date: Sun Nov 1 10:50:09 2009 Subject: ports/140162: teTeX listings module bug Message-ID: <200911011046.nA1Ak8vg050591@www.freebsd.org> >Number: 140162 >Category: ports >Synopsis: teTeX listings module bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 10:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yasir M. Arsanukaev >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD conductor.loc 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: .tex file cannot be compiled if listings module used with language=erlang keyword >How-To-Repeat: compile similar .tex file: \documentclass[a4paper,11pt]{article} \usepackage{listings} \lstset{language=erlang} \begin{document} \maketitle Some erlang code: \begin{lstlisting} somefunc([H|T]) -> io:format("Elem val==~w", [H]), % prints element value somefunc(T). \end{lstlisting} \end{document} >Fix: Accordingly to http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg27341.html this can be done fixind a sole line (patch attached). Patch attached with submission follows: --- lstlang3.sty.orig 2009-11-01 17:26:42.000000000 +1000 +++ lstlang3.sty 2009-11-01 17:27:09.000000000 +1000 @@ -146,7 +146,7 @@ round,self,setelement,size,spawn,throw,time,tl,trace,trunc,% tuple,tuple_to_list,unlink,unregister,whereis,error,false,% infinity,nil,ok,true,undefined,when},% - otherkeywords={->,!,[,],\{,\},},% + otherkeywords={->,!,[,],\{,\}},% morecomment=[l]\%,% morestring=[b]",% morestring=[b]'% >Release-Note: >Audit-Trail: >Unformatted: From james.technew at gmail.com Sun Nov 1 13:32:22 2009 From: james.technew at gmail.com (James Chang) Date: Sun Nov 1 13:32:34 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 Message-ID: Dear Sir, I tru to build lsof (/usr/ports/sysutils/lsof) under FreeBSD 7.2-STABLE(AMD X64). It show me the following ERROR messages. ===> Vulnerability check disabled, database not found ===> Extracting for lsof-4.83B,4 => MD5 Checksum OK for lsof_4.83B.freebsd.tar.bz2. => SHA256 Checksum OK for lsof_4.83B.freebsd.tar.bz2. ===> Patching for lsof-4.83B,4 ===> Configuring for lsof-4.83B,4 Creating ./lockf_owner.h from /usr/src/sys/kern/kern_lockf.c ./lockf_owner.h creation succeeded. rm -f ddev.c dfile.c dlsof.h dmnt.c dnode*.c dproc.c dproto.h dsock.c dstore.c dzfs.h kernelbase.h machine.h machine.h.old new_machine.h __lseek.s Makefile Makefile.zfs ./tests/config.cflags rm -f ./tests/config.cc ./tests/config.xobj ./tests/config.ldflags Testing C library for localtime() and strftime(), using cc ... present ln -s dialects/freebsd/dlsof.h dlsof.h ln -s dialects/freebsd/dmnt.c dmnt.c ln -s dialects/freebsd/dnode.c dnode.c ln -s dialects/freebsd/dnode1.c dnode1.c ln -s dialects/freebsd/dnode2.c dnode2.c ln -s dialects/freebsd/dproc.c dproc.c ln -s dialects/freebsd/dproto.h dproto.h ln -s dialects/freebsd/dsock.c dsock.c ln -s dialects/freebsd/dstore.c dstore.c ln -s dialects/freebsd/dzfs.h dzfs.h ln -s dialects/freebsd/machine.h machine.h Makefile and lib/Makefile created. Makefile.zfs created. ./tests/config.cc created ./tests/config.cflags created ./tests/config.ldflags created ./tests/config.xobj created ===> Building for lsof-4.83B,4 (cd lib; make DEBUG="-O2" CFGF="-fno-strict-aliasing -pipe -march=nocona -DHASRPCV2H -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DFREEBSDV=7020 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR=\"7.2-STABLE\"") cc -fno-strict-aliasing -pipe -march=nocona -DHASRPCV2H -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DFREEBSDV=7020 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR="7.2-STABLE" -I/usr/src/sys -O2 -c ckkv.c In file included from ../dlsof.h:81, from ../lsof.h:195, from ckkv.c:43: /usr/src/sys/sys/conf.h:144: error: expected declaration specifiers or '...' before 'vm_memattr_t' *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.83B.freebsd/lib. *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.83B.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. Best Regards James Chang From wen at FreeBSD.org Sun Nov 1 14:30:04 2009 From: wen at FreeBSD.org (Wen Heping) Date: Sun Nov 1 14:30:15 2009 Subject: ports/140164: [Patch]math/py-matplotlib:fix the build on FreeBSD9 Message-ID: <200911011421.nA1ELX2B039622@www.freebsd.org> >Number: 140164 >Category: ports >Synopsis: [Patch]math/py-matplotlib:fix the build on FreeBSD9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 14:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 9.0 >Organization: ChangAn Middle School >Environment: >Description: Fix the build on FreeBSD-9.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN py-matplotlib/files/patch-setupext.py py-matplotlib.new/files/patch-setupext.py --- py-matplotlib/files/patch-setupext.py 2009-11-02 06:15:21.000000000 +0800 +++ py-matplotlib.new/files/patch-setupext.py 2009-11-02 02:58:10.000000000 +0800 @@ -1,15 +1,16 @@ ---- setupext.py.orig 2008-08-03 13:15:22.000000000 -0500 -+++ setupext.py 2008-09-29 13:20:02.000000000 -0500 -@@ -55,6 +55,8 @@ +--- setupext.py.orig 2009-08-02 03:15:24.000000000 +0800 ++++ setupext.py 2009-11-02 02:57:44.000000000 +0800 +@@ -55,6 +55,9 @@ 'freebsd4' : ['/usr/local', '/usr'], 'freebsd5' : ['/usr/local', '/usr'], 'freebsd6' : ['/usr/local', '/usr'], + 'freebsd7' : ['/usr/local', '/usr'], + 'freebsd8' : ['/usr/local', '/usr'], ++ 'freebsd9' : ['/usr/local', '/usr'], 'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',], 'gnukfreebsd5' : ['/usr/local', '/usr'], 'gnukfreebsd6' : ['/usr/local', '/usr'], -@@ -814,7 +816,7 @@ +@@ -756,7 +759,7 @@ module.libraries.extend(wxlibs) return @@ -18,7 +19,7 @@ # Make sure you use the Tk version given by Tkinter.TkVersion # or else you'll build for a wrong version of the Tcl -@@ -1096,9 +1098,9 @@ +@@ -1054,9 +1057,9 @@ # Add final versions of directories and libraries to module lists tcl_lib, tcl_inc, tk_lib, tk_inc = result >Release-Note: >Audit-Trail: >Unformatted: From amdmi3 at amdmi3.ru Sun Nov 1 14:30:04 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Sun Nov 1 14:30:15 2009 Subject: ports/140165: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE Message-ID: <20091101142507.5AAC7B829@hades.panopticon> >Number: 140165 >Category: ports >Synopsis: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 14:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: - Fix file permissions, some files are installed non-world-readable - While here, mark MAKE_JOBS_SAFE Port maintainer (olgeni@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- esdl-1.0.1_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/esdl/Makefile,v retrieving revision 1.36 diff -u -u -r1.36 Makefile --- Makefile 22 Aug 2009 00:18:01 -0000 1.36 +++ Makefile 1 Nov 2009 01:47:30 -0000 @@ -7,7 +7,7 @@ PORTNAME= esdl PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -27,6 +27,7 @@ USE_SDL= sdl ALL_TARGET= target PLIST_SUB= VERSION="${PORTVERSION}" +MAKE_JOBS_SAFE= yes OPTIONS= SDL_TTF "SDL_ttf support" on \ SDL_IMAGE "SDL_image support" on @@ -47,6 +48,9 @@ PLIST_SUB+= SDL_IMAGE="@comment " .endif +post-extract: + @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} go+r + post-patch: @${REINPLACE_CMD} -Ee 's|addons|lib|' ${WRKSRC}/Makefile .if !defined(WITHOUT_SDL_TTF) --- esdl-1.0.1_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 14:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 14:30:26 2009 Subject: ports/140164: [Patch]math/py-matplotlib:fix the build on FreeBSD9 Message-ID: <200911011430.nA1EUEhE024953@freefall.freebsd.org> Synopsis: [Patch]math/py-matplotlib:fix the build on FreeBSD9 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 14:30:13 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140164 From edwin at FreeBSD.org Sun Nov 1 14:30:32 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 14:30:39 2009 Subject: ports/140165: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE Message-ID: <200911011430.nA1EUW3a027370@freefall.freebsd.org> Synopsis: [PATCH] devel/esdl: fix file permissions, mark MAKE_JOBS_SAFE Responsible-Changed-From-To: freebsd-ports-bugs->olgeni Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 14:30:31 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140165 From gslin at gslin.org Sun Nov 1 14:40:09 2009 From: gslin at gslin.org (Gea-Suan Lin) Date: Sun Nov 1 14:40:16 2009 Subject: ports/140166: [NEW PORT] devel/py26-pudb: A full-screen, console-based Python debugger Message-ID: <20091101143807.5A6767E81B@colo-p.gslin.org> >Number: 140166 >Category: ports >Synopsis: [NEW PORT] devel/py26-pudb: A full-screen, console-based Python debugger >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 14:40:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.2-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 22 10:48:39 CST 2009 >Description: PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. WWW: http://pypi.python.org/pypi/pudb/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py26-pudb-0.92.13.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pudb # py-pudb/pkg-descr # py-pudb/Makefile # py-pudb/distinfo # py-pudb/pkg-plist # echo c - py-pudb mkdir -p py-pudb > /dev/null 2>&1 echo x - py-pudb/pkg-descr sed 's/^X//' >py-pudb/pkg-descr << 'c1f54f611ca23148321bf264730c7b92' XPuDB is a full-screen, console-based visual debugger for Python. X XIts goal is to provide all the niceties of modern GUI-based debuggers Xin a more lightweight and keyboard-friendly package. PuDB allows you Xto debug code right where you write and test it--in a terminal. If Xyou've worked with the excellent (but nowadays ancient) DOS-based XTurbo Pascal or C tools, PuDB's UI might look familiar. X XWWW: http://pypi.python.org/pypi/pudb/ c1f54f611ca23148321bf264730c7b92 echo x - py-pudb/Makefile sed 's/^X//' >py-pudb/Makefile << '7de075dcd166f9e86d57e04783651118' X# New ports collection makefile for: py-pudb X# Date created: 2009-11-01 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= pudb XPORTVERSION= 0.92.13 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= gslin@gslin.org XCOMMENT= A full-screen, console-based Python debugger X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments \ X ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid X XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= easy_install X X.include 7de075dcd166f9e86d57e04783651118 echo x - py-pudb/distinfo sed 's/^X//' >py-pudb/distinfo << 'e4f0f7d5cd0c4c3bb807948adad13663' XMD5 (pudb-0.92.13.tar.gz) = 37b54712e5c60fbd87fdf077b694fe75 XSHA256 (pudb-0.92.13.tar.gz) = 41852d43b0a8733d84391a93d5861d5047882132eaad898cf533d0d6fa3fb07a XSIZE (pudb-0.92.13.tar.gz) = 26089 e4f0f7d5cd0c4c3bb807948adad13663 echo x - py-pudb/pkg-plist sed 's/^X//' >py-pudb/pkg-plist << '2f47470351f68a13844541216623de73' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/__init__.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/__init__.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/__init__.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/debugger.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/debugger.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/debugger.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ipython.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ipython.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ipython.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/lowlevel.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/lowlevel.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/lowlevel.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/run.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/run.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/run.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/shell.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/shell.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/shell.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/source_view.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/source_view.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/source_view.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/theme.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/theme.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/theme.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ui_tools.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ui_tools.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/ui_tools.pyo X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/var_view.py X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/var_view.pyc X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb/var_view.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pudb X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO X@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 2f47470351f68a13844541216623de73 exit --- py26-pudb-0.92.13.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From roberthuff at rcn.com Sun Nov 1 14:41:47 2009 From: roberthuff at rcn.com (Robert Huff) Date: Sun Nov 1 14:41:54 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 In-Reply-To: References: Message-ID: <19181.38745.674306.882196@jerusalem.litteratus.org> James Chang writes: > Dear Sir, > I tru to build lsof (/usr/ports/sysutils/lsof) under FreeBSD > 7.2-STABLE(AMD X64). > It show me the following ERROR messages. Does the code in /usr/src match the running system? If not, you may need to build/install a new kernel? (lsof uses headers from /usr/src that aren't installed in /usr/include. If the two don't match, it won't build.) Robert "been there, got the bite scars" Huff From jilles at stack.nl Sun Nov 1 15:00:14 2009 From: jilles at stack.nl (Jilles Tjoelker) Date: Sun Nov 1 15:00:20 2009 Subject: ports/140167: devel/e4graph: syntax error in configure script Message-ID: <20091101145828.E7F60228BE@snail.stack.nl> >Number: 140167 >Category: ports >Synopsis: devel/e4graph: syntax error in configure script >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 15:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jilles Tjoelker >Release: FreeBSD 9.0-CURRENT i386 >Organization: MCGV Stack >Environment: /bin/sh r197691 or newer >Description: Due to a change in /bin/sh a mismatched single quote inside backticks (`...`) now causes configure to fail. >How-To-Repeat: Try to build the port with a /bin/sh with r197691 change in it. >Fix: Apply this patch to the port Makefile. Alternatively, an upgrade may help. The broken code (tcl.m4) seems to originate with tcl 8.3 or older. --- devel-e4graph-syntaxfix.patch begins here --- --- ports/devel/e4graph/Makefile.orig 2009-08-22 02:18:00.000000000 +0200 +++ ports/devel/e4graph/Makefile 2009-11-01 15:32:50.000000000 +0100 @@ -46,7 +46,8 @@ post-patch: @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \ s|gcc -shared|$$(CC) -shared|g ; \ - s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir| ; \ + s:`awk '"'"'{print }'"'"' /etc/.relid'"'"'`:`awk '"'"'{print }'"'"' /etc/.relid`:g' \ ${WRKSRC}/configure @${CHMOD} +x ${WRKSRC}/scripts/ltconfig --- devel-e4graph-syntaxfix.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 15:00:24 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 15:00:31 2009 Subject: ports/140167: devel/e4graph: syntax error in configure script Message-ID: <200911011500.nA1F0OBq050855@freefall.freebsd.org> Synopsis: devel/e4graph: syntax error in configure script State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Nov 1 15:00:23 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140167 From edwin at FreeBSD.org Sun Nov 1 15:10:03 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Nov 1 15:10:16 2009 Subject: ports/140167: devel/e4graph: syntax error in configure script Message-ID: <200911011510.nA1FA3Mi058391@freefall.freebsd.org> The following reply was made to PR ports/140167; it has been noted by GNATS. From: Edwin Groothuis To: dan@rucci.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/140167: devel/e4graph: syntax error in configure script Date: Sun, 1 Nov 2009 15:00:22 UT Maintainer of devel/e4graph, Please note that PR ports/140167 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140167 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From gslin at gslin.org Sun Nov 1 15:10:06 2009 From: gslin at gslin.org (Gea-Suan Lin) Date: Sun Nov 1 15:10:16 2009 Subject: ports/140149: [PATCH] security/p5-Net-SAML: update to 0.38 Message-ID: <200911011510.nA1FA6xp058427@freefall.freebsd.org> The following reply was made to PR ports/140149; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/140149: [PATCH] security/p5-Net-SAML: update to 0.38 Date: Sun, 1 Nov 2009 23:06:55 +0800 Thanks, please commit it. On Sat, Oct 31, 2009 at 07:40:15PM +0000, Edwin Groothuis wrote: > Maintainer of security/p5-Net-SAML, > > Please note that PR ports/140149 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140149 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman From jilles at stack.nl Sun Nov 1 15:20:05 2009 From: jilles at stack.nl (Jilles Tjoelker) Date: Sun Nov 1 15:20:12 2009 Subject: ports/140162: teTeX listings module bug Message-ID: <200911011520.nA1FK5ht067698@freefall.freebsd.org> The following reply was made to PR ports/140162; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140162: teTeX listings module bug Date: Sun, 1 Nov 2009 16:13:45 +0100 Misfiled followup from Yasir M. Arsanukaev (the =?koi8-r?Q? stuff confused GNATS): [root@conductor /usr/ports]# pkg_info -E teTeX* teTeX-3.0_2 teTeX-base-3.0_14 teTeX-texmf-3.0_5 From d.durieux at siprossii.com Sun Nov 1 15:30:02 2009 From: d.durieux at siprossii.com (David DURIEUX) Date: Sun Nov 1 15:30:10 2009 Subject: ports/140168: Add new port glpi-plugins-tracker-server Message-ID: <200911011521.nA1FLbPZ067828@www.freebsd.org> >Number: 140168 >Category: ports >Synopsis: Add new port glpi-plugins-tracker-server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 15:30:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David DURIEUX >Release: >Organization: siprossii >Environment: >Description: New port: net-mgmt/glpi-plugins-tracker-server Plugin of glpi to get informations of networking devices by SNMP >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net-mgmt/glpi-plugins-tracker-server/ # /usr/ports/net-mgmt/glpi-plugins-tracker-server/Makefile # /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-descr # /usr/ports/net-mgmt/glpi-plugins-tracker-server/distinfo # /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-message # /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-plist # echo c - /usr/ports/net-mgmt/glpi-plugins-tracker-server/ mkdir -p /usr/ports/net-mgmt/glpi-plugins-tracker-server/ > /dev/null 2>&1 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-server/Makefile sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-server/Makefile << 'b1a944234631391e191a2dfd8989e7b2' X# New ports collection makefile for: glpi-plugins-tracker-server X# Date created: 31 October 2009 X# Whom: ddurieux X# X# $FreeBSD$ X# X XPORTNAME= server XDISTVERSION= 2.1.3 XCATEGORIES= net-mgmt XMASTER_SITES= https://forge.indepnet.net/attachments/download/512/ \ X http://glpi.siprossii.com/distfiles/ XPKGNAMEPREFIX= glpi-plugins-tracker- XDISTNAME= glpi-tracker_server-2.1.3 X XMAINTAINER= d.durieux@siprossii.com XCOMMENT= Plugin of glpi to get informations of networking devices by SNMP X XUSE_PHP= zlib X XRUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi X XWRKSRC= ${WRKDIR}/tracker XNO_BUILD= yes XPKGMESSAGE= ${WRKDIR}/pkg-message XCPIOARGS= --quiet -pdum -R X XGLPIPLUGINDIR?= www/glpi/plugins/tracker X X.include X Xpost-configure: X @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ X -e 's,%%GLPIPLUGINDIR%%,${GLPIPLUGINDIR},g' pkg-message > ${PKGMESSAGE} X Xdo-install: X @${MKDIR} -m 0755 ${PREFIX}/${GLPIPLUGINDIR} X @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include b1a944234631391e191a2dfd8989e7b2 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-descr sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-descr << 'b6b8eb933b6de0eb1d6f0e19402e5134' Xglpi-tracker-server in a plugin for glpi witch make inventory of Xdevices by SNMP and get informations like serial number, name, Xcartridge and page counter of printers and on switchs, devices connected Xon each port. b6b8eb933b6de0eb1d6f0e19402e5134 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-server/distinfo sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-server/distinfo << '36757890516b95077ca418465efd6dc4' XMD5 (glpi-tracker_server-2.1.3.tar.gz) = bda7bb4f12ab75e85ccfe23ff912fb56 XSHA256 (glpi-tracker_server-2.1.3.tar.gz) = c5d962a298df5f12fd624eb46a4cb869d3807281cddf0516f5e5b12336daf4b4 XSIZE (glpi-tracker_server-2.1.3.tar.gz) = 312924 36757890516b95077ca418465efd6dc4 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-message sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-message << '5fc9b8d105721f9b4bb38c930202ca63' X***************************************************************** XAdd in cron table to run server script : X X*/5 * * * * www %%PREFIX%%/%%GLPIPLUGINDIR%%/scripts/tracker_fullsync.sh X XThis script will parse xml files get from agent and update glpi fields X X***************************************************************** 5fc9b8d105721f9b4bb38c930202ca63 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-plist sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-server/pkg-plist << 'e7faed64995b4140a79c7971a5ad5ebd' Xwww/glpi/plugins/tracker/ajax/plugin_tracker.functionalities.tabs.php Xwww/glpi/plugins/tracker/docs/CHANGELOG.TXT Xwww/glpi/plugins/tracker/docs/LISEZMOI.TXT Xwww/glpi/plugins/tracker/docs/README.TXT Xwww/glpi/plugins/tracker/docs/ROADMAP.TXT Xwww/glpi/plugins/tracker/front/plugin_tracker.agents.diag.php Xwww/glpi/plugins/tracker/front/plugin_tracker.agents.export.php Xwww/glpi/plugins/tracker/front/plugin_tracker.agents.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.agents.php Xwww/glpi/plugins/tracker/front/plugin_tracker.agents.processes.php Xwww/glpi/plugins/tracker/front/plugin_tracker.computer_history.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.computer_loghistory.php Xwww/glpi/plugins/tracker/front/plugin_tracker.discovery.php Xwww/glpi/plugins/tracker/front/plugin_tracker.documentation.php Xwww/glpi/plugins/tracker/front/plugin_tracker.errors.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.functionalities.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.install.php Xwww/glpi/plugins/tracker/front/plugin_tracker.menu.php Xwww/glpi/plugins/tracker/front/plugin_tracker.mib_management.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.mib_management.php Xwww/glpi/plugins/tracker/front/plugin_tracker.models.export.php Xwww/glpi/plugins/tracker/front/plugin_tracker.models.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.models.php Xwww/glpi/plugins/tracker/front/plugin_tracker.printer_history.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.printer_history_config.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.printer_info.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.processes.connection.php Xwww/glpi/plugins/tracker/front/plugin_tracker.processes.errors.php Xwww/glpi/plugins/tracker/front/plugin_tracker.processes.php Xwww/glpi/plugins/tracker/front/plugin_tracker.profile.php Xwww/glpi/plugins/tracker/front/plugin_tracker.rangeip.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.rangeip.php Xwww/glpi/plugins/tracker/front/plugin_tracker.report.php Xwww/glpi/plugins/tracker/front/plugin_tracker.rules.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.snmp_auth.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.snmp_auth.php Xwww/glpi/plugins/tracker/front/plugin_tracker.switch_info.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.uninstall.php Xwww/glpi/plugins/tracker/front/plugin_tracker.unknown.form.php Xwww/glpi/plugins/tracker/front/plugin_tracker.unknown.php Xwww/glpi/plugins/tracker/hook.php Xwww/glpi/plugins/tracker/inc/device_serials.pm.php Xwww/glpi/plugins/tracker/inc/plugin_tracker-1.0.0-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-1.1.0-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-1.1.0-update.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.0.0-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.0.0-update.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.0.2-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.0.2-update.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.1.0-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.1.1-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.1.1-update.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.1.2-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker-2.1.3-empty.sql Xwww/glpi/plugins/tracker/inc/plugin_tracker.config.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_auth.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_dates.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_db.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_display.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_dropdown.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_ifmac.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_massiveaction.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.functions_setup.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.loghistory.computer.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.profile.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.agents.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.agents.processes.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.auth.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.auth.function.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.discovery.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.discovery.function.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.errors.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.function.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.history.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.history.function.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.importexport.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.logs.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.mapping.constant.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.mib.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.modele.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.networking.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.ocsng.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.ports.function.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.printers.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.printers.history.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.rangeip.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.thread.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.tmpconnections.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.unknown.class.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.snmp.walk.classes.php Xwww/glpi/plugins/tracker/inc/plugin_tracker.xml.class.php Xwww/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.3com.classes.php Xwww/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.cisco.classes.php Xwww/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.foundry_networks.classes.php Xwww/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.hp.classes.php Xwww/glpi/plugins/tracker/inc_manufacturer/plugin_tracker.oki.classes.php Xwww/glpi/plugins/tracker/index.php Xwww/glpi/plugins/tracker/locales/en_GB.php Xwww/glpi/plugins/tracker/locales/fr_FR.php Xwww/glpi/plugins/tracker/models/networking_3Com_Intellijack_225.xml Xwww/glpi/plugins/tracker/models/networking_aironet_cisco.xml Xwww/glpi/plugins/tracker/models/networking_cisco_Catalyst_2950.xml Xwww/glpi/plugins/tracker/models/networking_cisco_generic.xml Xwww/glpi/plugins/tracker/models/networking_cisco_older.xml Xwww/glpi/plugins/tracker/models/networking_foundry_networks.xml Xwww/glpi/plugins/tracker/models/networking_hp_procurve_generic.xml Xwww/glpi/plugins/tracker/models/networking_switch_generic.xml Xwww/glpi/plugins/tracker/models/printer_Dell_Laser_1720.xml Xwww/glpi/plugins/tracker/models/printers_Canon_iR3180C.xml Xwww/glpi/plugins/tracker/models/printers_Dell_1815.xml Xwww/glpi/plugins/tracker/models/printers_Epson_Laser_Couleur.xml Xwww/glpi/plugins/tracker/models/printers_HP_LaserJet_Color_generic.xml Xwww/glpi/plugins/tracker/models/printers_HP_LaserJet_generic.xml Xwww/glpi/plugins/tracker/models/printers_Lexmark_LaserJet_mono_T.xml Xwww/glpi/plugins/tracker/models/printers_copy_ricoh_color.xml Xwww/glpi/plugins/tracker/models/printers_copy_ricoh_nb.xml Xwww/glpi/plugins/tracker/models/printers_generic.xml Xwww/glpi/plugins/tracker/models/printers_generic_Canon_iR_color.xml Xwww/glpi/plugins/tracker/models/printers_generic_Ricoh.xml Xwww/glpi/plugins/tracker/models/printers_laser_color_Oki_C5250n.xml Xwww/glpi/plugins/tracker/models/printers_laser_color_Oki_C5600.xml Xwww/glpi/plugins/tracker/models/printers_laser_color_Ricoh.xml Xwww/glpi/plugins/tracker/pics/bookmark_off.png Xwww/glpi/plugins/tracker/pics/books.png Xwww/glpi/plugins/tracker/pics/connected_trunk.png Xwww/glpi/plugins/tracker/pics/export.png Xwww/glpi/plugins/tracker/pics/menu_agents.png Xwww/glpi/plugins/tracker/pics/menu_authentification.png Xwww/glpi/plugins/tracker/pics/menu_discovery.png Xwww/glpi/plugins/tracker/pics/menu_info_agents.png Xwww/glpi/plugins/tracker/pics/menu_info_server.png Xwww/glpi/plugins/tracker/pics/menu_mini_agents.png Xwww/glpi/plugins/tracker/pics/menu_mini_authentification.png Xwww/glpi/plugins/tracker/pics/menu_mini_discovery.png Xwww/glpi/plugins/tracker/pics/menu_mini_info_agents.png Xwww/glpi/plugins/tracker/pics/menu_mini_info_server.png Xwww/glpi/plugins/tracker/pics/menu_mini_models.png Xwww/glpi/plugins/tracker/pics/menu_mini_rangeip.png Xwww/glpi/plugins/tracker/pics/menu_mini_rapports.png Xwww/glpi/plugins/tracker/pics/menu_mini_unknown_device.png Xwww/glpi/plugins/tracker/pics/menu_models.png Xwww/glpi/plugins/tracker/pics/menu_rangeip.png Xwww/glpi/plugins/tracker/pics/menu_rapports.png Xwww/glpi/plugins/tracker/pics/menu_unknown_device.png Xwww/glpi/plugins/tracker/pics/multiple_mac_addresses.png Xwww/glpi/plugins/tracker/pics/ok2.png Xwww/glpi/plugins/tracker/pics/orangebutton.png Xwww/glpi/plugins/tracker/pics/port_trunk.png Xwww/glpi/plugins/tracker/pics/wait.png Xwww/glpi/plugins/tracker/pics/yellowbutton.png Xwww/glpi/plugins/tracker/plugin_tracker.includes.php Xwww/glpi/plugins/tracker/report/plugin_tracker.ports_date_connections.php Xwww/glpi/plugins/tracker/report/plugin_tracker.switch_ports.history.php Xwww/glpi/plugins/tracker/script.js Xwww/glpi/plugins/tracker/scripts/.htaccess Xwww/glpi/plugins/tracker/scripts/auth.xml Xwww/glpi/plugins/tracker/scripts/run_bat.php Xwww/glpi/plugins/tracker/scripts/tracker_fullsync.bat Xwww/glpi/plugins/tracker/scripts/tracker_fullsync.php Xwww/glpi/plugins/tracker/scripts/tracker_fullsync.sh Xwww/glpi/plugins/tracker/setup.php Xwww/glpi/plugins/tracker/tool/parselog.pl X@dirrm www/glpi/plugins/tracker/tool X@dirrm www/glpi/plugins/tracker/scripts X@dirrm www/glpi/plugins/tracker/report X@dirrm www/glpi/plugins/tracker/pics X@dirrm www/glpi/plugins/tracker/models X@dirrm www/glpi/plugins/tracker/locales X@dirrm www/glpi/plugins/tracker/inc_manufacturer X@dirrm www/glpi/plugins/tracker/inc X@dirrm www/glpi/plugins/tracker/front X@dirrm www/glpi/plugins/tracker/docs X@dirrm www/glpi/plugins/tracker/ajax X@dirrm www/glpi/plugins/tracker e7faed64995b4140a79c7971a5ad5ebd exit >Release-Note: >Audit-Trail: >Unformatted: From tmseck at web.de Sun Nov 1 15:40:04 2009 From: tmseck at web.de (Thomas-Martin Seck) Date: Sun Nov 1 15:40:16 2009 Subject: ports/139760: www/squid31 fails to build without NIS/Kerberos Message-ID: <200911011540.nA1Fe3mW085579@freefall.freebsd.org> The following reply was made to PR ports/139760; it has been noted by GNATS. From: Thomas-Martin Seck To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/139760: www/squid31 fails to build without NIS/Kerberos Date: Sun, 1 Nov 2009 16:25:38 +0100 Thanks for your submission! I am going to integrate the SQUID_KERB_AUTH and SQUID_NIS_AUTH options into www/squid* when I update the ports. I am keeping these options "on" by default however and will keep the tests for the old global make.conf options {NO,WITHOUT}_{NIS,KERBEROS} in place so that the port's basic behaviour will not change from the current status quo. From tmseck at web.de Sun Nov 1 15:40:05 2009 From: tmseck at web.de (Thomas-Martin Seck) Date: Sun Nov 1 15:40:16 2009 Subject: ports/140146: [patch] www/squid: Add squid_fib option for alternate routing tables Message-ID: <200911011540.nA1Fe5qR085587@freefall.freebsd.org> The following reply was made to PR ports/140146; it has been noted by GNATS. From: Thomas-Martin Seck To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140146: [patch] www/squid: Add squid_fib option for alternate routing tables Date: Sun, 1 Nov 2009 16:18:23 +0100 Thanks for your submission! I made some stylistic changes and simplified the test logic a bit. Could you try this patch and make sure it still does what it should (on my FreeBSD 4 test system it correctly skips setfib(1) -- and it should do so on 6.x, too)? Index: files/squid.in =================================================================== --- files/squid.in (revision 1667) +++ files/squid.in (working copy) @@ -11,6 +11,9 @@ # /etc/rc.conf.d/squid to make this script actually do something. There # you can also set squid_chdir, squid_pidfile, squid_user, and squid_flags. # +# On FreeBSD 7.1 and beyond you can use squid_fib to set a different routing +# table for squid. See setfib(1) for details. +# # Please see squid(8), rc.conf(5) and rc(8) for further details. # @@ -18,6 +21,15 @@ ${command} ${squid_flags} -k check 2>/dev/null } +squid_setfib() { + sysctl net.fibs >/dev/null 2>&1 || return 0 + if [ "x${squid_fib}" != "xNONE" ]; then + command="setfib -F ${squid_fib} ${command}" + else + return 0 + fi +} + squid_stop() { echo "Stopping ${name}." ${command} ${squid_flags} -k shutdown @@ -32,6 +44,7 @@ command=%%PREFIX%%/sbin/squid extra_commands=reload reload_cmd="${command} ${squid_flags} -k reconfigure" +start_precmd="squid_setfib" stop_precmd="squid_checkrunning" stop_cmd="squid_stop" @@ -39,6 +52,7 @@ squid_chdir=${squid_chdir:-"%%PREFIX%%/squid/logs"} squid_enable=${squid_enable:-"NO"} +squid_fib=${squid_fib:-"NONE"} squid_flags=${squid_flags-"-D"} squid_pidfile=${squid_pidfile:-"%%PREFIX%%/squid/logs/squid.pid"} squid_user=${squid_user:-%%SQUID_UID%%} From amdmi3 at amdmi3.ru Sun Nov 1 15:50:04 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Sun Nov 1 15:50:19 2009 Subject: ports/140169: [REPOCOPY] please repocopy graphics/wings -> graphics/wings-devel Message-ID: <20091101154741.54255B829@hades.panopticon> >Number: 140169 >Category: ports >Synopsis: [REPOCOPY] please repocopy graphics/wings -> graphics/wings-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 15:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Please repocopy graphics/wings to graphics/wings-devel Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 15:50:24 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 15:50:30 2009 Subject: ports/140169: [REPOCOPY] please repocopy graphics/wings -> graphics/wings-devel Message-ID: <200911011550.nA1FoNBD095906@freefall.freebsd.org> Synopsis: [REPOCOPY] please repocopy graphics/wings -> graphics/wings-devel Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 15:50:23 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140169 From thierry at FreeBSD.org Sun Nov 1 16:20:03 2009 From: thierry at FreeBSD.org (Thierry Thomas) Date: Sun Nov 1 16:20:14 2009 Subject: ports/140170: net/liveMedia: install shared libraries and thus fix rtsp in multimedia/vlc Message-ID: <20091101161804.B889D1145B@graf.pompo.net> >Number: 140170 >Category: ports >Synopsis: net/liveMedia: install shared libraries and thus fix rtsp in multimedia/vlc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 16:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 8.0-BETA3 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 8.0-BETA3 FreeBSD 8.0-BETA3 #0: Sat Aug 29 18:35:30 CEST 2009 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF090829 i386 >Description: At the moment, the port net/liveMedia does not install shared libraries, but only the static ones, and this breaks RTSP support in multimedia/vlc, because it fails to dlopen liveMedia. >How-To-Repeat: When built against static liveMedia libs, vlc chokes on rtsp with the following messages: VLC media player 1.0.1 Goldeneye [0x34136100] main libvlc warning: cannot load module `/usr/local/lib/vlc/demux/liblive555_plugin.so' (/usr/local/lib/vlc/demux/liblive555_plugin.so: Undefined symbol "_ZTI9HashTable") [0x34136100] main libvlc warning: cannot load module `/usr/local/lib/vlc/gui/libskins2_plugin.so' (/usr/local/lib/vlc/gui/libskins2_plugin.so: Undefined symbol "_ZN10X11FactoryC1EP13intf_thread_t") [0x37f50700] main demux warning: no access_demux module matching "file" could be loaded ... [0x384fc640] access_realrtsp access warning: only real/helix rtsp servers supported for now [0x384fc640] main access warning: no access module matching "rtsp" could be loaded [0x39a72010] main input error: open of `rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd' failed: (null) >Fix: Please apply the hereunder patch (then, you might want to bump multimedia/vlc's PORTREVISION). Note: there are several ways to build shared libraries; this one is not the smarttest, but it avoids several patches in the various Makefile.tail. --- liveMedia.diff begins here --- diff -urN net/liveMedia.orig/Makefile net/liveMedia/Makefile --- net/liveMedia.orig/Makefile 2009-10-06 23:23:13.000000000 +0200 +++ net/liveMedia/Makefile 2009-11-01 16:29:04.000000000 +0100 @@ -7,7 +7,7 @@ PORTNAME= liveMedia PORTVERSION= 2009.09.28 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ @@ -28,6 +28,9 @@ CONFIGURE_SCRIPT= genMakefiles CONFIGURE_ARGS= fixed-${OPSYS:L} +USE_LDCONFIG= ${PREFIX}/live/BasicUsageEnvironment \ + ${PREFIX}/live/UsageEnvironment ${PREFIX}/live/groupsock \ + ${PREFIX}/live/liveMedia INSTALL_DATADIR= ${INSTALL} -d ${_SHROWNGRP} -m 755 @@ -186,20 +189,43 @@ BROKEN= Does not compile .endif -post-extract: - @${SED} -e "s|%%CFLAGS%%|${CFLAGS}|" \ - ${FILESDIR}/config.fixed-${OPSYS:L} > ${WRKSRC}/config.fixed-${OPSYS:L} +pre-configure: +.for typconf in fixed shared + ${SED} -e "s|%%CFLAGS%%|${CFLAGS}|" \ + ${FILESDIR}/config.${typconf}-${OPSYS:L} > ${WRKSRC}/config.${typconf}-${OPSYS:L} +.endfor + +config-shared: + @(cd ${CONFIGURE_WRKSRC} && \ + ${SET_LATE_CONFIGURE_ARGS} \ + if ! ${SETENV} CC="${CC}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + INSTALL="/usr/bin/install -c ${_BINOWNGRP}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} shared-${OPSYS:L}; then \ + ${ECHO_MSG} "===> Script \"${CONFIGURE_SCRIPT}\" failed unexpectedly."; \ + (${ECHO_CMD} ${CONFIGURE_FAIL_MESSAGE}) | ${FMT} 75 79 ; \ + ${FALSE}; \ + fi) + +build-shared: + @(cd ${BUILD_WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}) -post-build: +post-build: config-shared build-shared @${RM} -f ${PLIST} @${TOUCH} ${PLIST} @${ECHO_CMD} bin/playSIP >> ${PLIST} @${ECHO_CMD} bin/openRTSP >> ${PLIST} @${ECHO_CMD} bin/sapWatch >> ${PLIST} - @${ECHO_CMD} live/BasicUsageEnvironment/libBasicUsageEnvironment.a >> ${PLIST} - @${ECHO_CMD} live/UsageEnvironment/libUsageEnvironment.a >> ${PLIST} - @${ECHO_CMD} live/groupsock/libgroupsock.a >> ${PLIST} - @${ECHO_CMD} live/liveMedia/libliveMedia.a >> ${PLIST} +.for libsfx in .a .so .so.0 + @${ECHO_CMD} live/BasicUsageEnvironment/libBasicUsageEnvironment${libsfx} >> ${PLIST} + @${ECHO_CMD} live/UsageEnvironment/libUsageEnvironment${libsfx} >> ${PLIST} + @${ECHO_CMD} live/groupsock/libgroupsock${libsfx} >> ${PLIST} + @${ECHO_CMD} live/liveMedia/libliveMedia${libsfx} >> ${PLIST} +.endfor .for file in ${BasicUsageEnvironment} @${ECHO_CMD} live/BasicUsageEnvironment/include/${file:T} >> ${PLIST} .endfor @@ -229,10 +255,11 @@ @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/playSIP ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/openRTSP ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/testProgs/sapWatch ${PREFIX}/bin/ - @${INSTALL_DATA} ${WRKSRC}/BasicUsageEnvironment/libBasicUsageEnvironment.a ${PREFIX}/live/BasicUsageEnvironment/ - @${INSTALL_DATA} ${WRKSRC}/UsageEnvironment/libUsageEnvironment.a ${PREFIX}/live/UsageEnvironment/ - @${INSTALL_DATA} ${WRKSRC}/groupsock/libgroupsock.a ${PREFIX}/live/groupsock/ - @${INSTALL_DATA} ${WRKSRC}/liveMedia/libliveMedia.a ${PREFIX}/live/liveMedia/ +.for file in BasicUsageEnvironment UsageEnvironment groupsock liveMedia + ${INSTALL_DATA} ${WRKSRC}/${file}/lib${file}.a ${PREFIX}/live/${file}/ + ${INSTALL_PROGRAM} ${WRKSRC}/${file}/lib${file}.so ${PREFIX}/live/${file}/lib${file}.so.0 + ${LN} -sf ${PREFIX}/live/${file}/lib${file}.so.0 ${PREFIX}/live/${file}/lib${file}.so +.endfor .for file in ${BasicUsageEnvironment} @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/BasicUsageEnvironment/include/ .endfor diff -urN net/liveMedia.orig/files/config.shared-freebsd net/liveMedia/files/config.shared-freebsd --- net/liveMedia.orig/files/config.shared-freebsd 1970-01-01 01:00:00.000000000 +0100 +++ net/liveMedia/files/config.shared-freebsd 2009-11-01 15:41:23.000000000 +0100 @@ -0,0 +1,16 @@ +COMPILE_OPTS = %%CFLAGS%% $(INCLUDES) -I. -DBSD=1 -DSOCKLEN_T=socklen_t -DHAVE_SOCKADDR_LEN=1 +C = c +C_COMPILER = $(CC) +C_FLAGS = $(COMPILE_OPTS) +CPLUSPLUS_COMPILER = $(CXX) +CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -Wno-deprecated +OBJ = o +LINK = $(CXX) -o +LINK_OPTS = -L. +CONSOLE_LINK_OPTS = $(LINK_OPTS) +LIBRARY_LINK = $(CC) -o +LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@ +LIB_SUFFIX = so +LIBS_FOR_CONSOLE_APPLICATION = +LIBS_FOR_GUI_APPLICATION = +EXE = --- liveMedia.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 16:20:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 16:20:24 2009 Subject: ports/140170: net/liveMedia: install shared libraries and thus fix rtsp in multimedia/vlc Message-ID: <200911011620.nA1GKHsZ020405@freefall.freebsd.org> Synopsis: net/liveMedia: install shared libraries and thus fix rtsp in multimedia/vlc Responsible-Changed-From-To: freebsd-ports-bugs->nork Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 16:20:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140170 From linimon at FreeBSD.org Sun Nov 1 16:35:19 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Nov 1 16:35:26 2009 Subject: ports/140149: [PATCH] security/p5-Net-SAML: update to 0.38 Message-ID: <200911011635.nA1GZIRl037011@freefall.freebsd.org> Synopsis: [PATCH] security/p5-Net-SAML: update to 0.38 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Nov 1 16:34:57 UTC 2009 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=140149 From joegreen031 at gmail.com Sun Nov 1 16:57:59 2009 From: joegreen031 at gmail.com (Joe Green) Date: Sun Nov 1 16:58:05 2009 Subject: MYSTERY SHOPPERS REP NEEDED IN YOUR AREA - GET PAID WEEKLY ($342 usd) Message-ID: <6scekr$9f1usm@ip6-smtp.int.cbn.net.id> Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20091101225251.A8AE11664A1@linuxcommercenona.cbn.net.id> Date: Sun, 1 Nov 2009 22:52:51 +0000 (UTC) Hello My name is Joe Green, I will like you to become our mystery shopper.You will earn $342 by been a mystery shopper. Your employment packet include business evaluation form, a training assignment which will be send to you after you received payment for the assignment. Paycheck would be sent to you for the assignment by Certified Check or money order. you are to deduct your $342 which will be your wages, and the rest would be used for the evaluation at the store that would be sent to you. Your Employment packet are as follows: 1. Business evaluation form: This is the form you are required to fill after you visit any shopping mall in your area, you would be given the store name and address. You are required to evaluate its customer service and quality control after their services are rendered to you. You would required to fill a form to rate the employee(s), the form would be given to you after the evaluation. 2. Training Assignment: You are hired to evaluate the quality of services of the store or mall that would be given to you. You are needed to rate the employees. Please note, this is a part-time activity. If you are interested and willing to work with us, Email me the below details: First Name: Last Name: Residential Address: City: State: Zip Code: Home Phone: Cell Phone: Email: Preferred Time to Call: Can you Check email at least twice Daily: Reply to:- joegreen031@gmail.com Thanks For Your Understanding. Joe Green From informatique.src at gmail.com Sun Nov 1 17:40:03 2009 From: informatique.src at gmail.com (insrc) Date: Sun Nov 1 17:40:12 2009 Subject: ports/140109: www/validator 0.8.3_1: /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/SGML/Parser/OpenSP/OpenSP.so: Undefined symbol "_ZN15SGMLApplication11nonSgmlCharERKNS_16NonSgmlCharEventE" Message-ID: <200911011740.nA1He3pR088757@freefall.freebsd.org> The following reply was made to PR ports/140109; it has been noted by GNATS. From: insrc To: Naram Qashat Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/140109: www/validator 0.8.3_1: /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/SGML/Parser/OpenSP/OpenSP.so: Undefined symbol "_ZN15SGMLApplication11nonSgmlCharERKNS_16NonSgmlCharEventE" Date: Sun, 1 Nov 2009 18:13:03 +0100 --00163600d1f1af165a0477525fc1 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Oct 30, 2009 at 5:01 PM, Naram Qashat wrote: > isrc wrote: > >> Number: 140109 >>> Category: ports >>> >>> Synopsis: www/validator 0.8.3_1: >>> /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/SGML/Parser/OpenSP/OpenSP.so: >>> Undefined symbol >>> "_ZN15SGMLApplication11nonSgmlCharERKNS_16NonSgmlCharEventE" >>> >> > The version of www/validator you have in your ports tree is old. The > current version is 0.8.5_1. Hi Naram, Actually, i should have double checked my report first ! The version i have trouble with is indeed www/validator 0.8.5_1 from the port. I wrongly reported this bug against www/validator 0.8.3_1 because this is the release that is installed (from the binary package) on my box right now and which works just fine because the up-to-date validator release from the port give me the "undefined symbol" message above. > This might be because the portsnap for FreeBSD 6.4 is old. Because it > seems like your ports tree is old, you might also not have the latest > version of textproc/p5-SGML-Parser-OpenSP, which is at 0.994 now. My only > recommendation is to update your ports tree using cvsup instead of portsnap, > to get the latest version of both ports. Make sure you update > textproc/p5-SGML-Parser-OpenSP before www/validator. > > Nope, that's my report which wasn't accurate and i'm sorry about that :(. The ports tree on my box is up-to-date and i get the "undefined symbol" error with www/validator 0.8.5_1 and textproc/p5-SGML-Parser-OpenSP 0.994 But it looks like there must be something fishy on my setup so i'll try to setup a VM with a clean FreeBSD 6.4 and check if i can reproduce this issue. In the meantime, don't hesitate to ask for further debug information (and how to generate them please :o) > Thanks, > Thanks for your time ! > Naram Qashat > > --00163600d1f1af165a0477525fc1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

    On Fri, Oct 30, 2009 at 5:01 PM, Naram Q= ashat <cybe= rbotx@cyberbotx.com> wrote:
    isrc wrote:
    Number: =A0 =A0 =A0 =A0 140109
    Category: =A0 =A0 =A0 ports

    Synopsis: =A0 =A0 =A0 www/validator 0.8.3_1: /usr/local/lib/perl5/site_perl= /5.8.9/mach/auto/SGML/Parser/OpenSP/OpenSP.so: Undefined symbol "_ZN15= SGMLApplication11nonSgmlCharERKNS_16NonSgmlCharEventE"

    The version of www/validator you have in your ports tree is old. =A0The cur= rent version is 0.8.5_1. =A0
    Hi Naram,
    Actually, i shou= ld have double checked my report=A0 first ! The version i have trouble with= is indeed www/validator 0.8.5_1 from the port. I wrongly reported this bug= against www/validator 0.8.3_1 because this is the release that is installe= d (from the binary package) on my box right now and which works just fine b= ecause the up-to-date validator release from the port give me the "und= efined symbol" message above.

    =A0
    This= might be because the portsnap for FreeBSD 6.4 is old. =A0Because it seems = like your ports tree is old, you might also not have the latest version of = textproc/p5-SGML-Parser-OpenSP, which is at 0.994 now. =A0My only recommend= ation is to update your ports tree using cvsup instead of portsnap, to get = the latest version of both ports. =A0Make sure you update textproc/p5-SGML-= Parser-OpenSP before www/validator.

    Nope, that's my report which wasn't accurate = and i'm sorry about that :(.
    The ports tree on my box is up-to-date= and i get the "undefined symbol" error with www/validator 0.8.5_= 1 and textproc/p5-SGML-Parser-OpenSP 0.994
    But it looks like there must be something fishy on my setup so i'll try= to setup a VM with a clean FreeBSD 6.4 and check if i can=A0 reproduce thi= s issue.
    In the meantime, don't hesitate to ask for further debug i= nformation (and how to generate them please :o)

    =A0
    Thanks,
    Thanks for your time !
    Naram Qashat


    --00163600d1f1af165a0477525fc1-- From hubert at tournier.org Sun Nov 1 18:10:04 2009 From: hubert at tournier.org (Hubert Tournier) Date: Sun Nov 1 18:10:16 2009 Subject: ports/140171: virtualbox port build error since 3.0.51.r22902 Message-ID: <20091101174418.F173B3F6CC@sd-15237.dedibox.fr> >Number: 140171 >Category: ports >Synopsis: virtualbox port build error since 3.0.51.r22902 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 18:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hubert Tournier >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: Chuck's corner >Environment: Happens on all the machines that I have (both physical and virtual), with all FreeBSD versions that I use (7.2p4 i386 and amd64, 8.0RC2 i386), even with freshly installed systems with default release configuration (no make.conf). virtualbox port options: WITHOUT_QT4=true WITHOUT_DEBUG=true WITHOUT_GUESTADDITIONS=true WITH_DBUS=true WITHOUT_PULSEAUDIO=true WITHOUT_X11=true WITHOUT_NLS=true Example physical configuration (machine 1): CPU: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz (2833.03-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x1067a Stepping = 10 Features=0xbfebfbff Features2=0x408e3fd,XSAVE> AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 4 vgapci0: port 0xdc00-0xdc07 mem 0xfe400000-0xfe7fffff,0xd0000000-0xdfffffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: detected 65532k stolen memory agp0: aperture size is 256M vgapci1: mem 0xfea00000-0xfeafffff at device 2.1 on pci0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Example physical configuration (machine 2): CPU: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz (2166.84-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20100000 AMD Features2=0x1 Cores per package: 2 vgapci0: port 0xec00-0xec07 mem 0xffa80000-0xffafffff,0xe0000000-0xefffffff,0xffa40000-0xffa7ffff irq 16 at device 2.0 on pci0 vgapci1: mem 0xff980000-0xff9fffff at device 2.1 on pci0 >Description: Since the 3.0.51.r22902 (september, 13) version of virtualbox port, build crashes near the end, while testing device struct sizes (on VGASTATE). It worked fine with earlier versions on the same machines. A full trace is available there: http://www.frbsd.org/dist/vb/trace.txt.7z >How-To-Repeat: I provide a VirtualBox virtual machine with FreeBSD 8.0RC2 installed where this problem happens, there: http://www.frbsd.org/dist/vb/freebsd8rc2.vdi.7z (circ 700 MB) >Fix: No fix but a workaround: using the package instead of the port. --- trace.txt begins here --- freebsd# make install clean [...] kBuild: Pass - Other Stuff kmk[1]: Entering directory `/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902' kmk[2]: Entering directory `/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902' /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902/out/freebsd.x86/release/bin/testcase/tstAsmStructs [...] /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902/out/freebsd.x86/release/bin/testcase/tstDeviceStructSize tstDeviceStructSize: TESTING sizeof(uint128_t): 0x10 (16) sizeof(int128_t): 0x10 (16) sizeof(uint64_t): 0x8 (8) sizeof(int64_t): 0x8 (8) sizeof(uint32_t): 0x4 (4) sizeof(int32_t): 0x4 (4) sizeof(uint16_t): 0x2 (2) sizeof(int16_t): 0x2 (2) sizeof(uint8_t): 0x1 (1) sizeof(int8_t): 0x1 (1) VGASTATE::Dev offset=0x11dcc (73164) expected alignment 8, meaning 0x4 (4) off VGASTATE::StatRZMemoryRead offset=0x11fdc (73692) expected alignment 8, meaning 0x4 (4) off tstDeviceStructSize: Comparing HC and GC... sizeof(PDMDEVINS): 0x88 (136) sizeof(PCIDEVICE): 0x210 (528) sizeof(PCIDEVICEINT): 0x94 (148) sizeof(PCIIOREGION): 0x10 (16) sizeof(PIIX3State): 0x210 (528) sizeof(PCIBUS): 0x63c (1596) sizeof(PCIGLOBALS): 0x8a0 (2208) sizeof(VGASTATE): 0x124b4 (74932) sizeof(KBDQueue): 0x10c (268) sizeof(MouseCmdQueue): 0x14 (20) sizeof(MouseEventQueue): 0x10c (268) sizeof(KBDState): 0x330 (816) sizeof(PCNetState): 0x2568 (9576) sizeof(ACPIState): 0x12c0 (4800) sizeof(PicState): 0x20 (32) sizeof(DEVPIC): 0x58 (88) sizeof(PITChannelState): 0x50 (80) sizeof(PITState): 0x130 (304) sizeof(RTCState): 0x10c (268) sizeof(APICState): 0xd4 (212) sizeof(APICDeviceInfo): 0x40 (64) sizeof(IOAPICState): 0xe0 (224) sizeof(BMDMAState): 0x8 (8) sizeof(BMDMADesc): 0x8 (8) sizeof(ATADevState): 0x204 (516) sizeof(ATATransferRequest): 0xc (12) sizeof(ATAAbortRequest): 0x2 (2) sizeof(ATARequest): 0x10 (16) sizeof(ATACONTROLLER): 0x5b0 (1456) sizeof(PCIATAState): 0xd84 (3460) sizeof(ParallelState): 0xf0 (240) sizeof(SerialState): 0xf8 (248) sizeof(AHCIATADevState): 0x1a4 (420) sizeof(AHCIATATransferRequest): 0xc (12) sizeof(AHCIATAAbortRequest): 0x2 (2) sizeof(AHCIATARequest): 0x10 (16) sizeof(AHCIATACONTROLLER): 0x4e8 (1256) sizeof(AHCIPort): 0x208 (520) sizeof(AHCI): 0x49fc (18940) sizeof(EEPROM93C46): 0x94 (148) sizeof(E1KSTATE): 0x4b54 (19284) sizeof(VBOXSCSI): 0x28 (40) sizeof(BUSLOGICDEVICE): 0x3c (60) sizeof(BUSLOGIC): 0x7a4 (1956) sizeof(LSILOGICDEVICE): 0x38 (56) sizeof(LSILOGICSCSI): 0xeec (3820) tstDeviceStructSize: FAILURE - 2 errors kmk[2]: *** [/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902/out/freebsd.x86/release/obj/Devices/testcase/tstDeviceStructSize.run] Error 2 kmk[2]: Leaving directory `/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902' kmk[1]: *** [pass_others_this] Error 2 kmk[1]: Leaving directory `/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r22902' kmk: *** [pass_others_order] Error 2 *** Error code 2 Stop in /usr/ports/emulators/virtualbox. *** Error code 1 Stop in /usr/ports/emulators/virtualbox. --- trace.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ler at lerctr.org Sun Nov 1 18:10:09 2009 From: ler at lerctr.org (Larry Rosenman) Date: Sun Nov 1 18:10:17 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 In-Reply-To: References: Message-ID: Are your system sources current? and do they match the running system? it compiles file for me on: # uname -a FreeBSD thebighonker.lerctr.org 7.2-STABLE FreeBSD 7.2-STABLE #31: Tue Oct 27 17:56:57 CDT 2009 root@thebighonker.lerctr.org:/usr/obj/usr/src/sys/THEBIGHONKER amd64 # On Sun, November 1, 2009 7:32 am, James Chang wrote: > Dear Sir, > I tru to build lsof (/usr/ports/sysutils/lsof) under FreeBSD > 7.2-STABLE(AMD X64). > It show me the following ERROR messages. > > ===> Vulnerability check disabled, database not found > ===> Extracting for lsof-4.83B,4 > => MD5 Checksum OK for lsof_4.83B.freebsd.tar.bz2. > => SHA256 Checksum OK for lsof_4.83B.freebsd.tar.bz2. > ===> Patching for lsof-4.83B,4 > ===> Configuring for lsof-4.83B,4 > Creating ./lockf_owner.h from /usr/src/sys/kern/kern_lockf.c > ./lockf_owner.h creation succeeded. > rm -f ddev.c dfile.c dlsof.h dmnt.c dnode*.c dproc.c dproto.h dsock.c > dstore.c dzfs.h kernelbase.h machine.h machine.h.old new_machine.h > __lseek.s Makefile Makefile.zfs ./tests/config.cflags > rm -f ./tests/config.cc ./tests/config.xobj ./tests/config.ldflags > Testing C library for localtime() and strftime(), using cc ... present > ln -s dialects/freebsd/dlsof.h dlsof.h > ln -s dialects/freebsd/dmnt.c dmnt.c > ln -s dialects/freebsd/dnode.c dnode.c > ln -s dialects/freebsd/dnode1.c dnode1.c > ln -s dialects/freebsd/dnode2.c dnode2.c > ln -s dialects/freebsd/dproc.c dproc.c > ln -s dialects/freebsd/dproto.h dproto.h > ln -s dialects/freebsd/dsock.c dsock.c > ln -s dialects/freebsd/dstore.c dstore.c > ln -s dialects/freebsd/dzfs.h dzfs.h > ln -s dialects/freebsd/machine.h machine.h > Makefile and lib/Makefile created. > Makefile.zfs created. > ./tests/config.cc created > ./tests/config.cflags created > ./tests/config.ldflags created > ./tests/config.xobj created > ===> Building for lsof-4.83B,4 > (cd lib; make DEBUG="-O2" CFGF="-fno-strict-aliasing -pipe > -march=nocona -DHASRPCV2H -DHASEFFNLINK=i_effnlink -DHASF_VNODE > -DHASSBSTATE -DHAS_KVM_VNODE -DHAS_UFS1_2 -DHAS_NO_SI_UDEV > -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY > -DFREEBSDV=7020 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 > -DHAS_STRFTIME -DLSOF_VSTR=\"7.2-STABLE\"") > cc -fno-strict-aliasing -pipe -march=nocona -DHASRPCV2H > -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASSBSTATE -DHAS_KVM_VNODE > -DHAS_UFS1_2 -DHAS_NO_SI_UDEV -DHAS_SI_PRIV -DHAS_SYS_SX_H -DHAS_ZFS > -DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DFREEBSDV=7020 -DHASFDESCFS=2 > -DHASPSEUDOFS -DHASNULLFS -DHASIPv6 -DHAS_STRFTIME > -DLSOF_VSTR="7.2-STABLE" -I/usr/src/sys -O2 -c ckkv.c > In file included from ../dlsof.h:81, > from ../lsof.h:195, > from ckkv.c:43: > /usr/src/sys/sys/conf.h:144: error: expected declaration specifiers or > '...' before 'vm_memattr_t' > *** Error code 1 > > Stop in /usr/ports/sysutils/lsof/work/lsof_4.83B.freebsd/lib. > *** Error code 1 > > Stop in /usr/ports/sysutils/lsof/work/lsof_4.83B.freebsd. > *** Error code 1 > > Stop in /usr/ports/sysutils/lsof. > > Best Regards > > > James Chang > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From edwin at FreeBSD.org Sun Nov 1 20:01:36 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 20:01:42 2009 Subject: ports/140105: sysutils/moreutils port fails Message-ID: <200911012001.nA1K1a2H016242@freefall.freebsd.org> Synopsis: sysutils/moreutils port fails State-Changed-From-To: feedback->closed State-Changed-By: edwin State-Changed-When: Sun Nov 1 20:01:22 UTC 2009 State-Changed-Why: Submitted confirms issue is resolved http://www.freebsd.org/cgi/query-pr.cgi?pr=140105 From ertr1013 at student.uu.se Sun Nov 1 20:03:59 2009 From: ertr1013 at student.uu.se (Erik Trulsson) Date: Sun Nov 1 20:04:05 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 In-Reply-To: References: Message-ID: <20091101194826.GA69806@owl.midgard.homeip.net> [lsof maintainer added to Cc:] On Sun, Nov 01, 2009 at 12:10:07PM -0600, Larry Rosenman wrote: > Are your system sources current? and do they match the running system? > > it compiles file for me on: But if you update your FreeBSD system to the very latest (or at least after Oct 29) it will not compile fine for you either. The following commit to 7-stable broke lsof compilation: Author: jhb Date: Thu Oct 29 15:10:38 2009 New Revision: 198595 URL: http://svn.freebsd.org/changeset/base/198595 Log: MFC 196615: Extend the device pager to support different memory attributes on different pages in an object. - Add a new variant of d_mmap() currently called d_mmap2() which accepts an additional in/out parameter that is the memory attribute to use for the requested page. - A driver either uses d_mmap() or d_mmap2() for all requests but not - both. The current implementation uses a flag in the cdevsw (D_MMAP2) to indicate that the driver provides a d_mmap2() handler instead of d_mmap(). This is done to make the change ABI compatible with existing drivers and MFC'able to 7 and 8. The lsof source code contains code to handle the problem for -CURRENT. The following part from dialects/freebsd/dlsof.h is the relevant part which describes the problem and contains a solution for 9-CURRENT. # if FREEBSDV>=9000 /* * The FreeBSD 9 and above d_mmap2_t function typedef in needs * the definition of vm_memattr_t for a pointer, but that definition is only * available under _KERNEL in . Defining _KERNEL before * including causes many compilation problems, so this * expedient (hack) is used. */ #define vm_memattr_t void # endif /* FREEBSDV>=9000 */ #include # if FREEBSDV>=9000 #undef vm_memattr_t # endif /* FREEBSDV>=9000 */ The 'if FREEBSDV>=9000' parts need to be mofified to make it work for older releases too now that the d_mmap2_t function has been MFC'd. -- Erik Trulsson ertr1013@student.uu.se From ler at lerctr.org Sun Nov 1 20:29:09 2009 From: ler at lerctr.org (Larry Rosenman) Date: Sun Nov 1 20:29:22 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 In-Reply-To: <20091101194826.GA69806@owl.midgard.homeip.net> References: <20091101194826.GA69806@owl.midgard.homeip.net> Message-ID: I'm in contact with Vic Abell (LSOF author), and will get an update out soon. Thanks! On Sun, November 1, 2009 1:48 pm, Erik Trulsson wrote: > [lsof maintainer added to Cc:] > > On Sun, Nov 01, 2009 at 12:10:07PM -0600, Larry Rosenman wrote: >> Are your system sources current? and do they match the running system? >> >> it compiles file for me on: > > But if you update your FreeBSD system to the very latest (or at least > after > Oct 29) it will not compile fine for you either. > > The following commit to 7-stable broke lsof compilation: > > Author: jhb > Date: Thu Oct 29 15:10:38 2009 > New Revision: 198595 > URL: http://svn.freebsd.org/changeset/base/198595 > > Log: > MFC 196615: > Extend the device pager to support different memory attributes on > different > pages in an object. > - Add a new variant of d_mmap() currently called d_mmap2() which > accepts > an additional in/out parameter that is the memory attribute to use > for > the requested page. > - A driver either uses d_mmap() or d_mmap2() for all requests but not > - both. > The current implementation uses a flag in the cdevsw (D_MMAP2) to > indicate > that the driver provides a d_mmap2() handler instead of d_mmap(). > This > is done to make the change ABI compatible with existing drivers and > MFC'able to 7 and 8. > > The lsof source code contains code to handle the problem for -CURRENT. The > following part from dialects/freebsd/dlsof.h is the relevant part which > describes the problem and contains a solution for 9-CURRENT. > > # if FREEBSDV>=9000 > /* > * The FreeBSD 9 and above d_mmap2_t function typedef in > needs > * the definition of vm_memattr_t for a pointer, but that definition is > only > * available under _KERNEL in . Defining _KERNEL before > * including causes many compilation problems, so this > * expedient (hack) is used. > */ > #define vm_memattr_t void > # endif /* FREEBSDV>=9000 */ > > #include > > # if FREEBSDV>=9000 > #undef vm_memattr_t > # endif /* FREEBSDV>=9000 */ > > > The 'if FREEBSDV>=9000' parts need to be mofified to make it work for > older > releases too now that the d_mmap2_t function has been MFC'd. > > > > > > > -- > > Erik Trulsson > ertr1013@student.uu.se > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From edwin at FreeBSD.org Sun Nov 1 20:59:43 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 20:59:48 2009 Subject: ports/140162: print/teTeX listings module bug Message-ID: <200911012059.nA1KxgPl059752@freefall.freebsd.org> Synopsis: print/teTeX listings module bug Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 20:59:42 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140162 From edwin at FreeBSD.org Sun Nov 1 21:00:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 21:00:26 2009 Subject: ports/140171: emulators/virtualbox port build error since 3.0.51.r22902 Message-ID: <200911012100.nA1L0E86059948@freefall.freebsd.org> Synopsis: emulators/virtualbox port build error since 3.0.51.r22902 Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 21:00:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140171 From d.durieux at siprossii.com Sun Nov 1 22:00:08 2009 From: d.durieux at siprossii.com (David DURIEUX) Date: Sun Nov 1 22:00:14 2009 Subject: ports/140174: New port: net-mgmt/glpi-plugins-tracker-agent : Agent get informations of networking devices by SNMP for GLPI Message-ID: <200911012157.nA1LvvZ1079937@www.freebsd.org> >Number: 140174 >Category: ports >Synopsis: New port: net-mgmt/glpi-plugins-tracker-agent : Agent get informations of networking devices by SNMP for GLPI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 22:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David DURIEUX >Release: >Organization: siprossii >Environment: >Description: New port: net-mgmt/glpi-plugins-tracker-agent : Agent get informations of networking devices by SNMP for GLPI >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net-mgmt/glpi-plugins-tracker-agent # /usr/ports/net-mgmt/glpi-plugins-tracker-agent/Makefile # /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-descr # /usr/ports/net-mgmt/glpi-plugins-tracker-agent/distinfo # /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-message # /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-plist # echo c - /usr/ports/net-mgmt/glpi-plugins-tracker-agent mkdir -p /usr/ports/net-mgmt/glpi-plugins-tracker-agent > /dev/null 2>&1 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-agent/Makefile sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-agent/Makefile << '38cb4e5373cbc123ab0622309a08bb98' X# New ports collection makefile for: glpi-plugins-tracker-agent X# Date created: 01 November 2009 X# Whom: ddurieux X# X# $FreeBSD$ X# X XPORTNAME= agent XDISTVERSION= 1.5.3 XCATEGORIES= net-mgmt XMASTER_SITES= https://forge.indepnet.net/attachments/download/512/ \ X http://glpi.siprossii.com/distfiles/ XPKGNAMEPREFIX= glpi-plugins-tracker- XDISTNAME= glpi-tracker_agent-1.5.3 X XMAINTAINER= d.durieux@siprossii.com XCOMMENT= Agent get informations of networking devices by SNMP for GLPI X XBUILD_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ X ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ X ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ X ${SITE_PERL}/mach/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ X ${SITE_PERL}/Parallel/ForkManager.pm:${PORTSDIR}/devel/p5-Parallel-ForkManager X XUSE_PERL5= yes XWRKSRC= ${WRKDIR}/agent_tracker XNO_BUILD= yes XPKGMESSAGE= ${WRKDIR}/pkg-message XCPIOARGS= --quiet -pdum X XTRACKERAGENTDIR?= share/tracker_agent X X.include X Xpost-configure: X @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ X -e 's,%%TRACKERAGENTDIR%%,${TRACKERAGENTDIR},g' pkg-message > ${PKGMESSAGE} X Xdo-install: X @${MKDIR} -m 0755 ${PREFIX}/${TRACKERAGENTDIR} X @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${PREFIX}/${TRACKERAGENTDIR} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 38cb4e5373cbc123ab0622309a08bb98 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-descr sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-descr << 'c30e5769bdbda8188d79de11d556f23b' Xglpi-plugin-tracker-agent in a program writen in perl. It receive Xinformations from glpi server and query networking devices to Xget informations like serial number, name, Xcartridge and page counter of printers and on switchs, devices connected Xon each port. After it send them to glpi server. c30e5769bdbda8188d79de11d556f23b echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-agent/distinfo sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-agent/distinfo << '902b9050d6a185cedeb94c67e5ec0942' XMD5 (glpi-tracker_agent-1.5.3.tar.gz) = 529c04e543cfafb1fb82dc9be9028fbb XSHA256 (glpi-tracker_agent-1.5.3.tar.gz) = 1340f72b2da7e02c30f98855f4b339999ebe0dd54088bf228396ddc6ee9938f6 XSIZE (glpi-tracker_agent-1.5.3.tar.gz) = 19193 902b9050d6a185cedeb94c67e5ec0942 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-message sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-message << '058e752fe587fc731f7bae161ce348b4' X***************************************************************** XAdd in cron table to run agent script : X X*/10 * * * * root /usr/local/bin/perl %%PREFIX%%/%%TRACKERAGENTDIR%%/tracker_agent.pl X XThis script get devices to query from glpi server, query devices and send them to server X X***************************************************************** 058e752fe587fc731f7bae161ce348b4 echo x - /usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-plist sed 's/^X//' >/usr/ports/net-mgmt/glpi-plugins-tracker-agent/pkg-plist << '23c4f0fcaac708d830e9d2d1f32b5c2a' Xshare/tracker_agent/inc/communications_serveur.pm Xshare/tracker_agent/inc/device_serials.pm Xshare/tracker_agent/inc/devices/cisco.pm Xshare/tracker_agent/inc/devices/hp.pm Xshare/tracker_agent/inc/devices/samsung.pm Xshare/tracker_agent/inc/devices/wyse.pm Xshare/tracker_agent/inc/errors.pm Xshare/tracker_agent/inc/functions.pm Xshare/tracker_agent/inc/tracker_discovery.pm Xshare/tracker_agent/inc/tracker_pid.pm Xshare/tracker_agent/inc/tracker_query.pm Xshare/tracker_agent/inc/tracker_snmp.pm Xshare/tracker_agent/inc/tracker_xml.pm Xshare/tracker_agent/tools/verif_descr.pl Xshare/tracker_agent/tracker_agent.pl X@dirrm share/tracker_agent/tools X@dirrm share/tracker_agent/log X@dirrm share/tracker_agent/inc/devices X@dirrm share/tracker_agent/inc X@dirrm share/tracker_agent 23c4f0fcaac708d830e9d2d1f32b5c2a exit >Release-Note: >Audit-Trail: >Unformatted: From aragon at phat.za.net Sun Nov 1 22:10:02 2009 From: aragon at phat.za.net (Aragon Gouveia) Date: Sun Nov 1 22:10:09 2009 Subject: ports/140175: [patch] mail/ssmtp CRAM-MD5 broken Message-ID: <200911012204.nA1M49Wn080445@www.freebsd.org> >Number: 140175 >Category: ports >Synopsis: [patch] mail/ssmtp CRAM-MD5 broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 22:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aragon Gouveia >Release: 8.0-BETA3 >Organization: >Environment: FreeBSD igor.geek.sh 8.0-BETA3 FreeBSD 8.0-BETA3 #0: Thu Sep 17 14:02:41 SAST 2009 root@igor.geek.sh:/usr/obj/usr/src/sys/IGOR amd64 >Description: SSMTP bundles MD5 code with it (md5auth/md5c.c) instead of linking against system libraries, and this bundled code seems to generate broken HMAC-MD5 hashes, which breaks SSMTP's support for CRAM-MD5 SMTP authentication, at least on FreeBSD 8.0. Attached is a patch to the port that unlinks md5auth/md5c.c from the build, and links ssmtp against the system -lmd. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr ssmtp.orig/files/patch-configure ssmtp/files/patch-configure --- ssmtp.orig/files/patch-configure 2003-10-02 01:08:01.000000000 +0200 +++ ssmtp/files/patch-configure 2009-11-01 23:54:36.000000000 +0200 @@ -9,3 +9,16 @@ fi enableval="" +--- configure.orig 2009-11-01 23:52:55.000000000 +0200 ++++ configure 2009-11-01 23:53:42.000000000 +0200 +@@ -1591,7 +1591,8 @@ + #define MD5AUTH 1 + EOF + +- SRCS="$SRCS md5auth/md5c.c md5auth/hmac_md5.c" ++ SRCS="$SRCS md5auth/hmac_md5.c" ++ LIBS="$LIBS -lmd" + fi + enableval="" + + diff -uNr ssmtp.orig/files/patch-md5auth-hmac_md5.c ssmtp/files/patch-md5auth-hmac_md5.c --- ssmtp.orig/files/patch-md5auth-hmac_md5.c 1970-01-01 02:00:00.000000000 +0200 +++ ssmtp/files/patch-md5auth-hmac_md5.c 2009-11-01 23:56:00.000000000 +0200 @@ -0,0 +1,12 @@ +--- md5auth/hmac_md5.c.orig 2009-11-01 23:54:54.000000000 +0200 ++++ md5auth/hmac_md5.c 2009-11-01 23:55:07.000000000 +0200 +@@ -1,7 +1,7 @@ + #include "global.h" +-#include "md5.h" + #include + #include ++#include + + /* + ** Function: hmac_md5 (RFC 2104) + >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 22:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 22:10:20 2009 Subject: ports/140175: [patch] mail/ssmtp CRAM-MD5 broken Message-ID: <200911012210.nA1MACRs020398@freefall.freebsd.org> Synopsis: [patch] mail/ssmtp CRAM-MD5 broken Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 22:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140175 From d.durieux at siprossii.com Sun Nov 1 22:20:02 2009 From: d.durieux at siprossii.com (David DURIEUX) Date: Sun Nov 1 22:20:08 2009 Subject: ports/140176: new port : textproc/glpi-plugins-AdditionalReports : This plugin enables additional reports. Message-ID: <200911012217.nA1MH1of094495@www.freebsd.org> >Number: 140176 >Category: ports >Synopsis: new port : textproc/glpi-plugins-AdditionalReports : This plugin enables additional reports. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 22:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David DURIEUX >Release: >Organization: siprossii >Environment: >Description: new port : textproc/glpi-plugins-AdditionalReports : This plugin enables additional reports. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/textproc/glpi-plugins-AdditionalReports # /usr/ports/textproc/glpi-plugins-AdditionalReports/Makefile # /usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-descr # /usr/ports/textproc/glpi-plugins-AdditionalReports/distinfo # /usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-plist # echo c - /usr/ports/textproc/glpi-plugins-AdditionalReports mkdir -p /usr/ports/textproc/glpi-plugins-AdditionalReports > /dev/null 2>&1 echo x - /usr/ports/textproc/glpi-plugins-AdditionalReports/Makefile sed 's/^X//' >/usr/ports/textproc/glpi-plugins-AdditionalReports/Makefile << 'b180982caa88a69dfb64dfbd1c66fc0c' X# New ports collection makefile for: glpi-plugins-AdditionalReports X# Date created: 01 November 2009 X# Whom: ddurieux X# X# $FreeBSD$ X# X XPORTNAME= AdditionalReports XDISTVERSION= 1.3.0 XCATEGORIES= textproc XMASTER_SITES= https://forge.indepnet.net/attachments/download/136/ \ X http://glpi.siprossii.com/distfiles/ XPKGNAMEPREFIX= glpi-plugins- XDISTNAME= glpi-reports-1.3.0 X XMAINTAINER= d.durieux@siprossii.com XCOMMENT= This plugin enables additional reports. X XRUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi X XWRKSRC= ${WRKDIR}/reports XNO_BUILD= yes XPKGMESSAGE= ${WRKDIR}/pkg-message XCPIOARGS= --quiet -pdum -R X XGLPIPLUGINDIR?= www/glpi/plugins/reports X X.include X Xdo-install: X @${MKDIR} -m 0755 ${PREFIX}/${GLPIPLUGINDIR} X @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X X.include b180982caa88a69dfb64dfbd1c66fc0c echo x - /usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-descr sed 's/^X//' >/usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-descr << '2e1b3763ba601065974ecb76250831c2' Xglpi-plugins-AdditionalReports is a glpi plugin. XIt enables additional reports. X XMain features : X X * It also plugin allow you to add new reports in a simply way X (one PHP script for the report and one for the translation). X * It handle the right for each new report X * It provides some new reports (as sample) X X 2e1b3763ba601065974ecb76250831c2 echo x - /usr/ports/textproc/glpi-plugins-AdditionalReports/distinfo sed 's/^X//' >/usr/ports/textproc/glpi-plugins-AdditionalReports/distinfo << '245626bc992ca285b86ecb6dc7ce637d' XMD5 (glpi-reports-1.3.0.tar.gz) = 9cf4f41e797a77795a43082d2f3f17e1 XSHA256 (glpi-reports-1.3.0.tar.gz) = 436a21db2221dbd70b69e7dc54a52a472ef11277e28c59e309ad8a7ae3a71599 XSIZE (glpi-reports-1.3.0.tar.gz) = 38237 245626bc992ca285b86ecb6dc7ce637d echo x - /usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-plist sed 's/^X//' >/usr/ports/textproc/glpi-plugins-AdditionalReports/pkg-plist << 'fe13a73d85b5d8ce51dcdcb3e31e3d8b' Xwww/glpi/plugins/reports/docs/CHANGELOG.txt Xwww/glpi/plugins/reports/docs/LISEZMOI.txt Xwww/glpi/plugins/reports/docs/README.txt Xwww/glpi/plugins/reports/docs/ROADMAP.txt Xwww/glpi/plugins/reports/front/plugin_reports.config.form.php Xwww/glpi/plugins/reports/front/plugin_reports.profile.php Xwww/glpi/plugins/reports/front/plugin_reports.reports.php Xwww/glpi/plugins/reports/hook.php Xwww/glpi/plugins/reports/inc/plugin_reports.autocriteria.class.php Xwww/glpi/plugins/reports/inc/plugin_reports.autoreport.class.php Xwww/glpi/plugins/reports/inc/plugin_reports.config.function.php Xwww/glpi/plugins/reports/inc/plugin_reports.constant.php Xwww/glpi/plugins/reports/inc/plugin_reports.defaultvalue.class.php Xwww/glpi/plugins/reports/inc/plugin_reports.defaultvalue.function.php Xwww/glpi/plugins/reports/inc/plugin_reports.function.php Xwww/glpi/plugins/reports/inc/plugin_reports.profile.class.php Xwww/glpi/plugins/reports/locales/de_DE.php Xwww/glpi/plugins/reports/locales/en_GB.php Xwww/glpi/plugins/reports/locales/fr_FR.php Xwww/glpi/plugins/reports/locales/it_IT.php Xwww/glpi/plugins/reports/locales/nl_NL.php Xwww/glpi/plugins/reports/report/doublons/doublons.config.php Xwww/glpi/plugins/reports/report/doublons/doublons.de_DE.php Xwww/glpi/plugins/reports/report/doublons/doublons.en_GB.php Xwww/glpi/plugins/reports/report/doublons/doublons.fr_FR.php Xwww/glpi/plugins/reports/report/doublons/doublons.it_IT.php Xwww/glpi/plugins/reports/report/doublons/doublons.nl_NL.php Xwww/glpi/plugins/reports/report/doublons/doublons.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.de_DE.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.en_GB.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.fr_FR.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.it_IT.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.nl_NL.php Xwww/glpi/plugins/reports/report/equipmentbygroups/equipmentbygroups.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.de_DE.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.en_GB.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.fr_FR.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.it_IT.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.nl_NL.php Xwww/glpi/plugins/reports/report/equipmentbylocation/equipmentbylocation.php Xwww/glpi/plugins/reports/report/globalhisto/globalhisto.en_GB.php Xwww/glpi/plugins/reports/report/globalhisto/globalhisto.fr_FR.php Xwww/glpi/plugins/reports/report/globalhisto/globalhisto.nl_NL.php Xwww/glpi/plugins/reports/report/globalhisto/globalhisto.php Xwww/glpi/plugins/reports/report/histohard/histohard.de_DE.php Xwww/glpi/plugins/reports/report/histohard/histohard.en_GB.php Xwww/glpi/plugins/reports/report/histohard/histohard.fr_FR.php Xwww/glpi/plugins/reports/report/histohard/histohard.it_IT.php Xwww/glpi/plugins/reports/report/histohard/histohard.nl_NL.php Xwww/glpi/plugins/reports/report/histohard/histohard.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.de_DE.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.en_GB.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.fr_FR.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.it_IT.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.nl_NL.php Xwww/glpi/plugins/reports/report/histoinst/histoinst.php Xwww/glpi/plugins/reports/report/infocom/infocom.de_DE.php Xwww/glpi/plugins/reports/report/infocom/infocom.en_GB.php Xwww/glpi/plugins/reports/report/infocom/infocom.fr_FR.php Xwww/glpi/plugins/reports/report/infocom/infocom.it_IT.php Xwww/glpi/plugins/reports/report/infocom/infocom.nl_NL.php Xwww/glpi/plugins/reports/report/infocom/infocom.php Xwww/glpi/plugins/reports/report/licenses/licenses.de_DE.php Xwww/glpi/plugins/reports/report/licenses/licenses.en_GB.php Xwww/glpi/plugins/reports/report/licenses/licenses.fr_FR.php Xwww/glpi/plugins/reports/report/licenses/licenses.it_IT.php Xwww/glpi/plugins/reports/report/licenses/licenses.nl_NL.php Xwww/glpi/plugins/reports/report/licenses/licenses.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.de_DE.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.en_GB.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.fr_FR.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.it_IT.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.nl_NL.php Xwww/glpi/plugins/reports/report/licensesexpires/licensesexpires.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.de_DE.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.en_GB.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.fr_FR.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.it_IT.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.nl_NL.php Xwww/glpi/plugins/reports/report/listgroups/listgroups.php Xwww/glpi/plugins/reports/report/location/location.de_DE.php Xwww/glpi/plugins/reports/report/location/location.en_GB.php Xwww/glpi/plugins/reports/report/location/location.fr_FR.php Xwww/glpi/plugins/reports/report/location/location.it_IT.php Xwww/glpi/plugins/reports/report/location/location.nl_NL.php Xwww/glpi/plugins/reports/report/location/location.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.de_DE.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.en_GB.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.fr_FR.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.it_IT.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.nl_NL.php Xwww/glpi/plugins/reports/report/pcsbyentity/pcsbyentity.php Xwww/glpi/plugins/reports/report/rules/rules.de_DE.php Xwww/glpi/plugins/reports/report/rules/rules.en_GB.php Xwww/glpi/plugins/reports/report/rules/rules.fr_FR.php Xwww/glpi/plugins/reports/report/rules/rules.it_IT.php Xwww/glpi/plugins/reports/report/rules/rules.nl_NL.php Xwww/glpi/plugins/reports/report/rules/rules.php Xwww/glpi/plugins/reports/report/statnightticketsbypriority/statnightticketsbypriority.en_GB.php Xwww/glpi/plugins/reports/report/statnightticketsbypriority/statnightticketsbypriority.fr_FR.php Xwww/glpi/plugins/reports/report/statnightticketsbypriority/statnightticketsbypriority.php Xwww/glpi/plugins/reports/report/statticketsbypriority/statticketsbypriority.en_GB.php Xwww/glpi/plugins/reports/report/statticketsbypriority/statticketsbypriority.fr_FR.php Xwww/glpi/plugins/reports/report/statticketsbypriority/statticketsbypriority.php Xwww/glpi/plugins/reports/setup.php X@dirrm www/glpi/plugins/reports/report/statticketsbypriority X@dirrm www/glpi/plugins/reports/report/statnightticketsbypriority X@dirrm www/glpi/plugins/reports/report/rules X@dirrm www/glpi/plugins/reports/report/pcsbyentity X@dirrm www/glpi/plugins/reports/report/location X@dirrm www/glpi/plugins/reports/report/listgroups X@dirrm www/glpi/plugins/reports/report/licensesexpires X@dirrm www/glpi/plugins/reports/report/licenses X@dirrm www/glpi/plugins/reports/report/infocom X@dirrm www/glpi/plugins/reports/report/histoinst X@dirrm www/glpi/plugins/reports/report/histohard X@dirrm www/glpi/plugins/reports/report/globalhisto X@dirrm www/glpi/plugins/reports/report/equipmentbylocation X@dirrm www/glpi/plugins/reports/report/equipmentbygroups X@dirrm www/glpi/plugins/reports/report/doublons X@dirrm www/glpi/plugins/reports/report X@dirrm www/glpi/plugins/reports/locales X@dirrm www/glpi/plugins/reports/inc X@dirrm www/glpi/plugins/reports/front X@dirrm www/glpi/plugins/reports/docs X@dirrm www/glpi/plugins/reports X fe13a73d85b5d8ce51dcdcb3e31e3d8b exit >Release-Note: >Audit-Trail: >Unformatted: From d.durieux at siprossii.com Sun Nov 1 22:30:05 2009 From: d.durieux at siprossii.com (David DURIEUX) Date: Sun Nov 1 22:30:11 2009 Subject: ports/140177: new port : textproc/glpi-plugins-DataInjection : This glpi plugin allows data import into GLPI using CSV files Message-ID: <200911012229.nA1MTSdp008810@www.freebsd.org> >Number: 140177 >Category: ports >Synopsis: new port : textproc/glpi-plugins-DataInjection : This glpi plugin allows data import into GLPI using CSV files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 22:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David DURIEUX >Release: >Organization: siprossii >Environment: >Description: new port : textproc/glpi-plugins-DataInjection : This glpi plugin allows data import into GLPI using CSV files >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/textproc/glpi-plugins-DataInjection # /usr/ports/textproc/glpi-plugins-DataInjection/Makefile # /usr/ports/textproc/glpi-plugins-DataInjection/pkg-descr # /usr/ports/textproc/glpi-plugins-DataInjection/distinfo # /usr/ports/textproc/glpi-plugins-DataInjection/pkg-plist # echo c - /usr/ports/textproc/glpi-plugins-DataInjection mkdir -p /usr/ports/textproc/glpi-plugins-DataInjection > /dev/null 2>&1 echo x - /usr/ports/textproc/glpi-plugins-DataInjection/Makefile sed 's/^X//' >/usr/ports/textproc/glpi-plugins-DataInjection/Makefile << '119391b824ccd8c4eed12d9844348a20' X# New ports collection makefile for: glpi-plugins-DataInjection X# Date created: 01 November 2009 X# Whom: ddurieux X# X# $FreeBSD$ X# X XPORTNAME= DataInjection XDISTVERSION= 1.7.2 XCATEGORIES= textproc XMASTER_SITES= https://forge.indepnet.net/attachments/download/497/ \ X http://glpi.siprossii.com/distfiles/ XPKGNAMEPREFIX= glpi-plugins- XDISTNAME= glpi-datainjection-1.7.2 X XMAINTAINER= d.durieux@siprossii.com XCOMMENT= This glpi plugin allows data import into GLPI using CSV files. X XRUN_DEPENDS= glpi>=0.72:${PORTSDIR}/www/glpi X XWRKSRC= ${WRKDIR}/datainjection XNO_BUILD= yes XPKGMESSAGE= ${WRKDIR}/pkg-message XCPIOARGS= --quiet -pdum -R X XGLPIPLUGINDIR?= www/glpi/plugins/datainjection X X.include X Xdo-install: X @${MKDIR} -m 0755 ${PREFIX}/${GLPIPLUGINDIR} X @cd ${WRKSRC} && ${FIND} * -print | ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${GLPIPLUGINDIR} X X.include 119391b824ccd8c4eed12d9844348a20 echo x - /usr/ports/textproc/glpi-plugins-DataInjection/pkg-descr sed 's/^X//' >/usr/ports/textproc/glpi-plugins-DataInjection/pkg-descr << '60005214f6b8315ad9358e4e6cbf2d37' Xglpi-plugins-DataInjection is a glpi plugin. XIt allows data import into GLPI using CSV files. X XIt allows to create models of injection for a future re-use. XIt's been created in order to : X * Import datas coming from others asset management softwares X * Inject electronic delivery forms XDatas to be imported using the plugains are : X * Inventory datas (except softwares and licenses) X * Management datas (contract, contact, supplier) X * Configuration datas (user, group, entity) X X X X 60005214f6b8315ad9358e4e6cbf2d37 echo x - /usr/ports/textproc/glpi-plugins-DataInjection/distinfo sed 's/^X//' >/usr/ports/textproc/glpi-plugins-DataInjection/distinfo << 'ab63f13c81424523fab330d17e659946' XMD5 (glpi-datainjection-1.7.2.tar.gz) = c75844a166e5e1c0c7a649b0d03ae4fb XSHA256 (glpi-datainjection-1.7.2.tar.gz) = db1154e5d199b2eb7398ef6229623e031a51ad4a789e3d89832c49b0e9a0d548 XSIZE (glpi-datainjection-1.7.2.tar.gz) = 216685 ab63f13c81424523fab330d17e659946 echo x - /usr/ports/textproc/glpi-plugins-DataInjection/pkg-plist sed 's/^X//' >/usr/ports/textproc/glpi-plugins-DataInjection/pkg-plist << '61853324c5dc32c943f3391b802c13af' Xwww/glpi/plugins/datainjection/ajax/profiles.php Xwww/glpi/plugins/datainjection/config/plugin_datainjection.config.php Xwww/glpi/plugins/datainjection/css/datainjection.css Xwww/glpi/plugins/datainjection/docs/CHANGELOG.TXT Xwww/glpi/plugins/datainjection/docs/LISEZMOI.TXT Xwww/glpi/plugins/datainjection/docs/README.txt Xwww/glpi/plugins/datainjection/docs/ROADMAP.TXT Xwww/glpi/plugins/datainjection/fonts/Times-Bold.afm Xwww/glpi/plugins/datainjection/fonts/Times-BoldItalic.afm Xwww/glpi/plugins/datainjection/fonts/Times-Italic.afm Xwww/glpi/plugins/datainjection/fonts/Times-Roman.afm Xwww/glpi/plugins/datainjection/fonts/php_Times-Bold.afm Xwww/glpi/plugins/datainjection/fonts/php_Times-BoldItalic.afm Xwww/glpi/plugins/datainjection/fonts/php_Times-Italic.afm Xwww/glpi/plugins/datainjection/fonts/php_Times-Roman.afm Xwww/glpi/plugins/datainjection/front/plugin_datainjection.config.form.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.download.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.export.pdf.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.file.upload.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.install.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.popup.file.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.popup.log.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.profile.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.uninstall.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.upload.php Xwww/glpi/plugins/datainjection/front/plugin_datainjection.wizard.form.php Xwww/glpi/plugins/datainjection/hook.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.ajax.backend.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.ajax.selectfield.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.ajax.selectmodel.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.ajax.tablefieldinfo.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.ajax.tablefieldmapping.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.backend.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.backend.csv.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.backend.csv.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.backend.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.checks.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.common.constant.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.config.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.device.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.dropdown.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.engine.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.engine.connections.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.engine.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.infos.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.infos.constant.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.infos.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.log.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.mapping.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.mapping.constant.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.mapping.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.model.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.model.csv.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.model.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.profiles.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.reformat.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.results.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.results.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.type.class.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.type.function.php Xwww/glpi/plugins/datainjection/inc/plugin_datainjection.wizard.function.php Xwww/glpi/plugins/datainjection/index.php Xwww/glpi/plugins/datainjection/javascript/datainjection.js Xwww/glpi/plugins/datainjection/locales/en_GB.php Xwww/glpi/plugins/datainjection/locales/es_ES.php Xwww/glpi/plugins/datainjection/locales/fr_FR.php Xwww/glpi/plugins/datainjection/locales/ru_RU.php Xwww/glpi/plugins/datainjection/pics/danger.jpg Xwww/glpi/plugins/datainjection/pics/danger.png Xwww/glpi/plugins/datainjection/pics/fd_logo.JPG Xwww/glpi/plugins/datainjection/pics/fleche.png Xwww/glpi/plugins/datainjection/pics/logo.png Xwww/glpi/plugins/datainjection/pics/minus.png Xwww/glpi/plugins/datainjection/pics/notok.jpg Xwww/glpi/plugins/datainjection/pics/notok.png Xwww/glpi/plugins/datainjection/pics/ok.jpg Xwww/glpi/plugins/datainjection/pics/ok.png Xwww/glpi/plugins/datainjection/pics/plus.png Xwww/glpi/plugins/datainjection/plugin_datainjection.includes.php Xwww/glpi/plugins/datainjection/setup.php X@dirrm www/glpi/plugins/datainjection/pics X@dirrm www/glpi/plugins/datainjection/locales X@dirrm www/glpi/plugins/datainjection/javascript X@dirrm www/glpi/plugins/datainjection/inc X@dirrm www/glpi/plugins/datainjection/front X@dirrm www/glpi/plugins/datainjection/fonts X@dirrm www/glpi/plugins/datainjection/docs X@dirrm www/glpi/plugins/datainjection/css X@dirrm www/glpi/plugins/datainjection/config X@dirrm www/glpi/plugins/datainjection/ajax X@dirrm www/glpi/plugins/datainjection X 61853324c5dc32c943f3391b802c13af exit >Release-Note: >Audit-Trail: >Unformatted: From geraud at gcu.info Sun Nov 1 22:50:02 2009 From: geraud at gcu.info (Geraud CONTINSOUZAS) Date: Sun Nov 1 22:50:08 2009 Subject: ports/140178: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC Message-ID: <200911012245.nA1Mj8Yg023121@www.freebsd.org> >Number: 140178 >Category: ports >Synopsis: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 22:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Geraud CONTINSOUZAS >Release: 7.2-STABLE >Organization: >Environment: FreeBSD kate.local 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue Aug 18 10:31:03 NCT 2009 root@kate.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: With the latest update of devel/p5-Date-Calc, files were moved from %%SITE_PERL%%/%%PERL_ARCH%% to %%SITE_PERL%%. Adjust dependency checks on Template::Toolkit accordingly. >How-To-Repeat: Build devel/p5-Date-Calc. Then build www/p5-Template-Toolkit with WITH_DATE_CALC option. >Fix: The send-pr page won't let me attach a file, so here it is : --- Makefile.orig 2009-09-11 08:22:06.000000000 +1100 +++ Makefile 2009-11-02 09:26:26.000000000 +1100 @@ -37,7 +37,7 @@ BUILD_DEPENDS+=${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size .endif .if defined(WITH_DATE_CALC) -BUILD_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +BUILD_DEPENDS+=${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc .endif .if defined(WITH_POD_POM) BUILD_DEPENDS+=${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM Patch attached with submission follows: --- Makefile.orig 2009-09-11 08:22:06.000000000 +1100 +++ Makefile 2009-11-02 09:26:26.000000000 +1100 @@ -37,7 +37,7 @@ BUILD_DEPENDS+=${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size .endif .if defined(WITH_DATE_CALC) -BUILD_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +BUILD_DEPENDS+=${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc .endif .if defined(WITH_POD_POM) BUILD_DEPENDS+=${SITE_PERL}/Pod/POM.pm:${PORTSDIR}/textproc/p5-Pod-POM >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 22:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 22:50:18 2009 Subject: ports/140178: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC Message-ID: <200911012250.nA1MoC3E055451@freefall.freebsd.org> Synopsis: www/p5-Template-Toolkit: Fix build with WITH_DATE_CALC Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 22:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140178 From ehaupt at FreeBSD.org Sun Nov 1 23:20:02 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Sun Nov 1 23:20:08 2009 Subject: ports/140179: update: shells/bash - update to patch level 35 Message-ID: <200911012313.nA1ND4Xe079164@freefall.freebsd.org> >Number: 140179 >Category: ports >Synopsis: update: shells/bash - update to patch level 35 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 23:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: Update shells/bash to patch level 35 >How-To-Repeat: >Fix: --- bash.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/shells/bash/Makefile,v retrieving revision 1.116 diff -u -r1.116 Makefile --- Makefile 1 Nov 2009 21:31:27 -0000 1.116 +++ Makefile 1 Nov 2009 23:10:53 -0000 @@ -7,9 +7,9 @@ # PORTNAME= bash -PATCHLEVEL= 33 +PATCHLEVEL= 35 PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq Index: distinfo =================================================================== RCS file: /home/pcvs/ports/shells/bash/distinfo,v retrieving revision 1.44 diff -u -r1.44 distinfo --- distinfo 19 Sep 2009 22:24:28 -0000 1.44 +++ distinfo 1 Nov 2009 23:10:53 -0000 @@ -100,5 +100,11 @@ MD5 (bash/bash40-033) = d3e77d2a0a051478aca8c30d13ded834 SHA256 (bash/bash40-033) = c496f6e0329940925dbdfc002ec08b8b06dc7e6e3269ca490f99a3879d2d04f5 SIZE (bash/bash40-033) = 1380 +MD5 (bash/bash40-034) = 05a54807fd388e71bac8912ad530ac6d +SHA256 (bash/bash40-034) = 37d2f304c5c283602bde8195a501c19ef5ade3fb5494d25ca22fe1f00cbb42f7 +SIZE (bash/bash40-034) = 2160 +MD5 (bash/bash40-035) = fc3d8fdb83ccc407ab7f6d1b7ac6a221 +SHA256 (bash/bash40-035) = 1806e4efa9b7dc796cec0acc4062cd501b2646591699c14b4899c26438c8f673 +SIZE (bash/bash40-035) = 1884 MD5 (bash/FAQ) = IGNORE SHA256 (bash/FAQ) = IGNORE --- bash.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 23:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 23:20:17 2009 Subject: ports/140179: update: shells/bash - update to patch level 35 Message-ID: <200911012320.nA1NKBQ3080984@freefall.freebsd.org> Synopsis: update: shells/bash - update to patch level 35 Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 23:20:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140179 From maurice at castro.aus.net Sun Nov 1 23:40:03 2009 From: maurice at castro.aus.net (Maurice Castro) Date: Sun Nov 1 23:40:14 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911012340.nA1Ne2LG098277@freefall.freebsd.org> The following reply was made to PR ports/140158; it has been noted by GNATS. From: Maurice Castro To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/140158: [patch] - update www/davical to version 0.9.7.6 Date: Mon, 2 Nov 2009 10:33:11 +1100 Approve Thanks Maurice On 01/11/2009, at 1:10 PM, Edwin Groothuis wrote: > Maintainer of www/davical, > > Please note that PR ports/140158 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140158 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From ehaupt at FreeBSD.org Sun Nov 1 23:40:03 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Sun Nov 1 23:40:14 2009 Subject: ports/140180: update: lang/nwcc - update to 0.7.6 Message-ID: <200911012333.nA1NXuFL098167@freefall.freebsd.org> >Number: 140180 >Category: ports >Synopsis: update: lang/nwcc - update to 0.7.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 23:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: Update lang/nwcc to 0.7.6 >How-To-Repeat: >Fix: --- nwcc.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/nwcc/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 22 Aug 2009 00:24:33 -0000 1.6 +++ Makefile 1 Nov 2009 23:32:23 -0000 @@ -7,7 +7,7 @@ # PORTNAME= nwcc -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 PORTREVISION?= 0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/lang/nwcc/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 25 Feb 2008 11:13:26 -0000 1.3 +++ distinfo 1 Nov 2009 23:32:23 -0000 @@ -1,3 +1,3 @@ -MD5 (nwcc_0.7.5.tar.gz) = 306f6f0cdbb4a834c67830ff09f3a0e1 -SHA256 (nwcc_0.7.5.tar.gz) = 125668115188644d4e6404d21de3f89e652ede096084b1b7d9aafebcd90c5b33 -SIZE (nwcc_0.7.5.tar.gz) = 620005 +MD5 (nwcc_0.7.6.tar.gz) = a92f0080faa1991b6c6017aff23fe8cb +SHA256 (nwcc_0.7.6.tar.gz) = e644781effddb9f271319e5538f2af155f12c2443e879b0ee26c6678842839c2 +SIZE (nwcc_0.7.6.tar.gz) = 717009 --- nwcc.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 23:40:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 23:40:24 2009 Subject: ports/140180: update: lang/nwcc - update to 0.7.6 Message-ID: <200911012340.nA1NeH9L099543@freefall.freebsd.org> Synopsis: update: lang/nwcc - update to 0.7.6 Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 23:40:17 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140180 From ehaupt at FreeBSD.org Sun Nov 1 23:50:02 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Sun Nov 1 23:50:24 2009 Subject: ports/140181: update: emulators/psim-freebsd - update to 6.6 Message-ID: <200911012346.nA1NkTdg006584@freefall.freebsd.org> >Number: 140181 >Category: ports >Synopsis: update: emulators/psim-freebsd - update to 6.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 23:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: Update emulators/psim-freebsd to 6.6 >How-To-Repeat: >Fix: --- psim-freebsd.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/psim-freebsd/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 2 Mar 2008 03:32:07 -0000 1.24 +++ Makefile 1 Nov 2009 23:44:26 -0000 @@ -7,7 +7,7 @@ # PORTNAME= psim-freebsd -PORTVERSION= 6.5 +PORTVERSION= 6.6 PORTREVISION?= 0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} Index: distinfo =================================================================== RCS file: /home/pcvs/ports/emulators/psim-freebsd/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 22 Nov 2006 21:59:22 -0000 1.17 +++ distinfo 1 Nov 2009 23:44:26 -0000 @@ -1,3 +1,3 @@ -MD5 (gdb-6.5.tar.bz2) = af6c8335230d7604aee0803b1df14f54 -SHA256 (gdb-6.5.tar.bz2) = 0011318d9720781d486c835e88b915f90f2c10e7101d648b64dd4739218d3faf -SIZE (gdb-6.5.tar.bz2) = 14303558 +MD5 (gdb-6.6.tar.bz2) = a4df41d28dd514d64e8ccbfe125fd9a6 +SHA256 (gdb-6.6.tar.bz2) = 6e602987298db5ddb479bbb84ce653eabd9c304957a49552245f65cdc70d43bd +SIZE (gdb-6.6.tar.bz2) = 14535755 --- psim-freebsd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Sun Nov 1 23:50:02 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Sun Nov 1 23:50:25 2009 Subject: ports/140182: update: archivers/upx - update to 3.04 Message-ID: <200911012349.nA1Nnddf006699@freefall.freebsd.org> >Number: 140182 >Category: ports >Synopsis: update: archivers/upx - update to 3.04 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Nov 01 23:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: Update archivers/upx to 3.04 >How-To-Repeat: >Fix: --- upx.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/archivers/upx/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2 Sep 2009 15:01:33 -0000 1.9 +++ Makefile 1 Nov 2009 23:47:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= upx -PORTVERSION= 3.03 +PORTVERSION= 3.04 CATEGORIES= archivers MASTER_SITES= http://upx.sourceforge.net/download/\ SF/sevenzip/7-Zip/4.57:lzma Index: distinfo =================================================================== RCS file: /home/pcvs/ports/archivers/upx/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 27 Oct 2008 15:46:43 -0000 1.7 +++ distinfo 1 Nov 2009 23:47:13 -0000 @@ -1,6 +1,6 @@ -MD5 (upx-3.03-src.tar.bz2) = 1d5830fff06537a129c923527c4ce205 -SHA256 (upx-3.03-src.tar.bz2) = a04b0decd01d3ca194b9553c7bbf8a01bc17e0e06eb0850f4271bba783143d7b -SIZE (upx-3.03-src.tar.bz2) = 735160 +MD5 (upx-3.04-src.tar.bz2) = 68d662b1f831335460f9bfdbf632c6ce +SHA256 (upx-3.04-src.tar.bz2) = 69b8652f316085628c6136a561a1ebc43f7986fba099dda2556e07e1d4977d97 +SIZE (upx-3.04-src.tar.bz2) = 782454 MD5 (7z457.tar.bz2) = a504b4174d3960ef93539986b5a092fa SHA256 (7z457.tar.bz2) = 09fc3719fbe373edd1c62bf8e48c1f98caea4522c26d0244aa40d2058ee2fd7e SIZE (7z457.tar.bz2) = 620119 --- upx.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Sun Nov 1 23:50:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 23:50:25 2009 Subject: ports/140181: update: emulators/psim-freebsd - update to 6.6 Message-ID: <200911012350.nA1NoB15007418@freefall.freebsd.org> Synopsis: update: emulators/psim-freebsd - update to 6.6 Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 23:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140181 From edwin at FreeBSD.org Sun Nov 1 23:50:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Nov 1 23:50:25 2009 Subject: ports/140182: update: archivers/upx - update to 3.04 Message-ID: <200911012350.nA1NoGUb008060@freefall.freebsd.org> Synopsis: update: archivers/upx - update to 3.04 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 1 23:50:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140182 From ler at lerctr.org Mon Nov 2 00:10:02 2009 From: ler at lerctr.org (Larry Rosenman) Date: Mon Nov 2 00:10:32 2009 Subject: ports/140183: [MAINTAINER] sysutils/lsof: update to 4.83C Message-ID: >Number: 140183 >Category: ports >Synopsis: [MAINTAINER] sysutils/lsof: update to 4.83C >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 00:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 8.0-RC2 amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 8.0-RC2 FreeBSD 8.0-RC2 #21: Sun Nov 1 17:29:32 CST >Description: - Update to 4.83C support for recent RELENG_7, RELENG_8, RELENG_8_0, HEAD Thanks as always to Vic Abell (Author) for quick resolution of issues! Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- lsof-4.83C,4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/Makefile /home/ler/ports/sysutils/lsof/Makefile --- /usr/ports/sysutils/lsof/Makefile 2009-09-26 06:06:18.579253148 -0500 +++ /home/ler/ports/sysutils/lsof/Makefile 2009-11-01 17:55:01.042609478 -0600 @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.83B +PORTVERSION= 4.83C PORTEPOCH= 4 CATEGORIES= sysutils MASTER_SITES= http://www.SpringDaemons.com/stas/ \ diff -ruN --exclude=CVS /usr/ports/sysutils/lsof/distinfo /home/ler/ports/sysutils/lsof/distinfo --- /usr/ports/sysutils/lsof/distinfo 2009-09-26 06:06:18.580251896 -0500 +++ /home/ler/ports/sysutils/lsof/distinfo 2009-11-01 17:55:15.943988634 -0600 @@ -1,3 +1,3 @@ -MD5 (lsof_4.83B.freebsd.tar.bz2) = 6661e03e7bfefee55edd57e9d31d10ac -SHA256 (lsof_4.83B.freebsd.tar.bz2) = a1833047a5a9c92716d0605762c761b46b1fbfe6184b8e282ee1ea78d3414000 -SIZE (lsof_4.83B.freebsd.tar.bz2) = 473640 +MD5 (lsof_4.83C.freebsd.tar.bz2) = 097fd3d1d537a3e1cadf624b2513141e +SHA256 (lsof_4.83C.freebsd.tar.bz2) = 0630a80e03b1a44a751273d424734d36e4c244cb9fa6b9475e0d0a445dac24eb +SIZE (lsof_4.83C.freebsd.tar.bz2) = 473446 --- lsof-4.83C,4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ler at lerctr.org Mon Nov 2 00:11:45 2009 From: ler at lerctr.org (Larry Rosenman) Date: Mon Nov 2 00:11:52 2009 Subject: lsof build failed under FreeBSD 7.2-STABLE AMD64 In-Reply-To: <20091101194826.GA69806@owl.midgard.homeip.net> References: <20091101194826.GA69806@owl.midgard.homeip.net> Message-ID: On Sun, November 1, 2009 1:48 pm, Erik Trulsson wrote: > [lsof maintainer added to Cc:] > > On Sun, Nov 01, 2009 at 12:10:07PM -0600, Larry Rosenman wrote: >> Are your system sources current? and do they match the running system? >> >> it compiles file for me on: > > But if you update your FreeBSD system to the very latest (or at least > after > Oct 29) it will not compile fine for you either. > I've submitted ports/140183 to update to the 4.83C version which handles this change in RELENG_7, RELENG_8, and HEAD. Thanks for the reports. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From mikko.tyolajarvi at gmail.com Mon Nov 2 00:20:02 2009 From: mikko.tyolajarvi at gmail.com (=?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?=) Date: Mon Nov 2 00:20:10 2009 Subject: ports/140184: [patch] Update linux-nx-client to 3.4.0 Message-ID: <20091101154453.R1213@antec.home> >Number: 140184 >Category: ports >Synopsis: [patch] Update linux-nx-client to 3.4.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 00:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Mikko Tyolajarvi >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD antec.home 7.2-STABLE FreeBSD 7.2-STABLE #1: Fri Sep 4 19:36:49 PDT 2009 mikko@antec.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update of NX client to latest version: 3.4.0, released 2009-09-30 >How-To-Repeat: >Fix: Patch attached. --738249620-388066931-1257119265=:1213 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=linux-nx-client-3.4.0.diff Content-Transfer-Encoding: BASE64 Content-ID: <20091101154745.P1213@antec.home> Content-Description: Content-Disposition: attachment; filename=linux-nx-client-3.4.0.diff ZGlmZiAtcnVOIGxpbnV4LW54LWNsaWVudC5iYWsvTWFrZWZpbGUgbGludXgt bngtY2xpZW50L01ha2VmaWxlDQotLS0gbGludXgtbngtY2xpZW50LmJhay9N YWtlZmlsZQkyMDA5LTExLTAxIDE1OjI5OjUyLjAwMDAwMDAwMCAtMDgwMA0K KysrIGxpbnV4LW54LWNsaWVudC9NYWtlZmlsZQkyMDA5LTExLTAxIDE1OjMx OjQwLjAwMDAwMDAwMCAtMDgwMA0KQEAgLTYsMTEgKzYsMTAgQEANCiAjDQog DQogUE9SVE5BTUU9CQlsaW51eC1ueC1jbGllbnQNCi1QT1JUVkVSU0lPTj0J CTIuMS4wDQotUE9SVFJFVklTSU9OPQkJMw0KK1BPUlRWRVJTSU9OPQkJMy40 LjANCiBDQVRFR09SSUVTPQkJbmV0DQogTUFTVEVSX1NJVEVTPQkJaHR0cDov L3dlYjA0Lm5vbWFjaGluZS5jb20vZG93bmxvYWQvJHtQT1JUVkVSU0lPTn0v TGludXgvDQotRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS0x Ny5pMzg2DQorRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS01 LmkzODYNCiANCiBNQUlOVEFJTkVSPQkJcG9ydHNARnJlZUJTRC5vcmcNCiBD T01NRU5UPQkJVGhlIE5vTWFjaGluZSBOWCBjbGllbnQNCkBAIC0yNyw2ICsy NiwxMiBAQA0KIA0KIFBMSVNUX1NVQis9CQlQT1JUVkVSU0lPTj0ke1BPUlRW RVJTSU9OfQ0KIA0KKyMgUGF0Y2ggYmluYXJ5IHRvIGV4cGVjdCBFSU5WQUwg KEZyZWVCU0QpIGluc3RlYWQgb2YgRU9QTk9UU1VQUCAoTGludXgpIHdoZW4N CisjIHNldHRpbmcgVENQX05PREVMQVkgb24gdGhlIFgxMSB1bml4IGRvbWFp biBzb2NrZXQuDQorcG9zdC1wYXRjaDoNCisJJHtQRVJMNX0gLXBpLm9yaWcg LWUgJ3MvXHg4M1x4ZjhceDVmXHgwZlx4ODQvXHg4M1x4ZjhceDE2XHgwZlx4 ODQvJyBcDQorCQkke05YU1JDfS9saWIvbGliWGNvbXAuc28uJHtQT1JUVkVS U0lPTn0NCisNCiBkby1pbnN0YWxsOg0KIAkke01LRElSfSAke05YRFNUfS9i aW4NCiAJJHtJTlNUQUxMX1BST0dSQU19ICR7TlhTUkN9L2Jpbi8qICR7TlhE U1R9L2Jpbg0KQEAgLTM0LDcgKzM5LDcgQEANCiAuZm9yIGYgaW4gbGliWGNv bXAgbGliWGNvbXBzaA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vbGli LyR7Zn0uc28uJHtQT1JUVkVSU0lPTn0gJHtOWERTVH0vbGliDQogCSR7TE59 IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhEU1R9L2xpYi8ke2Z9 LnNvDQotCSR7TE59IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhE U1R9L2xpYi8ke2Z9LnNvLjINCisJJHtMTn0gLXNmICR7Zn0uc28uJHtQT1JU VkVSU0lPTn0gJHtOWERTVH0vbGliLyR7Zn0uc28uMw0KIC5lbmRmb3INCiAJ JHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L2xpYi9saWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliDQogCSR7TE59IC1zZiBsaWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliL2xpYmNyeXB0by5zbw0KQEAgLTQ2LDE0ICs1MSwx NSBAQA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaW1hZ2Vz LyogJHtOWERTVH0vc2hhcmUvaW1hZ2VzDQogDQogCSR7TUtESVJ9ICR7TE9D QUxCQVNFfS9zaGFyZS9waXhtYXBzDQotCSR7SU5TVEFMTF9EQVRBfSAke05Y U1JDfS9zaGFyZS9pY29ucy8qLnBuZyAke0xPQ0FMQkFTRX0vc2hhcmUvcGl4 bWFwcw0KKwkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMv NDh4NDgvKi5wbmcgJHtMT0NBTEJBU0V9L3NoYXJlL3BpeG1hcHMNCiAJJHtN S0RJUn0gJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4 NDggXA0KLQkJJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv MzJ4MzINCi0JJHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L3NoYXJlL2ljb25z L254LWRlc2t0b3AucG5nIFwNCi0JCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29u cy9jcnlzdGFsc3ZnLzQ4eDQ4DQotLmZvciBmIGluIG54LnBuZyBueGNsaWVu dC1hZG1pbi5wbmcgbnhjbGllbnQtd2l6YXJkLnBuZw0KLQkke0lOU1RBTExf REFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHtmfSBcDQotCQkke0xPQ0FM QkFTRX0vc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KKwkJJHtMT0NB TEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIgXA0KKwkJJHtM T0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIgXA0KKwkJ JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4MTYNCisu Zm9yIHggaW4gMTZ4MTYgMjJ4MjIgMzJ4MzIgNDh4NDgNCisJJHtNS0RJUn0g JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvJHt4fQ0KKwkk e0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHt4fS8qIFwN CisJCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29ucy9jcnlzdGFsc3ZnLyR7eH0N CiAuZW5kZm9yDQogDQogLmZvciBmIGluIG54Y2xpZW50IG54ZXNkIG54a2ls bCBueHNlcnZpY2Ugbnhzc2gNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL2Rpc3RpbmZvIGxpbnV4LW54LWNsaWVudC9kaXN0aW5mbw0KLS0tIGxp bnV4LW54LWNsaWVudC5iYWsvZGlzdGluZm8JMjAwOS0xMS0wMSAxNToyOTo1 Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvZGlzdGlu Zm8JMjAwOS0xMC0yNSAxNjo1Mjo0My4wMDAwMDAwMDAgLTA3MDANCkBAIC0x LDMgKzEsMyBAQA0KLU1ENSAobnhjbGllbnQtMi4xLjAtMTcuaTM4Ni50YXIu Z3opID0gZDQ0ODJlY2Q0ZGRhMzc3Zjg3OWEwODg4ZTI1NmJjZTkNCi1TSEEy NTYgKG54Y2xpZW50LTIuMS4wLTE3LmkzODYudGFyLmd6KSA9IGMwODdjMWU1 MjhkZDQyNzJjNDY2NmE4MzJiMGE1ODViNTNmYTE1NDY2YjU0ZDFkYzJkNjBk MTA1YmVhOTY0YWINCi1TSVpFIChueGNsaWVudC0yLjEuMC0xNy5pMzg2LnRh ci5neikgPSAzNTE1MzQyDQorTUQ1IChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IGZkYjZhYjFkY2JkZmQ0Y2ZlMzRiYmJkMzc5YjY4ZGU5DQor U0hBMjU2IChueGNsaWVudC0zLjQuMC01LmkzODYudGFyLmd6KSA9IDFmYjMz YjI0ZTcwMWE5YjJiNjE1Yzk5ZDM1Mzg3MmNmYTNhODRhNmE0ZWM4M2M1ZTE4 NThhYmNiNTMwN2I1MjINCitTSVpFIChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IDQzODgxODkNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL3BrZy1wbGlzdCBsaW51eC1ueC1jbGllbnQvcGtnLXBsaXN0DQotLS0g bGludXgtbngtY2xpZW50LmJhay9wa2ctcGxpc3QJMjAwOS0xMS0wMSAxNToy OTo1Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvcGtn LXBsaXN0CTIwMDktMTEtMDEgMTQ6Mzg6NTEuMDAwMDAwMDAwIC0wODAwDQpA QCAtOSwzNyArOSw0MiBAQA0KIGxpYi9saW51eC1ueC1jbGllbnQvYmluL254 cHJpbnQNCiBsaWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNlcnZpY2UNCiBs aWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNzaA0KLWxpYi9saW51eC1ueC1j bGllbnQvbGliL2xpYlhjb21wLnNvDQotbGliL2xpbnV4LW54LWNsaWVudC9s aWIvbGliWGNvbXAuc28uMg0KIGxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp Ylhjb21wLnNvLiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGll bnQvbGliL2xpYlhjb21wc2guc28NCi1saWIvbGludXgtbngtY2xpZW50L2xp Yi9saWJYY29tcHNoLnNvLjINCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9s aWJYY29tcC5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w LnNvLjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp YmNyeXB0by5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w c2guc28NCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28uMC45 LjgNCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28NCits aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2tleWJvYXJkcw0KK2xpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cy9zZXJ2ZXIuaWRfZHNhLmtleQ0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Fib3V0LWRvd24ucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvYWJvdXQtdXAu cG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0wMS5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LTAyLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1h Z2VzL2Nvbm5lY3QtMDMucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC0wNC5wbmcNCi1saWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA1LnBuZw0KLWxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDYucG5nDQotbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVjdC0wNy5wbmcNCi1saWIv bGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA4LnBuZw0K LWxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDku cG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0xMC5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LWZhaWwtMDEucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC1mYWlsLTAyLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Vycm9yLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2ZvbGRlci1zaGFyZWQtZGlzYWJsZWQucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvZm9sZGVyLXNo YXJlZC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9p bmZvLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2tp bGwtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2Vz L2tpbGwucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMv bXVsdGltZWRpYS1kc2IucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbG9nby1zbWFsbC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9sb2dvLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL21vbml0b3ItYXJyb3ctb3Zlci5wbmcNCitsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9tb25pdG9yLWFycm93LnBuZw0K K2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItYm94 LnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0 b3ItaWNvbi5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdl cy9tb25pdG9yLW1hc2sucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbW9uaXRvci1tZXNzYWdlLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItdXNlci1kc2IucG5nDQorbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbW9uaXRvci11c2VyLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL211bHRpbWVk aWEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbmV3 LXNlc3Npb24tZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUv aW1hZ2VzL25ldy1zZXNzaW9uLnBuZw0KLWxpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL25vbWFjaGluZS1uby1iYWNrZ3JvdW5kLnBuZw0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVs dC1pY29uLWRpc2FibGVkLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hh cmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVsdC1pY29uLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItaWNvbi1kaXNhYmxl ZC5wbmcNCkBAIC00OSwxNSArNTQsMTQgQEANCiBsaWIvbGludXgtbngtY2xp ZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1jbG9zZS5wbmcNCiBsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1zdXNwZW5kLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3B1bGxkb3du LXRlcm1pbmF0ZS5wbmcNCi1saWIvbGludXgtbngtY2xpZW50L3NoYXJlL2lt YWdlcy9yZWZyZXNoLWRzYi5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3No YXJlL2ltYWdlcy9yZWZyZXNoLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL3JlZnJlc2gtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL3JlbW92ZS1kc2IucG5nDQogbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvcmVtb3ZlLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Npb24tc3RhdHMtMDEtZHNi LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Np b24tc3RhdHMtMDEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9p bWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi1kc2IucG5nDQogbGliL2xpbnV4LW54 LWNsaWVudC9zaGFyZS9pbWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi5wbmcNCi1s aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5nLWRzYi5w bmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5n LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Rlcm1p bmF0ZS1kc2IucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFn ZXMvdGVybWluYXRlLnBuZw0KQEAgLTY1LDggKzY5LDMxIEBADQogbGliL2xp bnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvdmlldy1sb2cucG5nDQogbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvd2FybmluZy5wbmcNCiBs aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy93aXphcmQucG5nDQot bGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9rZXlib2FyZHMNCi1saWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2tleXMvc2VydmVyLmlkX2RzYS5rZXkNCitz aGFyZS9waXhtYXBzL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvcGl4bWFwcy9ueGNsaWVudC1hZG1pbi5wbmcNCitzaGFyZS9waXhtYXBz L254Y2xpZW50LWRlc2t0b3AucG5nDQorc2hhcmUvcGl4bWFwcy9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBu Zw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgvYXBwbGljYXRpb24t bngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzQ4eDQ4 L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv NDh4NDgvbnhjbGllbnQtZGVza3RvcC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzQ4eDQ4L254Y2xpZW50LWljb24ucG5nDQorc2hhcmUvaWNvbnMv Y3J5c3RhbHN2Zy80OHg0OC9ueGNsaWVudC13aXphcmQucG5nDQorc2hhcmUv aWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9hcHBsaWNhdGlvbi1ueC1zZXNzaW9u LnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIvbnhjbGllbnQt YWRtaW4ucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9ueGNs aWVudC1kZXNrdG9wLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4 MzIvbnhjbGllbnQtaWNvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3Zn LzMyeDMyL254Y2xpZW50LXdpemFyZC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzIyeDIyL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVudC1hZG1pbi5wbmcN CitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzIyeDIyL254Y2xpZW50LWRlc2t0 b3AucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIvbnhj bGllbnQtd2l6YXJkLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4 MTYvYXBwbGljYXRpb24tbngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2lj b25zL2NyeXN0YWxzdmcvMTZ4MTYvbnhjbGllbnQtZGVza3RvcC5wbmcNCitz aGFyZS9pY29ucy9jcnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWljb24ucG5n DQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8xNngxNi9ueGNsaWVudC13aXph cmQucG5nDQogQGRpcnJtIGxpYi9saW51eC1ueC1jbGllbnQvYmluDQogQGRp cnJtIGxpYi9saW51eC1ueC1jbGllbnQvbGliDQogQGRpcnJtIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cw0KQEAgLTc0LDE1ICsxMDEsOSBAQA0K IEBkaXJybSBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlDQogQGRpcnJtIGxp Yi9saW51eC1ueC1jbGllbnQNCiBAY3dkICUlTE9DQUxCQVNFJSUNCi1zaGFy ZS9waXhtYXBzL254LWRlc2t0b3AucG5nDQotc2hhcmUvcGl4bWFwcy9ueC5w bmcNCi1zaGFyZS9waXhtYXBzL254Y2xpZW50LWFkbWluLnBuZw0KLXNoYXJl L3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBuZw0KLXNoYXJlL2ljb25zL2Ny eXN0YWxzdmcvNDh4NDgvbngtZGVza3RvcC5wbmcNCi1zaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzMyeDMyL254LnBuZw0KLXNoYXJlL2ljb25zL2NyeXN0YWxz dmcvMzJ4MzIvbnhjbGllbnQtYWRtaW4ucG5nDQotc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zy8zMngzMi9ueGNsaWVudC13aXphcmQucG5nDQogQGRpcnJtdHJ5 IHNoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgNCiBAZGlycm10cnkgc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KK0BkaXJybXRyeSBzaGFyZS9p Y29ucy9jcnlzdGFsc3ZnLzIyeDIyDQorQGRpcnJtdHJ5IHNoYXJlL2ljb25z L2NyeXN0YWxzdmcvMTZ4MTYNCiBAZGlycm10cnkgc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zw0KIEBkaXJybXRyeSBzaGFyZS9pY29ucw0K --738249620-388066931-1257119265=:1213-- >Release-Note: >Audit-Trail: >Unformatted: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --738249620-388066931-1257119265=:1213 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From mikko.tyolajarvi at gmail.com Mon Nov 2 00:50:02 2009 From: mikko.tyolajarvi at gmail.com (=?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?=) Date: Mon Nov 2 00:50:10 2009 Subject: ports/138830: net/linux-nx-client TCP_NODELAY problem Message-ID: <200911020050.nA20o23e059120@freefall.freebsd.org> The following reply was made to PR ports/138830; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: Kouichiro Iwao Cc: bug-followup@FreeBSD.org Subject: Re: ports/138830: net/linux-nx-client TCP_NODELAY problem Date: Sun, 1 Nov 2009 16:46:21 -0800 (PST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --738249620-515299563-1257122781=:1213 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Mon, 26 Oct 2009, Kouichiro Iwao wrote: > I tried your patch (8-RC1), nxclient could get remote NX session. > However, nxclient has NOT been properly working yet. On remote desktop > in the nxclient window, I cannot click the button which I really wanted to > but somewhere else is clicked. I don't know well about X window system > but coordinates between local X and remote X seems to be mapped broken. Works fine for me... Searching the nomachine trouble reports for "coordinates" comes up with: Some kind of interference with screen savers and other programs that take an interest in pointer movement. Turn off the screen saver and try again. In general, to troubleshoot problems, strip down the complexity to a bare minimum see of anything works at all. For example, use a floating xterm instead of a whole desktop. Do the same on the local machine. NXclient has plenty of config options - try them all :) And so on. > Should I send another PR about this problem? I doubt anybody can fix a binary port. I've submitted a PR (ports/140184) to update the port to the latest version (3.4.0) of nxclient. It may solve your problem (the nomachine trouble report lists the screensaver problem as solved in 3.0). For some reason gnats felt a need to mangle the patch attachment, so I'm attaching it here as well for your benefit. $.02, /Mikko --738249620-515299563-1257122781=:1213 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=linux-nx-client-3.4.0.diff Content-Transfer-Encoding: BASE64 Content-ID: <20091101164621.N1213@antec.home> Content-Description: Content-Disposition: attachment; filename=linux-nx-client-3.4.0.diff ZGlmZiAtcnVOIGxpbnV4LW54LWNsaWVudC5iYWsvTWFrZWZpbGUgbGludXgt bngtY2xpZW50L01ha2VmaWxlDQotLS0gbGludXgtbngtY2xpZW50LmJhay9N YWtlZmlsZQkyMDA5LTExLTAxIDE1OjI5OjUyLjAwMDAwMDAwMCAtMDgwMA0K KysrIGxpbnV4LW54LWNsaWVudC9NYWtlZmlsZQkyMDA5LTExLTAxIDE1OjMx OjQwLjAwMDAwMDAwMCAtMDgwMA0KQEAgLTYsMTEgKzYsMTAgQEANCiAjDQog DQogUE9SVE5BTUU9CQlsaW51eC1ueC1jbGllbnQNCi1QT1JUVkVSU0lPTj0J CTIuMS4wDQotUE9SVFJFVklTSU9OPQkJMw0KK1BPUlRWRVJTSU9OPQkJMy40 LjANCiBDQVRFR09SSUVTPQkJbmV0DQogTUFTVEVSX1NJVEVTPQkJaHR0cDov L3dlYjA0Lm5vbWFjaGluZS5jb20vZG93bmxvYWQvJHtQT1JUVkVSU0lPTn0v TGludXgvDQotRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS0x Ny5pMzg2DQorRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS01 LmkzODYNCiANCiBNQUlOVEFJTkVSPQkJcG9ydHNARnJlZUJTRC5vcmcNCiBD T01NRU5UPQkJVGhlIE5vTWFjaGluZSBOWCBjbGllbnQNCkBAIC0yNyw2ICsy NiwxMiBAQA0KIA0KIFBMSVNUX1NVQis9CQlQT1JUVkVSU0lPTj0ke1BPUlRW RVJTSU9OfQ0KIA0KKyMgUGF0Y2ggYmluYXJ5IHRvIGV4cGVjdCBFSU5WQUwg KEZyZWVCU0QpIGluc3RlYWQgb2YgRU9QTk9UU1VQUCAoTGludXgpIHdoZW4N CisjIHNldHRpbmcgVENQX05PREVMQVkgb24gdGhlIFgxMSB1bml4IGRvbWFp biBzb2NrZXQuDQorcG9zdC1wYXRjaDoNCisJJHtQRVJMNX0gLXBpLm9yaWcg LWUgJ3MvXHg4M1x4ZjhceDVmXHgwZlx4ODQvXHg4M1x4ZjhceDE2XHgwZlx4 ODQvJyBcDQorCQkke05YU1JDfS9saWIvbGliWGNvbXAuc28uJHtQT1JUVkVS U0lPTn0NCisNCiBkby1pbnN0YWxsOg0KIAkke01LRElSfSAke05YRFNUfS9i aW4NCiAJJHtJTlNUQUxMX1BST0dSQU19ICR7TlhTUkN9L2Jpbi8qICR7TlhE U1R9L2Jpbg0KQEAgLTM0LDcgKzM5LDcgQEANCiAuZm9yIGYgaW4gbGliWGNv bXAgbGliWGNvbXBzaA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vbGli LyR7Zn0uc28uJHtQT1JUVkVSU0lPTn0gJHtOWERTVH0vbGliDQogCSR7TE59 IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhEU1R9L2xpYi8ke2Z9 LnNvDQotCSR7TE59IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhE U1R9L2xpYi8ke2Z9LnNvLjINCisJJHtMTn0gLXNmICR7Zn0uc28uJHtQT1JU VkVSU0lPTn0gJHtOWERTVH0vbGliLyR7Zn0uc28uMw0KIC5lbmRmb3INCiAJ JHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L2xpYi9saWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliDQogCSR7TE59IC1zZiBsaWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliL2xpYmNyeXB0by5zbw0KQEAgLTQ2LDE0ICs1MSwx NSBAQA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaW1hZ2Vz LyogJHtOWERTVH0vc2hhcmUvaW1hZ2VzDQogDQogCSR7TUtESVJ9ICR7TE9D QUxCQVNFfS9zaGFyZS9waXhtYXBzDQotCSR7SU5TVEFMTF9EQVRBfSAke05Y U1JDfS9zaGFyZS9pY29ucy8qLnBuZyAke0xPQ0FMQkFTRX0vc2hhcmUvcGl4 bWFwcw0KKwkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMv NDh4NDgvKi5wbmcgJHtMT0NBTEJBU0V9L3NoYXJlL3BpeG1hcHMNCiAJJHtN S0RJUn0gJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4 NDggXA0KLQkJJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv MzJ4MzINCi0JJHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L3NoYXJlL2ljb25z L254LWRlc2t0b3AucG5nIFwNCi0JCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29u cy9jcnlzdGFsc3ZnLzQ4eDQ4DQotLmZvciBmIGluIG54LnBuZyBueGNsaWVu dC1hZG1pbi5wbmcgbnhjbGllbnQtd2l6YXJkLnBuZw0KLQkke0lOU1RBTExf REFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHtmfSBcDQotCQkke0xPQ0FM QkFTRX0vc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KKwkJJHtMT0NB TEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIgXA0KKwkJJHtM T0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIgXA0KKwkJ JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4MTYNCisu Zm9yIHggaW4gMTZ4MTYgMjJ4MjIgMzJ4MzIgNDh4NDgNCisJJHtNS0RJUn0g JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvJHt4fQ0KKwkk e0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHt4fS8qIFwN CisJCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29ucy9jcnlzdGFsc3ZnLyR7eH0N CiAuZW5kZm9yDQogDQogLmZvciBmIGluIG54Y2xpZW50IG54ZXNkIG54a2ls bCBueHNlcnZpY2Ugbnhzc2gNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL2Rpc3RpbmZvIGxpbnV4LW54LWNsaWVudC9kaXN0aW5mbw0KLS0tIGxp bnV4LW54LWNsaWVudC5iYWsvZGlzdGluZm8JMjAwOS0xMS0wMSAxNToyOTo1 Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvZGlzdGlu Zm8JMjAwOS0xMC0yNSAxNjo1Mjo0My4wMDAwMDAwMDAgLTA3MDANCkBAIC0x LDMgKzEsMyBAQA0KLU1ENSAobnhjbGllbnQtMi4xLjAtMTcuaTM4Ni50YXIu Z3opID0gZDQ0ODJlY2Q0ZGRhMzc3Zjg3OWEwODg4ZTI1NmJjZTkNCi1TSEEy NTYgKG54Y2xpZW50LTIuMS4wLTE3LmkzODYudGFyLmd6KSA9IGMwODdjMWU1 MjhkZDQyNzJjNDY2NmE4MzJiMGE1ODViNTNmYTE1NDY2YjU0ZDFkYzJkNjBk MTA1YmVhOTY0YWINCi1TSVpFIChueGNsaWVudC0yLjEuMC0xNy5pMzg2LnRh ci5neikgPSAzNTE1MzQyDQorTUQ1IChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IGZkYjZhYjFkY2JkZmQ0Y2ZlMzRiYmJkMzc5YjY4ZGU5DQor U0hBMjU2IChueGNsaWVudC0zLjQuMC01LmkzODYudGFyLmd6KSA9IDFmYjMz YjI0ZTcwMWE5YjJiNjE1Yzk5ZDM1Mzg3MmNmYTNhODRhNmE0ZWM4M2M1ZTE4 NThhYmNiNTMwN2I1MjINCitTSVpFIChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IDQzODgxODkNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL3BrZy1wbGlzdCBsaW51eC1ueC1jbGllbnQvcGtnLXBsaXN0DQotLS0g bGludXgtbngtY2xpZW50LmJhay9wa2ctcGxpc3QJMjAwOS0xMS0wMSAxNToy OTo1Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvcGtn LXBsaXN0CTIwMDktMTEtMDEgMTQ6Mzg6NTEuMDAwMDAwMDAwIC0wODAwDQpA QCAtOSwzNyArOSw0MiBAQA0KIGxpYi9saW51eC1ueC1jbGllbnQvYmluL254 cHJpbnQNCiBsaWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNlcnZpY2UNCiBs aWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNzaA0KLWxpYi9saW51eC1ueC1j bGllbnQvbGliL2xpYlhjb21wLnNvDQotbGliL2xpbnV4LW54LWNsaWVudC9s aWIvbGliWGNvbXAuc28uMg0KIGxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp Ylhjb21wLnNvLiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGll bnQvbGliL2xpYlhjb21wc2guc28NCi1saWIvbGludXgtbngtY2xpZW50L2xp Yi9saWJYY29tcHNoLnNvLjINCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9s aWJYY29tcC5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w LnNvLjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp YmNyeXB0by5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w c2guc28NCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28uMC45 LjgNCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28NCits aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2tleWJvYXJkcw0KK2xpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cy9zZXJ2ZXIuaWRfZHNhLmtleQ0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Fib3V0LWRvd24ucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvYWJvdXQtdXAu cG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0wMS5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LTAyLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1h Z2VzL2Nvbm5lY3QtMDMucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC0wNC5wbmcNCi1saWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA1LnBuZw0KLWxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDYucG5nDQotbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVjdC0wNy5wbmcNCi1saWIv bGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA4LnBuZw0K LWxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDku cG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0xMC5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LWZhaWwtMDEucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC1mYWlsLTAyLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Vycm9yLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2ZvbGRlci1zaGFyZWQtZGlzYWJsZWQucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvZm9sZGVyLXNo YXJlZC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9p bmZvLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2tp bGwtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2Vz L2tpbGwucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMv bXVsdGltZWRpYS1kc2IucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbG9nby1zbWFsbC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9sb2dvLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL21vbml0b3ItYXJyb3ctb3Zlci5wbmcNCitsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9tb25pdG9yLWFycm93LnBuZw0K K2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItYm94 LnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0 b3ItaWNvbi5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdl cy9tb25pdG9yLW1hc2sucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbW9uaXRvci1tZXNzYWdlLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItdXNlci1kc2IucG5nDQorbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbW9uaXRvci11c2VyLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL211bHRpbWVk aWEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbmV3 LXNlc3Npb24tZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUv aW1hZ2VzL25ldy1zZXNzaW9uLnBuZw0KLWxpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL25vbWFjaGluZS1uby1iYWNrZ3JvdW5kLnBuZw0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVs dC1pY29uLWRpc2FibGVkLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hh cmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVsdC1pY29uLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItaWNvbi1kaXNhYmxl ZC5wbmcNCkBAIC00OSwxNSArNTQsMTQgQEANCiBsaWIvbGludXgtbngtY2xp ZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1jbG9zZS5wbmcNCiBsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1zdXNwZW5kLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3B1bGxkb3du LXRlcm1pbmF0ZS5wbmcNCi1saWIvbGludXgtbngtY2xpZW50L3NoYXJlL2lt YWdlcy9yZWZyZXNoLWRzYi5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3No YXJlL2ltYWdlcy9yZWZyZXNoLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL3JlZnJlc2gtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL3JlbW92ZS1kc2IucG5nDQogbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvcmVtb3ZlLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Npb24tc3RhdHMtMDEtZHNi LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Np b24tc3RhdHMtMDEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9p bWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi1kc2IucG5nDQogbGliL2xpbnV4LW54 LWNsaWVudC9zaGFyZS9pbWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi5wbmcNCi1s aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5nLWRzYi5w bmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5n LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Rlcm1p bmF0ZS1kc2IucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFn ZXMvdGVybWluYXRlLnBuZw0KQEAgLTY1LDggKzY5LDMxIEBADQogbGliL2xp bnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvdmlldy1sb2cucG5nDQogbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvd2FybmluZy5wbmcNCiBs aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy93aXphcmQucG5nDQot bGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9rZXlib2FyZHMNCi1saWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2tleXMvc2VydmVyLmlkX2RzYS5rZXkNCitz aGFyZS9waXhtYXBzL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvcGl4bWFwcy9ueGNsaWVudC1hZG1pbi5wbmcNCitzaGFyZS9waXhtYXBz L254Y2xpZW50LWRlc2t0b3AucG5nDQorc2hhcmUvcGl4bWFwcy9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBu Zw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgvYXBwbGljYXRpb24t bngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzQ4eDQ4 L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv NDh4NDgvbnhjbGllbnQtZGVza3RvcC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzQ4eDQ4L254Y2xpZW50LWljb24ucG5nDQorc2hhcmUvaWNvbnMv Y3J5c3RhbHN2Zy80OHg0OC9ueGNsaWVudC13aXphcmQucG5nDQorc2hhcmUv aWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9hcHBsaWNhdGlvbi1ueC1zZXNzaW9u LnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIvbnhjbGllbnQt YWRtaW4ucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9ueGNs aWVudC1kZXNrdG9wLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4 MzIvbnhjbGllbnQtaWNvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3Zn LzMyeDMyL254Y2xpZW50LXdpemFyZC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzIyeDIyL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVudC1hZG1pbi5wbmcN CitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzIyeDIyL254Y2xpZW50LWRlc2t0 b3AucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIvbnhj bGllbnQtd2l6YXJkLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4 MTYvYXBwbGljYXRpb24tbngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2lj b25zL2NyeXN0YWxzdmcvMTZ4MTYvbnhjbGllbnQtZGVza3RvcC5wbmcNCitz aGFyZS9pY29ucy9jcnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWljb24ucG5n DQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8xNngxNi9ueGNsaWVudC13aXph cmQucG5nDQogQGRpcnJtIGxpYi9saW51eC1ueC1jbGllbnQvYmluDQogQGRp cnJtIGxpYi9saW51eC1ueC1jbGllbnQvbGliDQogQGRpcnJtIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cw0KQEAgLTc0LDE1ICsxMDEsOSBAQA0K IEBkaXJybSBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlDQogQGRpcnJtIGxp Yi9saW51eC1ueC1jbGllbnQNCiBAY3dkICUlTE9DQUxCQVNFJSUNCi1zaGFy ZS9waXhtYXBzL254LWRlc2t0b3AucG5nDQotc2hhcmUvcGl4bWFwcy9ueC5w bmcNCi1zaGFyZS9waXhtYXBzL254Y2xpZW50LWFkbWluLnBuZw0KLXNoYXJl L3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBuZw0KLXNoYXJlL2ljb25zL2Ny eXN0YWxzdmcvNDh4NDgvbngtZGVza3RvcC5wbmcNCi1zaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzMyeDMyL254LnBuZw0KLXNoYXJlL2ljb25zL2NyeXN0YWxz dmcvMzJ4MzIvbnhjbGllbnQtYWRtaW4ucG5nDQotc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zy8zMngzMi9ueGNsaWVudC13aXphcmQucG5nDQogQGRpcnJtdHJ5 IHNoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgNCiBAZGlycm10cnkgc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KK0BkaXJybXRyeSBzaGFyZS9p Y29ucy9jcnlzdGFsc3ZnLzIyeDIyDQorQGRpcnJtdHJ5IHNoYXJlL2ljb25z L2NyeXN0YWxzdmcvMTZ4MTYNCiBAZGlycm10cnkgc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zw0KIEBkaXJybXRyeSBzaGFyZS9pY29ucw0K --738249620-515299563-1257122781=:1213-- From rannumgen at globaleyes.net Mon Nov 2 01:40:01 2009 From: rannumgen at globaleyes.net (RandomUser) Date: Mon Nov 2 01:40:08 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Message-ID: <1257125850.1617@FreeBSD1.LocalNET10> >Number: 140186 >Category: ports >Synopsis: ftp/filezilla has been updated (3.2.6 -> 3.2.8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 01:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: RandomUser >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD 7.2-STABLE #3: Sat Oct 10 03:23:57 CDT 2009 >Description: Update Makefile and distinfo. Make & install. New 3.2.8 version appears to work just fine. >How-To-Repeat: >Fix: --- Makefile.orig 2009-09-04 07:08:40.000000000 -0500 +++ Makefile 2009-10-30 03:12:28.000000000 -0500 @@ -6,8 +6,8 @@ # PORTNAME= filezilla -PORTVERSION= 3.2.6.1 -PORTREVISION= 2 +PORTVERSION= 3.2.8.1 +#PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src ================================== --- distinfo.orig 2009-07-19 19:12:58.000000000 -0500 +++ distinfo 2009-10-30 03:13:20.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (FileZilla_3.2.6.1_src.tar.bz2) = 1b3e9974f112ff0ff18ce5a8187c20f4 -SHA256 (FileZilla_3.2.6.1_src.tar.bz2) = 9c3b0441111c12a46b642997557084b992f6ef7f4470dacbb258fcc4c46bbe22 -SIZE (FileZilla_3.2.6.1_src.tar.bz2) = 3003048 +MD5 (FileZilla_3.2.8.1_src.tar.bz2) = dd5c0288f229090a00ecaebb157e5a84 +SHA256 (FileZilla_3.2.8.1_src.tar.bz2) = c94e03d61d845168f190269afac6b73987e2365e143f2bdc05028fc96e0e1d28 +SIZE (FileZilla_3.2.8.1_src.tar.bz2) = 3078365 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 01:40:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 01:40:17 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Message-ID: <200911020140.nA21eBEl002953@freefall.freebsd.org> Synopsis: ftp/filezilla has been updated (3.2.6 -> 3.2.8) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 2 01:40:11 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140186 From edwin at FreeBSD.org Mon Nov 2 01:50:03 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Nov 2 01:50:09 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Message-ID: <200911020150.nA21o3Dg010516@freefall.freebsd.org> The following reply was made to PR ports/140186; it has been noted by GNATS. From: Edwin Groothuis To: jsa@wickedmachine.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Date: Mon, 2 Nov 2009 01:40:09 UT Maintainer of ftp/filezilla, Please note that PR ports/140186 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140186 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From wen at FreeBSD.org Mon Nov 2 02:42:33 2009 From: wen at FreeBSD.org (wen@FreeBSD.org) Date: Mon Nov 2 02:42:38 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Message-ID: <200911020242.nA22gW8g061698@freefall.freebsd.org> Synopsis: ftp/filezilla has been updated (3.2.6 -> 3.2.8) Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Mon Nov 2 02:42:32 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140186 From wen at FreeBSD.org Mon Nov 2 02:43:46 2009 From: wen at FreeBSD.org (wen@FreeBSD.org) Date: Mon Nov 2 02:43:52 2009 Subject: ports/140183: [MAINTAINER] sysutils/lsof: update to 4.83C Message-ID: <200911020243.nA22hjEX061790@freefall.freebsd.org> Synopsis: [MAINTAINER] sysutils/lsof: update to 4.83C Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Mon Nov 2 02:43:45 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140183 From bwilliamson at bex.net Mon Nov 2 02:50:03 2009 From: bwilliamson at bex.net (Brian Williamson) Date: Mon Nov 2 02:50:10 2009 Subject: ports/140187: Updated list of supported serial ports in RXTX library Message-ID: <200911020245.nA22jKtI094725@www.freebsd.org> >Number: 140187 >Category: ports >Synopsis: Updated list of supported serial ports in RXTX library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 02:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Brian Williamson >Release: 8.0RC2 >Organization: >Environment: FreeBSD 8.0-RC2 >Description: Default serial driver in GENERIC is uart. This names the ports /dev/ttyuX and /dev/cuauX which is not supported by rxtx. Created/updated patch to add these identifiers to the supported list. >How-To-Repeat: >Fix: Apply patch. Patch attached with submission follows: *** src/RXTXCommDriver.java.orig Sun Jan 29 23:37:49 2006 --- src/RXTXCommDriver.java Sun Nov 1 19:36:18 2009 *************** *** 588,597 **** --- 588,601 ---- else if(osName.equals("FreeBSD")) //FIXME this is probably wrong { String[] Temp = { "ttyd", //general purpose serial ports "cuaa", //dialout serial ports + "ttyu", //general purpose serial ports (uart) + "cuau", //dialout serial ports (uart) + "ttyD", //USB serial ports + "cuaU", //USB dial in serial ports "ttyA", //Specialix SI/XIO dialin ports "cuaA", //Specialix SI/XIO dialout ports "ttyD", //Digiboard - 16 dialin ports "cuaD", //Digiboard - 16 dialout ports "ttyE", //Stallion EasyIO (stl) dialin ports >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Mon Nov 2 03:20:01 2009 From: sahil at tandon.net (Sahil Tandon) Date: Mon Nov 2 03:20:12 2009 Subject: ports/140188: [PATCH] some ports need adjustment to properly expand variables in pkg-message Message-ID: <20091102031439.02CE517093@spartan.hamla.org> >Number: 140188 >Category: ports >Synopsis: [PATCH] some ports need adjustment to properly expand variables in pkg-message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 03:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: This is the first patch in a two-part series. The diffs are encapsulated in a shar; let me know if another method is preferred. The following ports are impacted: audio/abcmidi audio/icegenerator audio/pytone audio/timidity++-emacs databases/gnats devel/colorgcc dns/pdnsd editors/lazarus editors/wily emulators/hercules finance/ledger games/jaggedalliance2 games/jfk games/slashem-tty games/uox3 games/xjump german/BBBike graphics/xsane hebrew/he2 irc/iroffer irc/iroffer-dinoex irc/iroffer-lamm japanese/another-htmllint japanese/cannadic japanese/esecanna japanese/gorua japanese/kinput2 www/wordpress Let me know if I should submit this (and thus, the next) batch of patches in this manner, or if individual PRs are in order for every single port. Thanks. >How-To-Repeat: Install any of the abovementioned ports and notice that PREFIX, EXAMPLESDIR, and other variables in SUB_LIST are not properly expanded when referencd in pkg-message files. >Fix: --- pkg-message.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pkg-message # pkg-message/pytone.diff # pkg-message/gnats.diff # pkg-message/icegenerator.diff # pkg-message/he2.diff # pkg-message/abcmidi.diff # pkg-message/timidity++-emacs.diff # pkg-message/pdnsd.diff # pkg-message/colorgcc.diff # pkg-message/lazarus.diff # pkg-message/wily.diff # pkg-message/ledger.diff # pkg-message/hercules.diff # pkg-message/jfk.diff # pkg-message/uox3.diff # pkg-message/jaggedalliance2.diff # pkg-message/slashem-tty.diff # pkg-message/xjump.diff # pkg-message/BBBike.diff # pkg-message/xsane.diff # pkg-message/wordpress.diff # pkg-message/iroffer-dinoex.diff # pkg-message/iroffer-lamm.diff # pkg-message/iroffer.diff # pkg-message/kinput2.diff # pkg-message/cannadic.diff # pkg-message/esecanna.diff # pkg-message/gorua.diff # pkg-message/another-htmllint.diff # echo c - pkg-message mkdir -p pkg-message > /dev/null 2>&1 echo x - pkg-message/pytone.diff sed 's/^X//' >pkg-message/pytone.diff << 'f9056e2037db4ffdbfb563cc097b8488' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/audio/pytone/Makefile,v Xretrieving revision 1.7 Xdiff -u -r1.7 Makefile X--- Makefile 16 Jun 2009 04:05:34 -0000 1.7 X+++ Makefile 25 Oct 2009 15:52:29 -0000 X@@ -19,6 +19,8 @@ X RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \ X ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen X X+SUB_FILES= pkg-message X+ X USE_PYTHON= yes X USE_PYDISTUTILS= yes X PYDISTUTILS_PKGNAME= PyTone XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 14 Dec 2007 21:32:57 -0000 1.3 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,15 +0,0 @@ X- X-############################################################### X- X-To use pytone, you should copy ${LOCALBASE}/etc/pytonerc.sample to: X- X-~/.pytone/pytonerc X- X-Or simply create a minimal one with the location of your music X-collection: X- X-[database.main] X-musicbasedir=/root/of/your/music/collection X- X-############################################################### X- XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 25 Oct 2009 15:52:29 -0000 X@@ -0,0 +1,15 @@ X+ X+############################################################### X+ X+To use pytone, you should copy %%LOCALBASE%%/etc/pytonerc.sample to: X+ X+~/.pytone/pytonerc X+ X+Or simply create a minimal one with the location of your music X+collection: X+ X+[database.main] X+musicbasedir=/root/of/your/music/collection X+ X+############################################################### X+ f9056e2037db4ffdbfb563cc097b8488 echo x - pkg-message/gnats.diff sed 's/^X//' >pkg-message/gnats.diff << '546b60e16e282d642b0dc23b20dc16f3' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/databases/gnats/Makefile,v Xretrieving revision 1.55 Xdiff -u -r1.55 Makefile X--- Makefile 30 Dec 2005 18:57:00 -0000 1.55 X+++ Makefile 1 Nov 2009 19:57:27 -0000 X@@ -17,6 +17,8 @@ X X BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 X X+SUB_FILES= pkg-message X+ X FORBIDDEN= Security issues X DEPRECATED= ${FORBIDDEN} X XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 26 Jun 2002 23:52:35 -0000 1.4 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,7 +0,0 @@ X-You will want to add a user entry to your /etc/passwd file for the X-user-id that owns gnats-related databases on your server. X-Something of the form: X- "gnats:*:61:61:GNATS database owner:${PREFIX}/share/gnats/gnats-db:" X-should do just fine (put it in your ftpusers file!). X- X-Don't forget to run ${PREFIX}/libexec/gnats/mkcat as gnats. XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 19:57:27 -0000 X@@ -0,0 +1,7 @@ X+You will want to add a user entry to your /etc/passwd file for the X+user-id that owns gnats-related databases on your server. X+Something of the form: X+ "gnats:*:61:61:GNATS database owner:%%PREFIX%%/share/gnats/gnats-db:" X+should do just fine (put it in your ftpusers file!). X+ X+Don't forget to run %%PREFIX%%/libexec/gnats/mkcat as gnats. 546b60e16e282d642b0dc23b20dc16f3 echo x - pkg-message/icegenerator.diff sed 's/^X//' >pkg-message/icegenerator.diff << 'e7a2e150bb008f0836e9f521ce557f83' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/audio/icegenerator/Makefile,v Xretrieving revision 1.7 Xdiff -u -r1.7 Makefile X--- Makefile 22 Aug 2009 00:13:07 -0000 1.7 X+++ Makefile 1 Nov 2009 02:57:40 -0000 X@@ -15,6 +15,8 @@ X X LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 X X+SUB_FILES= pkg-message X+ X GNU_CONFIGURE= yes X USE_GMAKE= yes X CONFIGURE_ARGS= --exec-prefix=${PREFIX} XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 13 Oct 2004 23:33:46 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,8 +0,0 @@ X-========================================================================== X- X- Icegenerator has now been installed. To get it up and running, copy X- ${PREFIX}/etc/icegenerator.conf.dist to ${PREFIX}/etc/icegenerator.conf X- and modify it to match your setup. X- For more information see ${PREFIX}/share/doc/icegenerator/README X- X-========================================================================== XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 02:57:40 -0000 X@@ -0,0 +1,8 @@ X+========================================================================== X+ X+ Icegenerator has now been installed. To get it up and running, copy X+ %%PREFIX%%/etc/icegenerator.conf.dist to %%PREFIX%%/etc/icegenerator.conf X+ and modify it to match your setup. X+ For more information see %%PREFIX%%/share/doc/icegenerator/README X+ X+========================================================================== e7a2e150bb008f0836e9f521ce557f83 echo x - pkg-message/he2.diff sed 's/^X//' >pkg-message/he2.diff << '680971a7803068175ee5562c23e7b0b3' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/hebrew/he2/Makefile,v Xretrieving revision 1.14 Xdiff -u -r1.14 Makefile X--- Makefile 22 Aug 2009 00:24:13 -0000 1.14 X+++ Makefile 2 Nov 2009 01:02:56 -0000 X@@ -16,6 +16,8 @@ X X RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts X X+SUB_FILES= pkg-message X+ X USE_GMAKE= yes X GNU_CONFIGURE= yes X ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 25 Dec 2001 08:11:38 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,5 +0,0 @@ X-I've installed a sample config file for you in X-${PREFIX}/share/he2/.he2rc.sample X- X-You may want to copy it to either your home directory, or to a file named X-${PREFIX}/share/he2/.he2rc to set some system-wide defaults. XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 01:02:56 -0000 X@@ -0,0 +1,5 @@ X+I've installed a sample config file for you in X+%%DATADIR%%/.he2rc.sample X+ X+You may want to copy it to either your home directory, or to a file named X+%%DATADIR%%/.he2rc to set some system-wide defaults. 680971a7803068175ee5562c23e7b0b3 echo x - pkg-message/abcmidi.diff sed 's/^X//' >pkg-message/abcmidi.diff << '14e48997a2fd21b475c5fb2d40b6cb16' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/audio/abcmidi/Makefile,v Xretrieving revision 1.43 Xdiff -u -r1.43 Makefile X--- Makefile 10 Aug 2009 13:58:53 -0000 1.43 X+++ Makefile 1 Nov 2009 02:59:34 -0000 X@@ -18,6 +18,8 @@ X X EXTRACT_BEFORE_ARGS= -aqo X X+SUB_FILES= pkg-message X+ X USE_ZIP= yes X USE_GMAKE= yes X MAKEFILE= makefiles/unix.mak XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 18 Sep 2002 07:08:34 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,6 +0,0 @@ X- X-Documentation and demo file are installed to X- ${PREFIX}/share/doc/abcmidi/ X- X-The abc format is plain text, but you might optionally install a X-MIDI player (timidity) and a PostScript viewer (gv with ghostscript). XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 02:59:34 -0000 X@@ -0,0 +1,6 @@ X+ X+Documentation and demo file are installed to X+ %%PREFIX%%/share/doc/abcmidi/ X+ X+The abc format is plain text, but you might optionally install a X+MIDI player (timidity) and a PostScript viewer (gv with ghostscript). 14e48997a2fd21b475c5fb2d40b6cb16 echo x - pkg-message/timidity++-emacs.diff sed 's/^X//' >pkg-message/timidity++-emacs.diff << 'b3cbfcb9cf3fdba5fc528a108f58e23b' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/audio/timidity++-emacs/Makefile,v Xretrieving revision 1.34 Xdiff -u -r1.34 Makefile X--- Makefile 22 Mar 2007 16:59:22 -0000 1.34 X+++ Makefile 1 Nov 2009 19:46:42 -0000 X@@ -14,4 +14,6 @@ X X PLIST_FILES= ${TIMID_LIBDIR}/interface_e.so ${ELISPDIR}/timidity.el X X+SUB_FILES= pkg-message X+ X .include "${MASTERDIR}/Makefile" XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 20 Apr 2000 10:10:16 -0000 1.3 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,14 +0,0 @@ X-======================================================================== X-"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ . X-If this place is not proper for your Emacs(en), copy it to load-path. X- X-Ex. /usr/local/lib/xemacs/site-lisp X- /usr/local/share/mule/site-lisp X- X-Add these line to your "~/.emacs" X- X-(autoload 'timidity "timidity" "TiMidity Interface" t) X-(setq timidity-prog-path "/usr/local/bin/timidity") X- X-And then, type "M-x timidity" on Emacs. Enjoy! X-======================================================================== XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 19:46:42 -0000 X@@ -0,0 +1,14 @@ X+======================================================================== X+"timidity.el" has been installed in %%PREFIX%%/share/emacs/site-lisp/ . X+If this place is not proper for your Emacs(en), copy it to load-path. X+ X+Ex. %%PREFIX%%/lib/xemacs/site-lisp X+ %%PREFIX%%/share/mule/site-lisp X+ X+Add these line to your "~/.emacs" X+ X+(autoload 'timidity "timidity" "TiMidity Interface" t) X+(setq timidity-prog-path "/usr/local/bin/timidity") X+ X+And then, type "M-x timidity" on Emacs. Enjoy! X+======================================================================== b3cbfcb9cf3fdba5fc528a108f58e23b echo x - pkg-message/pdnsd.diff sed 's/^X//' >pkg-message/pdnsd.diff << '9917bc1641f886152b76c7816b0f93fe' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/dns/pdnsd/Makefile,v Xretrieving revision 1.23 Xdiff -u -r1.23 Makefile X--- Makefile 5 Dec 2008 00:09:45 -0000 1.23 X+++ Makefile 1 Nov 2009 20:13:27 -0000 X@@ -22,6 +22,8 @@ X X OPTIONS= IPV6 "Enable IPv6 support" on X X+SUB_FILES= pkg-message X+ X WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X MAN5= pdnsd.conf.5 XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 11 Jul 2001 19:19:26 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,3 +0,0 @@ X- X-You'll need to manually copy ${PREFIX}/etc/pdnsd.conf.sample to X-${PREFIX}/etc/pdnsd.conf and modify it for your needs. XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:13:28 -0000 X@@ -0,0 +1,3 @@ X+ X+You'll need to manually copy %%PREFIX%%/etc/pdnsd.conf.sample to X+%%PREFIX%%/etc/pdnsd.conf and modify it for your needs. 9917bc1641f886152b76c7816b0f93fe echo x - pkg-message/colorgcc.diff sed 's/^X//' >pkg-message/colorgcc.diff << '6d635c35d239455623cf354f4586ba6d' XIndex: files/pkg-message.in X=================================================================== XRCS file: /home/ncvs/ports/devel/colorgcc/files/pkg-message.in,v Xretrieving revision 1.1 Xdiff -u -r1.1 pkg-message.in X--- files/pkg-message.in 21 Jul 2009 13:47:09 -0000 1.1 X+++ files/pkg-message.in 1 Nov 2009 20:01:20 -0000 X@@ -2,6 +2,6 @@ X colorgcc is installed. X X For a quick start: X- - cp ${EXAMPLESDIR}/colorgccrc ${HOME}/.colorgcc X- - export CC=${PREFIX}/bin/colorgcc X+ - cp %%EXAMPLESDIR%%/colorgccrc ~/.colorgcc X+ - export CC=%%PREFIX%%/bin/colorgcc X ------------------------------------------------------------- 6d635c35d239455623cf354f4586ba6d echo x - pkg-message/lazarus.diff sed 's/^X//' >pkg-message/lazarus.diff << '7c284f79d8eaadf203c5d85e557fa144' XIndex: files/pkg-message.in X=================================================================== XRCS file: /home/ncvs/ports/editors/lazarus/files/pkg-message.in,v Xretrieving revision 1.1 Xdiff -u -r1.1 pkg-message.in X--- files/pkg-message.in 24 May 2009 05:22:08 -0000 1.1 X+++ files/pkg-message.in 1 Nov 2009 20:06:07 -0000 X@@ -16,7 +16,7 @@ X X It could be extracted to your home directory. X X-4) A lazbuild.cfg file is installed at ${PREFIX}/etc directory. It contains the X+4) A lazbuild.cfg file is installed at %%PREFIX%%/etc directory. It contains the X current value of LCL_PLATFORM (gtk, gtk2, qt), it is the interface used by X Lazarus. This value will be used by some ports that depend of Lazarus and X those will be compiled using the interface defined by LCL_PLATFORM. 7c284f79d8eaadf203c5d85e557fa144 echo x - pkg-message/wily.diff sed 's/^X//' >pkg-message/wily.diff << '9aafe349ab00f58ee1a4ad8148dbd0b1' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/editors/wily/Makefile,v Xretrieving revision 1.34 Xdiff -u -r1.34 Makefile X--- Makefile 22 Aug 2009 00:20:18 -0000 1.34 X+++ Makefile 1 Nov 2009 20:14:59 -0000 X@@ -17,6 +17,8 @@ X RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc \ X ${LOCALBASE}/lib/X11/fonts/Xg/unicode.9.font:${PORTSDIR}/x11-fonts/Xg X X+SUB_FILES= pkg-message X+ X USE_XORG= x11 ice xt X GNU_CONFIGURE= YES X USE_GMAKE= YES XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 12 Apr 2004 20:54:04 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,9 +0,0 @@ X-The following tools have been installed along with wily: X- X- wreplace win wgoto mktags Man Tag X- X-Please refer to their manual pages for information on their use. X- X-The wily(1) manual page has not been installed because it's out-of-date. X- X-Please refer to "${PREFIX}/share/doc/wily/" documentation. XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:14:59 -0000 X@@ -0,0 +1,9 @@ X+The following tools have been installed along with wily: X+ X+ wreplace win wgoto mktags Man Tag X+ X+Please refer to their manual pages for information on their use. X+ X+The wily(1) manual page has not been installed because it's out-of-date. X+ X+Please refer to "%%PREFIX%%/share/doc/wily/" documentation. 9aafe349ab00f58ee1a4ad8148dbd0b1 echo x - pkg-message/ledger.diff sed 's/^X//' >pkg-message/ledger.diff << '2891ac7c1b00d9d149c52e75b7b8b568' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/finance/ledger/Makefile,v Xretrieving revision 1.8 Xdiff -u -r1.8 Makefile X--- Makefile 2 Sep 2009 15:01:39 -0000 1.8 X+++ Makefile 1 Nov 2009 20:17:47 -0000 X@@ -19,6 +19,8 @@ X xmltok:${PORTSDIR}/www/libwww \ X xmlparse:${PORTSDIR}/www/libwww X X+SUB_FILES= pkg-message X+ X USE_LDCONFIG= yes X GNU_CONFIGURE= yes X CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 3 Jul 2005 16:37:59 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,4 +0,0 @@ X- X-This port has installed sample data files, python samples and script samples X-for ledger in ${PREFIX}/share/examples/ledger/ X-Have fun! XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:17:47 -0000 X@@ -0,0 +1,4 @@ X+ X+This port has installed sample data files, python samples and script samples X+for ledger in %%PREFIX%%/share/examples/ledger/ X+Have fun! 2891ac7c1b00d9d149c52e75b7b8b568 echo x - pkg-message/hercules.diff sed 's/^X//' >pkg-message/hercules.diff << '1806c5c08503566a6a7670f1f7d99e45' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/emulators/hercules/Makefile,v Xretrieving revision 1.27 Xdiff -u -r1.27 Makefile X--- Makefile 2 Aug 2009 19:33:43 -0000 1.27 X+++ Makefile 1 Nov 2009 20:10:38 -0000 X@@ -18,6 +18,8 @@ X NLS "Build with native language support." on \ X DEBUG "Enable for debugging hercules itself." off X X+SUB_FILES= pkg-message X+ X USE_AUTOTOOLS= libtool:22 libltdl:22 X GNU_CONFIGURE= yes X USE_LDCONFIG= yes XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 25 Jun 2002 05:22:10 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,8 +0,0 @@ X-###################################################################### X- X- IMPORTANT X- X- Be sure to have a look at the docs and edit the hercules.cnf file to X-your needs (The sample is in ${PREFIX}/share/doc/hercules) X- X-###################################################################### XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:10:38 -0000 X@@ -0,0 +1,8 @@ X+###################################################################### X+ X+ IMPORTANT X+ X+ Be sure to have a look at the docs and edit the hercules.cnf file to X+your needs (The sample is in %%PREFIX%%/share/doc/hercules) X+ X+###################################################################### 1806c5c08503566a6a7670f1f7d99e45 echo x - pkg-message/jfk.diff sed 's/^X//' >pkg-message/jfk.diff << 'b0aeda749dc3ddc9dd659af88427e3a6' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/games/jfk/Makefile,v Xretrieving revision 1.16 Xdiff -u -r1.16 Makefile X--- Makefile 31 Jul 2009 13:51:29 -0000 1.16 X+++ Makefile 1 Nov 2009 20:21:29 -0000 X@@ -14,6 +14,8 @@ X MAINTAINER= ports@FreeBSD.org X COMMENT= A multiplayer 2D shoot'em up game X X+SUB_FILES= pkg-message X+ X GNU_CONFIGURE= yes X USE_SDL= image sdl X XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 1 Nov 2002 20:58:48 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,5 +0,0 @@ X-Please create a file .jfkserverrc with a line 'level=' where X- is one from ${PREFIX}/share/jfk/levels/ or your own and a file X-.jfkclientrc with a line 'name=' in your home directory. For more X-information about other variables read ${PREFIX}/share/doc/jfk/jfkserver.sample X-and ${PREFIX}/share/doc/jfk/jfkclient.sample. XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:21:29 -0000 X@@ -0,0 +1,5 @@ X+Please create a file .jfkserverrc with a line 'level=' where X+ is one from %%DATADIR%%/levels/ or your own and a file X+.jfkclientrc with a line 'name=' in your home directory. For more X+information about other variables read %%DOCSDIR%%/jfkserver.sample X+and %%DOCSDIR%%/jfkclient.sample. b0aeda749dc3ddc9dd659af88427e3a6 echo x - pkg-message/uox3.diff sed 's/^X//' >pkg-message/uox3.diff << 'b68495f96715364d5ae108be727b0971' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/games/uox3/Makefile,v Xretrieving revision 1.19 Xdiff -u -r1.19 Makefile X--- Makefile 6 Sep 2007 21:48:30 -0000 1.19 X+++ Makefile 1 Nov 2009 20:30:46 -0000 X@@ -22,6 +22,8 @@ X NO_WRKSUBDIR= YES X PATCH_STRIP= -p1 X X+SUB_FILES= pkg-message X+ X USE_GMAKE= YES X MAKEFILE= makefile X ALL_TARGET= linux XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 28 Feb 1999 09:30:56 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,53 +0,0 @@ X-You will need to copy the following files from your currently-installed X-Ultima Online (or your CD-ROM) to the ${PREFIX}/uox3 directory. X- X-map0.mul X-staidx0.mul X-statics0.mul X-verdata.mul X-tiledata.mul X-multi.mul X-multi.idx X- X-If you're low on disk space, you can make symlinks for these files to X-your already-installed copy of UO (if you have your DOS partition mounted), X-or to your CD-ROM. But this will probably affect game performance X-(especially if you symlink to a CD-ROM), so it is not advised if you X-wish to run an even moderately-busy server. X- X-Also, edit ${PREFIX}/uox3/uox3.ini to set your world's name, IP address, X-and other configuration data. X- X-To allow clients to play on your shard, have them edit their "LOGIN.CFG" X-file (in their UO directory). It should contain one line which reads: X- X-LoginServer=Your.Shards.IP.Address,2593 X- X-The server is created with three default accounts. They are: X-- username "username", password "password" X-- username "guest1", password "pass1" X-- username "guest2", password "pass2" X- X-You will probably want to change these. In particular, the very first X-account in the file is "special" because it has full Game Master (GM) X-privileges! The file to edit is called accounts.adm, and is located in X-${PREFIX}/uox3. The file format is pretty self-explanatory. X- X-Documentation on the server and the various commands available to Game X-Masters (GM's) and other higher-level characters is available in the X-directory ${PREFIX}/uox3/docs, in HTML and text format. X- X-You may be interested in the Chaos GM Tool (CGMT). This is an excellent X-(Windows-based) tool that makes being a GM or Counselor extremely easy. X-Create objects, vendors, monster spawns, answer players' help calls, and X-much more, using a simple point-and-click interface. No more memorizing X-complex commands! For more info on CGMT, or to download a (free) copy, X-visit the CGMT web site at: http://www.prodes.org/cgmt/. X- X-For more info on UOX3, please visit: X- http://uox.stratics.com/ X- X-For more info on Ultima Online, please visit: X- http://www.owo.com/ X- X-Have fun! XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:30:46 -0000 X@@ -0,0 +1,53 @@ X+You will need to copy the following files from your currently-installed X+Ultima Online (or your CD-ROM) to the %%PREFIX%%/uox3 directory. X+ X+map0.mul X+staidx0.mul X+statics0.mul X+verdata.mul X+tiledata.mul X+multi.mul X+multi.idx X+ X+If you're low on disk space, you can make symlinks for these files to X+your already-installed copy of UO (if you have your DOS partition mounted), X+or to your CD-ROM. But this will probably affect game performance X+(especially if you symlink to a CD-ROM), so it is not advised if you X+wish to run an even moderately-busy server. X+ X+Also, edit %%PREFIX%%/uox3/uox3.ini to set your world's name, IP address, X+and other configuration data. X+ X+To allow clients to play on your shard, have them edit their "LOGIN.CFG" X+file (in their UO directory). It should contain one line which reads: X+ X+LoginServer=Your.Shards.IP.Address,2593 X+ X+The server is created with three default accounts. They are: X+- username "username", password "password" X+- username "guest1", password "pass1" X+- username "guest2", password "pass2" X+ X+You will probably want to change these. In particular, the very first X+account in the file is "special" because it has full Game Master (GM) X+privileges! The file to edit is called accounts.adm, and is located in X+%%PREFIX%%/uox3. The file format is pretty self-explanatory. X+ X+Documentation on the server and the various commands available to Game X+Masters (GM's) and other higher-level characters is available in the X+directory %%PREFIX%%/uox3/docs, in HTML and text format. X+ X+You may be interested in the Chaos GM Tool (CGMT). This is an excellent X+(Windows-based) tool that makes being a GM or Counselor extremely easy. X+Create objects, vendors, monster spawns, answer players' help calls, and X+much more, using a simple point-and-click interface. No more memorizing X+complex commands! For more info on CGMT, or to download a (free) copy, X+visit the CGMT web site at: http://www.prodes.org/cgmt/. X+ X+For more info on UOX3, please visit: X+ http://uox.stratics.com/ X+ X+For more info on Ultima Online, please visit: X+ http://www.owo.com/ X+ X+Have fun! b68495f96715364d5ae108be727b0971 echo x - pkg-message/jaggedalliance2.diff sed 's/^X//' >pkg-message/jaggedalliance2.diff << '6c9b1347c829a2e50a4506b53b21253a' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/games/jaggedalliance2/Makefile,v Xretrieving revision 1.13 Xdiff -u -r1.13 Makefile X--- Makefile 14 Jun 2009 08:41:39 -0000 1.13 X+++ Makefile 1 Nov 2009 20:24:40 -0000 X@@ -26,6 +26,8 @@ X NO_CDROM= License only permits non-commerical use X NO_PACKAGE= Language of the datafiles must be hardcoded in the game binary X X+SUB_FILES= pkg-message X+ X WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X OPTIONS= DUTCH "Compile for Dutch version (choose ONE)" Off \ XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 24 Jul 2007 10:41:31 -0000 1.3 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,18 +0,0 @@ X-========================================================================== X- X- This Jagged Alliance 2 port requires data files from the original X- game CD and installation. Copy the following files: X- X- Put all *.slf files into ${DATADIR}/Data. X- Put all *.jsd and *.sti files from the TILECACHE directory into X- ${DATADIR}/Data/TILECACHE. X- All filenames must be lowercase! X- After copying you can use "make lowercase" to rename all files. X- X- When a user starts the game for the first time a file ~/.ja2/ja2.ini X- is created. In there the path to the data files has to be specified at X- the line "data_dir = ...". X- X- Enjoy! X- X-========================================================================== XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:24:40 -0000 X@@ -0,0 +1,18 @@ X+========================================================================== X+ X+ This Jagged Alliance 2 port requires data files from the original X+ game CD and installation. Copy the following files: X+ X+ Put all *.slf files into %%DATADIR%%/Data. X+ Put all *.jsd and *.sti files from the TILECACHE directory into X+ %%DATADIR%%/Data/TILECACHE. X+ All filenames must be lowercase! X+ After copying you can use "make lowercase" to rename all files. X+ X+ When a user starts the game for the first time a file ~/.ja2/ja2.ini X+ is created. In there the path to the data files has to be specified at X+ the line "data_dir = ...". X+ X+ Enjoy! X+ X+========================================================================== 6c9b1347c829a2e50a4506b53b21253a echo x - pkg-message/slashem-tty.diff sed 's/^X//' >pkg-message/slashem-tty.diff << 'e53310697492247f26e35205e84a4d82' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/games/slashem-tty/Makefile,v Xretrieving revision 1.14 Xdiff -u -r1.14 Makefile X--- Makefile 22 Aug 2009 00:22:31 -0000 1.14 X+++ Makefile 1 Nov 2009 20:27:17 -0000 X@@ -17,7 +17,7 @@ X X USE_GMAKE= yes X PKGDEINSTALL= ${WRKDIR}/pkg-deinstall X-SUB_FILES+= pkg-deinstall X+SUB_FILES+= pkg-deinstall pkg-message X MAN6= dgn_comp.6 dlb.6 lev_comp.6 recover.6 slashem.6 X X WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 19 Aug 2007 08:37:32 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,8 +0,0 @@ X-==================================================== X-A sample .slashemrc file has been copied to X-${PREFIX}/share/doc/slashem as sample.slashemrc. X-Copy it to your home directory as .slashemrc and X-edit it to taste. X-The options for it are described in X-${PREFIX}/share/doc/slashem/Guidebook.txt. X-==================================================== XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:27:17 -0000 X@@ -0,0 +1,8 @@ X+==================================================== X+A sample .slashemrc file has been copied to X+%%DOCSDIR%% as sample.slashemrc. X+Copy it to your home directory as .slashemrc and X+edit it to taste. X+The options for it are described in X+%%DOCSDIR%%/Guidebook.txt. X+==================================================== e53310697492247f26e35205e84a4d82 echo x - pkg-message/xjump.diff sed 's/^X//' >pkg-message/xjump.diff << '0bf26c334dcd5162efa2b2318a1d34a9' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/games/xjump/Makefile,v Xretrieving revision 1.15 Xdiff -u -r1.15 Makefile X--- Makefile 23 Jan 2009 16:27:31 -0000 1.15 X+++ Makefile 1 Nov 2009 20:33:24 -0000 X@@ -15,6 +15,8 @@ X MAINTAINER= ports@FreeBSD.org X COMMENT= A simple X game where one tries to jump up as many levels as possible X X+SUB_FILES= pkg-message X+ X WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} X X PLIST_FILES= bin/xjump XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 26 Feb 2001 03:06:56 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,14 +0,0 @@ X- X---- NOTICE --- X-xjump is set to use /var/games/xjump.record for its scorekeeping. X-However, due to security concerns, xjump is not installed setgid X-games, and thus cannot write this file. In order to enable keeping X-scores, you will need to run these commands: X- X- 1) touch /var/games/xjump.record X- 2) chmod 664 /var/games/xjump.record X- 3) chmod 2755 ${PREFIX}/bin/xjump X- X-where ${PREFIX} is the prefix that xjump was installed under, X-which is usually /usr/X11R6. X- XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:33:25 -0000 X@@ -0,0 +1,14 @@ X+ X+--- NOTICE --- X+xjump is set to use /var/games/xjump.record for its scorekeeping. X+However, due to security concerns, xjump is not installed setgid X+games, and thus cannot write this file. In order to enable keeping X+scores, you will need to run these commands: X+ X+ 1) touch /var/games/xjump.record X+ 2) chmod 664 /var/games/xjump.record X+ 3) chmod 2755 %%PREFIX%%/bin/xjump X+ X+where %%PREFIX%% is the prefix that xjump was installed under, X+which is usually /usr/X11R6. X+ 0bf26c334dcd5162efa2b2318a1d34a9 echo x - pkg-message/BBBike.diff sed 's/^X//' >pkg-message/BBBike.diff << 'f92ebdbd197258eddb86990ddfaa5f68' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/german/BBBike/Makefile,v Xretrieving revision 1.26 Xdiff -u -r1.26 Makefile X--- Makefile 22 Aug 2009 00:22:40 -0000 1.26 X+++ Makefile 1 Nov 2009 20:39:29 -0000 X@@ -19,6 +19,8 @@ X RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \ X ${BUILD_DEPENDS} X X+SUB_FILES= pkg-message X+ X USE_PERL5= YES X POD2MAN= pod2man X XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 21 Jan 2004 09:59:10 -0000 1.3 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,6 +0,0 @@ X-BBBike X------- X- X-Zusätzliche Anpassung für KDE mit X- X- ${PREFIX}/BBBike/install.pl XIndex: pkg-plist X=================================================================== XRCS file: pkg-plist Xdiff -N pkg-plist X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ pkg-plist 1 Nov 2009 20:39:29 -0000 X@@ -0,0 +1,1029 @@ X+BBBike/Ampelschaltung.pm X+BBBike/BBBikeAdvanced.pm X+BBBike/BBBikeAlarm.pm X+BBBike/BBBikeCGIUtil.pm X+BBBike/BBBikeCalc.pm X+BBBike/BBBikeCrosshairs.pm X+BBBike/BBBikeDebug.pm X+BBBike/BBBikeDraw.pm X+BBBike/BBBikeDraw/BBBikeGoogleMaps.pm X+BBBike/BBBikeDraw/GD.pm X+BBBike/BBBikeDraw/GDHeavy.pm X+BBBike/BBBikeDraw/ImageMagick.pm X+BBBike/BBBikeDraw/Imager.pm X+BBBike/BBBikeDraw/MapServer.pm X+BBBike/BBBikeDraw/PDF.pm X+BBBike/BBBikeDraw/SVG.pm X+BBBike/BBBikeESRI.pm X+BBBike/BBBikeEdit.pm X+BBBike/BBBikeEditUtil.pm X+BBBike/BBBikeGPS.pm X+BBBike/BBBikeGlobalVars.pm X+BBBike/BBBikeHeavy.pm X+BBBike/BBBikeImportWizard.pm X+BBBike/BBBikeLazy.pm X+BBBike/BBBikeMail.pm X+BBBike/BBBikeMapserver.pm X+BBBike/BBBikeMenubar.pm X+BBBike/BBBikeOvlPlugin.pm X+BBBike/BBBikePalm.pm X+BBBike/BBBikePersonal.pm X+BBBike/BBBikePlugin.pm X+BBBike/BBBikePluginLister.pm X+BBBike/BBBikePrint.pm X+BBBike/BBBikeProfil.pm X+BBBike/BBBikeRouting.pm X+BBBike/BBBikeRouting.pod X+BBBike/BBBikeRuler.pm X+BBBike/BBBikeSalesman.pm X+BBBike/BBBikeScribble.pm X+BBBike/BBBikeScribblePlugin.pm X+BBBike/BBBikeServer.pm X+BBBike/BBBikeStats.pm X+BBBike/BBBikeThunder.pm X+BBBike/BBBikeTkUtil.pm X+BBBike/BBBikeTrans.pm X+BBBike/BBBikeUtil.pm X+BBBike/BBBikeVar.pm X+BBBike/BBBikeVia.pm X+BBBike/BBBikeWeather.pm X+BBBike/Bundle/BBBike.pm X+BBBike/Bundle/BBBike_small.pm X+BBBike/CHANGES X+BBBike/COPYING X+BBBike/ESRI/Makefile.PL X+BBBike/ESRI/Shapefile.pm X+BBBike/ESRI/Shapefile/DBase.pm X+BBBike/ESRI/Shapefile/Index.pm X+BBBike/ESRI/Shapefile/Main.pm X+BBBike/ESRI/TODO X+BBBike/ESRI/esri2bbd.pl X+BBBike/ESRI/t/shapefile.t X+BBBike/FURadar.pm X+BBBike/Fahrinfo.pm X+BBBike/GIS/Globe.pm X+BBBike/GIS/NSD.pm X+BBBike/GIS/globe_to_bbd.pl X+BBBike/GPS.pm X+BBBike/GPS/DirectGarmin.pm X+BBBike/GPS/G7toWin_2.pm X+BBBike/GPS/G7toWin_ASCII.pm X+BBBike/GPS/GPX.pm X+BBBike/GPS/Gardown.pm X+BBBike/GPS/Gpsbabel.pm X+BBBike/GPS/GpsmanConn.pm X+BBBike/GPS/GpsmanData.pm X+BBBike/GPS/KML.pm X+BBBike/GPS/MPS.pm X+BBBike/GPS/MyNMEA.pm X+BBBike/GPS/Ovl.pm X+BBBike/GPS/SerialStty.pm X+BBBike/GPS/Unknown1.pm X+BBBike/GPS/Util.pm X+BBBike/GPS/WaypointPlus.pm X+BBBike/GPS/t/gpsmandata.t X+BBBike/Geography.pm X+BBBike/Geography/Berlin_DE.pm X+BBBike/Geography/Brandenburg_DE.pm X+BBBike/Geography/Muenchen_DE.pm X+BBBike/Geography/Oranienburg_DE.pm X+BBBike/Geography/Zuerich_CH.pm X+BBBike/GfxConvert.pm X+BBBike/Hooks.pm X+BBBike/HouseNumbers.pm X+BBBike/Karte.pm X+BBBike/Karte/Berlinmap1996.pm X+BBBike/Karte/Berlinmap1997.pm X+BBBike/Karte/Berlinmap1998.pm X+BBBike/Karte/Berlinmap1999.pm X+BBBike/Karte/Berlinmap2000.pm X+BBBike/Karte/Berlinmap2001.pm X+BBBike/Karte/Berlinmap2002.pm X+BBBike/Karte/Berlinmap2003.pm X+BBBike/Karte/Berlinmap2004.pm X+BBBike/Karte/Cityinfo.pm X+BBBike/Karte/Deinplan.pm X+BBBike/Karte/Demap2002.pm X+BBBike/Karte/ETRS89.pm X+BBBike/Karte/FURadar.pm X+BBBike/Karte/FURadar2.pm X+BBBike/Karte/FURadar3.pm X+BBBike/Karte/GDF.pm X+BBBike/Karte/GIS.pm X+BBBike/Karte/GISmap.pm X+BBBike/Karte/GPS.pm X+BBBike/Karte/Nbrbmap2004.pm X+BBBike/Karte/PilotPl.pm X+BBBike/Karte/PilotPl12.pm X+BBBike/Karte/Polar.pm X+BBBike/Karte/Potsdammap2002.pm X+BBBike/Karte/Satmap.pm X+BBBike/Karte/SatmapGIF.pm X+BBBike/Karte/Soldner_alt.pm X+BBBike/Karte/Standard.pm X+BBBike/Karte/T2001.pm X+BBBike/Karte/T99.pm X+BBBike/Karte/Tk50.pm X+BBBike/Karte/UTM.pm X+BBBike/MANIFEST X+BBBike/Makefile.PL X+BBBike/MasterPunkte.pm X+BBBike/MasterStrassen.pm X+BBBike/PLZ.pm X+BBBike/PLZ/Levenshtein.pm X+BBBike/PLZ/Multi.pm X+BBBike/PointEdit.pm X+BBBike/README X+BBBike/README.english X+BBBike/Radwege.pm X+BBBike/Route.pm X+BBBike/Route/Descr.pm X+BBBike/Route/Heavy.pm X+BBBike/Route/PDF.pm X+BBBike/Salesman.pm X+BBBike/Strassen.pm X+BBBike/Strassen/Build.pm X+BBBike/Strassen/CDB.pm X+BBBike/Strassen/Cat.pm X+BBBike/Strassen/Combine.pm X+BBBike/Strassen/Core.pm X+BBBike/Strassen/CoreHeavy.pm X+BBBike/Strassen/DB_File.pm X+BBBike/Strassen/DB_File_Btree.pm X+BBBike/Strassen/Dataset.pm X+BBBike/Strassen/E00.pm X+BBBike/Strassen/ESRI.pm X+BBBike/Strassen/Edit.pm X+BBBike/Strassen/Ext.pm X+BBBike/Strassen/Fast.pm X+BBBike/Strassen/FromRoute.pm X+BBBike/Strassen/GPX.pm X+BBBike/Strassen/Gardown.pm X+BBBike/Strassen/Generated.pm X+BBBike/Strassen/Generated_src.pm X+BBBike/Strassen/Gpsman.pm X+BBBike/Strassen/Heavy.pm X+BBBike/Strassen/KML.pm X+BBBike/Strassen/Kreuzungen.pm X+BBBike/Strassen/Lazy.pm X+BBBike/Strassen/MapInfo.pm X+BBBike/Strassen/MultiBezStr.pm X+BBBike/Strassen/MultiStrassen.pm X+BBBike/Strassen/Obsolete.pm X+BBBike/Strassen/Pg.pm X+BBBike/Strassen/Stat.pm X+BBBike/Strassen/Storable.pm X+BBBike/Strassen/Strasse.pm X+BBBike/Strassen/StrassenNetz.pm X+BBBike/Strassen/StrassenNetzHeavy.pm X+BBBike/Strassen/Tie.pm X+BBBike/Strassen/Util.pm X+BBBike/Strassen/WaypointPlus.pm X+BBBike/Telefonbuch.pm X+BBBike/Telefonbuch2001.pm X+BBBike/Telefonbuch98.pm X+BBBike/Telefonbuch99.pm X+BBBike/TelefonbuchAny.pm X+BBBike/Update.pm X+BBBike/Way.pm X+BBBike/Way/Metric.pm X+BBBike/Wizards.pm X+BBBike/bbbike X+@exec ln -fs %D/%F %D/bin/bbbike X+@unexec rm -f %D/bin/bbbike X+BBBike/bbbike-fast.bat X+BBBike/bbbike.bat X+BBBike/bbbike.pod X+BBBike/bbbikeapplet X+BBBike/bbbikeclient X+@exec ln -fs %D/%F %D/bin/bbbikeclient X+@unexec rm -f %D/bin/bbbikeclient X+BBBike/cbbbike X+@exec ln -fs %D/%F %D/bin/cbbbike X+@unexec rm -f %D/bin/cbbbike X+BBBike/cbbbike.bat X+BBBike/cgi/README X+BBBike/cgi/bbbike-data.cgi X+BBBike/cgi/bbbike-teaser.pl X+BBBike/cgi/bbbike.cgi X+BBBike/cgi/bbbikegooglemap.cgi X+BBBike/cgi/berlinmap.cgi X+BBBike/cgi/configure-bbbike.cgi X+BBBike/cgi/httpd.conf.st X+BBBike/cgi/httpd.conf.tpl X+BBBike/cgi/httpi X+BBBike/cgi/mapserver_address.cgi X+BBBike/cgi/mapserver_comment.cgi X+BBBike/cgi/mapserver_setcoord.cgi X+BBBike/cgi/mksymlinks X+BBBike/cgi/msg/en X+BBBike/cgi/redirect-bbbike.cgi X+BBBike/cgi/runbbbikecgi X+BBBike/cgi/tinyhttpd X+BBBike/cgi/tinyhttpd.config X+BBBike/cgi/wapbbbike.cgi X+BBBike/cmdbbbike X+@exec ln -fs %D/%F %D/bin/cmdbbbike X+@unexec rm -f %D/bin/cmdbbbike X+BBBike/data/.modified X+BBBike/data/Berlin.coords.data X+BBBike/data/Potsdam.coords.data X+BBBike/data/README X+BBBike/data/ampeln X+BBBike/data/ampelschaltung X+BBBike/data/berlin X+BBBike/data/berlin_ortsteile X+BBBike/data/brunnels X+BBBike/data/comments_cyclepath X+BBBike/data/comments_ferry X+BBBike/data/comments_kfzverkehr X+BBBike/data/comments_misc X+BBBike/data/comments_mount X+BBBike/data/comments_path X+BBBike/data/comments_route X+BBBike/data/comments_scenic X+BBBike/data/comments_tram X+BBBike/data/deutschland X+BBBike/data/faehren X+BBBike/data/flaechen X+BBBike/data/fragezeichen X+BBBike/data/gesperrt X+BBBike/data/gesperrt_car X+BBBike/data/gesperrt_r X+BBBike/data/gesperrt_s X+BBBike/data/gesperrt_u X+BBBike/data/green X+BBBike/data/grenzuebergaenge X+BBBike/data/handicap_l X+BBBike/data/handicap_s X+BBBike/data/hoehe X+BBBike/data/housenumbers X+BBBike/data/inaccessible_landstrassen X+BBBike/data/inaccessible_strassen X+BBBike/data/innerberliner_grenze X+BBBike/data/kneipen X+BBBike/data/label X+BBBike/data/landstrassen X+BBBike/data/landstrassen2 X+BBBike/data/mount X+BBBike/data/multi_bez_str X+BBBike/data/nolighting X+BBBike/data/obst X+BBBike/data/orte X+BBBike/data/orte2 X+BBBike/data/orte_city X+BBBike/data/plaetze X+BBBike/data/plz X+BBBike/data/potsdam X+BBBike/data/qualitaet_l X+BBBike/data/qualitaet_s X+BBBike/data/radwege X+BBBike/data/radwege_exact X+BBBike/data/rbahn X+BBBike/data/rbahnhof X+BBBike/data/sbahn X+BBBike/data/sbahnhof X+BBBike/data/sbahnhof_bg X+BBBike/data/sehenswuerdigkeit X+BBBike/data/sehenswuerdigkeit_img/berliner_dom.gif X+BBBike/data/sehenswuerdigkeit_img/bodemuseum.png X+BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.gif X+BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.png X+BBBike/data/sehenswuerdigkeit_img/brandenburger_tor.gif X+BBBike/data/sehenswuerdigkeit_img/einsteinturm.gif X+BBBike/data/sehenswuerdigkeit_img/fernsehturm.gif X+BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche.png X+BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.gif X+BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.png X+BBBike/data/sehenswuerdigkeit_img/funkturm.gif X+BBBike/data/sehenswuerdigkeit_img/gedaechtniskirche.gif X+BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.gif X+BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.png X+BBBike/data/sehenswuerdigkeit_img/luftbrueckendenkmal.gif X+BBBike/data/sehenswuerdigkeit_img/oberbaumbruecke.gif X+BBBike/data/sehenswuerdigkeit_img/oberbaumcity.gif X+BBBike/data/sehenswuerdigkeit_img/reichstag.gif X+BBBike/data/sehenswuerdigkeit_img/schultheiss.gif X+BBBike/data/sehenswuerdigkeit_img/siegessaeule.gif X+BBBike/data/sehenswuerdigkeit_img/viktoriaparkdenkmal.gif X+BBBike/data/sehenswuerdigkeit_img/wasserturm_jungfernheide.gif X+BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.gif X+BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.png X+BBBike/data/strassen X+BBBike/data/strassen_bab X+BBBike/data/temp_blockings/bbbike-temp-blockings-optimized.pl X+BBBike/data/ubahn X+BBBike/data/ubahnhof X+BBBike/data/ubahnhof_bg X+BBBike/data/umsteigebhf X+BBBike/data/vorfahrt X+BBBike/data/wasserstrassen X+BBBike/data/wasserumland X+BBBike/data/wasserumland2 X+BBBike/doc/HOWTO_edit_bbbike_data.html X+BBBike/doc/README.english.html X+BBBike/doc/README.html X+BBBike/doc/TODO.pod X+BBBike/doc/authors.pod X+BBBike/doc/bbbike.html X+BBBike/doc/bbbike_internals.html X+BBBike/doc/bbbike_internals.pod X+BBBike/doc/bbd.html X+BBBike/doc/bbd.pod X+BBBike/doc/docbook.css X+BBBike/doc/links.pod X+BBBike/doc/podindex.html X+BBBike/doc/qualitaetskategorien.html X+BBBike/doc/tests.pod X+BBBike/doc/watchsites.pod X+BBBike/ext/BBBikeXS/BBBikeXS.pm X+BBBike/ext/BBBikeXS/BBBikeXS.xs X+BBBike/ext/BBBikeXS/MANIFEST X+BBBike/ext/BBBikeXS/Makefile.PL X+BBBike/ext/BBBikeXS/README X+BBBike/ext/BBBikeXS/sqrt.c X+BBBike/ext/BBBikeXS/sqrt.h X+BBBike/ext/BBBikeXS/t/base.t X+BBBike/ext/BBBikeXS/t/leak.t X+BBBike/ext/BBBikeXS/t/makenet.t X+BBBike/ext/BBBikeXS/t/prefer_cache.t X+BBBike/ext/BBBikeXS/t/strecke.t X+BBBike/ext/BBBikeXS/t/to_koord1.t X+BBBike/ext/BBBikeXS/typemap X+BBBike/ext/Makefile X+BBBike/ext/Strassen-Inline/Inline.pm X+BBBike/ext/Strassen-Inline/InlineDist.pm X+BBBike/ext/Strassen-Inline/Makefile.PL X+BBBike/ext/Strassen-Inline/heap.c X+BBBike/ext/Strassen-Inline/heap.h X+BBBike/ext/Strassen-Inline/ppport.h X+BBBike/ext/Strassen-Inline/t/common.pl X+BBBike/ext/Strassen-Inline/t/db_impl.t X+BBBike/ext/Strassen-Inline/t/hv_impl.t X+BBBike/ext/Strassen-Inline2/Inline2.pm X+BBBike/ext/Strassen-Inline2/Inline2Dist.pm X+BBBike/ext/Strassen-Inline2/Makefile.PL X+BBBike/ext/Strassen-Inline2/ppport.h X+BBBike/ext/Strassen-Inline2/t/common.pl X+BBBike/ext/Strassen-Inline2/t/db_impl.t X+BBBike/ext/Strassen-Inline2/t/hv_impl.t X+BBBike/ext/StrassenNetz-CNetFile/CNetFile.pm X+BBBike/ext/StrassenNetz-CNetFile/CNetFileDist.pm X+BBBike/ext/StrassenNetz-CNetFile/CNetFilePerl.pm X+BBBike/ext/StrassenNetz-CNetFile/Makefile.PL X+BBBike/ext/StrassenNetz-CNetFile/ppport.h X+BBBike/ext/StrassenNetz-CNetFile/t/base.t X+BBBike/ext/VectorUtil-Inline/Inline.pm X+BBBike/ext/VectorUtil-Inline/Inline.xs X+BBBike/ext/VectorUtil-Inline/InlineDist.pm X+BBBike/ext/VectorUtil-Inline/Makefile.PL X+BBBike/ext/VectorUtil-Inline/t/point_in_poly.t X+BBBike/ext/VectorUtil-Inline/t/vectorutil.t X+BBBike/ext/VirtArray/Changes X+BBBike/ext/VirtArray/MANIFEST X+BBBike/ext/VirtArray/Makefile.PL X+BBBike/ext/VirtArray/README X+BBBike/ext/VirtArray/VirtArray.pm X+BBBike/ext/VirtArray/VirtArray.xs X+BBBike/ext/VirtArray/test.pl X+BBBike/ext/VirtArray/typemap X+BBBike/ext/inline2dist.pl X+BBBike/gnome/BBBikeDoc.tmpl X+BBBike/gnome/BBBikeWWW X+BBBike/gnome/bbbike.keys X+BBBike/gnome/bbbike.mime X+BBBike/html/allstreet.html X+BBBike/html/bbbike.css X+BBBike/html/bbbike_result.js X+BBBike/html/bbbike_sidebar.en.html X+BBBike/html/bbbike_sidebar.html X+BBBike/html/bbbike_small.en.html X+BBBike/html/bbbike_small.html X+BBBike/html/bbbike_start.js X+BBBike/html/bbbike_util.js X+BBBike/html/bbbikepod.css X+BBBike/html/bbbikeprint.css X+BBBike/html/empty.html X+BBBike/html/error404.html X+BBBike/html/fragezeichenform.html X+BBBike/html/fragezeichenform.utf8.html X+BBBike/html/help.html X+BBBike/html/legende.html X+BBBike/html/newstreetform.html X+BBBike/html/newstreetform.tpl.html X+BBBike/html/newstreetform.utf8.html X+BBBike/html/opensearch/bbbike-opensearch-de-simple.gif X+BBBike/html/opensearch/bbbike-opensearch-de-simple.src X+BBBike/html/opensearch/bbbike-opensearch-de-simple.xml X+BBBike/html/opensearch/bbbike-opensearch-de.gif X+BBBike/html/opensearch/bbbike-opensearch-de.src X+BBBike/html/opensearch/bbbike-opensearch-de.xml X+BBBike/html/opensearch/bbbike-opensearch-en-simple.gif X+BBBike/html/opensearch/bbbike-opensearch-en-simple.src X+BBBike/html/opensearch/bbbike-opensearch-en-simple.xml X+BBBike/html/opensearch/bbbike-opensearch-en.gif X+BBBike/html/opensearch/bbbike-opensearch-en.src X+BBBike/html/opensearch/bbbike-opensearch-en.xml X+BBBike/html/opensearch/bbbike-opensearch.tpl.src X+BBBike/html/opensearch/bbbike-opensearch.tpl.xml X+BBBike/html/opensearch/opensearch.html X+BBBike/html/opensearch/opensearch.js X+BBBike/html/pleasewait.html X+BBBike/html/presse.html X+BBBike/html/sprintf.js X+BBBike/images/PoweredByPerl.gif X+BBBike/images/abc.gif X+BBBike/images/abc.xpm X+BBBike/images/abc_hi.gif X+BBBike/images/abc_hi.xpm X+BBBike/images/addnet_ptr.xbm X+BBBike/images/addnet_ptr_mask.xbm X+BBBike/images/airport.gif X+BBBike/images/airport.xpm X+BBBike/images/ampel.gif X+BBBike/images/ampel.png X+BBBike/images/ampel.xpm X+BBBike/images/ampel_klein.gif X+BBBike/images/ampel_klein.jpg X+BBBike/images/ampel_klein.png X+BBBike/images/ampel_klein.xpm X+BBBike/images/ampel_klein2.gif X+BBBike/images/ampel_klein2.jpg X+BBBike/images/ampel_klein2.png X+BBBike/images/ampel_klein2.xpm X+BBBike/images/ampel_klein2_rahmen.gif X+BBBike/images/ampel_klein2_rahmen.png X+BBBike/images/ampel_klein2_rahmen.xpm X+BBBike/images/ampel_klein_grey.xpm X+BBBike/images/ampelf.gif X+BBBike/images/ampelf.png X+BBBike/images/ampelf.xpm X+BBBike/images/ampelf_klein.gif X+BBBike/images/ampelf_klein.png X+BBBike/images/ampelf_klein.xpm X+BBBike/images/ampelf_klein2.gif X+BBBike/images/ampelf_klein2.png X+BBBike/images/ampelf_klein2.xpm X+BBBike/images/ampelf_klein_noalpha.png X+BBBike/images/ampelf_noalpha.png X+BBBike/images/andreaskr.gif X+BBBike/images/andreaskr.png X+BBBike/images/andreaskr.xpm X+BBBike/images/andreaskr_klein.gif X+BBBike/images/andreaskr_klein.jpg X+BBBike/images/andreaskr_klein.png X+BBBike/images/andreaskr_klein.xpm X+BBBike/images/andreaskr_klein2.gif X+BBBike/images/andreaskr_klein2.jpg X+BBBike/images/andreaskr_klein2.png X+BBBike/images/andreaskr_klein2.xpm X+BBBike/images/apfel.gif X+BBBike/images/apfel.png X+BBBike/images/apfel.xpm X+BBBike/images/aufzug.gif X+BBBike/images/aufzug.png X+BBBike/images/aufzug.xpm X+BBBike/images/aufzug_klein.gif X+BBBike/images/aufzug_klein.png X+BBBike/images/aufzug_klein.xpm X+BBBike/images/aufzug_klein2.gif X+BBBike/images/aufzug_klein2.png X+BBBike/images/aufzug_klein2.xpm X+BBBike/images/bab_table_16.gif X+BBBike/images/bab_table_16.png X+BBBike/images/bab_table_32.gif X+BBBike/images/bab_table_32.png X+BBBike/images/bbbike_google.gif X+BBBike/images/bbbike_google.png X+BBBike/images/bbbike_google.xpm X+BBBike/images/bbbike_splash.gif X+BBBike/images/bbbike_splash.xpm X+BBBike/images/berlin_overview_small.gif X+BBBike/images/berlin_overview_small.xpm X+BBBike/images/berlin_small.gif X+BBBike/images/berlin_small.xpm X+BBBike/images/berlin_small_280x240.gif X+BBBike/images/berlin_small_280x240.png X+BBBike/images/berlin_small_280x240.xpm X+BBBike/images/berlin_small_hi.gif X+BBBike/images/berlin_small_hi.xpm X+BBBike/images/berlin_small_hi_280x240.gif X+BBBike/images/berlin_small_hi_280x240.png X+BBBike/images/berlin_small_hi_280x240.xpm X+BBBike/images/bg.gif X+BBBike/images/bg.jpg X+BBBike/images/bicycle.gif X+BBBike/images/bicycle.xpm X+BBBike/images/birne.gif X+BBBike/images/birne.png X+BBBike/images/birne.xpm X+BBBike/images/bluedot.png X+BBBike/images/bundesstrasse_table_16.gif X+BBBike/images/bundesstrasse_table_16.png X+BBBike/images/bundesstrasse_table_32.gif X+BBBike/images/bundesstrasse_table_32.png X+BBBike/images/bw_hleft.wbmp X+BBBike/images/bw_hright.wbmp X+BBBike/images/bw_left.wbmp X+BBBike/images/bw_right.wbmp X+BBBike/images/bw_straight.wbmp X+BBBike/images/cal.gif X+BBBike/images/cal.png X+BBBike/images/cal.xpm X+BBBike/images/car.gif X+BBBike/images/car.png X+BBBike/images/car.xpm X+BBBike/images/cgi_legende.gif X+BBBike/images/cgi_legende.xpm X+BBBike/images/church.gif X+BBBike/images/church.png X+BBBike/images/church.xpm X+BBBike/images/click.gif X+BBBike/images/click.xpm X+BBBike/images/cross.gif X+BBBike/images/cross.xpm X+BBBike/images/crosses.xbm X+BBBike/images/de_flag.png X+BBBike/images/delete_ovl.gif X+BBBike/images/delnet_ptr.xbm X+BBBike/images/delnet_ptr_mask.xbm X+BBBike/images/dest.gif X+BBBike/images/dest.png X+BBBike/images/dest_ptr.xbm X+BBBike/images/dest_ptr_mask.xbm X+BBBike/images/droga_krajowa_table_16.gif X+BBBike/images/droga_krajowa_table_16.png X+BBBike/images/droga_krajowa_table_32.gif X+BBBike/images/droga_krajowa_table_32.png X+BBBike/images/essen.gif X+BBBike/images/essen.xpm X+BBBike/images/essen_klein.gif X+BBBike/images/essen_klein.xpm X+BBBike/images/exit.gif X+BBBike/images/exit.xpm X+BBBike/images/favicon.ico X+BBBike/images/ferry.gif X+BBBike/images/ferry.png X+BBBike/images/ferry.xpm X+BBBike/images/ferry_klein.gif X+BBBike/images/ferry_klein.png X+BBBike/images/ferry_klein.xpm X+BBBike/images/flaechen.gif X+BBBike/images/flaechen.xpm X+BBBike/images/flag2_bl.gif X+BBBike/images/flag2_bl.jpg X+BBBike/images/flag2_bl.png X+BBBike/images/flag2_bl.wbmp X+BBBike/images/flag2_bl.xpm X+BBBike/images/flag2_bl_centered.gif X+BBBike/images/flag2_bl_centered.png X+BBBike/images/flag2_bl_centered.xpm X+BBBike/images/flag_via.gif X+BBBike/images/flag_via.xpm X+BBBike/images/flag_via_centered.gif X+BBBike/images/flag_via_centered.png X+BBBike/images/flag_via_centered.xpm X+BBBike/images/flag_ziel.gif X+BBBike/images/flag_ziel.jpg X+BBBike/images/flag_ziel.png X+BBBike/images/flag_ziel.xpm X+BBBike/images/flag_ziel_centered.gif X+BBBike/images/flag_ziel_centered.png X+BBBike/images/flag_ziel_centered.xpm X+BBBike/images/gb_flag.png X+BBBike/images/gefaelle.gif X+BBBike/images/gefaelle.xpm X+BBBike/images/glas.gif X+BBBike/images/glas.xpm X+BBBike/images/glas_klein.gif X+BBBike/images/glas_klein.xpm X+BBBike/images/google.gif X+BBBike/images/grenzuebergang_16.gif X+BBBike/images/grenzuebergang_16.png X+BBBike/images/grenzuebergang_32.gif X+BBBike/images/grenzuebergang_32.png X+BBBike/images/haltestelle.gif X+BBBike/images/haltestelle.xpm X+BBBike/images/hatched_ring.gif X+BBBike/images/hatched_ring.png X+BBBike/images/hatched_ring.xpm X+BBBike/images/help.gif X+BBBike/images/help.xpm X+BBBike/images/hospital.gif X+BBBike/images/hospital.png X+BBBike/images/hospital.xpm X+BBBike/images/info.gif X+BBBike/images/info.xpm X+BBBike/images/info_ptr.xbm X+BBBike/images/info_ptr_mask.xbm X+BBBike/images/inwork.gif X+BBBike/images/inwork.xpm X+BBBike/images/kino_klein.gif X+BBBike/images/kino_klein.xpm X+BBBike/images/kirsche.gif X+BBBike/images/kirsche.png X+BBBike/images/kirsche.xpm X+BBBike/images/koord.gif X+BBBike/images/koord.xpm X+BBBike/images/kopfstein_klein.gif X+BBBike/images/kopfstein_klein.xpm X+BBBike/images/kopfstein_klein_grey.gif X+BBBike/images/kopfstein_klein_grey.xpm X+BBBike/images/landstrasse.gif X+BBBike/images/landstrasse.xpm X+BBBike/images/legend_blocked.gif X+BBBike/images/legend_blocked.png X+BBBike/images/legend_blockedroute.gif X+BBBike/images/legend_blockedroute.png X+BBBike/images/legend_carry.gif X+BBBike/images/legend_carry.png X+BBBike/images/legend_narrowpassage.gif X+BBBike/images/legend_narrowpassage.png X+BBBike/images/legend_oneway.gif X+BBBike/images/legend_oneway.png X+BBBike/images/lightning.gif X+BBBike/images/lightning_cursor.xbm X+BBBike/images/map.gif X+BBBike/images/map.xpm X+BBBike/images/menupfeil.gif X+BBBike/images/menupfeil.xpm X+BBBike/images/minicross.png X+BBBike/images/monument.gif X+BBBike/images/monument.xpm X+BBBike/images/moon.xpm X+BBBike/images/mosque.gif X+BBBike/images/mosque.png X+BBBike/images/mosque.xpm X+BBBike/images/movehand.gif X+BBBike/images/movehand.xpm X+BBBike/images/movehand_ptr.xbm X+BBBike/images/movehand_ptr_mask.xbm X+BBBike/images/moz_grab.gif X+BBBike/images/museum.gif X+BBBike/images/museum.png X+BBBike/images/museum.xpm X+BBBike/images/newlayer.gif X+BBBike/images/newlayer.png X+BBBike/images/newlayer.xpm X+BBBike/images/open.gif X+BBBike/images/open.xpm X+BBBike/images/open_ovl.gif X+BBBike/images/opt.gif X+BBBike/images/opt.xpm X+BBBike/images/ort.gif X+BBBike/images/ort.xpm X+BBBike/images/pflaume.gif X+BBBike/images/pflaume.png X+BBBike/images/pflaume.xpm X+BBBike/images/printer.gif X+BBBike/images/printer.xpm X+BBBike/images/ptr.xbm X+BBBike/images/px_1t.gif X+BBBike/images/radrouten.gif X+BBBike/images/rampe.gif X+BBBike/images/rampe.png X+BBBike/images/rampe.xpm X+BBBike/images/rbahn.gif X+BBBike/images/rbahn.xpm X+BBBike/images/redcross.gif X+BBBike/images/redcross.png X+BBBike/images/redcross.xpm X+BBBike/images/reddot.gif X+BBBike/images/reddot.png X+BBBike/images/rueckweg.gif X+BBBike/images/rueckweg.xpm X+BBBike/images/salesman.gif X+BBBike/images/salesman.xpm X+BBBike/images/salesman_ptr.xbm X+BBBike/images/salesman_ptr_mask.xbm X+BBBike/images/save.gif X+BBBike/images/save.xpm X+BBBike/images/sbahn.gif X+BBBike/images/sbahn.jpg X+BBBike/images/sbahn.png X+BBBike/images/sbahn.xpm X+BBBike/images/sbahn_klein.gif X+BBBike/images/sbahn_klein.jpg X+BBBike/images/sbahn_klein.png X+BBBike/images/sbahn_klein.xpm X+BBBike/images/sbahn_mini.gif X+BBBike/images/sbahn_mini.jpg X+BBBike/images/sbahn_mini.png X+BBBike/images/sbahn_mini.xpm X+BBBike/images/search.gif X+BBBike/images/search.xpm X+BBBike/images/search_pref.gif X+BBBike/images/search_pref.xpm X+BBBike/images/srtbike.gif X+BBBike/images/srtbike.ico X+BBBike/images/srtbike.jpg X+BBBike/images/srtbike.png X+BBBike/images/srtbike.xbm X+BBBike/images/srtbike.xpm X+BBBike/images/srtbike16.gif X+BBBike/images/srtbike16.xpm X+BBBike/images/srtbike16_mask.xbm X+BBBike/images/srtbike32.gif X+BBBike/images/srtbike32.xpm X+BBBike/images/srtbike32_mask.xbm X+BBBike/images/srtbike_mini.xpm X+BBBike/images/srtbike_solid.gif X+BBBike/images/srtbike_solid.xpm X+BBBike/images/srtbike_url.png X+BBBike/images/srtbike_www.ico X+BBBike/images/srtbike_www.xpm X+BBBike/images/star.gif X+BBBike/images/star.png X+BBBike/images/star.xpm X+BBBike/images/start.gif X+BBBike/images/start.png X+BBBike/images/start.xpm X+BBBike/images/start_ptr.png X+BBBike/images/start_ptr.xbm X+BBBike/images/start_ptr_mask.xbm X+BBBike/images/steigung.gif X+BBBike/images/steigung.png X+BBBike/images/steigung.xpm X+BBBike/images/stip.xbm X+BBBike/images/stiplite.xbm X+BBBike/images/strasse.gif X+BBBike/images/strasse.xpm X+BBBike/images/strlist.gif X+BBBike/images/strlist.xpm X+BBBike/images/synagogue.gif X+BBBike/images/synagogue.png X+BBBike/images/synagogue.xpm X+BBBike/images/theater.gif X+BBBike/images/theater.png X+BBBike/images/theater.xpm X+BBBike/images/thunder_cursor.xbm X+BBBike/images/touristinfo.gif X+BBBike/images/touristinfo.png X+BBBike/images/touristinfo.xpm X+BBBike/images/ubahn.gif X+BBBike/images/ubahn.jpg X+BBBike/images/ubahn.png X+BBBike/images/ubahn.xpm X+BBBike/images/ubahn_klein.gif X+BBBike/images/ubahn_klein.jpg X+BBBike/images/ubahn_klein.png X+BBBike/images/ubahn_klein.xpm X+BBBike/images/ubahn_mini.gif X+BBBike/images/ubahn_mini.jpg X+BBBike/images/ubahn_mini.png X+BBBike/images/ubahn_mini.xpm X+BBBike/images/usercross.gif X+BBBike/images/usercross.png X+BBBike/images/usercross.xpm X+BBBike/images/via.gif X+BBBike/images/via.png X+BBBike/images/via.xpm X+BBBike/images/via_add_nb1_ptr.xbm X+BBBike/images/via_add_nb1_ptr_mask.xbm X+BBBike/images/via_add_nb2_ptr.xbm X+BBBike/images/via_add_nb2_ptr_mask.xbm X+BBBike/images/via_add_ptr.xbm X+BBBike/images/via_add_ptr_mask.xbm X+BBBike/images/via_del_ptr.xbm X+BBBike/images/via_del_ptr_mask.xbm X+BBBike/images/via_move_2_ptr.xbm X+BBBike/images/via_move_2_ptr_mask.xbm X+BBBike/images/via_move_ptr.xbm X+BBBike/images/via_move_ptr_mask.xbm X+BBBike/images/viewmag+.gif X+BBBike/images/viewmag+.xpm X+BBBike/images/viewmag-.gif X+BBBike/images/viewmag-.xpm X+BBBike/images/vorfahrt.gif X+BBBike/images/vorfahrt.xpm X+BBBike/images/vorfahrt_klein.gif X+BBBike/images/vorfahrt_klein.png X+BBBike/images/vorfahrt_klein.xpm X+BBBike/images/wasser.gif X+BBBike/images/wasser.xpm X+BBBike/images/watch_ptr.xbm X+BBBike/images/watch_ptr_mask.xbm X+BBBike/images/wikipedia.gif X+BBBike/images/windrose.gif X+BBBike/images/windrose.xpm X+BBBike/images/windrose2.gif X+BBBike/images/windrose2.xpm X+BBBike/images/www_ptr.xbm X+BBBike/images/www_ptr_mask.xbm X+BBBike/images/xy_ptr.xbm X+BBBike/images/xy_ptr_mask.xbm X+BBBike/images/ziel.gif X+BBBike/images/ziel.png X+BBBike/images/ziel.xpm X+BBBike/images/ziel_ptr.png X+BBBike/images/ziel_ptr.xbm X+BBBike/images/ziel_ptr_mask.xbm X+BBBike/images/zugbruecke.gif X+BBBike/images/zugbruecke.png X+BBBike/images/zugbruecke.xpm X+BBBike/images/zugbruecke_klein.gif X+BBBike/images/zugbruecke_klein.jpg X+BBBike/images/zugbruecke_klein.png X+BBBike/images/zugbruecke_klein.xpm X+BBBike/install.bat X+BBBike/install.pl X+BBBike/install.sh X+BBBike/kde/BBBike.desktop.tmpl X+BBBike/kde/BBBikeDoc.desktop.tmpl X+BBBike/kde/BBBikeWWW.desktop.tmpl X+BBBike/kde/Cartography.directory.tmpl X+BBBike/kde/bbbike-mime-info.xml X+BBBike/kde/bbbike.menu X+BBBike/kde/x-bbbike-data.desktop.tmpl X+BBBike/kde/x-bbbike-route.desktop.tmpl X+BBBike/kde/x-gpstrack.desktop.tmpl X+BBBike/lib/AutoInstall/Tk.pm X+BBBike/lib/BikePower.pm X+BBBike/lib/BikePower/HTML.pm X+BBBike/lib/BikePower/Tk.pm X+BBBike/lib/BikePower/change_wind.xpm X+BBBike/lib/BikePower/crouch.xpm X+BBBike/lib/BikePower/pack_end.xpm X+BBBike/lib/BikePower/pack_middle.xpm X+BBBike/lib/BikePower/racing.xpm X+BBBike/lib/BikePower/standing.xpm X+BBBike/lib/BikePower/tuck.xpm X+BBBike/lib/BikePower/up_down.xpm X+BBBike/lib/BikePower/upright.xpm X+BBBike/lib/BrowserInfo.pm X+BBBike/lib/BrowserInfo/UAProf.pm X+BBBike/lib/Devel/WidgetDump.pm X+BBBike/lib/GD/Convert.pm X+BBBike/lib/Geometry.pm X+BBBike/lib/Http.pm X+BBBike/lib/KDEUtil.pm X+BBBike/lib/MacOSXUtil.pm X+BBBike/lib/Met/Wind.pm X+BBBike/lib/Msg.pm X+BBBike/lib/MyFile.pm X+BBBike/lib/PDF/Create/MyPage.pm X+BBBike/lib/Text/ScriptTemplate.pm X+BBBike/lib/Tk/Arrow.pm X+BBBike/lib/Tk/Autoscroll.pm X+BBBike/lib/Tk/BreakMenu.pm X+BBBike/lib/Tk/CanvasBalloon.pm X+BBBike/lib/Tk/CanvasExt.pm X+BBBike/lib/Tk/CanvasFig.pm X+BBBike/lib/Tk/CanvasUtil.pm X+BBBike/lib/Tk/ColorFlowChooser.pm X+BBBike/lib/Tk/ContextHelp.pm X+BBBike/lib/Tk/Enscript.pm X+BBBike/lib/Tk/FastSplash.pm X+BBBike/lib/Tk/FlatCheckbox.pm X+BBBike/lib/Tk/FlatRadiobutton.pm X+BBBike/lib/Tk/Getopt.pm X+BBBike/lib/Tk/K2Listbox.pm X+BBBike/lib/Tk/KListbox.pm X+BBBike/lib/Tk/LayerEditor.pm X+BBBike/lib/Tk/LayerEditorCore.pm X+BBBike/lib/Tk/LayerEditorToplevel.pm X+BBBike/lib/Tk/LogScale.pm X+BBBike/lib/Tk/LongDialog.pm X+BBBike/lib/Tk/PathEntry.pm X+BBBike/lib/Tk/PathEntry/Dialog.pm X+BBBike/lib/Tk/Placement.pm X+BBBike/lib/Tk/ProgressSplash.pm X+BBBike/lib/Tk/RaisedButton.pm X+BBBike/lib/Tk/ResizeButton.pm X+BBBike/lib/Tk/RotFont.pm X+BBBike/lib/Tk/RotX11Font.pm X+BBBike/lib/Tk/Ruler.pm X+BBBike/lib/Tk/SRTProgress.pm X+BBBike/lib/Tk/SRTScrollbar.pm X+BBBike/lib/Tk/Splash.pm X+BBBike/lib/Tk/StippleLine.pm X+BBBike/lib/Tk/TextProgress.pm X+BBBike/lib/Tk/UnderlineAll.pm X+BBBike/lib/Tk/WListbox.pm X+BBBike/lib/Tk/WidgetDump.pm X+BBBike/lib/Tk/context_help.xbm X+BBBike/lib/Tk/context_help_mask.xbm X+BBBike/lib/Tk/context_nohelp.xbm X+BBBike/lib/Tk/context_nohelp_mask.xbm X+BBBike/lib/Tk/enscript.cfg X+BBBike/lib/Tk/grid000.xbm X+BBBike/lib/Tk/grid045.xbm X+BBBike/lib/Tk/grid090.xbm X+BBBike/lib/Tk/grid135.xbm X+BBBike/lib/Tk/layereye.gif X+BBBike/lib/TkChange.pm X+BBBike/lib/TkCompat.pm X+BBBike/lib/UnixUtil.pm X+BBBike/lib/VectorUtil.pm X+BBBike/lib/WWWBrowser.pm X+BBBike/lib/Waitproc.pm X+BBBike/lib/Win32Util.pm X+BBBike/lib/WinCompat.pm X+BBBike/lib/click.au X+BBBike/lib/click.wav X+BBBike/lib/enum.pm X+BBBike/lib/get_and_store_synop X+BBBike/lib/parse_synop X+BBBike/lib/parse_wetterkarte X+BBBike/lib/savevars.pm X+BBBike/lib/wettermeldung2 X+BBBike/lib/your.pm X+BBBike/msg/bbbike/en X+BBBike/msg/install/en X+BBBike/smsbbbike X+@exec ln -fs %D/%F %D/bin/smsbbbike X+@unexec rm -f %D/bin/smsbbbike X+BBBike/tkbikepwr X+BBBike/tmp/.keep_me X+BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2Dist.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/InlineDist.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFile.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFileDist.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFilePerl.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/Inline.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/InlineDist.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/VirtArray.pm X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.so X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.so X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.so X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.so X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.so X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.bs X+BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.so X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2 X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto X+@dirrm BBBike/ext/StrassenNetz-CNetFile/t X+@dirrm BBBike/data/sehenswuerdigkeit_img X+@dirrm BBBike/ext/StrassenNetz-CNetFile X+@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%% X+@dirrmtry BBBike/lib/%%PERL_VER%% X+@dirrm BBBike/ext/VectorUtil-Inline/t X+@dirrm BBBike/ext/Strassen-Inline2/t X+@dirrm BBBike/ext/VectorUtil-Inline X+@dirrm BBBike/ext/Strassen-Inline/t X+@dirrm BBBike/ext/Strassen-Inline2 X+@dirrm BBBike/ext/Strassen-Inline X+@dirrm BBBike/data/temp_blockings X+@dirrm BBBike/lib/Tk/PathEntry X+@dirrm BBBike/lib/BrowserInfo X+@dirrm BBBike/lib/AutoInstall X+@dirrm BBBike/html/opensearch X+@dirrm BBBike/lib/PDF/Create X+@dirrm BBBike/ext/BBBikeXS/t X+@dirrm BBBike/ESRI/Shapefile X+@dirrm BBBike/lib/BikePower X+@dirrm BBBike/ext/VirtArray X+@dirrm BBBike/ext/BBBikeXS X+@dirrm BBBike/msg/install X+@dirrm BBBike/msg/bbbike X+@dirrm BBBike/BBBikeDraw X+@dirrm BBBike/lib/Devel X+@dirrm BBBike/Geography X+@dirrm BBBike/lib/Text X+@dirrm BBBike/Strassen X+@dirrm BBBike/lib/PDF X+@dirrm BBBike/lib/Met X+@dirrm BBBike/cgi/msg X+@dirrm BBBike/lib/Tk X+@dirrm BBBike/lib/GD X+@dirrm BBBike/images X+@dirrm BBBike/ESRI/t X+@dirrm BBBike/Bundle X+@dirrm BBBike/gnome X+@dirrm BBBike/Route X+@dirrm BBBike/Karte X+@dirrm BBBike/GPS/t X+@dirrm BBBike/html X+@dirrm BBBike/data X+@dirrm BBBike/ESRI X+@dirrm BBBike/tmp X+@dirrm BBBike/msg X+@dirrm BBBike/lib X+@dirrm BBBike/kde X+@dirrm BBBike/ext X+@dirrm BBBike/doc X+@dirrm BBBike/cgi X+@dirrm BBBike/Way X+@dirrm BBBike/PLZ X+@dirrm BBBike/GPS X+@dirrm BBBike/GIS X+@dirrm BBBike XIndex: pkg-plist.in X=================================================================== XRCS file: pkg-plist.in Xdiff -N pkg-plist.in X--- pkg-plist.in 1 Feb 2008 12:16:14 -0000 1.5 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,1029 +0,0 @@ X-BBBike/Ampelschaltung.pm X-BBBike/BBBikeAdvanced.pm X-BBBike/BBBikeAlarm.pm X-BBBike/BBBikeCGIUtil.pm X-BBBike/BBBikeCalc.pm X-BBBike/BBBikeCrosshairs.pm X-BBBike/BBBikeDebug.pm X-BBBike/BBBikeDraw.pm X-BBBike/BBBikeDraw/BBBikeGoogleMaps.pm X-BBBike/BBBikeDraw/GD.pm X-BBBike/BBBikeDraw/GDHeavy.pm X-BBBike/BBBikeDraw/ImageMagick.pm X-BBBike/BBBikeDraw/Imager.pm X-BBBike/BBBikeDraw/MapServer.pm X-BBBike/BBBikeDraw/PDF.pm X-BBBike/BBBikeDraw/SVG.pm X-BBBike/BBBikeESRI.pm X-BBBike/BBBikeEdit.pm X-BBBike/BBBikeEditUtil.pm X-BBBike/BBBikeGPS.pm X-BBBike/BBBikeGlobalVars.pm X-BBBike/BBBikeHeavy.pm X-BBBike/BBBikeImportWizard.pm X-BBBike/BBBikeLazy.pm X-BBBike/BBBikeMail.pm X-BBBike/BBBikeMapserver.pm X-BBBike/BBBikeMenubar.pm X-BBBike/BBBikeOvlPlugin.pm X-BBBike/BBBikePalm.pm X-BBBike/BBBikePersonal.pm X-BBBike/BBBikePlugin.pm X-BBBike/BBBikePluginLister.pm X-BBBike/BBBikePrint.pm X-BBBike/BBBikeProfil.pm X-BBBike/BBBikeRouting.pm X-BBBike/BBBikeRouting.pod X-BBBike/BBBikeRuler.pm X-BBBike/BBBikeSalesman.pm X-BBBike/BBBikeScribble.pm X-BBBike/BBBikeScribblePlugin.pm X-BBBike/BBBikeServer.pm X-BBBike/BBBikeStats.pm X-BBBike/BBBikeThunder.pm X-BBBike/BBBikeTkUtil.pm X-BBBike/BBBikeTrans.pm X-BBBike/BBBikeUtil.pm X-BBBike/BBBikeVar.pm X-BBBike/BBBikeVia.pm X-BBBike/BBBikeWeather.pm X-BBBike/Bundle/BBBike.pm X-BBBike/Bundle/BBBike_small.pm X-BBBike/CHANGES X-BBBike/COPYING X-BBBike/ESRI/Makefile.PL X-BBBike/ESRI/Shapefile.pm X-BBBike/ESRI/Shapefile/DBase.pm X-BBBike/ESRI/Shapefile/Index.pm X-BBBike/ESRI/Shapefile/Main.pm X-BBBike/ESRI/TODO X-BBBike/ESRI/esri2bbd.pl X-BBBike/ESRI/t/shapefile.t X-BBBike/FURadar.pm X-BBBike/Fahrinfo.pm X-BBBike/GIS/Globe.pm X-BBBike/GIS/NSD.pm X-BBBike/GIS/globe_to_bbd.pl X-BBBike/GPS.pm X-BBBike/GPS/DirectGarmin.pm X-BBBike/GPS/G7toWin_2.pm X-BBBike/GPS/G7toWin_ASCII.pm X-BBBike/GPS/GPX.pm X-BBBike/GPS/Gardown.pm X-BBBike/GPS/Gpsbabel.pm X-BBBike/GPS/GpsmanConn.pm X-BBBike/GPS/GpsmanData.pm X-BBBike/GPS/KML.pm X-BBBike/GPS/MPS.pm X-BBBike/GPS/MyNMEA.pm X-BBBike/GPS/Ovl.pm X-BBBike/GPS/SerialStty.pm X-BBBike/GPS/Unknown1.pm X-BBBike/GPS/Util.pm X-BBBike/GPS/WaypointPlus.pm X-BBBike/GPS/t/gpsmandata.t X-BBBike/Geography.pm X-BBBike/Geography/Berlin_DE.pm X-BBBike/Geography/Brandenburg_DE.pm X-BBBike/Geography/Muenchen_DE.pm X-BBBike/Geography/Oranienburg_DE.pm X-BBBike/Geography/Zuerich_CH.pm X-BBBike/GfxConvert.pm X-BBBike/Hooks.pm X-BBBike/HouseNumbers.pm X-BBBike/Karte.pm X-BBBike/Karte/Berlinmap1996.pm X-BBBike/Karte/Berlinmap1997.pm X-BBBike/Karte/Berlinmap1998.pm X-BBBike/Karte/Berlinmap1999.pm X-BBBike/Karte/Berlinmap2000.pm X-BBBike/Karte/Berlinmap2001.pm X-BBBike/Karte/Berlinmap2002.pm X-BBBike/Karte/Berlinmap2003.pm X-BBBike/Karte/Berlinmap2004.pm X-BBBike/Karte/Cityinfo.pm X-BBBike/Karte/Deinplan.pm X-BBBike/Karte/Demap2002.pm X-BBBike/Karte/ETRS89.pm X-BBBike/Karte/FURadar.pm X-BBBike/Karte/FURadar2.pm X-BBBike/Karte/FURadar3.pm X-BBBike/Karte/GDF.pm X-BBBike/Karte/GIS.pm X-BBBike/Karte/GISmap.pm X-BBBike/Karte/GPS.pm X-BBBike/Karte/Nbrbmap2004.pm X-BBBike/Karte/PilotPl.pm X-BBBike/Karte/PilotPl12.pm X-BBBike/Karte/Polar.pm X-BBBike/Karte/Potsdammap2002.pm X-BBBike/Karte/Satmap.pm X-BBBike/Karte/SatmapGIF.pm X-BBBike/Karte/Soldner_alt.pm X-BBBike/Karte/Standard.pm X-BBBike/Karte/T2001.pm X-BBBike/Karte/T99.pm X-BBBike/Karte/Tk50.pm X-BBBike/Karte/UTM.pm X-BBBike/MANIFEST X-BBBike/Makefile.PL X-BBBike/MasterPunkte.pm X-BBBike/MasterStrassen.pm X-BBBike/PLZ.pm X-BBBike/PLZ/Levenshtein.pm X-BBBike/PLZ/Multi.pm X-BBBike/PointEdit.pm X-BBBike/README X-BBBike/README.english X-BBBike/Radwege.pm X-BBBike/Route.pm X-BBBike/Route/Descr.pm X-BBBike/Route/Heavy.pm X-BBBike/Route/PDF.pm X-BBBike/Salesman.pm X-BBBike/Strassen.pm X-BBBike/Strassen/Build.pm X-BBBike/Strassen/CDB.pm X-BBBike/Strassen/Cat.pm X-BBBike/Strassen/Combine.pm X-BBBike/Strassen/Core.pm X-BBBike/Strassen/CoreHeavy.pm X-BBBike/Strassen/DB_File.pm X-BBBike/Strassen/DB_File_Btree.pm X-BBBike/Strassen/Dataset.pm X-BBBike/Strassen/E00.pm X-BBBike/Strassen/ESRI.pm X-BBBike/Strassen/Edit.pm X-BBBike/Strassen/Ext.pm X-BBBike/Strassen/Fast.pm X-BBBike/Strassen/FromRoute.pm X-BBBike/Strassen/GPX.pm X-BBBike/Strassen/Gardown.pm X-BBBike/Strassen/Generated.pm X-BBBike/Strassen/Generated_src.pm X-BBBike/Strassen/Gpsman.pm X-BBBike/Strassen/Heavy.pm X-BBBike/Strassen/KML.pm X-BBBike/Strassen/Kreuzungen.pm X-BBBike/Strassen/Lazy.pm X-BBBike/Strassen/MapInfo.pm X-BBBike/Strassen/MultiBezStr.pm X-BBBike/Strassen/MultiStrassen.pm X-BBBike/Strassen/Obsolete.pm X-BBBike/Strassen/Pg.pm X-BBBike/Strassen/Stat.pm X-BBBike/Strassen/Storable.pm X-BBBike/Strassen/Strasse.pm X-BBBike/Strassen/StrassenNetz.pm X-BBBike/Strassen/StrassenNetzHeavy.pm X-BBBike/Strassen/Tie.pm X-BBBike/Strassen/Util.pm X-BBBike/Strassen/WaypointPlus.pm X-BBBike/Telefonbuch.pm X-BBBike/Telefonbuch2001.pm X-BBBike/Telefonbuch98.pm X-BBBike/Telefonbuch99.pm X-BBBike/TelefonbuchAny.pm X-BBBike/Update.pm X-BBBike/Way.pm X-BBBike/Way/Metric.pm X-BBBike/Wizards.pm X-BBBike/bbbike X-@exec ln -fs %D/%F %D/bin/bbbike X-@unexec rm -f %D/bin/bbbike X-BBBike/bbbike-fast.bat X-BBBike/bbbike.bat X-BBBike/bbbike.pod X-BBBike/bbbikeapplet X-BBBike/bbbikeclient X-@exec ln -fs %D/%F %D/bin/bbbikeclient X-@unexec rm -f %D/bin/bbbikeclient X-BBBike/cbbbike X-@exec ln -fs %D/%F %D/bin/cbbbike X-@unexec rm -f %D/bin/cbbbike X-BBBike/cbbbike.bat X-BBBike/cgi/README X-BBBike/cgi/bbbike-data.cgi X-BBBike/cgi/bbbike-teaser.pl X-BBBike/cgi/bbbike.cgi X-BBBike/cgi/bbbikegooglemap.cgi X-BBBike/cgi/berlinmap.cgi X-BBBike/cgi/configure-bbbike.cgi X-BBBike/cgi/httpd.conf.st X-BBBike/cgi/httpd.conf.tpl X-BBBike/cgi/httpi X-BBBike/cgi/mapserver_address.cgi X-BBBike/cgi/mapserver_comment.cgi X-BBBike/cgi/mapserver_setcoord.cgi X-BBBike/cgi/mksymlinks X-BBBike/cgi/msg/en X-BBBike/cgi/redirect-bbbike.cgi X-BBBike/cgi/runbbbikecgi X-BBBike/cgi/tinyhttpd X-BBBike/cgi/tinyhttpd.config X-BBBike/cgi/wapbbbike.cgi X-BBBike/cmdbbbike X-@exec ln -fs %D/%F %D/bin/cmdbbbike X-@unexec rm -f %D/bin/cmdbbbike X-BBBike/data/.modified X-BBBike/data/Berlin.coords.data X-BBBike/data/Potsdam.coords.data X-BBBike/data/README X-BBBike/data/ampeln X-BBBike/data/ampelschaltung X-BBBike/data/berlin X-BBBike/data/berlin_ortsteile X-BBBike/data/brunnels X-BBBike/data/comments_cyclepath X-BBBike/data/comments_ferry X-BBBike/data/comments_kfzverkehr X-BBBike/data/comments_misc X-BBBike/data/comments_mount X-BBBike/data/comments_path X-BBBike/data/comments_route X-BBBike/data/comments_scenic X-BBBike/data/comments_tram X-BBBike/data/deutschland X-BBBike/data/faehren X-BBBike/data/flaechen X-BBBike/data/fragezeichen X-BBBike/data/gesperrt X-BBBike/data/gesperrt_car X-BBBike/data/gesperrt_r X-BBBike/data/gesperrt_s X-BBBike/data/gesperrt_u X-BBBike/data/green X-BBBike/data/grenzuebergaenge X-BBBike/data/handicap_l X-BBBike/data/handicap_s X-BBBike/data/hoehe X-BBBike/data/housenumbers X-BBBike/data/inaccessible_landstrassen X-BBBike/data/inaccessible_strassen X-BBBike/data/innerberliner_grenze X-BBBike/data/kneipen X-BBBike/data/label X-BBBike/data/landstrassen X-BBBike/data/landstrassen2 X-BBBike/data/mount X-BBBike/data/multi_bez_str X-BBBike/data/nolighting X-BBBike/data/obst X-BBBike/data/orte X-BBBike/data/orte2 X-BBBike/data/orte_city X-BBBike/data/plaetze X-BBBike/data/plz X-BBBike/data/potsdam X-BBBike/data/qualitaet_l X-BBBike/data/qualitaet_s X-BBBike/data/radwege X-BBBike/data/radwege_exact X-BBBike/data/rbahn X-BBBike/data/rbahnhof X-BBBike/data/sbahn X-BBBike/data/sbahnhof X-BBBike/data/sbahnhof_bg X-BBBike/data/sehenswuerdigkeit X-BBBike/data/sehenswuerdigkeit_img/berliner_dom.gif X-BBBike/data/sehenswuerdigkeit_img/bodemuseum.png X-BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.gif X-BBBike/data/sehenswuerdigkeit_img/bodemuseum_klein.png X-BBBike/data/sehenswuerdigkeit_img/brandenburger_tor.gif X-BBBike/data/sehenswuerdigkeit_img/einsteinturm.gif X-BBBike/data/sehenswuerdigkeit_img/fernsehturm.gif X-BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche.png X-BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.gif X-BBBike/data/sehenswuerdigkeit_img/friedrichswerdersche_kirche_klein.png X-BBBike/data/sehenswuerdigkeit_img/funkturm.gif X-BBBike/data/sehenswuerdigkeit_img/gedaechtniskirche.gif X-BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.gif X-BBBike/data/sehenswuerdigkeit_img/heilandskirche_sacrow.png X-BBBike/data/sehenswuerdigkeit_img/luftbrueckendenkmal.gif X-BBBike/data/sehenswuerdigkeit_img/oberbaumbruecke.gif X-BBBike/data/sehenswuerdigkeit_img/oberbaumcity.gif X-BBBike/data/sehenswuerdigkeit_img/reichstag.gif X-BBBike/data/sehenswuerdigkeit_img/schultheiss.gif X-BBBike/data/sehenswuerdigkeit_img/siegessaeule.gif X-BBBike/data/sehenswuerdigkeit_img/viktoriaparkdenkmal.gif X-BBBike/data/sehenswuerdigkeit_img/wasserturm_jungfernheide.gif X-BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.gif X-BBBike/data/sehenswuerdigkeit_img/wasserturm_ostkreuz.png X-BBBike/data/strassen X-BBBike/data/strassen_bab X-BBBike/data/temp_blockings/bbbike-temp-blockings-optimized.pl X-BBBike/data/ubahn X-BBBike/data/ubahnhof X-BBBike/data/ubahnhof_bg X-BBBike/data/umsteigebhf X-BBBike/data/vorfahrt X-BBBike/data/wasserstrassen X-BBBike/data/wasserumland X-BBBike/data/wasserumland2 X-BBBike/doc/HOWTO_edit_bbbike_data.html X-BBBike/doc/README.english.html X-BBBike/doc/README.html X-BBBike/doc/TODO.pod X-BBBike/doc/authors.pod X-BBBike/doc/bbbike.html X-BBBike/doc/bbbike_internals.html X-BBBike/doc/bbbike_internals.pod X-BBBike/doc/bbd.html X-BBBike/doc/bbd.pod X-BBBike/doc/docbook.css X-BBBike/doc/links.pod X-BBBike/doc/podindex.html X-BBBike/doc/qualitaetskategorien.html X-BBBike/doc/tests.pod X-BBBike/doc/watchsites.pod X-BBBike/ext/BBBikeXS/BBBikeXS.pm X-BBBike/ext/BBBikeXS/BBBikeXS.xs X-BBBike/ext/BBBikeXS/MANIFEST X-BBBike/ext/BBBikeXS/Makefile.PL X-BBBike/ext/BBBikeXS/README X-BBBike/ext/BBBikeXS/sqrt.c X-BBBike/ext/BBBikeXS/sqrt.h X-BBBike/ext/BBBikeXS/t/base.t X-BBBike/ext/BBBikeXS/t/leak.t X-BBBike/ext/BBBikeXS/t/makenet.t X-BBBike/ext/BBBikeXS/t/prefer_cache.t X-BBBike/ext/BBBikeXS/t/strecke.t X-BBBike/ext/BBBikeXS/t/to_koord1.t X-BBBike/ext/BBBikeXS/typemap X-BBBike/ext/Makefile X-BBBike/ext/Strassen-Inline/Inline.pm X-BBBike/ext/Strassen-Inline/InlineDist.pm X-BBBike/ext/Strassen-Inline/Makefile.PL X-BBBike/ext/Strassen-Inline/heap.c X-BBBike/ext/Strassen-Inline/heap.h X-BBBike/ext/Strassen-Inline/ppport.h X-BBBike/ext/Strassen-Inline/t/common.pl X-BBBike/ext/Strassen-Inline/t/db_impl.t X-BBBike/ext/Strassen-Inline/t/hv_impl.t X-BBBike/ext/Strassen-Inline2/Inline2.pm X-BBBike/ext/Strassen-Inline2/Inline2Dist.pm X-BBBike/ext/Strassen-Inline2/Makefile.PL X-BBBike/ext/Strassen-Inline2/ppport.h X-BBBike/ext/Strassen-Inline2/t/common.pl X-BBBike/ext/Strassen-Inline2/t/db_impl.t X-BBBike/ext/Strassen-Inline2/t/hv_impl.t X-BBBike/ext/StrassenNetz-CNetFile/CNetFile.pm X-BBBike/ext/StrassenNetz-CNetFile/CNetFileDist.pm X-BBBike/ext/StrassenNetz-CNetFile/CNetFilePerl.pm X-BBBike/ext/StrassenNetz-CNetFile/Makefile.PL X-BBBike/ext/StrassenNetz-CNetFile/ppport.h X-BBBike/ext/StrassenNetz-CNetFile/t/base.t X-BBBike/ext/VectorUtil-Inline/Inline.pm X-BBBike/ext/VectorUtil-Inline/Inline.xs X-BBBike/ext/VectorUtil-Inline/InlineDist.pm X-BBBike/ext/VectorUtil-Inline/Makefile.PL X-BBBike/ext/VectorUtil-Inline/t/point_in_poly.t X-BBBike/ext/VectorUtil-Inline/t/vectorutil.t X-BBBike/ext/VirtArray/Changes X-BBBike/ext/VirtArray/MANIFEST X-BBBike/ext/VirtArray/Makefile.PL X-BBBike/ext/VirtArray/README X-BBBike/ext/VirtArray/VirtArray.pm X-BBBike/ext/VirtArray/VirtArray.xs X-BBBike/ext/VirtArray/test.pl X-BBBike/ext/VirtArray/typemap X-BBBike/ext/inline2dist.pl X-BBBike/gnome/BBBikeDoc.tmpl X-BBBike/gnome/BBBikeWWW X-BBBike/gnome/bbbike.keys X-BBBike/gnome/bbbike.mime X-BBBike/html/allstreet.html X-BBBike/html/bbbike.css X-BBBike/html/bbbike_result.js X-BBBike/html/bbbike_sidebar.en.html X-BBBike/html/bbbike_sidebar.html X-BBBike/html/bbbike_small.en.html X-BBBike/html/bbbike_small.html X-BBBike/html/bbbike_start.js X-BBBike/html/bbbike_util.js X-BBBike/html/bbbikepod.css X-BBBike/html/bbbikeprint.css X-BBBike/html/empty.html X-BBBike/html/error404.html X-BBBike/html/fragezeichenform.html X-BBBike/html/fragezeichenform.utf8.html X-BBBike/html/help.html X-BBBike/html/legende.html X-BBBike/html/newstreetform.html X-BBBike/html/newstreetform.tpl.html X-BBBike/html/newstreetform.utf8.html X-BBBike/html/opensearch/bbbike-opensearch-de-simple.gif X-BBBike/html/opensearch/bbbike-opensearch-de-simple.src X-BBBike/html/opensearch/bbbike-opensearch-de-simple.xml X-BBBike/html/opensearch/bbbike-opensearch-de.gif X-BBBike/html/opensearch/bbbike-opensearch-de.src X-BBBike/html/opensearch/bbbike-opensearch-de.xml X-BBBike/html/opensearch/bbbike-opensearch-en-simple.gif X-BBBike/html/opensearch/bbbike-opensearch-en-simple.src X-BBBike/html/opensearch/bbbike-opensearch-en-simple.xml X-BBBike/html/opensearch/bbbike-opensearch-en.gif X-BBBike/html/opensearch/bbbike-opensearch-en.src X-BBBike/html/opensearch/bbbike-opensearch-en.xml X-BBBike/html/opensearch/bbbike-opensearch.tpl.src X-BBBike/html/opensearch/bbbike-opensearch.tpl.xml X-BBBike/html/opensearch/opensearch.html X-BBBike/html/opensearch/opensearch.js X-BBBike/html/pleasewait.html X-BBBike/html/presse.html X-BBBike/html/sprintf.js X-BBBike/images/PoweredByPerl.gif X-BBBike/images/abc.gif X-BBBike/images/abc.xpm X-BBBike/images/abc_hi.gif X-BBBike/images/abc_hi.xpm X-BBBike/images/addnet_ptr.xbm X-BBBike/images/addnet_ptr_mask.xbm X-BBBike/images/airport.gif X-BBBike/images/airport.xpm X-BBBike/images/ampel.gif X-BBBike/images/ampel.png X-BBBike/images/ampel.xpm X-BBBike/images/ampel_klein.gif X-BBBike/images/ampel_klein.jpg X-BBBike/images/ampel_klein.png X-BBBike/images/ampel_klein.xpm X-BBBike/images/ampel_klein2.gif X-BBBike/images/ampel_klein2.jpg X-BBBike/images/ampel_klein2.png X-BBBike/images/ampel_klein2.xpm X-BBBike/images/ampel_klein2_rahmen.gif X-BBBike/images/ampel_klein2_rahmen.png X-BBBike/images/ampel_klein2_rahmen.xpm X-BBBike/images/ampel_klein_grey.xpm X-BBBike/images/ampelf.gif X-BBBike/images/ampelf.png X-BBBike/images/ampelf.xpm X-BBBike/images/ampelf_klein.gif X-BBBike/images/ampelf_klein.png X-BBBike/images/ampelf_klein.xpm X-BBBike/images/ampelf_klein2.gif X-BBBike/images/ampelf_klein2.png X-BBBike/images/ampelf_klein2.xpm X-BBBike/images/ampelf_klein_noalpha.png X-BBBike/images/ampelf_noalpha.png X-BBBike/images/andreaskr.gif X-BBBike/images/andreaskr.png X-BBBike/images/andreaskr.xpm X-BBBike/images/andreaskr_klein.gif X-BBBike/images/andreaskr_klein.jpg X-BBBike/images/andreaskr_klein.png X-BBBike/images/andreaskr_klein.xpm X-BBBike/images/andreaskr_klein2.gif X-BBBike/images/andreaskr_klein2.jpg X-BBBike/images/andreaskr_klein2.png X-BBBike/images/andreaskr_klein2.xpm X-BBBike/images/apfel.gif X-BBBike/images/apfel.png X-BBBike/images/apfel.xpm X-BBBike/images/aufzug.gif X-BBBike/images/aufzug.png X-BBBike/images/aufzug.xpm X-BBBike/images/aufzug_klein.gif X-BBBike/images/aufzug_klein.png X-BBBike/images/aufzug_klein.xpm X-BBBike/images/aufzug_klein2.gif X-BBBike/images/aufzug_klein2.png X-BBBike/images/aufzug_klein2.xpm X-BBBike/images/bab_table_16.gif X-BBBike/images/bab_table_16.png X-BBBike/images/bab_table_32.gif X-BBBike/images/bab_table_32.png X-BBBike/images/bbbike_google.gif X-BBBike/images/bbbike_google.png X-BBBike/images/bbbike_google.xpm X-BBBike/images/bbbike_splash.gif X-BBBike/images/bbbike_splash.xpm X-BBBike/images/berlin_overview_small.gif X-BBBike/images/berlin_overview_small.xpm X-BBBike/images/berlin_small.gif X-BBBike/images/berlin_small.xpm X-BBBike/images/berlin_small_280x240.gif X-BBBike/images/berlin_small_280x240.png X-BBBike/images/berlin_small_280x240.xpm X-BBBike/images/berlin_small_hi.gif X-BBBike/images/berlin_small_hi.xpm X-BBBike/images/berlin_small_hi_280x240.gif X-BBBike/images/berlin_small_hi_280x240.png X-BBBike/images/berlin_small_hi_280x240.xpm X-BBBike/images/bg.gif X-BBBike/images/bg.jpg X-BBBike/images/bicycle.gif X-BBBike/images/bicycle.xpm X-BBBike/images/birne.gif X-BBBike/images/birne.png X-BBBike/images/birne.xpm X-BBBike/images/bluedot.png X-BBBike/images/bundesstrasse_table_16.gif X-BBBike/images/bundesstrasse_table_16.png X-BBBike/images/bundesstrasse_table_32.gif X-BBBike/images/bundesstrasse_table_32.png X-BBBike/images/bw_hleft.wbmp X-BBBike/images/bw_hright.wbmp X-BBBike/images/bw_left.wbmp X-BBBike/images/bw_right.wbmp X-BBBike/images/bw_straight.wbmp X-BBBike/images/cal.gif X-BBBike/images/cal.png X-BBBike/images/cal.xpm X-BBBike/images/car.gif X-BBBike/images/car.png X-BBBike/images/car.xpm X-BBBike/images/cgi_legende.gif X-BBBike/images/cgi_legende.xpm X-BBBike/images/church.gif X-BBBike/images/church.png X-BBBike/images/church.xpm X-BBBike/images/click.gif X-BBBike/images/click.xpm X-BBBike/images/cross.gif X-BBBike/images/cross.xpm X-BBBike/images/crosses.xbm X-BBBike/images/de_flag.png X-BBBike/images/delete_ovl.gif X-BBBike/images/delnet_ptr.xbm X-BBBike/images/delnet_ptr_mask.xbm X-BBBike/images/dest.gif X-BBBike/images/dest.png X-BBBike/images/dest_ptr.xbm X-BBBike/images/dest_ptr_mask.xbm X-BBBike/images/droga_krajowa_table_16.gif X-BBBike/images/droga_krajowa_table_16.png X-BBBike/images/droga_krajowa_table_32.gif X-BBBike/images/droga_krajowa_table_32.png X-BBBike/images/essen.gif X-BBBike/images/essen.xpm X-BBBike/images/essen_klein.gif X-BBBike/images/essen_klein.xpm X-BBBike/images/exit.gif X-BBBike/images/exit.xpm X-BBBike/images/favicon.ico X-BBBike/images/ferry.gif X-BBBike/images/ferry.png X-BBBike/images/ferry.xpm X-BBBike/images/ferry_klein.gif X-BBBike/images/ferry_klein.png X-BBBike/images/ferry_klein.xpm X-BBBike/images/flaechen.gif X-BBBike/images/flaechen.xpm X-BBBike/images/flag2_bl.gif X-BBBike/images/flag2_bl.jpg X-BBBike/images/flag2_bl.png X-BBBike/images/flag2_bl.wbmp X-BBBike/images/flag2_bl.xpm X-BBBike/images/flag2_bl_centered.gif X-BBBike/images/flag2_bl_centered.png X-BBBike/images/flag2_bl_centered.xpm X-BBBike/images/flag_via.gif X-BBBike/images/flag_via.xpm X-BBBike/images/flag_via_centered.gif X-BBBike/images/flag_via_centered.png X-BBBike/images/flag_via_centered.xpm X-BBBike/images/flag_ziel.gif X-BBBike/images/flag_ziel.jpg X-BBBike/images/flag_ziel.png X-BBBike/images/flag_ziel.xpm X-BBBike/images/flag_ziel_centered.gif X-BBBike/images/flag_ziel_centered.png X-BBBike/images/flag_ziel_centered.xpm X-BBBike/images/gb_flag.png X-BBBike/images/gefaelle.gif X-BBBike/images/gefaelle.xpm X-BBBike/images/glas.gif X-BBBike/images/glas.xpm X-BBBike/images/glas_klein.gif X-BBBike/images/glas_klein.xpm X-BBBike/images/google.gif X-BBBike/images/grenzuebergang_16.gif X-BBBike/images/grenzuebergang_16.png X-BBBike/images/grenzuebergang_32.gif X-BBBike/images/grenzuebergang_32.png X-BBBike/images/haltestelle.gif X-BBBike/images/haltestelle.xpm X-BBBike/images/hatched_ring.gif X-BBBike/images/hatched_ring.png X-BBBike/images/hatched_ring.xpm X-BBBike/images/help.gif X-BBBike/images/help.xpm X-BBBike/images/hospital.gif X-BBBike/images/hospital.png X-BBBike/images/hospital.xpm X-BBBike/images/info.gif X-BBBike/images/info.xpm X-BBBike/images/info_ptr.xbm X-BBBike/images/info_ptr_mask.xbm X-BBBike/images/inwork.gif X-BBBike/images/inwork.xpm X-BBBike/images/kino_klein.gif X-BBBike/images/kino_klein.xpm X-BBBike/images/kirsche.gif X-BBBike/images/kirsche.png X-BBBike/images/kirsche.xpm X-BBBike/images/koord.gif X-BBBike/images/koord.xpm X-BBBike/images/kopfstein_klein.gif X-BBBike/images/kopfstein_klein.xpm X-BBBike/images/kopfstein_klein_grey.gif X-BBBike/images/kopfstein_klein_grey.xpm X-BBBike/images/landstrasse.gif X-BBBike/images/landstrasse.xpm X-BBBike/images/legend_blocked.gif X-BBBike/images/legend_blocked.png X-BBBike/images/legend_blockedroute.gif X-BBBike/images/legend_blockedroute.png X-BBBike/images/legend_carry.gif X-BBBike/images/legend_carry.png X-BBBike/images/legend_narrowpassage.gif X-BBBike/images/legend_narrowpassage.png X-BBBike/images/legend_oneway.gif X-BBBike/images/legend_oneway.png X-BBBike/images/lightning.gif X-BBBike/images/lightning_cursor.xbm X-BBBike/images/map.gif X-BBBike/images/map.xpm X-BBBike/images/menupfeil.gif X-BBBike/images/menupfeil.xpm X-BBBike/images/minicross.png X-BBBike/images/monument.gif X-BBBike/images/monument.xpm X-BBBike/images/moon.xpm X-BBBike/images/mosque.gif X-BBBike/images/mosque.png X-BBBike/images/mosque.xpm X-BBBike/images/movehand.gif X-BBBike/images/movehand.xpm X-BBBike/images/movehand_ptr.xbm X-BBBike/images/movehand_ptr_mask.xbm X-BBBike/images/moz_grab.gif X-BBBike/images/museum.gif X-BBBike/images/museum.png X-BBBike/images/museum.xpm X-BBBike/images/newlayer.gif X-BBBike/images/newlayer.png X-BBBike/images/newlayer.xpm X-BBBike/images/open.gif X-BBBike/images/open.xpm X-BBBike/images/open_ovl.gif X-BBBike/images/opt.gif X-BBBike/images/opt.xpm X-BBBike/images/ort.gif X-BBBike/images/ort.xpm X-BBBike/images/pflaume.gif X-BBBike/images/pflaume.png X-BBBike/images/pflaume.xpm X-BBBike/images/printer.gif X-BBBike/images/printer.xpm X-BBBike/images/ptr.xbm X-BBBike/images/px_1t.gif X-BBBike/images/radrouten.gif X-BBBike/images/rampe.gif X-BBBike/images/rampe.png X-BBBike/images/rampe.xpm X-BBBike/images/rbahn.gif X-BBBike/images/rbahn.xpm X-BBBike/images/redcross.gif X-BBBike/images/redcross.png X-BBBike/images/redcross.xpm X-BBBike/images/reddot.gif X-BBBike/images/reddot.png X-BBBike/images/rueckweg.gif X-BBBike/images/rueckweg.xpm X-BBBike/images/salesman.gif X-BBBike/images/salesman.xpm X-BBBike/images/salesman_ptr.xbm X-BBBike/images/salesman_ptr_mask.xbm X-BBBike/images/save.gif X-BBBike/images/save.xpm X-BBBike/images/sbahn.gif X-BBBike/images/sbahn.jpg X-BBBike/images/sbahn.png X-BBBike/images/sbahn.xpm X-BBBike/images/sbahn_klein.gif X-BBBike/images/sbahn_klein.jpg X-BBBike/images/sbahn_klein.png X-BBBike/images/sbahn_klein.xpm X-BBBike/images/sbahn_mini.gif X-BBBike/images/sbahn_mini.jpg X-BBBike/images/sbahn_mini.png X-BBBike/images/sbahn_mini.xpm X-BBBike/images/search.gif X-BBBike/images/search.xpm X-BBBike/images/search_pref.gif X-BBBike/images/search_pref.xpm X-BBBike/images/srtbike.gif X-BBBike/images/srtbike.ico X-BBBike/images/srtbike.jpg X-BBBike/images/srtbike.png X-BBBike/images/srtbike.xbm X-BBBike/images/srtbike.xpm X-BBBike/images/srtbike16.gif X-BBBike/images/srtbike16.xpm X-BBBike/images/srtbike16_mask.xbm X-BBBike/images/srtbike32.gif X-BBBike/images/srtbike32.xpm X-BBBike/images/srtbike32_mask.xbm X-BBBike/images/srtbike_mini.xpm X-BBBike/images/srtbike_solid.gif X-BBBike/images/srtbike_solid.xpm X-BBBike/images/srtbike_url.png X-BBBike/images/srtbike_www.ico X-BBBike/images/srtbike_www.xpm X-BBBike/images/star.gif X-BBBike/images/star.png X-BBBike/images/star.xpm X-BBBike/images/start.gif X-BBBike/images/start.png X-BBBike/images/start.xpm X-BBBike/images/start_ptr.png X-BBBike/images/start_ptr.xbm X-BBBike/images/start_ptr_mask.xbm X-BBBike/images/steigung.gif X-BBBike/images/steigung.png X-BBBike/images/steigung.xpm X-BBBike/images/stip.xbm X-BBBike/images/stiplite.xbm X-BBBike/images/strasse.gif X-BBBike/images/strasse.xpm X-BBBike/images/strlist.gif X-BBBike/images/strlist.xpm X-BBBike/images/synagogue.gif X-BBBike/images/synagogue.png X-BBBike/images/synagogue.xpm X-BBBike/images/theater.gif X-BBBike/images/theater.png X-BBBike/images/theater.xpm X-BBBike/images/thunder_cursor.xbm X-BBBike/images/touristinfo.gif X-BBBike/images/touristinfo.png X-BBBike/images/touristinfo.xpm X-BBBike/images/ubahn.gif X-BBBike/images/ubahn.jpg X-BBBike/images/ubahn.png X-BBBike/images/ubahn.xpm X-BBBike/images/ubahn_klein.gif X-BBBike/images/ubahn_klein.jpg X-BBBike/images/ubahn_klein.png X-BBBike/images/ubahn_klein.xpm X-BBBike/images/ubahn_mini.gif X-BBBike/images/ubahn_mini.jpg X-BBBike/images/ubahn_mini.png X-BBBike/images/ubahn_mini.xpm X-BBBike/images/usercross.gif X-BBBike/images/usercross.png X-BBBike/images/usercross.xpm X-BBBike/images/via.gif X-BBBike/images/via.png X-BBBike/images/via.xpm X-BBBike/images/via_add_nb1_ptr.xbm X-BBBike/images/via_add_nb1_ptr_mask.xbm X-BBBike/images/via_add_nb2_ptr.xbm X-BBBike/images/via_add_nb2_ptr_mask.xbm X-BBBike/images/via_add_ptr.xbm X-BBBike/images/via_add_ptr_mask.xbm X-BBBike/images/via_del_ptr.xbm X-BBBike/images/via_del_ptr_mask.xbm X-BBBike/images/via_move_2_ptr.xbm X-BBBike/images/via_move_2_ptr_mask.xbm X-BBBike/images/via_move_ptr.xbm X-BBBike/images/via_move_ptr_mask.xbm X-BBBike/images/viewmag+.gif X-BBBike/images/viewmag+.xpm X-BBBike/images/viewmag-.gif X-BBBike/images/viewmag-.xpm X-BBBike/images/vorfahrt.gif X-BBBike/images/vorfahrt.xpm X-BBBike/images/vorfahrt_klein.gif X-BBBike/images/vorfahrt_klein.png X-BBBike/images/vorfahrt_klein.xpm X-BBBike/images/wasser.gif X-BBBike/images/wasser.xpm X-BBBike/images/watch_ptr.xbm X-BBBike/images/watch_ptr_mask.xbm X-BBBike/images/wikipedia.gif X-BBBike/images/windrose.gif X-BBBike/images/windrose.xpm X-BBBike/images/windrose2.gif X-BBBike/images/windrose2.xpm X-BBBike/images/www_ptr.xbm X-BBBike/images/www_ptr_mask.xbm X-BBBike/images/xy_ptr.xbm X-BBBike/images/xy_ptr_mask.xbm X-BBBike/images/ziel.gif X-BBBike/images/ziel.png X-BBBike/images/ziel.xpm X-BBBike/images/ziel_ptr.png X-BBBike/images/ziel_ptr.xbm X-BBBike/images/ziel_ptr_mask.xbm X-BBBike/images/zugbruecke.gif X-BBBike/images/zugbruecke.png X-BBBike/images/zugbruecke.xpm X-BBBike/images/zugbruecke_klein.gif X-BBBike/images/zugbruecke_klein.jpg X-BBBike/images/zugbruecke_klein.png X-BBBike/images/zugbruecke_klein.xpm X-BBBike/install.bat X-BBBike/install.pl X-BBBike/install.sh X-BBBike/kde/BBBike.desktop.tmpl X-BBBike/kde/BBBikeDoc.desktop.tmpl X-BBBike/kde/BBBikeWWW.desktop.tmpl X-BBBike/kde/Cartography.directory.tmpl X-BBBike/kde/bbbike-mime-info.xml X-BBBike/kde/bbbike.menu X-BBBike/kde/x-bbbike-data.desktop.tmpl X-BBBike/kde/x-bbbike-route.desktop.tmpl X-BBBike/kde/x-gpstrack.desktop.tmpl X-BBBike/lib/AutoInstall/Tk.pm X-BBBike/lib/BikePower.pm X-BBBike/lib/BikePower/HTML.pm X-BBBike/lib/BikePower/Tk.pm X-BBBike/lib/BikePower/change_wind.xpm X-BBBike/lib/BikePower/crouch.xpm X-BBBike/lib/BikePower/pack_end.xpm X-BBBike/lib/BikePower/pack_middle.xpm X-BBBike/lib/BikePower/racing.xpm X-BBBike/lib/BikePower/standing.xpm X-BBBike/lib/BikePower/tuck.xpm X-BBBike/lib/BikePower/up_down.xpm X-BBBike/lib/BikePower/upright.xpm X-BBBike/lib/BrowserInfo.pm X-BBBike/lib/BrowserInfo/UAProf.pm X-BBBike/lib/Devel/WidgetDump.pm X-BBBike/lib/GD/Convert.pm X-BBBike/lib/Geometry.pm X-BBBike/lib/Http.pm X-BBBike/lib/KDEUtil.pm X-BBBike/lib/MacOSXUtil.pm X-BBBike/lib/Met/Wind.pm X-BBBike/lib/Msg.pm X-BBBike/lib/MyFile.pm X-BBBike/lib/PDF/Create/MyPage.pm X-BBBike/lib/Text/ScriptTemplate.pm X-BBBike/lib/Tk/Arrow.pm X-BBBike/lib/Tk/Autoscroll.pm X-BBBike/lib/Tk/BreakMenu.pm X-BBBike/lib/Tk/CanvasBalloon.pm X-BBBike/lib/Tk/CanvasExt.pm X-BBBike/lib/Tk/CanvasFig.pm X-BBBike/lib/Tk/CanvasUtil.pm X-BBBike/lib/Tk/ColorFlowChooser.pm X-BBBike/lib/Tk/ContextHelp.pm X-BBBike/lib/Tk/Enscript.pm X-BBBike/lib/Tk/FastSplash.pm X-BBBike/lib/Tk/FlatCheckbox.pm X-BBBike/lib/Tk/FlatRadiobutton.pm X-BBBike/lib/Tk/Getopt.pm X-BBBike/lib/Tk/K2Listbox.pm X-BBBike/lib/Tk/KListbox.pm X-BBBike/lib/Tk/LayerEditor.pm X-BBBike/lib/Tk/LayerEditorCore.pm X-BBBike/lib/Tk/LayerEditorToplevel.pm X-BBBike/lib/Tk/LogScale.pm X-BBBike/lib/Tk/LongDialog.pm X-BBBike/lib/Tk/PathEntry.pm X-BBBike/lib/Tk/PathEntry/Dialog.pm X-BBBike/lib/Tk/Placement.pm X-BBBike/lib/Tk/ProgressSplash.pm X-BBBike/lib/Tk/RaisedButton.pm X-BBBike/lib/Tk/ResizeButton.pm X-BBBike/lib/Tk/RotFont.pm X-BBBike/lib/Tk/RotX11Font.pm X-BBBike/lib/Tk/Ruler.pm X-BBBike/lib/Tk/SRTProgress.pm X-BBBike/lib/Tk/SRTScrollbar.pm X-BBBike/lib/Tk/Splash.pm X-BBBike/lib/Tk/StippleLine.pm X-BBBike/lib/Tk/TextProgress.pm X-BBBike/lib/Tk/UnderlineAll.pm X-BBBike/lib/Tk/WListbox.pm X-BBBike/lib/Tk/WidgetDump.pm X-BBBike/lib/Tk/context_help.xbm X-BBBike/lib/Tk/context_help_mask.xbm X-BBBike/lib/Tk/context_nohelp.xbm X-BBBike/lib/Tk/context_nohelp_mask.xbm X-BBBike/lib/Tk/enscript.cfg X-BBBike/lib/Tk/grid000.xbm X-BBBike/lib/Tk/grid045.xbm X-BBBike/lib/Tk/grid090.xbm X-BBBike/lib/Tk/grid135.xbm X-BBBike/lib/Tk/layereye.gif X-BBBike/lib/TkChange.pm X-BBBike/lib/TkCompat.pm X-BBBike/lib/UnixUtil.pm X-BBBike/lib/VectorUtil.pm X-BBBike/lib/WWWBrowser.pm X-BBBike/lib/Waitproc.pm X-BBBike/lib/Win32Util.pm X-BBBike/lib/WinCompat.pm X-BBBike/lib/click.au X-BBBike/lib/click.wav X-BBBike/lib/enum.pm X-BBBike/lib/get_and_store_synop X-BBBike/lib/parse_synop X-BBBike/lib/parse_wetterkarte X-BBBike/lib/savevars.pm X-BBBike/lib/wettermeldung2 X-BBBike/lib/your.pm X-BBBike/msg/bbbike/en X-BBBike/msg/install/en X-BBBike/smsbbbike X-@exec ln -fs %D/%F %D/bin/smsbbbike X-@unexec rm -f %D/bin/smsbbbike X-BBBike/tkbikepwr X-BBBike/tmp/.keep_me X-BBBike/lib/%%LOCAL_PERL_ARCH%%/BBBikeXS.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/Inline2Dist.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen/InlineDist.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFile.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFileDist.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz/CNetFilePerl.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/Inline.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil/InlineDist.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/VirtArray.pm X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS/BBBikeXS.so X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline/Inline.so X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2/Inline2.so X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile/CNetFile.so X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline/Inline.so X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.bs X-BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray/VirtArray.so X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz/CNetFile X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil/Inline X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline2 X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen/Inline X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/StrassenNetz X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VectorUtil X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/VirtArray X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Strassen X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/BBBikeXS X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/StrassenNetz X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/VectorUtil X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/Strassen X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%/auto X-@dirrm BBBike/ext/StrassenNetz-CNetFile/t X-@dirrm BBBike/data/sehenswuerdigkeit_img X-@dirrm BBBike/ext/StrassenNetz-CNetFile X-@dirrm BBBike/lib/%%LOCAL_PERL_ARCH%% X-@dirrmtry BBBike/lib/%%PERL_VER%% X-@dirrm BBBike/ext/VectorUtil-Inline/t X-@dirrm BBBike/ext/Strassen-Inline2/t X-@dirrm BBBike/ext/VectorUtil-Inline X-@dirrm BBBike/ext/Strassen-Inline/t X-@dirrm BBBike/ext/Strassen-Inline2 X-@dirrm BBBike/ext/Strassen-Inline X-@dirrm BBBike/data/temp_blockings X-@dirrm BBBike/lib/Tk/PathEntry X-@dirrm BBBike/lib/BrowserInfo X-@dirrm BBBike/lib/AutoInstall X-@dirrm BBBike/html/opensearch X-@dirrm BBBike/lib/PDF/Create X-@dirrm BBBike/ext/BBBikeXS/t X-@dirrm BBBike/ESRI/Shapefile X-@dirrm BBBike/lib/BikePower X-@dirrm BBBike/ext/VirtArray X-@dirrm BBBike/ext/BBBikeXS X-@dirrm BBBike/msg/install X-@dirrm BBBike/msg/bbbike X-@dirrm BBBike/BBBikeDraw X-@dirrm BBBike/lib/Devel X-@dirrm BBBike/Geography X-@dirrm BBBike/lib/Text X-@dirrm BBBike/Strassen X-@dirrm BBBike/lib/PDF X-@dirrm BBBike/lib/Met X-@dirrm BBBike/cgi/msg X-@dirrm BBBike/lib/Tk X-@dirrm BBBike/lib/GD X-@dirrm BBBike/images X-@dirrm BBBike/ESRI/t X-@dirrm BBBike/Bundle X-@dirrm BBBike/gnome X-@dirrm BBBike/Route X-@dirrm BBBike/Karte X-@dirrm BBBike/GPS/t X-@dirrm BBBike/html X-@dirrm BBBike/data X-@dirrm BBBike/ESRI X-@dirrm BBBike/tmp X-@dirrm BBBike/msg X-@dirrm BBBike/lib X-@dirrm BBBike/kde X-@dirrm BBBike/ext X-@dirrm BBBike/doc X-@dirrm BBBike/cgi X-@dirrm BBBike/Way X-@dirrm BBBike/PLZ X-@dirrm BBBike/GPS X-@dirrm BBBike/GIS X-@dirrm BBBike XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:39:29 -0000 X@@ -0,0 +1,6 @@ X+BBBike X+------ X+ X+Zusätzliche Anpassung für KDE mit X+ X+ %%PREFIX%%/BBBike/install.pl f92ebdbd197258eddb86990ddfaa5f68 echo x - pkg-message/xsane.diff sed 's/^X//' >pkg-message/xsane.diff << 'f4ca05193d27dbb06c4405d503ecc739' XIndex: files/pkg-message.in X=================================================================== XRCS file: /home/ncvs/ports/graphics/xsane/files/pkg-message.in,v Xretrieving revision 1.2 Xdiff -u -r1.2 pkg-message.in X--- files/pkg-message.in 19 Apr 2008 17:50:53 -0000 1.2 X+++ files/pkg-message.in 1 Nov 2009 20:50:10 -0000 X@@ -2,7 +2,7 @@ X X To install XSane as a GIMP plug-in, please type: X X-ln -sf ${LOCALBASE}/bin/xsane ~/.gimp-n.n/plug-ins/xsane X+ln -sf %%PREFIX%%/bin/xsane ~/.gimp-n.n/plug-ins/xsane X X Then run the GIMP, and a new "XSane" menu item should appear in the X "File->Acquire" menu. Use this to access your scanner. f4ca05193d27dbb06c4405d503ecc739 echo x - pkg-message/wordpress.diff sed 's/^X//' >pkg-message/wordpress.diff << 'ed221d681cb38fe13a3a221c95c0f810' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/www/wordpress/Makefile,v Xretrieving revision 1.53 Xdiff -u -r1.53 Makefile X--- Makefile 29 Oct 2009 11:35:57 -0000 1.53 X+++ Makefile 1 Nov 2009 20:46:45 -0000 X@@ -27,6 +27,9 @@ X PLIST_SUB+= WORDPRESS=${WORDPRESS} X PLIST= ${WRKDIR}/pkg-plist X X+SUB_FILES= pkg-message X+SUB_LIST+= WORDPRESS="${WORDPRESS}" X+ X PORTDOCS= license.txt readme.html X X pre-everything:: XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 26 Apr 2008 14:26:24 -0000 1.4 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,7 +0,0 @@ X- **** NOTE **** X- Before the first use of WordPress, copy wp-config-sample.php to wp-config.php X- in ${PREFIX}/${WORDPRESS} X- And Modify it to fit your MySQL. X- Maybe you need 'mysqladmin create wordpress' first X- If you are upgrading from 1.x or 2.0 to 2.x, please run X- http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.5.1 XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 1 Nov 2009 20:46:45 -0000 X@@ -0,0 +1,7 @@ X+ **** NOTE **** X+ Before the first use of WordPress, copy wp-config-sample.php to wp-config.php X+ in %%PREFIX%%/%%WORDPRESS%% X+ And Modify it to fit your MySQL. X+ Maybe you need 'mysqladmin create wordpress' first X+ If you are upgrading from 1.x or 2.0 to 2.x, please run X+ http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 2.5.1 ed221d681cb38fe13a3a221c95c0f810 echo x - pkg-message/iroffer-dinoex.diff sed 's/^X//' >pkg-message/iroffer-dinoex.diff << 'cb184b9fe1f91ffaa469b5335896935f' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/irc/iroffer-dinoex/Makefile,v Xretrieving revision 1.5 Xdiff -u -r1.5 Makefile X--- Makefile 31 Jul 2009 12:39:43 -0000 1.5 X+++ Makefile 2 Nov 2009 01:06:25 -0000 X@@ -19,6 +19,8 @@ X CONFIGURE_SCRIPT= Configure X MAN1= iroffer.1 X X+SUB_FILES= pkg-message X+ X CONFLICTS= iroffer-1* iroffer-lamm-1.* X X OPTIONS= CURL "build ftp/http support" on \ XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 13 Apr 2009 07:51:30 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,21 +0,0 @@ X-========================================================================= X- X-Sample configuration and crontab files have been placed in X-${PREFIX}/share/examples/iroffer. X- X-These should be copied to a location of your own choosing, and edited to X-suit your needs. X- X-To run iroffer, just run: X- X-iroffer X- X-You may also set up iroffer to be run automatically from crontab. X-See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample. X- X-For more details on how to use the program see the comments in X-${PREFIX}/share/examples/iroffer/sample.config, as well as the README X-files ${PREFIX}/share/doc/iroffer/README and X-${PREFIX}/share/doc/iroffer/WHATSNEW. X- X-========================================================================= XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 01:06:25 -0000 X@@ -0,0 +1,21 @@ X+========================================================================= X+ X+Sample configuration and crontab files have been placed in X+%%EXAMPLESDIR%%. X+ X+These should be copied to a location of your own choosing, and edited to X+suit your needs. X+ X+To run iroffer, just run: X+ X+iroffer X+ X+You may also set up iroffer to be run automatically from crontab. X+See the file %%EXAMPLESDIR%%/iroffer.cron for a sample. X+ X+For more details on how to use the program see the comments in X+%%EXAMPLESDIR%%/sample.config, as well as the README X+files %%DOCSDIR%%/README and X+%%DOCSDIR%%/WHATSNEW. X+ X+========================================================================= cb184b9fe1f91ffaa469b5335896935f echo x - pkg-message/iroffer-lamm.diff sed 's/^X//' >pkg-message/iroffer-lamm.diff << '0252dd01efe1706323daaf2194d53717' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/irc/iroffer-lamm/Makefile,v Xretrieving revision 1.5 Xdiff -u -r1.5 Makefile X--- Makefile 22 Aug 2009 00:24:16 -0000 1.5 X+++ Makefile 2 Nov 2009 01:58:21 -0000 X@@ -20,6 +20,8 @@ X CONFIGURE_SCRIPT= Configure X CONFLICTS= iroffer-1.* iroffer-dinoex-3.* X X+SUB_FILES= pkg-message X+ X do-install: X ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ X ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/ XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 11 Apr 2007 16:33:09 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,21 +0,0 @@ X-========================================================================= X- X-Sample configuration and crontab files have been placed in X-${PREFIX}/share/examples/iroffer. X- X-These should be copied to a location of your own choosing, and edited to X-suit your needs. X- X-To run iroffer, just run: X- X-iroffer X- X-You may also set up iroffer to be run automatically from crontab. X-See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample. X- X-For more details on how to use the program see the comments in X-${PREFIX}/share/examples/iroffer/sample.config, as well as the README X-files ${PREFIX}/share/doc/iroffer/README and X-${PREFIX}/share/doc/iroffer/WHATSNEW. X- X-========================================================================= XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 01:58:21 -0000 X@@ -0,0 +1,21 @@ X+========================================================================= X+ X+Sample configuration and crontab files have been placed in X+%%EXAMPLESDIR%%. X+ X+These should be copied to a location of your own choosing, and edited to X+suit your needs. X+ X+To run iroffer, just run: X+ X+iroffer X+ X+You may also set up iroffer to be run automatically from crontab. X+See the file %%EXAMPLESDIR%%/iroffer.cron for a sample. X+ X+For more details on how to use the program see the comments in X+%%EXAMPLESDIR%%/sample.config, as well as the README X+files %%DOCSDIR%%/README and X+%%DOCSDIR%%/WHATSNEW. X+ X+========================================================================= 0252dd01efe1706323daaf2194d53717 echo x - pkg-message/iroffer.diff sed 's/^X//' >pkg-message/iroffer.diff << 'dfd238fd66cff4cf799799daafcb44d2' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/irc/iroffer/Makefile,v Xretrieving revision 1.12 Xdiff -u -r1.12 Makefile X--- Makefile 13 Apr 2009 07:53:16 -0000 1.12 X+++ Makefile 2 Nov 2009 02:02:34 -0000 X@@ -19,6 +19,8 @@ X CONFIGURE_SCRIPT= Configure X CONFLICTS= iroffer-lamm-1.* iroffer-dinoex-3.* X X+SUB_FILES= pkg-message X+ X do-install: X ${INSTALL_PROGRAM} ${WRKSRC}/convertxdccfile ${PREFIX}/bin/ X ${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/ XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 3 Apr 2004 08:39:22 -0000 1.2 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,21 +0,0 @@ X-========================================================================= X- X-Sample configuration and crontab files have been placed in X-${PREFIX}/share/examples/iroffer. X- X-These should be copied to a location of your own choosing, and edited to X-suit your needs. X- X-To run iroffer, just run: X- X-iroffer X- X-You may also set up iroffer to be run automatically from crontab. X-See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample. X- X-For more details on how to use the program see the comments in X-${PREFIX}/share/examples/iroffer/sample.config, as well as the README X-files ${PREFIX}/share/doc/iroffer/README and X-${PREFIX}/share/doc/iroffer/WHATSNEW. X- X-========================================================================= XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:02:34 -0000 X@@ -0,0 +1,21 @@ X+========================================================================= X+ X+Sample configuration and crontab files have been placed in X+%%EXAMPLESDIR%%. X+ X+These should be copied to a location of your own choosing, and edited to X+suit your needs. X+ X+To run iroffer, just run: X+ X+iroffer X+ X+You may also set up iroffer to be run automatically from crontab. X+See the file %%EXAMPLESDIR%%/iroffer.cron for a sample. X+ X+For more details on how to use the program see the comments in X+%%EXAMPLESDIR%%/sample.config, as well as the README X+files %%DOCSDIR%%/README and X+%%DOCSDIR%%/WHATSNEW. X+ X+========================================================================= dfd238fd66cff4cf799799daafcb44d2 echo x - pkg-message/kinput2.diff sed 's/^X//' >pkg-message/kinput2.diff << '019e97c550b78154f4d9dec484516d0a' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/japanese/kinput2/Makefile,v Xretrieving revision 1.32 Xdiff -u -r1.32 Makefile X--- Makefile 9 Jun 2009 15:33:11 -0000 1.32 X+++ Makefile 2 Nov 2009 02:07:48 -0000 X@@ -22,6 +22,8 @@ X X MAN1= kinput2.1 X X+SUB_FILES= pkg-message X+ X OPTIONS= CANNA "Canna support" on \ X FREEWNN "FreeWnn support " on \ X WNN6 "Wnn6 support" off \ XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 5 Oct 2008 16:51:45 -0000 1.4 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,5 +0,0 @@ X-############################################################ X-Default key-binding is changed to "egg" key-binding by defining X-*CcWnn.ccdef: ccdef.kinput2.egg X-in ${LOCALBASE}/lib/X11/app-defaults/Kinput2. X-############################################################" XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:07:48 -0000 X@@ -0,0 +1,5 @@ X+############################################################ X+Default key-binding is changed to "egg" key-binding by defining X+*CcWnn.ccdef: ccdef.kinput2.egg X+in %%LOCALBASE%%/lib/X11/app-defaults/Kinput2. X+############################################################" 019e97c550b78154f4d9dec484516d0a echo x - pkg-message/cannadic.diff sed 's/^X//' >pkg-message/cannadic.diff << 'e97f9f47b74b1d9d067eb430717f8906' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/japanese/cannadic/Makefile,v Xretrieving revision 1.21 Xdiff -u -r1.21 Makefile X--- Makefile 26 Oct 2008 20:27:25 -0000 1.21 X+++ Makefile 2 Nov 2009 02:14:24 -0000 X@@ -23,6 +23,8 @@ X DICSFILE= dics.dir.gpl_canna X DICDIR= ${PREFIX}/share/canna/dic/canna X X+SUB_FILES= pkg-message X+ X do-install: X cd ${WRKSRC};\ X ${INSTALL} -c -g bin -m 664 -o bin ${DICS} ${DICSFILE} ${DICDIR} XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 30 Jan 2002 13:01:48 -0000 1.3 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,3 +0,0 @@ X- X-You should do set up after the installation. X-See ${LOCALBASE}/share/doc/cannadic/README.FreeBSD XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:14:24 -0000 X@@ -0,0 +1,3 @@ X+ X+You should do set up after the installation. X+See %%DOCSDIR%%/README.FreeBSD e97f9f47b74b1d9d067eb430717f8906 echo x - pkg-message/esecanna.diff sed 's/^X//' >pkg-message/esecanna.diff << '8a521ff51137800302e475fc8e7cfdb5' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/japanese/esecanna/Makefile,v Xretrieving revision 1.33 Xdiff -u -r1.33 Makefile X--- Makefile 12 Jan 2008 15:34:16 -0000 1.33 X+++ Makefile 2 Nov 2009 02:19:11 -0000 X@@ -27,6 +27,8 @@ X PIDDIR= /var/run/esecanna X DOCS= CREDITS CHANGES.jp README.First.jp README.jp X X+SUB_FILES= pkg-message X+ X post-extract: X ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ X ${FILESDIR}/esecanna.sh > ${WRKSRC}/esecanna.sh XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 11 May 2004 16:47:29 -0000 1.8 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,20 +0,0 @@ X-************************************************************ X-Quick Setup: X- Take the following steps all as root. X- 1) Install one of the esecanna-module ports. X- 2) Edit `${PREFIX}/etc/esecannarc'. X- 3) Stop and disable cannaserver if you have it running. X- 4) Run `${PREFIX}/etc/rc.d/esecanna.sh start'. X- 5) Add `esecanna_enable=YES' to /etc/rc.conf so that X- esecanna automatically starts on (every) boot. X- X-User can copy `${PREFIX}/etc/esecannarc' to `~/.esecannarc' X-and customize it to his/her needs. If esecanna does not X-work as excepted, please consult the documents under X-${PREFIX}/share/doc/esecanna/ and log output kept in X-`/var/log/esecanna.log'. X- X-Note: X- Using VJE-Delta 3.0 trial, esecannaserver will fail to X-connect to vjed until after once you run vje. X-************************************************************ XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:19:11 -0000 X@@ -0,0 +1,20 @@ X+************************************************************ X+Quick Setup: X+ Take the following steps all as root. X+ 1) Install one of the esecanna-module ports. X+ 2) Edit `%%PREFIX%%/etc/esecannarc'. X+ 3) Stop and disable cannaserver if you have it running. X+ 4) Run `%%PREFIX%%/etc/rc.d/esecanna.sh start'. X+ 5) Add `esecanna_enable=YES' to /etc/rc.conf so that X+ esecanna automatically starts on (every) boot. X+ X+User can copy `%%PREFIX%%/etc/esecannarc' to `~/.esecannarc' X+and customize it to his/her needs. If esecanna does not X+work as excepted, please consult the documents under X+%%DOCSDIR%% and log output kept in X+`/var/log/esecanna.log'. X+ X+Note: X+ Using VJE-Delta 3.0 trial, esecannaserver will fail to X+connect to vjed until after once you run vje. X+************************************************************ 8a521ff51137800302e475fc8e7cfdb5 echo x - pkg-message/gorua.diff sed 's/^X//' >pkg-message/gorua.diff << 'ad2df1612f83ce913713f1a4ec60ec5e' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/japanese/gorua/Makefile,v Xretrieving revision 1.21 Xdiff -u -r1.21 Makefile X--- Makefile 6 Jun 2008 13:37:27 -0000 1.21 X+++ Makefile 2 Nov 2009 02:32:11 -0000 X@@ -18,6 +18,8 @@ X RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \ X ${LOCALBASE}/lib/X11/fonts/local/mona6x12a.pcf.gz:${PORTSDIR}/japanese/monafonts X X+SUB_FILES= pkg-message X+ X USE_BZIP2= yes X USE_RUBY= yes X USE_RUBY_FEATURES= zlib XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 29 Jan 2002 15:34:15 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,4 +0,0 @@ X-***************************************************************** X-* Before using goRua, please copy * X-* ${PREFIX}/share/examples/goRua/dot.goRua_2ch to ~/.goRua_2ch. * X-***************************************************************** XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:32:11 -0000 X@@ -0,0 +1,4 @@ X+***************************************************************** X+* Before using goRua, please copy * X+* %%EXAMPLESDIR%%/dot.goRua_2ch to ~/.goRua_2ch. * X+***************************************************************** ad2df1612f83ce913713f1a4ec60ec5e echo x - pkg-message/another-htmllint.diff sed 's/^X//' >pkg-message/another-htmllint.diff << '6c9984ad2d12a2bbeddc4c87d327ba13' XIndex: Makefile X=================================================================== XRCS file: /home/ncvs/ports/japanese/another-htmllint/Makefile,v Xretrieving revision 1.11 Xdiff -u -r1.11 Makefile X--- Makefile 22 Jul 2009 16:26:44 -0000 1.11 X+++ Makefile 2 Nov 2009 02:40:13 -0000 X@@ -27,6 +27,9 @@ X HTML= *.cgi *.html *.gif *.css X SEDSUB= ${SED} -e 's@%PREFIX%@${PREFIX}@' X X+SUB_FILES= pkg-message X+SUB_LIST+= DIR=${DIR} X+ X # Please set this! X HTMLLINT_ADMIN?= kuriyama@FreeBSD.org X XIndex: pkg-message X=================================================================== XRCS file: pkg-message Xdiff -N pkg-message X--- pkg-message 2 Oct 2000 05:18:59 -0000 1.1 X+++ /dev/null 1 Jan 1970 00:00:00 -0000 X@@ -1,9 +0,0 @@ X-To activate htmllint, use Alias directive in httd.conf or symbolic link X-from ${PREFIX}/share/htmllint/html/ like as: X- X-Alias /htmllint/ /usr/local/share/htmllint/html/ X- X- X- AddHandler cgi-script .cgi X- Options +ExecCGI X- XIndex: files/pkg-message.in X=================================================================== XRCS file: files/pkg-message.in Xdiff -N files/pkg-message.in X--- /dev/null 1 Jan 1970 00:00:00 -0000 X+++ files/pkg-message.in 2 Nov 2009 02:40:13 -0000 X@@ -0,0 +1,9 @@ X+To activate htmllint, use Alias directive in httd.conf or symbolic link X+from %%DIR%%/html/ like as: X+ X+Alias /htmllint/ %%DIR%%/html/ X+ X+ X+ AddHandler cgi-script .cgi X+ Options +ExecCGI X+ 6c9984ad2d12a2bbeddc4c87d327ba13 exit --- pkg-message.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Mon Nov 2 03:50:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Mon Nov 2 03:50:08 2009 Subject: ports/140190: [PATCH] multimedia/transcode: update to 1.1.5 Message-ID: <20091102034654.572B217093@spartan.hamla.org> >Number: 140190 >Category: ports >Synopsis: [PATCH] multimedia/transcode: update to 1.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 03:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.1.5 >How-To-Repeat: >Fix: --- transcode.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/transcode/Makefile,v retrieving revision 1.120 diff -u -r1.120 Makefile --- Makefile 26 Aug 2009 20:34:41 -0000 1.120 +++ Makefile 2 Nov 2009 03:44:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= transcode -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/transcode/distinfo,v retrieving revision 1.24 diff -u -r1.24 distinfo --- distinfo 26 Aug 2009 20:34:41 -0000 1.24 +++ distinfo 2 Nov 2009 03:44:53 -0000 @@ -1,3 +1,3 @@ -MD5 (transcode-1.1.4.tar.bz2) = 6ba277fde95c26d217a88bbe5e6dd994 -SHA256 (transcode-1.1.4.tar.bz2) = 7f61fec49ccbf6c5ebe86505c779a659711352733252b241287ce7bf15710e3e -SIZE (transcode-1.1.4.tar.bz2) = 2116804 +MD5 (transcode-1.1.5.tar.bz2) = 41ac6b1c0fe30f3aab286e771fc31b9e +SHA256 (transcode-1.1.5.tar.bz2) = 7e01665079eef81625c4761cc5c08a3b53b97de90fb0728d64f5a86a3bc59009 +SIZE (transcode-1.1.5.tar.bz2) = 2123207 --- transcode.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 03:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 03:50:19 2009 Subject: ports/140190: [PATCH] multimedia/transcode: update to 1.1.5 Message-ID: <200911020350.nA23oB7t014200@freefall.freebsd.org> Synopsis: [PATCH] multimedia/transcode: update to 1.1.5 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 03:50:11 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140190 From sahil at tandon.net Mon Nov 2 04:20:03 2009 From: sahil at tandon.net (Sahil Tandon) Date: Mon Nov 2 04:20:10 2009 Subject: ports/140191: [PATCH] mail/opendkim: update to 1.1.2 Message-ID: <20091102041502.1055D17093@spartan.hamla.org> >Number: 140191 >Category: ports >Synopsis: [PATCH] mail/opendkim: update to 1.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 04:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.1.2 - slight pkg-plist refinements - fix expansion of PREFIX in pkg-message display >How-To-Repeat: >Fix: --- opendkim.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/opendkim/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 21 Sep 2009 12:25:21 -0000 1.1 +++ Makefile 2 Nov 2009 04:10:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= opendkim -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.2 CATEGORIES= mail security MASTER_SITES= SF/opendkim @@ -27,6 +27,8 @@ README RELEASE_NOTES RELEASE_NOTES.Sendmail PORTDOCS= docs/* +SUB_FILES= pkg-message + .include WITHOUT_MILTER_CFLAGS= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/opendkim/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 21 Sep 2009 12:25:21 -0000 1.1 +++ distinfo 2 Nov 2009 04:10:10 -0000 @@ -1,3 +1,3 @@ -MD5 (opendkim-1.0.0.tar.gz) = ecc09da6a40ba55b922d284d43db5468 -SHA256 (opendkim-1.0.0.tar.gz) = 9420aa7b0bd0bcd0122675d412060dc807fcc0cec65028c038f150a43f260aa5 -SIZE (opendkim-1.0.0.tar.gz) = 885016 +MD5 (opendkim-1.1.2.tar.gz) = f869f90aad3561a01b377e9ca61dedc3 +SHA256 (opendkim-1.1.2.tar.gz) = 5f11526c9a490b6649794b0e5910cb6e6c9b3fe815cf8b731dbed8ddb077d078 +SIZE (opendkim-1.1.2.tar.gz) = 856455 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 21 Sep 2009 12:25:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ -************************************************************************ - -In order to run this port, write your opendkim.conf and: - -if you use sendmail, add the milter socket `socketspec' in -/etc/mail/.mc: - -INPUT_MAIL_FILTER(`dkim-filter', `S=_YOUR_SOCKET_SPEC_, F=T, T=R:2m') - -or if you use postfix write your milter socket `socketspec' in -${PREFIX}/etc/mail/main.cf: - -smtpd_milters = _YOUR_SOCKET_SPEC_ - - -And to run the milter from startup, add milteropendkim_enable="YES" in -your /etc/rc.conf. -Extra options can be found in startup script. - -Note: milter sockets must be accessible from postfix/smtpd; - using inet sockets might be preferred. - -************************************************************************ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/opendkim/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 21 Sep 2009 12:25:21 -0000 1.1 +++ pkg-plist 2 Nov 2009 04:10:10 -0000 @@ -4,6 +4,9 @@ %%ARLIB%%include/ar/manual.h include/opendkim/dkim.h %%ARLIB%%lib/libar.a +lib/libar.la +lib/libar.so +lib/libar.so.0 lib/libopendkim.a lib/libopendkim.la lib/libopendkim.so @@ -13,104 +16,113 @@ %%STATS%%sbin/opendkim-stats sbin/opendkim-testadsp sbin/opendkim-testkey -%%PORTDOCS%%share/doc/opendkim/FEATURES -%%PORTDOCS%%share/doc/opendkim/INSTALL -%%PORTDOCS%%share/doc/opendkim/KNOWNBUGS -%%PORTDOCS%%share/doc/opendkim/LICENSE -%%PORTDOCS%%share/doc/opendkim/LICENSE.Sendmail -%%PORTDOCS%%share/doc/opendkim/README -%%PORTDOCS%%share/doc/opendkim/RELEASE_NOTES -%%PORTDOCS%%share/doc/opendkim/RELEASE_NOTES.Sendmail -%%PORTDOCS%%share/doc/opendkim/draft-ietf-dkim-deployment-07.txt -%%PORTDOCS%%share/doc/opendkim/draft-ietf-dkim-rfc4871-errata-07.txt -%%PORTDOCS%%share/doc/opendkim/draft-kucherawy-dkim-reporting-04.txt -%%PORTDOCS%%share/doc/opendkim/draft-shafranovich-feedback-report-07.txt -%%PORTDOCS%%share/doc/opendkim/rfc4686.txt -%%PORTDOCS%%share/doc/opendkim/rfc4871.txt -%%PORTDOCS%%share/doc/opendkim/rfc5016.txt -%%PORTDOCS%%share/doc/opendkim/rfc5451.txt -%%PORTDOCS%%share/doc/opendkim/rfc5518.txt -%%PORTDOCS%%share/doc/opendkim/rfc5585.txt -%%PORTDOCS%%share/doc/opendkim/rfc5617.txt -share/opendkim/dkim.html -share/opendkim/dkim_alg_t.html -share/opendkim/dkim_body.html -share/opendkim/dkim_canon_t.html -share/opendkim/dkim_cbstat.html -share/opendkim/dkim_chunk.html -share/opendkim/dkim_close.html -share/opendkim/dkim_dnssec.html -share/opendkim/dkim_eoh.html -share/opendkim/dkim_eom.html -share/opendkim/dkim_flush_cache.html -share/opendkim/dkim_free.html -share/opendkim/dkim_get_user_context.html -share/opendkim/dkim_getcachestats.html -share/opendkim/dkim_getdomain.html -share/opendkim/dkim_geterror.html -share/opendkim/dkim_getmode.html -share/opendkim/dkim_getpolicystr.html -share/opendkim/dkim_getpresult.html -share/opendkim/dkim_getpresultstr.html -share/opendkim/dkim_getresultstr.html -share/opendkim/dkim_getsighdr.html -share/opendkim/dkim_getsiglist.html -share/opendkim/dkim_getsignature.html -share/opendkim/dkim_header.html -share/opendkim/dkim_init.html -share/opendkim/dkim_key_syntax.html -share/opendkim/dkim_lib.html -share/opendkim/dkim_minbody.html -share/opendkim/dkim_ohdrs.html -share/opendkim/dkim_options.html -share/opendkim/dkim_param_t.html -share/opendkim/dkim_policy.html -share/opendkim/dkim_policy_getdnssec.html -share/opendkim/dkim_policy_getreportinfo.html -share/opendkim/dkim_policy_syntax.html -share/opendkim/dkim_policy_t.html -share/opendkim/dkim_presult.html -share/opendkim/dkim_pstate.html -share/opendkim/dkim_query_t.html -share/opendkim/dkim_set_dns_callback.html -share/opendkim/dkim_set_final.html -share/opendkim/dkim_set_key_lookup.html -share/opendkim/dkim_set_margin.html -share/opendkim/dkim_set_policy_lookup.html -share/opendkim/dkim_set_prescreen.html -share/opendkim/dkim_set_signature_handle.html -share/opendkim/dkim_set_signature_handle_free.html -share/opendkim/dkim_set_signature_tagvalues.html -share/opendkim/dkim_set_signer.html -share/opendkim/dkim_set_user_context.html -share/opendkim/dkim_sig_getbh.html -share/opendkim/dkim_sig_getcanonlen.html -share/opendkim/dkim_sig_getcontext.html -share/opendkim/dkim_sig_getdnssec.html -share/opendkim/dkim_sig_getdomain.html -share/opendkim/dkim_sig_geterror.html -share/opendkim/dkim_sig_geterrorstr.html -share/opendkim/dkim_sig_getflags.html -share/opendkim/dkim_sig_getkeysize.html -share/opendkim/dkim_sig_getreportinfo.html -share/opendkim/dkim_sig_getselector.html -share/opendkim/dkim_sig_getsignalg.html -share/opendkim/dkim_sig_getsigntime.html -share/opendkim/dkim_sig_hdrsigned.html -share/opendkim/dkim_sig_ignore.html -share/opendkim/dkim_sig_process.html -share/opendkim/dkim_sig_syntax.html -share/opendkim/dkim_sigerror.html -share/opendkim/dkim_siginfo.html -share/opendkim/dkim_sigkey_t.html -share/opendkim/dkim_sign.html -share/opendkim/dkim_ssl_version.html -share/opendkim/dkim_stat.html -share/opendkim/dkim_verify.html -share/opendkim/index.html -share/opendkim/overview.html -share/opendkim/rfc2822_mailbox_split.html -@dirrm share/opendkim +%%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.Sendmail +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES.Sendmail +%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-dkim-deployment-09.txt +%%PORTDOCS%%%%DOCSDIR%%/draft-kucherawy-dkim-reporting-06.txt +%%PORTDOCS%%%%DOCSDIR%%/draft-shafranovich-feedback-report-08.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc4686.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc4871.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5016.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5451.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5518.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5585.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5617.txt +%%PORTDOCS%%%%DOCSDIR%%/rfc5672.txt +%%DATADIR%%/dkim.html +%%DATADIR%%/dkim_alg_t.html +%%DATADIR%%/dkim_body.html +%%DATADIR%%/dkim_canon_t.html +%%DATADIR%%/dkim_cbstat.html +%%DATADIR%%/dkim_chunk.html +%%DATADIR%%/dkim_close.html +%%DATADIR%%/dkim_diffheaders.html +%%DATADIR%%/dkim_dnssec.html +%%DATADIR%%/dkim_eoh.html +%%DATADIR%%/dkim_eom.html +%%DATADIR%%/dkim_flush_cache.html +%%DATADIR%%/dkim_free.html +%%DATADIR%%/dkim_get_user_context.html +%%DATADIR%%/dkim_getcachestats.html +%%DATADIR%%/dkim_getdomain.html +%%DATADIR%%/dkim_geterror.html +%%DATADIR%%/dkim_getmode.html +%%DATADIR%%/dkim_get_msgdate.html +%%DATADIR%%/dkim_getpartial.html +%%DATADIR%%/dkim_getpolicystr.html +%%DATADIR%%/dkim_getpresult.html +%%DATADIR%%/dkim_getpresultstr.html +%%DATADIR%%/dkim_get_reputation.html +%%DATADIR%%/dkim_getresultstr.html +%%DATADIR%%/dkim_getsighdr.html +%%DATADIR%%/dkim_getsiglist.html +%%DATADIR%%/dkim_getsignature.html +%%DATADIR%%/dkim_header.html +%%DATADIR%%/dkim_init.html +%%DATADIR%%/dkim_key_syntax.html +%%DATADIR%%/dkim_lib.html +%%DATADIR%%/dkim_minbody.html +%%DATADIR%%/dkim_ohdrs.html +%%DATADIR%%/dkim_options.html +%%DATADIR%%/dkim_param_t.html +%%DATADIR%%/dkim_policy.html +%%DATADIR%%/dkim_policy_getdnssec.html +%%DATADIR%%/dkim_policy_getreportinfo.html +%%DATADIR%%/dkim_policy_syntax.html +%%DATADIR%%/dkim_policy_t.html +%%DATADIR%%/dkim_presult.html +%%DATADIR%%/dkim_pstate.html +%%DATADIR%%/dkim_query_t.html +%%DATADIR%%/dkim_set_dns_callback.html +%%DATADIR%%/dkim_set_final.html +%%DATADIR%%/dkim_set_key_lookup.html +%%DATADIR%%/dkim_set_margin.html +%%DATADIR%%/dkim_set_policy_lookup.html +%%DATADIR%%/dkim_setpartial.html +%%DATADIR%%/dkim_set_prescreen.html +%%DATADIR%%/dkim_set_signature_handle.html +%%DATADIR%%/dkim_set_signature_handle_free.html +%%DATADIR%%/dkim_set_signature_tagvalues.html +%%DATADIR%%/dkim_set_signer.html +%%DATADIR%%/dkim_set_trust_anchor.html +%%DATADIR%%/dkim_set_user_context.html +%%DATADIR%%/dkim_sig_getbh.html +%%DATADIR%%/dkim_sig_getcanonlen.html +%%DATADIR%%/dkim_sig_getcanons.html +%%DATADIR%%/dkim_sig_getcontext.html +%%DATADIR%%/dkim_sig_getdnssec.html +%%DATADIR%%/dkim_sig_getdomain.html +%%DATADIR%%/dkim_sig_geterror.html +%%DATADIR%%/dkim_sig_geterrorstr.html +%%DATADIR%%/dkim_sig_getflags.html +%%DATADIR%%/dkim_sig_getidentity.html +%%DATADIR%%/dkim_sig_getkeysize.html +%%DATADIR%%/dkim_sig_getreportinfo.html +%%DATADIR%%/dkim_sig_getselector.html +%%DATADIR%%/dkim_sig_getsignalg.html +%%DATADIR%%/dkim_sig_getsigntime.html +%%DATADIR%%/dkim_sig_hdrsigned.html +%%DATADIR%%/dkim_sig_ignore.html +%%DATADIR%%/dkim_sig_process.html +%%DATADIR%%/dkim_sig_syntax.html +%%DATADIR%%/dkim_sigerror.html +%%DATADIR%%/dkim_siginfo.html +%%DATADIR%%/dkim_sigkey_t.html +%%DATADIR%%/dkim_sign.html +%%DATADIR%%/dkim_libfeature.html +%%DATADIR%%/dkim_ssl_version.html +%%DATADIR%%/dkim_stat.html +%%DATADIR%%/dkim_verify.html +%%DATADIR%%/index.html +%%DATADIR%%/overview.html +%%DATADIR%%/rfc2822_mailbox_split.html +@dirrm %%DATADIR%% @dirrm include/opendkim @dirrm include/ar @dirrm etc/mail Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 2 Nov 2009 04:10:10 -0000 @@ -0,0 +1,23 @@ +************************************************************************ + +In order to run this port, write your opendkim.conf and: + +if you use sendmail, add the milter socket `socketspec' in +/etc/mail/.mc: + +INPUT_MAIL_FILTER(`dkim-filter', `S=_YOUR_SOCKET_SPEC_, F=T, T=R:2m') + +or if you use postfix write your milter socket `socketspec' in +%%PREFIX%%/etc/mail/main.cf: + +smtpd_milters = _YOUR_SOCKET_SPEC_ + + +And to run the milter from startup, add milteropendkim_enable="YES" in +your /etc/rc.conf. +Extra options can be found in startup script. + +Note: milter sockets must be accessible from postfix/smtpd; + using inet sockets might be preferred. + +************************************************************************ --- opendkim.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 04:20:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 04:20:19 2009 Subject: ports/140191: [PATCH] mail/opendkim: update to 1.1.2 Message-ID: <200911020420.nA24KCjN039865@freefall.freebsd.org> Synopsis: [PATCH] mail/opendkim: update to 1.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 04:20:12 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140191 From linimon at FreeBSD.org Mon Nov 2 04:55:36 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 2 04:55:42 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911020455.nA24tZGK073257@freefall.freebsd.org> Synopsis: [patch] - update www/davical to version 0.9.7.6 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Nov 2 04:55:24 UTC 2009 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=140158 From jimmiejaz at gmail.com Mon Nov 2 05:10:02 2009 From: jimmiejaz at gmail.com (Jimmie James) Date: Mon Nov 2 05:10:17 2009 Subject: ports/140192: portupgrade-devel fails to install a new port. Message-ID: <200911020500.nA250W2f014267@www.freebsd.org> >Number: 140192 >Category: ports >Synopsis: portupgrade-devel fails to install a new port. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 05:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jimmie James >Release: FreeBSD 7.2-STABLE >Organization: >Environment: FreeBSD jimmiejaz.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Oct 15 19:19:47 EDT 2009 root@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 >Description: After the update a few days ago, http://www.freebsd.org/cgi/cvsweb.cgi/ports/ports-mgmt/portupgrade-devel/ portupgrade will happily update installed ports, but portinstall will not install a new port that's not already installed. #rehash ; portinstall x11-toolkits/evilvte [Gathering depends for x11-toolkits/evilvte ................../usr/local/sbin/portinstall:878:in `get_all_depends': private method `scan' called for # (NoMethodError) from /usr/local/sbin/portinstall:871:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portinstall:870:in `get_all_depends' from /usr/local/sbin/portinstall:871:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portinstall:870:in `get_all_depends' from /usr/local/sbin/portinstall:871:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portinstall:870:in `get_all_depends' from /usr/local/sbin/portinstall:871:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portinstall:870:in `get_all_depends' from /usr/local/sbin/portinstall:871:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portinstall:870:in `get_all_depends' from /usr/local/sbin/portinstall:887:in `get_notinstalled_depends' from /usr/local/sbin/portinstall:773:in `main' from /usr/local/sbin/portinstall:751:in `each' from /usr/local/sbin/portinstall:751:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call' from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch' from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!' from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order' from /usr/local/sbin/portinstall:559:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' from /usr/local/sbin/portinstall:231:in `new' from /usr/local/sbin/portinstall:231:in `main' from /usr/local/sbin/portinstall:2213 As a test, I ran, #pkg_deinstall xchat-2.8.6_3 ---> Deinstalling 'xchat-2.8.6_3' pkg_delete: unable to completely remove directory '/usr/local/lib/xchat/plugins' pkg_delete: unable to completely remove directory '/usr/local/lib/xchat' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) [Updating the pkgdb in /var/db/pkg ... - 1137 packages found (-1 +0) (...) done] [23:41:02] jimmie@jimmiejaz <119> [0] /usr/ports/x11-toolkits#portinstall irc/xchat and got the excat error as above, tried several ports and all error out with the same message. >How-To-Repeat: portinstall any-none installed port. >Fix: work-arounds: portmaster, make install Fix: no idea, ruby isn't my strong poing. >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 05:10:19 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 05:10:33 2009 Subject: ports/140192: portupgrade-devel fails to install a new port. Message-ID: <200911020510.nA25AJ5V087879@freefall.freebsd.org> Synopsis: portupgrade-devel fails to install a new port. Class-Changed-From-To: sw-bug->change-request Class-Changed-By: edwin Class-Changed-When: Mon Nov 2 05:10:18 UTC 2009 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140192 From jsa.bsd at gmail.com Mon Nov 2 06:09:33 2009 From: jsa.bsd at gmail.com (Joseph S. Atkinson) Date: Mon Nov 2 06:09:40 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) In-Reply-To: <200911020242.nA22gW8g061698@freefall.freebsd.org> References: <200911020242.nA22gW8g061698@freefall.freebsd.org> Message-ID: <4AEE3F5B.5070701@gmail.com> I approve. I had just updated this locally yesterday, but opted to hold off because 3.3.0 will be any day now. From fluffy at FreeBSD.org Mon Nov 2 07:40:02 2009 From: fluffy at FreeBSD.org (Dima Panov) Date: Mon Nov 2 07:40:46 2009 Subject: ports/140194: x11-fm/krusader2: update to 2.1.0-beta1 Message-ID: <1257147277.7074@Fluffy.Khv.RU> >Number: 140194 >Category: ports >Synopsis: x11-fm/krusader2: update to 2.1.0-beta1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 07:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900002-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900002-CURRENT #0: Sun Nov 1 01:33:32 VLAT 2009 fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: x11-fm/krusader2: update to 2.1.0-beta1 Tindy log: http://regis.goodking.ca/tb/logs/8-fluffy/krusader-2.1.0.b1.log >How-To-Repeat: >Fix: --- krusader2.diff begins here --- Index: x11-fm/krusader2/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-fm/krusader2/Makefile,v retrieving revision 1.31 diff -u -u -r1.31 Makefile --- x11-fm/krusader2/Makefile 31 Jul 2009 13:57:05 -0000 1.31 +++ x11-fm/krusader2/Makefile 2 Nov 2009 06:09:40 -0000 @@ -6,10 +6,10 @@ # PORTNAME= krusader -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.1.0.b1 CATEGORIES= x11-fm kde -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.b/-beta/}/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} MAINTAINER= h.eichmann@gmx.de COMMENT= A two window file-manager for KDE, like midnight or norton commander @@ -19,6 +19,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui network xml moc_build qmake_build\ rcc_build uic_build +USE_BZIP2= yes USE_GETTEXT= yes USE_ICONV= yes MAKE_JOBS_UNSAFE= yes Index: x11-fm/krusader2/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-fm/krusader2/distinfo,v retrieving revision 1.15 diff -u -u -r1.15 distinfo --- x11-fm/krusader2/distinfo 26 Apr 2009 19:31:15 -0000 1.15 +++ x11-fm/krusader2/distinfo 2 Nov 2009 06:10:14 -0000 @@ -1,3 +1,3 @@ -MD5 (krusader-2.0.0.tar.gz) = f80f500a136d549739ad5d4bcab7fa5f -SHA256 (krusader-2.0.0.tar.gz) = dc74c47d6eaf1c28165a74750e5a1b0341fa1c0d436658d0d5f85a6149f4852c -SIZE (krusader-2.0.0.tar.gz) = 4665020 +MD5 (krusader-2.1.0-beta1.tar.bz2) = fa4bf47cc8da451d115afdb5c1feb8af +SHA256 (krusader-2.1.0-beta1.tar.bz2) = cbc7da953f0906ae23189086c77de078f99708f7d10d7c6bc42588450295e829 +SIZE (krusader-2.1.0-beta1.tar.bz2) = 3434269 Index: x11-fm/krusader2/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-fm/krusader2/pkg-plist,v retrieving revision 1.15 diff -u -u -r1.15 pkg-plist --- x11-fm/krusader2/pkg-plist 26 Apr 2009 19:31:15 -0000 1.15 +++ x11-fm/krusader2/pkg-plist 2 Nov 2009 06:42:13 -0000 @@ -386,6 +386,7 @@ share/apps/krusader/icons/hicolor/64x64/mimetypes/tar.png share/apps/krusader/icons/hicolor/64x64/mimetypes/tgz.png share/apps/krusader/icons/hicolor/64x64/mimetypes/txt.png +share/apps/krusader/krusaderlisterui.rc share/apps/krusader/krusaderui.rc share/apps/krusader/midnight_commander.color share/apps/krusader/splash.png @@ -450,6 +451,84 @@ share/doc/HTML/en/krusader/useractions.docbook share/doc/HTML/en/krusader/vfs.docbook share/doc/HTML/en/krusader/viewer-editor.docbook +share/doc/HTML/sv/krusader/advanced-functions.docbook +share/doc/HTML/sv/krusader/archives.docbook +share/doc/HTML/sv/krusader/basic-functions.docbook +share/doc/HTML/sv/krusader/bookmarks.docbook +share/doc/HTML/sv/krusader/checksum.docbook +share/doc/HTML/sv/krusader/common +share/doc/HTML/sv/krusader/compare.docbook +share/doc/HTML/sv/krusader/configuration-files.docbook +share/doc/HTML/sv/krusader/credits-and-license.docbook +share/doc/HTML/sv/krusader/diskusage.docbook +share/doc/HTML/sv/krusader/editors-note.docbook +share/doc/HTML/sv/krusader/faq.docbook +share/doc/HTML/sv/krusader/features.docbook +share/doc/HTML/sv/krusader/glossary.docbook +share/doc/HTML/sv/krusader/help.docbook +share/doc/HTML/sv/krusader/index.cache.bz2 +share/doc/HTML/sv/krusader/index.docbook +share/doc/HTML/sv/krusader/installation.docbook +share/doc/HTML/sv/krusader/introduction.docbook +share/doc/HTML/sv/krusader/java.docbook +share/doc/HTML/sv/krusader/keyboard-commands.docbook +share/doc/HTML/sv/krusader/konfigurator.docbook +share/doc/HTML/sv/krusader/krusader-tools.docbook +share/doc/HTML/sv/krusader/locate.docbook +share/doc/HTML/sv/krusader/menu-commands.docbook +share/doc/HTML/sv/krusader/mount.docbook +share/doc/HTML/sv/krusader/mouse-commands.docbook +share/doc/HTML/sv/krusader/occupied-space.docbook +share/doc/HTML/sv/krusader/profiles.docbook +share/doc/HTML/sv/krusader/release-overview.docbook +share/doc/HTML/sv/krusader/remote-connections.docbook +share/doc/HTML/sv/krusader/search.docbook +share/doc/HTML/sv/krusader/splitter.docbook +share/doc/HTML/sv/krusader/synchronizer.docbook +share/doc/HTML/sv/krusader/user-interface.docbook +share/doc/HTML/sv/krusader/useraction-xml.docbook +share/doc/HTML/sv/krusader/useractions.docbook +share/doc/HTML/sv/krusader/vfs.docbook +share/doc/HTML/sv/krusader/viewer-editor.docbook +share/doc/HTML/uk/krusader/advanced-functions.docbook +share/doc/HTML/uk/krusader/archives.docbook +share/doc/HTML/uk/krusader/basic-functions.docbook +share/doc/HTML/uk/krusader/bookmarks.docbook +share/doc/HTML/uk/krusader/checksum.docbook +share/doc/HTML/uk/krusader/common +share/doc/HTML/uk/krusader/compare.docbook +share/doc/HTML/uk/krusader/configuration-files.docbook +share/doc/HTML/uk/krusader/credits-and-license.docbook +share/doc/HTML/uk/krusader/diskusage.docbook +share/doc/HTML/uk/krusader/editors-note.docbook +share/doc/HTML/uk/krusader/faq.docbook +share/doc/HTML/uk/krusader/features.docbook +share/doc/HTML/uk/krusader/glossary.docbook +share/doc/HTML/uk/krusader/help.docbook +share/doc/HTML/uk/krusader/index.cache.bz2 +share/doc/HTML/uk/krusader/index.docbook +share/doc/HTML/uk/krusader/installation.docbook +share/doc/HTML/uk/krusader/introduction.docbook +share/doc/HTML/uk/krusader/java.docbook +share/doc/HTML/uk/krusader/keyboard-commands.docbook +share/doc/HTML/uk/krusader/konfigurator.docbook +share/doc/HTML/uk/krusader/krusader-tools.docbook +share/doc/HTML/uk/krusader/locate.docbook +share/doc/HTML/uk/krusader/menu-commands.docbook +share/doc/HTML/uk/krusader/mount.docbook +share/doc/HTML/uk/krusader/mouse-commands.docbook +share/doc/HTML/uk/krusader/occupied-space.docbook +share/doc/HTML/uk/krusader/profiles.docbook +share/doc/HTML/uk/krusader/release-overview.docbook +share/doc/HTML/uk/krusader/remote-connections.docbook +share/doc/HTML/uk/krusader/search.docbook +share/doc/HTML/uk/krusader/splitter.docbook +share/doc/HTML/uk/krusader/synchronizer.docbook +share/doc/HTML/uk/krusader/user-interface.docbook +share/doc/HTML/uk/krusader/useraction-xml.docbook +share/doc/HTML/uk/krusader/useractions.docbook +share/doc/HTML/uk/krusader/vfs.docbook +share/doc/HTML/uk/krusader/viewer-editor.docbook share/icons/hicolor/16x16/apps/krusader_blue.png share/icons/hicolor/16x16/apps/krusader_red.png share/icons/hicolor/16x16/apps/krusader_root.png @@ -480,32 +559,36 @@ share/kde4/services/iso.protocol share/kde4/services/krarc.protocol share/locale/bg/LC_MESSAGES/krusader.mo -share/locale/bs/LC_MESSAGES/krusader.mo share/locale/ca/LC_MESSAGES/krusader.mo share/locale/cs/LC_MESSAGES/krusader.mo share/locale/da/LC_MESSAGES/krusader.mo share/locale/de/LC_MESSAGES/krusader.mo share/locale/el/LC_MESSAGES/krusader.mo +share/locale/en_GB/LC_MESSAGES/krusader.mo share/locale/es/LC_MESSAGES/krusader.mo +share/locale/et/LC_MESSAGES/krusader.mo share/locale/fr/LC_MESSAGES/krusader.mo +share/locale/gl/LC_MESSAGES/krusader.mo share/locale/hu/LC_MESSAGES/krusader.mo share/locale/it/LC_MESSAGES/krusader.mo share/locale/ja/LC_MESSAGES/krusader.mo share/locale/ko/LC_MESSAGES/krusader.mo share/locale/lt/LC_MESSAGES/krusader.mo +share/locale/nb/LC_MESSAGES/krusader.mo +share/locale/nds/LC_MESSAGES/krusader.mo share/locale/nl/LC_MESSAGES/krusader.mo share/locale/pl/LC_MESSAGES/krusader.mo share/locale/pt/LC_MESSAGES/krusader.mo share/locale/pt_BR/LC_MESSAGES/krusader.mo +share/locale/ro/LC_MESSAGES/krusader.mo share/locale/ru/LC_MESSAGES/krusader.mo share/locale/sk/LC_MESSAGES/krusader.mo share/locale/sl/LC_MESSAGES/krusader.mo -share/locale/sr/LC_MESSAGES/krusader.mo -share/locale/sr@Latn/LC_MESSAGES/krusader.mo share/locale/sv/LC_MESSAGES/krusader.mo share/locale/tr/LC_MESSAGES/krusader.mo share/locale/uk/LC_MESSAGES/krusader.mo share/locale/zh_CN/LC_MESSAGES/krusader.mo +share/locale/zh_TW/LC_MESSAGES/krusader.mo @dirrm share/apps/krusader/icons/hicolor/64x64/mimetypes @dirrm share/apps/krusader/icons/hicolor/64x64/devices @dirrm share/apps/krusader/icons/hicolor/64x64/apps @@ -538,6 +621,8 @@ @dirrm share/apps/krusader/icons/hicolor @dirrm share/apps/krusader/icons @dirrm share/apps/krusader +@dirrm share/doc/HTML/uk/krusader +@dirrm share/doc/HTML/sv/krusader @dirrm share/doc/HTML/en/krusader @dirrm share/icons/locolor/32x32/apps @dirrm share/icons/locolor/32x32 --- krusader2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 07:40:52 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 07:41:25 2009 Subject: ports/140194: x11-fm/krusader2: update to 2.1.0-beta1 Message-ID: <200911020740.nA27eqbk049212@freefall.freebsd.org> Synopsis: x11-fm/krusader2: update to 2.1.0-beta1 Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 07:40:51 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140194 From ganael.laplanche at martymac.com Mon Nov 2 07:50:04 2009 From: ganael.laplanche at martymac.com (Ganael Laplanche) Date: Mon Nov 2 07:50:10 2009 Subject: ports/140195: Port update: security/fakeroot - Update to v1.14.3 Message-ID: <200911020746.nA27kgSf039661@www.freebsd.org> >Number: 140195 >Category: ports >Synopsis: Port update: security/fakeroot - Update to v1.14.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 07:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 9.0-CURRENT >Organization: http://contribs.martymac.org >Environment: FreeBSD laptop.martymac.com 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Wed Sep 9 12:33:31 UTC 2009 martymac@laptop.martymac.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch updates fakeroot to v.1.14.3. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN fakeroot.orig/Makefile fakeroot/Makefile --- fakeroot.orig/Makefile 2009-11-02 07:29:02.892318175 +0000 +++ fakeroot/Makefile 2009-11-02 07:29:13.142832137 +0000 @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.14 +PORTVERSION= 1.14.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot diff -aurN fakeroot.orig/distinfo fakeroot/distinfo --- fakeroot.orig/distinfo 2009-11-02 07:29:02.892318175 +0000 +++ fakeroot/distinfo 2009-11-02 07:29:24.155410272 +0000 @@ -1,3 +1,3 @@ -MD5 (fakeroot_1.14.tar.gz) = 562a33454dc3b02ab30e8cdccc701601 -SHA256 (fakeroot_1.14.tar.gz) = cb693d4de14a2f29c1d5394b85311e04e0bbb1673f7d3d014d363c7a16e280e1 -SIZE (fakeroot_1.14.tar.gz) = 411985 +MD5 (fakeroot_1.14.3.tar.gz) = ca68f84e0340068eaaa38aab01f10d47 +SHA256 (fakeroot_1.14.3.tar.gz) = 8aab001d327dc32f311763b65f275587a1456b64da3245998e527c7008ff7dab +SIZE (fakeroot_1.14.3.tar.gz) = 429538 >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Mon Nov 2 09:16:33 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 2 09:16:44 2009 Subject: ports/140192: ports-mgmt/portupgrade-devel fails to install a new port. Message-ID: <200911020916.nA29GWNf033089@freefall.freebsd.org> Old Synopsis: portupgrade-devel fails to install a new port. New Synopsis: ports-mgmt/portupgrade-devel fails to install a new port. Class-Changed-From-To: change-request->sw-bug Class-Changed-By: linimon Class-Changed-When: Mon Nov 2 09:15:39 UTC 2009 Class-Changed-Why: Fix synopsis and assign. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 2 09:15:39 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=140192 From ehaupt at FreeBSD.org Mon Nov 2 09:30:03 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:17 2009 Subject: ports/140196: update: www/p5-CGI-Cookie-XS - update to 0.18 Message-ID: <200911020927.nA29RbuF041473@freefall.freebsd.org> >Number: 140196 >Category: ports >Synopsis: update: www/p5-CGI-Cookie-XS - update to 0.18 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- CGI-Cookie-XS.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Cookie-XS/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 9 Mar 2009 12:40:31 -0000 1.2 +++ Makefile 2 Nov 2009 09:08:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CGI-Cookie-XS -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGENT Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-CGI-Cookie-XS/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 9 Mar 2009 12:40:32 -0000 1.2 +++ distinfo 2 Nov 2009 09:08:08 -0000 @@ -1,3 +1,3 @@ -MD5 (CGI-Cookie-XS-0.16.tar.gz) = bbf1ffb087bb1500b784c869b9299c7b -SHA256 (CGI-Cookie-XS-0.16.tar.gz) = d62e13902557e975b573c596604420d901948dcb59eb6d4f08277c1d821b2dcb -SIZE (CGI-Cookie-XS-0.16.tar.gz) = 49225 +MD5 (CGI-Cookie-XS-0.18.tar.gz) = 82f3e77c863056a9f01bac7f52fdd5c9 +SHA256 (CGI-Cookie-XS-0.18.tar.gz) = 4699cb4abd972014af3beb9b0a695b425b87da26cb2b4bdb2602070aaadd3dc6 +SIZE (CGI-Cookie-XS-0.18.tar.gz) = 47890 --- CGI-Cookie-XS.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:04 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:17 2009 Subject: ports/140197: update: textproc/p5-CSS-Minifier-XS - update to 0.04 Message-ID: <200911020928.nA29S53f041538@freefall.freebsd.org> >Number: 140197 >Category: ports >Synopsis: update: textproc/p5-CSS-Minifier-XS - update to 0.04 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- CSS-Minifier-XS.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-CSS-Minifier-XS/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 18 Jul 2008 12:29:03 -0000 1.1 +++ Makefile 2 Nov 2009 09:08:24 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CSS-Minifier-XS -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-CSS-Minifier-XS/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 18 Jul 2008 12:29:03 -0000 1.1 +++ distinfo 2 Nov 2009 09:08:24 -0000 @@ -1,3 +1,3 @@ -MD5 (CSS-Minifier-XS-0.03.tar.gz) = 31522fe802f1dbfbc7e079ab8b70df76 -SHA256 (CSS-Minifier-XS-0.03.tar.gz) = 94b503afd7806d912eb6d44d188b5c37e15a7306b6e5bb9b5c09db7713485c2e -SIZE (CSS-Minifier-XS-0.03.tar.gz) = 9840 +MD5 (CSS-Minifier-XS-0.04.tar.gz) = 44cbafa17d0ddd7a5e554392cc850c0d +SHA256 (CSS-Minifier-XS-0.04.tar.gz) = 006b08e2e83b485b82563d1a427bc3f713969a2c4bd678569c5cd02daed787ee +SIZE (CSS-Minifier-XS-0.04.tar.gz) = 10160 --- CSS-Minifier-XS.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:04 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:18 2009 Subject: ports/140198: update: www/p5-Catalyst-Action-REST - update to 0.78 Message-ID: <200911020928.nA29SPHc041607@freefall.freebsd.org> >Number: 140198 >Category: ports >Synopsis: update: www/p5-Catalyst-Action-REST - update to 0.78 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Catalyst-Action-REST.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-REST/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 4 Sep 2009 06:39:00 -0000 1.11 +++ Makefile 2 Nov 2009 09:07:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Action-REST -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Action-REST/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 4 Sep 2009 06:39:00 -0000 1.9 +++ distinfo 2 Nov 2009 09:07:59 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Action-REST-0.77.tar.gz) = 8498611da4e7f4c37eef639eb12e030c -SHA256 (Catalyst-Action-REST-0.77.tar.gz) = c0068d72704cc8fa9142d6cb308fb87875ca359a979cae944716d562fd753b26 -SIZE (Catalyst-Action-REST-0.77.tar.gz) = 45226 +MD5 (Catalyst-Action-REST-0.78.tar.gz) = 10ab07a249bac42d3932d179f557f2b5 +SHA256 (Catalyst-Action-REST-0.78.tar.gz) = 8d5385401c1ccf2cf381ee5829dc02f61429be7629b638a5b92c9b961711e356 +SIZE (Catalyst-Action-REST-0.78.tar.gz) = 47147 --- Catalyst-Action-REST.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:05 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:18 2009 Subject: ports/140199: update: www/p5-Catalyst-Plugin-Server - update to 0.26 Message-ID: <200911020928.nA29Sm1F041668@freefall.freebsd.org> >Number: 140199 >Category: ports >Synopsis: update: www/p5-Catalyst-Plugin-Server - update to 0.26 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Catalyst-Plugin-Server.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Server/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 6 Jun 2008 14:07:06 -0000 1.4 +++ Makefile 2 Nov 2009 09:07:51 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Catalyst-Plugin-Server -PORTVERSION= 0.24 -PORTREVISION= 1 +PORTVERSION= 0.26 CATEGORIES= www devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-Catalyst-Plugin-Server/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 5 Aug 2007 09:39:49 -0000 1.1 +++ distinfo 2 Nov 2009 09:07:51 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Server-0.24.tar.gz) = f164878594b26f9fce797a915412ee64 -SHA256 (Catalyst-Plugin-Server-0.24.tar.gz) = 3a014a0714148e3856893f30522521fe476f1fb83ce482c206c946d96c723236 -SIZE (Catalyst-Plugin-Server-0.24.tar.gz) = 21160 +MD5 (Catalyst-Plugin-Server-0.26.tar.gz) = 8c4f694f77b4b42ffbb4faf7b66417da +SHA256 (Catalyst-Plugin-Server-0.26.tar.gz) = 7021ff798c6fba553a59546eb4946c687cb7ad04b4b52fbb7143c1c8198af9f4 +SIZE (Catalyst-Plugin-Server-0.26.tar.gz) = 22068 --- Catalyst-Plugin-Server.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:05 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:18 2009 Subject: ports/140200: update: devel/p5-Class-Trigger - update to 0.14 Message-ID: <200911020929.nA29T7sa041729@freefall.freebsd.org> >Number: 140200 >Category: ports >Synopsis: update: devel/p5-Class-Trigger - update to 0.14 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Class-Trigger.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Trigger/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 3 Jul 2008 07:29:19 -0000 1.9 +++ Makefile 2 Nov 2009 09:09:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Class-Trigger -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Trigger/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 3 Jul 2008 07:29:19 -0000 1.9 +++ distinfo 2 Nov 2009 09:09:54 -0000 @@ -1,3 +1,3 @@ -MD5 (Class-Trigger-0.13.tar.gz) = 5e73d9376a5786450088e3384a938794 -SHA256 (Class-Trigger-0.13.tar.gz) = 31c390c26dfa3db3a769624c073f6a84e36508cbef796f91cc7dfeeca8bf4dd7 -SIZE (Class-Trigger-0.13.tar.gz) = 8070 +MD5 (Class-Trigger-0.14.tar.gz) = b0a95ebe359a3c4e768d81fc58031c83 +SHA256 (Class-Trigger-0.14.tar.gz) = 6b1e45acc561e0708e00a2fcf16e157cad8b8963d1bf73726f77dd809b8aebc4 +SIZE (Class-Trigger-0.14.tar.gz) = 49950 --- Class-Trigger.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:05 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:19 2009 Subject: ports/140201: update: devel/p5-Class-Workflow - update to 0.11 Message-ID: <200911020929.nA29TRNl041788@freefall.freebsd.org> >Number: 140201 >Category: ports >Synopsis: update: devel/p5-Class-Workflow - update to 0.11 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Class-Workflow.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Workflow/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 9 Jun 2008 09:47:32 -0000 1.3 +++ Makefile 2 Nov 2009 09:09:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Class-Workflow -PORTVERSION= 0.09 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Class-Workflow/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 9 Jun 2008 09:47:32 -0000 1.2 +++ distinfo 2 Nov 2009 09:09:45 -0000 @@ -1,3 +1,3 @@ -MD5 (Class-Workflow-0.09.tar.gz) = 84edd4d9edeb8aea5b2ca3d1d2221efe -SHA256 (Class-Workflow-0.09.tar.gz) = 8031da4c760b1640531905e84e4aaca8b1414ab06edb01cd52eece962388d2d5 -SIZE (Class-Workflow-0.09.tar.gz) = 31099 +MD5 (Class-Workflow-0.11.tar.gz) = 36f404ad6f35e4b8032485a369a76087 +SHA256 (Class-Workflow-0.11.tar.gz) = 6687326c75c58676656a43c2780bee69866d30154072fdd8f38ce47cbb67b770 +SIZE (Class-Workflow-0.11.tar.gz) = 31831 --- Class-Workflow.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:30:06 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:31:19 2009 Subject: ports/140202: update: devel/p5-Devel-Cycle - update to 1.11 Message-ID: <200911020929.nA29Tjqr041847@freefall.freebsd.org> >Number: 140202 >Category: ports >Synopsis: update: devel/p5-Devel-Cycle - update to 1.11 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Devel-Cycle.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Cycle/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 11 Jul 2008 13:14:50 -0000 1.10 +++ Makefile 2 Nov 2009 09:09:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Devel-Cycle -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Cycle/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 11 Jul 2008 13:14:50 -0000 1.8 +++ distinfo 2 Nov 2009 09:09:37 -0000 @@ -1,3 +1,3 @@ -MD5 (Devel-Cycle-1.10.tar.gz) = 5d6999f6303b2d5ed959e6d48efc5c8c -SHA256 (Devel-Cycle-1.10.tar.gz) = 32fab249b459de4ff06a68efd4e4685610aef6b649789800ce34ba3a9bcee686 -SIZE (Devel-Cycle-1.10.tar.gz) = 6792 +MD5 (Devel-Cycle-1.11.tar.gz) = 67c42d79bcb7beb337023e3e00b0ebcb +SHA256 (Devel-Cycle-1.11.tar.gz) = 3a9325a04d0649643cc1c37909a347698d0a3c11f8780475de5d8c9cba1f879d +SIZE (Devel-Cycle-1.11.tar.gz) = 6843 --- Devel-Cycle.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 09:30:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:19 2009 Subject: ports/140196: update: www/p5-CGI-Cookie-XS - update to 0.18 Message-ID: <200911020930.nA29UFcg043435@freefall.freebsd.org> Synopsis: update: www/p5-CGI-Cookie-XS - update to 0.18 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140196 From edwin at FreeBSD.org Mon Nov 2 09:30:21 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:20 2009 Subject: ports/140197: update: textproc/p5-CSS-Minifier-XS - update to 0.04 Message-ID: <200911020930.nA29UKcP044259@freefall.freebsd.org> Synopsis: update: textproc/p5-CSS-Minifier-XS - update to 0.04 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:20 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140197 From edwin at FreeBSD.org Mon Nov 2 09:30:28 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:20 2009 Subject: ports/140198: update: www/p5-Catalyst-Action-REST - update to 0.78 Message-ID: <200911020930.nA29USbN045376@freefall.freebsd.org> Synopsis: update: www/p5-Catalyst-Action-REST - update to 0.78 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:27 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140198 From edwin at FreeBSD.org Mon Nov 2 09:30:34 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:20 2009 Subject: ports/140199: update: www/p5-Catalyst-Plugin-Server - update to 0.26 Message-ID: <200911020930.nA29UYlO046127@freefall.freebsd.org> Synopsis: update: www/p5-Catalyst-Plugin-Server - update to 0.26 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:33 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140199 From edwin at FreeBSD.org Mon Nov 2 09:30:40 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:21 2009 Subject: ports/140200: update: devel/p5-Class-Trigger - update to 0.14 Message-ID: <200911020930.nA29UeV2046699@freefall.freebsd.org> Synopsis: update: devel/p5-Class-Trigger - update to 0.14 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:39 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140200 From edwin at FreeBSD.org Mon Nov 2 09:30:46 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:21 2009 Subject: ports/140201: update: devel/p5-Class-Workflow - update to 0.11 Message-ID: <200911020930.nA29Uk4k047258@freefall.freebsd.org> Synopsis: update: devel/p5-Class-Workflow - update to 0.11 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:46 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140201 From edwin at FreeBSD.org Mon Nov 2 09:30:53 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:31:21 2009 Subject: ports/140202: update: devel/p5-Devel-Cycle - update to 1.11 Message-ID: <200911020930.nA29UrWb047908@freefall.freebsd.org> Synopsis: update: devel/p5-Devel-Cycle - update to 1.11 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:30:52 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140202 From amdmi3 at FreeBSD.org Mon Nov 2 09:39:04 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Mon Nov 2 09:39:10 2009 Subject: ports/140195: Port update: security/fakeroot - Update to v1.14.3 Message-ID: <200911020939.nA29d3Bx052830@freefall.freebsd.org> Synopsis: Port update: security/fakeroot - Update to v1.14.3 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Nov 2 09:39:03 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140195 From ehaupt at FreeBSD.org Mon Nov 2 09:40:02 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:47 2009 Subject: ports/140203: update: devel/p5-Devel-Leak-Object - update to 1.00 Message-ID: <200911020930.nA29U3mx041986@freefall.freebsd.org> >Number: 140203 >Category: ports >Synopsis: update: devel/p5-Devel-Leak-Object - update to 1.00 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Devel-Leak-Object.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Leak-Object/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 31 May 2008 19:57:28 -0000 1.4 +++ Makefile 2 Nov 2009 09:09:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Devel-Leak-Object -PORTVERSION= 0.92 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Devel-Leak-Object/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 31 May 2008 19:57:28 -0000 1.3 +++ distinfo 2 Nov 2009 09:09:28 -0000 @@ -1,3 +1,3 @@ -MD5 (Devel-Leak-Object-0.92.tar.gz) = 63ddfc73f7ed8a047395dfc9f3684b2e -SHA256 (Devel-Leak-Object-0.92.tar.gz) = 338490c12e704df825718826ef794bc8fa4fb959608558a5741c67c8738d7a1e -SIZE (Devel-Leak-Object-0.92.tar.gz) = 23249 +MD5 (Devel-Leak-Object-1.00.tar.gz) = f317e5b905fa119b00adf0267ac57d4c +SHA256 (Devel-Leak-Object-1.00.tar.gz) = 2dc745867dba58eee17ea80e6e9a91d9f64557de4aaccad534858c2cab7f8809 +SIZE (Devel-Leak-Object-1.00.tar.gz) = 28748 --- Devel-Leak-Object.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:02 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:48 2009 Subject: ports/140204: update: devel/p5-Event - update to 1.13 Message-ID: <200911020930.nA29USTT045273@freefall.freebsd.org> >Number: 140204 >Category: ports >Synopsis: update: devel/p5-Event - update to 1.13 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Event.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Event/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 22 Jul 2009 16:26:32 -0000 1.18 +++ Makefile 2 Nov 2009 09:09:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Event -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Event/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- distinfo 3 Sep 2008 14:49:43 -0000 1.17 +++ distinfo 2 Nov 2009 09:09:19 -0000 @@ -1,3 +1,3 @@ -MD5 (Event-1.11.tar.gz) = 73fe100c2a40ac027fb5d992bbf74eaa -SHA256 (Event-1.11.tar.gz) = 7bdd4f6b2ade84ef5ab4ded1663051214fe6fa87cf2cba73cb3c3627db21ac17 -SIZE (Event-1.11.tar.gz) = 251491 +MD5 (Event-1.13.tar.gz) = 88cf5bb6b4b06e016072a5ff2ff8fa1a +SHA256 (Event-1.13.tar.gz) = d66f55ff5c992fbade90470f281334bd69b577b1a506b6fa4cf641fec2823761 +SIZE (Event-1.13.tar.gz) = 253023 --- Event.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:03 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:48 2009 Subject: ports/140205: update: textproc/p5-JavaScript-Minifier-XS - update to 0.06 Message-ID: <200911020930.nA29Ur9L047953@freefall.freebsd.org> >Number: 140205 >Category: ports >Synopsis: update: textproc/p5-JavaScript-Minifier-XS - update to 0.06 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- JavaScript-Minifier-XS.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-JavaScript-Minifier-XS/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 18 Jul 2008 12:25:46 -0000 1.1 +++ Makefile 2 Nov 2009 09:08:16 -0000 @@ -6,7 +6,7 @@ # PORTNAME= JavaScript-Minifier-XS -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-JavaScript-Minifier-XS/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 18 Jul 2008 12:25:46 -0000 1.1 +++ distinfo 2 Nov 2009 09:08:16 -0000 @@ -1,3 +1,3 @@ -MD5 (JavaScript-Minifier-XS-0.05.tar.gz) = be844769f0c65ec3ef0e8390331d58d3 -SHA256 (JavaScript-Minifier-XS-0.05.tar.gz) = 574c1d6a33fb9e6ebca1886df41b0add8ceb3ff15245805ec590995cdab16c1f -SIZE (JavaScript-Minifier-XS-0.05.tar.gz) = 11861 +MD5 (JavaScript-Minifier-XS-0.06.tar.gz) = f77bb263e4851227086112aecbf14ac9 +SHA256 (JavaScript-Minifier-XS-0.06.tar.gz) = 2060507e51f6dc30b1664e1b443930626ecef151bb38af34e562f614a7698198 +SIZE (JavaScript-Minifier-XS-0.06.tar.gz) = 12129 --- JavaScript-Minifier-XS.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:03 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:49 2009 Subject: ports/140206: update: math/p5-Math-Pari - update to 2.010803 Message-ID: <200911020931.nA29VEV9050858@freefall.freebsd.org> >Number: 140206 >Category: ports >Synopsis: update: math/p5-Math-Pari - update to 2.010803 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Math-Pari.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Pari/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 23 Feb 2009 15:01:59 -0000 1.14 +++ Makefile 2 Nov 2009 09:09:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Math-Pari -PORTVERSION= 2.010801 +PORTVERSION= 2.010803 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Pari/distinfo,v retrieving revision 1.8 diff -u -r1.8 distinfo --- distinfo 23 Feb 2009 15:01:59 -0000 1.8 +++ distinfo 2 Nov 2009 09:09:01 -0000 @@ -1,3 +1,3 @@ -MD5 (Math-Pari-2.010801.tar.gz) = c0628a5ad79a53a22188aca476ea45ce -SHA256 (Math-Pari-2.010801.tar.gz) = 43fa4e64acb3a0285fb750f76924ea78f2c6d2cde1ede71fd60f78953b44eb5a -SIZE (Math-Pari-2.010801.tar.gz) = 115860 +MD5 (Math-Pari-2.010803.tar.gz) = c5757b973e8af0d0a58dc23e58e008fc +SHA256 (Math-Pari-2.010803.tar.gz) = c99bf8eecd3b26ab049e82ae21cc5af316f9c87c9bed7977a4e255af2f15d83b +SIZE (Math-Pari-2.010803.tar.gz) = 117933 --- Math-Pari.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:03 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:49 2009 Subject: ports/140207: update: math/p5-Math-Random-MT - update to 1.10 Message-ID: <200911020931.nA29Valt051955@freefall.freebsd.org> >Number: 140207 >Category: ports >Synopsis: update: math/p5-Math-Random-MT - update to 1.10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- patch begins here --- --- patch ends here --- --- Math-Random-MT.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Random-MT/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 17 Apr 2008 14:27:13 -0000 1.8 +++ Makefile 2 Nov 2009 09:08:50 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Math-Random-MT -PORTVERSION= 1.07 +PORTVERSION= 1.10 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Random-MT/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 6 Feb 2007 17:42:26 -0000 1.7 +++ distinfo 2 Nov 2009 09:08:50 -0000 @@ -1,3 +1,3 @@ -MD5 (Math-Random-MT-1.07.tar.gz) = abcd080ae8f842da62679f4b593f97dc -SHA256 (Math-Random-MT-1.07.tar.gz) = 93bcc0d2362e7852ab76ab54fdf542ccb38d9483cd956d895f26a191d28b0c31 -SIZE (Math-Random-MT-1.07.tar.gz) = 7749 +MD5 (Math-Random-MT-1.10.tar.gz) = cd0174f091e1a0ca369f7d9f331e520b +SHA256 (Math-Random-MT-1.10.tar.gz) = 275f9dc694cd21fa8e0e7295e43a0f875a71c2355adab28bd70c1d6fd3fe545c +SIZE (Math-Random-MT-1.10.tar.gz) = 8644 --- Math-Random-MT.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:04 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:49 2009 Subject: ports/140208: update: dns/p5-POE-Component-Client-DNS - update to 1.051 Message-ID: <200911020932.nA29Wikh052247@freefall.freebsd.org> >Number: 140208 >Category: ports >Synopsis: update: dns/p5-POE-Component-Client-DNS - update to 1.051 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- POE-Component-Client-DNS.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/p5-POE-Component-Client-DNS/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 28 Aug 2009 15:24:46 -0000 1.18 +++ Makefile 2 Nov 2009 09:09:10 -0000 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-DNS -PORTVERSION= 1.050 +PORTVERSION= 1.051 PORTEPOCH= 1 CATEGORIES= dns perl5 devel MASTER_SITES= CPAN Index: distinfo =================================================================== RCS file: /home/pcvs/ports/dns/p5-POE-Component-Client-DNS/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 28 Aug 2009 15:24:46 -0000 1.13 +++ distinfo 2 Nov 2009 09:09:10 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-DNS-1.050.tar.gz) = c07de9f13818a9d8bf467831282df55c -SHA256 (POE-Component-Client-DNS-1.050.tar.gz) = 2ef19f3b5fabfdf4778fe5dd6ada7e463f46a64b529f877ff1de6a0093a2abb8 -SIZE (POE-Component-Client-DNS-1.050.tar.gz) = 14089 +MD5 (POE-Component-Client-DNS-1.051.tar.gz) = ba9bb11cd097b2348ee3d14de3ab432a +SHA256 (POE-Component-Client-DNS-1.051.tar.gz) = eebd894532955d30b944b1440f80928814ca185ea27718de4c2756ba25f5bf44 +SIZE (POE-Component-Client-DNS-1.051.tar.gz) = 14824 --- POE-Component-Client-DNS.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:04 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:50 2009 Subject: ports/140209: update: news/p5-POE-Component-Client-NNTP - update to 2.12 Message-ID: <200911020933.nA29X4Br052457@freefall.freebsd.org> >Number: 140209 >Category: ports >Synopsis: update: news/p5-POE-Component-Client-NNTP - update to 2.12 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- POE-Component-Client-NNTP.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/news/p5-POE-Component-Client-NNTP/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 23 Feb 2009 13:55:19 -0000 1.11 +++ Makefile 2 Nov 2009 09:08:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-NNTP -PORTVERSION= 2.10 +PORTVERSION= 2.12 CATEGORIES= news perl5 devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/news/p5-POE-Component-Client-NNTP/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 23 Feb 2009 13:55:19 -0000 1.10 +++ distinfo 2 Nov 2009 09:08:33 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-NNTP-2.10.tar.gz) = 8f8538582a7912cd50d59e8ec4c4a01f -SHA256 (POE-Component-Client-NNTP-2.10.tar.gz) = cc89abf39708086f241e0d420e329082182304f12e8ec1c52a45f87050370f31 -SIZE (POE-Component-Client-NNTP-2.10.tar.gz) = 29791 +MD5 (POE-Component-Client-NNTP-2.12.tar.gz) = 397d5ab52cba2f68d626dc134a18d696 +SHA256 (POE-Component-Client-NNTP-2.12.tar.gz) = 80e56f7ae4334723ac49102fc5b92682874720ce0894697ed1eb7dbf21424fa1 +SIZE (POE-Component-Client-NNTP-2.12.tar.gz) = 32415 --- POE-Component-Client-NNTP.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:04 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:50 2009 Subject: ports/140210: update: net/p5-POE-Component-Client-Ping - update to 1.162 Message-ID: <200911020933.nA29XP4D052573@freefall.freebsd.org> >Number: 140210 >Category: ports >Synopsis: update: net/p5-POE-Component-Client-Ping - update to 1.162 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- POE-Component-Client-Ping.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-POE-Component-Client-Ping/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 6 Nov 2008 16:57:44 -0000 1.14 +++ Makefile 2 Nov 2009 09:08:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-Ping -PORTVERSION= 1.14 +PORTVERSION= 1.162 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/p5-POE-Component-Client-Ping/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 6 Nov 2008 16:57:44 -0000 1.12 +++ distinfo 2 Nov 2009 09:08:42 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-Client-Ping-1.14.tar.gz) = 278a0b88f6b1664448aa2d01a470bc68 -SHA256 (POE-Component-Client-Ping-1.14.tar.gz) = 98063dec10a16b792869e1a40b522ceadeed3d72c56ad448e183037570a0a5ca -SIZE (POE-Component-Client-Ping-1.14.tar.gz) = 12743 +MD5 (POE-Component-Client-Ping-1.162.tar.gz) = e3b69923a3c06b89ee17001c6244686a +SHA256 (POE-Component-Client-Ping-1.162.tar.gz) = e301508b1a2dc68994821a7eacd2d11200fb02b3994db3e0b6860430ec91905f +SIZE (POE-Component-Client-Ping-1.162.tar.gz) = 14875 --- POE-Component-Client-Ping.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:05 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:50 2009 Subject: ports/140211: update: www/p5-URI-ParseSearchString - update to 3.2 Message-ID: <200911020933.nA29Xkjs052633@freefall.freebsd.org> >Number: 140211 >Category: ports >Synopsis: update: www/p5-URI-ParseSearchString - update to 3.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- URI-ParseSearchString.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-ParseSearchString/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 3 Jul 2009 20:20:52 -0000 1.6 +++ Makefile 2 Nov 2009 09:07:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= URI-ParseSearchString -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-URI-ParseSearchString/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 3 Jul 2009 20:20:52 -0000 1.6 +++ distinfo 2 Nov 2009 09:07:42 -0000 @@ -1,3 +1,3 @@ -MD5 (URI-ParseSearchString-3.1.tar.gz) = 7e92f43431c41d339dc73cb5835bf11b -SHA256 (URI-ParseSearchString-3.1.tar.gz) = 827a82f77e72c418e7f995bc1b3cf2d01c9bfa6570b821e97f37054ee451114e -SIZE (URI-ParseSearchString-3.1.tar.gz) = 13196 +MD5 (URI-ParseSearchString-3.2.tar.gz) = 3fd157fde90c194c328b89377c57c959 +SHA256 (URI-ParseSearchString-3.2.tar.gz) = e4c3c46a925dc3dcfd88320bbee0d403c5589bd4618c7acaa781cd95f3fc3eef +SIZE (URI-ParseSearchString-3.2.tar.gz) = 13505 --- URI-ParseSearchString.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:40:05 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:41:51 2009 Subject: ports/140212: update: www/p5-WWW-Yandex-TIC - update to 0.07 Message-ID: <200911020934.nA29Y6hR052694@freefall.freebsd.org> >Number: 140212 >Category: ports >Synopsis: update: www/p5-WWW-Yandex-TIC - update to 0.07 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- WWW-Yandex-TIC.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-WWW-Yandex-TIC/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 3 Jul 2009 20:21:40 -0000 1.5 +++ Makefile 2 Nov 2009 09:07:33 -0000 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Yandex-TIC -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-WWW-Yandex-TIC/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 3 Jul 2009 20:21:40 -0000 1.5 +++ distinfo 2 Nov 2009 09:07:33 -0000 @@ -1,3 +1,3 @@ -MD5 (WWW-Yandex-TIC-0.06.tar.gz) = 9007632adbfed813fbb665d72ca62a14 -SHA256 (WWW-Yandex-TIC-0.06.tar.gz) = 25112abf1c7db7cca5affb0d8f8c82666db2f6fddad6c8a2aefeeb19e53f698a -SIZE (WWW-Yandex-TIC-0.06.tar.gz) = 3150 +MD5 (WWW-Yandex-TIC-0.07.tar.gz) = 8b19c79609afaf315ed5ee29e7120cc3 +SHA256 (WWW-Yandex-TIC-0.07.tar.gz) = c65cb43c6ebb762563f3e5ed693ea4a05f805e49ceda47fe304b3ac1f8713af9 +SIZE (WWW-Yandex-TIC-0.07.tar.gz) = 3165 --- WWW-Yandex-TIC.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 09:40:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:51 2009 Subject: ports/140203: update: devel/p5-Devel-Leak-Object - update to 1.00 Message-ID: <200911020940.nA29eCvE053280@freefall.freebsd.org> Synopsis: update: devel/p5-Devel-Leak-Object - update to 1.00 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140203 From edwin at FreeBSD.org Mon Nov 2 09:40:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:51 2009 Subject: ports/140204: update: devel/p5-Event - update to 1.13 Message-ID: <200911020940.nA29eGSX053751@freefall.freebsd.org> Synopsis: update: devel/p5-Event - update to 1.13 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140204 From edwin at FreeBSD.org Mon Nov 2 09:40:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:52 2009 Subject: ports/140205: update: textproc/p5-JavaScript-Minifier-XS - update to 0.06 Message-ID: <200911020940.nA29eM9A054318@freefall.freebsd.org> Synopsis: update: textproc/p5-JavaScript-Minifier-XS - update to 0.06 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140205 From edwin at FreeBSD.org Mon Nov 2 09:40:28 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:52 2009 Subject: ports/140206: update: math/p5-Math-Pari - update to 2.010803 Message-ID: <200911020940.nA29eR2v055034@freefall.freebsd.org> Synopsis: update: math/p5-Math-Pari - update to 2.010803 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:27 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140206 From edwin at FreeBSD.org Mon Nov 2 09:40:34 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:52 2009 Subject: ports/140207: update: math/p5-Math-Random-MT - update to 1.10 Message-ID: <200911020940.nA29eY6H056025@freefall.freebsd.org> Synopsis: update: math/p5-Math-Random-MT - update to 1.10 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:33 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140207 From edwin at FreeBSD.org Mon Nov 2 09:40:39 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:53 2009 Subject: ports/140208: update: dns/p5-POE-Component-Client-DNS - update to 1.051 Message-ID: <200911020940.nA29ecOm056626@freefall.freebsd.org> Synopsis: update: dns/p5-POE-Component-Client-DNS - update to 1.051 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:38 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140208 From edwin at FreeBSD.org Mon Nov 2 09:40:44 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:53 2009 Subject: ports/140209: update: news/p5-POE-Component-Client-NNTP - update to 2.12 Message-ID: <200911020940.nA29eiCv057425@freefall.freebsd.org> Synopsis: update: news/p5-POE-Component-Client-NNTP - update to 2.12 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:43 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140209 From edwin at FreeBSD.org Mon Nov 2 09:40:49 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:53 2009 Subject: ports/140210: update: net/p5-POE-Component-Client-Ping - update to 1.162 Message-ID: <200911020940.nA29emMS058146@freefall.freebsd.org> Synopsis: update: net/p5-POE-Component-Client-Ping - update to 1.162 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:48 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140210 From edwin at FreeBSD.org Mon Nov 2 09:40:54 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:54 2009 Subject: ports/140211: update: www/p5-URI-ParseSearchString - update to 3.2 Message-ID: <200911020940.nA29er85058751@freefall.freebsd.org> Synopsis: update: www/p5-URI-ParseSearchString - update to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:40:53 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140211 From edwin at FreeBSD.org Mon Nov 2 09:41:00 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:41:54 2009 Subject: ports/140212: update: www/p5-WWW-Yandex-TIC - update to 0.07 Message-ID: <200911020941.nA29f0nr059667@freefall.freebsd.org> Synopsis: update: www/p5-WWW-Yandex-TIC - update to 0.07 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:41:00 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140212 From ehaupt at FreeBSD.org Mon Nov 2 09:50:01 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:50:24 2009 Subject: ports/140213: update: finance/p5-Finance-Quote - update to 1.17 Message-ID: <200911020944.nA29ieRk061817@freefall.freebsd.org> >Number: 140213 >Category: ports >Synopsis: update: finance/p5-Finance-Quote - update to 1.17 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- Finance-Quote.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 5 Jun 2009 22:51:05 -0000 1.21 +++ Makefile 2 Nov 2009 09:43:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Finance-Quote -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -45,6 +45,7 @@ Finance::Quote::Yahoo::Australia.3 \ Finance::Quote::Yahoo::Base.3 Finance::Quote::Yahoo::Brasil.3 \ Finance::Quote::Yahoo::Europe.3 Finance::Quote::Yahoo::NZ.3 \ - Finance::Quote::Yahoo::USA.3 Finance::Quote::ZA.3 + Finance::Quote::Yahoo::USA.3 Finance::Quote::ZA.3 \ + Finance::Quote::HU.3 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 5 Jun 2009 22:51:05 -0000 1.13 +++ distinfo 2 Nov 2009 09:43:13 -0000 @@ -1,3 +1,3 @@ -MD5 (Finance-Quote-1.16.tar.gz) = 079f20db2a100f63fa03e29beb1e9939 -SHA256 (Finance-Quote-1.16.tar.gz) = 9adacd7aaebeb7d03c28c67c06dbf9927d9adef65164fc6c4cbd0e4a92d39403 -SIZE (Finance-Quote-1.16.tar.gz) = 125760 +MD5 (Finance-Quote-1.17.tar.gz) = 446dba3837ffa395bffdea268824e0c1 +SHA256 (Finance-Quote-1.17.tar.gz) = 10c3e7d98e71997f7e32bff5898ff5153c9ebf1b46063f91c184db8e6089e170 +SIZE (Finance-Quote-1.17.tar.gz) = 130686 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- pkg-plist 5 Jun 2009 22:51:05 -0000 1.12 +++ pkg-plist 2 Nov 2009 09:43:13 -0000 @@ -44,6 +44,7 @@ %%SITE_PERL%%/Finance/Quote/Yahoo/Europe.pm %%SITE_PERL%%/Finance/Quote/Yahoo/NZ.pm %%SITE_PERL%%/Finance/Quote/Yahoo/USA.pm +%%SITE_PERL%%/Finance/Quote/HU.pm %%SITE_PERL%%/Finance/Quote/ZA.pm @dirrm %%SITE_PERL%%/Finance/Quote/Yahoo @dirrm %%SITE_PERL%%/Finance/Quote --- Finance-Quote.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From ehaupt at FreeBSD.org Mon Nov 2 09:50:01 2009 From: ehaupt at FreeBSD.org (Emanuel Haupt) Date: Mon Nov 2 09:50:25 2009 Subject: ports/140214: update: devel/p5-MooseX-Declare - update to 0.31 Message-ID: <200911020945.nA29j47O061880@freefall.freebsd.org> >Number: 140214 >Category: ports >Synopsis: update: devel/p5-MooseX-Declare - update to 0.31 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 09:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 8.0-RC1 i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: See "Synopsis" >How-To-Repeat: >Fix: Apply the following patch. --- MooseX-Declare.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Declare/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 9 Jul 2009 18:44:17 -0000 1.2 +++ Makefile 2 Nov 2009 09:43:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Declare -PORTVERSION= 0.23 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,6 +39,10 @@ MooseX::Declare::Syntax::NamespaceHandling.3 \ MooseX::Declare::Syntax::OptionHandling.3 \ MooseX::Declare::Syntax::RoleApplication.3 \ - MooseX::Declare::Util.3 + MooseX::Declare::Util.3 \ + MooseX::Declare::Syntax::Keyword::With.3 \ + MooseX::Declare::Context::Namespaced.3 \ + MooseX::Declare::Syntax::Keyword::Namespace.3 \ + MooseX::Declare::Context::Parameterized.3 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Declare/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 9 Jul 2009 18:44:17 -0000 1.2 +++ distinfo 2 Nov 2009 09:43:22 -0000 @@ -1,3 +1,3 @@ -MD5 (MooseX-Declare-0.23.tar.gz) = 737d4841aefe6923d0211b0f5a8b6e20 -SHA256 (MooseX-Declare-0.23.tar.gz) = 164b70f5e0bd9b058d2ada7af7d0c99650b5847c69e7da804069ad5ef4023c2e -SIZE (MooseX-Declare-0.23.tar.gz) = 37541 +MD5 (MooseX-Declare-0.31.tar.gz) = 1782af813d47aea361aac026331c086f +SHA256 (MooseX-Declare-0.31.tar.gz) = 53152582288fcae86b326e5868753cbfb7d22e19a8997bd38a7b83afa488e55e +SIZE (MooseX-Declare-0.31.tar.gz) = 42686 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Declare/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 13 May 2009 05:54:53 -0000 1.1 +++ pkg-plist 2 Nov 2009 09:43:22 -0000 @@ -3,6 +3,7 @@ %%SITE_PERL%%/MooseX/Declare/Context.pm %%SITE_PERL%%/MooseX/Declare/Context/Namespaced.pm %%SITE_PERL%%/MooseX/Declare/Context/WithOptions.pm +%%SITE_PERL%%/MooseX/Declare/Context/Parameterized.pm %%SITE_PERL%%/MooseX/Declare/StackItem.pm %%SITE_PERL%%/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm %%SITE_PERL%%/MooseX/Declare/Syntax/Extending.pm @@ -13,13 +14,17 @@ %%SITE_PERL%%/MooseX/Declare/Syntax/Keyword/MethodModifier.pm %%SITE_PERL%%/MooseX/Declare/Syntax/Keyword/Role.pm %%SITE_PERL%%/MooseX/Declare/Syntax/KeywordHandling.pm +%%SITE_PERL%%/MooseX/Declare/Syntax/Keyword/With.pm %%SITE_PERL%%/MooseX/Declare/Syntax/MethodDeclaration.pm +%%SITE_PERL%%/MooseX/Declare/Syntax/Keyword/Namespace.pm %%SITE_PERL%%/MooseX/Declare/Syntax/MooseSetup.pm %%SITE_PERL%%/MooseX/Declare/Syntax/NamespaceHandling.pm %%SITE_PERL%%/MooseX/Declare/Syntax/OptionHandling.pm %%SITE_PERL%%/MooseX/Declare/Syntax/RoleApplication.pm %%SITE_PERL%%/MooseX/Declare/Util.pm +%%SITE_PERL%%/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm @dirrm %%SITE_PERL%%/MooseX/Declare/Syntax/Keyword +@dirrm %%SITE_PERL%%/MooseX/Declare/Syntax/MethodDeclaration @dirrm %%SITE_PERL%%/MooseX/Declare/Syntax @dirrm %%SITE_PERL%%/MooseX/Declare/Context @dirrm %%SITE_PERL%%/MooseX/Declare --- MooseX-Declare.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 09:50:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:50:25 2009 Subject: ports/140213: update: finance/p5-Finance-Quote - update to 1.17 Message-ID: <200911020950.nA29oBjg062625@freefall.freebsd.org> Synopsis: update: finance/p5-Finance-Quote - update to 1.17 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:50:10 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140213 From edwin at FreeBSD.org Mon Nov 2 09:50:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 09:50:25 2009 Subject: ports/140214: update: devel/p5-MooseX-Declare - update to 0.31 Message-ID: <200911020950.nA29oHJ3063356@freefall.freebsd.org> Synopsis: update: devel/p5-MooseX-Declare - update to 0.31 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 09:50:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140214 From jadawin at FreeBSD.org Mon Nov 2 10:07:32 2009 From: jadawin at FreeBSD.org (jadawin@FreeBSD.org) Date: Mon Nov 2 10:07:39 2009 Subject: ports/140149: [PATCH] security/p5-Net-SAML: update to 0.38 Message-ID: <200911021007.nA2A7Vuk078386@freefall.freebsd.org> Synopsis: [PATCH] security/p5-Net-SAML: update to 0.38 Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Mon Nov 2 10:07:31 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140149 From stant at bestyle.ru Mon Nov 2 10:20:05 2009 From: stant at bestyle.ru (Anton Statutov) Date: Mon Nov 2 10:20:11 2009 Subject: ports/140215: Fatal error on OpenOffice closing Message-ID: <200911021015.nA2AFXjB073719@www.freebsd.org> >Number: 140215 >Category: ports >Synopsis: Fatal error on OpenOffice closing >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 10:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anton Statutov >Release: 7.2-RELEASE >Organization: BeStyle >Environment: FreeBSD stant.bs 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: [New Thread 0x2a701260 (LWP 100306)] [New Thread 0x2a701150 (LWP 100301)] [New Thread 0x2a701040 (LWP 100186)] [Switching to Thread 0x2a701260 (LWP 100306)] 0x285441a7 in __error () from /lib/libthr.so.3 #0 0x285441a7 in __error () from /lib/libthr.so.3 #1 0x28543d88 in __error () from /lib/libthr.so.3 #2 0x2a795d20 in ?? () #3 0x00000008 in ?? () #4 0x00000001 in ?? () #5 0x2a795d00 in ?? () #6 0xbf8fde8c in ?? () #7 0xbf8fde24 in ?? () #8 0x28bd0e00 in ?? () #9 0x285426df in pthread_setcancelstate () from /lib/libthr.so.3 #10 0x28541f7d in pthread_cond_signal () from /lib/libthr.so.3 #11 0x28094370 in osl_waitCondition () from /usr/local/openoffice.org-3.1.1/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3 #12 0x2958b136 in vos::OCondition::wait () from /usr/local/openoffice.org-3.1.1/openoffice.org3/program/../basis-link/program/libvos3gcc3.so #13 0x29591b85 in vos::OTimerManager::run () from /usr/local/openoffice.org-3.1.1/openoffice.org3/program/../basis-link/program/libvos3gcc3.so #14 0x2958f974 in vos::threadWorkerFunction_impl () from /usr/local/openoffice.org-3.1.1/openoffice.org3/program/../basis-link/program/libvos3gcc3.so #15 0x2809765c in osl_resumeThread () from /usr/local/openoffice.org-3.1.1/openoffice.org3/program/../basis-link/ure-link/lib/libuno_sal.so.3 #16 0x285396ff in pthread_getprio () from /lib/libthr.so.3 #17 0x00000000 in ?? () >How-To-Repeat: Install openoffice.org-3 from ports. Load odt file, then close application. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From jadawin at FreeBSD.org Mon Nov 2 10:22:23 2009 From: jadawin at FreeBSD.org (jadawin@FreeBSD.org) Date: Mon Nov 2 10:22:28 2009 Subject: ports/139599: sysutils/p5-BSD-Sysctl can not handle QUAD integer. Message-ID: <200911021022.nA2AML17095904@freefall.freebsd.org> Synopsis: sysutils/p5-BSD-Sysctl can not handle QUAD integer. State-Changed-From-To: feedback->closed State-Changed-By: jadawin State-Changed-When: Mon Nov 2 10:22:21 UTC 2009 State-Changed-Why: Maintainer do not approve. http://www.freebsd.org/cgi/query-pr.cgi?pr=139599 From miwi at FreeBSD.org Mon Nov 2 10:22:43 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 10:23:06 2009 Subject: ports/140122: [maintainer] Allow databases/mytop to co-exist with p5-DBD-mysqlNN ports Message-ID: <200911021022.nA2AMhTS095993@freefall.freebsd.org> Synopsis: [maintainer] Allow databases/mytop to co-exist with p5-DBD-mysqlNN ports Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 10:22:42 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140122 From miwi at FreeBSD.org Mon Nov 2 10:22:46 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 10:23:07 2009 Subject: ports/140125: lang/pike72: syntax error in configure script Message-ID: <200911021022.nA2AMjJx096058@freefall.freebsd.org> Synopsis: lang/pike72: syntax error in configure script Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 10:22:45 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140125 From miwi at FreeBSD.org Mon Nov 2 10:22:48 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 10:23:07 2009 Subject: ports/140126: databases/db3: syntax error in configure script Message-ID: <200911021022.nA2AMlJx096123@freefall.freebsd.org> Synopsis: databases/db3: syntax error in configure script Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 10:22:47 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140126 From miwi at FreeBSD.org Mon Nov 2 10:22:50 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 10:23:07 2009 Subject: ports/140167: devel/e4graph: syntax error in configure script Message-ID: <200911021022.nA2AMoDH096188@freefall.freebsd.org> Synopsis: devel/e4graph: syntax error in configure script Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 10:22:50 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140167 From jadawin at FreeBSD.org Mon Nov 2 10:48:17 2009 From: jadawin at FreeBSD.org (jadawin@FreeBSD.org) Date: Mon Nov 2 10:48:23 2009 Subject: ports/140158: [patch] - update www/davical to version 0.9.7.6 Message-ID: <200911021048.nA2AmGoL015605@freefall.freebsd.org> Synopsis: [patch] - update www/davical to version 0.9.7.6 State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Mon Nov 2 10:48:16 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140158 From dfilter at FreeBSD.ORG Mon Nov 2 10:50:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Nov 2 10:50:09 2009 Subject: ports/140158: commit references a PR Message-ID: <200911021050.nA2Ao3pZ015677@freefall.freebsd.org> The following reply was made to PR ports/140158; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140158: commit references a PR Date: Mon, 2 Nov 2009 10:48:04 +0000 (UTC) jadawin 2009-11-02 10:47:50 UTC FreeBSD ports repository Modified files: www/davical Makefile distinfo pkg-plist www/davical/files patch-inc-always.php Removed files: www/davical/files patch-aa Log: - Update to 0.9.7.6 PR: ports/140158 Submitted by: Cristiano Rolim Pereira Approved by: maintainer Revision Changes Path 1.7 +2 -6 ports/www/davical/Makefile 1.5 +3 -3 ports/www/davical/distinfo 1.2 +0 -11 ports/www/davical/files/patch-aa (dead) 1.2 +6 -5 ports/www/davical/files/patch-inc-always.php 1.5 +41 -15 ports/www/davical/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Mon Nov 2 10:55:55 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 2 10:56:24 2009 Subject: ports/140215: editors/openoffice.org-3: Fatal error on OpenOffice closing Message-ID: <200911021055.nA2Attsm024514@freefall.freebsd.org> Old Synopsis: Fatal error on OpenOffice closing New Synopsis: editors/openoffice.org-3: Fatal error on OpenOffice closing Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 2 10:54:20 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=140215 From henry.hu.sh at gmail.com Mon Nov 2 11:10:04 2009 From: henry.hu.sh at gmail.com (Henry Hu) Date: Mon Nov 2 11:11:30 2009 Subject: ports/140216: [patch] devel/nspr does not check POLLHUP in PR_ConnectContinue Message-ID: <200911021108.nA2B8bmn012832@www.freebsd.org> >Number: 140216 >Category: ports >Synopsis: [patch] devel/nspr does not check POLLHUP in PR_ConnectContinue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 11:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henry Hu >Release: FreeBSD 8.0-RC2 >Organization: Tsinghua University, Beijing >Environment: FreeBSD henryhu 8.0-RC2 FreeBSD 8.0-RC2 #1: Sat Oct 31 15:58:01 CST 2009 root@henryhu:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: After upgrading to 8.0-RC2, I found firefox using 100% of one CPU core. The problem appears if I use one PAC file to configure proxy, and it returns "localhost:8119". Later, I found that firefox tried to connect to ::1:8119 first. Since the proxy listens on 127.0.0.1:8119, it fails with a connection reset. However, firefox continues to poll the file descriptor. After enabling the debug flag, firefox abort() with an assertion failure in nspr mozilla/nsprpub/pr/src/pthreads/ptio.c:1626, which asserts out_flags to be 0. However, out_flags is PR_POLL_HUP, which means the socket is disconnected. Without the debug flag enabled, the function sets error to PR_IN_PROGRESS_ERROR, and returns. I think firefox keeps polling the fd since it is the "in progress" error. After patching the function to check PR_POLL_HUP, the problem disappeared. The code after it checks for connection error, which sets the error to the right value, and firefox realizes the real condition. I can't explain why this problem did not appear while I was using 7.2-STABLE. >How-To-Repeat: 1. Install FreeBSD 8.0-RC2 2. Install firefox 3.5 3. Install foxyproxy 4. Use a PAC file, contains function FindProxyForURL(url, host) { return "PROXY localhost:8119"; } 5. Try to navigate somewhere >Fix: Apply the following patch to devel/nspr Patch attached with submission follows: --- work/nspr-4.8/mozilla/nsprpub/pr/src/pthreads/ptio.c.orig 2009-11-02 18:49:10.000000000 +0800 +++ work/nspr-4.8/mozilla/nsprpub/pr/src/pthreads/ptio.c 2009-11-02 18:49:34.000000000 +0800 @@ -1621,6 +1621,7 @@ PR_SetError(PR_BAD_DESCRIPTOR_ERROR, 0); return PR_FAILURE; } + if ((out_flags & PR_POLL_HUP) == 0) if ((out_flags & (PR_POLL_WRITE | PR_POLL_EXCEPT | PR_POLL_ERR)) == 0) { PR_ASSERT(out_flags == 0); >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 11:11:34 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 11:12:06 2009 Subject: ports/140216: [patch] devel/nspr does not check POLLHUP in PR_ConnectContinue Message-ID: <200911021111.nA2BBX3f043969@freefall.freebsd.org> Synopsis: [patch] devel/nspr does not check POLLHUP in PR_ConnectContinue Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 11:11:33 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140216 From unixmania at gmail.com Mon Nov 2 11:20:01 2009 From: unixmania at gmail.com (Carlos A. M. dos Santos) Date: Mon Nov 2 11:20:06 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911021117.nA2BHn7M023903@www.freebsd.org> >Number: 140217 >Category: ports >Synopsis: x11/xclip: removed unnecessary dependency on xproto >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 11:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Carlos A. M. dos Santos >Release: 8.0-RC1 >Organization: N.A. >Environment: FreeBSD avatar 8.0-RC1 FreeBSD 8.0-RC1 #0: Sun Oct 4 23:53:39 BRT 2009 root@avatar:/usr/obj/usr/src/sys/Compaq_nx6320 amd64 >Description: The dependency on xproto listed in the USE_XORG variable of the Makefile is not necessary and can be removed. >How-To-Repeat: Not applicable >Fix: Apply the attached patch. Patch attached with submission follows: --- a/ports/x11/xclip/Makefile 2009-02-21 17:29:30.000000000 -0300 +++ b/ports/x11/xclip/Makefile 2009-07-29 01:01:46.000000000 -0300 @@ -14,7 +14,7 @@ MAINTAINER= eitanadlerlist@gmail.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_XORG= x11 xproto xmu +USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 11:20:10 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 11:20:16 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911021120.nA2BK9dP046183@freefall.freebsd.org> Synopsis: x11/xclip: removed unnecessary dependency on xproto State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 2 11:20:09 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140217 From edwin at FreeBSD.org Mon Nov 2 11:30:07 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Nov 2 11:30:19 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911021130.nA2BU76i054134@freefall.freebsd.org> The following reply was made to PR ports/140217; it has been noted by GNATS. From: Edwin Groothuis To: eitanadlerlist@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/140217: x11/xclip: removed unnecessary dependency on xproto Date: Mon, 2 Nov 2009 11:20:07 UT Maintainer of x11/xclip, Please note that PR ports/140217 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140217 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From mark.round at ahc.uk.com Mon Nov 2 11:30:09 2009 From: mark.round at ahc.uk.com (Mark Round) Date: Mon Nov 2 11:30:19 2009 Subject: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd Message-ID: <200911021130.nA2BU9Lm054284@freefall.freebsd.org> The following reply was made to PR ports/140012; it has been noted by GNATS. From: "Mark Round" To: Cc: Subject: Re: ports/140012: Error in sysutils/heartbeat 2.1.4_3, find_interface_bsd Date: Mon, 2 Nov 2009 11:24:17 -0000 Great stuff. I applied your patch and rebuilt heartbeat from ports. The patched resource gets installed properly, and I can confirm this fixes the problem.=20 From cyberbotx at cyberbotx.com Mon Nov 2 12:10:01 2009 From: cyberbotx at cyberbotx.com (Naram Qashat) Date: Mon Nov 2 12:10:15 2009 Subject: ports/140218: [MAINTAINER] multimedia/transcode: update to 1.1.5 Message-ID: <200911021200.nA2C0Gwa096167@kirby.cyberbotx.com> >Number: 140218 >Category: ports >Synopsis: [MAINTAINER] multimedia/transcode: update to 1.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 12:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: - Update to 1.1.5 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- transcode-1.1.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/Makefile /kirby/shared/ports/transcode/Makefile --- /usr/ports/multimedia/transcode/Makefile 2009-08-27 12:17:23.000000000 -0400 +++ /kirby/shared/ports/transcode/Makefile 2009-11-02 06:51:46.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= transcode -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -40,6 +40,7 @@ OPTIONS= OPTIMIZED_CFLAGS "Build with optimizations" off \ X11 "Build with X11 support" off \ + MPEG2 "Enable libmpeg2 support" off \ BKTR "Enable bktr support" off \ POSTPROC "Enable libpostproc support" off \ FREETYPE "Enable FreeType2 support" off \ @@ -75,6 +76,13 @@ CONFIGURE_ARGS+= --without-x .endif +.if defined(WITH_MPEG2) +LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 +CONFIGURE_ARGS+= --with-libmpeg2-prefix=${LOCALBASE} --enable-libmpeg2 +.else +CONFIGURE_ARGS+= --disable-libmpeg2 +.endif + .if defined(WITH_BKTR) CONFIGURE_ARGS+= --enable-bktr .endif @@ -158,8 +166,8 @@ .if defined(WITH_LZO) LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2 -CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \ - --with-lzo-includes=${LOCALBASE} +CONFIGURE_ARGS+= --with-lzo-prefix=${LOCALBASE} --with-lzo-includes=${LOCALBASE} \ + --enable-lzo .else CONFIGURE_ARGS+= --disable-lzo .endif diff -ruN --exclude=CVS /usr/ports/multimedia/transcode/distinfo /kirby/shared/ports/transcode/distinfo --- /usr/ports/multimedia/transcode/distinfo 2009-08-27 12:17:23.000000000 -0400 +++ /kirby/shared/ports/transcode/distinfo 2009-11-01 20:52:04.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (transcode-1.1.4.tar.bz2) = 6ba277fde95c26d217a88bbe5e6dd994 -SHA256 (transcode-1.1.4.tar.bz2) = 7f61fec49ccbf6c5ebe86505c779a659711352733252b241287ce7bf15710e3e -SIZE (transcode-1.1.4.tar.bz2) = 2116804 +MD5 (transcode-1.1.5.tar.bz2) = 41ac6b1c0fe30f3aab286e771fc31b9e +SHA256 (transcode-1.1.5.tar.bz2) = 7e01665079eef81625c4761cc5c08a3b53b97de90fb0728d64f5a86a3bc59009 +SIZE (transcode-1.1.5.tar.bz2) = 2123207 --- transcode-1.1.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Mon Nov 2 13:00:12 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 13:00:29 2009 Subject: ports/140219: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Message-ID: <200911021253.nA2CrHw4010588@veda.park.rambler.ru> >Number: 140219 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Interface with the 'rar' command WWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-Rar-2.02.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-Rar # p5-Archive-Rar/pkg-descr # p5-Archive-Rar/Makefile # p5-Archive-Rar/pkg-plist # p5-Archive-Rar/distinfo # echo c - p5-Archive-Rar mkdir -p p5-Archive-Rar > /dev/null 2>&1 echo x - p5-Archive-Rar/pkg-descr sed 's/^X//' >p5-Archive-Rar/pkg-descr << 'e8094b1d4d0fbfaf9c997db690ead16f' XInterface with the 'rar' command X XWWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm e8094b1d4d0fbfaf9c997db690ead16f echo x - p5-Archive-Rar/Makefile sed 's/^X//' >p5-Archive-Rar/Makefile << '07204de0513a0e2a80a8cec0eeed9a74' X# New ports collection makefile for: p5-Archive-Rar X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-Rar XPORTVERSION= 2.02 X#PORTREVISION= 0 X#PORTEPOCH= 0 XCATEGORIES= perl5 devel XMASTER_SITES= CPAN X#MASTER_SITE_SUBDIR= XPKGNAMEPREFIX= p5- X#PKGNAMESUFFIX= X#DISTNAME= X#EXTRACT_SUFX= X#DISTFILES= X#DIST_SUBDIR= ${PORTNAME} X#EXTRACT_ONLY= X XMAINTAINER= andrey@kostenko.name XCOMMENT= Interface with the 'rar' command X XBUILD_DEPENDS= p5-rar>=0:${PORTSDIR}/archivers/rar X XPERL_CONFIGURE= yes XMAN3= Archive::Rar.3 Archive::Rar::Passthrough.3 X X.include X.include 07204de0513a0e2a80a8cec0eeed9a74 echo x - p5-Archive-Rar/pkg-plist sed 's/^X//' >p5-Archive-Rar/pkg-plist << '6204bd054a8ffe0b7eac4c73cc30b92d' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/Rar/Passthrough.pm X%%SITE_PERL%%/Archive/Rar.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar X@dirrmtry %%SITE_PERL%%/Archive/Rar 6204bd054a8ffe0b7eac4c73cc30b92d echo x - p5-Archive-Rar/distinfo sed 's/^X//' >p5-Archive-Rar/distinfo << 'f1f2871c81ccf8f6ea6e5b128f3e6fd5' XMD5 (Archive-Rar-2.02.tar.gz) = 2675fdcf021a5a2541c64017b9009b6f XSHA256 (Archive-Rar-2.02.tar.gz) = 7550ffff30b215dca0f018cc8c3fdc18fe2e7bf2c42307476b802283fb00795b XSIZE (Archive-Rar-2.02.tar.gz) = 27699 f1f2871c81ccf8f6ea6e5b128f3e6fd5 exit --- p5-Archive-Rar-2.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Mon Nov 2 13:00:12 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 13:00:29 2009 Subject: ports/140220: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Message-ID: <200911021255.nA2Ct6VP011942@veda.park.rambler.ru> >Number: 140220 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Interface with the 'rar' command WWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-Rar-2.02.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-Rar # p5-Archive-Rar/pkg-descr # p5-Archive-Rar/Makefile # p5-Archive-Rar/pkg-plist # p5-Archive-Rar/distinfo # echo c - p5-Archive-Rar mkdir -p p5-Archive-Rar > /dev/null 2>&1 echo x - p5-Archive-Rar/pkg-descr sed 's/^X//' >p5-Archive-Rar/pkg-descr << 'e8094b1d4d0fbfaf9c997db690ead16f' XInterface with the 'rar' command X XWWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm e8094b1d4d0fbfaf9c997db690ead16f echo x - p5-Archive-Rar/Makefile sed 's/^X//' >p5-Archive-Rar/Makefile << '07204de0513a0e2a80a8cec0eeed9a74' X# New ports collection makefile for: p5-Archive-Rar X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-Rar XPORTVERSION= 2.02 X#PORTREVISION= 0 X#PORTEPOCH= 0 XCATEGORIES= perl5 devel XMASTER_SITES= CPAN X#MASTER_SITE_SUBDIR= XPKGNAMEPREFIX= p5- X#PKGNAMESUFFIX= X#DISTNAME= X#EXTRACT_SUFX= X#DISTFILES= X#DIST_SUBDIR= ${PORTNAME} X#EXTRACT_ONLY= X XMAINTAINER= andrey@kostenko.name XCOMMENT= Interface with the 'rar' command X XBUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar X XPERL_CONFIGURE= yes XMAN3= Archive::Rar.3 Archive::Rar::Passthrough.3 X X.include X.include 07204de0513a0e2a80a8cec0eeed9a74 echo x - p5-Archive-Rar/pkg-plist sed 's/^X//' >p5-Archive-Rar/pkg-plist << '6204bd054a8ffe0b7eac4c73cc30b92d' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/Rar/Passthrough.pm X%%SITE_PERL%%/Archive/Rar.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar X@dirrmtry %%SITE_PERL%%/Archive/Rar 6204bd054a8ffe0b7eac4c73cc30b92d echo x - p5-Archive-Rar/distinfo sed 's/^X//' >p5-Archive-Rar/distinfo << 'f1f2871c81ccf8f6ea6e5b128f3e6fd5' XMD5 (Archive-Rar-2.02.tar.gz) = 2675fdcf021a5a2541c64017b9009b6f XSHA256 (Archive-Rar-2.02.tar.gz) = 7550ffff30b215dca0f018cc8c3fdc18fe2e7bf2c42307476b802283fb00795b XSIZE (Archive-Rar-2.02.tar.gz) = 27699 f1f2871c81ccf8f6ea6e5b128f3e6fd5 exit --- p5-Archive-Rar-2.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Mon Nov 2 13:00:12 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 13:00:30 2009 Subject: ports/140221: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Message-ID: <200911021257.nA2Cv4QI015114@veda.park.rambler.ru> >Number: 140221 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Simple module for extract archives WWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-SimpleExtractor-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-SimpleExtractor # p5-Archive-SimpleExtractor/pkg-descr # p5-Archive-SimpleExtractor/Makefile # p5-Archive-SimpleExtractor/pkg-plist # p5-Archive-SimpleExtractor/distinfo # echo c - p5-Archive-SimpleExtractor mkdir -p p5-Archive-SimpleExtractor > /dev/null 2>&1 echo x - p5-Archive-SimpleExtractor/pkg-descr sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-descr << '58bbf9609295dfba44fe034c72fd149a' XSimple module for extract archives X XWWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm 58bbf9609295dfba44fe034c72fd149a echo x - p5-Archive-SimpleExtractor/Makefile sed 's/^X//' >p5-Archive-SimpleExtractor/Makefile << '7401499cc96541b1cd543d070c95f4a8' X# New ports collection makefile for: p5-Archive-SimpleExtractor X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-SimpleExtractor XPORTVERSION= 0.03 XCATEGORIES= perl5 devel XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= andrey@kostenko.name XCOMMENT= Simple module for extract archives X XBUILD_DEPENDS= p5-Archive-Rar>=2:${PORTSDIR}/archivers/p5-Archive-Rar \ X p5-Archive-Tar>=1:${PORTSDIR}/archivers/p5-Archive-Tar \ X p5-Archive-Zip>=1:${PORTSDIR}/archivers/p5-Archive-Zip \ X p5-Module-Load=>0.16:${PORTSDIR}/devel/p5-Module-Load \ X p5-Module-Load-Conditional=>0.3:${PORTSDIR}/devel/p5-Module-Load-Conditional XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XMAN3= Archive::SimpleExtractor::Zip.3 Archive::SimpleExtractor::Tar.3 Archive::SimpleExtractor.3 Archive::SimpleExtractor::Rar.3 X X.include X.include 7401499cc96541b1cd543d070c95f4a8 echo x - p5-Archive-SimpleExtractor/pkg-plist sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-plist << '6a48dbc8a157ed91c9ff3247149bd89f' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/SimpleExtractor/Zip.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Tar.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Rar.pm X%%SITE_PERL%%/Archive/SimpleExtractor.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor X@dirrmtry %%SITE_PERL%%/Archive/SimpleExtractor 6a48dbc8a157ed91c9ff3247149bd89f echo x - p5-Archive-SimpleExtractor/distinfo sed 's/^X//' >p5-Archive-SimpleExtractor/distinfo << '6db091e9eebfc60c30e3348f9d10a044' XMD5 (Archive-SimpleExtractor-0.03.tar.gz) = 81db60072f5c3ee9e7e1a6d08216a4c6 XSHA256 (Archive-SimpleExtractor-0.03.tar.gz) = 69daf8f0c508ddcb8b2e7ecad9b4ecb7b031ffb64525e13c7735d9ac6f0cbb47 XSIZE (Archive-SimpleExtractor-0.03.tar.gz) = 4305 6db091e9eebfc60c30e3348f9d10a044 exit --- p5-Archive-SimpleExtractor-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From miwi at FreeBSD.org Mon Nov 2 13:11:12 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 13:11:28 2009 Subject: ports/140219: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Message-ID: <200911021311.nA2DBC0T050390@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 13:11:11 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140219 From miwi at FreeBSD.org Mon Nov 2 13:11:15 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 13:11:29 2009 Subject: ports/140220: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Message-ID: <200911021311.nA2DBE83050455@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 13:11:14 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140220 From miwi at FreeBSD.org Mon Nov 2 13:11:17 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 13:11:29 2009 Subject: ports/140221: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Message-ID: <200911021311.nA2DBGnl050520@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 13:11:16 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140221 From andrey at kostenko.name Mon Nov 2 14:20:02 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 14:21:52 2009 Subject: ports/140222: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives (FIX) Message-ID: <200911021415.nA2EFOTr020917@veda.park.rambler.ru> >Number: 140222 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives (FIX) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 14:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Simple module for extract archives WWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-SimpleExtractor-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-SimpleExtractor # p5-Archive-SimpleExtractor/pkg-descr # p5-Archive-SimpleExtractor/Makefile # p5-Archive-SimpleExtractor/pkg-plist # p5-Archive-SimpleExtractor/distinfo # echo c - p5-Archive-SimpleExtractor mkdir -p p5-Archive-SimpleExtractor > /dev/null 2>&1 echo x - p5-Archive-SimpleExtractor/pkg-descr sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-descr << '58bbf9609295dfba44fe034c72fd149a' XSimple module for extract archives X XWWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm 58bbf9609295dfba44fe034c72fd149a echo x - p5-Archive-SimpleExtractor/Makefile sed 's/^X//' >p5-Archive-SimpleExtractor/Makefile << '7401499cc96541b1cd543d070c95f4a8' X# New ports collection makefile for: p5-Archive-SimpleExtractor X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-SimpleExtractor XPORTVERSION= 0.03 XCATEGORIES= perl5 archivers XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= andrey@kostenko.name XCOMMENT= Simple module for extract archives X XBUILD_DEPENDS= p5-Archive-Rar>=2:${PORTSDIR}/archivers/p5-Archive-Rar \ X p5-Archive-Tar>=1:${PORTSDIR}/archivers/p5-Archive-Tar \ X p5-Archive-Zip>=1:${PORTSDIR}/archivers/p5-Archive-Zip \ X p5-Module-Load=>0.16:${PORTSDIR}/devel/p5-Module-Load \ X p5-Module-Load-Conditional=>0.3:${PORTSDIR}/devel/p5-Module-Load-Conditional XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XMAN3= Archive::SimpleExtractor::Zip.3 Archive::SimpleExtractor::Tar.3 Archive::SimpleExtractor.3 Archive::SimpleExtractor::Rar.3 X X.include X.include 7401499cc96541b1cd543d070c95f4a8 echo x - p5-Archive-SimpleExtractor/pkg-plist sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-plist << '6a48dbc8a157ed91c9ff3247149bd89f' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/SimpleExtractor/Zip.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Tar.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Rar.pm X%%SITE_PERL%%/Archive/SimpleExtractor.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor X@dirrmtry %%SITE_PERL%%/Archive/SimpleExtractor 6a48dbc8a157ed91c9ff3247149bd89f echo x - p5-Archive-SimpleExtractor/distinfo sed 's/^X//' >p5-Archive-SimpleExtractor/distinfo << '6db091e9eebfc60c30e3348f9d10a044' XMD5 (Archive-SimpleExtractor-0.03.tar.gz) = 81db60072f5c3ee9e7e1a6d08216a4c6 XSHA256 (Archive-SimpleExtractor-0.03.tar.gz) = 69daf8f0c508ddcb8b2e7ecad9b4ecb7b031ffb64525e13c7735d9ac6f0cbb47 XSIZE (Archive-SimpleExtractor-0.03.tar.gz) = 4305 6db091e9eebfc60c30e3348f9d10a044 exit --- p5-Archive-SimpleExtractor-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Mon Nov 2 14:20:02 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 14:21:53 2009 Subject: ports/140223: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command (FIX) Message-ID: <200911021415.nA2EFqfZ021238@veda.park.rambler.ru> >Number: 140223 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command (FIX) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 14:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Interface with the 'rar' command WWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-Rar-2.02.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-Rar # p5-Archive-Rar/pkg-descr # p5-Archive-Rar/Makefile # p5-Archive-Rar/pkg-plist # p5-Archive-Rar/distinfo # echo c - p5-Archive-Rar mkdir -p p5-Archive-Rar > /dev/null 2>&1 echo x - p5-Archive-Rar/pkg-descr sed 's/^X//' >p5-Archive-Rar/pkg-descr << 'e8094b1d4d0fbfaf9c997db690ead16f' XInterface with the 'rar' command X XWWW: http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm e8094b1d4d0fbfaf9c997db690ead16f echo x - p5-Archive-Rar/Makefile sed 's/^X//' >p5-Archive-Rar/Makefile << '07204de0513a0e2a80a8cec0eeed9a74' X# New ports collection makefile for: p5-Archive-Rar X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-Rar XPORTVERSION= 2.02 X#PORTREVISION= 0 X#PORTEPOCH= 0 XCATEGORIES= perl5 archivers XMASTER_SITES= CPAN X#MASTER_SITE_SUBDIR= XPKGNAMEPREFIX= p5- X#PKGNAMESUFFIX= X#DISTNAME= X#EXTRACT_SUFX= X#DISTFILES= X#DIST_SUBDIR= ${PORTNAME} X#EXTRACT_ONLY= X XMAINTAINER= andrey@kostenko.name XCOMMENT= Interface with the 'rar' command X XBUILD_DEPENDS= rar>=0:${PORTSDIR}/archivers/rar X XPERL_CONFIGURE= yes XMAN3= Archive::Rar.3 Archive::Rar::Passthrough.3 X X.include X.include 07204de0513a0e2a80a8cec0eeed9a74 echo x - p5-Archive-Rar/pkg-plist sed 's/^X//' >p5-Archive-Rar/pkg-plist << '6204bd054a8ffe0b7eac4c73cc30b92d' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/Rar/Passthrough.pm X%%SITE_PERL%%/Archive/Rar.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Rar X@dirrmtry %%SITE_PERL%%/Archive/Rar 6204bd054a8ffe0b7eac4c73cc30b92d echo x - p5-Archive-Rar/distinfo sed 's/^X//' >p5-Archive-Rar/distinfo << 'f1f2871c81ccf8f6ea6e5b128f3e6fd5' XMD5 (Archive-Rar-2.02.tar.gz) = 2675fdcf021a5a2541c64017b9009b6f XSHA256 (Archive-Rar-2.02.tar.gz) = 7550ffff30b215dca0f018cc8c3fdc18fe2e7bf2c42307476b802283fb00795b XSIZE (Archive-Rar-2.02.tar.gz) = 27699 f1f2871c81ccf8f6ea6e5b128f3e6fd5 exit --- p5-Archive-Rar-2.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Mon Nov 2 14:50:02 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Mon Nov 2 14:50:08 2009 Subject: ports/140224: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Message-ID: <200911021444.nA2EisF6024318@veda.park.rambler.ru> >Number: 140224 >Category: ports >Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 14:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Simple module for extract archives WWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Archive-SimpleExtractor-0.03.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Archive-SimpleExtractor # p5-Archive-SimpleExtractor/Makefile # p5-Archive-SimpleExtractor/distinfo # p5-Archive-SimpleExtractor/pkg-descr # p5-Archive-SimpleExtractor/pkg-plist # echo c - p5-Archive-SimpleExtractor mkdir -p p5-Archive-SimpleExtractor > /dev/null 2>&1 echo x - p5-Archive-SimpleExtractor/Makefile sed 's/^X//' >p5-Archive-SimpleExtractor/Makefile << '7401499cc96541b1cd543d070c95f4a8' X# New ports collection makefile for: p5-Archive-SimpleExtractor X# Date created: 2009-11-02 X# Whom: Andrey Kostenko X# X# $FreeBSD$ X# X XPORTNAME= Archive-SimpleExtractor XPORTVERSION= 0.03 XCATEGORIES= perl5 archivers XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= andrey@kostenko.name XCOMMENT= Simple module for extract archives X XBUILD_DEPENDS= p5-Archive-Rar>=2:${PORTSDIR}/archivers/p5-Archive-Rar \ X p5-Archive-Tar>=1:${PORTSDIR}/archivers/p5-Archive-Tar \ X p5-Archive-Zip>=1:${PORTSDIR}/archivers/p5-Archive-Zip \ X p5-Module-Load>=0.16:${PORTSDIR}/devel/p5-Module-Load \ X p5-Module-Load-Conditional>=0.3:${PORTSDIR}/devel/p5-Module-Load-Conditional XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XMAN3= Archive::SimpleExtractor::Zip.3 Archive::SimpleExtractor::Tar.3 Archive::SimpleExtractor.3 Archive::SimpleExtractor::Rar.3 X X.include X.include 7401499cc96541b1cd543d070c95f4a8 echo x - p5-Archive-SimpleExtractor/distinfo sed 's/^X//' >p5-Archive-SimpleExtractor/distinfo << '6db091e9eebfc60c30e3348f9d10a044' XMD5 (Archive-SimpleExtractor-0.03.tar.gz) = 81db60072f5c3ee9e7e1a6d08216a4c6 XSHA256 (Archive-SimpleExtractor-0.03.tar.gz) = 69daf8f0c508ddcb8b2e7ecad9b4ecb7b031ffb64525e13c7735d9ac6f0cbb47 XSIZE (Archive-SimpleExtractor-0.03.tar.gz) = 4305 6db091e9eebfc60c30e3348f9d10a044 echo x - p5-Archive-SimpleExtractor/pkg-descr sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-descr << '58bbf9609295dfba44fe034c72fd149a' XSimple module for extract archives X XWWW: http://search.cpan.org/~tmulevich/Archive-SimpleExtractor-0.03/lib/Archive/SimpleExtractor.pm 58bbf9609295dfba44fe034c72fd149a echo x - p5-Archive-SimpleExtractor/pkg-plist sed 's/^X//' >p5-Archive-SimpleExtractor/pkg-plist << '6a48dbc8a157ed91c9ff3247149bd89f' X@comment $FreeBSD$ X%%SITE_PERL%%/Archive/SimpleExtractor/Zip.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Tar.pm X%%SITE_PERL%%/Archive/SimpleExtractor/Rar.pm X%%SITE_PERL%%/Archive/SimpleExtractor.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/SimpleExtractor X@dirrmtry %%SITE_PERL%%/Archive/SimpleExtractor 6a48dbc8a157ed91c9ff3247149bd89f exit --- p5-Archive-SimpleExtractor-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From killasmurf86 at gmail.com Mon Nov 2 15:50:03 2009 From: killasmurf86 at gmail.com (Aldis Berjoza) Date: Mon Nov 2 15:50:10 2009 Subject: ports/140225: PORTS: archives/unzip broken port + fix Message-ID: <1257176845.6477@killasmurf86.pc> >Number: 140225 >Category: ports >Synopsis: PORTS: archives/unzip broken port + fix >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 15:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD 8.0-RC2 #0: Tue Oct 27 19:03:37 EET 2009 killasmurf86@killasmurf86.homepc:/usr/obj/usr/src/sys/ANTIGENERIC >Description: Current unzip Makefile has an error. You can't build unzip, if you don't have sources in distfiles already, because of invalid MASTERSITES >How-To-Repeat: Update ports tree rm -f /usr/ports/distfiles/unzip60.tar.gz cd /usr/ports/archivers/unzip make fetch >Fix: --- Makefile.diff begins here --- --- Makefile.old 2009-11-02 17:39:39.168167154 +0200 +++ Makefile 2009-11-02 17:40:38.613889166 +0200 @@ -8,8 +8,7 @@ PORTNAME= unzip PORTVERSION= 6.0 CATEGORIES?= archivers -MASTER_SITES= SF/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} \ - SF/infozip/UnZip%205.x%20and%20earlier/5.51:unreduce +MASTER_SITES= ${SF}/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} DISTNAME= ${PORTNAME}60 MAINTAINER?= ache@FreeBSD.org --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From skv at FreeBSD.org Mon Nov 2 15:59:23 2009 From: skv at FreeBSD.org (skv@FreeBSD.org) Date: Mon Nov 2 16:02:06 2009 Subject: ports/116571: databases/firebird20-client fails to compile in a jail Message-ID: <200911021559.nA2FxN3S093239@freefall.freebsd.org> Synopsis: databases/firebird20-client fails to compile in a jail Responsible-Changed-From-To: skv->freebsd-ports-bugs Responsible-Changed-By: skv Responsible-Changed-When: Mon Nov 2 15:58:12 UTC 2009 Responsible-Changed-Why: I don't maintain databases/firebird* anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=116571 From skv at FreeBSD.org Mon Nov 2 16:00:20 2009 From: skv at FreeBSD.org (skv@FreeBSD.org) Date: Mon Nov 2 16:02:49 2009 Subject: ports/122801: databases/virtuoso, databases/firebird20-client, databases/firebird-client and databases/unixODBC install files in the same place Message-ID: <200911021600.nA2G02bf093304@freefall.freebsd.org> Synopsis: databases/virtuoso, databases/firebird20-client, databases/firebird-client and databases/unixODBC install files in the same place Responsible-Changed-From-To: skv->freebsd-ports-bugs Responsible-Changed-By: skv Responsible-Changed-When: Mon Nov 2 15:59:43 UTC 2009 Responsible-Changed-Why: I don't maintain databases/firebird* anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=122801 From killasmurf86 at gmail.com Mon Nov 2 16:20:03 2009 From: killasmurf86 at gmail.com (Aldis Berjoza) Date: Mon Nov 2 16:20:10 2009 Subject: ports/140225: PORTS: archives/unzip broken port + fix Message-ID: <200911021620.nA2GK2xw010829@freefall.freebsd.org> The following reply was made to PR ports/140225; it has been noted by GNATS. From: Aldis Berjoza To: FreeBSD bug-fallowup Cc: Subject: Re: ports/140225: PORTS: archives/unzip broken port + fix Date: Mon, 2 Nov 2009 18:14:19 +0200 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ups.... it seams there was something other then that.... A while ago I modified my make.conf and added (from some site): MASTER_SITE_OVERRIDE=3Dftp://ftp.lv.freebsd.org/pub/FreeBSD/distfiles/${DIS= T_SUBDIR}/ \ ${MASTER_SITES:S/%SUBDIR%/${MASTER_SITE_SUBDIR}/} for some reason this trigered problem un unzip port.... sorry for trouble --=20 Aldis Berjoza http://killasmurf86.blogspot.com *** M=C4=92KL=C4=92JU DARBU :D *** Tev ir vienreiz=C4=93ja iesp=C4=93ja ieg=C5=ABt labu darbinieku IT sf=C4= =93r=C4=81, ar lielu motiv=C4=81ciju pilnveidoties un apg=C5=ABt jaunas zin= =C4=81=C5=A1anas CV: http://www.cv.lv/client/fullcv.php?cv_id=3D3227015 nepalaid gar=C4=81m :D My public GPG key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0x7ED573D3 --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvBVsACgkQqBNJp37Vc9MAvQCfUjpT6F5mYoywiYwcUqkQ9Fd4 AxYAn0EnI4utfWkX9xlC7PJHxv1VAPqG =WE7k -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From miwi at FreeBSD.org Mon Nov 2 17:55:40 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 17:55:57 2009 Subject: ports/140222: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives (FIX) Message-ID: <200911021755.nA2Htd50096277@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives (FIX) Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 17:55:39 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140222 From miwi at FreeBSD.org Mon Nov 2 17:55:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 17:55:58 2009 Subject: ports/140223: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command (FIX) Message-ID: <200911021755.nA2HtgCN096342@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-Rar: Interface with the 'rar' command (FIX) Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 17:55:42 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140223 From miwi at FreeBSD.org Mon Nov 2 17:55:45 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Nov 2 17:55:58 2009 Subject: ports/140224: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Message-ID: <200911021755.nA2HtigW096407@freefall.freebsd.org> Synopsis: [NEW PORT] perl5/p5-Archive-SimpleExtractor: Simple module for extract archives Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Nov 2 17:55:44 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140224 From lippebsd at gmail.com Mon Nov 2 19:40:03 2009 From: lippebsd at gmail.com (Felippe de Meirelles Motta) Date: Mon Nov 2 19:40:15 2009 Subject: ports/82634: heimdal port conflict with base heimdal Message-ID: <200911021940.nA2Je2eb083203@freefall.freebsd.org> The following reply was made to PR ports/82634; it has been noted by GNATS. From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, fandino@ng.fadesa.es Cc: Subject: Re: ports/82634: heimdal port conflict with base heimdal Date: Mon, 02 Nov 2009 17:34:22 -0200 Hi fandino, I'm sure that we can use messages echoed to instruct the heimdal users to rebuild using NO_KERBEROS on /etc/make.conf, it's seems to be more sense to all. What do you think about ? -- lippe@FreeBSD.org From lippebsd at gmail.com Mon Nov 2 19:40:04 2009 From: lippebsd at gmail.com (Felippe de Meirelles Motta) Date: Mon Nov 2 19:40:15 2009 Subject: ports/82634: heimdal port conflict with base heimdal Message-ID: <200911021940.nA2Je4mn083229@freefall.freebsd.org> The following reply was made to PR ports/82634; it has been noted by GNATS. From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, fandino@ng.fadesa.es Cc: Subject: Re: ports/82634: heimdal port conflict with base heimdal Date: Mon, 02 Nov 2009 17:37:10 -0200 Hi fandino, I'm sure that we can use messages echoed to instruct the heimdal users to rebuild using NO_KERBEROS on /etc/make.conf, it's seems to be more sense to all. What do you think about ? -- lippe@FreeBSD.org From eitanadlerlist at gmail.com Mon Nov 2 20:00:08 2009 From: eitanadlerlist at gmail.com (Eitan Adler) Date: Mon Nov 2 20:00:14 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911022000.nA2K08Qj099387@freefall.freebsd.org> The following reply was made to PR ports/140217; it has been noted by GNATS. From: Eitan Adler To: bug-followup@freebsd.org Cc: Subject: Re: ports/140217: x11/xclip: removed unnecessary dependency on xproto Date: Mon, 2 Nov 2009 21:55:18 +0200 I'm currently working on a patch to update xclip to 0.12 and I'll see if I can incorporate this patch in my update patch - but don't commit this yet as I have yet to test it. From lippebsd at gmail.com Mon Nov 2 20:10:04 2009 From: lippebsd at gmail.com (Felippe de Meirelles Motta) Date: Mon Nov 2 20:10:10 2009 Subject: ports/132607: security/denyhosts: command_interpreter warnings in /var/log/messages Message-ID: <200911022010.nA2KA34p007657@freefall.freebsd.org> The following reply was made to PR ports/132607; it has been noted by GNATS. From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, gavinchappell303@hotmail.com Cc: Subject: Re: ports/132607: security/denyhosts: command_interpreter warnings in /var/log/messages Date: Mon, 02 Nov 2009 18:05:47 -0200 Hi, Despite having seen a changelog to 2.7 version. I can't found any new releases at SF repositories. Soon, I think that we can use some echo msgs to alert users to change command_interpreter line, what do you meant? -- lippe@FreeBSD.org From lippe at FreeBSD.org Mon Nov 2 20:49:48 2009 From: lippe at FreeBSD.org (lippe@FreeBSD.org) Date: Mon Nov 2 20:49:55 2009 Subject: ports/136886: multimedia/mplayer does not play CSS enrypted DVDs Message-ID: <200911022049.nA2KnmvJ043477@freefall.freebsd.org> Synopsis: multimedia/mplayer does not play CSS enrypted DVDs State-Changed-From-To: open->closed State-Changed-By: lippe State-Changed-When: Mon Nov 2 20:49:47 UTC 2009 State-Changed-Why: Already fixed, see ports/128074. http://www.freebsd.org/cgi/query-pr.cgi?pr=136886 From EitanAdlerList at gmail.com Mon Nov 2 21:00:16 2009 From: EitanAdlerList at gmail.com (Eitan Adler) Date: Mon Nov 2 21:00:24 2009 Subject: ports/140226: update x11/xclip Message-ID: <200911022052.nA2KqhlS009117@www.freebsd.org> >Number: 140226 >Category: ports >Synopsis: update x11/xclip >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 21:00:16 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: FreeBSD 8.0-RC2 >Organization: >Environment: >Description: 1) Update xclip to 0.12 2) Remove configure checks for files that it should find but doesn't. Configure args don't help. This won't harm anything as freeBSD does checks for dependencies anyway. 3) Remove dep on proto - this has been tested on my computer. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN --to-file=xclip-new/ xclip/Makefile xclip-new/Makefile --- xclip/Makefile 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/Makefile 2009-11-02 22:48:57.000000000 +0200 @@ -7,18 +7,21 @@ # PORTNAME= xclip -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= eitanadlerlist@gmail.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_XORG= x11 xproto xmu +USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xclip.1 PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile +post-patch: + @cd ${WRKSRC}; ./bootstrap + .include diff -urN --to-file=xclip-new/ xclip/distinfo xclip-new/distinfo --- xclip/distinfo 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/distinfo 2009-11-02 22:33:28.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (xclip-0.11.tar.gz) = 4caf3a2b03c36981f9af36a8e8582951 -SHA256 (xclip-0.11.tar.gz) = 8f29fd6b7e635d63ff84451afcf15c264fd1b4213b584aa5f9ce988fddecfc46 -SIZE (xclip-0.11.tar.gz) = 60067 +MD5 (xclip-0.12.tar.gz) = f7e19d3e976fecdc1ea36cd39e39900d +SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 +SIZE (xclip-0.12.tar.gz) = 63420 diff -urN --to-file=xclip-new/ xclip/files/patch-configure.ac xclip-new/files/patch-configure.ac --- xclip/files/patch-configure.ac 1970-01-01 02:00:00.000000000 +0200 +++ xclip-new/files/patch-configure.ac 2009-11-02 22:15:54.000000000 +0200 @@ -0,0 +1,12 @@ +--- configure.ac.old 2009-11-02 22:15:13.000000000 +0200 ++++ configure.ac 2009-11-02 22:15:18.000000000 +0200 +@@ -12,9 +12,6 @@ + AC_HEADER_STDC + AC_PATH_XTRA + AC_CHECK_TOOL(STRIP, strip, :) +-AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([*** X11/Xmu/Atoms.h is missing ***])) +-AC_CHECK_HEADER([X11/Intrinsic.h], [], AC_MSG_ERROR([*** X11/Intrinsic.h is missing ***])) +-AC_CHECK_LIB(Xmu, XmuClientWindow, [], AC_MSG_ERROR([*** libXmu not found ***])) + + AC_OUTPUT(Makefile) + >Release-Note: >Audit-Trail: >Unformatted: From jimmy at mammothcheese.ca Mon Nov 2 21:10:06 2009 From: jimmy at mammothcheese.ca (James Bailie) Date: Mon Nov 2 21:10:11 2009 Subject: ports/140227: Update Port: www/blogd => 1.9 Message-ID: <82772.44519.qm@smtp102.rog.mail.re2.yahoo.com> >Number: 140227 >Category: ports >Synopsis: Update Port: www/blogd => 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 21:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 7.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD localhost 7.2-RELEASE FreeBSD 7.2-RELEASE #15: Sun Sep 6 16:30:00 EDT 2009 root@localhost:/usr/obj/usr/src/sys/LOCAL amd64 >Description: >How-To-Repeat: >Fix: --- blogd.diff begins here --- diff -ruN /usr/ports/www/blogd/Makefile ./blogd/Makefile --- /usr/ports/www/blogd/Makefile 2009-09-15 16:30:28.000000000 -0400 +++ ./blogd/Makefile 2009-11-02 15:26:42.000000000 -0500 @@ -2,11 +2,11 @@ # Date created: Fri, 12 Jun 2000 10:53:06 EDT # Whom: James Bailie # -# $FreeBSD: ports/www/blogd/Makefile,v 1.3 2009/09/15 20:30:28 tabthorpe Exp $ +# $FreeBSD: ports/www/blogd/Makefile,v 1.2 2009/08/29 03:20:38 tabthorpe Exp $ # PORTNAME= blogd -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/www/blogd/distinfo ./blogd/distinfo --- /usr/ports/www/blogd/distinfo 2009-09-15 16:30:28.000000000 -0400 +++ ./blogd/distinfo 2009-11-02 15:58:53.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (blogd-1.8.tar.gz) = c8d24574c3b14ca75f7ddf681433931c -SHA256 (blogd-1.8.tar.gz) = f9ddf1b0e757ca5e9cfa32643e4209fac411a3e02a7313b172a5bb7a4b87ba7e -SIZE (blogd-1.8.tar.gz) = 25541 +MD5 (blogd-1.9.tar.gz) = 3bca8fee3c0f7d320e8d79f2f8be789a +SHA256 (blogd-1.9.tar.gz) = e8ba6c7f8f1297cc25e0924576a873d39c82b6bb2920ae64f3c947937039ee2f +SIZE (blogd-1.9.tar.gz) = 25811 --- blogd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 21:10:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 21:10:21 2009 Subject: ports/140227: Update Port: www/blogd => 1.9 Message-ID: <200911022110.nA2LAFCP061704@freefall.freebsd.org> Synopsis: Update Port: www/blogd => 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 21:10:14 UTC 2009 Responsible-Changed-Why: tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140227 From linimon at FreeBSD.org Mon Nov 2 21:46:15 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 2 21:46:21 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911022146.nA2LkFOX096002@freefall.freebsd.org> Synopsis: x11/xclip: removed unnecessary dependency on xproto State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Mon Nov 2 21:45:21 UTC 2009 State-Changed-Why: maintainer is working on a slightly different patch, which will incorporate an update. http://www.freebsd.org/cgi/query-pr.cgi?pr=140217 From linimon at FreeBSD.org Mon Nov 2 21:48:18 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Nov 2 21:48:24 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911022148.nA2LmIdX096070@freefall.freebsd.org> Synopsis: x11/xclip: removed unnecessary dependency on xproto State-Changed-From-To: suspended->closed State-Changed-By: linimon State-Changed-When: Mon Nov 2 21:47:46 UTC 2009 State-Changed-Why: Maintainer has incorporated this into ports/140226, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=140217 From eitanadlerlist at gmail.com Mon Nov 2 21:50:05 2009 From: eitanadlerlist at gmail.com (Eitan Adler) Date: Mon Nov 2 21:50:15 2009 Subject: ports/140217: x11/xclip: removed unnecessary dependency on xproto Message-ID: <200911022150.nA2Lo5gZ096146@freefall.freebsd.org> The following reply was made to PR ports/140217; it has been noted by GNATS. From: Eitan Adler To: bug-followup@freebsd.org Cc: Subject: Re: ports/140217: x11/xclip: removed unnecessary dependency on xproto Date: Mon, 2 Nov 2009 23:40:38 +0200 On Mon, Nov 2, 2009 at 9:55 PM, Eitan Adler wrote: > I'm currently working on a patch to update xclip to 0.12 and I'll see > if I can incorporate this patch in my update patch - but don't commit > this yet as I have yet to test it. > Tested and included in my update PR. This PR could be closed. From lippe at FreeBSD.org Mon Nov 2 22:00:18 2009 From: lippe at FreeBSD.org (Felippe de Meirelles Motta) Date: Mon Nov 2 22:00:25 2009 Subject: ports/137254: New port: net/unssh Fast way to delete entries from OpenSSH known_hosts file Message-ID: <200911022200.nA2M0Ftr004386@freefall.freebsd.org> The following reply was made to PR ports/137254; it has been noted by GNATS. From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, semprix@bsdmail.org Cc: Subject: Re: ports/137254: New port: net/unssh Fast way to delete entries from OpenSSH known_hosts file Date: Mon, 02 Nov 2009 19:52:06 -0200 Hi Dax, This port is unfetchable, could you take a look ? And yes, it will be ported to the ports tree! -- lippe@FreeBSD.org From jsa.bsd at gmail.com Mon Nov 2 22:22:56 2009 From: jsa.bsd at gmail.com (Joseph S. Atkinson) Date: Mon Nov 2 22:23:02 2009 Subject: ports/140186: ftp/filezilla has been updated (3.2.6 -> 3.2.8) In-Reply-To: <200911020242.nA22gW8g061698@freefall.freebsd.org> References: <200911020242.nA22gW8g061698@freefall.freebsd.org> Message-ID: <4AEF5BE3.9050103@gmail.com> I recall after I rubber stamped this that there were some changes to the plist as well. This diff includes those changes. -------------- next part -------------- diff -ru /usr/ports/ftp/filezilla/Makefile /home/jsa/FreeBSD/filezilla/Makefile --- /usr/ports/ftp/filezilla/Makefile 2009-08-21 20:20:30.000000000 -0400 +++ /home/jsa/FreeBSD/filezilla/Makefile 2009-10-28 02:04:42.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.2.6.1 -PORTREVISION= 2 +PORTVERSION= 3.2.8.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src diff -ru /usr/ports/ftp/filezilla/distinfo /home/jsa/FreeBSD/filezilla/distinfo --- /usr/ports/ftp/filezilla/distinfo 2009-07-08 22:24:22.000000000 -0400 +++ /home/jsa/FreeBSD/filezilla/distinfo 2009-10-28 02:05:13.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (FileZilla_3.2.6.1_src.tar.bz2) = 1b3e9974f112ff0ff18ce5a8187c20f4 -SHA256 (FileZilla_3.2.6.1_src.tar.bz2) = 9c3b0441111c12a46b642997557084b992f6ef7f4470dacbb258fcc4c46bbe22 -SIZE (FileZilla_3.2.6.1_src.tar.bz2) = 3003048 +MD5 (FileZilla_3.2.8.1_src.tar.bz2) = dd5c0288f229090a00ecaebb157e5a84 +SHA256 (FileZilla_3.2.8.1_src.tar.bz2) = c94e03d61d845168f190269afac6b73987e2365e143f2bdc05028fc96e0e1d28 +SIZE (FileZilla_3.2.8.1_src.tar.bz2) = 3078365 Only in /home/jsa/FreeBSD/filezilla: filezilla_3.2.8.1.diff diff -ru /usr/ports/ftp/filezilla/pkg-plist /home/jsa/FreeBSD/filezilla/pkg-plist --- /usr/ports/ftp/filezilla/pkg-plist 2009-07-08 22:24:22.000000000 -0400 +++ /home/jsa/FreeBSD/filezilla/pkg-plist 2009-10-28 02:31:40.000000000 -0400 @@ -7,6 +7,7 @@ %%NLS%%share/locale/el/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/es/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/fr/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/hr/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/it/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ka/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ne/LC_MESSAGES/filezilla.mo @@ -74,6 +75,7 @@ %%DATADIR%%/resources/16x16/remotetreeview.png %%DATADIR%%/resources/16x16/server.png %%DATADIR%%/resources/16x16/sitemanager.png +%%DATADIR%%/resources/16x16/symlink.png %%DATADIR%%/resources/16x16/synchronize.png %%DATADIR%%/resources/16x16/unknown.png %%DATADIR%%/resources/16x16/upload.png From turutani at scphys.kyoto-u.ac.jp Mon Nov 2 22:50:03 2009 From: turutani at scphys.kyoto-u.ac.jp (Tsurutani Naoki) Date: Mon Nov 2 22:50:10 2009 Subject: ports/140229: upgrade multimedia/vlc Message-ID: <200911022246.nA2Mku1A002049@h120.65.226.10.32118.vlan.kuins.net> >Number: 140229 >Category: ports >Synopsis: upgrade multimedia/vlc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 22:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.2-STABLE FreeBSD 7.2-STABLE #20: Thu Sep 10 08:32:10 JST 2009 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: upgrade vlc from 1.0.1 to 1.0.3. >How-To-Repeat: >Fix: here is a patch to 1.0.2 by ports/139114. diff -urN vlc/Makefile.orig vlc/Makefile --- vlc/Makefile.orig 2009-11-03 07:24:52.000000000 +0900 +++ vlc/Makefile 2009-11-03 07:26:23.000000000 +0900 @@ -9,7 +9,7 @@ # PORTNAME= vlc -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.3 PORTEPOCH= 3 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/ \ diff -urN vlc/distinfo.orig vlc/distinfo --- vlc/distinfo.orig 2009-11-03 07:24:52.000000000 +0900 +++ vlc/distinfo 2009-11-03 07:15:26.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (vlc-1.0.2.tar.bz2) = 69d4e30fe4fc2691780fbeacd40359d2 -SHA256 (vlc-1.0.2.tar.bz2) = 38b176fd495f3254db74e03977235a0a2212fc6533d7cd1a4c3dddc495b074f0 -SIZE (vlc-1.0.2.tar.bz2) = 20958212 +MD5 (vlc-1.0.3.tar.bz2) = d0945c2489551c102a3f0f15e4591555 +SHA256 (vlc-1.0.3.tar.bz2) = e44e3b9fe27eb6e9b0f543ba54c0ebd2bc3e41851fb347dc2e8b7123fa7a7c77 +SIZE (vlc-1.0.3.tar.bz2) = 21115820 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 22:50:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 22:50:21 2009 Subject: ports/140229: upgrade multimedia/vlc Message-ID: <200911022250.nA2MoEFf049051@freefall.freebsd.org> Synopsis: upgrade multimedia/vlc State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 2 22:50:14 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140229 From edwin at FreeBSD.org Mon Nov 2 23:00:17 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Nov 2 23:01:07 2009 Subject: ports/140229: upgrade multimedia/vlc Message-ID: <200911022300.nA2N0Guq056536@freefall.freebsd.org> The following reply was made to PR ports/140229; it has been noted by GNATS. From: Edwin Groothuis To: jsa@wickedmachine.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/140229: upgrade multimedia/vlc Date: Mon, 2 Nov 2009 22:50:11 UT Maintainer of multimedia/vlc, Please note that PR ports/140229 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140229 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From thierry at FreeBSD.org Mon Nov 2 23:06:55 2009 From: thierry at FreeBSD.org (thierry@FreeBSD.org) Date: Mon Nov 2 23:07:01 2009 Subject: ports/140229: upgrade multimedia/vlc Message-ID: <200911022306.nA2N6sqd064579@freefall.freebsd.org> Synopsis: upgrade multimedia/vlc Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: thierry Responsible-Changed-When: Lun 2 nov 2009 23:06:31 UTC Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140229 From edwin at FreeBSD.org Mon Nov 2 23:12:03 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 23:12:10 2009 Subject: ports/140225: PORTS: archivers/unzip broken port + fix Message-ID: <200911022312.nA2NC3mf072793@freefall.freebsd.org> Synopsis: PORTS: archivers/unzip broken port + fix Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 23:12:02 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140225 From turutani at scphys.kyoto-u.ac.jp Mon Nov 2 23:20:02 2009 From: turutani at scphys.kyoto-u.ac.jp (Tsurutani Naoki) Date: Mon Nov 2 23:20:09 2009 Subject: ports/140230: upgrade net/wireshark Message-ID: <200911022318.nA2NISL1081745@h120.65.226.10.32118.vlan.kuins.net> >Number: 140230 >Category: ports >Synopsis: upgrade net/wireshark >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 02 23:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 7.2-STABLE FreeBSD 7.2-STABLE #20: Thu Sep 10 08:32:10 JST 2009 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: wireshark 1.2.3 has been released. >How-To-Repeat: >Fix: here is a patch: diff -urN wireshark/Makefile.orig wireshark/Makefile --- wireshark/Makefile.orig 2009-10-23 06:01:31.000000000 +0900 +++ wireshark/Makefile 2009-11-03 07:53:14.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME?= wireshark -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ diff -urN wireshark/distinfo.orig wireshark/distinfo --- wireshark/distinfo.orig 2009-09-18 06:02:56.000000000 +0900 +++ wireshark/distinfo 2009-11-03 07:54:25.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (wireshark-1.2.2.tar.bz2) = bb5c09b8cffd461ced4d3251fddb217b -SHA256 (wireshark-1.2.2.tar.bz2) = 0363f824582e54fc5a33b1a7af6f29a5390d591198113bc54e5056c885d6d02d -SIZE (wireshark-1.2.2.tar.bz2) = 15186702 +MD5 (wireshark-1.2.3.tar.bz2) = c2dfc197e485a0b0072ca64b8ac4d24c +SHA256 (wireshark-1.2.3.tar.bz2) = 5515ba01277773a2f9c97599d4d28d0898d8b1d7afd5c8942cab087306c28703 +SIZE (wireshark-1.2.3.tar.bz2) = 15215978 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Mon Nov 2 23:20:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Nov 2 23:20:20 2009 Subject: ports/140230: upgrade net/wireshark Message-ID: <200911022320.nA2NKD25074849@freefall.freebsd.org> Synopsis: upgrade net/wireshark Responsible-Changed-From-To: freebsd-ports-bugs->marcus Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 2 23:20:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140230 From otacilio.neto at ee.ufcg.edu.br Tue Nov 3 01:40:02 2009 From: otacilio.neto at ee.ufcg.edu.br (Otacílio de Araújo Ramos Neto) Date: Tue Nov 3 01:40:20 2009 Subject: ports/140231: [maintainer update] cad/p5-Verilog-Perl Upgrading to use version 3.221 Message-ID: <200911030133.nA31XG0G059110@www.freebsd.org> >Number: 140231 >Category: ports >Synopsis: [maintainer update] cad/p5-Verilog-Perl Upgrading to use version 3.221 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 01:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Otacílio de Araújo Ramos Neto >Release: 7.2-RELEASE-p3 >Organization: >Environment: squitch# uname -a FreeBSD squitch 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sun Sep 27 19:34:18 BRT 2009 ota@squitch:/usr/obj/usr/src/sys/SQUITCH i386 >Description: Updating of port p5-Verilog-Perl. >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/Makefile /usr/ports/cad/p5-Verilog-Perl.new/Makefile --- /usr/ports/cad/p5-Verilog-Perl/Makefile 2009-09-15 10:16:14.000000000 -0300 +++ /usr/ports/cad/p5-Verilog-Perl.new/Makefile 2009-11-02 22:16:47.000000000 -0200 @@ -1,12 +1,12 @@ # New ports collection makefile for: Verilog-Perl # Date created: 11 Apr 2009 -# Whom: Otacílio de Araújo Ramos Neto +# Whom: Otacilio de Araujo Ramos Neto # -# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.6 2009/09/15 13:16:14 az Exp $ +# $FreeBSD: ports/cad/p5-Verilog-Perl/Makefile,v 1.2 2009/05/26 11:54:56 garga Exp $ # PORTNAME= Verilog-Perl -PORTVERSION= 3.212 +PORTVERSION= 3.221 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,6 +30,7 @@ Verilog::SigParser.3 Verilog::Netlist.3 Verilog::Netlist::Pin.3 \ Verilog::Netlist::Cell.3 Verilog::Netlist::Port.3 \ Verilog::Netlist::File.3 Verilog::Netlist::Subclass.3 \ + Verilog::Netlist::ContAssign.3 \ Verilog::Verilog-Perl.3 Verilog::Netlist::Interface.3 Verilog::Std.3 .include diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/distinfo /usr/ports/cad/p5-Verilog-Perl.new/distinfo --- /usr/ports/cad/p5-Verilog-Perl/distinfo 2009-08-24 03:01:24.000000000 -0300 +++ /usr/ports/cad/p5-Verilog-Perl.new/distinfo 2009-10-29 11:49:59.000000000 -0200 @@ -1,3 +1,3 @@ -MD5 (Verilog-Perl-3.212.tar.gz) = 5682e42a4904d41206782128b174a7d1 -SHA256 (Verilog-Perl-3.212.tar.gz) = 8d6829d1062bfd7a343df27c1efeb15a2e79abfc17bafb5e3e8acdf989ad3fd0 -SIZE (Verilog-Perl-3.212.tar.gz) = 203811 +MD5 (Verilog-Perl-3.221.tar.gz) = 75f43ca63bcbe927efeabc80830c8dbd +SHA256 (Verilog-Perl-3.221.tar.gz) = 443b4875416592b4d1c12652b1507fe78f4123f94951fd30fdabea6e674c4e3f +SIZE (Verilog-Perl-3.221.tar.gz) = 210188 diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/patch /usr/ports/cad/p5-Verilog-Perl.new/patch --- /usr/ports/cad/p5-Verilog-Perl/patch 1969-12-31 21:00:00.000000000 -0300 +++ /usr/ports/cad/p5-Verilog-Perl.new/patch 2009-11-02 22:32:03.000000000 -0200 @@ -0,0 +1 @@ +===> Generating patch diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl/pkg-plist /usr/ports/cad/p5-Verilog-Perl.new/pkg-plist --- /usr/ports/cad/p5-Verilog-Perl/pkg-plist 2009-07-14 21:42:29.000000000 -0300 +++ /usr/ports/cad/p5-Verilog-Perl.new/pkg-plist 2009-10-29 11:49:59.000000000 -0200 @@ -15,6 +15,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/ContAssign.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm ===> Done >Release-Note: >Audit-Trail: >Unformatted: From sprague at msu.edu Tue Nov 3 01:40:02 2009 From: sprague at msu.edu (Rick Sprague) Date: Tue Nov 3 01:40:20 2009 Subject: ports/140232: Resolve conflicts w/ devel/antlr & devel/pccts Message-ID: <200911030136.nA31aMnr077058@www.freebsd.org> >Number: 140232 >Category: ports >Synopsis: Resolve conflicts w/ devel/antlr & devel/pccts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 01:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rick Sprague >Release: 8-RC2 >Organization: >Environment: FreeBSD xxxxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Oct 25 08:55:51 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Often get conflicts w/ ports that require PCCTS and ANTLR 2.7 Currently: * devel/ANTLR is 2.7 * devel/pccts has antlr 1.6 For now I have to uninstall antlr and install pccts when building gnome2 (i think it's brasero). I'm not writing about my gnome problem, I'm writing to see if the ports can be renamed to avoid conflicts and to coexist. * pcct - leave it * antlr -> antlr2 I would like to generate a port for antlr 3 and string template 3(which actually requires antlr2). So in all, it would appear 3 different version of antlr would be required for gnome(pccts), antlr development(requires 3.2), and string template 3 (which requires antlr 2.7). >How-To-Repeat: pcct and antlr seem not to be able to coexist. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From chris at officialunix.com Tue Nov 3 01:40:03 2009 From: chris at officialunix.com (Chris Petrik) Date: Tue Nov 3 01:40:21 2009 Subject: ports/140233: Fix compile for games/doom Message-ID: <200911030138.nA31cca4090057@www.freebsd.org> >Number: 140233 >Category: ports >Synopsis: Fix compile for games/doom >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 01:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD RC2 >Organization: Officialunix >Environment: FreeBSD RC2 >Description: Remove some patches as I added them as REINPLACE_ Rename the patches to make them less confusing Add a hack to replace all %%LOCALBASE%% to ${LOCALBASE} >How-To-Repeat: >Fix: Patch attached with submission follows: Index: doom/Makefile =================================================================== RCS file: /usr/ncvs/ports/games/doom/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- doom/Makefile 19 Sep 2009 11:42:22 -0000 1.37 +++ doom/Makefile 3 Nov 2009 01:37:46 -0000 @@ -7,7 +7,7 @@ PORTNAME= doom PORTVERSION= 1.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc @@ -30,6 +30,24 @@ @cd ${WRKDIR} && ${TAR} xzf linuxdoom-1.10.src.tgz && ${TAR} xzf sndserv.tgz post-patch: + ${REINPLACE_CMD} 's|||g'\ + ${WRKSRC}/sndserv/linux.c \ + ${WRKSRC}/linuxdoom-1.10/i_sound.c + ${REINPLACE_CMD} 's|||g' \ + ${WRKSRC}/linuxdoom-1.10/i_video.c + ${REINPLACE_CMD} 's|#include |//#include |g'\ + ${WRKSRC}/linuxdoom-1.10/r_data.c + ${REINPLACE_CMD} 's|#include |//#include |g'\ + ${WRKSRC}/linuxdoom-1.10/w_wad.c + ${REINPLACE_CMD} 's|||g'\ + ${WRKSRC}/linuxdoom-1.10/w_wad.c \ + ${WRKSRC}/sndserv/soundsrv.c \ + ${WRKSRC}/sndserv/wadread.c + ${REINPLACE_CMD} 's|||g'\ + ${WRKSRC}/linuxdoom-1.10/m_bbox.h \ + ${WRKSRC}/linuxdoom-1.10/doomtype.h + ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g'\ + ${WRKSRC}/linuxdoom-1.10/Makefile @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ -E -e 's|#include +|#include |g' Index: doom/files/patch-Makefile =================================================================== RCS file: doom/files/patch-Makefile diff -N doom/files/patch-Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doom/files/patch-Makefile 3 Nov 2009 01:15:08 -0000 @@ -0,0 +1,26 @@ +--- linuxdoom-1.10/Makefile.orig Mon Dec 22 20:55:36 1997 ++++ linuxdoom-1.10/Makefile Fri Oct 28 12:44:09 2005 +@@ -4,11 +4,12 @@ + # + # $Log:$ + # +-CC= gcc # gcc or g++ ++CC?= gcc # gcc or g++ + +-CFLAGS=-g -Wall -DNORMALUNIX -DLINUX # -DUSEASM +-LDFLAGS=-L/usr/X11R6/lib +-LIBS=-lXext -lX11 -lnsl -lm ++CFLAGS?= -O ++CFLAGS+=-g -I%%LOCALBASE%%/include -Wall -DNORMALUNIX -DSNDSERV -DSNDSRV # -DUSEASM ++LDFLAGS=-L%%LOCALBASE%%/lib ++LIBS=-lXext -lX11 -lm + + # subdirectory for objects + O=linux +@@ -92,4 +93,4 @@ + + ############################################################# + # +-############################################################# +\ No newline at end of file ++############################################################# Index: doom/files/patch-aa =================================================================== RCS file: doom/files/patch-aa diff -N doom/files/patch-aa --- doom/files/patch-aa 24 Jul 2002 12:16:00 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- sndserv/linux.c~ Sun Jan 26 08:45:01 1997 -+++ sndserv/linux.c Mon Dec 14 21:15:21 1998 -@@ -40,7 +40,7 @@ - #include - #include - --#include -+#include - - #include "soundsrv.h" - Index: doom/files/patch-ab =================================================================== RCS file: doom/files/patch-ab diff -N doom/files/patch-ab --- doom/files/patch-ab 19 Apr 2008 17:48:56 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,26 +0,0 @@ ---- linuxdoom-1.10/Makefile.orig Mon Dec 22 20:55:36 1997 -+++ linuxdoom-1.10/Makefile Fri Oct 28 12:44:09 2005 -@@ -4,11 +4,12 @@ - # - # $Log:$ - # --CC= gcc # gcc or g++ -+CC?= gcc # gcc or g++ - --CFLAGS=-g -Wall -DNORMALUNIX -DLINUX # -DUSEASM --LDFLAGS=-L/usr/X11R6/lib --LIBS=-lXext -lX11 -lnsl -lm -+CFLAGS?= -O -+CFLAGS+=-g -I${LOCALBASE}/include -Wall -DNORMALUNIX -DSNDSERV -DSNDSRV # -DUSEASM -+LDFLAGS=-L${LOCALBASE}/lib -+LIBS=-lXext -lX11 -lm - - # subdirectory for objects - O=linux -@@ -92,4 +93,4 @@ - - ############################################################# - # --############################################################# -\ No newline at end of file -+############################################################# Index: doom/files/patch-ac =================================================================== RCS file: doom/files/patch-ac diff -N doom/files/patch-ac --- doom/files/patch-ac 24 Jul 2002 12:16:00 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ ---- linuxdoom-1.10/i_sound.c.orig Mon Dec 22 20:57:15 1997 -+++ linuxdoom-1.10/i_sound.c Wed Feb 10 04:18:53 1999 -@@ -42,7 +42,7 @@ - #include - - // Linux voxware output. --#include -+#include - - // Timer stuff. Experimental. - #include -@@ -740,11 +740,13 @@ - #ifdef SNDSERV - char buffer[256]; - -+#if jmz - if (getenv("DOOMWADDIR")) - sprintf(buffer, "%s/%s", - getenv("DOOMWADDIR"), - sndserver_filename); - else -+#endif - sprintf(buffer, "%s", sndserver_filename); - - // start sound process Index: doom/files/patch-ad =================================================================== RCS file: doom/files/patch-ad diff -N doom/files/patch-ad --- doom/files/patch-ad 15 Jan 1999 02:54:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- linuxdoom-1.10/i_video.c~ Mon Dec 22 21:39:01 1997 -+++ linuxdoom-1.10/i_video.c Mon Dec 14 03:24:45 1998 -@@ -46,7 +46,7 @@ - #include - - #include --#include -+#include - #include - - #include "doomstat.h" Index: doom/files/patch-ae =================================================================== RCS file: doom/files/patch-ae diff -N doom/files/patch-ae --- doom/files/patch-ae 24 Jul 2002 12:16:00 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,35 +0,0 @@ ---- linuxdoom-1.10/i_net.c~ Mon Dec 22 21:37:46 1997 -+++ linuxdoom-1.10/i_net.c Mon Jul 22 10:06:25 2002 -@@ -23,6 +23,7 @@ - static const char - rcsid[] = "$Id: patch-ae,v 1.1.1.1 1998/12/14 21:18:25 jmz Exp $"; - -+#include - #include - #include - #include -@@ -51,6 +52,7 @@ - - - -+#if 0 - // For some odd reason... - #define ntohl(x) \ - ((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \ -@@ -64,6 +66,7 @@ - - #define htonl(x) ntohl(x) - #define htons(x) ntohs(x) -+#endif - - void NetSend (void); - boolean NetListen (void); -@@ -73,7 +76,7 @@ - // NETWORKING - // - --int DOOMPORT = (IPPORT_USERRESERVED +0x1d ); -+int DOOMPORT = 5029; - - int sendsocket; - int insocket; Index: doom/files/patch-af =================================================================== RCS file: doom/files/patch-af diff -N doom/files/patch-af --- doom/files/patch-af 15 Jan 1999 02:54:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- linuxdoom-1.10/r_data.c~ Mon Dec 22 21:57:47 1997 -+++ linuxdoom-1.10/r_data.c Mon Dec 14 03:27:49 1998 -@@ -42,7 +42,7 @@ - #include "r_sky.h" - - #ifdef LINUX --#include -+//#include - #endif - - Index: doom/files/patch-ag =================================================================== RCS file: doom/files/patch-ag diff -N doom/files/patch-ag --- doom/files/patch-ag 10 Oct 2005 11:33:30 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- linuxdoom-1.10/w_wad.c~ Mon Dec 22 22:05:36 1997 -+++ linuxdoom-1.10/w_wad.c Mon Dec 14 03:29:18 1998 -@@ -32,9 +32,9 @@ - #include - #include --#include -+#include - #include - #include --#include -+//#include - #define O_BINARY 0 - #endif - Index: doom/files/patch-ah =================================================================== RCS file: doom/files/patch-ah diff -N doom/files/patch-ah --- doom/files/patch-ah 15 Jan 1999 02:54:20 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,22 +0,0 @@ ---- linuxdoom-1.10/m_bbox.h~ Mon Dec 22 21:12:16 1997 -+++ linuxdoom-1.10/m_bbox.h Mon Dec 14 03:31:32 1998 -@@ -23,7 +23,7 @@ - #ifndef __M_BBOX__ - #define __M_BBOX__ - --#include -+#include - - #include "m_fixed.h" - ---- linuxdoom-1.10/doomtype.h~ Mon Dec 22 21:05:27 1997 -+++ linuxdoom-1.10/doomtype.h Mon Dec 14 03:31:14 1998 -@@ -39,7 +39,7 @@ - - // Predefined with some OS. - #ifdef LINUX --#include -+#include - #else - #define MAXCHAR ((char)0x7f) - #define MAXSHORT ((short)0x7fff) Index: doom/files/patch-ai =================================================================== RCS file: doom/files/patch-ai diff -N doom/files/patch-ai --- doom/files/patch-ai 15 Jan 1999 02:54:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,8 +0,0 @@ ---- linuxdoom-1.10/m_bbox.c~ Mon Dec 22 21:40:50 1997 -+++ linuxdoom-1.10/m_bbox.c Mon Dec 14 03:44:53 1998 -@@ -1,3 +1,5 @@ -+#define MAXINT 0x7fffffff -+#define MININT 0x80000000 - // Emacs style mode select -*- C++ -*- - //----------------------------------------------------------------------------- - // Index: doom/files/patch-aj =================================================================== RCS file: doom/files/patch-aj diff -N doom/files/patch-aj --- doom/files/patch-aj 7 Feb 2000 00:53:21 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- sndserv/Makefile.orig Sun Feb 6 16:36:56 2000 -+++ sndserv/Makefile Sun Feb 6 16:37:13 2000 -@@ -6,8 +6,9 @@ - # - # - --CC=gcc --CFLAGS=-O -DNORMALUNIX -DLINUX -+CC?=gcc -+CFLAGS?=-O -+CFLAGS+=-DNORMALUNIX -DLINUX - LDFLAGS= - LIBS=-lm - Index: doom/files/patch-i_net.c =================================================================== RCS file: doom/files/patch-i_net.c diff -N doom/files/patch-i_net.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doom/files/patch-i_net.c 3 Nov 2009 01:04:17 -0000 @@ -0,0 +1,35 @@ +--- linuxdoom-1.10/i_net.c~ Mon Dec 22 21:37:46 1997 ++++ linuxdoom-1.10/i_net.c Mon Jul 22 10:06:25 2002 +@@ -23,6 +23,7 @@ + static const char + rcsid[] = "$Id: patch-ae,v 1.1.1.1 1998/12/14 21:18:25 jmz Exp $"; + ++#include + #include + #include + #include +@@ -51,6 +52,7 @@ + + + ++#if 0 + // For some odd reason... + #define ntohl(x) \ + ((unsigned long int)((((unsigned long int)(x) & 0x000000ffU) << 24) | \ +@@ -64,6 +66,7 @@ + + #define htonl(x) ntohl(x) + #define htons(x) ntohs(x) ++#endif + + void NetSend (void); + boolean NetListen (void); +@@ -73,7 +76,7 @@ + // NETWORKING + // + +-int DOOMPORT = (IPPORT_USERRESERVED +0x1d ); ++int DOOMPORT = 5029; + + int sendsocket; + int insocket; Index: doom/files/patch-i_sound.c =================================================================== RCS file: doom/files/patch-i_sound.c diff -N doom/files/patch-i_sound.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doom/files/patch-i_sound.c 3 Nov 2009 01:05:08 -0000 @@ -0,0 +1,25 @@ +--- linuxdoom-1.10/i_sound.c.orig Mon Dec 22 20:57:15 1997 ++++ linuxdoom-1.10/i_sound.c Wed Feb 10 04:18:53 1999 +@@ -42,7 +42,7 @@ + #include + + // Linux voxware output. +-#include ++#include + + // Timer stuff. Experimental. + #include +@@ -740,11 +740,13 @@ + #ifdef SNDSERV + char buffer[256]; + ++#if jmz + if (getenv("DOOMWADDIR")) + sprintf(buffer, "%s/%s", + getenv("DOOMWADDIR"), + sndserver_filename); + else ++#endif + sprintf(buffer, "%s", sndserver_filename); + + // start sound process Index: doom/files/patch-m_bbox.c =================================================================== RCS file: doom/files/patch-m_bbox.c diff -N doom/files/patch-m_bbox.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doom/files/patch-m_bbox.c 3 Nov 2009 01:06:13 -0000 @@ -0,0 +1,8 @@ +--- linuxdoom-1.10/m_bbox.c~ Mon Dec 22 21:40:50 1997 ++++ linuxdoom-1.10/m_bbox.c Mon Dec 14 03:44:53 1998 +@@ -1,3 +1,5 @@ ++#define MAXINT 0x7fffffff ++#define MININT 0x80000000 + // Emacs style mode select -*- C++ -*- + //----------------------------------------------------------------------------- + // Index: doom/files/patch-sndserv-Makefile =================================================================== RCS file: doom/files/patch-sndserv-Makefile diff -N doom/files/patch-sndserv-Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ doom/files/patch-sndserv-Makefile 3 Nov 2009 01:07:25 -0000 @@ -0,0 +1,14 @@ +--- sndserv/Makefile.orig Sun Feb 6 16:36:56 2000 ++++ sndserv/Makefile Sun Feb 6 16:37:13 2000 +@@ -6,8 +6,9 @@ + # + # + +-CC=gcc +-CFLAGS=-O -DNORMALUNIX -DLINUX ++CC?=gcc ++CFLAGS?=-O ++CFLAGS+=-DNORMALUNIX -DLINUX + LDFLAGS= + LIBS=-lm + >Release-Note: >Audit-Trail: >Unformatted: From chifeng at gmail.com Tue Nov 3 02:20:06 2009 From: chifeng at gmail.com (chifeng) Date: Tue Nov 3 02:20:16 2009 Subject: ports/140102: [PATCH] mail/sqlgrey: fix build problem (dependency error) Message-ID: <200911030220.nA32K5HS029038@freefall.freebsd.org> The following reply was made to PR ports/140102; it has been noted by GNATS. From: chifeng To: bug-followup@freebsd.org Cc: Subject: Re: ports/140102: [PATCH] mail/sqlgrey: fix build problem (dependency error) Date: Tue, 3 Nov 2009 10:18:05 +0800 --00504502bb37be608f04776e1a84 Content-Type: text/plain; charset=ISO-8859-1 Approved, I have test is good. thank you! Chifeng On Fri, Oct 30, 2009 at 6:20 PM, Edwin Groothuis wrote: > Maintainer of mail/sqlgrey, > > Please note that PR ports/140102 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140102 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- regards. chifeng --00504502bb37be608f04776e1a84 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Approved, I have test is good. thank you!


    Chifeng


    On Fri, Oct 30, 2009 at 6:20 PM, Edwin Groothuis <edwin@freebsd.org<= /a>> wrote:
    Maintainer of mai= l/sqlgrey,

    Please note that PR ports/140102 has just been submitted.

    If it contains a patch for an upgrade, an enhancement or a bug fix
    you agree on, reply to this email stating that you approve the patch
    and a committer will take care of it.

    The full text of the PR can be found at:
    =A0 =A0
    http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/140= 102

    --
    Edwin Groothuis via the GNATS Auto Assign Tool
    edwin@FreeBSD.org



    --
    regards.
    chif= eng
    --00504502bb37be608f04776e1a84-- From linimon at FreeBSD.org Tue Nov 3 02:37:40 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Nov 3 02:37:46 2009 Subject: ports/140102: [PATCH] mail/sqlgrey: fix build problem (dependency error) Message-ID: <200911030237.nA32bcZG046713@freefall.freebsd.org> Synopsis: [PATCH] mail/sqlgrey: fix build problem (dependency error) State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Nov 3 02:37:29 UTC 2009 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=140102 From douglas at douglasthrift.net Tue Nov 3 03:20:07 2009 From: douglas at douglasthrift.net (Douglas William Thrift) Date: Tue Nov 3 03:20:14 2009 Subject: ports/140235: New port: www/trac-gitplugin Git plugin for Trac Message-ID: <200911030317.nA33HdNv028334@slowhand.douglasthrift.net> >Number: 140235 >Category: ports >Synopsis: New port: www/trac-gitplugin Git plugin for Trac >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 03:20:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 7.2-RELEASE-p1-jc2 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 7.2-RELEASE-p1-jc2 FreeBSD 7.2-RELEASE-p1-jc2 #0: Thu Jun 18 15:16:49 PDT 2009 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: GitTrac is a plugin for Trac which enables Git to be used instead of Subversion as the VersioningSystemBackend for Trac. WWW: http://trac-hacks.org/wiki/GitPlugin >How-To-Repeat: >Fix: --- trac-gitplugin.shar begins here --- #!/bin/sh # This is a shell archive echo x trac-gitplugin mkdir -p trac-gitplugin > /dev/null 2>&1 echo x trac-gitplugin/Makefile sed 's/^X//' > trac-gitplugin/Makefile << 'SHAR_END' X# New ports collection makefile for: trac-gitplugin X# Date created: 2 November 2009 X# Whom: Douglas Thrift X# X# $FreeBSD$ X# X XPORTNAME= gitplugin XPORTVERSION= 0.11.0.2.7034 XCATEGORIES= www devel python XMASTER_SITES= http://code.douglasthrift.net/files/${PORTNAME}/ XPKGNAMEPREFIX= trac- XDISTNAME= ${PORTNAME}-r${PORTVERSION:E} X XMAINTAINER= douglas@douglasthrift.net XCOMMENT= Git plugin for Trac X XRUN_DEPENDS= git:${PORTSDIR}/devel/git \ X tracd:${PORTSDIR}/www/trac XBUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools X XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XUSE_ZIP= yes XPYDISTUTILS_PKGNAME= TracGit XPYDISTUTILS_PKGVERSION= ${PORTVERSION:R} XWRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION:C/(.[0-9]+){3}$//} X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% X Xpre-configure: X ${CHMOD} -R a+r ${WRKSRC} X X.include SHAR_END echo x trac-gitplugin/distinfo sed 's/^X//' > trac-gitplugin/distinfo << 'SHAR_END' XMD5 (gitplugin-r7034.zip) = aa97d9343a43be86f1701375f9a90c1d XSHA256 (gitplugin-r7034.zip) = 1ece50a8a0870e860af24d6d91da7d6140f0a716ba79856514a6fd8532d152ab XSIZE (gitplugin-r7034.zip) = 32645 SHAR_END echo x trac-gitplugin/pkg-descr sed 's/^X//' > trac-gitplugin/pkg-descr << 'SHAR_END' XGitTrac is a plugin for Trac which enables Git to be used instead of Subversion Xas the VersioningSystemBackend for Trac. X XWWW: http://trac-hacks.org/wiki/GitPlugin SHAR_END exit --- trac-gitplugin.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From wahjava at gmail.com Tue Nov 3 06:40:02 2009 From: wahjava at gmail.com (Ashish SHUKLA) Date: Tue Nov 3 06:40:09 2009 Subject: ports/140237: irc/conspire-1.0.0 fails to build. Message-ID: <20091103062834.1049A4B323@chateau.d.if> >Number: 140237 >Category: ports >Synopsis: irc/conspire-1.0.0 fails to build. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 06:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.0-RC2 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.if 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Oct 25 07:27:19 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: While trying to build irc/conspire port. I get following error: ----- fe-gtk.o(.text+0xe91): In function `fe_print_text': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/fe-gtk.c:444: undefined reference to `lastact_update' fkeys.o(.text+0x2955): In function `key_action_page_switch': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/fkeys.c:1206: undefined reference to `lastact_getfirst' maingui.o(.text+0x5ef): In function `fe_set_tab_color': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/maingui.c:233: undefined reference to `lastact_update' maingui.o(.text+0xfb6): In function `mg_focus': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/maingui.c:453: undefined reference to `lastact_update' textgui.o(.text+0x4af): In function `pevent_dialog_update': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:189: undefined reference to `formatter_get' textgui.o(.text+0x6ab): In function `pevent_dialog_fill': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:238: undefined reference to `formatters' textgui.o(.text+0x71d):/usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:238: undefined reference to `formatters' textgui.o(.text+0x72d):/usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:238: undefined reference to `formatters' textgui.o(.text+0x911): In function `pevent_test_cb': /usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:292: undefined reference to `formatters' textgui.o(.text+0x955):/usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:292: undefined reference to `formatters' textgui.o(.text+0x965):/usr/ports/irc/conspire/work/conspire-1.0.0/src/fe-gtk/textgui.c:292: more undefined references to `formatters' follow /usr/local/lib/libconspire.so: undefined reference to `fe_ignore_update' Failed to link conspire! gmake[5]: *** [conspire] Error 1 gmake[4]: *** [all] Error 1 gmake[3]: *** [subdirs] Error 1 gmake[2]: *** [all] Error 1 gmake[1]: *** [subdirs] Error 1 gmake: *** [all] Error 1 *** Error code 1 Stop in /usr/ports/irc/conspire. *** Error code 1 Stop in /usr/ports/irc/conspire. ----- >How-To-Repeat: # make -C /usr/ports/irc/conspire clean build >Fix: >Release-Note: >Audit-Trail: >Unformatted: From wahjava at gmail.com Tue Nov 3 07:00:11 2009 From: wahjava at gmail.com (Ashish SHUKLA) Date: Tue Nov 3 07:00:17 2009 Subject: ports/140237: irc/conspire-1.0.0 fails to build. Message-ID: <200911030700.nA370BHR077669@freefall.freebsd.org> The following reply was made to PR ports/140237; it has been noted by GNATS. From: wahjava@gmail.com (Ashish SHUKLA) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140237: irc/conspire-1.0.0 fails to build. Date: Tue, 03 Nov 2009 12:27:28 +0530 Hi I uninstalled my existing conspire port and installed new version and worked. IMO, port should upgrade cleanly or at least it should mention that usual upgrading procedure is not not possible and user shall uninstall old version prior to reinstalling the new version, to upgrade it. Thanks -- Ashish SHUKLA From fullermd at over-yonder.net Tue Nov 3 07:10:02 2009 From: fullermd at over-yonder.net (Matthew D. Fuller) Date: Tue Nov 3 07:10:09 2009 Subject: ports/140238: [MAINTAINER] Update devel/bazaar-ng to 2.0.2 Message-ID: <20091103070653.1F19761C41@draco.over-yonder.net> >Number: 140238 >Category: ports >Synopsis: [MAINTAINER] Update devel/bazaar-ng to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 07:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD draco.over-yonder.net 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 17 18:07:44 CST 2009 root@draco.over-yonder.net:/bsd/obj/bsd/src/sys/DRACO i386 >Description: New upstream release. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /draco/cvs/ports/devel/bazaar-ng/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- Makefile 16 Oct 2009 14:51:47 -0000 1.53 +++ Makefile 3 Nov 2009 07:01:53 -0000 @@ -6,9 +6,9 @@ # PORTNAME= bazaar-ng -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/33674173/ +MASTER_SITES= https://launchpadlibrarian.net/34985655/ DISTNAME= bzr-${PORTVERSION} MAINTAINER= fullermd@over-yonder.net Index: distinfo =================================================================== RCS file: /draco/cvs/ports/devel/bazaar-ng/distinfo,v retrieving revision 1.45 diff -u -r1.45 distinfo --- distinfo 16 Oct 2009 14:51:47 -0000 1.45 +++ distinfo 3 Nov 2009 07:02:03 -0000 @@ -1,3 +1,3 @@ -MD5 (bzr-2.0.1.tar.gz) = 8b4d977e70efefeb7ba75d2b20900376 -SHA256 (bzr-2.0.1.tar.gz) = 3438bd7b5d07486d85a63cf47a26f3532ef7fb4019770ca48faddfa9875e06c9 -SIZE (bzr-2.0.1.tar.gz) = 6101477 +MD5 (bzr-2.0.2.tar.gz) = 845743611ef6f1ece8e7bf9824c0bb95 +SHA256 (bzr-2.0.2.tar.gz) = 2240876cb3a9061139dc6bdde0a7d95e7e02fd39c7cf588adbc5c6a023a94ac0 +SIZE (bzr-2.0.2.tar.gz) = 6076191 Index: pkg-plist =================================================================== RCS file: /draco/cvs/ports/devel/bazaar-ng/pkg-plist,v retrieving revision 1.39 diff -u -r1.39 pkg-plist --- pkg-plist 25 Sep 2009 13:38:33 -0000 1.39 +++ pkg-plist 3 Nov 2009 07:04:50 -0000 @@ -1685,6 +1685,7 @@ %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches.py %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches.pyc %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches_data/binary.patch %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches_data/diff %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches_data/diff-2 %%PYTHON_SITELIBDIR%%/bzrlib/tests/test_patches_data/diff-3 >Release-Note: >Audit-Trail: >Unformatted: From nikola.lecic at anthesphoria.net Tue Nov 3 08:10:08 2009 From: nikola.lecic at anthesphoria.net (Nikola Lecic) Date: Tue Nov 3 08:10:15 2009 Subject: ports/140239: [Patch] textproc/scim-input-pad: Unbreak startup, add docs, icon, cleanup, take maintainership Message-ID: <200911030807.nA387els099713@anthesphoria.net> >Number: 140239 >Category: ports >Synopsis: [Patch] textproc/scim-input-pad: Unbreak startup, add docs, icon, cleanup, take maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 08:10:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 09:13:38 CET 2009 nikola@xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch: * unbreaks startup from the command-line/menu due to wrong SCIM_LIBEXECDIR; * simplifies Makefile (removes many unnecessary directives and the patch); * adds documentation (README explains the syntax how to create custom tables); * adds DESKTOP_ENTRIES; * improves pkg-descr; * passes maintainership to the submitter. The patch leaves files/patch-src-Makefile.in (and eo ipso files/) empty. >How-To-Repeat: >Fix: --- scim-input-pad-0.1.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-input-pad/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 2 Nov 2009 19:11:15 -0000 1.23 +++ Makefile 3 Nov 2009 07:52:25 -0000 @@ -7,38 +7,51 @@ PORTNAME= scim-input-pad PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ + http://anthesphoria.net/FreeBSD/ports/distfiles/ -MAINTAINER= ports@FreeBSD.org -COMMENT= SCIM add-on to input various symbols with on-screen pad +MAINTAINER= nikola.lecic@anthesphoria.net +COMMENT= SCIM add-on to input various symbols with customisable on-screen pad BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" +DESKTOP_ENTRIES="SCIM Input Pad" \ + "${COMMENT}" \ + "${PREFIX}/share/scim/icons/input-pad.png" \ + "scim-input-pad" \ + "Utility;" \ + false + +DOCS= ChangeLog README + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes -PLIST_SUB+= NLS="" USE_GNOME= intlhack -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include +post-patch: + @${REINPLACE_CMD} -E 's|(SCIM_LIBEXECDIR=).*|\1${PREFIX}/lib/scim-1.0|' \ + ${WRKSRC}/configure post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif @${CAT} ${PKGMESSAGE} @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' -.include +.include Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/scim-input-pad/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 17 Jul 2006 12:46:42 -0000 1.2 +++ pkg-descr 3 Nov 2009 07:46:04 -0000 @@ -1,5 +1,8 @@ -scim-input-pad is an on-screen input pad that can be used to input symbols -and key events very easily. It works with the SCIM input method platform. +SCIM Input-Pad is an on-screen input pad that can be used to input symbols +and key events very easily. It works with the SCIM input method platform and +comes with predefined files for common symbols, some special keyboard events +(such as dead keys and composing keys), Japanese Katakana and Hiragana +symbols, Chinese numbers and radicals, etc. Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/scim-input-pad/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 31 Mar 2007 11:01:39 -0000 1.7 +++ pkg-plist 3 Nov 2009 07:46:04 -0000 @@ -6,6 +6,8 @@ lib/libscim-input-pad.la lib/libscim-input-pad.so lib/libscim-input-pad.so.0 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/de/LC_MESSAGES/scim-input-pad.mo %%NLS%%share/locale/fr/LC_MESSAGES/scim-input-pad.mo %%NLS%%share/locale/it/LC_MESSAGES/scim-input-pad.mo @@ -18,4 +20,5 @@ share/scim/input-pad/chinese.pad share/scim/input-pad/japanese.pad share/scim/input-pad/keyboard.pad +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/scim/input-pad Index: files/patch-src-Makefile.in =================================================================== RCS file: files/patch-src-Makefile.in diff -N files/patch-src-Makefile.in --- files/patch-src-Makefile.in 8 May 2005 22:59:07 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- src/Makefile.in.orig Fri May 6 22:24:19 2005 -+++ src/Makefile.in Fri May 6 22:24:19 2005 -@@ -280,6 +280,7 @@ - -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/src \ -+ -I/usr/local/include \ - -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ - -DSCIM_INPUT_PAD_LOCALEDIR=\"$(datadir)/locale\" \ - -DSCIM_INPUT_PAD_DATADIR=\"@SCIM_INPUT_PAD_DATADIR@\" \ --- scim-input-pad-0.1.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From delphij at FreeBSD.org Tue Nov 3 09:20:02 2009 From: delphij at FreeBSD.org (Xin LI) Date: Tue Nov 3 09:20:08 2009 Subject: ports/140240: [PATCH] Update sysutils/sg3_utils to 1.28 Message-ID: <200911030915.nA39FiAQ025133@freefall.freebsd.org> >Number: 140240 >Category: ports >Synopsis: [PATCH] Update sysutils/sg3_utils to 1.28 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 09:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 8.0-RC1 i386 >Organization: iXsystems, Inc. >Environment: System: FreeBSD freefall.freebsd.org 8.0-RC1 FreeBSD 8.0-RC1 #41 r197738: Sun Oct 4 11:00:31 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: This update brings the sg3_utils package back to up-to-date state. >How-To-Repeat: >Fix: --- sg3_utils.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/sg3_utils/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 21 Aug 2008 06:18:27 -0000 1.2 +++ Makefile 3 Nov 2009 09:08:57 -0000 @@ -6,9 +6,9 @@ # PORTNAME= sg3_utils -PORTVERSION= 1.25 +PORTVERSION= 1.28 CATEGORIES= sysutils -MASTER_SITES= http://sg.torque.net/sg/p/ +MASTER_SITES= http://sg.danny.cz/sg/p/ EXTRACT_SUFX= .tgz MAINTAINER= dindin@dindin.ru @@ -18,13 +18,16 @@ USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAN8= sg_format.8 sg_get_config.8 sg_ident.8 sg_inq.8 sg_logs.8 \ - sg_luns.8 sg_modes.8 sg_persist.8 sg_opcodes.8 sg_prevent.8 \ - sg_raw.8 sg_rdac.8 sg_read_buffer.8 sg_read_long.8 \ - sg_readcap.8 sg_reassign.8 sg_requests.8 sg_rmsn.8 sg_rtpg.8 \ - sg_safte.8 sg_sat_identify.8 sg_sat_set_features.8 \ - sg_senddiag.8 sg_ses.8 sg_start.8 sg_stpg.8 sg_sync.8 \ - sg_turs.8 sg_verify.8 sg_vpd.8 sg_wr_mode.8 \ - sg_write_buffer.8 sg_write_long.8 sg3_utils.8 +MAN8= scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \ + sg3_utils.8 sg_format.8 sg_get_config.8 sg_get_lba_status.8 \ + sg_ident.8 sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 \ + sg_opcodes.8 sg_persist.8 sg_prevent.8 sg_raw.8 sg_rdac.8 \ + sg_read_block_limits.8 sg_read_buffer.8 sg_read_long.8 \ + sg_readcap.8 sg_reassign.8 sg_requests.8 sg_rmsn.8 \ + sg_rtpg.8 sg_safte.8 sg_sat_identify.8 sg_sat_phy_event.8 \ + sg_sat_set_features.8 sg_senddiag.8 sg_ses.8 sg_start.8 \ + sg_stpg.8 sg_sync.8 sg_turs.8 sg_unmap.8 sg_verify.8 \ + sg_vpd.8 sg_wr_mode.8 sg_write_buffer.8 sg_write_long.8 \ + sg_write_same.8 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/sg3_utils/distinfo,v retrieving revision 1.1 diff -u -p -r1.1 distinfo --- distinfo 22 Jun 2008 22:18:06 -0000 1.1 +++ distinfo 3 Nov 2009 08:59:48 -0000 @@ -1,3 +1,3 @@ -MD5 (sg3_utils-1.25.tgz) = 9fec4d8f3f6c8b3d2da79fc17cc2d387 -SHA256 (sg3_utils-1.25.tgz) = 464bccf48f41d45ba2dd0b75c48f98a4cac15f0c3be1b83598c001887fee1528 -SIZE (sg3_utils-1.25.tgz) = 867372 +MD5 (sg3_utils-1.28.tgz) = e59d5eb56475e2443b6188cf50ac8f67 +SHA256 (sg3_utils-1.28.tgz) = da8bd627a6246b709e2a0321fa9d5ca09a33354a1ae40c74cd37efb69b9f8118 +SIZE (sg3_utils-1.28.tgz) = 907207 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/sg3_utils/pkg-plist,v retrieving revision 1.1 diff -u -p -r1.1 pkg-plist --- pkg-plist 22 Jun 2008 22:18:06 -0000 1.1 +++ pkg-plist 3 Nov 2009 09:05:22 -0000 @@ -1,5 +1,6 @@ bin/sg_format bin/sg_get_config +bin/sg_get_lba_status bin/sg_ident bin/sg_inq bin/sg_logs @@ -10,34 +11,40 @@ bin/sg_persist bin/sg_prevent bin/sg_raw bin/sg_rdac -bin/sg_readcap +bin/sg_read_block_limits bin/sg_read_buffer bin/sg_read_long +bin/sg_readcap bin/sg_reassign bin/sg_requests bin/sg_rmsn bin/sg_rtpg bin/sg_safte bin/sg_sat_identify +bin/sg_sat_phy_event bin/sg_sat_set_features bin/sg_senddiag bin/sg_ses -bin/sg_stpg bin/sg_start +bin/sg_stpg bin/sg_sync bin/sg_turs +bin/sg_unmap bin/sg_verify bin/sg_vpd +bin/sg_wr_mode bin/sg_write_buffer bin/sg_write_long -bin/sg_wr_mode -include/scsi/sg_lib.h +bin/sg_write_same include/scsi/sg_cmds.h include/scsi/sg_cmds_basic.h include/scsi/sg_cmds_extra.h +include/scsi/sg_cmds_mmc.h +include/scsi/sg_lib.h +include/scsi/sg_lib_data.h include/scsi/sg_pt.h -lib/libsgutils.so.1 -lib/libsgutils.so -lib/libsgutils.la -lib/libsgutils.a +lib/libsgutils2.a +lib/libsgutils2.la +lib/libsgutils2.so +lib/libsgutils2.so.2 @dirrm include/scsi --- sg3_utils.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 09:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 09:20:19 2009 Subject: ports/140240: [PATCH] Update sysutils/sg3_utils to 1.28 Message-ID: <200911030920.nA39KCXU025867@freefall.freebsd.org> Synopsis: [PATCH] Update sysutils/sg3_utils to 1.28 Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 09:20:11 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140240 From miwi at FreeBSD.org Tue Nov 3 10:02:40 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Tue Nov 3 10:02:52 2009 Subject: ports/140238: [MAINTAINER] Update devel/bazaar-ng to 2.0.2 Message-ID: <200911031002.nA3A2dxL067520@freefall.freebsd.org> Synopsis: [MAINTAINER] Update devel/bazaar-ng to 2.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Tue Nov 3 10:02:39 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140238 From miwi at FreeBSD.org Tue Nov 3 10:02:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Tue Nov 3 10:02:53 2009 Subject: ports/140237: irc/conspire-1.0.0 fails to build. Message-ID: <200911031002.nA3A2gYQ067585@freefall.freebsd.org> Synopsis: irc/conspire-1.0.0 fails to build. Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Tue Nov 3 10:02:41 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140237 From neil at darlow.co.uk Tue Nov 3 10:20:01 2009 From: neil at darlow.co.uk (Neil Darlow) Date: Tue Nov 3 10:20:08 2009 Subject: ports/140243: RFE: databases/sqlite3 - Please make BUILD_DEPENDS on tcl optional Message-ID: <20091103101627.66279102EB5@router.darlow.co.uk> >Number: 140243 >Category: ports >Synopsis: RFE: databases/sqlite3 - Please make BUILD_DEPENDS on tcl optional >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 10:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Neil Darlow >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD router.darlow.co.uk 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Sat Oct 3 11:32:39 BST 2009 root@router.darlow.co.uk:/usr/obj/usr/src/sys/ROUTER i386 >Description: The latest update to databases/sqlite3 has introduced a BUILD_DEPENDS on lang/tcl. This is unhelpful for server administrators as it adds another unwanted package when using e.g. portupgrade to manage packages. As far as I'm aware, tcl isn't a necessity for building a functional sqlite3 library/cli program. >How-To-Repeat: N/A >Fix: >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 10:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 10:20:18 2009 Subject: ports/140243: RFE: databases/sqlite3 - Please make BUILD_DEPENDS on tcl optional Message-ID: <200911031020.nA3AKBrQ079875@freefall.freebsd.org> Synopsis: RFE: databases/sqlite3 - Please make BUILD_DEPENDS on tcl optional Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 10:20:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140243 From chris at cretaforce.gr Tue Nov 3 11:20:02 2009 From: chris at cretaforce.gr (Christos Chatzaras) Date: Tue Nov 3 11:20:35 2009 Subject: ports/140244: Lighttpd 1.4.24 Message-ID: <200911031111.nA3BBeqI063896@www.freebsd.org> >Number: 140244 >Category: ports >Synopsis: Lighttpd 1.4.24 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 11:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Christos Chatzaras >Release: 7.2-RELEASE-p4 >Organization: >Environment: FreeBSD server4.cretaforce.gr 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Sat Oct 3 12:45:21 EEST 2009 chris@server4.cretaforce.gr:/usr/obj/usr/src/sys/SERVER4 i386 >Description: There is a new version of Lighttpd: http://www.lighttpd.net/2009/10/25/1-4-24-now-with-tls-sni-and-money-back-guarantee >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From simon at FreeBSD.org Tue Nov 3 11:30:03 2009 From: simon at FreeBSD.org (Simon L. Nielsen) Date: Tue Nov 3 11:30:09 2009 Subject: ports/140246: sysutils/freeipmi: Missing runtime dependency Message-ID: <200911030948.nA39mnvk060853@fishbone.nitro.dk> >Number: 140246 >Category: ports >Synopsis: sysutils/freeipmi: Missing runtime dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 11:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Simon L. Nielsen >Release: FreeBSD 9.0-CURRENT amd64 >Organization: FreeBSD >Environment: >Description: The ipmimonitoring tool in freeipmi, and probably other freeimpi tools, has a runtime dependency on argp-standalone since it links dynamically against it. # ldd /usr/local/sbin/ipmimonitoring | grep libargp libargp.so.0 => /usr/local/lib/libargp.so.0 (0x8010a0000) >How-To-Repeat: >Fix: Change freeipmi to have a runtime dependency on argp-standalone. --- freeipmi-argp.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/freeipmi/Makefile,v retrieving revision 1.31 diff -u -d -r1.31 Makefile --- Makefile 2 Aug 2009 19:35:35 -0000 1.31 +++ Makefile 3 Nov 2009 09:44:40 -0000 @@ -24,8 +24,8 @@ MAINTAINER= frol@nov.net COMMENT= Library and tools to support IPMI-capable hardware -BUILD_DEPENDS+= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ + argp:${PORTSDIR}/devel/argp-standalone USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes --- freeipmi-argp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 11:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 11:30:21 2009 Subject: ports/140246: sysutils/freeipmi: Missing runtime dependency Message-ID: <200911031130.nA3BUEC7040177@freefall.freebsd.org> Synopsis: sysutils/freeipmi: Missing runtime dependency Responsible-Changed-From-To: freebsd-ports-bugs->simon Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 11:30:13 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140246 From mjsaarin at cc.helsinki.fi Tue Nov 3 12:00:12 2009 From: mjsaarin at cc.helsinki.fi (Matti Saarinen) Date: Tue Nov 3 12:00:18 2009 Subject: ports/137635: multimedia/vlc breaks keyboard input processing Message-ID: <200911031200.nA3C0B17067060@freefall.freebsd.org> The following reply was made to PR ports/137635; it has been noted by GNATS. From: Matti Saarinen To: bug-followup@FreeBSD.org Cc: Subject: ports/137635: multimedia/vlc breaks keyboard input processing Date: Tue, 03 Nov 2009 13:26:58 +0200 This problem still persists. I tried compiling and installing vlc 1.0.2 today. It didn't work either. Vlc 0.9.8.a_4 works fine and doesn't prevent keyboard input. // Matti From chris at amnesiac.bayofrum.net Tue Nov 3 13:20:02 2009 From: chris at amnesiac.bayofrum.net (Chris Rees) Date: Tue Nov 3 13:22:12 2009 Subject: ports/140247: [maintainer-update] Added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911031318.nA3DIfcS080702@amnesiac.bayofrum.net> >Number: 140247 >Category: ports >Synopsis: [maintainer-update] Added feature WANT_RESTRICT_STATS (trivial) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 13:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: utisoft@gmail.com >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: bayofrum.net >Environment: System: FreeBSD amnesiac.bayofrum.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Added OPTION for WANT_RESTRICT_STATS as requested by user. Tidied whitespace in Makefile. Moved distfile on bayofrum.net to dist/opentracker (/opentracker will still work for a while, at least). By the way, would you please add me to Additional Contributors as well? I think port maintainers are supposed to be in there.... just to inflate my ego that little bit more! >How-To-Repeat: >Fix: Patch attached --- opentracker.port.1.2.patch begins here --- diff -ruN opentracker.orig/Makefile opentracker/Makefile --- opentracker.orig/Makefile 2009-11-03 13:04:39.000000000 +0000 +++ opentracker/Makefile 2009-11-03 13:05:18.000000000 +0000 @@ -5,25 +5,26 @@ # $FreeBSD: ports/net/opentracker/Makefile,v 1.1 2009/07/29 13:17:33 miwi Exp $ # -PORTNAME= opentracker +PORTNAME= opentracker PORTVERSION= 0.2009.06.27 CATEGORIES= net -MASTER_SITES= http://www.bayofrum.net/opentracker/ \ - http://freebsd.dev-urandom.com/opentracker/ +MASTER_SITES= http://www.bayofrum.net/dist/opentracker/ \ + http://freebsd.dev-urandom.com/opentracker/ -MAINTAINER= utisoft@gmail.com -COMMENT= A free lightweight bittorrent tracker using libowfat +MAINTAINER= utisoft@gmail.com +COMMENT= A free lightweight bittorrent tracker using libowfat BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat USE_RC_SUBR= opentracker -OPTIONS=WANT_ACCESSLIST_BLACK "Enable client blacklisting" Off \ - WANT_ACCESSLIST_WHITE "Enable client whitelisting" Off \ - WANT_COMPRESSION_GZIP "Deliver gzip compressed full scrapes" Off \ - DEBUG_HTTPERROR "Verbose HTTPERRORs" Off \ - WANT_FULLSCRAPE "Can query tracker for all torrents" On \ - WANT_V6 "IPv6-only" Off \ +OPTIONS= WANT_ACCESSLIST_BLACK "Enable client blacklisting" Off \ + WANT_ACCESSLIST_WHITE "Enable client whitelisting" Off \ + WANT_COMPRESSION_GZIP "Deliver gzip compressed full scrapes" Off \ + DEBUG_HTTPERROR "Verbose HTTPERRORs" Off \ + WANT_FULLSCRAPE "Can query tracker for all torrents" On \ + WANT_V6 "IPv6-only" Off \ + WANT_RESTRICT_STATS "Limit stats access based on IP" On .include @@ -45,13 +46,17 @@ .if defined(WITH_WANT_V6) FEATURES+=-DWANT_V6 .endif +.if defined(WITH_WANT_RESTRICT_STATS) +FEATURES+=-DWANT_RESTRICT_STATS +.endif MAKE_ENV+=FEATURES="${FEATURES}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/etc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}/${PORTNAME}.conf.sample + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample \ + ${PREFIX}/etc/${PORTNAME}/${PORTNAME}.conf.sample post-install: @if [ ! -f ${PREFIX}/etc/${PORTNAME}/${PORTNAME}.conf ]; then \ --- opentracker.port.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From amdmi3 at amdmi3.ru Tue Nov 3 14:00:15 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Tue Nov 3 14:09:41 2009 Subject: ports/140248: [PATCH] x11-toolkits/p5-Pango: mark MAKE_JOBS_UNSAFE Message-ID: <20091103135003.ADBD5B829@hades.panopticon> >Number: 140248 >Category: ports >Synopsis: [PATCH] x11-toolkits/p5-Pango: mark MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 14:00:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Mark MAKE_JOBS_UNSAFE, fails with forced jobs: http://people.freebsd.org/~amdmi3/p5-Pango-1.221.log Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Pango-1.221.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/x11-toolkits/p5-Pango/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 30 Oct 2009 03:33:23 -0000 1.1 +++ Makefile 2 Nov 2009 21:33:23 -0000 @@ -23,6 +23,7 @@ USE_GNOME= pango PERL_CONFIGURE= 5.8.0+ +MAKE_JOBS_UNSAFE=yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ --- p5-Pango-1.221.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 14:09:45 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 14:19:13 2009 Subject: ports/140248: [PATCH] x11-toolkits/p5-Pango: mark MAKE_JOBS_UNSAFE Message-ID: <200911031409.nA3E9ihp078671@freefall.freebsd.org> Synopsis: [PATCH] x11-toolkits/p5-Pango: mark MAKE_JOBS_UNSAFE Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 14:09:44 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140248 From linimon at FreeBSD.org Tue Nov 3 14:14:25 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Nov 3 14:27:38 2009 Subject: ports/140244: please update www/lighttpd to 1.4.24 Message-ID: <200911031414.nA3EEP88087890@freefall.freebsd.org> Old Synopsis: Lighttpd 1.4.24 New Synopsis: please update www/lighttpd to 1.4.24 Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 3 14:13:31 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=140244 From linimon at lonesome.com Tue Nov 3 14:20:02 2009 From: linimon at lonesome.com (Mark Linimon) Date: Tue Nov 3 14:36:20 2009 Subject: ports/140226: update x11/xclip Message-ID: <200911031420.nA3EK2Cl088105@freefall.freebsd.org> The following reply was made to PR ports/140226; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140226: update x11/xclip Date: Tue, 3 Nov 2009 08:10:06 -0600 ----- Forwarded message from Eitan Adler ----- Current version of the patch. I forgot to include a build depends on autoconf-wrapper... diff -urN --to-file=xclip-new/ xclip/Makefile xclip-new/Makefile --- xclip/Makefile 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/Makefile 2009-11-02 23:12:22.000000000 +0200 @@ -7,18 +7,23 @@ # PORTNAME= xclip -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= x11 MASTER_SITES= SF MAINTAINER= eitanadlerlist@gmail.com COMMENT= An interface to X selections ("the clipboard") from the command line -USE_XORG= x11 xproto xmu +BUILD_DEPENDS= autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper + +USE_XORG= x11 xmu USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xclip.1 PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile bin/xclip-pastefile +post-patch: + @cd ${WRKSRC}; ./bootstrap + .include diff -urN --to-file=xclip-new/ xclip/distinfo xclip-new/distinfo --- xclip/distinfo 2009-02-17 17:20:41.000000000 +0200 +++ xclip-new/distinfo 2009-11-02 22:33:28.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (xclip-0.11.tar.gz) = 4caf3a2b03c36981f9af36a8e8582951 -SHA256 (xclip-0.11.tar.gz) = 8f29fd6b7e635d63ff84451afcf15c264fd1b4213b584aa5f9ce988fddecfc46 -SIZE (xclip-0.11.tar.gz) = 60067 +MD5 (xclip-0.12.tar.gz) = f7e19d3e976fecdc1ea36cd39e39900d +SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 +SIZE (xclip-0.12.tar.gz) = 63420 diff -urN --to-file=xclip-new/ xclip/files/patch-configure.ac xclip-new/files/patch-configure.ac --- xclip/files/patch-configure.ac 1970-01-01 02:00:00.000000000 +0200 +++ xclip-new/files/patch-configure.ac 2009-11-02 22:15:54.000000000 +0200 @@ -0,0 +1,12 @@ +--- configure.ac.old 2009-11-02 22:15:13.000000000 +0200 ++++ configure.ac 2009-11-02 22:15:18.000000000 +0200 +@@ -12,9 +12,6 @@ + AC_HEADER_STDC + AC_PATH_XTRA + AC_CHECK_TOOL(STRIP, strip, :) +-AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([*** X11/Xmu/Atoms.h is missing ***])) +-AC_CHECK_HEADER([X11/Intrinsic.h], [], AC_MSG_ERROR([*** X11/Intrinsic.h is missing ***])) +-AC_CHECK_LIB(Xmu, XmuClientWindow, [], AC_MSG_ERROR([*** libXmu not found ***])) + + AC_OUTPUT(Makefile) + ----- End forwarded message ----- From dennylin93 at cnmc32.hs.ntnu.edu.tw Tue Nov 3 15:30:04 2009 From: dennylin93 at cnmc32.hs.ntnu.edu.tw (Denny Lin) Date: Tue Nov 3 15:39:08 2009 Subject: ports/140249: [PATCH] Unable to fetch distfiles of archivers/unzip Message-ID: <20091103150549.813DE6FC443@mx.hs.ntnu.edu.tw> >Number: 140249 >Category: ports >Synopsis: [PATCH] Unable to fetch distfiles of archivers/unzip >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 15:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denny Lin >Release: FreeBSD 7.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD cnmc32.hs.ntnu.edu.tw 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Mon Oct 26 19:41:45 CST 2009 root@cnmc32.hs.ntnu.edu.tw:/usr/obj/usr/src/sys/cnmc32 amd64 >Description: Unable to fetch distfiles. MASTER_SITES seems to have a problem. >How-To-Repeat: # cd /usr/ports/archivers/unzip && make fetch >Fix: Add "\" in front of "(" and ")" (see patch). --- unzip.patch begins here --- --- archivers/unzip/Makefile.orig 2009-11-03 22:58:30.000000000 +0800 +++ archivers/unzip/Makefile 2009-11-03 22:58:37.000000000 +0800 @@ -8,7 +8,7 @@ PORTNAME= unzip PORTVERSION= 6.0 CATEGORIES?= archivers -MASTER_SITES= SF/infozip/UnZip%206.x%20(latest)/UnZip%20${PORTVERSION} \ +MASTER_SITES= SF/infozip/UnZip%206.x%20\(latest\)/UnZip%20${PORTVERSION} \ SF/infozip/UnZip%205.x%20and%20earlier/5.51:unreduce DISTNAME= ${PORTNAME}60 --- unzip.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 15:39:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 15:48:03 2009 Subject: ports/140249: [PATCH] Unable to fetch distfiles of archivers/unzip Message-ID: <200911031539.nA3FdAb5057145@freefall.freebsd.org> Synopsis: [PATCH] Unable to fetch distfiles of archivers/unzip Responsible-Changed-From-To: freebsd-ports-bugs->ache Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 15:39:10 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140249 From josh at tcbug.org Tue Nov 3 16:10:05 2009 From: josh at tcbug.org (Josh Paetzel) Date: Tue Nov 3 16:11:02 2009 Subject: ports/140250: devel/subversion doesn't install on 8.0-RC2 Message-ID: <200911031609.nA3G9dk4055596@www.freebsd.org> >Number: 140250 >Category: ports >Synopsis: devel/subversion doesn't install on 8.0-RC2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 16:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Josh Paetzel >Release: 8.0-RC2 >Organization: iXsystems, Inc. >Environment: FreeBSD servant.iXsystems.com 8.0-RC2 FreeBSD 8.0-RC2 #1: Mon Nov 2 12:37:18 PST 2009 dwhite@servant.iXsystems.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/subversion fails to detect the installed sqlite3. configure: checking sqlite library amalgamation not found at /usr/ports/devel/subversion/work/subversion-1.6.6/sqli te-amalgamation/sqlite3.c checking sqlite3.h usability... no checking sqlite3.h presence... no checking for sqlite3.h... no no An appropriate version of sqlite could not be found. We recommmend 3.6.13, but require at least 3.4.0. Please either install a newer sqlite on this system or get the sqlite 3.6.13 amalgamation from: http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz unpack the archive using tar/gunzip and copy sqlite3.c from the resulting directory to: /usr/ports/devel/subversion/work/subversion-1.6.6/sqlite-amalgamation/sqlite3.c This file also ships as part of the subversion-deps distribution. configure: error: Subversion requires SQLite ===> Script "configure" failed unexpectedly. Please report the problem to lev@freebsd.org [maintainer] and attach the "/usr/ports/devel/subversion/work/subversion-1.6.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/subversion. *** Error code 1 Stop in /usr/ports/devel/subversion. root@servant /usr/ports/devel/subversion ->pkg_info -xI sqlite sqlite3-3.6.19 An SQL database engine in a C library >How-To-Repeat: cd /usr/ports/devel/subversion && make install >Fix: USE_GNOME= pkgconfig in Makefile.common pulls in pkg-config which then allows the subversion port to find the installed sqlite3 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 16:11:05 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 16:11:28 2009 Subject: ports/140250: devel/subversion doesn't install on 8.0-RC2 Message-ID: <200911031611.nA3GB4ST089593@freefall.freebsd.org> Synopsis: devel/subversion doesn't install on 8.0-RC2 Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 16:11:04 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140250 From uqs at spoerlein.net Tue Nov 3 19:10:04 2009 From: uqs at spoerlein.net (Ulrich Spoerlein) Date: Tue Nov 3 19:10:10 2009 Subject: ports/140253: [MAINTAINER] textproc/mdocml: update to 1.9.13 Message-ID: <200911031909.nA3J9eqm033669@acme.spoerlein.net> >Number: 140253 >Category: ports >Synopsis: [MAINTAINER] textproc/mdocml: update to 1.9.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 19:10:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD acme.spoerlein.net 7.2-STABLE FreeBSD 7.2-STABLE #1: Sat May 9 23:56:36 CEST >Description: - Update to 1.9.13 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mdocml-1.9.13.patch begins here --- Index: Makefile =================================================================== RCS file: /tank/ncvs/ports/textproc/mdocml/Makefile,v retrieving revision 1.10 diff -u -p -u -r1.10 Makefile --- Makefile 30 Sep 2009 14:04:46 -0000 1.10 +++ Makefile 3 Nov 2009 19:09:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mdocml -PORTVERSION= 1.9.6 +PORTVERSION= 1.9.13 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ https://www.spoerlein.net/pub/mdocml/ Index: distinfo =================================================================== RCS file: /tank/ncvs/ports/textproc/mdocml/distinfo,v retrieving revision 1.9 diff -u -p -u -r1.9 distinfo --- distinfo 30 Sep 2009 14:04:46 -0000 1.9 +++ distinfo 3 Nov 2009 19:09:21 -0000 @@ -1,3 +1,3 @@ -MD5 (mdocml-1.9.6.tar.gz) = cdccf1de778bd9424f87349637808063 -SHA256 (mdocml-1.9.6.tar.gz) = 67e5c66b8476ebab61f2222ee2f9731e7023933791456a62b2252cca906965a2 -SIZE (mdocml-1.9.6.tar.gz) = 134283 +MD5 (mdocml-1.9.13.tar.gz) = 3775babf95d25ae0f72af943974fc729 +SHA256 (mdocml-1.9.13.tar.gz) = 5b7d9b1fca6314983391a99cac45e9a8ceb1053e09d93215467ea445d7539b83 +SIZE (mdocml-1.9.13.tar.gz) = 121638 --- mdocml-1.9.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From tedm at toybox.placo.com Tue Nov 3 19:40:03 2009 From: tedm at toybox.placo.com (Ted Mittelstaedt) Date: Tue Nov 3 19:40:12 2009 Subject: ports/140254: Black Screen with Cirrus X Languana driver and CL-GD5465 AGP card Message-ID: <200911031931.nA3JVjXK032192@www.freebsd.org> >Number: 140254 >Category: ports >Synopsis: Black Screen with Cirrus X Languana driver and CL-GD5465 AGP card >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 19:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ted Mittelstaedt >Release: Release 6.4 >Organization: >Environment: FreeBSD ip6-tunnel-rtr.ipinc.net 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Running "X - configure" with the cirrus driver yields an xorg.conf file that causes the X server to crash on startup, leaving a black screen, I have to reboot to get the screen back. If I replace the cirrus driver statement in the xorg.conf file with vesa, to use the vesa driver, then X comes up. However, using the vesa driver the screen is garbled on return to textmode after exiting X. Issuing the command vidcontrol 80x25 does not reset the screen. The same problem happened with this video card in a completely different machine, different processor and motherboard, running the same version of FreeBSD and xorg. Replacing this video card with a trident AGP video card and reconfiguring X to use the trident works fine. I also checked this driver with a PCI Cirrus card using a CL-GD5446BV-HC-B card and that works fine as well. I tried changing BIOS settings related to the card (video bios cacheable yes/no, etc.) with no change. The output of /var/log/Xorg.0.log shows the server stops right here: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From linimon at FreeBSD.org Tue Nov 3 20:16:30 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Nov 3 20:16:36 2009 Subject: ports/140254: x11-drivers/xf86-video-cirrus: Black Screen with Cirrus X Languana driver and CL-GD5465 AGP card Message-ID: <200911032016.nA3KGTT1097436@freefall.freebsd.org> Old Synopsis: Black Screen with Cirrus X Languana driver and CL-GD5465 AGP card New Synopsis: x11-drivers/xf86-video-cirrus: Black Screen with Cirrus X Languana driver and CL-GD5465 AGP card Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 3 20:16:12 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=140254 From eksffa at freebsdbrasil.com.br Tue Nov 3 20:40:01 2009 From: eksffa at freebsdbrasil.com.br (Patrick Tracanelli) Date: Tue Nov 3 20:40:09 2009 Subject: ports/140255: updated mail/qmail to fix smtpextfork and add 2 features Message-ID: <200911032001.nA3K1CDK048669@main.bh.freebsdbrasil.com.br> >Number: 140255 >Category: ports >Synopsis: updated mail/qmail to fix smtpextfork and add 2 features >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 20:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Patrick Tracanelli >Release: FreeBSD 7.2-STABLE i386 >Organization: FreeBSD Brasil LTDA >Environment: System: FreeBSD main.bh.freebsdbrasil.com.br 7.2-STABLE FreeBSD 7.2-STABLE #3: Tue Jun 16 08:33:51 BRT 2009 root@main.bh.freebsdbrasil.com.br:/usr/obj/usr/src/sys/MAIN i386 >Description: Update mail/qmail to reflect mail/qmail-ldap slaveport upon: - Update (fix bug) SMTPEXTFORK code (affects only qmail-ldap port) - Contributor is the patch maintainer - Add JMS's Greet Delay feature on Qmail-LDAP - Enhace qmail-smtpd logs (spamcontrol-like) on qmail-ldap - Contributor is the patch maintainer This PR only updates qmail-ldap slaveport. >How-To-Repeat: >Fix: Apply the attached patch --- qmail_portrev8.patch begins here --- diff -urN qmail.orig/Makefile qmail/Makefile --- qmail.orig/Makefile 2009-11-03 16:55:18.000000000 -0200 +++ qmail/Makefile 2009-11-03 17:54:15.000000000 -0200 @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION?= ${QMAIL_VERSION} -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= mail MASTER_SITES+= ${MASTER_SITE_QMAIL} DISTNAME= ${PORTNAME}-${QMAIL_VERSION} @@ -168,7 +168,9 @@ LDAP_DEBUG "possibility to log and debug imap/pop" off \ SMTPEXTFORK "Allow qmail-smtpd fork external progs" off \ XF_QUITASAP "Close SMTP session ASAP (SMTPEXTFORK)" off \ - SENDERCHECK4 "LOOSE checks exclusively for RELAY clients" off + SENDERCHECK4 "LOOSE checks exclusively for RELAY clients" off \ + ENHACELOGS "Enhace qmail-smtpd logs (spamcontrol-like)" off \ + GRTDELAY "Add jms1's Greet Delay feature" off LDAP_PARAMS= ALTQUEUE BIGBROTHER BIGTODO BIND_8_COMPAT\ CLEARTEXTPASSWD DASH_EXT DATA_COMPRESS\ @@ -470,7 +472,7 @@ . if defined(SLAVE_SPAMCONTROL) SMTPEXTFORK_PATCH= smtpextfork-spamcontrol-2519.patch . else -SMTPEXTFORK_PATCH= smtpextfork-ldap-${LDAP_PATCH_DATE}_3.patch +SMTPEXTFORK_PATCH= smtpextfork-ldap-${LDAP_PATCH_DATE}_4.patch . endif MASTER_SITES+= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/patches/:extfork \ @@ -487,6 +489,21 @@ PATCHFILES+= qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch:sendercheck4 .endif +.if defined(SLAVE_LDAP) && defined(WITH_GRTDELAY) +PATCH_SITES+= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail/:grtdelay \ + ${MASTER_SITE_LOCAL:S/$/:grtdelay/} +PATCH_SITE_SUBDIR+= garga/qmail/:grtdelay +PATCHFILES+= qmail-ldap-${LDAP_PATCH_DATE}-grtdelay.patch:grtdelay +DOCFILES_WRKDIR_doc+= README.GREETDELAY +.endif + +.if defined(SLAVE_LDAP) && defined(WITH_ENHACELOG) +PATCH_SITES+= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail/:ldapenhacelog \ + ${MASTER_SITE_LOCAL:S/$/:ldapenhacelog/} +PATCH_SITE_SUBDIR+= garga/qmail/:ldapenhacelog +PATCHFILES+= enhacelogging-ldap-${LDAP_PATCH_DATE}_4.patch:ldapenhacelog +.endif + # Some default values, these can be modified by make command line .if defined(WITH_BIG_CONCURRENCY_PATCH) && !defined(BARRIER_BIG_CONCURRENCY_PATCH) WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT?= 509 diff -urN qmail.orig/distinfo qmail/distinfo --- qmail.orig/distinfo 2009-11-03 16:55:18.000000000 -0200 +++ qmail/distinfo 2009-11-03 17:44:44.000000000 -0200 @@ -1,108 +1,15 @@ MD5 (qmail/qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c SHA256 (qmail/qmail-1.03.tar.gz) = 21ed6c562cbb55092a66197c35c8222b84115d1acab0854fdb1ad1f301626f88 SIZE (qmail/qmail-1.03.tar.gz) = 220668 -MD5 (qmail/qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16 -SHA256 (qmail/qmail-103.patch) = 4cad53c7a6628a600c74c36bfee327db5052ca24c222d4013e4dfcd7f427653d -SIZE (qmail/qmail-103.patch) = 2104 -MD5 (qmail/qmailqueue-patch) = 5a8d7a5863b0c56236af945dedd45754 -SHA256 (qmail/qmailqueue-patch) = 52e82aaa34e9f1308b063cc986a701f67e161662e9f789bb12af03a381530f94 -SIZE (qmail/qmailqueue-patch) = 2510 -MD5 (qmail/big-todo.103.patch) = 39b6f70f65056472ff97ab40c1dba7b4 -SHA256 (qmail/big-todo.103.patch) = afa0a249e3271badd442f0bdae39997d9fe536157d8a0d62b6706f3dfcd11a72 -SIZE (qmail/big-todo.103.patch) = 5546 -MD5 (qmail/big-concurrency.patch) = 2ff58c3570870a8ff9a1d9eb9aec05a6 -SHA256 (qmail/big-concurrency.patch) = 0322991955878e86af495f7317c3a4bd2e60640f9a6dd70ad501fff27242ac2f -SIZE (qmail/big-concurrency.patch) = 9331 -MD5 (qmail/sendmail-flagf.patch) = 4e1f2d8315e7e2a5482798c9d19fac4d -SHA256 (qmail/sendmail-flagf.patch) = 9b3951c22b98c0e5a6ebfa793f052d91dfe01d68a0ad8dc83b8e0bd60c01802e -SIZE (qmail/sendmail-flagf.patch) = 863 -MD5 (qmail/patch-qmail-1.03-rfc2821.diff) = 1b85f233ab5b9d7ec1a8da1188bf10ef -SHA256 (qmail/patch-qmail-1.03-rfc2821.diff) = c34b331e27882f0596529df14f0e9f24c4dff9f941d04e5df17cc158dddac426 -SIZE (qmail/patch-qmail-1.03-rfc2821.diff) = 2564 -MD5 (qmail/qmail-date-localtime.patch) = d566e8bd99b33efee0194e855b8d6995 -SHA256 (qmail/qmail-date-localtime.patch) = 852aee7577edf8814c2429f82740da2a7e0b0b23516e10c4f3f7e845a47be2d5 -SIZE (qmail/qmail-date-localtime.patch) = 2603 -MD5 (qmail/qmail-1.03-qmtpc.patch) = 122664c38338e5ec35fcac43f33d6927 -SHA256 (qmail/qmail-1.03-qmtpc.patch) = f704b6c0ca3515a4bb488d14f7c94910aba4daa87420db6cd5b7ea19f17f7449 -SIZE (qmail/qmail-1.03-qmtpc.patch) = 6197 -MD5 (qmail/outgoingip.patch) = 3c9277dcf5f9b4b6d3a270fb3abf7994 -SHA256 (qmail/outgoingip.patch) = c117f5c41033f062cdc782a16403fc19725e98d92e73ab193dfd24f48c0ca5ac -SIZE (qmail/outgoingip.patch) = 6839 -MD5 (qmail/outgoingip.patch-spamcontrol-25) = 6265bfd682c0b4111745f1144c91e3c7 -SHA256 (qmail/outgoingip.patch-spamcontrol-25) = 17ef58193aad3ec834641a8e6c0b064965fa0f71ca432f52fe57ef1e48333ea3 -SIZE (qmail/outgoingip.patch-spamcontrol-25) = 6751 -MD5 (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = 120d5dd78bb227b963d828ee22f1ebe9 -SHA256 (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = a5b521d3f35aa0842ea3fe69f6e51fa3be5e9c0acfad8671de36fa62a5cb9539 -SIZE (qmail/qmail-1.03-qmtpc_outgoingip_20090630.patch) = 10364 -MD5 (qmail/qmail-maildir++.patch) = fd92b624ac1129a656eb1e567d1f0409 -SHA256 (qmail/qmail-maildir++.patch) = 79e3f1f8f95b58b6d17e5469f125d873fe212d0a5a6d19b538ad57176fbafb52 -SIZE (qmail/qmail-maildir++.patch) = 38088 -MD5 (qmail/qmail-block-executables.patch) = e425b420e5251b4882fc699f7822f7a0 -SHA256 (qmail/qmail-block-executables.patch) = 97512624eb02db51e10ab6d0dd834a8797a238d0e006bd1c6c94a183d291b456 -SIZE (qmail/qmail-block-executables.patch) = 5070 -MD5 (qmail/qmail-discard-double-bounces.patch) = 55d45bb8d2c3822a0e3544058aa5a3a3 -SHA256 (qmail/qmail-discard-double-bounces.patch) = 14489eefd9908f60af13fadd574d0e9bb936e5d1b706690ce52efef68529a8d8 -SIZE (qmail/qmail-discard-double-bounces.patch) = 1305 -MD5 (qmail/qmail-spf-rc5.patch) = 434bd84b87e2027cfa643673c498bd6f -SHA256 (qmail/qmail-spf-rc5.patch) = 8ad251d779125e11422ae9bcbf619b0ba002c0893dd8c8fe55a34a8b5fc42640 -SIZE (qmail/qmail-spf-rc5.patch) = 63582 -MD5 (qmail/qmail-spf-rc5.patch-tls) = db126b4ac29ad83c1c219e5323cef452 -SHA256 (qmail/qmail-spf-rc5.patch-tls) = c884665ff0bc5a5272efe3e09aed71e648a79d0279bc708d5a9df25c5758804f -SIZE (qmail/qmail-spf-rc5.patch-tls) = 63617 -MD5 (qmail/qmail-spf-rc5.patch-auth-tls) = 262e381adc967df0a8ab4f15f2f6fe8f -SHA256 (qmail/qmail-spf-rc5.patch-auth-tls) = 16fe99894938c30ed1928a61dabf0a598ef7e08a766a76cf084fe658d6d50092 -SIZE (qmail/qmail-spf-rc5.patch-auth-tls) = 63752 -MD5 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 55fa135415ee011f3f4234d7d52a3565 -SHA256 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 92ba895df1957109ad856cc1d1554ece4d25d59017e77127dd52d76afd05525a -SIZE (qmail/qmail-ldap-1.03-20060201.patch.gz) = 270788 -MD5 (qmail/qmail-mysql-1.1.15.patch) = c0298550475f928e82881e574e905313 -SHA256 (qmail/qmail-mysql-1.1.15.patch) = 3d2b6a08fb149d6c9fe6c8250e87edd6c4d4b2b0417f03adf5cf4202bbadc53f -SIZE (qmail/qmail-mysql-1.1.15.patch) = 67602 -MD5 (qmail/spamcontrol-2525a_tgz.bin) = 9e413fd1b8a5059497a41affd9525229 -SHA256 (qmail/spamcontrol-2525a_tgz.bin) = 229282b04d8954d4a7e5de485de2b2ae2a14d2629bd0f08131b5c4ada095e193 -SIZE (qmail/spamcontrol-2525a_tgz.bin) = 145590 -MD5 (qmail/qmail-1.03-tls-20021228-renato.patch) = be15cd5eaff7aa3cd88aee962febadc6 -SHA256 (qmail/qmail-1.03-tls-20021228-renato.patch) = ab0de8f744241dcb7f5ee207fc7eab4f067bf42812deb85f9eb0050ac49e6e23 -SIZE (qmail/qmail-1.03-tls-20021228-renato.patch) = 42095 -MD5 (qmail/qmail-smtpd-auth-0.31.tar.gz) = 6b202f71a99fb41e9e32906017270ba0 -SHA256 (qmail/qmail-smtpd-auth-0.31.tar.gz) = 1b439fa7e128de13fa80b86883f61a39d17b87b7e8916b6a0eab065bbe49b938 -SIZE (qmail/qmail-smtpd-auth-0.31.tar.gz) = 8798 -MD5 (qmail/qmail-smtpd-auth-close3.patch) = 0ba66d73dcba1c68ed714b07e47abd3e -SHA256 (qmail/qmail-smtpd-auth-close3.patch) = d933e871261d6740cebe5c21cad81146525cfe06a464e277979f61c1242b5ad4 -SIZE (qmail/qmail-smtpd-auth-close3.patch) = 520 -MD5 (qmail/tarpit.patch) = 49a2c0a445981deb09f3af73041d75f5 -SHA256 (qmail/tarpit.patch) = de94abbb71ef5d25e168725e435edd96ce3b14b7347440e0805dcb919b9d9604 -SIZE (qmail/tarpit.patch) = 3089 -MD5 (qmail/ext_todo-20030105.patch) = 99070bb55cac5ad61f8fb203422e651e -SHA256 (qmail/ext_todo-20030105.patch) = d46d0225360c0477f93e2990637ebf912b2a86e494f424ef2952ee11ab533ac7 -SIZE (qmail/ext_todo-20030105.patch) = 33763 -MD5 (qmail/ext_todo-20030105_spf.patch) = 4d760732c92c01bd14d9957257ca4c1a -SHA256 (qmail/ext_todo-20030105_spf.patch) = 544629c0003d01d27a5a45508e84332f247ed54ece57ff22c0c7c3a56ba086d6 -SIZE (qmail/ext_todo-20030105_spf.patch) = 33781 -MD5 (qmail/ext_todo-20030105_mysql.patch) = ecddff9ba6d725ec3be61843bc8007a7 -SHA256 (qmail/ext_todo-20030105_mysql.patch) = 3fc65b91faaaae147dbf6264f9381664819ef2f236532764309d174f29919ff1 -SIZE (qmail/ext_todo-20030105_mysql.patch) = 33797 -MD5 (qmail/qmail-spf-rc5.patch-spamcontrol-25) = b6d3a880a9a7868891ae3c52cf849eba -SHA256 (qmail/qmail-spf-rc5.patch-spamcontrol-25) = a046366f28a9d768d83389a1a2e472bf4c8e64902dafac24aabb7ac4c1a3d605 -SIZE (qmail/qmail-spf-rc5.patch-spamcontrol-25) = 64220 -MD5 (qmail/auth.patch.diff) = 23e0509061cd5dda4a1abf9a7cb7596d -SHA256 (qmail/auth.patch.diff) = 1d0f8e0ce139cd00b86f056bc31c1422d30b88cb8b125023d534cc3664f827b8 -SIZE (qmail/auth.patch.diff) = 4412 -MD5 (qmail/auth.patch.diff-tls) = 7e706dd124deb9a25cecd91fe652a90b -SHA256 (qmail/auth.patch.diff-tls) = 467c5f68d5d332d2400f937c76311e5358b613923d64e68ae98d51d178c7de5e -SIZE (qmail/auth.patch.diff-tls) = 2993 -MD5 (qmail/ext_todo-20030105+big-todo.103.patch) = 5878870ef85d6a83ba9465ce94d9cd42 -SHA256 (qmail/ext_todo-20030105+big-todo.103.patch) = 4e44ad403b21f5910b6af11295b82296bc8c0f18bc40dcfecfb95c11e5a296f7 -SIZE (qmail/ext_todo-20030105+big-todo.103.patch) = 2523 -MD5 (qmail/smtpextfork-ldap-20060201_3.patch) = 5dc5f9be5acf3ed87590172ee63a7f24 -SHA256 (qmail/smtpextfork-ldap-20060201_3.patch) = 5aa17d91430ecde3e89d7b842330c3e4860d2c8f2a5cd2e893837c26f6345be4 -SIZE (qmail/smtpextfork-ldap-20060201_3.patch) = 6832 -MD5 (qmail/smtpextfork-spamcontrol-2519.patch) = e5d7e5dc0039bff20a7c3fe6f55f9ca1 -SHA256 (qmail/smtpextfork-spamcontrol-2519.patch) = f45ecbb0949e4def25dc80b0b6c45d5e27df3afdb2ead1e5f0ac48d487af6bf2 -SIZE (qmail/smtpextfork-spamcontrol-2519.patch) = 7611 +MD5 (qmail/smtpextfork-ldap-20060201_4.patch) = bfa38f86d1ea648f0059f73dd91e8827 +SHA256 (qmail/smtpextfork-ldap-20060201_4.patch) = ff587d7169f404b4a0d0957f81a6849fd867defee5ac91a52ee958e58034b49f +SIZE (qmail/smtpextfork-ldap-20060201_4.patch) = 6632 MD5 (qmail/README.smtpextfork) = de136d073c3acf2f651f536e41054b0f SHA256 (qmail/README.smtpextfork) = baf23f1cc5676c67041cdaf7c8a0ce5b27365351a4ef52d235d6d021776bb72a SIZE (qmail/README.smtpextfork) = 7690 -MD5 (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 28395f5b6edfff7bb58974cd5b46717a -SHA256 (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 7656aef1f30f3c6a684e319d2a309d162b2a559eb84b38d21a1e23e88c78995b -SIZE (qmail/qmail-ldap-1.03_qmail-smtpd_SENDERCHECK4.patch) = 2182 +MD5 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 55fa135415ee011f3f4234d7d52a3565 +SHA256 (qmail/qmail-ldap-1.03-20060201.patch.gz) = 92ba895df1957109ad856cc1d1554ece4d25d59017e77127dd52d76afd05525a +SIZE (qmail/qmail-ldap-1.03-20060201.patch.gz) = 270788 +MD5 (qmail/qmail-ldap-20060201-grtdelay.patch) = 937605e19f022906af5621223e2b1d47 +SHA256 (qmail/qmail-ldap-20060201-grtdelay.patch) = db880469e3d1356252bc8d10251b88cf5cf75a69f18971ffa6e2b85db5a796bc +SIZE (qmail/qmail-ldap-20060201-grtdelay.patch) = 6051 --- qmail_portrev8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 20:40:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 20:40:17 2009 Subject: ports/140255: updated mail/qmail to fix smtpextfork and add 2 features Message-ID: <200911032040.nA3KeB2P016811@freefall.freebsd.org> Synopsis: updated mail/qmail to fix smtpextfork and add 2 features Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 20:40:10 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140255 From edwin at FreeBSD.org Tue Nov 3 21:07:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 21:07:36 2009 Subject: ports/140247: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911032107.nA3L7OUO040570@freefall.freebsd.org> Synopsis: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Tue Nov 3 21:07:24 UTC 2009 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140247 From edwin at FreeBSD.org Tue Nov 3 21:07:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 21:07:37 2009 Subject: ports/140247: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911032107.nA3L7T97040653@freefall.freebsd.org> Synopsis: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 3 21:07:28 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140247 From stef at memberwebs.com Tue Nov 3 21:10:03 2009 From: stef at memberwebs.com (Stef Walter) Date: Tue Nov 3 21:10:09 2009 Subject: ports/140256: [patch] Fix make package for devel/py-parsing Message-ID: <200911032105.nA3L5fjZ003182@www.freebsd.org> >Number: 140256 >Category: ports >Synopsis: [patch] Fix make package for devel/py-parsing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 21:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Stef Walter >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD 7orient.ws.local 7.2-RELEASE FreeBSD 7.2-RELEASE-p4 #2: Sat Oct 3 02:36:12 UTC 2009 root@dev-test2.ws.local:/usr/obj/usr/src/sys/DEVTEST2 amd64 >Description: Running 'make package' on the port devel/py-parsing when python 3.x is not installed doesn't work: /usr/ports/devel/py-parsing # make package ===> Building package for py26-parsing-1.5.2_1 Creating package /data/packages/All/py26-parsing-1.5.2_1.tbz Registering depends: python26-2.6.2_3. Creating bzip'd tar ball in '/data/packages/All/py26-parsing-1.5.2_1.tbz' tar: lib/python2.6/site-packages/pyparsing_py3.pyc: Cannot stat: No such file or directory tar: lib/python2.6/site-packages/pyparsing_py3.pyo: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 *** Error code 1 >How-To-Repeat: >Fix: Attached is a patch which fixes the problem for me. However I do not believe this to be a complete fix. Patch attached with submission follows: --- ./pkg-plist.orig 2009-11-02 21:59:26.000000000 +0000 +++ ./pkg-plist 2009-11-02 21:59:37.000000000 +0000 @@ -3,6 +3,4 @@ %%PYTHON_SITELIBDIR%%/pyparsing.pyo %%PYTHON_SITELIBDIR%%/pyparsing_py3.py -%%PYTHON_SITELIBDIR%%/pyparsing_py3.pyc -%%PYTHON_SITELIBDIR%%/pyparsing_py3.pyo %%PORTDOCS%%%%DOCSDIR%%/api-objects.txt %%PORTDOCS%%%%DOCSDIR%%/class-tree.html >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 21:10:05 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Nov 3 21:10:24 2009 Subject: ports/140247: [maintainer-update] net/opentracker - Added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911032110.nA3LA35S040811@freefall.freebsd.org> The following reply was made to PR ports/140247; it has been noted by GNATS. From: Edwin Groothuis To: utisoft@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/140247: [maintainer-update] net/opentracker - Added feature WANT_RESTRICT_STATS (trivial) Date: Tue, 3 Nov 2009 21:07:26 UT Maintainer of net/opentracker, Please note that PR ports/140247 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140247 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From edwin at FreeBSD.org Tue Nov 3 21:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 21:10:25 2009 Subject: ports/140256: [patch] Fix make package for devel/py-parsing Message-ID: <200911032110.nA3LACRY041545@freefall.freebsd.org> Synopsis: [patch] Fix make package for devel/py-parsing Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 21:10:12 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140256 From utisoft at googlemail.com Tue Nov 3 21:30:04 2009 From: utisoft at googlemail.com (Chris Rees) Date: Tue Nov 3 21:30:10 2009 Subject: ports/140247: [maintainer-update] net/opentracker - Added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911032130.nA3LU4UH058400@freefall.freebsd.org> The following reply was made to PR ports/140247; it has been noted by GNATS. From: Chris Rees To: bug-followup@freebsd.org Cc: Subject: Re: ports/140247: [maintainer-update] net/opentracker - Added feature WANT_RESTRICT_STATS (trivial) Date: Tue, 3 Nov 2009 21:28:11 +0000 > Maintainer of net/opentracker, > > Please note that PR ports/140247 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. Certainly I'll approve the patch, I submitted the PR! Thanks Chris -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From ivoras at FreeBSD.org Tue Nov 3 21:40:02 2009 From: ivoras at FreeBSD.org (Ivan Voras) Date: Tue Nov 3 21:40:09 2009 Subject: ports/140257: New port: databases/mongodb Message-ID: <200911032131.nA3LVXPR026083@www.freebsd.org> >Number: 140257 >Category: ports >Synopsis: New port: databases/mongodb >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 03 21:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ivan Voras >Release: 8 >Organization: NA >Environment: FreeBSD betelgeuse.cosmos 8.0-RC2 FreeBSD 8.0-RC2 #7: Sat Oct 31 15:58:27 CET 2009 ivoras@betelgeuse.cosmos:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: http://www.mongodb.org/ The distribution mechanism of github is somewhat strange - it looks like there is a git infrastructure that needs to be "tickled" to autogenerate a tgz of the source, thus also an alternative site on freefall. This port is for the development version of mongodb, which is the only one that can currently be used on FreeBSD without additional patches. I will post an update when a new release gets available which will incorporate fixes for FreeBSD. >How-To-Repeat: >Fix: Also needs patches to UIDs and GIDs: --- /usr/ports/UIDs 2009-11-01 17:02:27.000000000 +0100 +++ UIDs 2009-11-03 22:22:20.000000000 +0100 @@ -159,3 +159,4 @@ couchdb:*:919:919:daemon:0:0:CouchDB Account:/var/empty:/usr/sbin/nologin vboxusers:*:920:920::0:0:Virtualbox user:/nonexistent:/usr/sbin/nologin transmission:*:921:921::0:0:Transmission Daemon User:/usr/local/etc/transmission/home:/usr/sbin/nologin +mongodb:*:922:922:daemon:0:0:MongoDB Account:/var/empty:/usr/sbin/nologin --- /usr/ports/GIDs 2009-11-01 17:02:27.000000000 +0100 +++ GIDs 2009-11-03 22:22:31.000000000 +0100 @@ -149,3 +149,4 @@ couchdb:*:919: vboxusers:*:920: transmission:*:921: +mongodb:*:922: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mongodb # mongodb/Makefile # mongodb/pkg-descr # mongodb/distinfo # mongodb/files # mongodb/files/mongod.in # mongodb/pkg-install # mongodb/pkg-deinstall # echo c - mongodb mkdir -p mongodb > /dev/null 2>&1 echo x - mongodb/Makefile sed 's/^X//' >mongodb/Makefile << 'dd2c11c48ebdc2482dee8e08c2321c72' X# New ports collection makefile for: mongodb X# Date created: 3 November 2009 X# Whom: ivoras X# X# $FreeBSD$ X# X XPORTNAME= mongodb XPORTVERSION= 1.2.0.d20090223 XCATEGORIES= databases net XMASTER_SITES= http://download.github.com/ http://people.freebsd.org/~ivoras/distfiles/ XDISTFILES= mongodb-mongo-6e4852e.tar.gz X XMAINTAINER= ivoras@FreeBSD.org XCOMMENT= A NOSQL distributed document-oriented database X XLIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ X js:${PORTSDIR}/lang/spidermonkey \ X pcre:${PORTSDIR}/devel/pcre \ X nspr4:${PORTSDIR}/devel/nspr \ X execinfo.1:${PORTSDIR}/devel/libexecinfo X XUSE_SCONS= yes XSCONS_TARGET= all X XUSE_RC_SUBR= mongod X XWRKSRC= ${WRKDIR}/mongodb-mongo-6e4852e X XPLIST_FILES= bin/mongo bin/mongod bin/mongodump bin/mongoexport \ X bin/mongofiles bin/mongoimport bin/mongorestore \ X bin/mongos bin/mongosniff X Xpost-patch: X @${REINPLACE_CMD} -E -e 's|elif "freebsd7" == os.sys.platform|elif os.sys.platform.startswith("freebsd")|' \ X ${WRKSRC}/SConstruct X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/mongo ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongod ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongodump ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongoexport ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongofiles ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongoimport ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongorestore ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongos ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/mongosniff ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/libmongoclient.a ${PREFIX}/lib X Xpost-install: X PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL X X.include dd2c11c48ebdc2482dee8e08c2321c72 echo x - mongodb/pkg-descr sed 's/^X//' >mongodb/pkg-descr << 'fb5d34b6aebfe547c6f52d50781a849f' XMongo (from "humongous") is a high-performance, open source, Xschema-free, document-oriented database. X XWWW: http://www.mongodb.org/ fb5d34b6aebfe547c6f52d50781a849f echo x - mongodb/distinfo sed 's/^X//' >mongodb/distinfo << '355bdc19f6866e27d873baf33e60d3d2' XMD5 (mongodb-mongo-6e4852e.tar.gz) = e3181ebb0ce63070adf07562e5af38ea XSHA256 (mongodb-mongo-6e4852e.tar.gz) = e5a514ee00c4df9fa8cd6f78b449b779a4d247e244f5215ecb6d5d90406758ed XSIZE (mongodb-mongo-6e4852e.tar.gz) = 3846877 355bdc19f6866e27d873baf33e60d3d2 echo c - mongodb/files mkdir -p mongodb/files > /dev/null 2>&1 echo x - mongodb/files/mongod.in sed 's/^X//' >mongodb/files/mongod.in << 'b4db75822665ca63be37b594be6fe594' X#!/bin/sh X X# PROVIDE: mongod X# REQUIRE: NETWORK X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# mongod_enable (bool): Set to NO by default. X# Set it to YES to enable mongod. X# X# Additional configurable variables: X# mongod_config (path): Set to %%PREFIX%%/etc/mongod.conf X# by default. Additional configuration. You X# can also use mongod_flags for additional X# command line arguments. X# mongod_dbpath (path): Set to /var/db/mongod by default X# mongod_user (username): Set to "mongod" by default X X. %%RC_SUBR%% X Xname="mongod" Xrcvar=${name}_enable X Xcommand=%%PREFIX%%/bin/${name} X Xload_rc_config $name X X: ${mongod_enable="NO"} X: ${mongod_config="%%PREFIX%%/etc/mongodb.conf"} X: ${mongod_dbpath="/var/db/mongodb"} X: ${mongod_user="mongodb"} X Xcommand_args="-f $mongod_config --dbpath $mongod_dbpath --logappend --logpath $mongod_dbpath/mongod.log --fork" X Xrequired_dirs=${mongod_dbpath} X Xrun_rc_command "$1" X b4db75822665ca63be37b594be6fe594 echo x - mongodb/pkg-install sed 's/^X//' >mongodb/pkg-install << '9ff61aca429120c2368b63a853dfd1c4' X#!/bin/sh X# $FreeBSD$ X# X Xif [ "$2" != "PRE-INSTALL" ]; then X exit 0 Xfi X XUSER=mongodb XGROUP=${USER} XUID=922 XGID=${UID} XDBDIR=/var/db/mongodb X Xtouch ${PREFIX}/etc/mongodb.conf X Xif ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then X if pw groupadd ${GROUP} -g ${GID}; then X echo "Added group \"${GROUP}\"." X else X echo "Adding group \"${GROUP}\" failed..." X exit 1 X fi Xfi X Xif ! pw usershow "${USER}" 2>/dev/null 1>&2; then X if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ X -s "/bin/sh" -d "/var/db/mongodb" \ X -c "mongodb pseudo-user"; \ X then X echo "Added user \"${USER}\"." X if [ ! -d ${DBDIR} ] X then X echo "Creating \"${DBDIR}\"." X mkdir ${DBDIR} X chown ${USER}:${GROUP} ${DBDIR} X fi X else X echo "Adding user \"${USER}\" failed..." X exit 1 X fi Xfi Xexit 0 9ff61aca429120c2368b63a853dfd1c4 echo x - mongodb/pkg-deinstall sed 's/^X//' >mongodb/pkg-deinstall << 'f398691c4f377ad8a505be47024ffaf6' X#!/bin/sh X# $FreeBSD$ X# X Xif [ "$2" != "POST-DEINSTALL" ]; then X exit 0 Xfi X XUSER=mongodb X Xif pw usershow "${USER}" 2>/dev/null 1>&2; then X echo "To delete mongodb user permanently, use 'pw userdel ${USER}'" Xfi X Xexit 0 f398691c4f377ad8a505be47024ffaf6 exit >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Tue Nov 3 21:40:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Nov 3 21:40:24 2009 Subject: ports/140257: New port: databases/mongodb Message-ID: <200911032140.nA3LeD8a068603@freefall.freebsd.org> Synopsis: New port: databases/mongodb Responsible-Changed-From-To: freebsd-ports-bugs->ivoras Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 3 21:40:12 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140257 From jarrod at netleader.com.au Tue Nov 3 22:10:03 2009 From: jarrod at netleader.com.au (Jarrod Sayers) Date: Tue Nov 3 22:10:09 2009 Subject: ports/139848: add pre-caching to net-mgmt/nagios rc.d script Message-ID: <200911032210.nA3MA3Fj092393@freefall.freebsd.org> The following reply was made to PR ports/139848; it has been noted by GNATS. From: Jarrod Sayers To: bug-followup@FreeBSD.org, kimor79@yahoo.com Cc: Subject: Re: ports/139848: add pre-caching to net-mgmt/nagios rc.d script Date: Wed, 4 Nov 2009 08:32:41 +1030 (CST) I'm looking at this patch now and how it fits in to Nagios 3.2.0. I have a few tweaks to make to your patch and will supply an updated diff in the next day or so but the logic looks sound. Thanks. Jarrod. From ivoras at freebsd.org Tue Nov 3 22:22:19 2009 From: ivoras at freebsd.org (Ivan Voras) Date: Tue Nov 3 22:22:26 2009 Subject: ports/140257: New port: databases/mongodb In-Reply-To: <200911032140.nA3LeD8a068603@freefall.freebsd.org> References: <200911032140.nA3LeD8a068603@freefall.freebsd.org> Message-ID: <9bbcef730911031349y58bd3806g9507742c0517da9c@mail.gmail.com> 2009/11/3 : > Synopsis: New port: databases/mongodb > > Responsible-Changed-From-To: freebsd-ports-bugs->ivoras > Responsible-Changed-By: edwin > Responsible-Changed-When: Tue Nov 3 21:40:12 UTC 2009 > Responsible-Changed-Why: > Submitter has GNATS access (via the GNATS Auto Assign Tool) ...With which I cannot do much without a ports commit bit :) I cannot be the only developer ever who needs a new port now and then... I've never asked but how is this supposed to be handled? From linimon at FreeBSD.org Tue Nov 3 23:21:17 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Nov 3 23:21:24 2009 Subject: ports/139848: add pre-caching to net-mgmt/nagios rc.d script Message-ID: <200911032321.nA3NLG4B060987@freefall.freebsd.org> Synopsis: add pre-caching to net-mgmt/nagios rc.d script State-Changed-From-To: feedback->suspended State-Changed-By: linimon State-Changed-When: Tue Nov 3 23:20:41 UTC 2009 State-Changed-Why: maintainer is working on a patch that incorporates this as well as other changes. http://www.freebsd.org/cgi/query-pr.cgi?pr=139848 From linimon at FreeBSD.org Tue Nov 3 23:22:23 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Nov 3 23:22:29 2009 Subject: ports/140247: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911032322.nA3NMMHR061056@freefall.freebsd.org> Synopsis: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Nov 3 23:21:53 UTC 2009 State-Changed-Why: Submitter is maintainer using a different email address. http://www.freebsd.org/cgi/query-pr.cgi?pr=140247 From wen at FreeBSD.org Wed Nov 4 03:22:31 2009 From: wen at FreeBSD.org (wen@FreeBSD.org) Date: Wed Nov 4 03:22:37 2009 Subject: ports/140253: [MAINTAINER] textproc/mdocml: update to 1.9.13 Message-ID: <200911040322.nA43MVpr067787@freefall.freebsd.org> Synopsis: [MAINTAINER] textproc/mdocml: update to 1.9.13 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Wed Nov 4 03:22:30 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140253 From smatsui at karashi.org Wed Nov 4 03:50:02 2009 From: smatsui at karashi.org (Shinsuke Matsui) Date: Wed Nov 4 03:50:08 2009 Subject: ports/140260: [MAINTAINER] www/tinytinyhttpd: update to 0.0.9 Message-ID: <4af0f8fe.e701be0a.67a7.2c83@mx.google.com> >Number: 140260 >Category: ports >Synopsis: [MAINTAINER] www/tinytinyhttpd: update to 0.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 03:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Shinsuke Matsui >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD hoge.foo.baa 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 12:21:39 UTC >Description: - Update to 0.0.9 Added file(s): - files/example.conf.in - files/patch-httpd.cxx Removed file(s): - files/example.conf Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tinytinyhttpd-0.0.9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/tinytinyhttpd.orig/Makefile /usr/ports/www/tinytinyhttpd/Makefile --- /usr/ports/www/tinytinyhttpd.orig/Makefile 2009-09-30 22:06:53.000000000 +0900 +++ /usr/ports/www/tinytinyhttpd/Makefile 2009-11-04 12:19:25.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= tinytinyhttpd -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= www MASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \ ${MASTER_SITE_LOCAL} @@ -17,6 +17,7 @@ HAS_CONFIGURE= yes PLIST_FILES= bin/tthttpd +SUB_FILES= example.conf PORTDOCS= README example.conf ChangeLog do-install: @@ -24,7 +25,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/example.conf ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/example.conf ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} .endif diff -ruN --exclude=CVS /usr/ports/www/tinytinyhttpd.orig/distinfo /usr/ports/www/tinytinyhttpd/distinfo --- /usr/ports/www/tinytinyhttpd.orig/distinfo 2009-09-30 22:06:53.000000000 +0900 +++ /usr/ports/www/tinytinyhttpd/distinfo 2009-10-14 18:43:59.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (tinytinyhttpd-0.0.8.tar.gz) = 2a7b2bdcd5618c8f89915284f5f4203b -SHA256 (tinytinyhttpd-0.0.8.tar.gz) = d1b6b814e86d7357707c5fc2d8f63af42bb0a15a0197180d11c027a373c01f76 -SIZE (tinytinyhttpd-0.0.8.tar.gz) = 110678 +MD5 (tinytinyhttpd-0.0.9.tar.gz) = 9b0420c36c890b3dc442ce7dc20d4d3b +SHA256 (tinytinyhttpd-0.0.9.tar.gz) = 374041df75722920a355b3284d242a9fcdf009cc7c67078fd527c2682462792f +SIZE (tinytinyhttpd-0.0.9.tar.gz) = 147412 diff -ruN --exclude=CVS /usr/ports/www/tinytinyhttpd.orig/files/example.conf /usr/ports/www/tinytinyhttpd/files/example.conf --- /usr/ports/www/tinytinyhttpd.orig/files/example.conf 2009-08-05 21:23:57.000000000 +0900 +++ /usr/ports/www/tinytinyhttpd/files/example.conf 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ -[global] -port=8080 -root=/path/to/contents -indexpages=index.html,index.php -charset=utf-8 -spawnexec=on - -[mime/types] -cgi=@/usr/local/bin/perl -php=@/usr/local/bin/php diff -ruN --exclude=CVS /usr/ports/www/tinytinyhttpd.orig/files/example.conf.in /usr/ports/www/tinytinyhttpd/files/example.conf.in --- /usr/ports/www/tinytinyhttpd.orig/files/example.conf.in 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/www/tinytinyhttpd/files/example.conf.in 2009-10-14 18:43:43.000000000 +0900 @@ -0,0 +1,10 @@ +[global] +port=8080 +root=/path/to/contents +indexpages=index.html,index.php +charset=utf-8 +spawnexec=on + +[mime/types] +cgi=@%%LOCALBASE%%/bin/perl +php=@%%LOCALBASE%%/bin/php diff -ruN --exclude=CVS /usr/ports/www/tinytinyhttpd.orig/files/patch-httpd.cxx /usr/ports/www/tinytinyhttpd/files/patch-httpd.cxx --- /usr/ports/www/tinytinyhttpd.orig/files/patch-httpd.cxx 1970-01-01 09:00:00.000000000 +0900 +++ /usr/ports/www/tinytinyhttpd/files/patch-httpd.cxx 2009-11-04 11:48:05.000000000 +0900 @@ -0,0 +1,13 @@ +diff --git httpd.cxx httpd.cxx +index 98cec3c..958200a 100644 +--- httpd.cxx ++++ httpd.cxx +@@ -1734,7 +1734,7 @@ request_done: + #if defined LINUX_SENDFILE_API + sent = sendfile(msgsock, fileno(res_info->read), NULL, total); + #elif defined FREEBSD_SENDFILE_API +- sendfile(msgsock, fileno(res_info->read), total, &sent, NULL, 0); ++ if (sendfile(msgsock, fileno(res_info->read), NULL, total, NULL, NULL, 0) == 0) sent = total; + #elif defined _WIN32 + if (!res_info->process && lpfnTransmitFile && lpfnTransmitFile( + msgsock, --- tinytinyhttpd-0.0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Wed Nov 4 04:40:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Wed Nov 4 04:40:09 2009 Subject: ports/140262: [PATCH] mail/roundcube: update to 0.3.1 Message-ID: <20091104043221.1EBA71708C@spartan.hamla.org> >Number: 140262 >Category: ports >Synopsis: [PATCH] mail/roundcube: update to 0.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 04:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.3.1 - slight tweak of pkg-message - remove files/patch-plugins_password_drivers_sql.php; the problem is fixed upstream >How-To-Repeat: >Fix: --- roundcube.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/roundcube/Makefile,v retrieving revision 1.53 diff -u -r1.53 Makefile --- Makefile 8 Sep 2009 14:57:39 -0000 1.53 +++ Makefile 4 Nov 2009 04:29:38 -0000 @@ -6,12 +6,11 @@ # PORTNAME= roundcube -DISTVERSION= 0.3 -PORTREVISION= 1 +DISTVERSION= 0.3.1 PORTEPOCH= 1 CATEGORIES= mail www -MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}-stable -DISTNAME= ${PORTNAME}mail-${DISTVERSION}-stable +MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION} +DISTNAME= ${PORTNAME}mail-${DISTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP @@ -29,7 +28,7 @@ USE_PHP= pcre mbstring session iconv dom xml IGNORE_WITH_PHP=4 -SUB_FILES= pkg-install +SUB_FILES= pkg-install pkg-message PKGDEINSTALL= ${PKGINSTALL} REINPLACE_ARGS= -i "" Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/roundcube/distinfo,v retrieving revision 1.34 diff -u -r1.34 distinfo --- distinfo 7 Sep 2009 20:57:06 -0000 1.34 +++ distinfo 4 Nov 2009 04:29:38 -0000 @@ -1,3 +1,3 @@ -MD5 (roundcubemail-0.3-stable.tar.gz) = 741bb3dace2e2824c0cbb3e86142be5b -SHA256 (roundcubemail-0.3-stable.tar.gz) = 11b1618692000b82c4fde26527b2cf5c18850eb6f48c6c0004758c39308dfd04 -SIZE (roundcubemail-0.3-stable.tar.gz) = 1888994 +MD5 (roundcubemail-0.3.1.tar.gz) = 34e8e18772e7eada8769b6c5c20f7c8e +SHA256 (roundcubemail-0.3.1.tar.gz) = 78b7160e58fc3692591e8a909464a858500768e5e7a7c076b496a7caf119ddd1 +SIZE (roundcubemail-0.3.1.tar.gz) = 1917564 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 7 Jan 2009 13:24:30 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ------------------------------------------------------------------- -FIRST INSTALLATION - -. Create a new database and a database user for RoundCube -. Create database tables using the queries in file - 'SQL/*.initial.sql' -. Modify the files in config/* to suit your local environment -. Don't forget to set db.inc.php mode to 660. - -UPGRADING - -If you already had a previous version of RoundCube installed, -you should check your config files and DB schema are up-to-date. ------------------------------------------------------------------- Index: files/patch-plugins_password_drivers_sql.php =================================================================== RCS file: files/patch-plugins_password_drivers_sql.php diff -N files/patch-plugins_password_drivers_sql.php --- files/patch-plugins_password_drivers_sql.php 10 Sep 2009 08:19:29 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- plugins/password/drivers/sql.php.orig 2009-09-10 10:17:30.000000000 +0200 -+++ plugins/password/drivers/sql.php 2009-09-10 10:18:05.000000000 +0200 -@@ -81,7 +81,7 @@ - $user_info = explode('@', $_SESSION['username']); - if (count($user_info) >= 2) { - $sql = str_replace('%l', $db->quote($user_info[0], 'text'), $sql); -- $sql = str_replace('%d', $db->quote($user_info[0], 'text'), $sql); -+ $sql = str_replace('%d', $db->quote($user_info[1], 'text'), $sql); - } - - $sql = str_replace('%u', $db->quote($_SESSION['username'],'text'), $sql); Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 4 Nov 2009 04:29:38 -0000 @@ -0,0 +1,14 @@ +------------------------------------------------------------------ +FIRST INSTALLATION + +. Create a new database and a database user for RoundCube +. Create database tables using the queries in file + '%%WWWDIR%%/SQL/*.initial.sql' +. Modify the files in %%WWWDIR%%/config/* to suit your local environment +. Don't forget to set db.inc.php mode to 660. + +UPGRADING + +If you already had a previous version of RoundCube installed, +you should check your config files and DB schema are up-to-date. +------------------------------------------------------------------ --- roundcube.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 04:40:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 04:40:18 2009 Subject: ports/140262: [PATCH] mail/roundcube: update to 0.3.1 Message-ID: <200911040440.nA44eCR8029760@freefall.freebsd.org> Synopsis: [PATCH] mail/roundcube: update to 0.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 4 04:40:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140262 From mitsuru at riken.jp Wed Nov 4 07:00:14 2009 From: mitsuru at riken.jp (mitsuru@riken.jp) Date: Wed Nov 4 07:00:20 2009 Subject: ports/140263: Update port: lang/scala Message-ID: <200911040656.nA46usG5058685@zebu.yokohama.riken.jp> >Number: 140263 >Category: ports >Synopsis: Update port: lang/scala >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 07:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 8.0-RC1 amd64 >Organization: >Environment: System: FreeBSD 8.0-RC1 amd64 >Description: update lang/scala to 2.7.7.final >How-To-Repeat: >Fix: diff -ruN scala.old/Makefile scala/Makefile --- scala.old/Makefile 2009-11-04 14:30:55.000000000 +0900 +++ scala/Makefile 2009-11-04 14:31:09.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= scala -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.7 DISTVERSIONSUFFIX= .final CATEGORIES= lang java MASTER_SITES= http://www.scala-lang.org/downloads/distrib/files/ \ diff -ruN scala.old/distinfo scala/distinfo --- scala.old/distinfo 2009-11-04 14:30:55.000000000 +0900 +++ scala/distinfo 2009-11-04 14:31:52.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (scala-2.7.5.final.tgz) = 40a62c98d13689d83920f564a0532a8d -SHA256 (scala-2.7.5.final.tgz) = d7afbc77db0973698af311a94e9b95e6f77dba1a6163df79d528d3e0506a9af7 -SIZE (scala-2.7.5.final.tgz) = 15433763 +MD5 (scala-2.7.7.final.tgz) = 5d2294d5aab72fec869c0ba666d28b7e +SHA256 (scala-2.7.7.final.tgz) = eecf77e120be09af9f7da7ea53f42199402bee16c92793439c93f021f5e4cda8 +SIZE (scala-2.7.7.final.tgz) = 15619192 >Release-Note: >Audit-Trail: >Unformatted: From miwi at FreeBSD.org Wed Nov 4 07:39:41 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 07:39:47 2009 Subject: ports/140260: [MAINTAINER] www/tinytinyhttpd: update to 0.0.9 Message-ID: <200911040739.nA47dePH014953@freefall.freebsd.org> Synopsis: [MAINTAINER] www/tinytinyhttpd: update to 0.0.9 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Nov 4 07:39:40 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140260 From miwi at FreeBSD.org Wed Nov 4 08:37:32 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 08:37:42 2009 Subject: ports/140233: Fix compile for games/doom Message-ID: <200911040837.nA48bVuw071219@freefall.freebsd.org> Synopsis: Fix compile for games/doom State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 08:37:31 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140233 From miwi at FreeBSD.org Wed Nov 4 08:49:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 08:49:49 2009 Subject: ports/140247: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) Message-ID: <200911040849.nA48nfRc079544@freefall.freebsd.org> Synopsis: [maintainer-update] net/opentracker: added feature WANT_RESTRICT_STATS (trivial) State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 08:49:41 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140247 From dfilter at FreeBSD.ORG Wed Nov 4 08:50:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 08:50:09 2009 Subject: ports/140247: commit references a PR Message-ID: <200911040850.nA48o3vJ079610@freefall.freebsd.org> The following reply was made to PR ports/140247; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140247: commit references a PR Date: Wed, 4 Nov 2009 08:41:38 +0000 (UTC) miwi 2009-11-04 08:41:29 UTC FreeBSD ports repository Modified files: net/opentracker Makefile Log: - Added OPTION for WANT_RESTRICT_STATS PR: 140247 Submitted by: Chris Rees (maintainer) Revision Changes Path 1.2 +14 -9 ports/net/opentracker/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From nikola.lecic at anthesphoria.net Wed Nov 4 09:30:03 2009 From: nikola.lecic at anthesphoria.net (Nikola Lecic) Date: Wed Nov 4 09:30:21 2009 Subject: ports/140264: [Maintainer] textproc/scim-kmfl-sil-ezra: Add correct language code Message-ID: <200911040923.nA49NkjU017734@anthesphoria.net> >Number: 140264 >Category: ports >Synopsis: [Maintainer] textproc/scim-kmfl-sil-ezra: Add correct language code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 09:30:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 09:13:38 CET 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch adds the correct language code /store(&language) directive/ to the KMN file so that the keyboard appears in the right SCIM language submenu. The port message is changed accordingly as well. Thanks Doug Rintoul (KMFL creator) for noticing me about this. >How-To-Repeat: >Fix: --- scim-kmfl-sil-ezra-2.4_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ezra/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 16 Jul 2009 17:33:06 -0000 1.1 +++ Makefile 4 Nov 2009 08:10:53 -0000 @@ -6,6 +6,7 @@ PORTNAME= scim-kmfl-sil-ezra PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL251_Src.zip\&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL2.5Keying\&filename=/:2 \ @@ -55,7 +56,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Hebrew\" in your SCIM menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: files/patch-Keyman::EZRAUNI24.KMN =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-ezra/files/patch-Keyman::EZRAUNI24.KMN,v retrieving revision 1.1 diff -u -r1.1 patch-Keyman::EZRAUNI24.KMN --- files/patch-Keyman::EZRAUNI24.KMN 16 Jul 2009 17:33:06 -0000 1.1 +++ files/patch-Keyman::EZRAUNI24.KMN 4 Nov 2009 08:03:17 -0000 @@ -8,7 +8,7 @@ +BITMAP HEBDISPY.bmp c 8/21/02 c HOTKEY "^+M" VERSION 6.0 c 7/9/02 -+store(&language) "Biblical Hebrew" ++store(&language) "he_IL" begin UNICODE > use(Main) --- scim-kmfl-sil-ezra-2.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From nikola.lecic at anthesphoria.net Wed Nov 4 09:30:03 2009 From: nikola.lecic at anthesphoria.net (Nikola Lecic) Date: Wed Nov 4 09:30:22 2009 Subject: ports/140265: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code Message-ID: <200911040923.nA49NwBT017805@anthesphoria.net> >Number: 140265 >Category: ports >Synopsis: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 09:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 09:13:38 CET 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch adds the correct language code /store(&language) directive/ to the KMN file so that the keyboard appears in the right SCIM language submenu. The port message is changed accordingly as well. Thanks Doug Rintoul (KMFL creator) for noticing me about this. >How-To-Repeat: >Fix: --- scim-kmfl-sil-galatia-1.02_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2 Sep 2009 17:26:53 -0000 1.1 +++ Makefile 4 Nov 2009 08:11:12 -0000 @@ -7,6 +7,7 @@ PORTNAME= scim-kmfl-sil-galatia PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=GrkPolyComp_Src&filename=/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ @@ -50,7 +51,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Greek\" in your SCIM menu. If you don't see it," @${ECHO_MSG} " restart X." .if !defined(NOPORTDOCS) @${ECHO_MSG} Index: files/patch-GrkPolyComp.KMN =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-sil-galatia/files/patch-GrkPolyComp.KMN,v retrieving revision 1.1 diff -u -r1.1 patch-GrkPolyComp.KMN --- files/patch-GrkPolyComp.KMN 2 Sep 2009 17:26:54 -0000 1.1 +++ files/patch-GrkPolyComp.KMN 4 Nov 2009 08:00:03 -0000 @@ -1,6 +1,6 @@ --- GrkPolyComp.KMN.orig 2009-08-24 13:49:16.000000000 +0200 +++ GrkPolyComp.KMN 2009-08-24 14:03:17.000000000 +0200 -@@ -24,9 +24,9 @@ +@@ -24,14 +24,13 @@ c See REVISION.TXT c ---------------------------------------------------------------------------- @@ -12,7 +12,13 @@ HOTKEY "^+G" COPYRIGHT "© 2002-2008 SIL International" MESSAGE "The Greek (polytonic precomposed) Unicode keyboard is distributed under the X11 free software license (http://scripts.sil.org/X11License)." -@@ -520,9 +520,9 @@ +- +-c LANGUAGE x208, x22 ++store(&language) "el_GR" + + c ---------------------------------------------------------------------------- + +@@ -520,9 +519,9 @@ any(vUIoSm0) + any(K_Io) > index(vUIoSm,1) c >A_ any(vUIo2) + any(K_Ro) > index(vUIoRo,1) c A_< any(vUIoRo0) + any(K_Io) > index(vUIoRo,1) c index(vUIoRoGr,1) c <\A_ any(vUIoSm) + any(K_Ac) > index(vUIoSmAc,1) c A_>/ any(vUIoSmAc0) + any(K_Io) > index(vUIoSmAc,1) c >/A_ -@@ -668,8 +668,8 @@ +@@ -668,8 +667,8 @@ any(GC_Ci) + any(K_Gr) > index(GC_Gr,1) c a^ + \ a\. any(Ac) + any(K_Gr) > outs(Gr) c / + \ \. any(Ci) + any(K_Gr) > outs(Gr) c ^ + \ \. --- scim-kmfl-sil-galatia-1.02_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From nikola.lecic at anthesphoria.net Wed Nov 4 09:30:03 2009 From: nikola.lecic at anthesphoria.net (Nikola Lecic) Date: Wed Nov 4 09:30:22 2009 Subject: ports/140266: [Maintainer] textproc/scim-kmfl-varamozhi-malayalam: Add correct language code Message-ID: <200911040924.nA49OCm0017899@anthesphoria.net> >Number: 140266 >Category: ports >Synopsis: [Maintainer] textproc/scim-kmfl-varamozhi-malayalam: Add correct language code >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 09:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD xxx 8.0-RC2 FreeBSD 8.0-RC2 #0: Fri Oct 30 09:13:38 CET 2009 xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: This patch adds the correct language code /store(&language) directive/ to the KMN file so that the keyboard appears in the right SCIM language submenu. The port message is changed accordingly as well. Thanks Doug Rintoul (KMFL creator) for noticing me about this. This patch creates a new file, files/patch-mozhi_1.1.0.kmn. >How-To-Repeat: >Fix: --- scim-kmfl-varamozhi-malayalam-1.1.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/scim-kmfl-varamozhi-malayalam/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 21 Oct 2009 09:15:39 -0000 1.1 +++ Makefile 4 Nov 2009 09:05:40 -0000 @@ -7,6 +7,7 @@ PORTNAME= scim-kmfl-varamozhi-malayalam PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/varamozhi/2%20Mozhi%20Keyman%20-%20Input%20Method/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/kmfl/ @@ -29,10 +30,6 @@ PLIST_FILES= ${SCIM_KMFL_DIR}/mozhi_1.1.0.kmn \ ${SCIM_KMFL_ICONS_DIR}/mozhi.bmp -post-patch: - @${REINPLACE_CMD} -E 's|(Mozhi Keymap 1\.1\.1)|Varamozhi \1|' \ - ${WRKSRC}/mozhi_1.1.0.kmn - do-install: ${INSTALL_DATA} ${WRKSRC}/*.kmn ${LOCALBASE}/${SCIM_KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/*.bmp ${LOCALBASE}/${SCIM_KMFL_ICONS_DIR} @@ -40,7 +37,7 @@ post-install: @${ECHO_MSG} "--------------------------------------------------------" @${ECHO_MSG} " You should now have the new keyboard in the section" - @${ECHO_MSG} " \"Others\" in your SCIM menu. If you don't see it," + @${ECHO_MSG} " \"Malayalam\" in your SCIM menu. If you don't see it," @${ECHO_MSG} " restart X." @${ECHO_MSG} @${ECHO_MSG} " At the moment, this keyboard has no downloadable" Index: files/patch-mozhi_1.1.0.kmn =================================================================== RCS file: files/patch-mozhi_1.1.0.kmn diff -N files/patch-mozhi_1.1.0.kmn --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-mozhi_1.1.0.kmn 4 Nov 2009 08:08:10 -0000 @@ -0,0 +1,24 @@ +--- mozhi_1.1.0.kmn.orig 2009-11-04 09:05:06.000000000 +0100 ++++ mozhi_1.1.0.kmn 2009-11-04 09:06:50.000000000 +0100 +@@ -6,12 +6,13 @@ + c License along with this library; if not, write to the Free Software + c Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +-NAME "Mozhi Keymap 1.1.1" ++NAME "Varamozhi Mozhi Keymap 1.1.1" + COPYRIGHT "2006 © Raj Nair (peringz at gmail dot com)" + MESSAGE "Mozhi Keymap is a varamozhi based Tavultesoft keyboard available for Windows & Linux OS. Mozhi Keymap is distributed under GNU LGPL." + VERSION 6.0 + BITMAP mozhi.bmp + CAPS ALWAYS OFF ++store(&language) "ml_IN" + + store(&MnemonicLayout) "1" + begin Unicode > use(main) +@@ -436,4 +437,4 @@ + U+0D46 + [K_I] > U+0D48 + U+0D28 U+0D4D U+0D28 U+0D4D + [K_G] > U+0D19 U+0D4D U+0D19 U+0D4D + +-c EOF +\ No newline at end of file ++c EOF --- scim-kmfl-varamozhi-malayalam-1.1.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From miwi at FreeBSD.org Wed Nov 4 09:47:58 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 09:48:04 2009 Subject: ports/140188: [PATCH] some ports need adjustment to properly expand variables in pkg-message Message-ID: <200911040947.nA49lwEo031131@freefall.freebsd.org> Synopsis: [PATCH] some ports need adjustment to properly expand variables in pkg-message Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Nov 4 09:47:58 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140188 From jsa at wickedmachine.net Wed Nov 4 09:50:05 2009 From: jsa at wickedmachine.net (Joseph S. Atkinson) Date: Wed Nov 4 09:50:11 2009 Subject: ports/140267: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Message-ID: <200911040940.nA49eJJY037156@www.freebsd.org> >Number: 140267 >Category: ports >Synopsis: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 09:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Joseph S. Atkinson >Release: >Organization: >Environment: >Description: Facebook appears to have changed something. This update restores the functionality of the plugin. >How-To-Repeat: Just attempt to login to facebook via pidgin. It will fail a few times, then prompt you for your birtday. No matter how correct you answer, you will still be unable to login. >Fix: Update to 1.62 which was relased a couple of hours ago and fixes this issue. Patch attached with submission follows: diff -ru /usr/ports/net-im/pidgin-facebookchat/Makefile pidgin-facebookchat/Makefile --- /usr/ports/net-im/pidgin-facebookchat/Makefile 2009-08-27 14:48:17.000000000 -0400 +++ pidgin-facebookchat/Makefile 2009-11-04 04:24:34.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= pidgin-facebookchat -PORTVERSION= 1.60 +PORTVERSION= 1.62 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} diff -ru /usr/ports/net-im/pidgin-facebookchat/distinfo pidgin-facebookchat/distinfo --- /usr/ports/net-im/pidgin-facebookchat/distinfo 2009-08-27 14:48:17.000000000 -0400 +++ pidgin-facebookchat/distinfo 2009-11-04 04:24:51.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (pidgin-facebookchat-source-1.60.tar.bz2) = c4a4715e55858c5146b24135c153a1a8 -SHA256 (pidgin-facebookchat-source-1.60.tar.bz2) = ab11331ce872c49005519ac078967fd099c0b8c350ef54be46c0e8019212fe19 -SIZE (pidgin-facebookchat-source-1.60.tar.bz2) = 45795 +MD5 (pidgin-facebookchat-source-1.62.tar.bz2) = ec22b1260cb64de657b74861c53dca65 +SHA256 (pidgin-facebookchat-source-1.62.tar.bz2) = 776d079d7ba9c9a05e236e08bf5e85f07fbb6d6c348dae8a8d124a8cd873260e +SIZE (pidgin-facebookchat-source-1.62.tar.bz2) = 47867 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 09:50:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 09:50:22 2009 Subject: ports/140267: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Message-ID: <200911040950.nA49oES1031826@freefall.freebsd.org> Synopsis: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 4 09:50:14 UTC 2009 Responsible-Changed-Why: pgollucci@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140267 From miwi at FreeBSD.org Wed Nov 4 09:53:16 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 09:53:22 2009 Subject: ports/140166: [NEW PORT] devel/py26-pudb: A full-screen, console-based Python debugger Message-ID: <200911040953.nA49rGvi039471@freefall.freebsd.org> Synopsis: [NEW PORT] devel/py26-pudb: A full-screen, console-based Python debugger State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 09:53:16 UTC 2009 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140166 From dfilter at FreeBSD.ORG Wed Nov 4 10:00:16 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:00:23 2009 Subject: ports/140166: commit references a PR Message-ID: <200911041000.nA4A0G84039668@freefall.freebsd.org> The following reply was made to PR ports/140166; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140166: commit references a PR Date: Wed, 4 Nov 2009 09:53:33 +0000 (UTC) miwi 2009-11-04 09:53:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-pudb Makefile distinfo pkg-descr pkg-plist Log: PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal. If you've worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look familiar. WWW: http://pypi.python.org/pypi/pudb/ PR: ports/140166 Submitted by: Gea-Suan Lin Revision Changes Path 1.3681 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/py-pudb/Makefile (new) 1.1 +3 -0 ports/devel/py-pudb/distinfo (new) 1.1 +9 -0 ports/devel/py-pudb/pkg-descr (new) 1.1 +40 -0 ports/devel/py-pudb/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Wed Nov 4 10:05:11 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:05:18 2009 Subject: ports/140155: Update port: emulators/bsnes update to v0.54 Message-ID: <200911041005.nA4A5Arg047730@freefall.freebsd.org> Synopsis: Update port: emulators/bsnes update to v0.54 State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:04:17 UTC 2009 State-Changed-Why: Howdy Build failed, could you please take a look? http://64bit.miwibox.org/index.php?action=describe_port&id=1528 http://32bit.miwibox.org/index.php?action=describe_port&id=1514 thx. http://www.freebsd.org/cgi/query-pr.cgi?pr=140155 From miwi at FreeBSD.org Wed Nov 4 10:08:00 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:08:07 2009 Subject: ports/140154: Update ports: emulators/sdlmame-devel update to 0.134u4 Message-ID: <200911041007.nA4A7xr8047868@freefall.freebsd.org> Synopsis: Update ports: emulators/sdlmame-devel update to 0.134u4 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:07:59 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140154 From ksmakoto at dd.iij4u.or.jp Wed Nov 4 10:10:01 2009 From: ksmakoto at dd.iij4u.or.jp (Makoto Kishimoto) Date: Wed Nov 4 10:10:13 2009 Subject: ports/140269: GHC build failed by hs-ghc-paths install failed with "runghc: not found" Message-ID: <200911041002.nA4A2LBH059499@www.freebsd.org> >Number: 140269 >Category: ports >Synopsis: GHC build failed by hs-ghc-paths install failed with "runghc: not found" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 10:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Makoto Kishimoto >Release: releng 8 >Organization: >Environment: FreeBSD norikura.localdomain 8.0-RC2 FreeBSD 8.0-RC2 #0 r198476: Mon Oct 26 12:06:24 JST 2009 ksmakoto@norikura.localdomain:/usr/src/sys/amd64/compile/NORIKURA20091026 amd64 >Description: GHC(Glasgow Haskell Compiler, ports/lang/ghc) build failed by hs-ghc-paths install failed with "runghc: not found" full build log ==> http://ja.pastebin.ca/1656372 >How-To-Repeat: $ cd /usr/ports/lang/ghc $ make BATCH=yes >Fix: >Release-Note: >Audit-Trail: >Unformatted: From dfilter at FreeBSD.ORG Wed Nov 4 10:10:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:10:14 2009 Subject: ports/140154: commit references a PR Message-ID: <200911041010.nA4AA34T047979@freefall.freebsd.org> The following reply was made to PR ports/140154; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140154: commit references a PR Date: Wed, 4 Nov 2009 10:08:03 +0000 (UTC) miwi 2009-11-04 10:07:50 UTC FreeBSD ports repository Modified files: emulators/sdlmame-devel Makefile distinfo pkg-plist emulators/sdlmame-devel/files patch-makefile patch-sdlmain.c sdl.mak.patch Log: - Update to 0.134u4 PR: 140154 Submitted by: Emmanuel Vadot (maintainer) Revision Changes Path 1.33 +1 -1 ports/emulators/sdlmame-devel/Makefile 1.20 +3 -3 ports/emulators/sdlmame-devel/distinfo 1.13 +7 -6 ports/emulators/sdlmame-devel/files/patch-makefile 1.2 +7 -7 ports/emulators/sdlmame-devel/files/patch-sdlmain.c 1.3 +7 -7 ports/emulators/sdlmame-devel/files/sdl.mak.patch 1.21 +1 -1 ports/emulators/sdlmame-devel/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Wed Nov 4 10:15:33 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:16:54 2009 Subject: ports/140136: [MAINTAINER PATCH] port mail/spamd fix build on FreeBSD9 Message-ID: <200911041015.nA4AFXQl057149@freefall.freebsd.org> Synopsis: [MAINTAINER PATCH] port mail/spamd fix build on FreeBSD9 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:15:33 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140136 From miwi at FreeBSD.org Wed Nov 4 10:17:51 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:18:25 2009 Subject: ports/140235: New port: www/trac-gitplugin Git plugin for Trac Message-ID: <200911041017.nA4AHoZR057265@freefall.freebsd.org> Synopsis: New port: www/trac-gitplugin Git plugin for Trac State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:17:50 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140235 From dfilter at FreeBSD.ORG Wed Nov 4 10:20:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:20:13 2009 Subject: ports/140136: commit references a PR Message-ID: <200911041020.nA4AK2lL057447@freefall.freebsd.org> The following reply was made to PR ports/140136; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140136: commit references a PR Date: Wed, 4 Nov 2009 10:16:45 +0000 (UTC) miwi 2009-11-04 10:15:25 UTC FreeBSD ports repository Added files: mail/spamd/files patch-spamd-setup__spamd-setup.c Log: - Fix build on FreeBSD 9 PR: 140136 Submitted by: olli hauer (maintainer) Revision Changes Path 1.1 +50 -0 ports/mail/spamd/files/patch-spamd-setup__spamd-setup.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Wed Nov 4 10:20:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:20:14 2009 Subject: ports/140235: commit references a PR Message-ID: <200911041020.nA4AK4qo057473@freefall.freebsd.org> The following reply was made to PR ports/140235; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140235: commit references a PR Date: Wed, 4 Nov 2009 10:18:53 +0000 (UTC) miwi 2009-11-04 10:18:03 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-gitplugin Makefile distinfo pkg-descr Log: GitTrac is a plugin for Trac which enables Git to be used instead of Subversion as the VersioningSystemBackend for Trac. WWW: http://trac-hacks.org/wiki/GitPlugin PR: ports/140235 Submitted by: Douglas Thrift Revision Changes Path 1.2459 +1 -0 ports/www/Makefile 1.1 +34 -0 ports/www/trac-gitplugin/Makefile (new) 1.1 +3 -0 ports/www/trac-gitplugin/distinfo (new) 1.1 +4 -0 ports/www/trac-gitplugin/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Wed Nov 4 10:28:57 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:29:14 2009 Subject: ports/140266: [Maintainer] textproc/scim-kmfl-varamozhi-malayalam: Add correct language code Message-ID: <200911041028.nA4ASv5P065557@freefall.freebsd.org> Synopsis: [Maintainer] textproc/scim-kmfl-varamozhi-malayalam: Add correct language code State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:28:56 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140266 From miwi at FreeBSD.org Wed Nov 4 10:29:00 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:29:15 2009 Subject: ports/140265: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code Message-ID: <200911041028.nA4ASxQm065622@freefall.freebsd.org> Synopsis: [Maintainer] textproc/scim-kmfl-sil-galatia: Add correct language code State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:28:59 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140265 From miwi at FreeBSD.org Wed Nov 4 10:29:02 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:29:15 2009 Subject: ports/140264: [Maintainer] textproc/scim-kmfl-sil-ezra: Add correct language code Message-ID: <200911041029.nA4AT2ua065686@freefall.freebsd.org> Synopsis: [Maintainer] textproc/scim-kmfl-sil-ezra: Add correct language code State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:29:01 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140264 From dfilter at FreeBSD.ORG Wed Nov 4 10:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:30:21 2009 Subject: ports/140264: commit references a PR Message-ID: <200911041030.nA4AU4lV065862@freefall.freebsd.org> The following reply was made to PR ports/140264; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140264: commit references a PR Date: Wed, 4 Nov 2009 10:28:52 +0000 (UTC) miwi 2009-11-04 10:28:43 UTC FreeBSD ports repository Modified files: textproc/scim-kmfl-sil-ezra Makefile textproc/scim-kmfl-sil-ezra/files patch-Keyman::EZRAUNI24.KMN textproc/scim-kmfl-sil-galatia Makefile textproc/scim-kmfl-sil-galatia/files patch-GrkPolyComp.KMN textproc/scim-kmfl-varamozhi-malayalam Makefile Added files: textproc/scim-kmfl-varamozhi-malayalam/files patch-mozhi_1.1.0.kmn Log: - Add correct language code PR: 140264 140265 140266 Submitted by: Nikola Lecic (maintainer) Revision Changes Path 1.2 +2 -1 ports/textproc/scim-kmfl-sil-ezra/Makefile 1.2 +1 -1 ports/textproc/scim-kmfl-sil-ezra/files/patch-Keyman::EZRAUNI24.KMN 1.2 +2 -1 ports/textproc/scim-kmfl-sil-galatia/Makefile 1.2 +9 -3 ports/textproc/scim-kmfl-sil-galatia/files/patch-GrkPolyComp.KMN 1.2 +2 -5 ports/textproc/scim-kmfl-varamozhi-malayalam/Makefile 1.1 +24 -0 ports/textproc/scim-kmfl-varamozhi-malayalam/files/patch-mozhi_1.1.0.kmn (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Wed Nov 4 10:30:06 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:30:21 2009 Subject: ports/140265: commit references a PR Message-ID: <200911041030.nA4AU63N066004@freefall.freebsd.org> The following reply was made to PR ports/140265; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140265: commit references a PR Date: Wed, 4 Nov 2009 10:28:52 +0000 (UTC) miwi 2009-11-04 10:28:43 UTC FreeBSD ports repository Modified files: textproc/scim-kmfl-sil-ezra Makefile textproc/scim-kmfl-sil-ezra/files patch-Keyman::EZRAUNI24.KMN textproc/scim-kmfl-sil-galatia Makefile textproc/scim-kmfl-sil-galatia/files patch-GrkPolyComp.KMN textproc/scim-kmfl-varamozhi-malayalam Makefile Added files: textproc/scim-kmfl-varamozhi-malayalam/files patch-mozhi_1.1.0.kmn Log: - Add correct language code PR: 140264 140265 140266 Submitted by: Nikola Lecic (maintainer) Revision Changes Path 1.2 +2 -1 ports/textproc/scim-kmfl-sil-ezra/Makefile 1.2 +1 -1 ports/textproc/scim-kmfl-sil-ezra/files/patch-Keyman::EZRAUNI24.KMN 1.2 +2 -1 ports/textproc/scim-kmfl-sil-galatia/Makefile 1.2 +9 -3 ports/textproc/scim-kmfl-sil-galatia/files/patch-GrkPolyComp.KMN 1.2 +2 -5 ports/textproc/scim-kmfl-varamozhi-malayalam/Makefile 1.1 +24 -0 ports/textproc/scim-kmfl-varamozhi-malayalam/files/patch-mozhi_1.1.0.kmn (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Wed Nov 4 10:30:08 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:30:22 2009 Subject: ports/140266: commit references a PR Message-ID: <200911041030.nA4AU8MS066172@freefall.freebsd.org> The following reply was made to PR ports/140266; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140266: commit references a PR Date: Wed, 4 Nov 2009 10:28:53 +0000 (UTC) miwi 2009-11-04 10:28:43 UTC FreeBSD ports repository Modified files: textproc/scim-kmfl-sil-ezra Makefile textproc/scim-kmfl-sil-ezra/files patch-Keyman::EZRAUNI24.KMN textproc/scim-kmfl-sil-galatia Makefile textproc/scim-kmfl-sil-galatia/files patch-GrkPolyComp.KMN textproc/scim-kmfl-varamozhi-malayalam Makefile Added files: textproc/scim-kmfl-varamozhi-malayalam/files patch-mozhi_1.1.0.kmn Log: - Add correct language code PR: 140264 140265 140266 Submitted by: Nikola Lecic (maintainer) Revision Changes Path 1.2 +2 -1 ports/textproc/scim-kmfl-sil-ezra/Makefile 1.2 +1 -1 ports/textproc/scim-kmfl-sil-ezra/files/patch-Keyman::EZRAUNI24.KMN 1.2 +2 -1 ports/textproc/scim-kmfl-sil-galatia/Makefile 1.2 +9 -3 ports/textproc/scim-kmfl-sil-galatia/files/patch-GrkPolyComp.KMN 1.2 +2 -5 ports/textproc/scim-kmfl-varamozhi-malayalam/Makefile 1.1 +24 -0 ports/textproc/scim-kmfl-varamozhi-malayalam/files/patch-mozhi_1.1.0.kmn (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Wed Nov 4 10:47:42 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 10:48:24 2009 Subject: ports/140100: [PATCH] mail/fetchmail: update to 6.3.13 Message-ID: <200911041047.nA4AlggM083527@freefall.freebsd.org> Synopsis: [PATCH] mail/fetchmail: update to 6.3.13 State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 10:47:42 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140100 From dfilter at FreeBSD.ORG Wed Nov 4 10:50:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 10:50:10 2009 Subject: ports/140100: commit references a PR Message-ID: <200911041050.nA4Ao3LE085153@freefall.freebsd.org> The following reply was made to PR ports/140100; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140100: commit references a PR Date: Wed, 4 Nov 2009 10:48:15 +0000 (UTC) miwi 2009-11-04 10:47:33 UTC FreeBSD ports repository Modified files: mail/fetchmail Makefile distinfo pkg-plist mail/fetchmail/files pkg-message.in Added files: mail/fetchmail/files patch-configure Removed files: mail/fetchmail/files patch-socket.c Log: - Update to 6.3.13 (updates translations and supports SMTP multiline replies) - Remove Kerberos IV support, insecure and obsolete - Mark BROKEN if KRB5_HOME is set and invalid - Kill pre-configure, no longer needed - Kill obsolete POP2 from make config menu, still available if given on make command line - Auto-detect KRB5_HOME if it's $LOCALBASE or /usr - MARK_JOBS_SAFE=yes - Cease messing with @cwd in pkg-plist - Reduce asterisks on pkg-message.in, to avoid screen clutter on long $PREFIX Rely on krb-config instead. PR: 140100 Submitted by: Matthias Andree Approved by: maintainer Revision Changes Path 1.204 +14 -39 ports/mail/fetchmail/Makefile 1.132 +3 -3 ports/mail/fetchmail/distinfo 1.8 +11 -0 ports/mail/fetchmail/files/patch-configure (new) 1.4 +0 -15 ports/mail/fetchmail/files/patch-socket.c (dead) 1.2 +4 -4 ports/mail/fetchmail/files/pkg-message.in 1.29 +2 -3 ports/mail/fetchmail/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lapo at lapo.it Wed Nov 4 11:00:12 2009 From: lapo at lapo.it (Lapo Luchini) Date: Wed Nov 4 11:00:24 2009 Subject: ports/140270: [MAINTAINER] www/xpi-firebug: update to 1.4.4 Message-ID: <200911041050.nA4AoWu3054234@lapo.andxor.it> >Number: 140270 >Category: ports >Synopsis: [MAINTAINER] www/xpi-firebug: update to 1.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 11:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 7.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 >Description: - Update to 1.4.4 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-firebug-1.4.4,3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/xpi-firebug/Makefile /usr/home/lapo/ports/xpi-firebug/Makefile --- /usr/ports/www/xpi-firebug/Makefile 2009-07-26 22:42:03.000000000 +0200 +++ /usr/home/lapo/ports/xpi-firebug/Makefile 2009-11-04 11:22:27.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= firebug -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.4 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www diff -ruN --exclude=CVS /usr/ports/www/xpi-firebug/distinfo /usr/home/lapo/ports/xpi-firebug/distinfo --- /usr/ports/www/xpi-firebug/distinfo 2009-07-26 22:42:03.000000000 +0200 +++ /usr/home/lapo/ports/xpi-firebug/distinfo 2009-11-04 11:25:07.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (xpi/firebug-1.4.0-fx.xpi) = 17b896da026b4ee6198e0ee99deca497 -SHA256 (xpi/firebug-1.4.0-fx.xpi) = c2d4bdc273695db487b8a60f45a3298e567655a51d40a9a1dfe827f272ed0c79 -SIZE (xpi/firebug-1.4.0-fx.xpi) = 656786 +MD5 (xpi/firebug-1.4.4-fx.xpi) = 5f079f324d20bf7d740fc5556567dd71 +SHA256 (xpi/firebug-1.4.4-fx.xpi) = 36697c400a6197a9a9eb0fd5a4b28075ab64b3a789d8ddf0b9b3bd7776d7efd8 +SIZE (xpi/firebug-1.4.4-fx.xpi) = 695186 diff -ruN --exclude=CVS /usr/ports/www/xpi-firebug/pkg-plist /usr/home/lapo/ports/xpi-firebug/pkg-plist --- /usr/ports/www/xpi-firebug/pkg-plist 2009-07-26 22:42:03.000000000 +0200 +++ /usr/home/lapo/ports/xpi-firebug/pkg-plist 2009-11-04 11:45:10.000000000 +0100 @@ -1,10 +1,12 @@ %%XPI_XPIDIR%%/build.xml %%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/firebug-annotations.js %%XPI_XPIDIR%%/components/firebug-channel-listener.js %%XPI_XPIDIR%%/components/firebug-http-observer.js %%XPI_XPIDIR%%/components/firebug-service.js %%XPI_XPIDIR%%/components/firebug-trace-service.js %%XPI_XPIDIR%%/content/firebug/a11y.js +%%XPI_XPIDIR%%/content/firebug/activation.js %%XPI_XPIDIR%%/content/firebug/bindings.xml %%XPI_XPIDIR%%/content/firebug/blank.gif %%XPI_XPIDIR%%/content/firebug/branch.properties @@ -136,6 +138,9 @@ %%XPI_XPIDIR%%/locale/ro-RO/editors.dtd %%XPI_XPIDIR%%/locale/ro-RO/firebug.dtd %%XPI_XPIDIR%%/locale/ro-RO/firebug.properties +%%XPI_XPIDIR%%/locale/ru-RU/editors.dtd +%%XPI_XPIDIR%%/locale/ru-RU/firebug.dtd +%%XPI_XPIDIR%%/locale/ru-RU/firebug.properties %%XPI_XPIDIR%%/locale/sk-SK/editors.dtd %%XPI_XPIDIR%%/locale/sk-SK/firebug.dtd %%XPI_XPIDIR%%/locale/sk-SK/firebug.properties @@ -145,6 +150,9 @@ %%XPI_XPIDIR%%/locale/tr-TR/editors.dtd %%XPI_XPIDIR%%/locale/tr-TR/firebug.dtd %%XPI_XPIDIR%%/locale/tr-TR/firebug.properties +%%XPI_XPIDIR%%/locale/uk-UA/editors.dtd +%%XPI_XPIDIR%%/locale/uk-UA/firebug.dtd +%%XPI_XPIDIR%%/locale/uk-UA/firebug.properties %%XPI_XPIDIR%%/locale/zh-CN/editors.dtd %%XPI_XPIDIR%%/locale/zh-CN/firebug.dtd %%XPI_XPIDIR%%/locale/zh-CN/firebug.properties @@ -327,9 +335,11 @@ @dirrm %%XPI_XPIDIR%%/locale/pl-PL @dirrm %%XPI_XPIDIR%%/locale/pt-BR @dirrm %%XPI_XPIDIR%%/locale/ro-RO +@dirrm %%XPI_XPIDIR%%/locale/ru-RU @dirrm %%XPI_XPIDIR%%/locale/sk-SK @dirrm %%XPI_XPIDIR%%/locale/sv-SE @dirrm %%XPI_XPIDIR%%/locale/tr-TR +@dirrm %%XPI_XPIDIR%%/locale/uk-UA @dirrm %%XPI_XPIDIR%%/locale/zh-CN @dirrm %%XPI_XPIDIR%%/locale/zh-TW @dirrm %%XPI_XPIDIR%%/locale --- xpi-firebug-1.4.4,3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From lapo at lapo.it Wed Nov 4 11:00:15 2009 From: lapo at lapo.it (Lapo Luchini) Date: Wed Nov 4 11:00:25 2009 Subject: ports/140271: [MAINTAINER] www/xpi-stumbleupon: update to 3.52 Message-ID: <200911041058.nA4AwZAA058717@lapo.andxor.it> >Number: 140271 >Category: ports >Synopsis: [MAINTAINER] www/xpi-stumbleupon: update to 3.52 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 11:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Lapo Luchini >Release: FreeBSD 7.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD lapo.andxor.it 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 >Description: - Update to 3.52 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- xpi-stumbleupon-3.52.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/xpi-stumbleupon/Makefile /usr/home/lapo/ports/xpi-stumbleupon/Makefile --- /usr/ports/www/xpi-stumbleupon/Makefile 2009-07-05 02:15:55.000000000 +0200 +++ /usr/home/lapo/ports/xpi-stumbleupon/Makefile 2009-11-04 11:51:48.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= stumbleupon -PORTVERSION= 3.29 +PORTVERSION= 3.52 DISTVERSIONSUFFIX= -fx+sm+mz CATEGORIES= www diff -ruN --exclude=CVS /usr/ports/www/xpi-stumbleupon/distinfo /usr/home/lapo/ports/xpi-stumbleupon/distinfo --- /usr/ports/www/xpi-stumbleupon/distinfo 2009-07-05 02:15:55.000000000 +0200 +++ /usr/home/lapo/ports/xpi-stumbleupon/distinfo 2009-11-04 11:51:58.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (xpi/stumbleupon-3.29-fx+sm+mz.xpi) = 3319490d45c0d1557b2575ca86ca4a33 -SHA256 (xpi/stumbleupon-3.29-fx+sm+mz.xpi) = c9a5d5ef84a1bda55f7eff1c9bc1c536ac9b360be61e3f14e6cbd9e8ed07233b -SIZE (xpi/stumbleupon-3.29-fx+sm+mz.xpi) = 296354 +MD5 (xpi/stumbleupon-3.52-fx+sm+mz.xpi) = 81d194944dabb88335515eed5e2aedcd +SHA256 (xpi/stumbleupon-3.52-fx+sm+mz.xpi) = 452d5cad3dbdef357dbe676b7731366d07fdeff473dcdacffaeddd8701b1a8b9 +SIZE (xpi/stumbleupon-3.52-fx+sm+mz.xpi) = 309555 --- xpi-stumbleupon-3.52.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at mavetju.org Wed Nov 4 11:08:07 2009 From: edwin at mavetju.org (Edwin Groothuis) Date: Wed Nov 4 11:08:14 2009 Subject: ports/140257: New port: databases/mongodb In-Reply-To: <9bbcef730911031349y58bd3806g9507742c0517da9c@mail.gmail.com> References: <200911032140.nA3LeD8a068603@freefall.freebsd.org> <9bbcef730911031349y58bd3806g9507742c0517da9c@mail.gmail.com> Message-ID: <20091104104929.GL25832@mavetju.org> On Tue, Nov 03, 2009 at 10:49:57PM +0100, Ivan Voras wrote: > 2009/11/3 : > > Synopsis: New port: databases/mongodb > > > > Responsible-Changed-From-To: freebsd-ports-bugs->ivoras > > Responsible-Changed-By: edwin > > Responsible-Changed-When: Tue Nov 3 21:40:12 UTC 2009 > > Responsible-Changed-Why: > > > Submitter has GNATS access (via the GNATS Auto Assign Tool) > > ...With which I cannot do much without a ports commit bit :) > > I cannot be the only developer ever who needs a new port now and > then... I've never asked but how is this supposed to be handled? You can re-assign it back to freebsd-ports-bugs and state as reason: "maintainer approves", or join on #bsdports on efnet and ask for somebody to commit it or to approve it. Note that it says "has GNATS access", it doesn't say "has ports commit privileges". Edwin -- Edwin Groothuis Website: http://www.mavetju.org/ edwin@mavetju.org Weblog: http://www.mavetju.org/weblog/ From miwi at FreeBSD.org Wed Nov 4 11:25:33 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 11:25:44 2009 Subject: ports/140270: [MAINTAINER] www/xpi-firebug: update to 1.4.4 Message-ID: <200911041125.nA4BPWXe019022@freefall.freebsd.org> Synopsis: [MAINTAINER] www/xpi-firebug: update to 1.4.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Nov 4 11:25:32 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140270 From miwi at FreeBSD.org Wed Nov 4 11:25:35 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 11:25:44 2009 Subject: ports/140271: [MAINTAINER] www/xpi-stumbleupon: update to 3.52 Message-ID: <200911041125.nA4BPZPn019087@freefall.freebsd.org> Synopsis: [MAINTAINER] www/xpi-stumbleupon: update to 3.52 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Nov 4 11:25:35 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140271 From wahjava at gmail.com Wed Nov 4 11:40:02 2009 From: wahjava at gmail.com (Ashish SHUKLA) Date: Wed Nov 4 11:40:09 2009 Subject: ports/140272: Update Port: irc/bitlbee-otr to v.1.2.4 Message-ID: <20091104113017.4271A11486@chateau.d.if> >Number: 140272 >Category: ports >Synopsis: Update Port: irc/bitlbee-otr to v.1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 11:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.0-RC2 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.if 8.0-RC2 FreeBSD 8.0-RC2 #0: Sun Oct 25 07:27:19 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updated bitlbee-otr to v.1.2.4. Whoever is going to commit this port, please grab the original tarball[1] and host it on ${MASTER_SITE_FREEBSD}, as I don't have any permanent webspace. References: [1] http://wahjava.googlepages.com/bitlbee-otr-1.2.4.tar.bz2 Thanks Ashish SHUKLA >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/bitlbee-otr/Makefile bitlbee-otr/Makefile --- /usr/ports/irc/bitlbee-otr/Makefile 2009-09-21 05:57:53.000000000 +0530 +++ bitlbee-otr/Makefile 2009-11-04 16:46:13.000000000 +0530 @@ -6,8 +6,7 @@ # PORTNAME= bitlbee-otr -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.2.4 CATEGORIES= irc MASTER_SITES= ${MASTER_SITE_FREEBSD} diff -urN /usr/ports/irc/bitlbee-otr/distinfo bitlbee-otr/distinfo --- /usr/ports/irc/bitlbee-otr/distinfo 2008-11-16 03:43:14.000000000 +0530 +++ bitlbee-otr/distinfo 2009-11-04 16:46:20.000000000 +0530 @@ -1,3 +1,3 @@ -MD5 (bitlbee-otr-1.2.3.tar.bz2) = 089e2b3608673a00085283333d7cc32c -SHA256 (bitlbee-otr-1.2.3.tar.bz2) = a136a4cc9b2eb0fdd28cdbc47ff53266eea28fb43f4db1bdb1f67e4e3f34f6cd -SIZE (bitlbee-otr-1.2.3.tar.bz2) = 368134 +MD5 (bitlbee-otr-1.2.4.tar.bz2) = 4d432b7d039380f65b18bf67fa4eb05a +SHA256 (bitlbee-otr-1.2.4.tar.bz2) = e15ce401d7c7ef19489c23c34ee301e7af58ad83d29fc0b06cd935f8d54754e2 +SIZE (bitlbee-otr-1.2.4.tar.bz2) = 380950 >Release-Note: >Audit-Trail: >Unformatted: From ivoras at FreeBSD.org Wed Nov 4 12:13:58 2009 From: ivoras at FreeBSD.org (ivoras@FreeBSD.org) Date: Wed Nov 4 12:14:04 2009 Subject: ports/140257: New port: databases/mongodb Message-ID: <200911041213.nA4CDwTR064276@freefall.freebsd.org> Synopsis: New port: databases/mongodb Responsible-Changed-From-To: ivoras->freebsd-ports-bugs Responsible-Changed-By: ivoras Responsible-Changed-When: Wed Nov 4 12:11:05 UTC 2009 Responsible-Changed-Why: I don't have a ports commit bit. I of course approve of my own request and would like to ask someone to commit the new port. http://www.freebsd.org/cgi/query-pr.cgi?pr=140257 From miwi at FreeBSD.org Wed Nov 4 12:21:05 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 12:21:11 2009 Subject: ports/140272: Update Port: irc/bitlbee-otr to v.1.2.4 Message-ID: <200911041221.nA4CL45T072872@freefall.freebsd.org> Synopsis: Update Port: irc/bitlbee-otr to v.1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Nov 4 12:21:04 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140272 From miwi at FreeBSD.org Wed Nov 4 13:25:15 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 13:25:24 2009 Subject: ports/140263: Update port: lang/scala Message-ID: <200911041325.nA4DPElL025878@freefall.freebsd.org> Synopsis: Update port: lang/scala State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 13:25:14 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140263 From wen at FreeBSD.org Wed Nov 4 13:25:30 2009 From: wen at FreeBSD.org (wen@FreeBSD.org) Date: Wed Nov 4 13:25:35 2009 Subject: ports/140257: New port: databases/mongodb Message-ID: <200911041325.nA4DPTcY025967@freefall.freebsd.org> Synopsis: New port: databases/mongodb Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: wen Responsible-Changed-When: Wed Nov 4 13:25:29 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140257 From dfilter at FreeBSD.ORG Wed Nov 4 13:30:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 13:30:11 2009 Subject: ports/140263: commit references a PR Message-ID: <200911041330.nA4DU5vJ026581@freefall.freebsd.org> The following reply was made to PR ports/140263; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140263: commit references a PR Date: Wed, 4 Nov 2009 13:25:15 +0000 (UTC) miwi 2009-11-04 13:25:07 UTC FreeBSD ports repository Modified files: lang/scala Makefile distinfo Log: - Update to 2.7.7 PR: 140263 Submitted by: mitsuru@riken.jp (maintainer) Revision Changes Path 1.3 +1 -1 ports/lang/scala/Makefile 1.3 +3 -3 ports/lang/scala/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Wed Nov 4 13:31:49 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 13:32:02 2009 Subject: ports/140239: [Patch] textproc/scim-input-pad: Unbreak startup, add docs, icon, cleanup, take maintainership Message-ID: <200911041331.nA4DVmKi035714@freefall.freebsd.org> Synopsis: [Patch] textproc/scim-input-pad: Unbreak startup, add docs, icon, cleanup, take maintainership State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 13:31:48 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140239 From dfilter at FreeBSD.ORG Wed Nov 4 13:40:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 13:40:11 2009 Subject: ports/140239: commit references a PR Message-ID: <200911041340.nA4De4vd036844@freefall.freebsd.org> The following reply was made to PR ports/140239; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140239: commit references a PR Date: Wed, 4 Nov 2009 13:31:48 +0000 (UTC) miwi 2009-11-04 13:31:39 UTC FreeBSD ports repository Modified files: textproc/scim-input-pad Makefile pkg-descr pkg-plist Removed files: textproc/scim-input-pad/files patch-src-Makefile.in Log: * Unbreaks startup from the command-line/menu due to wrong SCIM_LIBEXECDIR; * Simplifies Makefile (removes many unnecessary directives and the patch); * Adds documentation (README explains the syntax how to create custom tables); * Adds DESKTOP_ENTRIES; * Improves pkg-descr; * Passes maintainership to the submitter. PR: 140239 Submitted by: Nikola Lecic Revision Changes Path 1.24 +23 -10 ports/textproc/scim-input-pad/Makefile 1.2 +0 -10 ports/textproc/scim-input-pad/files/patch-src-Makefile.in (dead) 1.3 +5 -2 ports/textproc/scim-input-pad/pkg-descr 1.8 +3 -0 ports/textproc/scim-input-pad/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dokas at oitsec.umn.edu Wed Nov 4 14:30:10 2009 From: dokas at oitsec.umn.edu (Paul Dokas) Date: Wed Nov 4 14:30:19 2009 Subject: ports/140273: ports-mgmt/portupgrade-devel chokes on bsdpan pkgs Message-ID: <20091104142712.02FAB2E064@cdward.oitsec.umn.edu> >Number: 140273 >Category: ports >Synopsis: ports-mgmt/portupgrade-devel chokes on bsdpan pkgs >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 14:30:09 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Paul Dokas >Release: FreeBSD 7.2-RELEASE-p4 amd64 >Organization: University of Minnesota >Environment: System: FreeBSD cdward.oitsec.umn.edu 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #6: Mon Oct 5 10:17:50 CDT 2009 root@cdward.oitsec.umn.edu:/usr/obj/usr/src/sys/CDWARD amd64 >Description: The recent update to ports-mgmt/portupgrade-devel is having problems dealing with bsdpan packages. # portupgrade -airRn ---> Session started at: Wed, 04 Nov 2009 08:15:21 -0600 [Updating the pkgdb in /var/db/pkg ... - 1276 packages found (-0 +1) . done] ---> Skipping 'bsdpan-Parse-Snort-0.01' because it is held by user (specify -f to force) ---> Session ended at: Wed, 04 Nov 2009 08:17:54 -0600 (consumed 00:02:33) /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:953:in `initialize': ArgumentError (ArgumentError) from /usr/local/sbin/portupgrade:998:in `new' from /usr/local/sbin/portupgrade:998:in `do_upgrade' from /usr/local/sbin/portupgrade:812:in `main' from /usr/local/sbin/portupgrade:808:in `each' from /usr/local/sbin/portupgrade:808:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' from /usr/local/sbin/portupgrade:231:in `new' from /usr/local/sbin/portupgrade:231:in `main' from /usr/local/sbin/portupgrade:2213 If I remove bsdpan-Parse-Snort-0.01 by hand, portupgrade will run to completion. >How-To-Repeat: Install ports-mgmt/portupgrade-devel and a bsdpan pkgs and attempt to run portupgrade >Fix: Unknown. I'm sure that it's a software bug somewhere in portupgrade since it worked just fine before the recent update. >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 14:30:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 14:30:29 2009 Subject: ports/140273: ports-mgmt/portupgrade-devel chokes on bsdpan pkgs Message-ID: <200911041430.nA4EUMlH081008@freefall.freebsd.org> Synopsis: ports-mgmt/portupgrade-devel chokes on bsdpan pkgs Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 4 14:30:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140273 From linimon at FreeBSD.org Wed Nov 4 14:51:14 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Nov 4 14:51:20 2009 Subject: ports/140269: lang/ghc build failed by hs-ghc-paths install failed with "runghc: not found" Message-ID: <200911041451.nA4EpEZO005270@freefall.freebsd.org> Old Synopsis: GHC build failed by hs-ghc-paths install failed with "runghc: not found" New Synopsis: lang/ghc build failed by hs-ghc-paths install failed with "runghc: not found" Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: linimon Responsible-Changed-When: Wed Nov 4 14:50:37 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=140269 From miwi at FreeBSD.org Wed Nov 4 15:17:31 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 15:17:40 2009 Subject: ports/140187: comms/rxtx: Updated list of supported serial ports in RXTX library Message-ID: <200911041517.nA4FHU9O022922@freefall.freebsd.org> Synopsis: comms/rxtx: Updated list of supported serial ports in RXTX library State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 15:17:30 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140187 From dfilter at FreeBSD.ORG Wed Nov 4 15:20:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 15:20:14 2009 Subject: ports/140187: commit references a PR Message-ID: <200911041520.nA4FK766023062@freefall.freebsd.org> The following reply was made to PR ports/140187; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140187: commit references a PR Date: Wed, 4 Nov 2009 15:17:36 +0000 (UTC) miwi 2009-11-04 15:17:23 UTC FreeBSD ports repository Modified files: comms/rxtx Makefile comms/rxtx/files patch-RXTXCommDriver.java Log: - Update list of supported serial ports in RXTX library PR: 140187 Submitted by: Brian Williamson Revision Changes Path 1.20 +1 -1 ports/comms/rxtx/Makefile 1.2 +25 -11 ports/comms/rxtx/files/patch-RXTXCommDriver.java _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From amdmi3 at amdmi3.ru Wed Nov 4 15:40:03 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Wed Nov 4 15:40:09 2009 Subject: ports/140274: [PATCH] irc/BitchX: fix build on 9.0 Message-ID: <20091104153629.A7109B829@hades.panopticon> >Number: 140274 >Category: ports >Synopsis: [PATCH] irc/BitchX: fix build on 9.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 15:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Fix build on 9.0 - it fails due to sh parser changes Port maintainer (chris@officialunix.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- BitchX-1.1.0.1_4.patch begins here --- Index: files/patch-configure =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/irc/bitchx/files/patch-configure,v retrieving revision 1.2 diff -u -u -r1.2 patch-configure --- files/patch-configure 6 Jan 2009 01:45:56 -0000 1.2 +++ files/patch-configure 4 Nov 2009 04:09:50 -0000 @@ -1,6 +1,5 @@ - ---- configure~ 2009-01-05 18:02:04.883269233 -0600 -+++ configure 2009-01-05 18:02:04.886269145 -0600 +--- configure.orig 2003-04-11 05:09:04.000000000 +0400 ++++ configure 2009-11-04 07:09:50.000000000 +0300 @@ -11830,100 +11830,27 @@ echo $ECHO_N "checking whether to enable IPv6 support... $ECHO_C" >&6 # Check whether --enable-ipv6 or --disable-ipv6 was given. @@ -113,5 +112,21 @@ echo "$as_me:$LINENO: checking whether to enable SOCKS support" >&5 echo $ECHO_N "checking whether to enable SOCKS support... $ECHO_C" >&6 - - +@@ -12609,7 +12536,7 @@ + system="unknown" + else + if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then +- system="MP-RAS-`$AWK '{print }' /etc/.relid'`" ++ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`" + fi + fi + fi +@@ -13877,7 +13804,7 @@ + system="unknown" + else + if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then +- system="MP-RAS-`$AWK '{print }' /etc/.relid'`" ++ system="MP-RAS-`$AWK '{print $3}' /etc/.relid`" + fi + fi + fi --- BitchX-1.1.0.1_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 15:40:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 15:40:19 2009 Subject: ports/140274: [PATCH] irc/BitchX: fix build on 9.0 Message-ID: <200911041540.nA4FeCLU041636@freefall.freebsd.org> Synopsis: [PATCH] irc/BitchX: fix build on 9.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Nov 4 15:40:12 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140274 From miwi at FreeBSD.org Wed Nov 4 15:43:18 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Nov 4 15:43:38 2009 Subject: ports/140231: [maintainer update] cad/p5-Verilog-Perl Upgrading to use version 3.221 Message-ID: <200911041543.nA4FhHuZ049076@freefall.freebsd.org> Synopsis: [maintainer update] cad/p5-Verilog-Perl Upgrading to use version 3.221 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Wed Nov 4 15:43:16 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140231 From amdmi3 at FreeBSD.org Wed Nov 4 15:47:44 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Wed Nov 4 15:47:51 2009 Subject: ports/140274: [PATCH] irc/BitchX: fix build on 9.0 Message-ID: <200911041547.nA4Fliwa049197@freefall.freebsd.org> Synopsis: [PATCH] irc/BitchX: fix build on 9.0 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Wed Nov 4 15:47:43 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140274 From dfilter at FreeBSD.ORG Wed Nov 4 15:50:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 15:50:10 2009 Subject: ports/140231: commit references a PR Message-ID: <200911041550.nA4Fo4wp049296@freefall.freebsd.org> The following reply was made to PR ports/140231; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140231: commit references a PR Date: Wed, 4 Nov 2009 15:43:19 +0000 (UTC) miwi 2009-11-04 15:43:10 UTC FreeBSD ports repository Modified files: cad/p5-Verilog-Perl Makefile distinfo pkg-plist Log: - Update to 3.221 PR: 140231 Submitted by: Otacílio de Araújo Ramos Neto (maintainer) Revision Changes Path 1.7 +5 -4 ports/cad/p5-Verilog-Perl/Makefile 1.4 +3 -3 ports/cad/p5-Verilog-Perl/distinfo 1.3 +1 -0 ports/cad/p5-Verilog-Perl/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From flo at kasimir.com Wed Nov 4 16:40:02 2009 From: flo at kasimir.com (Florian Smeets) Date: Wed Nov 4 16:40:11 2009 Subject: ports/140275: [PATCH] devel/aap: update to 1.091 Message-ID: <20091104163643.2D0693F4A9@mail.solomo.de> >Number: 140275 >Category: ports >Synopsis: [PATCH] devel/aap: update to 1.091 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 16:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 1.091 - the 2 patch files are not needed anymore. this is handled in the software itself now. Removed file(s): - files/extra-Sign.py - files/patch-Filetype.py Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- aap-1.091.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/aap.orig/Makefile /usr/ports/devel/aap/Makefile --- /usr/ports/devel/aap.orig/Makefile 2009-08-22 02:17:50.000000000 +0200 +++ /usr/ports/devel/aap/Makefile 2009-11-04 17:29:17.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= aap -PORTVERSION= 1.090 -PORTREVISION= 1 +PORTVERSION= 1.091 CATEGORIES= devel MASTER_SITES= SF/a-a-p/Aap/${PORTVERSION} @@ -31,10 +30,6 @@ .include -.if ${PYTHON_VER} >= 2.5 -EXTRA_PATCHES= ${FILESDIR}/extra-Sign.py -.endif - do-install: @cd ${WRKSRC} && \ ${PYTHON_CMD} ./aap PREFIX="${PREFIX}" FULLDOCS=${FULLDOCS} \ diff -ruN --exclude=CVS /usr/ports/devel/aap.orig/distinfo /usr/ports/devel/aap/distinfo --- /usr/ports/devel/aap.orig/distinfo 2007-08-20 16:48:07.000000000 +0200 +++ /usr/ports/devel/aap/distinfo 2009-11-04 17:29:17.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (aap-1.090.zip) = 6fef135ef229ba6c5aea57aa1a9b8c71 -SHA256 (aap-1.090.zip) = 621a4ea69dd5126e75826fcd7d19c18317b4f5f598b226cb40f64475c56318f4 -SIZE (aap-1.090.zip) = 1645406 +MD5 (aap-1.091.zip) = 6c7820e7596bd5be5cde29030d3cdf3b +SHA256 (aap-1.091.zip) = 1cae4e5c6426f3862ef6795e3e1966ef15ab618cde57be2005a0a6c6eac41aae +SIZE (aap-1.091.zip) = 1645498 diff -ruN --exclude=CVS /usr/ports/devel/aap.orig/files/extra-Sign.py /usr/ports/devel/aap/files/extra-Sign.py --- /usr/ports/devel/aap.orig/files/extra-Sign.py 2009-06-09 00:30:46.000000000 +0200 +++ /usr/ports/devel/aap/files/extra-Sign.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,40 +0,0 @@ ---- Sign.py.orig 2009-05-27 14:09:55.000000000 +0200 -+++ Sign.py 2009-05-27 14:13:27.000000000 +0200 -@@ -11,7 +11,7 @@ - import os - import os.path - import string --import md5 -+import hashlib - import time - - from Util import * -@@ -272,7 +272,7 @@ - - try: - f = open(fname, "rb") -- m = md5.new() -+ m = hashlib.md5() - while 1: - # Read big blocks at a time for speed, but don't read the whole - # file at once to reduce memory usage. -@@ -301,7 +301,7 @@ - % fname) + str(e)) - return "unknown" - -- m = md5.new() -+ m = hashlib.md5() - - inquote = 0 - incomment = 0 -@@ -404,7 +404,9 @@ - - def buildcheckstr2sign(str): - """Compute a signature from a string for the buildcheck.""" -- return hexdigest(md5.new(str)) -+ m = hashlib.md5() -+ m.update(str) -+ return hexdigest(m) - - - def _sign_lookup(signatures, name, key): diff -ruN --exclude=CVS /usr/ports/devel/aap.orig/files/patch-Filetype.py /usr/ports/devel/aap/files/patch-Filetype.py --- /usr/ports/devel/aap.orig/files/patch-Filetype.py 2009-06-09 00:30:46.000000000 +0200 +++ /usr/ports/devel/aap/files/patch-Filetype.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ ---- Filetype.py.orig 2009-05-14 15:19:42.000000000 +0200 -+++ Filetype.py 2009-05-14 15:20:50.000000000 +0200 -@@ -1414,12 +1414,12 @@ - rline = items[1] - rline_len = len(rline) - # isolate first argument, which may be in quotes -- as = 0 -- if as < rline_len: -- if rline[as] == '"' or rline[as] == "'": -- quote = rline[as] -- as = as + 1 -- ae = as -+ vas = 0 -+ if vas < rline_len: -+ if rline[vas] == '"' or rline[vas] == "'": -+ quote = rline[vas] -+ vas = vas + 1 -+ ae = vas - while ae < rline_len and rline[ae] != quote: - ae = ae + 1 - if ae == rline_len: -@@ -1427,11 +1427,11 @@ - % (line_idx + recipe_line_nr, line)) - n = ae + 1 - else: -- ae = as -+ ae = vas - while ae < rline_len and rline[ae] != ' ' and rline[ae] != '\t': - ae = ae + 1 - n = ae -- arg1 = rline[as:ae] -+ arg1 = rline[vas:ae] - else: - arg1 = '' - n = rline_len --- aap-1.091.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 16:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 16:40:21 2009 Subject: ports/140275: [PATCH] devel/aap: update to 1.091 Message-ID: <200911041640.nA4GeENW093686@freefall.freebsd.org> Synopsis: [PATCH] devel/aap: update to 1.091 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 4 16:40:13 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140275 From flo at kasimir.com Wed Nov 4 16:50:02 2009 From: flo at kasimir.com (Florian Smeets) Date: Wed Nov 4 16:50:12 2009 Subject: ports/140276: [PATCH] devel/p5-ReadLine-Perl: update to 1.0303 Message-ID: <20091104164646.6D92D3F4A9@mail.solomo.de> >Number: 140276 >Category: ports >Synopsis: [PATCH] devel/p5-ReadLine-Perl: update to 1.0303 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 16:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 1.0303 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-ReadLine-Perl-1.0303.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-ReadLine-Perl.orig/Makefile /usr/ports/devel/p5-ReadLine-Perl/Makefile --- /usr/ports/devel/p5-ReadLine-Perl.orig/Makefile 2009-03-14 00:27:14.000000000 +0100 +++ /usr/ports/devel/p5-ReadLine-Perl/Makefile 2009-11-04 17:44:42.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= ReadLine-Perl -PORTVERSION= 1.0302 +PORTVERSION= 1.0303 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR=Term diff -ruN --exclude=CVS /usr/ports/devel/p5-ReadLine-Perl.orig/distinfo /usr/ports/devel/p5-ReadLine-Perl/distinfo --- /usr/ports/devel/p5-ReadLine-Perl.orig/distinfo 2006-07-01 21:12:27.000000000 +0200 +++ /usr/ports/devel/p5-ReadLine-Perl/distinfo 2009-11-04 17:44:42.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (Term-ReadLine-Perl-1.0302.tar.gz) = b68fca52e071e5307670519609ab269c -SHA256 (Term-ReadLine-Perl-1.0302.tar.gz) = 4da6de817081eac527cbef3e09b602e426dd94f9e8fec272371f7ddf5fbb52f4 -SIZE (Term-ReadLine-Perl-1.0302.tar.gz) = 47856 +MD5 (Term-ReadLine-Perl-1.0303.tar.gz) = a77ecf4921cc714820fef898c6cb0eaf +SHA256 (Term-ReadLine-Perl-1.0303.tar.gz) = 314b9f8df7e89e77eaac200b9bbcbe28e01e0dab2646ada83c5b26584839095d +SIZE (Term-ReadLine-Perl-1.0303.tar.gz) = 48710 --- p5-ReadLine-Perl-1.0303.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Wed Nov 4 16:50:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Nov 4 16:50:37 2009 Subject: ports/140276: [PATCH] devel/p5-ReadLine-Perl: update to 1.0303 Message-ID: <200911041650.nA4GoFeO002058@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-ReadLine-Perl: update to 1.0303 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 4 16:50:15 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140276 From dfilter at FreeBSD.ORG Wed Nov 4 21:10:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 21:10:13 2009 Subject: ports/138306: commit references a PR Message-ID: <200911042110.nA4LA7ow023479@freefall.freebsd.org> The following reply was made to PR ports/138306; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138306: commit references a PR Date: Wed, 4 Nov 2009 21:01:40 +0000 (UTC) lippe 2009-11-04 21:01:31 UTC FreeBSD ports repository Modified files: databases/mysqlard pkg-plist Log: - Fix port when installing via pkg_add. PR: ports/138306 Submitted by: Alexey V.Degtyarev Approved by: Greg Albrecht Revision Changes Path 1.2 +1 -1 ports/databases/mysqlard/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lippe at FreeBSD.org Wed Nov 4 21:19:09 2009 From: lippe at FreeBSD.org (lippe@FreeBSD.org) Date: Wed Nov 4 21:19:27 2009 Subject: ports/138306: databases/mysqlard - fix mysqlard.conf install with pkg_add Message-ID: <200911042119.nA4LJ8Y6032722@freefall.freebsd.org> Synopsis: databases/mysqlard - fix mysqlard.conf install with pkg_add State-Changed-From-To: open->closed State-Changed-By: lippe State-Changed-When: Wed Nov 4 21:19:08 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138306 From lippe at FreeBSD.org Wed Nov 4 21:19:12 2009 From: lippe at FreeBSD.org (lippe@FreeBSD.org) Date: Wed Nov 4 21:19:27 2009 Subject: ports/137115: net/pptpclient: pptp client for freebsd 7.1 Message-ID: <200911042119.nA4LJBIX032789@freefall.freebsd.org> Synopsis: net/pptpclient: pptp client for freebsd 7.1 State-Changed-From-To: open->closed State-Changed-By: lippe State-Changed-When: Wed Nov 4 21:19:11 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=137115 From lippe at FreeBSD.org Wed Nov 4 21:19:14 2009 From: lippe at FreeBSD.org (lippe@FreeBSD.org) Date: Wed Nov 4 21:19:28 2009 Subject: ports/137046: Port upgrade: databases/postgresql-odbc: 08.03.0400 -> 08.04.0100 Message-ID: <200911042119.nA4LJEjd032856@freefall.freebsd.org> Synopsis: Port upgrade: databases/postgresql-odbc: 08.03.0400 -> 08.04.0100 State-Changed-From-To: open->closed State-Changed-By: lippe State-Changed-When: Wed Nov 4 21:19:14 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=137046 From dfilter at FreeBSD.ORG Wed Nov 4 21:20:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Nov 4 21:20:12 2009 Subject: ports/137046: commit references a PR Message-ID: <200911042120.nA4LK6rR032923@freefall.freebsd.org> The following reply was made to PR ports/137046; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137046: commit references a PR Date: Wed, 4 Nov 2009 21:12:11 +0000 (UTC) lippe 2009-11-04 21:11:51 UTC FreeBSD ports repository Modified files: databases/postgresql-odbc Makefile distinfo pkg-descr Log: - Update to 08.04.0100. PR: ports/137046 Submitted by: Alex Goncharov (maintainer) Revision Changes Path 1.18 +22 -10 ports/databases/postgresql-odbc/Makefile 1.7 +3 -3 ports/databases/postgresql-odbc/distinfo 1.4 +4 -10 ports/databases/postgresql-odbc/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From alexey at renatasystems.org Wed Nov 4 21:30:06 2009 From: alexey at renatasystems.org (Alexey V.Degtyarev) Date: Wed Nov 4 21:30:14 2009 Subject: ports/140277: New port: devel/p5-Devel-Size-Report - extension to generate a size report for all elements in a structure Message-ID: <20091104212216.76879.qmail@hs-9.renatasystems.org> >Number: 140277 >Category: ports >Synopsis: New port: devel/p5-Devel-Size-Report - extension to generate a size report for all elements in a structure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 21:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexey V. Degtyarev >Release: FreeBSD 8.0-RC1 amd64 >Organization: >Environment: System: FreeBSD renatasystems.org 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Devel::Size can only report the size of a single element or the total size of a structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full control over how the generated text report looks like, and where you want to output it. In addition, the method track_size allows you to get at the raw data that is used to generate the report for even more flexibility. WWW: http://search.cpan.org/dist/Devel-Size-Report/ >How-To-Repeat: >Fix: --- p5-Devel-Size-Report.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Devel-Size-Report # p5-Devel-Size-Report/Makefile # p5-Devel-Size-Report/distinfo # p5-Devel-Size-Report/pkg-descr # p5-Devel-Size-Report/pkg-plist # echo c - p5-Devel-Size-Report mkdir -p p5-Devel-Size-Report > /dev/null 2>&1 echo x - p5-Devel-Size-Report/Makefile sed 's/^X//' >p5-Devel-Size-Report/Makefile << 'be056e9628a64c1345e3ca2eca3f9095' X# New ports collection makefile for: Devel-Size-Report X# Date created: Wed 04 Nov 2009 X# Whom: Alexey V. Degtyarev X# X# $FreeBSD$ X# X XPORTNAME= Devel-Size-Report XPORTVERSION= 0.13 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= alexey@renatasystems.org XCOMMENT= Extension to generate a size report for all elements in a structure X XBUILD_DEPENDS= p5-Array-RefElem>=1.00:${PORTSDIR}/misc/p5-Array-RefElem \ X p5-Devel-Size>=0.69:${PORTSDIR}/devel/p5-Devel-Size \ X p5-Scalar-List-Utils>=1.13:${PORTSDIR}/lang/p5-Scalar-List-Utils \ X p5-Time-HiRes>=1.86:${PORTSDIR}/devel/p5-Time-HiRes X XPERL_CONFIGURE= yes X XMAN3= Devel::Size::Report.3 X X.if !defined(NOPORTDOCS) XPORTDOCS= CHANGES X Xpost-install: X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} X @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." X.endif X X.include be056e9628a64c1345e3ca2eca3f9095 echo x - p5-Devel-Size-Report/distinfo sed 's/^X//' >p5-Devel-Size-Report/distinfo << '411529599e83550479b8c467bb72d9f9' XMD5 (Devel-Size-Report-0.13.tar.gz) = 8a0edcc5ae979405bb48e604d0023377 XSHA256 (Devel-Size-Report-0.13.tar.gz) = 6401e2559456bfbd3c175cd3e6c156f067d10580bf4985fb0ca056077ebbe2a1 XSIZE (Devel-Size-Report-0.13.tar.gz) = 32034 411529599e83550479b8c467bb72d9f9 echo x - p5-Devel-Size-Report/pkg-descr sed 's/^X//' >p5-Devel-Size-Report/pkg-descr << 'c390bdab241106dc66a1f26c38ef513f' XDevel::Size can only report the size of a single element or the total size of a Xstructure (array, hash etc). This module enhances Devel::Size by giving you the Xability to generate a full size report for each element in a structure. X XYou have full control over how the generated text report looks like, and where Xyou want to output it. In addition, the method track_size allows you to get at Xthe raw data that is used to generate the report for even more flexibility. X XWWW: http://search.cpan.org/dist/Devel-Size-Report/ c390bdab241106dc66a1f26c38ef513f echo x - p5-Devel-Size-Report/pkg-plist sed 's/^X//' >p5-Devel-Size-Report/pkg-plist << 'e44ffda3ae06b6536ef12e0572d8e6c4' X%%SITE_PERL%%/Devel/Size/Report.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size/Report/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size/Report X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/Size X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel X@dirrmtry %%SITE_PERL%%/Devel/Size X@dirrmtry %%SITE_PERL%%/Devel e44ffda3ae06b6536ef12e0572d8e6c4 exit --- p5-Devel-Size-Report.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sylvio at FreeBSD.org Wed Nov 4 22:20:04 2009 From: sylvio at FreeBSD.org (Sylvio Cesar Teixeira) Date: Wed Nov 4 22:20:09 2009 Subject: ports/140184: [patch] Update net/linux-nx-client to 3.4.0 Message-ID: <200911042220.nA4MK38h084576@freefall.freebsd.org> The following reply was made to PR ports/140184; it has been noted by GNATS. From: Sylvio Cesar Teixeira To: bug-followup@FreeBSD.org, mikko.tyolajarvi@gmail.com Cc: Subject: Re: ports/140184: [patch] Update net/linux-nx-client to 3.4.0 Date: Wed, 4 Nov 2009 19:44:52 -0300 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, You could to send again? The patch is corrupted, maybe using the "port =20= submit" is better. Regards, Sylvio Cesar -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.12 (Darwin) iQEcBAEBAgAGBQJK8gPsAAoJEDxfIaKqc5WhjawIAIIOXSc7oP1v2RJTp/NQrxrF 2Ibr8ZnpNZnoCNVo1I/zX8WKW/5XL+1N6CcyUatib9D4j4kvrC7lDvpFPMocD4O5 f0A/BvnMmMqWNKSb2APTBHtsIeD4vGYdbhnwg/pv91dgyeszNPiMvV+XuOEpjuvN ktHZ13oqt1Renj7+G2bsUpzt1bxGHyJJK39TMtpb90F92Meip4z6DlpaM/MIoNRR zupXsNsBMw8zlN5WsLxD02Z0WgmH8ROYQyEgSsS35pv9aJI97r2rDDXyEF8f7/9l YkePTfiJVASJl3i2AcDCEhjkamSKtSz1NyRTUeqZ+XrpzIoge7p69pa1c2Uz6i8=3D =3DsDMW -----END PGP SIGNATURE----- From cyberbotx at cyberbotx.com Thu Nov 5 00:50:02 2009 From: cyberbotx at cyberbotx.com (Naram Qashat) Date: Thu Nov 5 00:50:09 2009 Subject: ports/140280: [PATCH] devel/mingw32-gcc: update to 4.4.0, take maintainership Message-ID: <200911050044.nA50iXNv087605@kirby.cyberbotx.com> >Number: 140280 >Category: ports >Synopsis: [PATCH] devel/mingw32-gcc: update to 4.4.0, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 00:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: - Update to 4.4.0 - Take maintainership NOTE: I am unable to test this port with a non-standard PREFIX because it relies on the devel/mingw32-binutils and devel/mingw32-bin-msvcrt ports to also be installed to the same PREFIX given. I would like request that this be run on a tinderbox with all the ports built into a non-standard prefix, in order to test to make sure it'll work. Port maintainer (lev@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mingw32-gcc-4.4.0,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/mingw32-gcc/Makefile /kirby/shared/ports/mingw32-gcc/Makefile --- /usr/ports/devel/mingw32-gcc/Makefile 2009-05-13 12:20:42.000000000 -0400 +++ /kirby/shared/ports/mingw32-gcc/Makefile 2009-11-04 19:41:55.000000000 -0500 @@ -14,45 +14,44 @@ PKGNAMEPREFIX= mingw32- DISTFILES= gcc-core-${GCCVERSION}${EXTRACT_SUFX} -MAINTAINER= lev@FreeBSD.org -COMMENT= FSF gcc-4.2 for Windows cross-development +MAINTAINER= cyberbotx@cyberbotx.com +COMMENT= FSF gcc-4 for Windows cross-development BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils +LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ + mpfr.3:${PORTSDIR}/math/mpfr -GCCVERSION= 4.2.1 +GCCVERSION= 4.4.0 PATCH_WRKSRC= ${SRCDIR} SRCDIR= ${WRKDIR}/${PORTNAME}-${GCCVERSION} WRKSRC= ${WRKDIR}/build USE_BZIP2= yes -USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_ICONV= yes -CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ +GCC_TARG= ${PKGNAMEPREFIX:S/-$//} + +CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure +CONFIGURE_ARGS= --target=${GCC_TARG} \ --enable-languages=${LANGUAGES} \ - --with-gcc --with-gnu-ld --with-gnu-as \ - --enable-threads --disable-nls \ - --disable-win32-registry --disable-shared \ - --includedir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include \ - --datadir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share -INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} + --enable-threads --disable-nls --disable-shared \ + --with-gmp=${LOCALBASE} --with-mpfr=${LOCALBASE} \ + --includedir=${PREFIX}/${GCC_TARG}/include \ + --datadir=${PREFIX}/${GCC_TARG}/share LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}cpp.1 \ ${PKGNAMEPREFIX}gcov.1 -PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ +PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${GCC_TARG} \ GCC_REV=${GCCVERSION} -INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info +INFO_PATH= ${GCC_TARG}/info LANGUAGES= c -WITH_LANG_C= true BINARIES= cpp gcc gcov INFO= cpp cppinternals gcc gccinstall gccint @@ -86,7 +85,7 @@ .if defined(WITH_LANG_CXX) DISTFILES+= gcc-g++-${GCCVERSION}${EXTRACT_SUFX} -CONFIGURE_ARGS+=--with-gxx-include-dir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include/c++/${GCCVERSION} \ +CONFIGURE_ARGS+=--with-gxx-include-dir=${PREFIX}/${GCC_TARG}/include/c++/${GCCVERSION} \ --enable-sjlj-exceptions PLIST_SUB+= CXX="" MAN1+= ${PKGNAMEPREFIX}g++.1 @@ -114,10 +113,6 @@ .if defined(WITH_LANG_FORTRAN) DISTFILES+= gcc-fortran-${GCCVERSION}${EXTRACT_SUFX} -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 \ - mpfr.3:${PORTSDIR}/math/mpfr -CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} \ - --with-mpfr=${LOCALBASE} MAN1+= ${PKGNAMEPREFIX}gfortran.1 INFO+= gfortran PLIST_SUB+= FORTRAN="" @@ -169,8 +164,6 @@ .if ${ARCH} == "amd64" CONFIGURE_TARGET=x86_64-portbld-freebsd${OSREL} -.else -CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} .endif pre-configure: @@ -184,7 +177,7 @@ post-install: .for F in ${BINARIES} @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ - ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F + ${PREFIX}/${GCC_TARG}/bin/$F .endfor .include diff -ruN --exclude=CVS /usr/ports/devel/mingw32-gcc/distinfo /kirby/shared/ports/mingw32-gcc/distinfo --- /usr/ports/devel/mingw32-gcc/distinfo 2008-03-28 02:58:13.000000000 -0400 +++ /kirby/shared/ports/mingw32-gcc/distinfo 2009-10-24 22:54:13.000000000 -0400 @@ -1,15 +1,18 @@ -MD5 (gcc-core-4.2.1.tar.bz2) = 88007169104d247eccb07dc5de2e0137 -SHA256 (gcc-core-4.2.1.tar.bz2) = 476fe4a6f10493fdb53070aa31515326975d2fdc38f2dce931526a528b9ca453 -SIZE (gcc-core-4.2.1.tar.bz2) = 19058230 -MD5 (gcc-g++-4.2.1.tar.bz2) = 0aca4ef04eb57d9f356c431496bdad0b -SHA256 (gcc-g++-4.2.1.tar.bz2) = 6395299570fa37dfa866912e38954786ff24a6aa526500804f1d2979fa4b65fe -SIZE (gcc-g++-4.2.1.tar.bz2) = 4802390 -MD5 (gcc-objc-4.2.1.tar.bz2) = 9e0a37826d496541afe2d453fd831a8a -SHA256 (gcc-objc-4.2.1.tar.bz2) = 231fa2aa62a880722d9c8be5002c5b91a320f9c423937366688e6137ece6553d -SIZE (gcc-objc-4.2.1.tar.bz2) = 197645 -MD5 (gcc-fortran-4.2.1.tar.bz2) = 2a91d467b50a404ca0cd3b10b413f9b2 -SHA256 (gcc-fortran-4.2.1.tar.bz2) = 9155c4685d6a2a5b07084a6c4b2186db1b22d1f1761d5f38a771c48e769bedac -SIZE (gcc-fortran-4.2.1.tar.bz2) = 968721 -MD5 (gcc-java-4.2.1.tar.bz2) = 3fc64e96388b939fada65fe3bffb5924 -SHA256 (gcc-java-4.2.1.tar.bz2) = ee7bc5ecd4924f2843b7f1ce676c0425399572d7356642543d5324a34ab95fb9 -SIZE (gcc-java-4.2.1.tar.bz2) = 10505367 +MD5 (gcc-core-4.4.0.tar.bz2) = c7e65c47fa94541f7f6cd0cf3d9c850b +SHA256 (gcc-core-4.4.0.tar.bz2) = 619fadd010408b1f7ef09b3ffb5af01e5a2604109d762fdc1c66f0dc898e0f5c +SIZE (gcc-core-4.4.0.tar.bz2) = 25722128 +MD5 (gcc-g++-4.4.0.tar.bz2) = 687cceaed97c4145281b6418c9b16847 +SHA256 (gcc-g++-4.4.0.tar.bz2) = 2109dcd34ef20243cd15d47752a24b88f9032951a8772abd01c3c51da213bbe5 +SIZE (gcc-g++-4.4.0.tar.bz2) = 5924776 +MD5 (gcc-objc-4.4.0.tar.bz2) = 74b40bb4ab4532b34258293daf6b63f9 +SHA256 (gcc-objc-4.4.0.tar.bz2) = 276bd63dd6b52caff013f045afd5b5126bd0d1c8d9899b15c5b7abc1bef4e4f3 +SIZE (gcc-objc-4.4.0.tar.bz2) = 240202 +MD5 (gcc-objc-4.4.0.tar.bz2) = 74b40bb4ab4532b34258293daf6b63f9 +SHA256 (gcc-objc-4.4.0.tar.bz2) = 276bd63dd6b52caff013f045afd5b5126bd0d1c8d9899b15c5b7abc1bef4e4f3 +SIZE (gcc-objc-4.4.0.tar.bz2) = 240202 +MD5 (gcc-fortran-4.4.0.tar.bz2) = 68f33643cbece51f9a04844a6c6b94c3 +SHA256 (gcc-fortran-4.4.0.tar.bz2) = 70f71422cc7c70b61e9fdcdf7ed927a8bbb1f097cf1f1b8ed053a5f68366f454 +SIZE (gcc-fortran-4.4.0.tar.bz2) = 1405801 +MD5 (gcc-java-4.4.0.tar.bz2) = 6908d6c54722579ac43276d49ea17ed4 +SHA256 (gcc-java-4.4.0.tar.bz2) = 0b0a61fbfd742dbaab38ea004511cabd82f8c04a2c0b4eefd2a43e4a33a5c044 +SIZE (gcc-java-4.4.0.tar.bz2) = 19021953 --- mingw32-gcc-4.4.0,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 00:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 00:50:21 2009 Subject: ports/140280: [PATCH] devel/mingw32-gcc: update to 4.4.0, take maintainership Message-ID: <200911050050.nA50oCV9014416@freefall.freebsd.org> Synopsis: [PATCH] devel/mingw32-gcc: update to 4.4.0, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 00:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140280 From chris at officialunix.com Thu Nov 5 01:50:02 2009 From: chris at officialunix.com (Chris Petrik) Date: Thu Nov 5 01:50:15 2009 Subject: ports/140281: [PATCH] update science/peekabot to 0.7.2 Message-ID: <200911050141.nA51fklL006476@www.freebsd.org> >Number: 140281 >Category: ports >Synopsis: [PATCH] update science/peekabot to 0.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 01:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 8.0 RC2 >Organization: Officialunix >Environment: FreeBSD Amnesiac 8.0-RC2 i386 >Description: Update peekabot to 0.7.2 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: peekabot/Makefile =================================================================== RCS file: /usr/ncvs/ports/science/peekabot/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- peekabot/Makefile 13 Sep 2009 12:23:10 -0000 1.6 +++ peekabot/Makefile 4 Nov 2009 23:34:45 -0000 @@ -6,7 +6,7 @@ # PORTNAME= peekabot -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7.x/ \ http://distfiles.officialunix.com/ Index: peekabot/distinfo =================================================================== RCS file: /usr/ncvs/ports/science/peekabot/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- peekabot/distinfo 13 Sep 2009 12:23:10 -0000 1.3 +++ peekabot/distinfo 4 Nov 2009 23:35:35 -0000 @@ -1,3 +1,3 @@ -MD5 (peekabot-0.7.1.tar.bz2) = af4640416fa678766182305975bc0797 -SHA256 (peekabot-0.7.1.tar.bz2) = 8ad8f836a38c3c564e913cfde145b015a03ffff3e20ac9079d19da72f13252fd -SIZE (peekabot-0.7.1.tar.bz2) = 2546921 +MD5 (peekabot-0.7.2.tar.bz2) = 091f588e3b1931de2454539c797f7526 +SHA256 (peekabot-0.7.2.tar.bz2) = aa27e4082bb42cdc770d0090aae96b74b8a7014d8a36325e69b8d1553a4ff7b4 +SIZE (peekabot-0.7.2.tar.bz2) = 2546064 >Release-Note: >Audit-Trail: >Unformatted: From chris at officialunix.com Thu Nov 5 02:40:02 2009 From: chris at officialunix.com (Chris Petrik) Date: Thu Nov 5 02:40:09 2009 Subject: ports/140283: [PATCH] update games/abuse_sdl to 0.7.1 Message-ID: <200911050238.nA52c6jh035673@www.freebsd.org> >Number: 140283 >Category: ports >Synopsis: [PATCH] update games/abuse_sdl to 0.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 02:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 8.0 RC2 >Organization: Officialunix >Environment: FreeBSD8 >Description: Update abuse_sdl to 0.7.1 Add patch to fix build change pkg_plist to remove renamed files abuse.sdl to abuse modified abuse.sh to use new name instead of old. modified makefile to now search for correct name. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: abuse/Makefile =================================================================== RCS file: /usr/ncvs/ports/games/abuse/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- abuse/Makefile 19 Sep 2009 11:39:34 -0000 1.9 +++ abuse/Makefile 5 Nov 2009 02:26:27 -0000 @@ -19,7 +19,7 @@ MAINTAINER= chris@officialunix.com COMMENT= The classic 2D action game Abuse -RUN_DEPENDS= abuse.sdl:${PORTSDIR}/games/abuse_sdl +RUN_DEPENDS= abuse:${PORTSDIR}/games/abuse_sdl NO_BUILD= YES Index: abuse/files/abuse.sh =================================================================== RCS file: /usr/ncvs/ports/games/abuse/files/abuse.sh,v retrieving revision 1.2 diff -u -r1.2 abuse.sh --- abuse/files/abuse.sh 12 May 2002 00:23:49 -0000 1.2 +++ abuse/files/abuse.sh 5 Nov 2009 02:25:50 -0000 @@ -1,4 +1,4 @@ #!/bin/sh # $FreeBSD: ports/games/abuse/files/abuse.sh,v 1.2 2002/05/12 00:23:49 des Exp $ rm -f ~/.abuse/sd_cache.tmp -exec abuse.sdl -datadir "%%DATADIR%%" "$@" +exec abuse -datadir "%%DATADIR%%" "$@" Index: abuse_sdl/Makefile =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- abuse_sdl/Makefile 19 Sep 2009 11:39:34 -0000 1.20 +++ abuse_sdl/Makefile 5 Nov 2009 02:24:23 -0000 @@ -6,14 +6,13 @@ # PORTNAME= abuse_sdl -PORTVERSION= 0.7.0 -PORTREVISION= 5 +PORTVERSION= 0.7.1 CATEGORIES= games -MASTER_SITES= http://abuse.zoy.org/raw-attachment/wiki/Downloads/ \ +MASTER_SITES= http://abuse.zoy.org/raw/Downloads/ \ http://epix.linux.tucows.com/files/ \ http://blueyonder.linux.tucows.com/files/ \ http://casemanl.linux.tucows.com/files/ -DISTNAME= abuse-sdl-${PORTVERSION} +DISTNAME= abuse-${PORTVERSION} MAINTAINER= chris@officialunix.com COMMENT= An SDL port of the Abuse game engine @@ -24,8 +23,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +WRKSRC= ${WRKDIR}/${DISTNAME} -MAN6= abuse-sdl.6 +MAN6= abuse.6 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure Index: abuse_sdl/distinfo =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- abuse_sdl/distinfo 31 Jan 2009 21:16:37 -0000 1.5 +++ abuse_sdl/distinfo 5 Nov 2009 02:24:23 -0000 @@ -1,3 +1,3 @@ -MD5 (abuse-sdl-0.7.0.tar.gz) = 417f07dd34d92564f6a10260e4a41baa -SHA256 (abuse-sdl-0.7.0.tar.gz) = 2efadf8a9f85ae4509a410d600172625c674f49c4e8eb56eed7bd697ea03e3bc -SIZE (abuse-sdl-0.7.0.tar.gz) = 676076 +MD5 (abuse-0.7.1.tar.gz) = 439b607f291560a8f9698a2f09cffa63 +SHA256 (abuse-0.7.1.tar.gz) = 1516a19efc1b89715a8549109a0d87b71502d94fd8b782942e335b6782a1dd57 +SIZE (abuse-0.7.1.tar.gz) = 719285 Index: abuse_sdl/pkg-plist =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- abuse_sdl/pkg-plist 14 Sep 2002 22:10:47 -0000 1.2 +++ abuse_sdl/pkg-plist 5 Nov 2009 02:24:23 -0000 @@ -1,4 +1,4 @@ -bin/abuse.sdl +bin/abuse share/abuse_sdl/abuse.bmp share/abuse_sdl/abuse.lsp share/abuse_sdl/abuse.png Index: abuse_sdl/files/patch-Makefile.in =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- abuse_sdl/files/patch-Makefile.in 11 May 2002 21:57:40 -0000 1.1 +++ abuse_sdl/files/patch-Makefile.in 5 Nov 2009 02:24:23 -0000 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat May 11 22:58:44 2002 -+++ Makefile.in Sat May 11 23:00:15 2002 -@@ -84,7 +84,7 @@ - - man_MANS = abuse-sdl.6 - +--- Makefile.in.old 2009-11-04 19:47:10.000000000 -0600 ++++ Makefile.in 2009-11-04 19:48:20.000000000 -0600 +@@ -201,7 +201,7 @@ + top_srcdir = @top_srcdir@ + SUBDIRS = src + man_MANS = abuse.6 -datafiledir = $(datadir)/games/abuse +datafiledir = $(datadir)/abuse_sdl datafile_DATA = abuse.bmp abuse.lsp abuse.png - - EXTRA_DIST = abuse-sdl.6 abuse.bmp abuse.lsp abuse.png + EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.lsp abuse.png + all: config.h Index: abuse_sdl/files/patch-imlib-jmalloc.hpp =================================================================== RCS file: abuse_sdl/files/patch-imlib-jmalloc.hpp diff -N abuse_sdl/files/patch-imlib-jmalloc.hpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ abuse_sdl/files/patch-imlib-jmalloc.hpp 5 Nov 2009 02:24:23 -0000 @@ -0,0 +1,10 @@ +--- src/imlib/jmalloc.hpp.old 2009-11-04 20:07:54.000000000 -0600 ++++ src/imlib/jmalloc.hpp 2009-11-04 20:08:16.000000000 -0600 +@@ -12,6 +12,7 @@ + + + #include ++#include + + #ifdef MANAGE_MEM + enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE}; >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 03:10:12 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 03:10:23 2009 Subject: ports/140284: [PATCH] devel/p5-IO-Async: update to 0.25 Message-ID: <20091105030859.7B73A1708C@spartan.hamla.org> >Number: 140284 >Category: ports >Synopsis: [PATCH] devel/p5-IO-Async: update to 0.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 03:10:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: -update to 0.25 >How-To-Repeat: >Fix: --- p5-IO-Async.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-Async/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 28 Oct 2009 05:54:42 -0000 1.15 +++ Makefile 5 Nov 2009 03:07:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Async -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-IO-Async/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- distinfo 28 Oct 2009 05:54:42 -0000 1.15 +++ distinfo 5 Nov 2009 03:07:21 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Async-0.24.tar.gz) = 48449f1bc8ae94c2741e529df47321bd -SHA256 (IO-Async-0.24.tar.gz) = 459d5ff1cbb83e889f34f7f2bcfcc0e48a743251528e6ccacc0ca6179f10d257 -SIZE (IO-Async-0.24.tar.gz) = 127023 +MD5 (IO-Async-0.25.tar.gz) = 3afcd8716e2f1fa73959e981053d3223 +SHA256 (IO-Async-0.25.tar.gz) = 1a54d8194b0d43be77509ff2bdf813f61ad525beb52cca249a90c4087241de26 +SIZE (IO-Async-0.25.tar.gz) = 128082 --- p5-IO-Async.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 03:10:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 03:10:33 2009 Subject: ports/140284: [PATCH] devel/p5-IO-Async: update to 0.25 Message-ID: <200911050310.nA53ARi7034991@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-IO-Async: update to 0.25 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 03:10:27 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140284 From sahil at tandon.net Thu Nov 5 03:20:08 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 03:20:35 2009 Subject: ports/140285: [PATCH] devel/p5-MooseX-SimpleConfig: update to 0.04 Message-ID: <20091105031148.799531708C@spartan.hamla.org> >Number: 140285 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-SimpleConfig: update to 0.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 03:20:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.04 >How-To-Repeat: >Fix: --- p5-MooseX-SimpleConfig.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-SimpleConfig/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 25 Feb 2009 12:13:30 -0000 1.1 +++ Makefile 5 Nov 2009 03:10:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MooseX-SimpleConfig -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-SimpleConfig/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 25 Feb 2009 12:13:30 -0000 1.1 +++ distinfo 5 Nov 2009 03:10:05 -0000 @@ -1,3 +1,3 @@ -MD5 (MooseX-SimpleConfig-0.03.tar.gz) = 6aacecf18afbf17f97e666c0197a5e18 -SHA256 (MooseX-SimpleConfig-0.03.tar.gz) = 0a49683a77ac5ce95eed2bd8b3372b9b6a89b2570d777b98bfb9d912d6924290 -SIZE (MooseX-SimpleConfig-0.03.tar.gz) = 20819 +MD5 (MooseX-SimpleConfig-0.04.tar.gz) = f86ef8a3a0563266b4d2b744277f5e49 +SHA256 (MooseX-SimpleConfig-0.04.tar.gz) = c2060b28c604d79c119c41a3775c22fdebe7bffc509368efac4a881280adc0de +SIZE (MooseX-SimpleConfig-0.04.tar.gz) = 23678 --- p5-MooseX-SimpleConfig.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 03:20:08 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 03:20:36 2009 Subject: ports/140286: [PATCH] net/p5-IO-Socket-Multicast: update to 1.11 Message-ID: <20091105031424.BA63A1708C@spartan.hamla.org> >Number: 140286 >Category: ports >Synopsis: [PATCH] net/p5-IO-Socket-Multicast: update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 03:20:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.11 >How-To-Repeat: >Fix: --- p5-IO-Socket-Multicast.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-IO-Socket-Multicast/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 25 Sep 2009 18:58:44 -0000 1.12 +++ Makefile 5 Nov 2009 03:12:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-Multicast -PORTVERSION= 1.07 +PORTVERSION= 1.11 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-IO-Socket-Multicast/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 25 Sep 2009 18:58:44 -0000 1.6 +++ distinfo 5 Nov 2009 03:12:19 -0000 @@ -1,3 +1,3 @@ -MD5 (IO-Socket-Multicast-1.07.tar.gz) = e06304e9c818413bb58db999403643b7 -SHA256 (IO-Socket-Multicast-1.07.tar.gz) = 0ba7035b2cc1b824577080ee3980316fdfba5d8cc88a2c67fc7a732b1aac89c5 -SIZE (IO-Socket-Multicast-1.07.tar.gz) = 11244 +MD5 (IO-Socket-Multicast-1.11.tar.gz) = c6a25066cdf8efd8a246c13469fe2723 +SHA256 (IO-Socket-Multicast-1.11.tar.gz) = 3bb1a059cb9ac3cf8e6945ac0b450db6ee982038fcdc00334779000e9b8070dd +SIZE (IO-Socket-Multicast-1.11.tar.gz) = 11504 --- p5-IO-Socket-Multicast.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 03:20:08 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 03:20:36 2009 Subject: ports/140287: [PATCH] devel/p5-Object-Event: update to 1.2 Message-ID: <20091105031739.8BF9F1708C@spartan.hamla.org> >Number: 140287 >Category: ports >Synopsis: [PATCH] devel/p5-Object-Event: update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 03:20:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.2 >How-To-Repeat: >Fix: --- p5-Object-Event.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-Event/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 11 Oct 2009 01:34:03 -0000 1.3 +++ Makefile 5 Nov 2009 03:15:02 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Object-Event -PORTVERSION= 1.101 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-Event/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 9 Sep 2009 09:49:57 -0000 1.2 +++ distinfo 5 Nov 2009 03:15:02 -0000 @@ -1,3 +1,3 @@ -MD5 (Object-Event-1.101.tar.gz) = 45be9fc3c1437cd75817d2295ca25ea0 -SHA256 (Object-Event-1.101.tar.gz) = 76b5e9729db490105f687c82e8f983e039bf1eec11d93a4e08a70f1dc1111eb1 -SIZE (Object-Event-1.101.tar.gz) = 12521 +MD5 (Object-Event-1.2.tar.gz) = 126b8a96f515288c46d764de78c6a199 +SHA256 (Object-Event-1.2.tar.gz) = c88d2c743d262ce7dd2c01d87bf69ee6dc165ff0629accd03b7a750e4a4a47b0 +SIZE (Object-Event-1.2.tar.gz) = 15019 --- p5-Object-Event.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 03:20:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 03:20:37 2009 Subject: ports/140285: [PATCH] devel/p5-MooseX-SimpleConfig: update to 0.04 Message-ID: <200911050320.nA53KHil043628@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-MooseX-SimpleConfig: update to 0.04 Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 03:20:17 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140285 From edwin at FreeBSD.org Thu Nov 5 03:20:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 03:20:38 2009 Subject: ports/140286: [PATCH] net/p5-IO-Socket-Multicast: update to 1.11 Message-ID: <200911050320.nA53KMZ9044189@freefall.freebsd.org> Synopsis: [PATCH] net/p5-IO-Socket-Multicast: update to 1.11 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 03:20:22 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140286 From edwin at FreeBSD.org Thu Nov 5 03:20:35 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 03:20:45 2009 Subject: ports/140287: [PATCH] devel/p5-Object-Event: update to 1.2 Message-ID: <200911050320.nA53KYnH046023@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-Object-Event: update to 1.2 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 03:20:34 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140287 From linimon at FreeBSD.org Thu Nov 5 03:24:29 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu Nov 5 03:24:41 2009 Subject: ports/140282: Update lang/clisp to 2.48 Message-ID: <200911050324.nA53OTY4051607@freefall.freebsd.org> Synopsis: Update lang/clisp to 2.48 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 5 03:24:02 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=140282 From amdmi3 at FreeBSD.org Thu Nov 5 03:31:10 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Thu Nov 5 03:31:28 2009 Subject: ports/140281: [PATCH] update science/peekabot to 0.7.2 Message-ID: <200911050331.nA53V9ZC059291@freefall.freebsd.org> Synopsis: [PATCH] update science/peekabot to 0.7.2 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Thu Nov 5 03:31:09 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140281 From amdmi3 at FreeBSD.org Thu Nov 5 03:31:13 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Thu Nov 5 03:31:28 2009 Subject: ports/140283: [PATCH] update games/abuse_sdl to 0.7.1 Message-ID: <200911050331.nA53VDNU059732@freefall.freebsd.org> Synopsis: [PATCH] update games/abuse_sdl to 0.7.1 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Thu Nov 5 03:31:13 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140283 From amdmi3 at FreeBSD.org Thu Nov 5 03:31:17 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Thu Nov 5 03:31:29 2009 Subject: ports/140218: [MAINTAINER] multimedia/transcode: update to 1.1.5 Message-ID: <200911050331.nA53VHww060174@freefall.freebsd.org> Synopsis: [MAINTAINER] multimedia/transcode: update to 1.1.5 Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Thu Nov 5 03:31:16 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140218 From sahil at tandon.net Thu Nov 5 04:00:13 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 04:00:41 2009 Subject: ports/140288: [PATCH] mail/p5-Email-MIME: update to 1.900 Message-ID: <20091105035344.4760A1708C@spartan.hamla.org> >Number: 140288 >Category: ports >Synopsis: [PATCH] mail/p5-Email-MIME: update to 1.900 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 04:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.900 >How-To-Repeat: >Fix: --- p5-Email-MIME.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-MIME/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 22 Jul 2009 16:26:47 -0000 1.13 +++ Makefile 5 Nov 2009 03:51:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Email-MIME -PORTVERSION= 1.863 +PORTVERSION= 1.900 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +24,8 @@ PERL_CONFIGURE= yes MAN3= Email::MIME.3 \ - Email::MIME::Header.3 + Email::MIME::Creator.3 \ + Email::MIME::Header.3 \ + Email::MIME::Modifier.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-MIME/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- distinfo 10 Mar 2009 13:47:12 -0000 1.12 +++ distinfo 5 Nov 2009 03:51:28 -0000 @@ -1,3 +1,3 @@ -MD5 (Email-MIME-1.863.tar.gz) = 339b0a09fab042c1f9a6292a220b333d -SHA256 (Email-MIME-1.863.tar.gz) = 8a7563d7b750b35895c88a6798b60b5bb77a8ef08fc50506a5fec291a0d1216d -SIZE (Email-MIME-1.863.tar.gz) = 91500 +MD5 (Email-MIME-1.900.tar.gz) = 9091708217a842fedee2c18d26b99bb3 +SHA256 (Email-MIME-1.900.tar.gz) = 1311af24b3b1033ee1b2286a80b880c10e2accb5437860c607436b4f8e7d64cb +SIZE (Email-MIME-1.900.tar.gz) = 104544 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/p5-Email-MIME/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 10 Mar 2009 13:47:12 -0000 1.3 +++ pkg-plist 5 Nov 2009 03:51:28 -0000 @@ -1,5 +1,7 @@ %%SITE_PERL%%/Email/MIME.pm +%%SITE_PERL%%/Email/MIME/Creator.pm %%SITE_PERL%%/Email/MIME/Header.pm +%%SITE_PERL%%/Email/MIME/Modifier.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/MIME @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email --- p5-Email-MIME.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 04:00:13 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 04:00:41 2009 Subject: ports/140289: [PATCH] textproc/p5-XML-Feed-Deduper: update to 0.03 Message-ID: <20091105035552.B56981708C@spartan.hamla.org> >Number: 140289 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Feed-Deduper: update to 0.03 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 04:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.03 >How-To-Repeat: >Fix: --- p5-XML-Feed-Deduper.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Feed-Deduper/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 5 Jul 2009 22:32:56 -0000 1.2 +++ Makefile 5 Nov 2009 03:54:22 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed-Deduper -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Feed-Deduper/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 5 Jul 2009 22:32:56 -0000 1.2 +++ distinfo 5 Nov 2009 03:54:22 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-Feed-Deduper-0.02.tar.gz) = e4b245e1c11d3002f097136f74c1dbc1 -SHA256 (XML-Feed-Deduper-0.02.tar.gz) = 29f91f0932a929afffe0c2c823eba3218ac3fbe6678b780a48376e771b471dfb -SIZE (XML-Feed-Deduper-0.02.tar.gz) = 41631 +MD5 (XML-Feed-Deduper-0.03.tar.gz) = 9f6f0606d3ae0ff5acf65d0dbc705d04 +SHA256 (XML-Feed-Deduper-0.03.tar.gz) = ccf9d280d2692a540fdac768acba03e7271c30e468c87af6566e96da4e33bca7 +SIZE (XML-Feed-Deduper-0.03.tar.gz) = 42135 --- p5-XML-Feed-Deduper.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From jhuldtgren at gmail.com Thu Nov 5 04:00:13 2009 From: jhuldtgren at gmail.com (Johan Huldtgren) Date: Thu Nov 5 04:00:42 2009 Subject: ports/140290: New port: www/blogsum Simple weblog Message-ID: <200911050357.nA53vVmL024014@www.freebsd.org> >Number: 140290 >Category: ports >Synopsis: New port: www/blogsum Simple weblog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 04:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Johan Huldtgren >Release: 7.2-STABLE >Organization: >Environment: FreeBSD absu.home.huldtgren.net 7.2-STABLE FreeBSD 7.2-STABLE #11: Fri Aug 28 21:38:16 EDT 2009 root@absu.home.huldtgren.net:/usr/obj/usr/src/sys/ABSU i386 >Description: Blogsum is a weblog application with a focus on simplicity and security. It was designed from scratch to be easy to use and easier to maintain. WWW: http://blogsum.obfuscurity.com/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # blogsum # blogsum/Makefile # blogsum/pkg-descr # blogsum/distinfo # blogsum/pkg-plist # blogsum/files # blogsum/files/pkg-message.in # echo c - blogsum mkdir -p blogsum > /dev/null 2>&1 echo x - blogsum/Makefile sed 's/^X//' >blogsum/Makefile << 'ab73e1d34ced0d1c7dff61a56fba8f2c' X# New ports collection makefile for: blogsum X# Date created: 2 November 2009 X# Whom: jhuldtgren X# X# $FreeBSD$ X# X XPORTNAME= blogsum XPORTVERSION= 0.9 XCATEGORIES= www XMASTER_SITES= http://www.dixongroup.net/ X XMAINTAINER= jhuldtgren@gmail.com XCOMMENT= Simple weblog X XWWWROOT?= ${PREFIX}/www/data X XPERL_MODULES= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ X ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ X ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ X ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ X ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ X ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ X ${SITE_PERL}/HTTP/Lite.pm:${PORTSDIR}/www/p5-HTTP-Lite X XNO_BUILD= yes XUSE_PERL5_RUN= yes X X.if defined(WITH_APACHE2) XUSE_APACHE= 2.0+ X.else XUSE_APACHE= 1.3+ X.endif X X.if defined(WITH_APACHE2) XPERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 XDEPENDS_ARGS+= WITHOUT_MODPERL=yes XDEPENDS_ARGS+= WITH_MODPERL2=yes X.else X# XXX - probe for static mod_perl using `httpd -l | grep perl` XPERL_MODULES+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl \ X ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq X.endif X XRUN_DEPENDS+= ${PERL_MODULES} XPLIST_SUB= WWWROOT=${WWWROOT:S,${PREFIX}/,,} X XSUB_FILES= pkg-message XSUB_LIST= WWWROOT=${WWWROOT} APACHEETCDIR=${APACHEETCDIR} APACHEMODDIR=${APACHEMODDIR} X X.include X Xpre-everything:: X @${ECHO_MSG} "" X @${ECHO_MSG} "You may set following options:" X @${ECHO_MSG} "" X @${ECHO_MSG} "WITH_APACHE2=1 Use apache2+ instead of apache 1.3" X @${ECHO_MSG} "WWWROOT=${PREFIX}/www/data Where do you put httpd's document root?" X @${ECHO_MSG} "" X Xdo-install: X ${MKDIR} ${WWWROOT}/blogsum X @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWROOT}/blogsum X Xpost-install: X @${ECHO_MSG} "" X @${CAT} ${PKGMESSAGE} X @${ECHO_MSG} "" X X.include ab73e1d34ced0d1c7dff61a56fba8f2c echo x - blogsum/pkg-descr sed 's/^X//' >blogsum/pkg-descr << 'c561d52be81ff3c179ba28dbdd783ee2' XBlogsum is a weblog application with a focus on simplicity and security. XIt was designed from scratch to be easy to use and easier to maintain. X XWWW: http://blogsum.obfuscurity.com/ c561d52be81ff3c179ba28dbdd783ee2 echo x - blogsum/distinfo sed 's/^X//' >blogsum/distinfo << 'e480ebf8196df7e69f7bc34931b53e2c' XMD5 (blogsum-0.9.tar.gz) = 0eaf8b13cd3a2720ee7a93e3e2c4bcd9 XSHA256 (blogsum-0.9.tar.gz) = 2d5b5cdf7f9013df179b5df781a097c3d258d2794aa388ad69b1a0df1fcdda42 XSIZE (blogsum-0.9.tar.gz) = 19444 e480ebf8196df7e69f7bc34931b53e2c echo x - blogsum/pkg-plist sed 's/^X//' >blogsum/pkg-plist << 'f84bca5996ae0fcb9b82c64d05cfa399' X%%WWWROOT%%/blogsum/Blogsum/Config.pm.dist X%%WWWROOT%%/blogsum/admin.cgi X%%WWWROOT%%/blogsum/docs/LICENSE X%%WWWROOT%%/blogsum/docs/LICENSE.images X%%WWWROOT%%/blogsum/docs/README X%%WWWROOT%%/blogsum/examples/create_sqlite.sql X%%WWWROOT%%/blogsum/examples/httpd-blogsum.conf X%%WWWROOT%%/blogsum/examples/wp2blogsum.pl X%%WWWROOT%%/blogsum/index.cgi X%%WWWROOT%%/blogsum/startup.pl X%%WWWROOT%%/blogsum/themes/default/admin.tmpl X%%WWWROOT%%/blogsum/themes/default/images/asterisk-green.gif X%%WWWROOT%%/blogsum/themes/default/images/asterisk-red.gif X%%WWWROOT%%/blogsum/themes/default/images/check.gif X%%WWWROOT%%/blogsum/themes/default/images/delete.gif X%%WWWROOT%%/blogsum/themes/default/images/draft-disabled.gif X%%WWWROOT%%/blogsum/themes/default/images/draft.gif X%%WWWROOT%%/blogsum/themes/default/images/play-disabled.gif X%%WWWROOT%%/blogsum/themes/default/images/play.gif X%%WWWROOT%%/blogsum/themes/default/images/plus.gif X%%WWWROOT%%/blogsum/themes/default/images/xml.gif X%%WWWROOT%%/blogsum/themes/default/index.tmpl X%%WWWROOT%%/blogsum/themes/default/style.css X@exec mkdir -p %D %%WWWROOT%%/blogsum/data/ X@dirrm %%WWWROOT%%/blogsum/Blogsum X@dirrm %%WWWROOT%%/blogsum/data X@dirrm %%WWWROOT%%/blogsum/docs X@dirrm %%WWWROOT%%/blogsum/examples X@dirrm %%WWWROOT%%/blogsum/themes/default/images X@dirrm %%WWWROOT%%/blogsum/themes/default X@dirrm %%WWWROOT%%/blogsum/themes X@dirrm %%WWWROOT%%/blogsum/ f84bca5996ae0fcb9b82c64d05cfa399 echo c - blogsum/files mkdir -p blogsum/files > /dev/null 2>&1 echo x - blogsum/files/pkg-message.in sed 's/^X//' >blogsum/files/pkg-message.in << 'f5baae7271b566b55eae148e886a5b4a' X# To finish installing Blogsum, the following steps must be completed. X X1) Setup the SQLite database: X X $ sudo -u www sqlite3 %%WWWROOT%%/blogsum/data/site.db < \ X %%WWWROOT%%/blogsum/examples/create_sqlite.sql X X2) Create your local configuration and modify as necessary: X X $ sudo cp %%WWWROOT%%/blogsum/Blogsum/Config.pm.dist \ X %%WWWROOT%%/blogsum/Blogsum/Config.pm X X3) If comments will be enabled, visit the CAPTCHA (http://www.captcha.net/) X project and register your account. Add your keys to Config.pm. X X4) Edit the example httpd-blogsum.conf and enable it for your site: X X $ sudo cp %%WWWROOT%%/blogsum/examples/httpd-blogsum.conf %%PREFIX%%/%%APACHEETCDIR%%/conf X X5) Create your AuthUserFile file as defined in httpd-blogsum.conf: X X $ sudo htpasswd -c %%APACHEETCDIR%%/conf/blogsum.htpasswd X X6) Enable the following modules in %%APACHEETCDIR%%/httpd.conf: X X LoadModule rewrite_module %%APACHEMODDIR%%/mod_rewrite.so X LoadModule proxy_module %%APACHEMODDIR%%/libproxy.so X LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so X X7) Stop and start your Apache service. X X XThe installation should now be complete. Your blogsum installation can be Xviewed at http://localhost/blogsum/index.cgi. Posts can be created and Xedited at http://localhost/blogsum/admin.cgi. X XPlease refer to the online support resources if you have questions. X X http://blogsum.obfuscurity.com/ f5baae7271b566b55eae148e886a5b4a exit >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 04:00:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 04:00:43 2009 Subject: ports/140288: [PATCH] mail/p5-Email-MIME: update to 1.900 Message-ID: <200911050400.nA540LdO078315@freefall.freebsd.org> Synopsis: [PATCH] mail/p5-Email-MIME: update to 1.900 Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 04:00:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140288 From edwin at FreeBSD.org Thu Nov 5 04:00:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 04:00:43 2009 Subject: ports/140289: [PATCH] textproc/p5-XML-Feed-Deduper: update to 0.03 Message-ID: <200911050400.nA540RFi078940@freefall.freebsd.org> Synopsis: [PATCH] textproc/p5-XML-Feed-Deduper: update to 0.03 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 04:00:27 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140289 From kenyon at kenyonralph.com Thu Nov 5 04:50:02 2009 From: kenyon at kenyonralph.com (Kenyon Ralph) Date: Thu Nov 5 04:50:08 2009 Subject: ports/140291: graphics/graphviz installation problems make dot useless, no output formats available Message-ID: <200911050440.nA54eGkf060116@www.freebsd.org> >Number: 140291 >Category: ports >Synopsis: graphics/graphviz installation problems make dot useless, no output formats available >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 04:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Kenyon Ralph >Release: 8.0-RC2 r198841 >Organization: >Environment: FreeBSD gauss.kenyonralph.com 8.0-RC2 FreeBSD 8.0-RC2 #0 r198841: Mon Nov 2 23:45:35 PST 2009 root@gauss.kenyonralph.com:/usr/obj/usr/src/sys/GAUSS amd64 >Description: There are no apparent problems when building and installing the graphics/graphviz port. But when I attempt to use dot, there are no output formats available. I haven't looked enough yet to find out the problem. % dot -v -Tdoeueou dot - graphviz version 2.24.0 (20090616.2323) Format: "doeueou" not recognized. Use one of: % dot -v dot - graphviz version 2.24.0 (20090616.2323) Unable to find even the default "-Tdot" renderer. Has the config file been generated by running "dot -c" with installer's priviledges? On the same machine, if I get the tarball from graphviz.org, extract, configure --prefix=/home/kenyon/temp, make, sudo make install, then that dot works as expected: % ./dot -v -Tdoeueou dot - graphviz version 2.24.0 (20090616.2323) Activated plugin library: libgvplugin_pango.so.6 Using textlayout: textlayout:cairo Activated plugin library: libgvplugin_dot_layout.so.6 Using layout: dot:dot_layout Format: "doeueou" not recognized. Use one of: bmp canon cmap cmapx cmapx_np dot eps fig gd gd2 gif gtk gv ico imap imap_np ismap jpe jpeg jpg pdf plain plain-ext png ps ps2 svg svgz tif tiff tk vml vmlz vrml wbmp x11 xdot xlib >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 04:50:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 04:50:20 2009 Subject: ports/140291: graphics/graphviz installation problems make dot useless, no output formats available Message-ID: <200911050450.nA54oDl1022813@freefall.freebsd.org> Synopsis: graphics/graphviz installation problems make dot useless, no output formats available Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 04:50:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140291 From sahil at tandon.net Thu Nov 5 05:10:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:10:19 2009 Subject: ports/140292: [PATCH] devel/p5-Object-InsideOut: update to 3.57 Message-ID: <20091105050242.2499F1708C@spartan.hamla.org> >Number: 140292 >Category: ports >Synopsis: [PATCH] devel/p5-Object-InsideOut: update to 3.57 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 3.57 >How-To-Repeat: >Fix: --- p5-Object-InsideOut.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-InsideOut/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 23 Jul 2009 17:25:33 -0000 1.23 +++ Makefile 5 Nov 2009 05:00:56 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 3.55 +PORTVERSION= 3.57 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Object-InsideOut/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 23 Jul 2009 17:25:33 -0000 1.21 +++ distinfo 5 Nov 2009 05:00:56 -0000 @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-3.55.tar.gz) = d1b08cac98b65e4b8f3239c6a3e8fc06 -SHA256 (Object-InsideOut-3.55.tar.gz) = a3d2636636d9e96d21829e7504181b2b01e8627e56711850a797c28370dddbdd -SIZE (Object-InsideOut-3.55.tar.gz) = 115290 +MD5 (Object-InsideOut-3.57.tar.gz) = 018fe2a2310cb5b56432f83f068d326d +SHA256 (Object-InsideOut-3.57.tar.gz) = a9b90f04fce4e36038813697bb272226d7a89d2b0af3f69f07ade206c192f89f +SIZE (Object-InsideOut-3.57.tar.gz) = 115272 --- p5-Object-InsideOut.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 05:10:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:10:20 2009 Subject: ports/140293: [PATCH] devel/p5-Data-UUID: update to 1.203 Message-ID: <20091105050504.E92BA1708C@spartan.hamla.org> >Number: 140293 >Category: ports >Synopsis: [PATCH] devel/p5-Data-UUID: update to 1.203 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.203 >How-To-Repeat: >Fix: --- p5-Data-UUID.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-UUID/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 3 Jul 2009 20:01:49 -0000 1.13 +++ Makefile 5 Nov 2009 05:03:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Data-UUID -PORTVERSION= 1.202 +PORTVERSION= 1.203 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Data-UUID/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 3 Jul 2009 20:01:49 -0000 1.13 +++ distinfo 5 Nov 2009 05:03:05 -0000 @@ -1,3 +1,3 @@ -MD5 (Data-UUID-1.202.tar.gz) = 9c84ca760933bdb17c2bd9e08cda46d6 -SHA256 (Data-UUID-1.202.tar.gz) = 5db5ae5ec4d4b465d286ea7f6ad7d39636cca7879514dcbab235b48b928f3551 -SIZE (Data-UUID-1.202.tar.gz) = 12991 +MD5 (Data-UUID-1.203.tar.gz) = 242d53819858628a3f60f10ee3c848d6 +SHA256 (Data-UUID-1.203.tar.gz) = aead9d288dceae8be78ea1a6adea5de4c0f26bae6d2c69b443b00e469233a076 +SIZE (Data-UUID-1.203.tar.gz) = 13733 --- p5-Data-UUID.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 05:10:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:10:20 2009 Subject: ports/140292: [PATCH] devel/p5-Object-InsideOut: update to 3.57 Message-ID: <200911050510.nA55ABAb043868@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-Object-InsideOut: update to 3.57 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:10:10 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140292 From edwin at FreeBSD.org Thu Nov 5 05:10:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:10:32 2009 Subject: ports/140293: [PATCH] devel/p5-Data-UUID: update to 1.203 Message-ID: <200911050510.nA55AOYe045732@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-Data-UUID: update to 1.203 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:10:24 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140293 From sahil at tandon.net Thu Nov 5 05:30:06 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:30:29 2009 Subject: ports/140294: [PATCH] net/p5-Net-Twitter-Lite: update to 0.08005 Message-ID: <20091105052538.348091708C@spartan.hamla.org> >Number: 140294 >Category: ports >Synopsis: [PATCH] net/p5-Net-Twitter-Lite: update to 0.08005 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.08005 >How-To-Repeat: >Fix: --- p5-Net-Twitter-Lite.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Twitter-Lite/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 27 Oct 2009 06:46:04 -0000 1.6 +++ Makefile 5 Nov 2009 05:24:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-Twitter-Lite -PORTVERSION= 0.08004 +PORTVERSION= 0.08005 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Twitter-Lite/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 27 Oct 2009 06:46:04 -0000 1.6 +++ distinfo 5 Nov 2009 05:24:37 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-Twitter-Lite-0.08004.tar.gz) = 675a01aac107c2f973fa1a9dfafcd4aa -SHA256 (Net-Twitter-Lite-0.08004.tar.gz) = d6747d8d79035312567e0136b4ffdc36fc67fe4a9e452b43bacd6d822f5573b0 -SIZE (Net-Twitter-Lite-0.08004.tar.gz) = 63856 +MD5 (Net-Twitter-Lite-0.08005.tar.gz) = 8ddf4d857fbdc8b66b5142cc52216fdc +SHA256 (Net-Twitter-Lite-0.08005.tar.gz) = 82141a49e77fb9c081e41d5fe3439ce78899a651e4b843855133d8a733f944bb +SIZE (Net-Twitter-Lite-0.08005.tar.gz) = 63990 --- p5-Net-Twitter-Lite.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From sahil at tandon.net Thu Nov 5 05:30:06 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:30:29 2009 Subject: ports/140295: [PATCH] net/p5-Net-Amazon: update to 0.59 Message-ID: <20091105052806.4FE3D1708C@spartan.hamla.org> >Number: 140295 >Category: ports >Synopsis: [PATCH] net/p5-Net-Amazon: update to 0.59 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.59 >How-To-Repeat: >Fix: --- p5-Net-Amazon.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Amazon/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 28 Oct 2009 02:04:49 -0000 1.30 +++ Makefile 5 Nov 2009 05:23:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-Amazon -PORTVERSION= 0.57 +PORTVERSION= 0.59 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: Makefile.man =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Amazon/Makefile.man,v retrieving revision 1.5 diff -u -r1.5 Makefile.man --- Makefile.man 28 Oct 2009 02:04:49 -0000 1.5 +++ Makefile.man 5 Nov 2009 05:23:42 -0000 @@ -335,7 +335,6 @@ MAN3+= Net::Amazon::Validate::ItemSearch::us::Industrial.3 MAN3+= Net::Amazon::Validate::ItemSearch::us::ItemPage.3 MAN3+= Net::Amazon::Validate::ItemSearch::us::Jewelry.3 -MAN3+= Net::Amazon::Validate::ItemSearch::us::Keyword.3 MAN3+= Net::Amazon::Validate::ItemSearch::us::Keywords.3 MAN3+= Net::Amazon::Validate::ItemSearch::us::KindleStore.3 MAN3+= Net::Amazon::Validate::ItemSearch::us::Kitchen.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Amazon/distinfo,v retrieving revision 1.28 diff -u -r1.28 distinfo --- distinfo 28 Oct 2009 02:04:49 -0000 1.28 +++ distinfo 5 Nov 2009 05:23:42 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-Amazon-0.57.tar.gz) = 4102b885555e5acfcc6caae42422f82e -SHA256 (Net-Amazon-0.57.tar.gz) = 7f8759b30344a2b5bcb5dd1183423828b45fa7be0ff37fd99ca94557371296f0 -SIZE (Net-Amazon-0.57.tar.gz) = 194641 +MD5 (Net-Amazon-0.59.tar.gz) = 26332235ffb2c2585d9de9f938553c0a +SHA256 (Net-Amazon-0.59.tar.gz) = ae03738bccd72cc6f3421ea349bbc7f3119d36e94f159ef02bb6fb3a2a3f6565 +SIZE (Net-Amazon-0.59.tar.gz) = 193534 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Amazon/pkg-plist,v retrieving revision 1.14 diff -u -r1.14 pkg-plist --- pkg-plist 28 Oct 2009 02:04:49 -0000 1.14 +++ pkg-plist 5 Nov 2009 05:23:42 -0000 @@ -357,7 +357,6 @@ %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/Industrial.pm %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/ItemPage.pm %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/Jewelry.pm -%%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/Keyword.pm %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/Keywords.pm %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/KindleStore.pm %%SITE_PERL%%/Net/Amazon/Validate/ItemSearch/us/Kitchen.pm --- p5-Net-Amazon.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 05:30:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:30:30 2009 Subject: ports/140294: [PATCH] net/p5-Net-Twitter-Lite: update to 0.08005 Message-ID: <200911050530.nA55UFRv061946@freefall.freebsd.org> Synopsis: [PATCH] net/p5-Net-Twitter-Lite: update to 0.08005 Responsible-Changed-From-To: freebsd-ports-bugs->max Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:30:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140294 From edwin at FreeBSD.org Thu Nov 5 05:30:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:30:30 2009 Subject: ports/140295: [PATCH] net/p5-Net-Amazon: update to 0.59 Message-ID: <200911050530.nA55UMqw062938@freefall.freebsd.org> Synopsis: [PATCH] net/p5-Net-Amazon: update to 0.59 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:30:21 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140295 From sahil at tandon.net Thu Nov 5 05:40:03 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:40:10 2009 Subject: ports/140296: [PATCH] databases/p5-Cache-Memcached-Fast: update to 0.17 Message-ID: <20091105053529.260331708C@spartan.hamla.org> >Number: 140296 >Category: ports >Synopsis: [PATCH] databases/p5-Cache-Memcached-Fast: update to 0.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 0.17 >How-To-Repeat: >Fix: --- p5-Cache-Memcached-Fast.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-Cache-Memcached-Fast/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 2 Jul 2009 10:06:13 -0000 1.11 +++ Makefile 5 Nov 2009 05:32:01 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Cache-Memcached-Fast -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-Cache-Memcached-Fast/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 2 Jul 2009 10:06:13 -0000 1.9 +++ distinfo 5 Nov 2009 05:32:01 -0000 @@ -1,3 +1,3 @@ -MD5 (Cache-Memcached-Fast-0.16.tar.gz) = bc4bd455559a0489625d6014e2e1a8c0 -SHA256 (Cache-Memcached-Fast-0.16.tar.gz) = f7bbbd578657bfb846d80efa649efa4764cef154d5352bd5f0476cbdd37ac08e -SIZE (Cache-Memcached-Fast-0.16.tar.gz) = 91249 +MD5 (Cache-Memcached-Fast-0.17.tar.gz) = 83560d3ae24452cd6301cc6dd23f4201 +SHA256 (Cache-Memcached-Fast-0.17.tar.gz) = de951d390a481bd92a965084a0e0fce304541ee002673af87595622d7fa60a74 +SIZE (Cache-Memcached-Fast-0.17.tar.gz) = 91917 --- p5-Cache-Memcached-Fast.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 05:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:40:22 2009 Subject: ports/140296: [PATCH] databases/p5-Cache-Memcached-Fast: update to 0.17 Message-ID: <200911050540.nA55eEN9071420@freefall.freebsd.org> Synopsis: [PATCH] databases/p5-Cache-Memcached-Fast: update to 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:40:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140296 From sahil at tandon.net Thu Nov 5 05:50:03 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 05:50:09 2009 Subject: ports/140297: [PATCH] textproc/p5-Text-Truncate: update to 1.04 Message-ID: <20091105054116.8DE6B1708C@spartan.hamla.org> >Number: 140297 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-Truncate: update to 1.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 05:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 1.04 >How-To-Repeat: >Fix: --- p5-Text-Truncate.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Truncate/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 25 Feb 2009 09:53:20 -0000 1.1 +++ Makefile 5 Nov 2009 05:39:29 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-Truncate -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-Truncate/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 25 Feb 2009 09:53:20 -0000 1.1 +++ distinfo 5 Nov 2009 05:39:29 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-Truncate-1.03.tar.gz) = 8e5eb57f2f8da943dd7a306295d4fdef -SHA256 (Text-Truncate-1.03.tar.gz) = 126db2d7335b2ae0c2be6fa015d7dc6533bb7a4ea266e29d96f38ed7d36599f2 -SIZE (Text-Truncate-1.03.tar.gz) = 4832 +MD5 (Text-Truncate-1.04.tar.gz) = 956a19fa5e781f699ad1e538e60740ba +SHA256 (Text-Truncate-1.04.tar.gz) = 96b8ca86018ef51a66d16278cb4a020c519d49ce141308f21fc92c7742667e89 +SIZE (Text-Truncate-1.04.tar.gz) = 3984 --- p5-Text-Truncate.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 05:50:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 05:50:20 2009 Subject: ports/140297: [PATCH] textproc/p5-Text-Truncate: update to 1.04 Message-ID: <200911050550.nA55oDDv079526@freefall.freebsd.org> Synopsis: [PATCH] textproc/p5-Text-Truncate: update to 1.04 Responsible-Changed-From-To: freebsd-ports-bugs->lth Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 05:50:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140297 From sahil at tandon.net Thu Nov 5 06:00:14 2009 From: sahil at tandon.net (Sahil Tandon) Date: Thu Nov 5 06:00:21 2009 Subject: ports/140298: [PATCH] net/p5-Net-Twitter: update to 3.08000 Message-ID: <20091105055634.7AF531708C@spartan.hamla.org> >Number: 140298 >Category: ports >Synopsis: [PATCH] net/p5-Net-Twitter: update to 3.08000 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 06:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - update to 3.08000 >How-To-Repeat: >Fix: --- p5-Net-Twitter.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Twitter/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 26 Oct 2009 14:29:59 -0000 1.23 +++ Makefile 5 Nov 2009 05:55:17 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-Twitter -PORTVERSION= 3.07004 +PORTVERSION= 3.08000 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,6 +30,7 @@ MAN3= Net::Twitter.3 Net::Twitter::Search.3 Net::Identica.3 \ Net::Twitter::Error.3 Net::Twitter::Role::OAuth.3 \ + Net::Twitter::Role::API::Lists.3 \ Net::Twitter::Role::API::REST.3 \ Net::Twitter::Role::API::TwitterVision.3 \ Net::Twitter::OAuth.3 Net::Twitter::Core.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Twitter/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 26 Oct 2009 14:29:59 -0000 1.22 +++ distinfo 5 Nov 2009 05:55:17 -0000 @@ -1,3 +1,3 @@ -MD5 (Net-Twitter-3.07004.tar.gz) = d354b7b659e1aedf2b480cebc021ac53 -SHA256 (Net-Twitter-3.07004.tar.gz) = 5da2897d2ff84cdbdd852a76c17b3d78dc16d5593e66afb32404fb9a09eb0c1c -SIZE (Net-Twitter-3.07004.tar.gz) = 81631 +MD5 (Net-Twitter-3.08000.tar.gz) = 25b1154576293fc388ec208528c4c856 +SHA256 (Net-Twitter-3.08000.tar.gz) = fb39bfb6a64c8402b94f7194ccad3440f6379b8aa4a0e6a2f3e28d6f4847a9a5 +SIZE (Net-Twitter-3.08000.tar.gz) = 84467 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Twitter/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 12 Aug 2009 08:25:47 -0000 1.6 +++ pkg-plist 5 Nov 2009 05:55:17 -0000 @@ -3,6 +3,7 @@ %%SITE_PERL%%/Net/Twitter.pm %%SITE_PERL%%/Net/Twitter/Search.pm %%SITE_PERL%%/Net/Twitter/Role/API/TwitterVision.pm +%%SITE_PERL%%/Net/Twitter/Role/API/Lists.pm %%SITE_PERL%%/Net/Twitter/Role/API/REST.pm %%SITE_PERL%%/Net/Twitter/Role/API/Search.pm %%SITE_PERL%%/Net/Twitter/Role/InflateObjects.pm --- p5-Net-Twitter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 06:00:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 06:00:31 2009 Subject: ports/140298: [PATCH] net/p5-Net-Twitter: update to 3.08000 Message-ID: <200911050600.nA560OgJ087726@freefall.freebsd.org> Synopsis: [PATCH] net/p5-Net-Twitter: update to 3.08000 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 06:00:24 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140298 From c.petrik.sosa at gmail.com Thu Nov 5 06:31:17 2009 From: c.petrik.sosa at gmail.com (Chris Petrik) Date: Thu Nov 5 06:31:51 2009 Subject: ports/140283: [PATCH] update games/abuse_sdl to 0.7.1 In-Reply-To: <200911050240.nA52e2S8008311@freefall.freebsd.org> References: <200911050240.nA52e2S8008311@freefall.freebsd.org> Message-ID: <4AF26AB3.5070404@officialunix.com> Please use this patch instead, this patches fixes the following: conflict between bin/abuse in games/abuse and the new games/abuse_sdl removal of pkg_plist since it's only 4 files, easier way I could think of to copy abuse to abuse.sdl, without hackering the Makefile.* files. Did not realize games/abuse installs a binary :) Added PLIST_* for files and dirs. -------------- next part -------------- Index: abuse_sdl/Makefile =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- abuse_sdl/Makefile 19 Sep 2009 11:39:34 -0000 1.20 +++ abuse_sdl/Makefile 5 Nov 2009 05:54:07 -0000 @@ -6,14 +6,13 @@ # PORTNAME= abuse_sdl -PORTVERSION= 0.7.0 -PORTREVISION= 5 +PORTVERSION= 0.7.1 CATEGORIES= games -MASTER_SITES= http://abuse.zoy.org/raw-attachment/wiki/Downloads/ \ +MASTER_SITES= http://abuse.zoy.org/raw/Downloads/ \ http://epix.linux.tucows.com/files/ \ http://blueyonder.linux.tucows.com/files/ \ http://casemanl.linux.tucows.com/files/ -DISTNAME= abuse-sdl-${PORTVERSION} +DISTNAME= abuse-${PORTVERSION} MAINTAINER= chris@officialunix.com COMMENT= An SDL port of the Abuse game engine @@ -24,10 +23,30 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +WRKSRC= ${WRKDIR}/${DISTNAME} -MAN6= abuse-sdl.6 +MAN6= abuse.6 + +PLIST_FILES= bin/abuse.sdl \ + share/abuse_sdl/abuse.bmp \ + share/abuse_sdl/abuse.lsp \ + share/abuse_sdl/abuse.png + +PLIST_DIRS= share/abuse_sdl post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure +do-install: + ${ECHO_CMD} "Installing data files." + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/abuse.bmp ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/abuse.lsp ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/abuse.png ${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/abuse.6 ${MANPREFIX}/man/man6 + ${ECHO_CMD} "Done." + ${ECHO_CMD} "Installing abuse binary as abuse.sdl" + ${INSTALL_PROGRAM} ${WRKSRC}/src/abuse ${LOCALBASE}/bin/abuse.sdl + ${ECHO_CMD} "Done." + .include Index: abuse_sdl/distinfo =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- abuse_sdl/distinfo 31 Jan 2009 21:16:37 -0000 1.5 +++ abuse_sdl/distinfo 5 Nov 2009 02:24:23 -0000 @@ -1,3 +1,3 @@ -MD5 (abuse-sdl-0.7.0.tar.gz) = 417f07dd34d92564f6a10260e4a41baa -SHA256 (abuse-sdl-0.7.0.tar.gz) = 2efadf8a9f85ae4509a410d600172625c674f49c4e8eb56eed7bd697ea03e3bc -SIZE (abuse-sdl-0.7.0.tar.gz) = 676076 +MD5 (abuse-0.7.1.tar.gz) = 439b607f291560a8f9698a2f09cffa63 +SHA256 (abuse-0.7.1.tar.gz) = 1516a19efc1b89715a8549109a0d87b71502d94fd8b782942e335b6782a1dd57 +SIZE (abuse-0.7.1.tar.gz) = 719285 Index: abuse_sdl/pkg-plist =================================================================== RCS file: abuse_sdl/pkg-plist diff -N abuse_sdl/pkg-plist --- abuse_sdl/pkg-plist 14 Sep 2002 22:10:47 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,5 +0,0 @@ -bin/abuse.sdl -share/abuse_sdl/abuse.bmp -share/abuse_sdl/abuse.lsp -share/abuse_sdl/abuse.png -@dirrm share/abuse_sdl Index: abuse_sdl/files/patch-Makefile.in =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- abuse_sdl/files/patch-Makefile.in 11 May 2002 21:57:40 -0000 1.1 +++ abuse_sdl/files/patch-Makefile.in 5 Nov 2009 02:24:23 -0000 @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat May 11 22:58:44 2002 -+++ Makefile.in Sat May 11 23:00:15 2002 -@@ -84,7 +84,7 @@ - - man_MANS = abuse-sdl.6 - +--- Makefile.in.old 2009-11-04 19:47:10.000000000 -0600 ++++ Makefile.in 2009-11-04 19:48:20.000000000 -0600 +@@ -201,7 +201,7 @@ + top_srcdir = @top_srcdir@ + SUBDIRS = src + man_MANS = abuse.6 -datafiledir = $(datadir)/games/abuse +datafiledir = $(datadir)/abuse_sdl datafile_DATA = abuse.bmp abuse.lsp abuse.png - - EXTRA_DIST = abuse-sdl.6 abuse.bmp abuse.lsp abuse.png + EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.lsp abuse.png + all: config.h Index: abuse_sdl/files/patch-imlib-jmalloc.hpp =================================================================== RCS file: abuse_sdl/files/patch-imlib-jmalloc.hpp diff -N abuse_sdl/files/patch-imlib-jmalloc.hpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ abuse_sdl/files/patch-imlib-jmalloc.hpp 5 Nov 2009 02:24:23 -0000 @@ -0,0 +1,10 @@ +--- src/imlib/jmalloc.hpp.old 2009-11-04 20:07:54.000000000 -0600 ++++ src/imlib/jmalloc.hpp 2009-11-04 20:08:16.000000000 -0600 +@@ -12,6 +12,7 @@ + + + #include ++#include + + #ifdef MANAGE_MEM + enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE}; From wen at FreeBSD.org Thu Nov 5 07:00:13 2009 From: wen at FreeBSD.org (Wen Heping) Date: Thu Nov 5 07:00:19 2009 Subject: ports/140299: [Update]devel/p5-Object-Event:update to 1.2 Message-ID: <200911050655.nA56ttfH069621@www.freebsd.org> >Number: 140299 >Category: ports >Synopsis: [Update]devel/p5-Object-Event:update to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 07:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 9.0-Current >Organization: ChangAn Middle School >Environment: FreeBSD fb9.wenjing.com 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Fri Oct 16 23:31:27 CST 2009 root@fb9.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 1.2 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-11-05 11:28:09.000000000 +0800 +++ Makefile 2009-11-05 11:28:42.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= Object-Event -PORTVERSION= 1.101 -PORTREVISION= 1 +PORTVERSION= 1.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- --- distinfo.orig 2009-11-05 11:28:11.000000000 +0800 +++ distinfo 2009-11-05 11:28:56.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (Object-Event-1.101.tar.gz) = 45be9fc3c1437cd75817d2295ca25ea0 -SHA256 (Object-Event-1.101.tar.gz) = 76b5e9729db490105f687c82e8f983e039bf1eec11d93a4e08a70f1dc1111eb1 -SIZE (Object-Event-1.101.tar.gz) = 12521 +MD5 (Object-Event-1.2.tar.gz) = 126b8a96f515288c46d764de78c6a199 +SHA256 (Object-Event-1.2.tar.gz) = c88d2c743d262ce7dd2c01d87bf69ee6dc165ff0629accd03b7a750e4a4a47b0 +SIZE (Object-Event-1.2.tar.gz) = 15019 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 07:00:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 07:00:30 2009 Subject: ports/140299: [Update]devel/p5-Object-Event:update to 1.2 Message-ID: <200911050700.nA570M7d042454@freefall.freebsd.org> Synopsis: [Update]devel/p5-Object-Event:update to 1.2 Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 07:00:21 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140299 From linimon at FreeBSD.org Thu Nov 5 07:22:52 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu Nov 5 07:22:59 2009 Subject: ports/140300: update net-im/pidgin-manualsize to 0.7 Message-ID: <200911050722.nA57MqYW068710@freefall.freebsd.org> Synopsis: update net-im/pidgin-manualsize to 0.7 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 5 07:22:41 UTC 2009 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=140300 From chris at officialunix.com Thu Nov 5 07:30:02 2009 From: chris at officialunix.com (Chris Petrik) Date: Thu Nov 5 07:30:08 2009 Subject: ports/140301: [PATCH] fix audio/csound fltk thread script Message-ID: <200911050724.nA57ONTv088578@www.freebsd.org> >Number: 140301 >Category: ports >Synopsis: [PATCH] fix audio/csound fltk thread script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 07:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 8.0 RC2 >Organization: Officialunix >Environment: FreeBSD 8.0 RC2 >Description: When updating audio/smasher I noticed csound would fail with fltk_lock. Doing some tests I noticed the script in the scripts folder does not run, I beleive this is due to ${FLTKBASE} not being defined some where. Thia patch changes it to ${LOCALBASE} >How-To-Repeat: >Fix: Patch attached with submission follows: Index: csound/Makefile =================================================================== RCS file: /usr/ncvs/ports/audio/csound/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- csound/Makefile 3 Nov 2009 22:59:36 -0000 1.41 +++ csound/Makefile 5 Nov 2009 07:20:06 -0000 @@ -39,10 +39,6 @@ SUB_LIST+= PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} \ PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} USE_LDCONFIG= yes -# Please note: -# This option is not needed, if the specific port or new port -# does not support double float. -# This was only added to please audio/smasher. .include @@ -56,7 +52,7 @@ .endif post-patch: apply-slist - @${SETENV} FLTKBASE=${FLTKBASE} ${SH} ${SCRIPTDIR}/check-fltk-threads.sh + @${SETENV} LOCALBASE=${LOCALBASE} ${SH} ${SCRIPTDIR}/check-fltk-threads.sh @${MV} ${WRKDIR}/custom.py ${WRKSRC} @${REINPLACE_CMD} -e "s|'unsupported'|'linux'|; \ s|ENV = {'PATH' : os.environ\['PATH'\]}|ENV = os.environ|; \ Index: csound/scripts/check-fltk-threads.sh =================================================================== RCS file: /usr/ncvs/ports/audio/csound/scripts/check-fltk-threads.sh,v retrieving revision 1.2 diff -u -r1.2 check-fltk-threads.sh --- csound/scripts/check-fltk-threads.sh 25 Sep 2007 08:53:49 -0000 1.2 +++ csound/scripts/check-fltk-threads.sh 5 Nov 2009 07:20:19 -0000 @@ -1,6 +1,6 @@ #!/bin/sh -if [ -x ${FLTKBASE}/bin/fltk-config ] && [ -z "$(fltk-config --ldflags | grep pthread)" ]; then +if [ -x ${LOCALBASE}/bin/fltk-config ] && [ -z "$(fltk-config --ldflags | grep pthread)" ]; then echo "FLTK does not have threading support enabled." echo "Please remove the x11-toolkits/fltk port first and recompile csound again" echo "The csound port will automatically install the x11-toolkits/fltk-threads port." >Release-Note: >Audit-Trail: >Unformatted: From wen at FreeBSD.org Thu Nov 5 07:56:24 2009 From: wen at FreeBSD.org (wen@FreeBSD.org) Date: Thu Nov 5 07:56:31 2009 Subject: ports/140277: New port: devel/p5-Devel-Size-Report - extension to generate a size report for all elements in a structure Message-ID: <200911050756.nA57uNKj017123@freefall.freebsd.org> Synopsis: New port: devel/p5-Devel-Size-Report - extension to generate a size report for all elements in a structure State-Changed-From-To: open->closed State-Changed-By: wen State-Changed-When: Thu Nov 5 07:56:23 UTC 2009 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=140277 From dfilter at FreeBSD.ORG Thu Nov 5 08:00:16 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Nov 5 08:00:33 2009 Subject: ports/140277: commit references a PR Message-ID: <200911050800.nA580G2R017678@freefall.freebsd.org> The following reply was made to PR ports/140277; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140277: commit references a PR Date: Thu, 5 Nov 2009 07:55:33 +0000 (UTC) wen 2009-11-05 07:55:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Devel-Size-Report Makefile distinfo pkg-descr pkg-plist Log: Devel::Size can only report the size of a single element or the total size of a structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full control over how the generated text report looks like, and where you want to output it. In addition, the method track_size allows you to get at the raw data that is used to generate the report for even more flexibility. WWW: http://search.cpan.org/dist/Devel-Size-Report/ PR: ports/140277 Submitted by: Alexey V.Degtyarev Revision Changes Path 1.3682 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/p5-Devel-Size-Report/Makefile (new) 1.1 +3 -0 ports/devel/p5-Devel-Size-Report/distinfo (new) 1.1 +9 -0 ports/devel/p5-Devel-Size-Report/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Devel-Size-Report/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From mitya at cabletv.dp.ua Thu Nov 5 09:50:01 2009 From: mitya at cabletv.dp.ua (Dmitry) Date: Thu Nov 5 09:50:08 2009 Subject: ports/140303: net-mgmt/docsis can not compile filters under amd64 platform Message-ID: <200911050942.nA59gV24019556@www.freebsd.org> >Number: 140303 >Category: ports >Synopsis: net-mgmt/docsis can not compile filters under amd64 platform >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 09:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 7.2-STABLE >Organization: >Environment: FreeBSD lan.home 7.2-STABLE FreeBSD 7.2-STABLE #0: Mon May 25 11:01:23 UTC 2009 mitya@lan.home:/usr/src/sys/amd64/compile/lan amd64 >Description: When I am trying compile sample profile: docsis -e docsis1.0_filters2_oidnum.cfg keyfile outputfile I get many errors like docsis: warning: TLV64 (length > 255) not allowed in DOCSIS config files , when SNMP OID is Integer. And result profile file is corrupt >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 09:50:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 09:50:23 2009 Subject: ports/140303: net-mgmt/docsis can not compile filters under amd64 platform Message-ID: <200911050950.nA59oAqT016177@freefall.freebsd.org> Synopsis: net-mgmt/docsis can not compile filters under amd64 platform State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Nov 5 09:50:10 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140303 From edwin at FreeBSD.org Thu Nov 5 10:00:15 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Nov 5 10:00:22 2009 Subject: ports/140303: net-mgmt/docsis can not compile filters under amd64 platform Message-ID: <200911051000.nA5A0FPu023864@freefall.freebsd.org> The following reply was made to PR ports/140303; it has been noted by GNATS. From: Edwin Groothuis To: jflemer@alum.rpi.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/140303: net-mgmt/docsis can not compile filters under amd64 platform Date: Thu, 5 Nov 2009 09:50:08 UT Maintainer of net-mgmt/docsis, Please note that PR ports/140303 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140303 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From gogo at cs.uni-sb.de Thu Nov 5 11:00:15 2009 From: gogo at cs.uni-sb.de (Robert Gogolok) Date: Thu Nov 5 11:00:21 2009 Subject: ports/140305: [MAINTAINER UPDATE] www/rubygem-god: update to version 0.7.18 Message-ID: <200911051054.nA5AsnO7085874@www.freebsd.org> >Number: 140305 >Category: ports >Synopsis: [MAINTAINER UPDATE] www/rubygem-god: update to version 0.7.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 11:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Robert Gogolok >Release: FreeBSD 7.2 >Organization: http://www.robert-gogolok.de >Environment: FreeBSD wwplayer13.cs.uni-sb.de 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to last stable version 0.7.18 >How-To-Repeat: >Fix: http://w5.cs.uni-sb.de/~gogo/patches/rubygem-god-0.7.18.patch >Release-Note: >Audit-Trail: >Unformatted: From flo at kasimir.com Thu Nov 5 12:10:05 2009 From: flo at kasimir.com (Florian Smeets) Date: Thu Nov 5 12:10:11 2009 Subject: ports/140306: [PATCH] net/libmxp: update to 0.2.3 Message-ID: <20091105120141.2CA263F537@mail.solomo.de> >Number: 140306 >Category: ports >Synopsis: [PATCH] net/libmxp: update to 0.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 12:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 0.2.3 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libmxp-0.2.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/libmxp.orig/Makefile /usr/ports/net/libmxp/Makefile --- /usr/ports/net/libmxp.orig/Makefile 2008-09-07 02:36:25.000000000 +0200 +++ /usr/ports/net/libmxp/Makefile 2009-11-05 13:01:10.000000000 +0100 @@ -6,14 +6,14 @@ # PORTNAME= libmxp -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= net games textproc MASTER_SITES= http://www.kmuddy.com/libmxp/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Parser for the MUD eXtension protocol -GNU_CONFIGURE= yes +USE_CMAKE= yes USE_LDCONFIG= yes post-patch: diff -ruN --exclude=CVS /usr/ports/net/libmxp.orig/distinfo /usr/ports/net/libmxp/distinfo --- /usr/ports/net/libmxp.orig/distinfo 2007-02-25 18:27:56.000000000 +0100 +++ /usr/ports/net/libmxp/distinfo 2009-11-05 13:00:52.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (libmxp-0.2.2.tar.gz) = 7e68db505f6891b25109eb8f21d180d0 -SHA256 (libmxp-0.2.2.tar.gz) = 54934b7db14683f5e9499bc3ac023c5e3bca443571963c1683e04fa742a27c7a -SIZE (libmxp-0.2.2.tar.gz) = 418199 +MD5 (libmxp-0.2.3.tar.gz) = fee165a17d44170e46d29d9138abc146 +SHA256 (libmxp-0.2.3.tar.gz) = b2b666e7157166454f285c1eb141c18f8329b72463ff8471af9c55e075c4c260 +SIZE (libmxp-0.2.3.tar.gz) = 68755 diff -ruN --exclude=CVS /usr/ports/net/libmxp.orig/pkg-plist /usr/ports/net/libmxp/pkg-plist --- /usr/ports/net/libmxp.orig/pkg-plist 2007-02-25 18:27:56.000000000 +0100 +++ /usr/ports/net/libmxp/pkg-plist 2009-11-05 13:00:52.000000000 +0100 @@ -1,6 +1,5 @@ include/libmxp/libmxp.h -lib/libmxp.a -lib/libmxp.la -lib/libmxp.so +lib/libmxp.so.0.0.4 lib/libmxp.so.0 +lib/libmxp.so @dirrm include/libmxp --- libmxp-0.2.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 12:10:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 12:10:21 2009 Subject: ports/140306: [PATCH] net/libmxp: update to 0.2.3 Message-ID: <200911051210.nA5CAEY4039779@freefall.freebsd.org> Synopsis: [PATCH] net/libmxp: update to 0.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 12:10:14 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140306 From alexey at renatasystems.org Thu Nov 5 12:20:03 2009 From: alexey at renatasystems.org (Alexey V.Degtyarev) Date: Thu Nov 5 12:20:09 2009 Subject: ports/140307: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS Message-ID: <20091105121234.21260.qmail@hs-9.renatasystems.org> >Number: 140307 >Category: ports >Synopsis: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 12:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexey V. Degtyarev >Release: FreeBSD 8.0-RC1 amd64 >Organization: >Environment: System: FreeBSD renatasystems.org 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Accidentally I forgot to set correct RUN_DEPENDS so installed from package module doesn't works. Blame me! >How-To-Repeat: >Fix: --- p5-Devel-Size-Report.patch begins here --- diff -u -r p5-Devel-Size-Report.orig/Makefile p5-Devel-Size-Report/Makefile --- p5-Devel-Size-Report.orig/Makefile 2009-11-05 10:55:23.000000000 +0300 +++ p5-Devel-Size-Report/Makefile 2009-11-05 15:01:11.000000000 +0300 @@ -7,6 +7,7 @@ PORTNAME= Devel-Size-Report PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +19,7 @@ p5-Devel-Size>=0.69:${PORTSDIR}/devel/p5-Devel-Size \ p5-Scalar-List-Utils>=1.13:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Time-HiRes>=1.86:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Devel-Size-Report.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From tremere at cainites.net Thu Nov 5 12:50:03 2009 From: tremere at cainites.net (Ralf van der Enden) Date: Thu Nov 5 12:50:10 2009 Subject: ports/140308: [PATCH] www/lighttpd: update to 1.4.24 Message-ID: >Number: 140308 >Category: ports >Synopsis: [PATCH] www/lighttpd: update to 1.4.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 12:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #5: Sat Oct 3 10:31:25 CEST >Description: - Update to 1.4.24 Added file(s): - files/patch-src_mod_accesslog.c Port maintainer (mnag@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- lighttpd-1.4.24.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/Makefile /usr/ports/www/lighttpd/Makefile --- /usr/ports/www/lighttpd.orig/Makefile 2009-08-02 21:36:01.000000000 +0200 +++ /usr/ports/www/lighttpd/Makefile 2009-11-03 14:18:12.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.23 +PORTVERSION= 1.4.24 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://mirrors.cat.pdx.edu/lighttpd/ @@ -123,6 +123,7 @@ SUB_LIST+= REQUIRE="${_REQUIRE}" post-patch: + @${TOUCH} ${WRKSRC}/ChangeLog @${REINPLACE_CMD} -e 's|-std=gnu99||' ${WRKSRC}/configure ${WRKSRC}/configure.ac @${REINPLACE_CMD} -E -e 's|(server.document-root.*=).*|\1 "${PREFIX}/www/data/"|' \ -e 's|(server.errorlog.*=).*|\1 "/var/log/lighttpd.error.log"|' \ diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/distinfo /usr/ports/www/lighttpd/distinfo --- /usr/ports/www/lighttpd.orig/distinfo 2009-06-28 07:07:13.000000000 +0200 +++ /usr/ports/www/lighttpd/distinfo 2009-11-03 13:33:42.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (lighttpd-1.4.23.tar.bz2) = 0ab6bb7b17bf0f515ce7dce68e5e215a -SHA256 (lighttpd-1.4.23.tar.bz2) = 72896e6677b12aee2371c12e6d3f8299cfbdb2f89ad4b519a96b3ba80852a5fa -SIZE (lighttpd-1.4.23.tar.bz2) = 641621 +MD5 (lighttpd-1.4.24.tar.bz2) = e2324a24e4a5bce74663c21c58ddd200 +SHA256 (lighttpd-1.4.24.tar.bz2) = 6e643dc4627d742510afee67654291a5190a316f5737dfb463b158a70f24750e +SIZE (lighttpd-1.4.24.tar.bz2) = 622842 diff -ruN --exclude=CVS /usr/ports/www/lighttpd.orig/files/patch-src_mod_accesslog.c /usr/ports/www/lighttpd/files/patch-src_mod_accesslog.c --- /usr/ports/www/lighttpd.orig/files/patch-src_mod_accesslog.c 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/www/lighttpd/files/patch-src_mod_accesslog.c 2009-11-03 14:17:51.000000000 +0100 @@ -0,0 +1,12 @@ +--- src/mod_accesslog.c.orig 2009-11-03 14:16:23.000000000 +0100 ++++ src/mod_accesslog.c 2009-11-03 14:16:39.000000000 +0100 +@@ -162,7 +162,8 @@ + if (str->used == 0) return; + buffer_prepare_append(dest, str->used - 1); + +- for (unsigned int i = 0; i < str->used - 1; i++) { ++ unsigned int i; ++ for (i = 0; i < str->used - 1; i++) { + if (str->ptr[i] >= ' ' && str->ptr[i] <= '~') { + /* printable chars */ + buffer_append_string_len(dest, &str->ptr[i], 1); --- lighttpd-1.4.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 12:50:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 12:50:21 2009 Subject: ports/140308: [PATCH] www/lighttpd: update to 1.4.24 Message-ID: <200911051250.nA5CoD78075913@freefall.freebsd.org> Synopsis: [PATCH] www/lighttpd: update to 1.4.24 Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 12:50:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140308 From tremere at cainites.net Thu Nov 5 13:00:11 2009 From: tremere at cainites.net (Ralf van der Enden) Date: Thu Nov 5 13:00:24 2009 Subject: ports/140310: [MAINTAINER] databases/opendbx: update to 1.4.4 Message-ID: >Number: 140310 >Category: ports >Synopsis: [MAINTAINER] databases/opendbx: update to 1.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #5: Sat Oct 3 10:31:25 CEST >Description: - Update to 1.4.4 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- opendbx-1.4.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/opendbx.orig/Makefile /usr/ports/databases/opendbx/Makefile --- /usr/ports/databases/opendbx.orig/Makefile 2009-08-11 14:17:26.000000000 +0200 +++ /usr/ports/databases/opendbx/Makefile 2009-10-27 10:11:25.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= opendbx -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= databases MASTER_SITES= http://www.linuxnetworks.de/opendbx/download/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/databases/opendbx.orig/distinfo /usr/ports/databases/opendbx/distinfo --- /usr/ports/databases/opendbx.orig/distinfo 2009-08-11 14:17:26.000000000 +0200 +++ /usr/ports/databases/opendbx/distinfo 2009-10-27 10:11:30.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (opendbx-1.4.2.tar.gz) = 15c9f6648e793422ba3912e49a232aa6 -SHA256 (opendbx-1.4.2.tar.gz) = ac0ef46438fd24753e6c9f6ed21fd7d1e0fca90a4cc78bb4971750a899eaf13c -SIZE (opendbx-1.4.2.tar.gz) = 568298 +MD5 (opendbx-1.4.4.tar.gz) = 12c86b458655dc668d72469f6656625f +SHA256 (opendbx-1.4.4.tar.gz) = 7a9f2b67e34d09a6e0e7274dbb847507c3c796bd224b8b789baacd490a0587dd +SIZE (opendbx-1.4.4.tar.gz) = 581564 --- opendbx-1.4.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From andrey at kostenko.name Thu Nov 5 13:00:12 2009 From: andrey at kostenko.name (Andrey Kostenko) Date: Thu Nov 5 13:00:24 2009 Subject: ports/140311: [PATCH] www/p5-Catalyst-Plugin-Static-Simple: update to 0.25 Message-ID: <200911051250.nA5ComDI089832@veda.park.rambler.ru> >Number: 140311 >Category: ports >Synopsis: [PATCH] www/p5-Catalyst-Plugin-Static-Simple: update to 0.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 13:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: - Update to 0.25 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-Static-Simple-0.25.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Static-Simple/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 6 Oct 2009 19:51:16 -0000 1.11 +++ Makefile 5 Nov 2009 12:50:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Plugin-Static-Simple -PORTVERSION= 0.23 +PORTVERSION= 0.25 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80008:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-MIME-Types>=1.25:${PORTSDIR}/mail/p5-MIME-Types \ - p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat + p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Static-Simple/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 6 Oct 2009 19:51:16 -0000 1.9 +++ distinfo 5 Nov 2009 12:50:32 -0000 @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Static-Simple-0.23.tar.gz) = c21650f80aaa19a15b308b8ff369bd58 -SHA256 (Catalyst-Plugin-Static-Simple-0.23.tar.gz) = 6679e937320449eb8c2131761ff856f8900def396fda42f175046be9dd33e4d1 -SIZE (Catalyst-Plugin-Static-Simple-0.23.tar.gz) = 35490 +MD5 (Catalyst-Plugin-Static-Simple-0.25.tar.gz) = 50db782f607cca95cbfa3296b295942e +SHA256 (Catalyst-Plugin-Static-Simple-0.25.tar.gz) = 921ccc47f067922501b938e8f1b10009d9572cb9f4f2bfe9523c44a6d13a85b8 +SIZE (Catalyst-Plugin-Static-Simple-0.25.tar.gz) = 35795 --- p5-Catalyst-Plugin-Static-Simple-0.25.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 13:00:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 13:00:32 2009 Subject: ports/140311: [PATCH] www/p5-Catalyst-Plugin-Static-Simple: update to 0.25 Message-ID: <200911051300.nA5D0QcK084588@freefall.freebsd.org> Synopsis: [PATCH] www/p5-Catalyst-Plugin-Static-Simple: update to 0.25 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 13:00:26 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140311 From tremere at cainites.net Thu Nov 5 13:20:03 2009 From: tremere at cainites.net (Ralf van der Enden) Date: Thu Nov 5 13:20:13 2009 Subject: ports/140312: [PATCH] archivers/rar: update to 3.90 Message-ID: >Number: 140312 >Category: ports >Synopsis: [PATCH] archivers/rar: update to 3.90 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 13:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ralf van der Enden >Release: FreeBSD 7.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD lan.cainites.net 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #5: Sat Oct 3 10:31:25 CEST >Description: - Update to 3.90 Port maintainer (gabor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rar-3.90,2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/archivers/rar.orig/Makefile /usr/ports/archivers/rar/Makefile --- /usr/ports/archivers/rar.orig/Makefile 2008-10-18 13:01:57.000000000 +0200 +++ /usr/ports/archivers/rar/Makefile 2009-10-05 15:16:00.000000000 +0200 @@ -6,11 +6,11 @@ # PORTNAME= rar -PORTVERSION= 3.80 +PORTVERSION= 3.90 PORTEPOCH= 2 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ -DISTNAME= rarbsd-3.8.0 +DISTNAME= rarbsd-3.9.0 MAINTAINER= gabor@FreeBSD.org COMMENT= File archiver (binary port) @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/rar PLIST_FILES= bin/rar lib/default.sfx etc/rarfiles.lst man/cat1/rar.1 PORTDOCS= technote.txt license.txt whatsnew.txt order.htm \ - readme.txt file_id.diz + readme.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${PREFIX}/bin/rar diff -ruN --exclude=CVS /usr/ports/archivers/rar.orig/distinfo /usr/ports/archivers/rar/distinfo --- /usr/ports/archivers/rar.orig/distinfo 2008-10-18 13:01:57.000000000 +0200 +++ /usr/ports/archivers/rar/distinfo 2009-10-05 15:11:00.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (rarbsd-3.8.0.tar.gz) = 63b3dabffa7db30a88985e921875609c -SHA256 (rarbsd-3.8.0.tar.gz) = 7227bbcb0efb743588b50ed7ed9afd96bcfcffff6388825d343f986e267865b2 -SIZE (rarbsd-3.8.0.tar.gz) = 777596 +MD5 (rarbsd-3.9.0.tar.gz) = a5610e10294abf5383a1757ae8218356 +SHA256 (rarbsd-3.9.0.tar.gz) = c5feba2955c05510acb1e557e759c33d6ebc695e840432c334edf7dee5c168eb +SIZE (rarbsd-3.9.0.tar.gz) = 819333 --- rar-3.90,2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 13:20:16 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 13:20:35 2009 Subject: ports/140312: [PATCH] archivers/rar: update to 3.90 Message-ID: <200911051320.nA5DKGaR002224@freefall.freebsd.org> Synopsis: [PATCH] archivers/rar: update to 3.90 Responsible-Changed-From-To: freebsd-ports-bugs->gabor Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 13:20:15 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140312 From flo at kasimir.com Thu Nov 5 14:10:02 2009 From: flo at kasimir.com (Florian Smeets) Date: Thu Nov 5 14:10:09 2009 Subject: ports/140314: [PATCH] devel/libs11n: update to 1.3.0 Message-ID: <20091105140355.C0FAA3F4E1@mail.solomo.de> >Number: 140314 >Category: ports >Synopsis: [PATCH] devel/libs11n: update to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 14:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 1.3.0 Added file(s): - files/patch-shake-n-make.make Removed file(s): - files/Makefile.bsd Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libs11n-1.3.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/Makefile /usr/ports/devel/libs11n/Makefile --- /usr/ports/devel/libs11n.orig/Makefile 2009-11-05 15:00:42.000000000 +0100 +++ /usr/ports/devel/libs11n/Makefile 2009-11-05 15:01:24.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= libs11n -PORTVERSION= 1.2.8 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= SF/s11n/s11n/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nobuildfiles @@ -14,13 +14,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for easily serializing a wide variety of objects +MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_ZIP= yes +USE_GMAKE= yes USE_LDCONFIG= yes -post-extract: - @${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile - pre-install: ${MKDIR} ${PREFIX}/include/s11n.net ${MKDIR} ${PREFIX}/include/s11n.net/s11n diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/distinfo /usr/ports/devel/libs11n/distinfo --- /usr/ports/devel/libs11n.orig/distinfo 2009-11-05 15:00:42.000000000 +0100 +++ /usr/ports/devel/libs11n/distinfo 2009-11-05 15:01:25.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (libs11n-1.2.8-nobuildfiles.zip) = 85f966702a62c52c803ffbb3b3d778ba -SHA256 (libs11n-1.2.8-nobuildfiles.zip) = 04b369018df330b2f561b6da6d780ad4acbee049f5dfaa982839f3ec99c9f449 -SIZE (libs11n-1.2.8-nobuildfiles.zip) = 291367 +MD5 (libs11n-1.3.0-nobuildfiles.zip) = 912bd53df61755b9eacc9539d208f0e9 +SHA256 (libs11n-1.3.0-nobuildfiles.zip) = e9676add7bc49e2329f6ad6a078a0a90dd3b662c7da255d8e3f4529bab4de22f +SIZE (libs11n-1.3.0-nobuildfiles.zip) = 329059 diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/files/Makefile.bsd /usr/ports/devel/libs11n/files/Makefile.bsd --- /usr/ports/devel/libs11n.orig/files/Makefile.bsd 2009-11-05 15:00:42.000000000 +0100 +++ /usr/ports/devel/libs11n/files/Makefile.bsd 1970-01-01 01:00:00.000000000 +0100 @@ -1,126 +0,0 @@ -LIB= s11n -CXXFLAGS+= -Wall -O2 -fPIC -I../include -SHLIB_MAJOR= 1 -SHLIB_MINOR= 2 -SRCS= exception.cpp \ - s11n.cpp \ - s11n_node.cpp \ - path_finder.cpp \ - plugin.cpp \ - compact.flex.cpp \ - compact_serializer.cpp \ - data_node_io.cpp \ - funtxt.flex.cpp \ - funtxt_serializer.cpp \ - funxml.flex.cpp \ - funxml_serializer.cpp \ - parens.flex.cpp \ - parens_serializer.cpp \ - simplexml.flex.cpp \ - simplexml_serializer.cpp \ - strtool.cpp \ - wesnoth.flex.cpp \ - wesnoth_serializer.cpp \ - s11nlite.cpp - -INCSGROUPS= ROOTINC IOINC NODEINC PLUGINC \ - PROXYINC PODINC STDINC -INCLUDEBASE= ${PREFIX}/include/s11n.net/s11n - -ROOTINCDIR= ${INCLUDEBASE} -ROOTINC= ../include/s11n.net/s11n/abstract_creator.hpp \ -../include/s11n.net/s11n/algo.hpp \ -../include/s11n.net/s11n/algo.tpp \ -../include/s11n.net/s11n/classload.hpp \ -../include/s11n.net/s11n/classload.tpp \ -../include/s11n.net/s11n/client_api.hpp \ -../include/s11n.net/s11n/exception.hpp \ -../include/s11n.net/s11n/export.hpp \ -../include/s11n.net/s11n/factory.hpp \ -../include/s11n.net/s11n/factory_reg.hpp \ -../include/s11n.net/s11n/functional.hpp \ -../include/s11n.net/s11n/micro_api.hpp \ -../include/s11n.net/s11n/phoenix.hpp \ -../include/s11n.net/s11n/reg_s11n_traits.hpp \ -../include/s11n.net/s11n/s11n.hpp \ -../include/s11n.net/s11n/s11n_config.hpp \ -../include/s11n.net/s11n/s11n_debuggering_macros.hpp \ -../include/s11n.net/s11n/s11n_node.hpp \ -../include/s11n.net/s11n/s11nlite.hpp \ -../include/s11n.net/s11n/serialize.hpp \ -../include/s11n.net/s11n/serialize.tpp \ -../include/s11n.net/s11n/simple_config.hpp \ -../include/s11n.net/s11n/tags.hpp \ -../include/s11n.net/s11n/traits.hpp \ -../include/s11n.net/s11n/type_traits.hpp \ -../include/s11n.net/s11n/variant.hpp - -IOINCDIR= ${INCLUDEBASE}/io -IOINC= ../include/s11n.net/s11n/io/FlexLexer.hpp \ -../include/s11n.net/s11n/io/compact_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/compact_serializer.hpp \ -../include/s11n.net/s11n/io/data_node_format.hpp \ -../include/s11n.net/s11n/io/data_node_io.hpp \ -../include/s11n.net/s11n/io/expat_serializer.hpp \ -../include/s11n.net/s11n/io/funtxt_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/funtxt_serializer.hpp \ -../include/s11n.net/s11n/io/funxml_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/funxml_serializer.hpp \ -../include/s11n.net/s11n/io/parens_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/parens_serializer.hpp \ -../include/s11n.net/s11n/io/reg_serializer.hpp \ -../include/s11n.net/s11n/io/serializers.hpp \ -../include/s11n.net/s11n/io/simplexml_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/simplexml_serializer.hpp \ -../include/s11n.net/s11n/io/strtool.hpp \ -../include/s11n.net/s11n/io/wesnoth_data_nodeFlexLexer.hpp \ -../include/s11n.net/s11n/io/wesnoth_serializer.hpp - -NODEINCDIR= ${INCLUDEBASE}/nodeutil -NODEINC= ../include/s11n.net/s11n/nodeutil/node_tree.hpp - -PLUGINCDIR= ${INCLUDEBASE}/plugin -PLUGINC= ../include/s11n.net/s11n/plugin/path_finder.hpp \ -../include/s11n.net/s11n/plugin/plugin.hpp \ -../include/s11n.net/s11n/plugin/plugin_config.hpp - -PROXYINCDIR= ${INCLUDEBASE}/proxy -PROXYINC= ../include/s11n.net/s11n/proxy/listish.hpp \ -../include/s11n.net/s11n/proxy/listish.tpp \ -../include/s11n.net/s11n/proxy/mapish.hpp \ -../include/s11n.net/s11n/proxy/mapish.tpp \ -../include/s11n.net/s11n/proxy/path_finder_s11n.hpp \ -../include/s11n.net/s11n/proxy/reg_list_specializations.hpp \ -../include/s11n.net/s11n/proxy/reg_map_specializations.hpp \ -../include/s11n.net/s11n/proxy/reg_node_type.hpp \ -../include/s11n.net/s11n/proxy/reg_s11n_traits_template1.hpp \ -../include/s11n.net/s11n/proxy/reg_s11n_traits_template2.hpp - -PODINCDIR= ${PROXYINCDIR}/pod -PODINC= ../include/s11n.net/s11n/proxy/pod/bool.hpp \ -../include/s11n.net/s11n/proxy/pod/char.hpp \ -../include/s11n.net/s11n/proxy/pod/double.hpp \ -../include/s11n.net/s11n/proxy/pod/float.hpp \ -../include/s11n.net/s11n/proxy/pod/int.hpp \ -../include/s11n.net/s11n/proxy/pod/long.hpp \ -../include/s11n.net/s11n/proxy/pod/long_double.hpp \ -../include/s11n.net/s11n/proxy/pod/size_t.hpp \ -../include/s11n.net/s11n/proxy/pod/string.hpp \ -../include/s11n.net/s11n/proxy/pod/uint.hpp \ -../include/s11n.net/s11n/proxy/pod/ulong.hpp - -STDINCDIR= ${PROXYINCDIR}/std -STDINC= ../include/s11n.net/s11n/proxy/std/deque.hpp \ -../include/s11n.net/s11n/proxy/std/list.hpp \ -../include/s11n.net/s11n/proxy/std/map.hpp \ -../include/s11n.net/s11n/proxy/std/multimap.hpp \ -../include/s11n.net/s11n/proxy/std/multiset.hpp \ -../include/s11n.net/s11n/proxy/std/pair.hpp \ -../include/s11n.net/s11n/proxy/std/set.hpp \ -../include/s11n.net/s11n/proxy/std/valarray.hpp \ -../include/s11n.net/s11n/proxy/std/vector.hpp - -LIBDIR= ${PREFIX}/lib - -.include - diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/files/patch-shake-n-make.make /usr/ports/devel/libs11n/files/patch-shake-n-make.make --- /usr/ports/devel/libs11n.orig/files/patch-shake-n-make.make 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/devel/libs11n/files/patch-shake-n-make.make 2009-11-05 15:01:25.000000000 +0100 @@ -0,0 +1,11 @@ +--- ./shake-n-make.make.orig 2009-11-05 13:57:57.000000000 +0000 ++++ ./shake-n-make.make 2009-11-05 13:58:16.000000000 +0000 +@@ -232,7 +232,7 @@ + ######################################################################## + # DESTDIR is for GNU Autotools compatibility... + DESTDIR ?= +-prefix ?= /usr/local ++prefix ?= ${PREFIX} + ShakeNMake.INSTALL.DESTDIR = $(DESTDIR) + ShakeNMake.INSTALL.PREFIX = $(prefix) + ShakeNMake.INSTALL_ROOT=$(DESTDIR)$(prefix)/ diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/pkg-descr /usr/ports/devel/libs11n/pkg-descr --- /usr/ports/devel/libs11n.orig/pkg-descr 2009-11-05 15:00:42.000000000 +0100 +++ /usr/ports/devel/libs11n/pkg-descr 2009-11-05 15:01:25.000000000 +0100 @@ -14,4 +14,3 @@ WWW: http://s11n.net Author: Stephan Beal - diff -ruN --exclude=CVS /usr/ports/devel/libs11n.orig/pkg-plist /usr/ports/devel/libs11n/pkg-plist --- /usr/ports/devel/libs11n.orig/pkg-plist 2009-11-05 15:00:42.000000000 +0100 +++ /usr/ports/devel/libs11n/pkg-plist 2009-11-05 15:01:25.000000000 +0100 @@ -1,61 +1,36 @@ -include/s11n.net/s11n/abstract_creator.hpp -include/s11n.net/s11n/algo.hpp -include/s11n.net/s11n/algo.tpp -include/s11n.net/s11n/classload.hpp -include/s11n.net/s11n/classload.tpp -include/s11n.net/s11n/client_api.hpp -include/s11n.net/s11n/exception.hpp -include/s11n.net/s11n/export.hpp -include/s11n.net/s11n/factory.hpp -include/s11n.net/s11n/factory_reg.hpp -include/s11n.net/s11n/functional.hpp +include/s11n.net/s11n/io/expat_serializer.hpp +include/s11n.net/s11n/io/data_node_io.hpp include/s11n.net/s11n/io/FlexLexer.hpp -include/s11n.net/s11n/io/compact_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/reg_serializer.hpp +include/s11n.net/s11n/io/serializers.hpp +include/s11n.net/s11n/io/strtool.hpp +include/s11n.net/s11n/io/url.hpp include/s11n.net/s11n/io/compact_serializer.hpp -include/s11n.net/s11n/io/data_node_format.hpp -include/s11n.net/s11n/io/data_node_io.hpp -include/s11n.net/s11n/io/expat_serializer.hpp -include/s11n.net/s11n/io/funtxt_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/compact_data_nodeFlexLexer.hpp include/s11n.net/s11n/io/funtxt_serializer.hpp -include/s11n.net/s11n/io/funxml_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/funtxt_data_nodeFlexLexer.hpp include/s11n.net/s11n/io/funxml_serializer.hpp -include/s11n.net/s11n/io/parens_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/funxml_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/js_serializer.hpp include/s11n.net/s11n/io/parens_serializer.hpp -include/s11n.net/s11n/io/reg_serializer.hpp -include/s11n.net/s11n/io/serializers.hpp -include/s11n.net/s11n/io/simplexml_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/parens_data_nodeFlexLexer.hpp include/s11n.net/s11n/io/simplexml_serializer.hpp -include/s11n.net/s11n/io/strtool.hpp -include/s11n.net/s11n/io/wesnoth_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/simplexml_data_nodeFlexLexer.hpp include/s11n.net/s11n/io/wesnoth_serializer.hpp -include/s11n.net/s11n/micro_api.hpp -include/s11n.net/s11n/nodeutil/node_tree.hpp -include/s11n.net/s11n/phoenix.hpp -include/s11n.net/s11n/plugin/path_finder.hpp -include/s11n.net/s11n/plugin/plugin.hpp -include/s11n.net/s11n/plugin/plugin_config.hpp -include/s11n.net/s11n/proxy/listish.hpp -include/s11n.net/s11n/proxy/listish.tpp -include/s11n.net/s11n/proxy/mapish.hpp -include/s11n.net/s11n/proxy/mapish.tpp -include/s11n.net/s11n/proxy/path_finder_s11n.hpp -include/s11n.net/s11n/proxy/pod/bool.hpp +include/s11n.net/s11n/io/wesnoth_data_nodeFlexLexer.hpp +include/s11n.net/s11n/io/data_node_format.hpp +include/s11n.net/s11n/proxy/pod/ulong.hpp include/s11n.net/s11n/proxy/pod/char.hpp include/s11n.net/s11n/proxy/pod/double.hpp include/s11n.net/s11n/proxy/pod/float.hpp include/s11n.net/s11n/proxy/pod/int.hpp -include/s11n.net/s11n/proxy/pod/long.hpp include/s11n.net/s11n/proxy/pod/long_double.hpp +include/s11n.net/s11n/proxy/pod/long.hpp include/s11n.net/s11n/proxy/pod/size_t.hpp include/s11n.net/s11n/proxy/pod/string.hpp include/s11n.net/s11n/proxy/pod/uint.hpp -include/s11n.net/s11n/proxy/pod/ulong.hpp -include/s11n.net/s11n/proxy/reg_list_specializations.hpp -include/s11n.net/s11n/proxy/reg_map_specializations.hpp -include/s11n.net/s11n/proxy/reg_node_type.hpp -include/s11n.net/s11n/proxy/reg_s11n_traits_template1.hpp -include/s11n.net/s11n/proxy/reg_s11n_traits_template2.hpp -include/s11n.net/s11n/proxy/std/deque.hpp +include/s11n.net/s11n/proxy/pod/bool.hpp +include/s11n.net/s11n/proxy/std/vector.hpp include/s11n.net/s11n/proxy/std/list.hpp include/s11n.net/s11n/proxy/std/map.hpp include/s11n.net/s11n/proxy/std/multimap.hpp @@ -63,24 +38,53 @@ include/s11n.net/s11n/proxy/std/pair.hpp include/s11n.net/s11n/proxy/std/set.hpp include/s11n.net/s11n/proxy/std/valarray.hpp -include/s11n.net/s11n/proxy/std/vector.hpp +include/s11n.net/s11n/proxy/std/deque.hpp +include/s11n.net/s11n/proxy/path_finder_s11n.hpp +include/s11n.net/s11n/proxy/reg_list_specializations.hpp +include/s11n.net/s11n/proxy/reg_map_specializations.hpp +include/s11n.net/s11n/proxy/reg_node_type.hpp +include/s11n.net/s11n/proxy/reg_s11n_traits_template1.hpp +include/s11n.net/s11n/proxy/listish.hpp +include/s11n.net/s11n/proxy/reg_s11n_traits_template3.hpp +include/s11n.net/s11n/proxy/reg_s11n_traits_template4.hpp +include/s11n.net/s11n/proxy/listish.tpp +include/s11n.net/s11n/proxy/mapish.tpp +include/s11n.net/s11n/proxy/reg_s11n_traits_template2.hpp +include/s11n.net/s11n/proxy/mapish.hpp +include/s11n.net/s11n/nodeutil/node_tree.hpp +include/s11n.net/s11n/plugin/path_finder.hpp +include/s11n.net/s11n/plugin/plugin.hpp +include/s11n.net/s11n/plugin/plugin_config.hpp +include/s11n.net/s11n/classload.hpp +include/s11n.net/s11n/classload.tpp +include/s11n.net/s11n/exception.hpp +include/s11n.net/s11n/export.hpp +include/s11n.net/s11n/factory.hpp +include/s11n.net/s11n/factory_reg.hpp +include/s11n.net/s11n/functional.hpp +include/s11n.net/s11n/phoenix.hpp +include/s11n.net/s11n/refcount.hpp include/s11n.net/s11n/reg_s11n_traits.hpp -include/s11n.net/s11n/s11n.hpp -include/s11n.net/s11n/s11n_config.hpp include/s11n.net/s11n/s11n_debuggering_macros.hpp +include/s11n.net/s11n/s11n.hpp include/s11n.net/s11n/s11n_node.hpp -include/s11n.net/s11n/s11nlite.hpp include/s11n.net/s11n/serialize.hpp include/s11n.net/s11n/serialize.tpp -include/s11n.net/s11n/simple_config.hpp include/s11n.net/s11n/tags.hpp +include/s11n.net/s11n/mutex.hpp include/s11n.net/s11n/traits.hpp include/s11n.net/s11n/type_traits.hpp include/s11n.net/s11n/variant.hpp -lib/libs11n.a +include/s11n.net/s11n/client_api.hpp +include/s11n.net/s11n/micro_api.hpp +include/s11n.net/s11n/s11nlite.hpp +include/s11n.net/s11n/simple_config.hpp +include/s11n.net/s11n/s11n_config.hpp +include/s11n.net/s11n/abstract_creator.hpp +include/s11n.net/s11n/algo.hpp +include/s11n.net/s11n/algo.tpp +bin/s11nconvert lib/libs11n.so -lib/libs11n.so.1 -lib/libs11n_p.a @dirrm include/s11n.net/s11n/proxy/std @dirrm include/s11n.net/s11n/proxy/pod @dirrm include/s11n.net/s11n/proxy --- libs11n-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 14:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 14:10:19 2009 Subject: ports/140314: [PATCH] devel/libs11n: update to 1.3.0 Message-ID: <200911051410.nA5EACgc044087@freefall.freebsd.org> Synopsis: [PATCH] devel/libs11n: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 14:10:12 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140314 From flo at kasimir.com Thu Nov 5 14:50:04 2009 From: flo at kasimir.com (Florian Smeets) Date: Thu Nov 5 14:50:15 2009 Subject: ports/140315: [PATCH] devel/libpci: update to 3.1.4 Message-ID: <20091105144506.696853F715@mail.solomo.de> >Number: 140315 >Category: ports >Synopsis: [PATCH] devel/libpci: update to 3.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 14:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 3.1.4 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libpci-3.1.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/libpci.orig/Makefile /usr/ports/devel/libpci/Makefile --- /usr/ports/devel/libpci.orig/Makefile 2009-08-19 21:50:30.000000000 +0200 +++ /usr/ports/devel/libpci/Makefile 2009-11-05 15:24:58.000000000 +0100 @@ -6,8 +6,7 @@ # PORTNAME= libpci -PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTVERSION= 3.1.4 CATEGORIES= devel MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ ${MASTER_SITE_KERNEL_ORG} \ diff -ruN --exclude=CVS /usr/ports/devel/libpci.orig/distinfo /usr/ports/devel/libpci/distinfo --- /usr/ports/devel/libpci.orig/distinfo 2007-10-28 22:24:39.000000000 +0100 +++ /usr/ports/devel/libpci/distinfo 2009-11-05 15:24:58.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (pciutils-2.2.8.tar.gz) = c0b742521a13ef624b9a0a237f46c1c8 -SHA256 (pciutils-2.2.8.tar.gz) = 8bdbcac28a80e05799c3e788bbb24417059537aff53b8bf16c7c8e08b3979fa2 -SIZE (pciutils-2.2.8.tar.gz) = 232602 +MD5 (pciutils-3.1.4.tar.gz) = 63567627e6a73b6c8c29d08d3f5e640c +SHA256 (pciutils-3.1.4.tar.gz) = 676b941ddaf912387092c6925597b14cef4f35f495bdbb229c1e5947151a1b20 +SIZE (pciutils-3.1.4.tar.gz) = 305747 diff -ruN --exclude=CVS /usr/ports/devel/libpci.orig/files/patch-Makefile /usr/ports/devel/libpci/files/patch-Makefile --- /usr/ports/devel/libpci.orig/files/patch-Makefile 2007-11-11 16:53:03.000000000 +0100 +++ /usr/ports/devel/libpci/files/patch-Makefile 2009-11-05 15:24:58.000000000 +0100 @@ -1,12 +1,12 @@ ---- Makefile.orig Sat Jan 4 15:53:01 2003 -+++ Makefile Fri Jun 13 21:20:28 2003 +--- ./Makefile.orig 2009-08-14 12:33:49.000000000 +0000 ++++ ./Makefile 2009-11-05 14:19:37.000000000 +0000 @@ -1,8 +1,7 @@ # Makefile for The PCI Utilities - # (c) 1998--2007 Martin Mares + # (c) 1998--2009 Martin Mares -OPT=-O2 -CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes +CFLAGS+=-fPIC -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes - VERSION=2.2.8 - DATE=2007-10-19 + VERSION=3.1.4 + DATE=2009-08-14 diff -ruN --exclude=CVS /usr/ports/devel/libpci.orig/files/patch-lib::Makefile /usr/ports/devel/libpci/files/patch-lib::Makefile --- /usr/ports/devel/libpci.orig/files/patch-lib::Makefile 2007-11-11 16:53:03.000000000 +0100 +++ /usr/ports/devel/libpci/files/patch-lib::Makefile 2009-11-05 15:24:58.000000000 +0100 @@ -1,10 +1,10 @@ ---- lib/Makefile.orig Thu Dec 26 22:28:33 2002 -+++ lib/Makefile Sat Jun 28 05:39:36 2003 -@@ -56,6 +56,7 @@ +--- ./lib/Makefile.orig 2009-11-05 14:19:48.000000000 +0000 ++++ ./lib/Makefile 2009-11-05 14:20:01.000000000 +0000 +@@ -49,6 +49,7 @@ rm -f $@ $(AR) rcs $@ $^ $(RANLIB) $@ + $(CC) $(CFLAGS) -shared $^ -o libpci.so - - $(PCILIBPC): $(PCILIBPC).in - sed <$< >$@ -e 's,@PREFIX@,$(PREFIX),' \ + else + CFLAGS += -fPIC -fvisibility=hidden + $(PCILIB): $(addsuffix .o,$(OBJS)) diff -ruN --exclude=CVS /usr/ports/devel/libpci.orig/files/pci.h /usr/ports/devel/libpci/files/pci.h --- /usr/ports/devel/libpci.orig/files/pci.h 2007-10-28 22:24:39.000000000 +0100 +++ /usr/ports/devel/libpci/files/pci.h 2009-11-05 15:24:58.000000000 +0100 @@ -1,15 +1,17 @@ ---- lib/pci.h.orig Thu Oct 30 15:57:58 2003 -+++ lib/pci.h Thu Oct 30 16:04:23 2003 -@@ -9,9 +9,9 @@ - #ifndef _PCI_LIB_H +--- ./lib/pci.h.orig 2009-11-05 14:12:36.000000000 +0000 ++++ ./lib/pci.h 2009-11-05 14:13:09.000000000 +0000 +@@ -10,11 +10,11 @@ #define _PCI_LIB_H + #ifndef PCI_CONFIG_H -#include "config.h" ++#include + #endif + -#include "header.h" -#include "types.h" -+#include +#include +#include - #define PCI_LIB_VERSION 0x020204 + #define PCI_LIB_VERSION 0x030100 --- libpci-3.1.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 14:50:21 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 14:50:30 2009 Subject: ports/140315: [PATCH] devel/libpci: update to 3.1.4 Message-ID: <200911051450.nA5EoJ02080196@freefall.freebsd.org> Synopsis: [PATCH] devel/libpci: update to 3.1.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 14:50:18 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140315 From miwi at FreeBSD.org Thu Nov 5 15:06:15 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 15:06:26 2009 Subject: ports/140305: [MAINTAINER UPDATE] www/rubygem-god: update to version 0.7.18 Message-ID: <200911051506.nA5F6FhO095202@freefall.freebsd.org> Synopsis: [MAINTAINER UPDATE] www/rubygem-god: update to version 0.7.18 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 15:06:15 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140305 From miwi at FreeBSD.org Thu Nov 5 15:06:18 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 15:06:27 2009 Subject: ports/140307: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS Message-ID: <200911051506.nA5F6H8p095267@freefall.freebsd.org> Synopsis: [maintainer update] devel/p5-Devel-Size-Report fix RUN_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 15:06:17 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140307 From miwi at FreeBSD.org Thu Nov 5 15:06:33 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 15:06:38 2009 Subject: ports/140310: [MAINTAINER] databases/opendbx: update to 1.4.4 Message-ID: <200911051506.nA5F6WKm095414@freefall.freebsd.org> Synopsis: [MAINTAINER] databases/opendbx: update to 1.4.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 15:06:32 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140310 From garga at FreeBSD.org Thu Nov 5 15:30:06 2009 From: garga at FreeBSD.org (Renato Botelho) Date: Thu Nov 5 15:30:13 2009 Subject: ports/140316: [PATCH] www/lighttpd: update to 1.4.24 Message-ID: <20091105152524.35513.qmail@botelhor.bplab.local> >Number: 140316 >Category: ports >Synopsis: [PATCH] www/lighttpd: update to 1.4.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 15:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT i386 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #95 r198848: Tue Nov 3 10:49:24 >Description: - Update to 1.4.24 Added file(s): - files/patch-src_mod_accesslog.c Port maintainer (mnag@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- lighttpd-1.4.24.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/lighttpd/Makefile,v retrieving revision 1.74 diff -u -u -r1.74 Makefile --- Makefile 2 Aug 2009 19:36:01 -0000 1.74 +++ Makefile 5 Nov 2009 15:25:03 -0000 @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.23 +PORTVERSION= 1.4.24 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ \ http://mirrors.cat.pdx.edu/lighttpd/ @@ -133,6 +133,7 @@ -e 's|#server.groupname.*|server.groupname = "www"|' \ -e 's|/usr/local/bin/php|${PREFIX}/bin/php-cgi|' \ ${WRKSRC}/doc/lighttpd.conf + @${TOUCH} ${WRKSRC}/ChangeLog .if !defined(WITHOUT_IPV6) @${ECHO} "" >> ${WRKSRC}/doc/lighttpd.conf @${ECHO} "# Enable IPV6 and IPV4 together" >> ${WRKSRC}/doc/lighttpd.conf Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/lighttpd/distinfo,v retrieving revision 1.38 diff -u -u -r1.38 distinfo --- distinfo 28 Jun 2009 05:07:13 -0000 1.38 +++ distinfo 5 Nov 2009 15:25:03 -0000 @@ -1,3 +1,3 @@ -MD5 (lighttpd-1.4.23.tar.bz2) = 0ab6bb7b17bf0f515ce7dce68e5e215a -SHA256 (lighttpd-1.4.23.tar.bz2) = 72896e6677b12aee2371c12e6d3f8299cfbdb2f89ad4b519a96b3ba80852a5fa -SIZE (lighttpd-1.4.23.tar.bz2) = 641621 +MD5 (lighttpd-1.4.24.tar.bz2) = e2324a24e4a5bce74663c21c58ddd200 +SHA256 (lighttpd-1.4.24.tar.bz2) = 6e643dc4627d742510afee67654291a5190a316f5737dfb463b158a70f24750e +SIZE (lighttpd-1.4.24.tar.bz2) = 622842 Index: files/patch-src_mod_accesslog.c =================================================================== RCS file: files/patch-src_mod_accesslog.c diff -N files/patch-src_mod_accesslog.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-src_mod_accesslog.c 5 Nov 2009 15:25:03 -0000 @@ -0,0 +1,13 @@ +--- src/mod_accesslog.c.orig 2009-11-05 12:40:58.000000000 -0200 ++++ src/mod_accesslog.c 2009-11-05 12:41:17.000000000 -0200 +@@ -162,7 +162,9 @@ + if (str->used == 0) return; + buffer_prepare_append(dest, str->used - 1); + +- for (unsigned int i = 0; i < str->used - 1; i++) { ++ unsigned int i; ++ ++ for (i = 0; i < str->used - 1; i++) { + if (str->ptr[i] >= ' ' && str->ptr[i] <= '~') { + /* printable chars */ + buffer_append_string_len(dest, &str->ptr[i], 1); --- lighttpd-1.4.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 15:30:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 15:30:36 2009 Subject: ports/140316: [PATCH] www/lighttpd: update to 1.4.24 Message-ID: <200911051530.nA5FUGQ9014212@freefall.freebsd.org> Synopsis: [PATCH] www/lighttpd: update to 1.4.24 Responsible-Changed-From-To: freebsd-ports-bugs->mnag Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 15:30:16 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140316 From flo at kasimir.com Thu Nov 5 16:00:13 2009 From: flo at kasimir.com (Florian Smeets) Date: Thu Nov 5 16:00:34 2009 Subject: ports/140317: [PATCH] games/hlstats: update to 1.50 Message-ID: <20091105155053.8EA993F441@mail.solomo.de> >Number: 140317 >Category: ports >Synopsis: [PATCH] games/hlstats: update to 1.50 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 16:00:11 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.2-STABLE FreeBSD 7.2-STABLE #10: Fri Oct 16 15:21:55 CEST 2009 >Description: - Update to 1.50 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- hlstats-1.50.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/hlstats.orig/Makefile /usr/ports/games/hlstats/Makefile --- /usr/ports/games/hlstats.orig/Makefile 2009-08-22 02:22:14.000000000 +0200 +++ /usr/ports/games/hlstats/Makefile 2009-11-05 16:49:05.000000000 +0100 @@ -6,15 +6,16 @@ # PORTNAME= hlstats -PORTVERSION= 1.38 +PORTVERSION= 1.50 CATEGORIES= games www -MASTER_SITES= SF/${PORTNAME}/HLstats/${PORTVERSION} +MASTER_SITES= http://www.hlstats-community.org/files/42/ MAINTAINER= ports@FreeBSD.org COMMENT= A real-time stats parser for Half Life & its mods RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= yes USE_PERL5_RUN= yes diff -ruN --exclude=CVS /usr/ports/games/hlstats.orig/distinfo /usr/ports/games/hlstats/distinfo --- /usr/ports/games/hlstats.orig/distinfo 2008-08-18 14:03:18.000000000 +0200 +++ /usr/ports/games/hlstats/distinfo 2009-11-05 16:49:05.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (hlstats-1.38.tar.gz) = 4712019de6c19034afc3f2c421a007db -SHA256 (hlstats-1.38.tar.gz) = d5252029b267e807363e81e77a3775d1b99d8b2bb99371375642f9ac247e1a33 -SIZE (hlstats-1.38.tar.gz) = 3557740 +MD5 (hlstats-1.50.tar.gz) = 027fc8572bcc27fc5da783247c716b0b +SHA256 (hlstats-1.50.tar.gz) = 3843833d07b029b169b9472fa324e78259fdc7a0c5aaacf09a540ec2f62f4f7a +SIZE (hlstats-1.50.tar.gz) = 5145095 diff -ruN --exclude=CVS /usr/ports/games/hlstats.orig/pkg-plist /usr/ports/games/hlstats/pkg-plist --- /usr/ports/games/hlstats.orig/pkg-plist 2008-08-18 14:03:18.000000000 +0200 +++ /usr/ports/games/hlstats/pkg-plist 2009-11-05 16:49:06.000000000 +0100 @@ -1,728 +1,930 @@ -www/hlstats/ChangeLog -%%HLSTATS%%/LICENSE -%%HLSTATS%%/daemon/ConfigReaderSimple.pm -%%HLSTATS%%/daemon/HLstats.plib -%%HLSTATS%%/daemon/HLstats_EventHandlers.plib -%%HLSTATS%%/daemon/HLstats_Player.pm -%%HLSTATS%%/daemon/HLstats_Server.pm -%%HLSTATS%%/daemon/KKrcon.pm -%%HLSTATS%%/daemon/hlstats-awards.pl -%%HLSTATS%%/daemon/hlstats-resolve.pl -%%HLSTATS%%/daemon/hlstats.conf -%%HLSTATS%%/daemon/hlstats.pl %%HLSTATS%%/docs/README.txt -%%HLSTATS%%/tools/hlstats.sh -%%HLSTATS%%/tools/import-logs.sh -%%HLSTATS%%/upgrade/upgrade_from_1.20.sql -%%HLSTATS%%/upgrade/upgrade_from_1.31.sql +%%HLSTATS%%/upgrade/upgrade_from_1.40.sql %%HLSTATS%%/upgrade/upgrade_from_1.34.sql +%%HLSTATS%%/upgrade/upgrade_from_1.31.sql +%%HLSTATS%%/upgrade/upgrade_from_1.20.sql +%%HLSTATS%%/upgrade/upgrade_from_1.37.sql %%HLSTATS%%/upgrade/upgrade_from_1.35.sql +%%HLSTATS%%/upgrade/upgrade_from_1.38.sql %%HLSTATS%%/upgrade/upgrade_from_1.36.sql -%%HLSTATS%%/web/hlstats.php -%%HLSTATS%%/web/hlstatsimg/award.gif -%%HLSTATS%%/web/hlstatsimg/bar1.gif -%%HLSTATS%%/web/hlstatsimg/bar2.gif -%%HLSTATS%%/web/hlstatsimg/bar3.gif -%%HLSTATS%%/web/hlstatsimg/bar4.gif -%%HLSTATS%%/web/hlstatsimg/bar5.gif -%%HLSTATS%%/web/hlstatsimg/bar6.gif -%%HLSTATS%%/web/hlstatsimg/blank.gif -%%HLSTATS%%/web/hlstatsimg/clan.gif -%%HLSTATS%%/web/hlstatsimg/downarrow.gif -%%HLSTATS%%/web/hlstatsimg/game-css.gif -%%HLSTATS%%/web/hlstatsimg/game-cstrike.gif -%%HLSTATS%%/web/hlstatsimg/game-czero.gif -%%HLSTATS%%/web/hlstatsimg/game-dmc.gif -%%HLSTATS%%/web/hlstatsimg/game-dod.gif -%%HLSTATS%%/web/hlstatsimg/game-dods.gif -%%HLSTATS%%/web/hlstatsimg/game-gearbox.gif -%%HLSTATS%%/web/hlstatsimg/game-hl2mp.gif -%%HLSTATS%%/web/hlstatsimg/game-ns.gif -%%HLSTATS%%/web/hlstatsimg/game-ricochet.gif -%%HLSTATS%%/web/hlstatsimg/game-tf2.gif -%%HLSTATS%%/web/hlstatsimg/game-tfc.gif -%%HLSTATS%%/web/hlstatsimg/game-valve.gif -%%HLSTATS%%/web/hlstatsimg/game.gif -%%HLSTATS%%/web/hlstatsimg/gun.gif -%%HLSTATS%%/web/hlstatsimg/history.gif -%%HLSTATS%%/web/hlstatsimg/hltv.gif -%%HLSTATS%%/web/hlstatsimg/maps/css/cs_compound.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/cs_havana.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/cs_italy.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/cs_office.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_aztec.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_cbble.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_chateau.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_dust.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_dust2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_piranesi.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_prodigy.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_tides.jpg -%%HLSTATS%%/web/hlstatsimg/maps/css/de_train.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_forest.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_highrise.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_oilrig.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_riverside.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_tundra.jpg +%%HLSTATS%%/tools/hlstats.sh +%%HLSTATS%%/tools/import-logs.sh +%%HLSTATS%%/web/hlstatsimg/maps/zps/zps_asylum.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/zpo_biotec.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/subway.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/tanker.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/zpo_keretti.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/nightmare.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/town.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/haunted.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/policestation.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/deadend.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/zps_clubzombo.jpg +%%HLSTATS%%/web/hlstatsimg/maps/zps/zpo_deadblock.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_hospital03_sewers.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_airport02_offices.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_hospital02_subway.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_smalltown05_houseboat.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_farm02_traintunnel.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_smalltown03_ranchhouse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_airport03_garage.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_farm04_barn.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_airport01_greenhouse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_airport05_runway.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_farm01_hilltop.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_farm02_traintunnel.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_airport04_terminal.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_hospital02_subway.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_farm01_hilltop.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_hospital04_interior.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_smalltown04_mainstreet.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_farm05_cornfield.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_hospital05_rooftop.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_hospital03_sewers.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_farm04_barn.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_hospital05_rooftop.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_farm03_bridge.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_farm05_cornfield.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_hospital01_apartment.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_hospital01_apartment.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_smalltown01_caves.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_hospital04_interior.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_vs_farm03_bridge.jpg +%%HLSTATS%%/web/hlstatsimg/maps/l4d/l4d_smalltown02_drainage.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm4.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_e1m2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/p_se_3.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm6.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm3.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_donner.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_avalanche.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_anzio.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_kalt.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_flash.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_argentan.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_jagd.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_colmar.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_runoff.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_overwatch.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_steamlab.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_resistance.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_powerhouse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_lockdown.jpg +%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_underpass.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_tides_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_prodigy_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_airstrip_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_piranesi_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_italy_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_havana_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_cbble_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_fastline_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_dust_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_militia_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_office_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_stadium_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_dust2_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_torn_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_aztec_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_downed_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_inferno_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/czero/de_chateau_cz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/rock2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/well.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/epicenter.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/dustbowl.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/warpath.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/badlands.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/2fort.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/hunted.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/push.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/ravelin.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/casbah.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/avanti.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/crossover2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/cz2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tfc/flagrun.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_gravelpit.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/ctf_turbine.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_steel.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_well.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/arena_ravine.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/ctf_2fort.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/pl_badwater.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_dustbowl.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/arena_granary.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_granary.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_fastlane.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/arena_well.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/tc_hydro.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_badlands.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/arena_lumberyard.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/pl_goldrush.jpg +%%HLSTATS%%/web/hlstatsimg/maps/tf2/arena_badlands.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_estate.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_jail.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_militia.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_frantic.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_747.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_alley.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_cbble.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_italy.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_alley1.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_arabstreets.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_assault.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_ship.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_rotterdam.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_station.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_backalley.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_bunker.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_desert.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_docks.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_estate.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_facility.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_havana.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_forest.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_piranesi.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_inferno.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_alley.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_riverside.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_aztec.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_jeepathon2k.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_tundra.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_foption.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_hideout.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_hideout2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_iraq.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_italy.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_mansion.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_militia.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_storm.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_hideout2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_torn.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_office.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_fang.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_iraq.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_arabstreets.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_prison.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_ship.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_siege.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_station.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_nuke.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_desert.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_dust2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_oilrig.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_trinity.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_thunder.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_aztec.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_cbble.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_chateau.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_survivor.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_dust.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_dust2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_fang.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_foption.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_inferno.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_jeepathon2k.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_nuke.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_piranesi.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_prodigy.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_havana.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_vertigo.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_facility.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/as_highrise.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_bunker.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_assault.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_siege.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_railroad.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_rotterdam.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_storm.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_survivor.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_torn.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_chateau.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_train.jpg %%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_vegas.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/de_vertigo.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_frantic.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_jail.jpg -%%HLSTATS%%/web/hlstatsimg/maps/cstrike/es_trinity.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_downed_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_havana_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_italy_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_militia_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/cs_office_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_airstrip_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_aztec_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_cbble_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_chateau_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_dust2_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_dust_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_fastline_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_inferno_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_piranesi_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_prodigy_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_stadium_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_tides_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/czero/de_torn_cz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm3.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm4.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_dm6.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/dmc_e1m2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dmc/p_se_3.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_anzio.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_avalanche.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_caen.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_charlie.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_chemille.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_donner.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_escape.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_flash.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_flugplatz.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_forest.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_glider.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_jagd.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_kalt.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_kraftstoff.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_merderet.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_vicenza.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_zalec.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_anzio.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_avalanche.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_donner.jpg -%%HLSTATS%%/web/hlstatsimg/maps/dods/dod_flash.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_bootcamp.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_datacore.jpg +%%HLSTATS%%/web/hlstatsimg/maps/cstrike/cs_docks.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_arena.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_deathmatch.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_deathmatch2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_kndyone.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_demise.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_datacore.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_disposal.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_outpost.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_xendance.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_gasworks.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_repent.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_bootcamp.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_kbase.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_kndyone.jpg +%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_rubble.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_meanie.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_outpost.jpg %%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_park.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_repent.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_rubble.jpg -%%HLSTATS%%/web/hlstatsimg/maps/gearbox/op4_xendance.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_lockdown.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_overwatch.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_powerhouse.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_resistance.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_steamlab.jpg -%%HLSTATS%%/web/hlstatsimg/maps/hl2mp/dm_underpass.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_veil.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_origin.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_agora.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_ayumi.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_nancy.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/co_angst.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/co_core.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/co_daimos.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/co_faceoff.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/co_kestrel.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/co_pulse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_lost.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/co_rebirth.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/co_ulysses.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_agora.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_ayumi.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_tanith.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/ns_caged.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/ns_eclipse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/co_daimos.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/ns_hera.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_lost.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/ns_metal.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_mineshaft.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_nancy.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/co_kestrel.jpg %%HLSTATS%%/web/hlstatsimg/maps/ns/ns_nothing.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_origin.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_tanith.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_veil.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_arena.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_deathmatch.jpg -%%HLSTATS%%/web/hlstatsimg/maps/ricochet/rc_deathmatch2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_dustbowl.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_granary.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_gravelpit.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/cp_well.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/ctf_2fort.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tf2/tc_hydro.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/2fort.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/avanti.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/badlands.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/casbah.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/crossover2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/cz2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/dustbowl.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/epicenter.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/flagrun.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/hunted.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/push.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/ravelin.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/rock2.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/warpath.jpg -%%HLSTATS%%/web/hlstatsimg/maps/tfc/well.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/boot_camp.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/bounce.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/ns_mineshaft.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/co_ulysses.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/co_faceoff.jpg +%%HLSTATS%%/web/hlstatsimg/maps/ns/co_pulse.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_baghdad.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_almaden.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_hillah.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_buhriz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_karkar.jpg +%%HLSTATS%%/web/hlstatsimg/maps/insurgency/ins_abdallah.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_train.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_cbble.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/cs_compound.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/cs_italy.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_piranesi.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_inferno.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_aztec.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/cs_office.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_nuke.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_dust2.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_dust.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_prodigy.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/cs_havana.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_tides.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/cs_assault.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_chateau.jpg +%%HLSTATS%%/web/hlstatsimg/maps/css/de_dust2.jpg.1 +%%HLSTATS%%/web/hlstatsimg/maps/css/de_port.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_donner.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_avalanche.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_escape.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_anzio.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_kraftstoff.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_glider.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_kalt.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_caen.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_charlie.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_zalec.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_flugplatz.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_merderet.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_flash.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_chemille.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_vicenza.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_jagd.jpg +%%HLSTATS%%/web/hlstatsimg/maps/dod/dod_forest.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/undertow.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/snark_pit.jpg %%HLSTATS%%/web/hlstatsimg/maps/valve/crossfire.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/datacore.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/frenzy.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/gasworks.jpg %%HLSTATS%%/web/hlstatsimg/maps/valve/lambda_bunker.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/boot_camp.jpg %%HLSTATS%%/web/hlstatsimg/maps/valve/rapidcore.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/snark_pit.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/gasworks.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/frenzy.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/bounce.jpg %%HLSTATS%%/web/hlstatsimg/maps/valve/stalkyard.jpg +%%HLSTATS%%/web/hlstatsimg/maps/valve/datacore.jpg %%HLSTATS%%/web/hlstatsimg/maps/valve/subtransit.jpg -%%HLSTATS%%/web/hlstatsimg/maps/valve/undertow.jpg -%%HLSTATS%%/web/hlstatsimg/noimage.gif -%%HLSTATS%%/web/hlstatsimg/player.gif -%%HLSTATS%%/web/hlstatsimg/rightarrow.gif -%%HLSTATS%%/web/hlstatsimg/role.gif -%%HLSTATS%%/web/hlstatsimg/search.gif -%%HLSTATS%%/web/hlstatsimg/server.gif -%%HLSTATS%%/web/hlstatsimg/skill_down.gif -%%HLSTATS%%/web/hlstatsimg/skill_stay.gif -%%HLSTATS%%/web/hlstatsimg/skill_up.gif -%%HLSTATS%%/web/hlstatsimg/sort-ascending.gif -%%HLSTATS%%/web/hlstatsimg/sort-descending.gif -%%HLSTATS%%/web/hlstatsimg/spacer.gif -%%HLSTATS%%/web/hlstatsimg/success.gif -%%HLSTATS%%/web/hlstatsimg/team.gif -%%HLSTATS%%/web/hlstatsimg/title-background.gif -%%HLSTATS%%/web/hlstatsimg/title-contents.gif -%%HLSTATS%%/web/hlstatsimg/title-help.gif -%%HLSTATS%%/web/hlstatsimg/title-search.gif -%%HLSTATS%%/web/hlstatsimg/title.gif -%%HLSTATS%%/web/hlstatsimg/user.gif -%%HLSTATS%%/web/hlstatsimg/warning.gif -%%HLSTATS%%/web/hlstatsimg/weapons/css/ak47.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/aug.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/awp.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/deagle.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/elite.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/famas.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/smokegrenade_projectile.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/glock.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/flashbang.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/grenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/fiveseven.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/g3sg1.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/galil.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/glock18.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/grenades.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/knife.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/m249.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/m3.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/m4a1.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/mac10.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/mp5navy.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/p228.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/p90.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/scout.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/sg550.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/sg552.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/tmp.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/ump45.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/usp.png -%%HLSTATS%%/web/hlstatsimg/weapons/css/xm1014.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/ak47.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/aug.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/awp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/ak47.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/aug.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/awp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/deagle.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/elites.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/fiveseven.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/flashbang.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/g3sg1.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/glock18.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/hegrenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/knife.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m294.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m3.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m4a1.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/mac10.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/mp5navy.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/p228.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/p90.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/scout.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/sg550.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/sg552.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/smokegrenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/tmp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/ump.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/usp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/xm1014.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/deagle.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/elite.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/famas.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/fiveseven.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/g3sg1.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/galil.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/glock18.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/grenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/knife.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m249.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m3.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m4a1.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/mac10.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/mp5navy.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/p228.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/p90.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/scout.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/sg550.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/sg552.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/tmp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/ump45.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/usp.png -%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/xm1014.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/ak47.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/aug.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/awp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/ak47.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/aug.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/awp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/deagle.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/elites.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/famas.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/fiveseven.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/flashbang.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/g3sg1.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/galil.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/glock18.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/hegrenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m249.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m3.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m4a1.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/mac10.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/mp5navy.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/p228.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/p90.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/scout.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/sg550.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/sg552.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/smokegrenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/tmp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/ump45.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/usp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/xm1014.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/deagle.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/defuser.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/elites.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/famas.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/fiveseven.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/flashbang.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/g3sg1.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/galil.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/glock18.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/grenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/knife.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/m249.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/m3.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/m4a1.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/mac10.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/mp5navy.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/p228.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/p90.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/scout.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/sg550.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/sg552.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/smokegrenade.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/tmp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/ump.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/usp.png -%%HLSTATS%%/web/hlstatsimg/weapons/czero/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/dmc/shotgun.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/axe.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/doubleshotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dmc/grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dmc/lightning.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/missile.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dmc/shotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dmc/grenade.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/spike.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/superspike.gif %%HLSTATS%%/web/hlstatsimg/weapons/dmc/teledeath.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/30cal.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/amerknife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/bar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/bayonet.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/bazooka.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/bren.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/brit_knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/colt.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/enf_bayonet.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/enfield.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/fcarbine.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/fg42.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/garand.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/garandbutt.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/gerknife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/greasegun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/grenade2.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/k43.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/kar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/luger.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/m1carbine.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mg34.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mg42.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mills_bomb.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mortar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mp40.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/mp44.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/piat.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/pschreck.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/scoped_enfield.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/scoped_fg42.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/scopedkar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/spade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/spring.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/sten.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/thompson.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dod/webley.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/30cal.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/amerknife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/bar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/bazooka.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/c96.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/colt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dmc/lightning.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/mp44.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/mg42.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/frag_us.png %%HLSTATS%%/web/hlstatsimg/weapons/dods/frag_ger.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/frag_us.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/mp44.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/stg44.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/spring.gif %%HLSTATS%%/web/hlstatsimg/weapons/dods/garand.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98_scoped.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/m1carbine.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/mg42.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/p38.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/c96.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/spade.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/bazooka.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/bar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/riflegren_ger.gif %%HLSTATS%%/web/hlstatsimg/weapons/dods/mp40.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/mp44.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/p38.gif %%HLSTATS%%/web/hlstatsimg/weapons/dods/pschreck.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/mg42.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/pschreck.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/m1carbine.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/30cal.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/amerknife.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/thompson.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/frag_ger.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/mp40.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/bar.png %%HLSTATS%%/web/hlstatsimg/weapons/dods/punch.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/riflegren_ger.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98_scoped.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/m1carbine.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/colt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/thompson.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/bazooka.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/colt.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/amerknife.gif %%HLSTATS%%/web/hlstatsimg/weapons/dods/riflegren_us.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/p38.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/frag_us.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98_scoped.gif %%HLSTATS%%/web/hlstatsimg/weapons/dods/spade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/spring.gif -%%HLSTATS%%/web/hlstatsimg/weapons/dods/thompson.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/357.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/spring.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/punch.png +%%HLSTATS%%/web/hlstatsimg/weapons/dods/30cal.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dods/k98.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/357.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/slam.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/rpg_missile.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/physics.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crossbow_bolt.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crowbar.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/stunstick.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/combine_ball.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/pistol.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/shotgun.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1_grenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/env_explosion.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/ar2.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/combine_ball.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1_grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/ar2.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/env_explosion.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/pistol.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/rpg_missile.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/slam.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/stunstick.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/grenade_frag.png +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/357.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crowbar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/shotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crossbow_bolt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/grenade_frag.gif +%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/physics.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/fiveseven.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/g3sg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/hegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m3.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/elites.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/glock18.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/famas.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/deagle.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/tmp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/ump45.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/galil.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/flashbang.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/awp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/aug.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/smokegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m4a1.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/p90.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/sg550.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/sg552.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/mac10.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/usp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/m249.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/mp5navy.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/big/p228.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/g3sg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/m3.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/elites.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/glock18.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/famas.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/deagle.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/tmp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/galil.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/flashbang.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/awp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/aug.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/smokegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/m4a1.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/p90.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/sg550.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/grenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/sg552.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/ump.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/mac10.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/usp.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/m249.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/knife.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/mp5navy.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/fiveseven.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/p228.png +%%HLSTATS%%/web/hlstatsimg/weapons/czero/defuser.png +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/nails.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/gasgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/supernails.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/mirvgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/normalgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/supershotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/infection.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/axe.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/spanner.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/ac.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/sentrygun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/timer.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/caltrop.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/building_dispenser.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/rocket.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/autorifle.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/dartgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/railgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/medikit.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/napalmgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/nailgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/shotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/detpack.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/gl_grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/headshot.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/sniperrifle.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/empgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/flames.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tfc/pipebomb.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/smg.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_rocket.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_hwg.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe_remote.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/minigun.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/smg.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_primary.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_pyro.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bottle.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/flamethrower.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fists.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_soldier.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shovel.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/machete.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_primary.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_soldier.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe_remote.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bat.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bonesaw.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/club.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/medigun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol_scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/medigun.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/syringegun_medic.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/wrench.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/obj_sentrygun.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_pyro.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/flamethrower.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/wrench.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_hwg.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/club.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fireaxe.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/revolver.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/minigun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shovel.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/natasha.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol_scout.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/world.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bat.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/machete.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fireaxe.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/obj_sentrygun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/sniperrifle.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bottle.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/sandvich.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/world.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/revolver.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fists.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/scattergun.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/syringegun_medic.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/knife.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/scattergun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_rocket.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/sniperrifle.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bonesaw.gif +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/sapper.png +%%HLSTATS%%/web/hlstatsimg/weapons/tf2/player.gif +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/fiveseven.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/g3sg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m294.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/hegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m3.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/elites.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/glock18.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/deagle.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/tmp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/ump45.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/flashbang.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/awp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/aug.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/smokegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/m4a1.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/p90.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/sg550.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/sg552.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/mac10.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/usp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/knife.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/mp5navy.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big/p228.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/g3sg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m3.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/glock18.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/famas.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/deagle.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/tmp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/ump45.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/galil.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/awp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/aug.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m4a1.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/p90.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/sg550.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/elite.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/grenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/sg552.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/mac10.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/usp.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/m249.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/knife.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/mp5navy.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/p228.png +%%HLSTATS%%/web/hlstatsimg/weapons/cstrike/fiveseven.png +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/0bounce.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/3bounce.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/falling.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/decapitate.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/1bounce.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/2bounce.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/tripmine.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/displacer.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/shock_beam.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/m249.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/9mmar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/mortar_shell.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/rpg_rocket.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/9mmhandgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/hornet.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/bolt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/gluongun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/snark.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/spore.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/crossbow.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/crowbar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/displacer.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/eagle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/gluongun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/357.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/grapple.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/hornet.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/m249.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/mortar_shell.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/pipewrench.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/rpg_rocket.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/satchel.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/shock_beam.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/crowbar.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/shockrifle.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/shotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/snark.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/sniperrifle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/spore.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/tank.gif %%HLSTATS%%/web/hlstatsimg/weapons/gearbox/tau_cannon.gif -%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/tripmine.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/357.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/ar2.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/combine_ball.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crossbow_bolt.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/crowbar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/env_explosion.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/grenade_frag.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/physics.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/pistol.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/rpg_missile.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/shotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/slam.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/smg1_grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/hl2mp/stunstick.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/acidrocket.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/bite2gun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/tank.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/sniperrifle.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/satchel.gif +%%HLSTATS%%/web/hlstatsimg/weapons/gearbox/pipewrench.gif %%HLSTATS%%/web/hlstatsimg/weapons/ns/bitegun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/charge.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/claws.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/devour.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/divinewind.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/handgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/healingspray.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/heavymachinegun.gif %%HLSTATS%%/web/hlstatsimg/weapons/ns/item_mine.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/leap.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/machinegun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/offensechamber.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/parasite.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/pistol.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/resourcetower.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/shotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/turret.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/claws.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/acidrocket.gif %%HLSTATS%%/web/hlstatsimg/weapons/ns/siegeturret.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/devour.gif %%HLSTATS%%/web/hlstatsimg/weapons/ns/spikegun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/spitgunspit.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/sporegunprojectile.gif %%HLSTATS%%/web/hlstatsimg/weapons/ns/swipe.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/team_advturretfactor.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/team_turretfactory.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/turret.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ns/welder.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/0bounce.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/1bounce.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/2bounce.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/3bounce.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/decapitate.gif -%%HLSTATS%%/web/hlstatsimg/weapons/ricochet/falling.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bat.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bonesaw.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/bottle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/club.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fireaxe.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/fists.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/flamethrower.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/minigun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/obj_sentrygun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/pistol_scout.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/player.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/revolver.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/scattergun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_hwg.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_primary.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_pyro.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shotgun_soldier.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/shovel.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/smg.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/sniperrifle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/syringegun_medic.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_pipe_remote.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/tf_projectile_rocket.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/world.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tf2/wrench.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/ac.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/autorifle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/axe.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/building_dispenser.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/caltrop.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/dartgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/detpack.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/empgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/flames.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/gasgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/gl_grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/headshot.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/infection.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/knife.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/medikit.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/mirvgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/nailgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/nails.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/napalmgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/normalgrenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/pipebomb.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/railgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/rocket.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/sentrygun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/shotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/sniperrifle.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/spanner.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/supernails.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/supershotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/tfc/timer.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/357.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/pistol.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/machinegun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/divinewind.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/healingspray.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/sporegunprojectile.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/charge.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/spitgunspit.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/leap.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/bite2gun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/handgrenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/offensechamber.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/welder.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/resourcetower.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/shotgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/team_turretfactory.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/team_advturretfactor.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/heavymachinegun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/ns/parasite.gif +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_rpk.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_m249.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_toz.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_m9.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_m4.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_aks74u.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/world.png +%%HLSTATS%%/web/hlstatsimg/weapons/insurgency/weapon_svd.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/g3sg1.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/hegrenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/m3.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/xm1014.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/scout.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/famas.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/deagle.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/tmp.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/smokegrenade_projectile.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/ump45.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/glock.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/galil.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/flashbang.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/awp.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/aug.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/m4a1.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/p90.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/sg550.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/ak47.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/elite.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/grenade.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/sg552.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/mac10.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/usp.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/m249.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/knife.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/mp5navy.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/p228.png +%%HLSTATS%%/web/hlstatsimg/weapons/css/fiveseven.png +%%HLSTATS%%/web/hlstatsimg/weapons/dod/sten.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/piat.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mp44.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/grenade2.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/bren.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/fg42.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/scopedkar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/webley.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/spring.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/garand.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mills_bomb.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/kar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/bazooka.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/bar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mp40.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/pschreck.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mg42.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/scoped_enfield.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/fcarbine.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/scoped_fg42.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/thompson.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mg34.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/brit_knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/m1carbine.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/enf_bayonet.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/garandbutt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/bayonet.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/colt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/mortar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/knife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/amerknife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/gerknife.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/greasegun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/k43.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/enfield.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/spade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/luger.gif +%%HLSTATS%%/web/hlstatsimg/weapons/dod/30cal.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/tripmine.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/9mmar.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/grenade.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/rpg_rocket.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/tracktrain.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/9mmhandgun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/hornet.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/bolt.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/gluongun.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/snark.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/crossbow.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/357.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/crowbar.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/gluongun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/grenade.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/hornet.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/rpg_rocket.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/satchel.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/shotgun.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/skull.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/snark.gif %%HLSTATS%%/web/hlstatsimg/weapons/valve/tau_cannon.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/tracktrain.gif -%%HLSTATS%%/web/hlstatsimg/weapons/valve/tripmine.gif -%%HLSTATS%%/web/hlstatsinc/actioninfo.inc.php -%%HLSTATS%%/web/hlstatsinc/actions.inc.php -%%HLSTATS%%/web/hlstatsinc/admin.inc.php -%%HLSTATS%%/web/hlstatsinc/adminauth.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/actions.inc.php +%%HLSTATS%%/web/hlstatsimg/weapons/valve/satchel.gif +%%HLSTATS%%/web/hlstatsimg/weapons/valve/skull.gif +%%HLSTATS%%/web/hlstatsimg/warning.gif +%%HLSTATS%%/web/hlstatsimg/server.gif +%%HLSTATS%%/web/hlstatsimg/success.gif +%%HLSTATS%%/web/hlstatsimg/game-ns.gif +%%HLSTATS%%/web/hlstatsimg/bar2.gif +%%HLSTATS%%/web/hlstatsimg/title-help.gif +%%HLSTATS%%/web/hlstatsimg/award.gif +%%HLSTATS%%/web/hlstatsimg/game-dod.gif +%%HLSTATS%%/web/hlstatsimg/title.gif +%%HLSTATS%%/web/hlstatsimg/rightarrow.gif +%%HLSTATS%%/web/hlstatsimg/game-dods.gif +%%HLSTATS%%/web/hlstatsimg/bar4.gif +%%HLSTATS%%/web/hlstatsimg/game-tf2.gif +%%HLSTATS%%/web/hlstatsimg/history.gif +%%HLSTATS%%/web/hlstatsimg/bar5.gif +%%HLSTATS%%/web/hlstatsimg/noimage.gif +%%HLSTATS%%/web/hlstatsimg/hltv.gif +%%HLSTATS%%/web/hlstatsimg/skill_stay.gif +%%HLSTATS%%/web/hlstatsimg/bar3.gif +%%HLSTATS%%/web/hlstatsimg/title-background.gif +%%HLSTATS%%/web/hlstatsimg/gun.gif +%%HLSTATS%%/web/hlstatsimg/game-gearbox.gif +%%HLSTATS%%/web/hlstatsimg/clan.gif +%%HLSTATS%%/web/hlstatsimg/sort-descending.gif +%%HLSTATS%%/web/hlstatsimg/blank.gif +%%HLSTATS%%/web/hlstatsimg/downarrow.gif +%%HLSTATS%%/web/hlstatsimg/bar1.gif +%%HLSTATS%%/web/hlstatsimg/game-css.gif +%%HLSTATS%%/web/hlstatsimg/game-ricochet.gif +%%HLSTATS%%/web/hlstatsimg/game-hl2mp.gif +%%HLSTATS%%/web/hlstatsimg/game-czero.gif +%%HLSTATS%%/web/hlstatsimg/user.gif +%%HLSTATS%%/web/hlstatsimg/spacer.gif +%%HLSTATS%%/web/hlstatsimg/title-search.gif +%%HLSTATS%%/web/hlstatsimg/title-contents.gif +%%HLSTATS%%/web/hlstatsimg/team.gif +%%HLSTATS%%/web/hlstatsimg/skill_up.gif +%%HLSTATS%%/web/hlstatsimg/search.gif +%%HLSTATS%%/web/hlstatsimg/game-dmc.gif +%%HLSTATS%%/web/hlstatsimg/skill_down.gif +%%HLSTATS%%/web/hlstatsimg/game.gif +%%HLSTATS%%/web/hlstatsimg/game-cstrike.gif +%%HLSTATS%%/web/hlstatsimg/game-insurgency.gif +%%HLSTATS%%/web/hlstatsimg/bar6.gif +%%HLSTATS%%/web/hlstatsimg/game-valve.gif +%%HLSTATS%%/web/hlstatsimg/role.gif +%%HLSTATS%%/web/hlstatsimg/game-tfc.gif +%%HLSTATS%%/web/hlstatsimg/sort-ascending.gif +%%HLSTATS%%/web/hlstatsimg/player.gif +%%HLSTATS%%/web/hlstatsinc/amcharts/pie/ampie.swf +%%HLSTATS%%/web/hlstatsinc/amcharts/pie/settings.xml +%%HLSTATS%%/web/hlstatsinc/amcharts/line/settings.xml +%%HLSTATS%%/web/hlstatsinc/amcharts/line/amline.swf +%%HLSTATS%%/web/hlstatsinc/amcharts/column/plugins/value_indicator.swf +%%HLSTATS%%/web/hlstatsinc/amcharts/column/settings_playertime.xml +%%HLSTATS%%/web/hlstatsinc/amcharts/column/settings.xml +%%HLSTATS%%/web/hlstatsinc/amcharts/column/amcolumn.swf +%%HLSTATS%%/web/hlstatsinc/amcharts/column/settings_mostTimeOnline.xml +%%HLSTATS%%/web/hlstatsinc/amcharts/swfobject.js %%HLSTATS%%/web/hlstatsinc/admintasks/adminusers.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/awards_actions.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/awards_weapons.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/teams.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/clantags.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/games.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/hostgroups.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/awardsWeapons.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/awardsActions.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/tools_adminevents.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsOptimize.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/awards_actions.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/tools_optimize.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/options.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/tools_news.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsEditdetails.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/plugins.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/resetgame.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/roles.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/hostgroups.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/servers.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/teams.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/tools_adminevents.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/tools_editdetails.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/tools_editdetails_clan.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/actions.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/tools_editdetails_player.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsAdminevents.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsIpstats.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/awards_weapons.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsNews.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsEditdetailsClan.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/tools_game.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/tools_editdetails.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/tools_editdetails_clan.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/tools_ipstats.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/tools_news.inc.php -%%HLSTATS%%/web/hlstatsinc/admintasks/tools_optimize.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/tools_reset.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/games.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsReset.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsGame.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/resetgame.inc.php %%HLSTATS%%/web/hlstatsinc/admintasks/weapons.inc.php -%%HLSTATS%%/web/hlstatsinc/binary_funcs.inc.php -%%HLSTATS%%/web/hlstatsinc/claninfo.inc.php +%%HLSTATS%%/web/hlstatsinc/admintasks/toolsEditdetailsPlayer.inc.php %%HLSTATS%%/web/hlstatsinc/clans.inc.php -%%HLSTATS%%/web/hlstatsinc/classes.inc.php -%%HLSTATS%%/web/hlstatsinc/contents.inc.php -%%HLSTATS%%/web/hlstatsinc/db.inc.php %%HLSTATS%%/web/hlstatsinc/footer.inc.php -%%HLSTATS%%/web/hlstatsinc/functions.inc.php -%%HLSTATS%%/web/hlstatsinc/game.inc.php -%%HLSTATS%%/web/hlstatsinc/header.inc.php +%%HLSTATS%%/web/hlstatsinc/binary_funcs.inc.php +%%HLSTATS%%/web/hlstatsinc/playerhistory.inc.php %%HLSTATS%%/web/hlstatsinc/help.inc.php +%%HLSTATS%%/web/hlstatsinc/livestats.inc.php +%%HLSTATS%%/web/hlstatsinc/header.inc.php +%%HLSTATS%%/web/hlstatsinc/classes.inc.php +%%HLSTATS%%/web/hlstatsinc/playerchathistory.inc.php +%%HLSTATS%%/web/hlstatsinc/db.inc.php +%%HLSTATS%%/web/hlstatsinc/contents.inc.php +%%HLSTATS%%/web/hlstatsinc/players.inc.php +%%HLSTATS%%/web/hlstatsinc/maps.inc.php %%HLSTATS%%/web/hlstatsinc/hlquery_funcs.inc.php -%%HLSTATS%%/web/hlstatsinc/hlstats.conf.inc.php -%%HLSTATS%%/web/hlstatsinc/iepngfix.htc +%%HLSTATS%%/web/hlstatsinc/game.inc.php %%HLSTATS%%/web/hlstatsinc/live_stats.inc.php -%%HLSTATS%%/web/hlstatsinc/mapinfo.inc.php -%%HLSTATS%%/web/hlstatsinc/maps.inc.php -%%HLSTATS%%/web/hlstatsinc/playerhistory.inc.php -%%HLSTATS%%/web/hlstatsinc/playerinfo.inc.php -%%HLSTATS%%/web/hlstatsinc/players.inc.php +%%HLSTATS%%/web/hlstatsinc/actioninfo.inc.php +%%HLSTATS%%/web/hlstatsinc/actions.inc.php +%%HLSTATS%%/web/hlstatsinc/hlstats.conf.inc.php +%%HLSTATS%%/web/hlstatsinc/adminauth.inc.php %%HLSTATS%%/web/hlstatsinc/search-class.inc.php -%%HLSTATS%%/web/hlstatsinc/search.inc.php %%HLSTATS%%/web/hlstatsinc/weaponinfo.inc.php +%%HLSTATS%%/web/hlstatsinc/playerinfo.inc.php +%%HLSTATS%%/web/hlstatsinc/claninfo.inc.php +%%HLSTATS%%/web/hlstatsinc/functions.inc.php +%%HLSTATS%%/web/hlstatsinc/mapinfo.inc.php %%HLSTATS%%/web/hlstatsinc/weapons.inc.php -%%HLSTATS%%/web/install/conf.sample.php -%%HLSTATS%%/web/install/conf.sample.pl.php -%%HLSTATS%%/web/install/htaccess.php -%%HLSTATS%%/web/install/index.php +%%HLSTATS%%/web/hlstatsinc/iepngfix.htc +%%HLSTATS%%/web/hlstatsinc/search.inc.php +%%HLSTATS%%/web/hlstatsinc/admin.inc.php +%%HLSTATS%%/web/signatures/multi.png +%%HLSTATS%%/web/signatures/svenings.ttf +%%HLSTATS%%/web/signatures/red.png +%%HLSTATS%%/web/signatures/black.png +%%HLSTATS%%/web/signatures/green.png +%%HLSTATS%%/web/signatures/blue.png +%%HLSTATS%%/web/install/sql_files/gamesupport_Half-Life_Deathmatch__valve.sql +%%HLSTATS%%/web/install/sql_files/hlstats.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Natural_Selection__ns.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Day_of_Defeat__dod.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Team_Fortress__tfc.sql %%HLSTATS%%/web/install/sql_files/gamesupport_Counter-Strike-Source__css.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Counter-Strike_Condition_Zero__czero.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Counter-Strike__cstrike.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Day_Of_Defeat__dod.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Day_of_Defeat_Source__dods.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_DeathMatch_Classic__dmc.sql %%HLSTATS%%/web/install/sql_files/gamesupport_Half-Life_2_Deathmatch__hl2mp.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Ricochet__ricochet.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Insurgency__insurgency.sql %%HLSTATS%%/web/install/sql_files/gamesupport_Half-Life_Deathmatch_valve.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Natural_Selection__ns.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Opposing_Force_CTF__gearbox.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Counter-Strike__cstrike.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Zombie_Panic_source__zps.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Vampire-Slayer__vs.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_DeathMatch_Classic__dmc.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Left_4_Dead__l4d.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Half-Life_2_CaptureTheFlag__hl2ctf.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Counter-Strike_Condition_Zero__czero.sql %%HLSTATS%%/web/install/sql_files/gamesupport_Opposing_Force_DM__gearbox.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Ricochet__ricochet.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Opposing_Force_CTF__gearbox.sql %%HLSTATS%%/web/install/sql_files/gamesupport_Team_Fortress_2__tf2.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Team_Fortress__tfc.sql -%%HLSTATS%%/web/install/sql_files/gamesupport_Vampire-Slayer__vs.sql -%%HLSTATS%%/web/install/sql_files/hlstats.sql -@dirrm %%HLSTATS%%/web/install/sql_files -@dirrm %%HLSTATS%%/web/install -@dirrm %%HLSTATS%%/web/hlstatsinc/admintasks -@dirrm %%HLSTATS%%/web/hlstatsinc -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/valve -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/tfc -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/tf2 -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/ricochet -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/ns -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/hl2mp -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/gearbox -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/dods -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/dod -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/dmc -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/czero/big -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/czero -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/cstrike -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons/css -@dirrm %%HLSTATS%%/web/hlstatsimg/weapons -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/valve -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/tfc -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/tf2 -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/ricochet -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/ns -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/hl2mp -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/gearbox -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/dods -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/dod -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/dmc -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/czero -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/cstrike -@dirrm %%HLSTATS%%/web/hlstatsimg/maps/css -@dirrm %%HLSTATS%%/web/hlstatsimg/maps -@dirrm %%HLSTATS%%/web/hlstatsimg -@dirrm %%HLSTATS%%/web -@dirrm %%HLSTATS%%/upgrade -@dirrm %%HLSTATS%%/tools -@dirrm %%HLSTATS%%/docs -@dirrm %%HLSTATS%%/daemon -@dirrm %%HLSTATS%% +%%HLSTATS%%/web/install/sql_files/gamesupport_Day_of_Defeat_Source__dods.sql +%%HLSTATS%%/web/install/sql_files/gamesupport_Vampire_Slayer__vs.sql +%%HLSTATS%%/web/install/conf.sample.php +%%HLSTATS%%/web/install/conf.sample.pl.php +%%HLSTATS%%/web/install/index.php +%%HLSTATS%%/web/install/htaccess.php +%%HLSTATS%%/web/hlstats.php +%%HLSTATS%%/web/xml.php +%%HLSTATS%%/web/sig.php +%%HLSTATS%%/daemon/HLstats_Player.pm +%%HLSTATS%%/daemon/HLstats_EventHandlers.plib +%%HLSTATS%%/daemon/HLstats_RatingSystem.pm +%%HLSTATS%%/daemon/hlstats.conf +%%HLSTATS%%/daemon/HLstats.plib +%%HLSTATS%%/daemon/hlstats.pl +%%HLSTATS%%/daemon/hlstats-awards.pl +%%HLSTATS%%/daemon/HLstats_Server.pm +%%HLSTATS%%/daemon/hlstats-resolve.pl +%%HLSTATS%%/daemon/KKrcon.pm +%%HLSTATS%%/daemon/ConfigReaderSimple.pm +%%HLSTATS%%/LICENSE +%%HLSTATS%%/ChangeLog +@dirrmtry %%HLSTATS%%/web/signatures/preRender +@dirrmtry %%HLSTATS%%/web/signatures +@dirrmtry %%HLSTATS%%/web/install/sql_files +@dirrmtry %%HLSTATS%%/web/install +@dirrmtry %%HLSTATS%%/web/hlstatsinc/amcharts/pie +@dirrmtry %%HLSTATS%%/web/hlstatsinc/amcharts/line +@dirrmtry %%HLSTATS%%/web/hlstatsinc/amcharts/column/plugins +@dirrmtry %%HLSTATS%%/web/hlstatsinc/amcharts/column +@dirrmtry %%HLSTATS%%/web/hlstatsinc/amcharts +@dirrmtry %%HLSTATS%%/web/hlstatsinc/admintasks +@dirrmtry %%HLSTATS%%/web/hlstatsinc +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/zps +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/valve +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/tfc +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/tf2 +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/ricochet +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/ns +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/insurgency +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/hl2mp +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/gearbox +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/dods/big +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/dods +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/dod +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/dmc +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/czero/big +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/czero +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/cstrike/big +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/cstrike +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/css/big +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons/css +@dirrmtry %%HLSTATS%%/web/hlstatsimg/weapons +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/zps +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/valve +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/tfc +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/tf2 +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/ricochet +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/ns +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/l4d +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/insurgency +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/hl2mp +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/gearbox +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/dods +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/dod +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/dmc +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/czero +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/cstrike +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps/css +@dirrmtry %%HLSTATS%%/web/hlstatsimg/maps +@dirrmtry %%HLSTATS%%/web/hlstatsimg +@dirrmtry %%HLSTATS%%/web +@dirrmtry %%HLSTATS%%/upgrade +@dirrmtry %%HLSTATS%%/tools +@dirrmtry %%HLSTATS%%/docs +@dirrmtry %%HLSTATS%%/daemon +@dirrmtry %%HLSTATS%% --- hlstats-1.50.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From wmoran at collaborativefusion.com Thu Nov 5 16:00:13 2009 From: wmoran at collaborativefusion.com (Bill Moran) Date: Thu Nov 5 16:00:34 2009 Subject: ports/140318: Maintainer update: devel/php-xdebug Message-ID: <200911051553.nA5Fr3wH044179@www.freebsd.org> >Number: 140318 >Category: ports >Synopsis: Maintainer update: devel/php-xdebug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 16:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bill Moran >Release: 7.2 >Organization: Collaborative Fusion >Environment: FreeBSD overdrive 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #1: Fri Aug 7 14:14:15 EDT 2009 root@prowl:/usr/obj/usr/src/sys/GENERIC-DESKTOP-WHATTHEHELL i386 >Description: Minor update of xdebug port to 2.0.5 >How-To-Repeat: >Fix: diff -ruN php-xdebug.orig/Makefile php-xdebug/Makefile --- php-xdebug.orig/Makefile 2009-02-10 02:34:19.000000000 -0500 +++ php-xdebug/Makefile 2009-11-05 10:30:01.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= xdebug -DISTVERSION= 2.0.4 +DISTVERSION= 2.0.5 CATEGORIES= devel MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- diff -ruN php-xdebug.orig/distinfo php-xdebug/distinfo --- php-xdebug.orig/distinfo 2009-02-10 02:34:19.000000000 -0500 +++ php-xdebug/distinfo 2009-11-05 10:30:31.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (xdebug-2.0.4.tgz) = 2fd6adb30c338d7667b464506fd58eca -SHA256 (xdebug-2.0.4.tgz) = 849ccae1d72f70c1d74a967f3e78b10da29b1cae32c04bba9435142b4b7d5cac -SIZE (xdebug-2.0.4.tgz) = 288497 +MD5 (xdebug-2.0.5.tgz) = 2d87dab7b6c499a80f0961af602d030c +SHA256 (xdebug-2.0.5.tgz) = 4638641e643f4cedd9d2ec360fb13f47221973518b07ec6a2016c967063bb8b2 +SIZE (xdebug-2.0.5.tgz) = 289234 >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 16:00:26 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 16:00:35 2009 Subject: ports/140317: [PATCH] games/hlstats: update to 1.50 Message-ID: <200911051600.nA5G0PRp039878@freefall.freebsd.org> Synopsis: [PATCH] games/hlstats: update to 1.50 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 16:00:25 UTC 2009 Responsible-Changed-Why: miwi@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140317 From gaod at hychen.org Thu Nov 5 16:10:07 2009 From: gaod at hychen.org (Hung-Yi Chen) Date: Thu Nov 5 16:10:16 2009 Subject: ports/140319: [PATCH] net/miniupnpd: update to 1.4 Message-ID: <200911051256.nA5Cu8H7010349@cse.tw> >Number: 140319 >Category: ports >Synopsis: [PATCH] net/miniupnpd: update to 1.4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 16:10:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD cse.tw 8.0-RC2 FreeBSD 8.0-RC2 #2: Wed Oct 28 04:55:35 CST 2009 gaod@cse.tw:/usr/obj/usr/src/sys/CSETW i386 >Description: Update to 1.4. >How-To-Repeat: >Fix: --- miniupnpd.diff begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/Makefile /usr/ports/net/miniupnpd/Makefile --- /usr/ports/net/miniupnpd.orig/Makefile 2009-04-23 17:09:24.000000000 +0800 +++ /usr/ports/net/miniupnpd/Makefile 2009-11-05 20:44:47.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= miniupnpd -PORTVERSION= 1.3 -PORTEPOCH= 1 +PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ http://miniupnp.free.fr/files/ diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/distinfo /usr/ports/net/miniupnpd/distinfo --- /usr/ports/net/miniupnpd.orig/distinfo 2009-04-23 17:09:24.000000000 +0800 +++ /usr/ports/net/miniupnpd/distinfo 2009-11-05 20:46:18.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (miniupnpd-1.3.tar.gz) = b5e70e80dcf45b424b8fe3c966bdc613 -SHA256 (miniupnpd-1.3.tar.gz) = b4585c77ac5a7fb00a687772db95996dd2e8854db9d628c9bb85e5ecfd67f2ff -SIZE (miniupnpd-1.3.tar.gz) = 83464 +MD5 (miniupnpd-1.4.tar.gz) = ffa33d4ed8732c662bdb7d511e86db76 +SHA256 (miniupnpd-1.4.tar.gz) = 85ba7cd28cb9f5ac2c96484325a30c64e385e011f57ead5997568bfde753051b +SIZE (miniupnpd-1.4.tar.gz) = 90071 diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/files/patch-Makefile /usr/ports/net/miniupnpd/files/patch-Makefile --- /usr/ports/net/miniupnpd.orig/files/patch-Makefile 2009-04-23 17:09:24.000000000 +0800 +++ /usr/ports/net/miniupnpd/files/patch-Makefile 2009-11-05 20:49:12.000000000 +0800 @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-01-29 19:21:05.000000000 +0100 -+++ Makefile 2009-04-19 14:27:04.264746884 +0200 +--- Makefile.orig 2009-11-05 20:48:29.000000000 +0800 ++++ Makefile 2009-11-05 20:48:45.000000000 +0800 @@ -25,10 +25,12 @@ # better way to find if we are using ipf or pf @@ -11,5 +11,5 @@ .endif +.endif - # Solaris specific CFLAGS - .if $(OSNAME) == "SunOS" + .if $(OSNAME) == "NetBSD" + FWNAME != . /etc/rc.subr; . /etc/rc.conf; \ diff -ruN --exclude=CVS /usr/ports/net/miniupnpd.orig/files/patch-genconfig.sh /usr/ports/net/miniupnpd/files/patch-genconfig.sh --- /usr/ports/net/miniupnpd.orig/files/patch-genconfig.sh 2009-04-23 17:09:24.000000000 +0800 +++ /usr/ports/net/miniupnpd/files/patch-genconfig.sh 1970-01-01 08:00:00.000000000 +0800 @@ -1,38 +0,0 @@ ---- genconfig.sh.orig 2008-10-01 14:49:26.000000000 +0200 -+++ genconfig.sh 2009-04-19 14:15:37.574904740 +0200 -@@ -70,17 +70,24 @@ - # new way to see which one to use PF or IPF. - # see http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=957 - # source file with handy subroutines like checkyesno -- . /etc/rc.subr -- # source config file so we can probe vars -- . /etc/rc.conf -- if checkyesno ipfilter_enable; then -- echo "Using ipf" -- FW=ipf -- echo "#define USE_IPF 1" >> ${CONFIGFILE} -- elif checkyesno pf_enable; then -- echo "Using pf" -- FW=pf -- echo "#define USE_PF 1" >> ${CONFIGFILE} -+ if [ -f /etc/rc.subr ] && [ -f /etc/rc.conf ]; then -+ # source file with handy subroutines like checkyesno -+ . /etc/rc.subr -+ # source config file so we can probe vars -+ . /etc/rc.conf -+ if checkyesno ipfilter_enable; then -+ echo "Using ipf" -+ FW=ipf -+ echo "#define USE_IPF 1" >> ${CONFIGFILE} -+ elif checkyesno pf_enable; then -+ echo "Using pf" -+ FW=pf -+ echo "#define USE_PF 1" >> ${CONFIGFILE} -+ else -+ echo "Could not detect usage of ipf or pf. Compiling for pf by default" -+ FW=pf -+ echo "#define USE_PF 1" >> ${CONFIGFILE} -+ fi - else - echo "Could not detect usage of ipf or pf. Compiling for pf by default" - FW=pf ===> Done --- miniupnpd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 16:10:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 16:10:32 2009 Subject: ports/140319: [PATCH] net/miniupnpd: update to 1.4 Message-ID: <200911051610.nA5GAIZS048215@freefall.freebsd.org> Synopsis: [PATCH] net/miniupnpd: update to 1.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Nov 5 16:10:18 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140319 From edwin at FreeBSD.org Thu Nov 5 16:20:03 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Thu Nov 5 16:20:10 2009 Subject: ports/140319: [PATCH] net/miniupnpd: update to 1.4 Message-ID: <200911051620.nA5GK3eY056527@freefall.freebsd.org> The following reply was made to PR ports/140319; it has been noted by GNATS. From: Edwin Groothuis To: squat@squat.no Cc: bug-followup@FreeBSD.org Subject: Re: ports/140319: [PATCH] net/miniupnpd: update to 1.4 Date: Thu, 5 Nov 2009 16:10:16 UT Maintainer of net/miniupnpd, Please note that PR ports/140319 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140319 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From miwi at FreeBSD.org Thu Nov 5 16:22:46 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 16:23:04 2009 Subject: ports/140301: [PATCH] fix audio/csound fltk thread script Message-ID: <200911051622.nA5GMk6R064572@freefall.freebsd.org> Synopsis: [PATCH] fix audio/csound fltk thread script Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 16:22:46 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140301 From miwi at FreeBSD.org Thu Nov 5 16:22:48 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 16:23:04 2009 Subject: ports/140300: update net-im/pidgin-manualsize to 0.7 Message-ID: <200911051622.nA5GMmk5064637@freefall.freebsd.org> Synopsis: update net-im/pidgin-manualsize to 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 16:22:48 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140300 From miwi at FreeBSD.org Thu Nov 5 16:22:51 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Nov 5 16:23:05 2009 Subject: ports/140290: New port: www/blogsum Simple weblog Message-ID: <200911051622.nA5GMoHm064702@freefall.freebsd.org> Synopsis: New port: www/blogsum Simple weblog Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Nov 5 16:22:50 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140290 From gaod at hychen.org Thu Nov 5 16:50:03 2009 From: gaod at hychen.org (Hung-Yi Chen) Date: Thu Nov 5 16:50:22 2009 Subject: ports/140320: [PATCH] net/miniupnpc: update to 1.4 Message-ID: <200911051259.nA5CxISY010792@cse.tw> >Number: 140320 >Category: ports >Synopsis: [PATCH] net/miniupnpc: update to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 16:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 8.0-RC2 i386 >Organization: >Environment: System: FreeBSD cse.tw 8.0-RC2 FreeBSD 8.0-RC2 #2: Wed Oct 28 04:55:35 CST 2009 gaod@cse.tw:/usr/obj/usr/src/sys/CSETW i386 >Description: Update to 1.4. >How-To-Repeat: >Fix: --- miniupnpc.diff begins here --- ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/net/miniupnpc.orig/Makefile /usr/ports/net/miniupnpc/Makefile --- /usr/ports/net/miniupnpc.orig/Makefile 2009-08-14 15:08:41.000000000 +0800 +++ /usr/ports/net/miniupnpc/Makefile 2009-11-05 20:36:57.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= miniupnpc -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ diff -ruN --exclude=CVS /usr/ports/net/miniupnpc.orig/distinfo /usr/ports/net/miniupnpc/distinfo --- /usr/ports/net/miniupnpc.orig/distinfo 2009-07-29 18:05:11.000000000 +0800 +++ /usr/ports/net/miniupnpc/distinfo 2009-11-05 20:38:34.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (miniupnpc-1.3.tar.gz) = a8188f1bfeaf0c789a0ee8d84a4f392f -SHA256 (miniupnpc-1.3.tar.gz) = 56733a65f4b5afe24f8304cfda545c5bc1c62561259b1c59dec8ccf2fefb7620 -SIZE (miniupnpc-1.3.tar.gz) = 40058 +MD5 (miniupnpc-1.4.tar.gz) = e8de10c42d64e77c321e57400d50e7e4 +SHA256 (miniupnpc-1.4.tar.gz) = 795fe3f90142622ec12444c336d6fb813c32fd05059b3ccbeb12e9b9ef8d25f3 +SIZE (miniupnpc-1.4.tar.gz) = 41790 diff -ruN --exclude=CVS /usr/ports/net/miniupnpc.orig/files/patch-updateminiupnpcstrings.sh /usr/ports/net/miniupnpc/files/patch-updateminiupnpcstrings.sh --- /usr/ports/net/miniupnpc.orig/files/patch-updateminiupnpcstrings.sh 2009-08-13 22:52:01.000000000 +0800 +++ /usr/ports/net/miniupnpc/files/patch-updateminiupnpcstrings.sh 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- updateminiupnpcstrings.sh~ -+++ updateminiupnpcstrings.sh -@@ -27,7 +27,7 @@ fi - - echo "Detected OS [$OS_NAME] version [$OS_VERSION]" - --EXPR="s/OS_STRING\s\".*\"/OS_STRING \"${OS_NAME}\/${OS_VERSION}\"/" -+EXPR="/OS_STRING/s|\".*\"|\"${OS_NAME}/${OS_VERSION}\"|" - #echo $EXPR - echo "Backuping $FILE to $FILE.bak." - cp $FILE $FILE.bak ===> Done --- miniupnpc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 16:50:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 16:50:34 2009 Subject: ports/140320: [PATCH] net/miniupnpc: update to 1.4 Message-ID: <200911051650.nA5GoQZI085335@freefall.freebsd.org> Synopsis: [PATCH] net/miniupnpc: update to 1.4 Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 5 16:50:26 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140320 From amdmi3 at FreeBSD.org Thu Nov 5 18:01:34 2009 From: amdmi3 at FreeBSD.org (amdmi3@FreeBSD.org) Date: Thu Nov 5 18:01:41 2009 Subject: ports/139295: New port: devel/mk-configure -- lightweight, easy to use replacement for GNU autotools Message-ID: <200911051801.nA5I1YO9050652@freefall.freebsd.org> Synopsis: New port: devel/mk-configure -- lightweight, easy to use replacement for GNU autotools Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: amdmi3 Responsible-Changed-When: Thu Nov 5 18:01:34 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=139295 From mikko.tyolajarvi at gmail.com Thu Nov 5 18:10:07 2009 From: mikko.tyolajarvi at gmail.com (=?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?=) Date: Thu Nov 5 18:10:15 2009 Subject: ports/140184: [patch] Update net/linux-nx-client to 3.4.0 Message-ID: <200911051810.nA5IA7rF050785@freefall.freebsd.org> The following reply was made to PR ports/140184; it has been noted by GNATS. From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= To: Sylvio Cesar Teixeira Cc: bug-followup@FreeBSD.org Subject: Re: ports/140184: [patch] Update net/linux-nx-client to 3.4.0 Date: Thu, 5 Nov 2009 10:08:37 -0800 (PST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --738249620-1387875218-1257444517=:30993 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Try this. If there still are problems, you will have to provide absolute idiot proof instructions on how to send a patch. Gnats makes bugzilla look like a polished software masterpiece... Thanks, /Mikko --738249620-1387875218-1257444517=:30993 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=linux-nx-client-3.4.0.diff Content-Transfer-Encoding: BASE64 Content-ID: <20091105100837.N30993@antec.home> Content-Description: Content-Disposition: attachment; filename=linux-nx-client-3.4.0.diff ZGlmZiAtcnVOIGxpbnV4LW54LWNsaWVudC5iYWsvTWFrZWZpbGUgbGludXgt bngtY2xpZW50L01ha2VmaWxlDQotLS0gbGludXgtbngtY2xpZW50LmJhay9N YWtlZmlsZQkyMDA5LTExLTAxIDE1OjI5OjUyLjAwMDAwMDAwMCAtMDgwMA0K KysrIGxpbnV4LW54LWNsaWVudC9NYWtlZmlsZQkyMDA5LTExLTAxIDE1OjMx OjQwLjAwMDAwMDAwMCAtMDgwMA0KQEAgLTYsMTEgKzYsMTAgQEANCiAjDQog DQogUE9SVE5BTUU9CQlsaW51eC1ueC1jbGllbnQNCi1QT1JUVkVSU0lPTj0J CTIuMS4wDQotUE9SVFJFVklTSU9OPQkJMw0KK1BPUlRWRVJTSU9OPQkJMy40 LjANCiBDQVRFR09SSUVTPQkJbmV0DQogTUFTVEVSX1NJVEVTPQkJaHR0cDov L3dlYjA0Lm5vbWFjaGluZS5jb20vZG93bmxvYWQvJHtQT1JUVkVSU0lPTn0v TGludXgvDQotRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS0x Ny5pMzg2DQorRElTVE5BTUU9CQlueGNsaWVudC0ke1BPUlRWRVJTSU9OfS01 LmkzODYNCiANCiBNQUlOVEFJTkVSPQkJcG9ydHNARnJlZUJTRC5vcmcNCiBD T01NRU5UPQkJVGhlIE5vTWFjaGluZSBOWCBjbGllbnQNCkBAIC0yNyw2ICsy NiwxMiBAQA0KIA0KIFBMSVNUX1NVQis9CQlQT1JUVkVSU0lPTj0ke1BPUlRW RVJTSU9OfQ0KIA0KKyMgUGF0Y2ggYmluYXJ5IHRvIGV4cGVjdCBFSU5WQUwg KEZyZWVCU0QpIGluc3RlYWQgb2YgRU9QTk9UU1VQUCAoTGludXgpIHdoZW4N CisjIHNldHRpbmcgVENQX05PREVMQVkgb24gdGhlIFgxMSB1bml4IGRvbWFp biBzb2NrZXQuDQorcG9zdC1wYXRjaDoNCisJJHtQRVJMNX0gLXBpLm9yaWcg LWUgJ3MvXHg4M1x4ZjhceDVmXHgwZlx4ODQvXHg4M1x4ZjhceDE2XHgwZlx4 ODQvJyBcDQorCQkke05YU1JDfS9saWIvbGliWGNvbXAuc28uJHtQT1JUVkVS U0lPTn0NCisNCiBkby1pbnN0YWxsOg0KIAkke01LRElSfSAke05YRFNUfS9i aW4NCiAJJHtJTlNUQUxMX1BST0dSQU19ICR7TlhTUkN9L2Jpbi8qICR7TlhE U1R9L2Jpbg0KQEAgLTM0LDcgKzM5LDcgQEANCiAuZm9yIGYgaW4gbGliWGNv bXAgbGliWGNvbXBzaA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vbGli LyR7Zn0uc28uJHtQT1JUVkVSU0lPTn0gJHtOWERTVH0vbGliDQogCSR7TE59 IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhEU1R9L2xpYi8ke2Z9 LnNvDQotCSR7TE59IC1zZiAke2Z9LnNvLiR7UE9SVFZFUlNJT059ICR7TlhE U1R9L2xpYi8ke2Z9LnNvLjINCisJJHtMTn0gLXNmICR7Zn0uc28uJHtQT1JU VkVSU0lPTn0gJHtOWERTVH0vbGliLyR7Zn0uc28uMw0KIC5lbmRmb3INCiAJ JHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L2xpYi9saWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliDQogCSR7TE59IC1zZiBsaWJjcnlwdG8uc28uMC45 LjggJHtOWERTVH0vbGliL2xpYmNyeXB0by5zbw0KQEAgLTQ2LDE0ICs1MSwx NSBAQA0KIAkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaW1hZ2Vz LyogJHtOWERTVH0vc2hhcmUvaW1hZ2VzDQogDQogCSR7TUtESVJ9ICR7TE9D QUxCQVNFfS9zaGFyZS9waXhtYXBzDQotCSR7SU5TVEFMTF9EQVRBfSAke05Y U1JDfS9zaGFyZS9pY29ucy8qLnBuZyAke0xPQ0FMQkFTRX0vc2hhcmUvcGl4 bWFwcw0KKwkke0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMv NDh4NDgvKi5wbmcgJHtMT0NBTEJBU0V9L3NoYXJlL3BpeG1hcHMNCiAJJHtN S0RJUn0gJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4 NDggXA0KLQkJJHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv MzJ4MzINCi0JJHtJTlNUQUxMX0RBVEF9ICR7TlhTUkN9L3NoYXJlL2ljb25z L254LWRlc2t0b3AucG5nIFwNCi0JCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29u cy9jcnlzdGFsc3ZnLzQ4eDQ4DQotLmZvciBmIGluIG54LnBuZyBueGNsaWVu dC1hZG1pbi5wbmcgbnhjbGllbnQtd2l6YXJkLnBuZw0KLQkke0lOU1RBTExf REFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHtmfSBcDQotCQkke0xPQ0FM QkFTRX0vc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KKwkJJHtMT0NB TEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIgXA0KKwkJJHtM T0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIgXA0KKwkJ JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4MTYNCisu Zm9yIHggaW4gMTZ4MTYgMjJ4MjIgMzJ4MzIgNDh4NDgNCisJJHtNS0RJUn0g JHtMT0NBTEJBU0V9L3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvJHt4fQ0KKwkk e0lOU1RBTExfREFUQX0gJHtOWFNSQ30vc2hhcmUvaWNvbnMvJHt4fS8qIFwN CisJCSR7TE9DQUxCQVNFfS9zaGFyZS9pY29ucy9jcnlzdGFsc3ZnLyR7eH0N CiAuZW5kZm9yDQogDQogLmZvciBmIGluIG54Y2xpZW50IG54ZXNkIG54a2ls bCBueHNlcnZpY2Ugbnhzc2gNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL2Rpc3RpbmZvIGxpbnV4LW54LWNsaWVudC9kaXN0aW5mbw0KLS0tIGxp bnV4LW54LWNsaWVudC5iYWsvZGlzdGluZm8JMjAwOS0xMS0wMSAxNToyOTo1 Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvZGlzdGlu Zm8JMjAwOS0xMC0yNSAxNjo1Mjo0My4wMDAwMDAwMDAgLTA3MDANCkBAIC0x LDMgKzEsMyBAQA0KLU1ENSAobnhjbGllbnQtMi4xLjAtMTcuaTM4Ni50YXIu Z3opID0gZDQ0ODJlY2Q0ZGRhMzc3Zjg3OWEwODg4ZTI1NmJjZTkNCi1TSEEy NTYgKG54Y2xpZW50LTIuMS4wLTE3LmkzODYudGFyLmd6KSA9IGMwODdjMWU1 MjhkZDQyNzJjNDY2NmE4MzJiMGE1ODViNTNmYTE1NDY2YjU0ZDFkYzJkNjBk MTA1YmVhOTY0YWINCi1TSVpFIChueGNsaWVudC0yLjEuMC0xNy5pMzg2LnRh ci5neikgPSAzNTE1MzQyDQorTUQ1IChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IGZkYjZhYjFkY2JkZmQ0Y2ZlMzRiYmJkMzc5YjY4ZGU5DQor U0hBMjU2IChueGNsaWVudC0zLjQuMC01LmkzODYudGFyLmd6KSA9IDFmYjMz YjI0ZTcwMWE5YjJiNjE1Yzk5ZDM1Mzg3MmNmYTNhODRhNmE0ZWM4M2M1ZTE4 NThhYmNiNTMwN2I1MjINCitTSVpFIChueGNsaWVudC0zLjQuMC01LmkzODYu dGFyLmd6KSA9IDQzODgxODkNCmRpZmYgLXJ1TiBsaW51eC1ueC1jbGllbnQu YmFrL3BrZy1wbGlzdCBsaW51eC1ueC1jbGllbnQvcGtnLXBsaXN0DQotLS0g bGludXgtbngtY2xpZW50LmJhay9wa2ctcGxpc3QJMjAwOS0xMS0wMSAxNToy OTo1Mi4wMDAwMDAwMDAgLTA4MDANCisrKyBsaW51eC1ueC1jbGllbnQvcGtn LXBsaXN0CTIwMDktMTEtMDEgMTQ6Mzg6NTEuMDAwMDAwMDAwIC0wODAwDQpA QCAtOSwzNyArOSw0MiBAQA0KIGxpYi9saW51eC1ueC1jbGllbnQvYmluL254 cHJpbnQNCiBsaWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNlcnZpY2UNCiBs aWIvbGludXgtbngtY2xpZW50L2Jpbi9ueHNzaA0KLWxpYi9saW51eC1ueC1j bGllbnQvbGliL2xpYlhjb21wLnNvDQotbGliL2xpbnV4LW54LWNsaWVudC9s aWIvbGliWGNvbXAuc28uMg0KIGxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp Ylhjb21wLnNvLiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGll bnQvbGliL2xpYlhjb21wc2guc28NCi1saWIvbGludXgtbngtY2xpZW50L2xp Yi9saWJYY29tcHNoLnNvLjINCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9s aWJYY29tcC5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w LnNvLjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LiUlUE9SVFZFUlNJT04lJQ0KLWxpYi9saW51eC1ueC1jbGllbnQvbGliL2xp YmNyeXB0by5zbw0KK2xpYi9saW51eC1ueC1jbGllbnQvbGliL2xpYlhjb21w c2guc28NCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJYY29tcHNoLnNv LjMNCiBsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28uMC45 LjgNCitsaWIvbGludXgtbngtY2xpZW50L2xpYi9saWJjcnlwdG8uc28NCits aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2tleWJvYXJkcw0KK2xpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cy9zZXJ2ZXIuaWRfZHNhLmtleQ0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Fib3V0LWRvd24ucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvYWJvdXQtdXAu cG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0wMS5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LTAyLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1h Z2VzL2Nvbm5lY3QtMDMucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC0wNC5wbmcNCi1saWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA1LnBuZw0KLWxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDYucG5nDQotbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVjdC0wNy5wbmcNCi1saWIv bGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9jb25uZWN0LTA4LnBuZw0K LWxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2Nvbm5lY3QtMDku cG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvY29ubmVj dC0xMC5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9j b25uZWN0LWZhaWwtMDEucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvY29ubmVjdC1mYWlsLTAyLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2Vycm9yLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL2ZvbGRlci1zaGFyZWQtZGlzYWJsZWQucG5n DQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvZm9sZGVyLXNo YXJlZC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9p bmZvLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL2tp bGwtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2Vz L2tpbGwucG5nDQotbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMv bXVsdGltZWRpYS1kc2IucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbG9nby1zbWFsbC5wbmcNCitsaWIvbGludXgtbngtY2xpZW50 L3NoYXJlL2ltYWdlcy9sb2dvLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL21vbml0b3ItYXJyb3ctb3Zlci5wbmcNCitsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9tb25pdG9yLWFycm93LnBuZw0K K2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItYm94 LnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL21vbml0 b3ItaWNvbi5wbmcNCitsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdl cy9tb25pdG9yLW1hc2sucG5nDQorbGliL2xpbnV4LW54LWNsaWVudC9zaGFy ZS9pbWFnZXMvbW9uaXRvci1tZXNzYWdlLnBuZw0KK2xpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL21vbml0b3ItdXNlci1kc2IucG5nDQorbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbW9uaXRvci11c2VyLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL211bHRpbWVk aWEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvbmV3 LXNlc3Npb24tZHNiLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUv aW1hZ2VzL25ldy1zZXNzaW9uLnBuZw0KLWxpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL25vbWFjaGluZS1uby1iYWNrZ3JvdW5kLnBuZw0KIGxp Yi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVs dC1pY29uLWRpc2FibGVkLnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hh cmUvaW1hZ2VzL3ByaW50ZXItZGVmYXVsdC1pY29uLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3ByaW50ZXItaWNvbi1kaXNhYmxl ZC5wbmcNCkBAIC00OSwxNSArNTQsMTQgQEANCiBsaWIvbGludXgtbngtY2xp ZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1jbG9zZS5wbmcNCiBsaWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9wdWxsZG93bi1zdXNwZW5kLnBu Zw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3B1bGxkb3du LXRlcm1pbmF0ZS5wbmcNCi1saWIvbGludXgtbngtY2xpZW50L3NoYXJlL2lt YWdlcy9yZWZyZXNoLWRzYi5wbmcNCiBsaWIvbGludXgtbngtY2xpZW50L3No YXJlL2ltYWdlcy9yZWZyZXNoLnBuZw0KK2xpYi9saW51eC1ueC1jbGllbnQv c2hhcmUvaW1hZ2VzL3JlZnJlc2gtZHNiLnBuZw0KIGxpYi9saW51eC1ueC1j bGllbnQvc2hhcmUvaW1hZ2VzL3JlbW92ZS1kc2IucG5nDQogbGliL2xpbnV4 LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvcmVtb3ZlLnBuZw0KIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Npb24tc3RhdHMtMDEtZHNi LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Nlc3Np b24tc3RhdHMtMDEucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9p bWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi1kc2IucG5nDQogbGliL2xpbnV4LW54 LWNsaWVudC9zaGFyZS9pbWFnZXMvc2Vzc2lvbi1zdGF0cy0wMi5wbmcNCi1s aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5nLWRzYi5w bmcNCiBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy9zaGFyaW5n LnBuZw0KIGxpYi9saW51eC1ueC1jbGllbnQvc2hhcmUvaW1hZ2VzL3Rlcm1p bmF0ZS1kc2IucG5nDQogbGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFn ZXMvdGVybWluYXRlLnBuZw0KQEAgLTY1LDggKzY5LDMxIEBADQogbGliL2xp bnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvdmlldy1sb2cucG5nDQogbGli L2xpbnV4LW54LWNsaWVudC9zaGFyZS9pbWFnZXMvd2FybmluZy5wbmcNCiBs aWIvbGludXgtbngtY2xpZW50L3NoYXJlL2ltYWdlcy93aXphcmQucG5nDQot bGliL2xpbnV4LW54LWNsaWVudC9zaGFyZS9rZXlib2FyZHMNCi1saWIvbGlu dXgtbngtY2xpZW50L3NoYXJlL2tleXMvc2VydmVyLmlkX2RzYS5rZXkNCitz aGFyZS9waXhtYXBzL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvcGl4bWFwcy9ueGNsaWVudC1hZG1pbi5wbmcNCitzaGFyZS9waXhtYXBz L254Y2xpZW50LWRlc2t0b3AucG5nDQorc2hhcmUvcGl4bWFwcy9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBu Zw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgvYXBwbGljYXRpb24t bngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzQ4eDQ4 L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcv NDh4NDgvbnhjbGllbnQtZGVza3RvcC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzQ4eDQ4L254Y2xpZW50LWljb24ucG5nDQorc2hhcmUvaWNvbnMv Y3J5c3RhbHN2Zy80OHg0OC9ueGNsaWVudC13aXphcmQucG5nDQorc2hhcmUv aWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9hcHBsaWNhdGlvbi1ueC1zZXNzaW9u LnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4MzIvbnhjbGllbnQt YWRtaW4ucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMi9ueGNs aWVudC1kZXNrdG9wLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMzJ4 MzIvbnhjbGllbnQtaWNvbi5wbmcNCitzaGFyZS9pY29ucy9jcnlzdGFsc3Zn LzMyeDMyL254Y2xpZW50LXdpemFyZC5wbmcNCitzaGFyZS9pY29ucy9jcnlz dGFsc3ZnLzIyeDIyL2FwcGxpY2F0aW9uLW54LXNlc3Npb24ucG5nDQorc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVudC1hZG1pbi5wbmcN CitzaGFyZS9pY29ucy9jcnlzdGFsc3ZnLzIyeDIyL254Y2xpZW50LWRlc2t0 b3AucG5nDQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8yMngyMi9ueGNsaWVu dC1pY29uLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMjJ4MjIvbnhj bGllbnQtd2l6YXJkLnBuZw0KK3NoYXJlL2ljb25zL2NyeXN0YWxzdmcvMTZ4 MTYvYXBwbGljYXRpb24tbngtc2Vzc2lvbi5wbmcNCitzaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWFkbWluLnBuZw0KK3NoYXJlL2lj b25zL2NyeXN0YWxzdmcvMTZ4MTYvbnhjbGllbnQtZGVza3RvcC5wbmcNCitz aGFyZS9pY29ucy9jcnlzdGFsc3ZnLzE2eDE2L254Y2xpZW50LWljb24ucG5n DQorc2hhcmUvaWNvbnMvY3J5c3RhbHN2Zy8xNngxNi9ueGNsaWVudC13aXph cmQucG5nDQogQGRpcnJtIGxpYi9saW51eC1ueC1jbGllbnQvYmluDQogQGRp cnJtIGxpYi9saW51eC1ueC1jbGllbnQvbGliDQogQGRpcnJtIGxpYi9saW51 eC1ueC1jbGllbnQvc2hhcmUva2V5cw0KQEAgLTc0LDE1ICsxMDEsOSBAQA0K IEBkaXJybSBsaWIvbGludXgtbngtY2xpZW50L3NoYXJlDQogQGRpcnJtIGxp Yi9saW51eC1ueC1jbGllbnQNCiBAY3dkICUlTE9DQUxCQVNFJSUNCi1zaGFy ZS9waXhtYXBzL254LWRlc2t0b3AucG5nDQotc2hhcmUvcGl4bWFwcy9ueC5w bmcNCi1zaGFyZS9waXhtYXBzL254Y2xpZW50LWFkbWluLnBuZw0KLXNoYXJl L3BpeG1hcHMvbnhjbGllbnQtd2l6YXJkLnBuZw0KLXNoYXJlL2ljb25zL2Ny eXN0YWxzdmcvNDh4NDgvbngtZGVza3RvcC5wbmcNCi1zaGFyZS9pY29ucy9j cnlzdGFsc3ZnLzMyeDMyL254LnBuZw0KLXNoYXJlL2ljb25zL2NyeXN0YWxz dmcvMzJ4MzIvbnhjbGllbnQtYWRtaW4ucG5nDQotc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zy8zMngzMi9ueGNsaWVudC13aXphcmQucG5nDQogQGRpcnJtdHJ5 IHNoYXJlL2ljb25zL2NyeXN0YWxzdmcvNDh4NDgNCiBAZGlycm10cnkgc2hh cmUvaWNvbnMvY3J5c3RhbHN2Zy8zMngzMg0KK0BkaXJybXRyeSBzaGFyZS9p Y29ucy9jcnlzdGFsc3ZnLzIyeDIyDQorQGRpcnJtdHJ5IHNoYXJlL2ljb25z L2NyeXN0YWxzdmcvMTZ4MTYNCiBAZGlycm10cnkgc2hhcmUvaWNvbnMvY3J5 c3RhbHN2Zw0KIEBkaXJybXRyeSBzaGFyZS9pY29ucw0K --738249620-1387875218-1257444517=:30993-- From rsecor at seqlogic.com Thu Nov 5 18:30:05 2009 From: rsecor at seqlogic.com (Richard A Secor) Date: Thu Nov 5 18:30:11 2009 Subject: ports/140321: PHP ALERT Message-ID: <200911051825.nA5IPAuU012076@www.freebsd.org> >Number: 140321 >Category: ports >Synopsis: PHP ALERT >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 18:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Richard A Secor >Release: 7.0-STABLE >Organization: >Environment: FreeBSD localhost 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri May 9 12:07:59 EDT 2008 root@localhost:/usr/obj/usr/src/sys/GENERIC i386 >Description: ALERT - canary mismatch on efree() - heap overflow detected (attacker 'REMOTE_ADDR not set', file 'unknown') >How-To-Repeat: cd /usr/ports/databases/php5-mysql portinstall >Fix: >Release-Note: >Audit-Trail: >Unformatted: From magik at roorback.net Thu Nov 5 19:50:02 2009 From: magik at roorback.net (Grzegorz Blach) Date: Thu Nov 5 19:50:08 2009 Subject: ports/140322: update of port www/weave Message-ID: <200911051949.nA5JnK3L096700@www.freebsd.org> >Number: 140322 >Category: ports >Synopsis: update of port www/weave >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 05 19:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Grzegorz Blach >Release: 8.0-RC2 >Organization: >Environment: FreeBSD silver.doors 8.0-RC2 FreeBSD 8.0-RC2 #2: Wed Nov 4 02:29:29 CET 2009 root@silver.doors:/usr/obj/usr/src/sys/SILVER i386 >Description: Update of www/weave port. I set priority to high, because version 0.7 don't connect with weave server any more. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # weave # weave/pkg-plist # weave/pkg-descr # weave/distinfo # weave/files # weave/files/patch-crypto-src-Makefile # weave/files/patch-Makefile # weave/Makefile # echo c - weave mkdir -p weave > /dev/null 2>&1 echo x - weave/pkg-plist sed 's/^X//' >weave/pkg-plist << '41e8e6eb1c0fee99398bff081f35f0da' X%%XPI_XPIDIR%%/chrome/sync.jar X%%XPI_XPIDIR%%/defaults/preferences/sync.js X%%XPI_XPIDIR%%/components/IWeaveCrypto.xpt X%%XPI_XPIDIR%%/components/Weave.js X%%XPI_XPIDIR%%/modules/base_records/collection.js X%%XPI_XPIDIR%%/modules/base_records/crypto.js X%%XPI_XPIDIR%%/modules/base_records/keys.js X%%XPI_XPIDIR%%/modules/base_records/wbo.js X%%XPI_XPIDIR%%/modules/engines/themes.js X%%XPI_XPIDIR%%/modules/engines/clientData.js X%%XPI_XPIDIR%%/modules/engines/cookies.js X%%XPI_XPIDIR%%/modules/engines/extensions.js X%%XPI_XPIDIR%%/modules/engines/forms.js X%%XPI_XPIDIR%%/modules/engines/history.js X%%XPI_XPIDIR%%/modules/engines/input.js X%%XPI_XPIDIR%%/modules/engines/microformats.js X%%XPI_XPIDIR%%/modules/engines/passwords.js X%%XPI_XPIDIR%%/modules/engines/plugins.js X%%XPI_XPIDIR%%/modules/engines/prefs.js X%%XPI_XPIDIR%%/modules/engines/tabs.js X%%XPI_XPIDIR%%/modules/engines/bookmarks.js X%%XPI_XPIDIR%%/modules/type_records/history.js X%%XPI_XPIDIR%%/modules/type_records/clientData.js X%%XPI_XPIDIR%%/modules/type_records/forms.js X%%XPI_XPIDIR%%/modules/type_records/bookmark.js X%%XPI_XPIDIR%%/modules/type_records/passwords.js X%%XPI_XPIDIR%%/modules/type_records/prefs.js X%%XPI_XPIDIR%%/modules/type_records/tabs.js X%%XPI_XPIDIR%%/modules/ext/Observers.js X%%XPI_XPIDIR%%/modules/ext/Preferences.js X%%XPI_XPIDIR%%/modules/ext/StringBundle.js X%%XPI_XPIDIR%%/modules/ext/Sync.js X%%XPI_XPIDIR%%/modules/xmpp/authenticationLayer.js X%%XPI_XPIDIR%%/modules/xmpp/readme.txt X%%XPI_XPIDIR%%/modules/xmpp/transportLayer.js X%%XPI_XPIDIR%%/modules/xmpp/xmppClient.js X%%XPI_XPIDIR%%/modules/auth.js X%%XPI_XPIDIR%%/modules/notifications.js X%%XPI_XPIDIR%%/modules/resource.js X%%XPI_XPIDIR%%/modules/service.js X%%XPI_XPIDIR%%/modules/stores.js X%%XPI_XPIDIR%%/modules/trackers.js X%%XPI_XPIDIR%%/modules/util.js X%%XPI_XPIDIR%%/modules/log4moz.js X%%XPI_XPIDIR%%/modules/engines.js X%%XPI_XPIDIR%%/modules/identity.js X%%XPI_XPIDIR%%/modules/constants.js X%%XPI_XPIDIR%%/platform/%%PLATFORM%%/components/WeaveCrypto.so X%%XPI_XPIDIR%%/install.rdf X%%XPI_XPIDIR%%/chrome.manifest Xlib/firefox3/extensions/%%XPI_XPIID%% X@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%%/components X@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%% X@dirrm %%XPI_XPIDIR%%/platform X@dirrm %%XPI_XPIDIR%%/modules/xmpp X@dirrm %%XPI_XPIDIR%%/modules/ext X@dirrm %%XPI_XPIDIR%%/modules/type_records X@dirrm %%XPI_XPIDIR%%/modules/engines X@dirrm %%XPI_XPIDIR%%/modules/base_records X@dirrm %%XPI_XPIDIR%%/modules X@dirrm %%XPI_XPIDIR%%/components X@dirrm %%XPI_XPIDIR%%/defaults/preferences X@dirrm %%XPI_XPIDIR%%/defaults X@dirrm %%XPI_XPIDIR%%/chrome X@dirrm %%XPI_XPIDIR%% X@dirrmtry lib/xpi 41e8e6eb1c0fee99398bff081f35f0da echo x - weave/pkg-descr sed 's/^X//' >weave/pkg-descr << 'c8392bc4c31c45d1314067f4362fa5bb' XWeave is a Mozilla Labs project to explore ways in which Xthe browser can broker richer experiences on the Web, Xby integrating more closely with online services. X XWWW: http://labs.mozilla.com/weave/ c8392bc4c31c45d1314067f4362fa5bb echo x - weave/distinfo sed 's/^X//' >weave/distinfo << '11f77058d15488f6cb9d4a620461dfb2' XMD5 (weave-0.8.tar.bz2) = ee67f71cbc7c30b44b8346f02e644fd8 XSHA256 (weave-0.8.tar.bz2) = d5a268eccd177ca25997a7dfd3bb21d1fcc96185acd88a6ca8c97fda38b9dc2c XSIZE (weave-0.8.tar.bz2) = 425713 11f77058d15488f6cb9d4a620461dfb2 echo c - weave/files mkdir -p weave/files > /dev/null 2>&1 echo x - weave/files/patch-crypto-src-Makefile sed 's/^X//' >weave/files/patch-crypto-src-Makefile << '45162eb65fc522f1c6b0c53a88dd02e3' X--- crypto/src/Makefile.orig 2009-08-27 22:08:18.000000000 +0200 X+++ crypto/src/Makefile 2009-09-18 21:52:06.000000000 +0200 X@@ -45,6 +45,10 @@ X sys := $(shell uname -s) X wince = $(WINCE) X X+ifeq ($(sys), FreeBSD) X+ xpidl = $(PREFIX)/lib/libxul/xpidl -I$(PREFIX)/share/idl/firefox3/stable X+endif X+ X ifeq ($(wince), 1) X os = WINNT X cxx = $(sdkdir)/sdk/bin/arm-wince-gcc X@@ -66,6 +70,14 @@ X so = so X cppflags += -shared X else X+ifeq ($(sys), FreeBSD) X+ os = FreeBSD X+ compiler = gcc3 X+ cxx = c++ X+ so = so X+ cppflags += -shared X+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib X+else X ifeq ($(sys), MINGW32_NT-6.1) X os = WINNT X compiler = msvc X@@ -92,6 +104,7 @@ X endif X endif X endif X+endif X X # Arch detection X X@@ -121,6 +134,9 @@ X ifeq ($(machine), x86_64) X arch = x86_64 X else X+ifeq ($(machine), amd64) X+ arch = x86_64 X+else X $(error: Sorry, your architecture is unknown/unsupported: $(machine)) X endif X endif X@@ -130,6 +146,7 @@ X endif X endif X endif X+endif X X # Universal binary so no need for $(arch) for Darwin X X@@ -188,6 +205,13 @@ X -I$(sdkdir)/include/nspr \ X -I$(sdkdir)/sdk/include X X+ifeq ($(sys), FreeBSD) X+ headers += -I$(PREFIX)/include/firefox3/stable \ X+ -I$(PREFIX)/include/nspr \ X+ -I$(PREFIX)/include/nss \ X+ -I$(PREFIX)/include/firefox3/unstable X+endif X+ X # libraries X libdirs := $(sdkdir)/lib $(sdkdir)/bin X ifeq ($(wince),1) X@@ -202,6 +226,10 @@ X X ifeq ($(os), Linux) X libs := xpcom_core $(libs) X+else X+ifeq ($(os), FreeBSD) X+ libs := xpcom $(libs) X+endif X endif X X # compiler and Linker Flags X@@ -264,6 +292,25 @@ X $(sdkdir)/lib/libxpcomglue_s.a \ X $(libdirs) $(libs) X else X+ifeq ($(os), FreeBSD) X+ libdirs := $(patsubst %,-L%,$(libdirs)) X+ libs := $(patsubst %,-l%,$(libs)) X+ cppflags += -pipe -O2 \ X+ -fPIC -fno-rtti -fno-exceptions -fno-strict-aliasing \ X+ -fno-common -pthread \ X+ -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth \ X+ -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \ X+ -Wno-long-long \ X+ -include xpcom-config.h $(headers) \ X+ -fshort-wchar X+ ldflags += -pthread -pipe -DMOZILLA_STRICT_API \ X+ -Wl,-dead_strip \ X+ -Wl,-exported_symbol \ X+ -Wl,-z,defs -Wl,-h,WeaveCrypto.so \ X+ -Wl,-rpath-link,$(sdkdir)/bin \ X+ $(sdkdir)/lib/libxpcomglue_s.a \ X+ $(libdirs) $(libs) X+else X ifeq ($(os), SunOS) X libdirs := $(patsubst %,-L%,$(libdirs)) X libs := $(patsubst %,-l%,$(libs)) X@@ -303,6 +350,7 @@ X endif X endif X endif X+endif X X ###################################################################### X X@@ -361,6 +409,11 @@ X $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X chmod +x $@ X else X+ifeq ($(os), FreeBSD) X+ $(so_target): $(idl_headers) X+ $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X+ chmod +x $@ X+else X ifeq ($(os), SunOS) X $(so_target): $(idl_headers) X $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X@@ -380,3 +433,4 @@ X endif X endif X endif X+endif 45162eb65fc522f1c6b0c53a88dd02e3 echo x - weave/files/patch-Makefile sed 's/^X//' >weave/files/patch-Makefile << '2bbb377499acbb7ddb915f073be2d38b' X--- Makefile.orig 2009-10-01 01:19:33.000000000 +0000 X+++ Makefile 2009-10-04 19:49:04.000000000 +0000 X@@ -64,7 +64,7 @@ X buildid_short := $(buildid) X ifeq ($(buildid),) X date := $(shell date -u +%Y%m%d%H%M) X- revid := $(shell hg tip --template '{node|short}') X+ revid := bc1857fb6754 X buildid := $(date)-$(revid) X buildid_short := $(date) X endif 2bbb377499acbb7ddb915f073be2d38b echo x - weave/Makefile sed 's/^X//' >weave/Makefile << 'e11388eb87fd6ec574dadb1ed689a2fc' X# New ports collection makefile for: weave X# Date created: 31 Aug 2009 X# Whom: Grzegorz Blach X# X# $FreeBSD: ports/www/weave/Makefile,v 1.2 2009/10/25 09:23:19 erwin Exp $ X# X XPORTNAME= weave XPORTVERSION= 0.8 XCATEGORIES= www XMASTER_SITES= http://files.roorback.net/ \ X LOCAL/glarkin X XMAINTAINER= magik@roorback.net XCOMMENT= Mozilla Weave extension X XBUILD_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 \ X ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul XRUN_DEPENDS= ${BUILD_DEPENDS} X XONLY_FOR_ARCHS= i386 amd64 XUSE_BZIP2= yes XUSE_GMAKE= yes X X.include X X.if ${ARCH} == i386 XPLATFORM= FreeBSD_x86-gcc3 X.elif ${ARCH} == amd64 XPLATFORM= FreeBSD_x86_64-gcc3 X.endif X XGMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk rebuild_crypto=1 release_build=1 platform_target=${PLATFORM} XALL_TARGET= ${GMAKE_FLAGS} build XINSTALL_TARGET= ${GMAKE_FLAGS} xpi X XXPI_ID= {340c2bbc-ce74-4362-90b5-7c26312808ef} XXPI_DIR= ${PREFIX}/lib/xpi/${XPI_ID} X XPLIST_SUB+= XPI_XPIDIR="${XPI_DIR:S,^${PREFIX}/,,}" \ X XPI_XPIID=${XPI_ID} \ X PLATFORM=${PLATFORM} X Xpost-install: X ${MKDIR} ${XPI_DIR} X (cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${PORTVERSION}-rel.xpi) X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_DIR}/ X ${CHMOD} -R a+rX,go-w ${XPI_DIR}/ X ${MKDIR} ${PREFIX}/lib/firefox3/extensions X ${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions X X.include X X.if ${OSVERSION} < 700000 XBROKEN= does not build X.endif X X.include e11388eb87fd6ec574dadb1ed689a2fc exit >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Thu Nov 5 19:50:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Nov 5 19:50:18 2009 Subject: ports/140322: update of port www/weave Message-ID: <200911051950.nA5JoBun038218@freefall.freebsd.org> Synopsis: update of port www/weave Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Nov 5 19:50:11 UTC 2009 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140322 From magik at localhost.net Thu Nov 5 20:45:33 2009 From: magik at localhost.net (magik) Date: Thu Nov 5 20:45:40 2009 Subject: ports/140322: update of port www/weave In-Reply-To: <200911051950.nA5Jo1uv037646@freefall.freebsd.org> References: <200911051950.nA5Jo1uv037646@freefall.freebsd.org> Message-ID: <23e28b6c6652ec23d0eed05e8336a2c0@localhost> Updated with 6.x patch -------------- next part -------------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # weave # weave/pkg-plist # weave/pkg-descr # weave/distinfo # weave/files # weave/files/patch-crypto-src-Makefile # weave/files/patch-Makefile # weave/Makefile # echo c - weave mkdir -p weave > /dev/null 2>&1 echo x - weave/pkg-plist sed 's/^X//' >weave/pkg-plist << '41e8e6eb1c0fee99398bff081f35f0da' X%%XPI_XPIDIR%%/chrome/sync.jar X%%XPI_XPIDIR%%/defaults/preferences/sync.js X%%XPI_XPIDIR%%/components/IWeaveCrypto.xpt X%%XPI_XPIDIR%%/components/Weave.js X%%XPI_XPIDIR%%/modules/base_records/collection.js X%%XPI_XPIDIR%%/modules/base_records/crypto.js X%%XPI_XPIDIR%%/modules/base_records/keys.js X%%XPI_XPIDIR%%/modules/base_records/wbo.js X%%XPI_XPIDIR%%/modules/engines/themes.js X%%XPI_XPIDIR%%/modules/engines/clientData.js X%%XPI_XPIDIR%%/modules/engines/cookies.js X%%XPI_XPIDIR%%/modules/engines/extensions.js X%%XPI_XPIDIR%%/modules/engines/forms.js X%%XPI_XPIDIR%%/modules/engines/history.js X%%XPI_XPIDIR%%/modules/engines/input.js X%%XPI_XPIDIR%%/modules/engines/microformats.js X%%XPI_XPIDIR%%/modules/engines/passwords.js X%%XPI_XPIDIR%%/modules/engines/plugins.js X%%XPI_XPIDIR%%/modules/engines/prefs.js X%%XPI_XPIDIR%%/modules/engines/tabs.js X%%XPI_XPIDIR%%/modules/engines/bookmarks.js X%%XPI_XPIDIR%%/modules/type_records/history.js X%%XPI_XPIDIR%%/modules/type_records/clientData.js X%%XPI_XPIDIR%%/modules/type_records/forms.js X%%XPI_XPIDIR%%/modules/type_records/bookmark.js X%%XPI_XPIDIR%%/modules/type_records/passwords.js X%%XPI_XPIDIR%%/modules/type_records/prefs.js X%%XPI_XPIDIR%%/modules/type_records/tabs.js X%%XPI_XPIDIR%%/modules/ext/Observers.js X%%XPI_XPIDIR%%/modules/ext/Preferences.js X%%XPI_XPIDIR%%/modules/ext/StringBundle.js X%%XPI_XPIDIR%%/modules/ext/Sync.js X%%XPI_XPIDIR%%/modules/xmpp/authenticationLayer.js X%%XPI_XPIDIR%%/modules/xmpp/readme.txt X%%XPI_XPIDIR%%/modules/xmpp/transportLayer.js X%%XPI_XPIDIR%%/modules/xmpp/xmppClient.js X%%XPI_XPIDIR%%/modules/auth.js X%%XPI_XPIDIR%%/modules/notifications.js X%%XPI_XPIDIR%%/modules/resource.js X%%XPI_XPIDIR%%/modules/service.js X%%XPI_XPIDIR%%/modules/stores.js X%%XPI_XPIDIR%%/modules/trackers.js X%%XPI_XPIDIR%%/modules/util.js X%%XPI_XPIDIR%%/modules/log4moz.js X%%XPI_XPIDIR%%/modules/engines.js X%%XPI_XPIDIR%%/modules/identity.js X%%XPI_XPIDIR%%/modules/constants.js X%%XPI_XPIDIR%%/platform/%%PLATFORM%%/components/WeaveCrypto.so X%%XPI_XPIDIR%%/install.rdf X%%XPI_XPIDIR%%/chrome.manifest Xlib/firefox3/extensions/%%XPI_XPIID%% X@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%%/components X@dirrm %%XPI_XPIDIR%%/platform/%%PLATFORM%% X@dirrm %%XPI_XPIDIR%%/platform X@dirrm %%XPI_XPIDIR%%/modules/xmpp X@dirrm %%XPI_XPIDIR%%/modules/ext X@dirrm %%XPI_XPIDIR%%/modules/type_records X@dirrm %%XPI_XPIDIR%%/modules/engines X@dirrm %%XPI_XPIDIR%%/modules/base_records X@dirrm %%XPI_XPIDIR%%/modules X@dirrm %%XPI_XPIDIR%%/components X@dirrm %%XPI_XPIDIR%%/defaults/preferences X@dirrm %%XPI_XPIDIR%%/defaults X@dirrm %%XPI_XPIDIR%%/chrome X@dirrm %%XPI_XPIDIR%% X@dirrmtry lib/xpi 41e8e6eb1c0fee99398bff081f35f0da echo x - weave/pkg-descr sed 's/^X//' >weave/pkg-descr << 'c8392bc4c31c45d1314067f4362fa5bb' XWeave is a Mozilla Labs project to explore ways in which Xthe browser can broker richer experiences on the Web, Xby integrating more closely with online services. X XWWW: http://labs.mozilla.com/weave/ c8392bc4c31c45d1314067f4362fa5bb echo x - weave/distinfo sed 's/^X//' >weave/distinfo << '11f77058d15488f6cb9d4a620461dfb2' XMD5 (weave-0.8.tar.bz2) = ee67f71cbc7c30b44b8346f02e644fd8 XSHA256 (weave-0.8.tar.bz2) = d5a268eccd177ca25997a7dfd3bb21d1fcc96185acd88a6ca8c97fda38b9dc2c XSIZE (weave-0.8.tar.bz2) = 425713 11f77058d15488f6cb9d4a620461dfb2 echo c - weave/files mkdir -p weave/files > /dev/null 2>&1 echo x - weave/files/patch-crypto-src-Makefile sed 's/^X//' >weave/files/patch-crypto-src-Makefile << '45162eb65fc522f1c6b0c53a88dd02e3' X--- crypto/src/Makefile.orig 2009-08-27 22:08:18.000000000 +0200 X+++ crypto/src/Makefile 2009-09-18 21:52:06.000000000 +0200 X@@ -45,6 +45,10 @@ X sys := $(shell uname -s) X wince = $(WINCE) X X+ifeq ($(sys), FreeBSD) X+ xpidl = $(PREFIX)/lib/libxul/xpidl -I$(PREFIX)/share/idl/firefox3/stable X+endif X+ X ifeq ($(wince), 1) X os = WINNT X cxx = $(sdkdir)/sdk/bin/arm-wince-gcc X@@ -66,6 +70,14 @@ X so = so X cppflags += -shared X else X+ifeq ($(sys), FreeBSD) X+ os = FreeBSD X+ compiler = gcc3 X+ cxx = c++ X+ so = so X+ cppflags += -shared X+ ldflags += -L$(PREFIX)/lib/firefox3 -L$(PREFIX)/lib -lc X+else X ifeq ($(sys), MINGW32_NT-6.1) X os = WINNT X compiler = msvc X@@ -92,6 +104,7 @@ X endif X endif X endif X+endif X X # Arch detection X X@@ -121,6 +134,9 @@ X ifeq ($(machine), x86_64) X arch = x86_64 X else X+ifeq ($(machine), amd64) X+ arch = x86_64 X+else X $(error: Sorry, your architecture is unknown/unsupported: $(machine)) X endif X endif X@@ -130,6 +146,7 @@ X endif X endif X endif X+endif X X # Universal binary so no need for $(arch) for Darwin X X@@ -188,6 +205,13 @@ X -I$(sdkdir)/include/nspr \ X -I$(sdkdir)/sdk/include X X+ifeq ($(sys), FreeBSD) X+ headers += -I$(PREFIX)/include/firefox3/stable \ X+ -I$(PREFIX)/include/nspr \ X+ -I$(PREFIX)/include/nss \ X+ -I$(PREFIX)/include/firefox3/unstable X+endif X+ X # libraries X libdirs := $(sdkdir)/lib $(sdkdir)/bin X ifeq ($(wince),1) X@@ -202,6 +226,10 @@ X X ifeq ($(os), Linux) X libs := xpcom_core $(libs) X+else X+ifeq ($(os), FreeBSD) X+ libs := xpcom $(libs) X+endif X endif X X # compiler and Linker Flags X@@ -264,6 +292,25 @@ X $(sdkdir)/lib/libxpcomglue_s.a \ X $(libdirs) $(libs) X else X+ifeq ($(os), FreeBSD) X+ libdirs := $(patsubst %,-L%,$(libdirs)) X+ libs := $(patsubst %,-l%,$(libs)) X+ cppflags += -pipe -O2 \ X+ -fPIC -fno-rtti -fno-exceptions -fno-strict-aliasing \ X+ -fno-common -pthread \ X+ -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth \ X+ -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \ X+ -Wno-long-long \ X+ -include xpcom-config.h $(headers) \ X+ -fshort-wchar X+ ldflags += -pthread -pipe -DMOZILLA_STRICT_API \ X+ -Wl,-dead_strip \ X+ -Wl,-exported_symbol \ X+ -Wl,-z,defs -Wl,-h,WeaveCrypto.so \ X+ -Wl,-rpath-link,$(sdkdir)/bin \ X+ $(sdkdir)/lib/libxpcomglue_s.a \ X+ $(libdirs) $(libs) X+else X ifeq ($(os), SunOS) X libdirs := $(patsubst %,-L%,$(libdirs)) X libs := $(patsubst %,-l%,$(libs)) X@@ -303,6 +350,7 @@ X endif X endif X endif X+endif X X ###################################################################### X X@@ -361,6 +409,11 @@ X $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X chmod +x $@ X else X+ifeq ($(os), FreeBSD) X+ $(so_target): $(idl_headers) X+ $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X+ chmod +x $@ X+else X ifeq ($(os), SunOS) X $(so_target): $(idl_headers) X $(cxx) $(cppflags) -o $@ $(cpp_sources) $(ldflags) X@@ -380,3 +433,4 @@ X endif X endif X endif X+endif 45162eb65fc522f1c6b0c53a88dd02e3 echo x - weave/files/patch-Makefile sed 's/^X//' >weave/files/patch-Makefile << '2bbb377499acbb7ddb915f073be2d38b' X--- Makefile.orig 2009-10-01 01:19:33.000000000 +0000 X+++ Makefile 2009-10-04 19:49:04.000000000 +0000 X@@ -64,7 +64,7 @@ X buildid_short := $(buildid) X ifeq ($(buildid),) X date := $(shell date -u +%Y%m%d%H%M) X- revid := $(shell hg tip --template '{node|short}') X+ revid := bc1857fb6754 X buildid := $(date)-$(revid) X buildid_short := $(date) X endif 2bbb377499acbb7ddb915f073be2d38b echo x - weave/Makefile sed 's/^X//' >weave/Makefile << 'e11388eb87fd6ec574dadb1ed689a2fc' X# New ports collection makefile for: weave X# Date created: 31 Aug 2009 X# Whom: Grzegorz Blach X# X# $FreeBSD: ports/www/weave/Makefile,v 1.2 2009/10/25 09:23:19 erwin Exp $ X# X XPORTNAME= weave XPORTVERSION= 0.8 XCATEGORIES= www XMASTER_SITES= http://files.roorback.net/ \ X LOCAL/glarkin X XMAINTAINER= magik@roorback.net XCOMMENT= Mozilla Weave extension X XBUILD_DEPENDS= ${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35 \ X ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul XRUN_DEPENDS= ${BUILD_DEPENDS} X XONLY_FOR_ARCHS= i386 amd64 XUSE_BZIP2= yes XUSE_GMAKE= yes X X.include X X.if ${ARCH} == i386 XPLATFORM= FreeBSD_x86-gcc3 X.elif ${ARCH} == amd64 XPLATFORM= FreeBSD_x86_64-gcc3 X.endif X XGMAKE_FLAGS= sdkdir=${PREFIX}/lib/firefox3/sdk rebuild_crypto=1 release_build=1 platform_target=${PLATFORM} XALL_TARGET= ${GMAKE_FLAGS} build XINSTALL_TARGET= ${GMAKE_FLAGS} xpi X XXPI_ID= {340c2bbc-ce74-4362-90b5-7c26312808ef} XXPI_DIR= ${PREFIX}/lib/xpi/${XPI_ID} X XPLIST_SUB+= XPI_XPIDIR="${XPI_DIR:S,^${PREFIX}/,,}" \ X XPI_XPIID=${XPI_ID} \ X PLATFORM=${PLATFORM} X Xpost-install: X ${MKDIR} ${XPI_DIR} X (cd ${XPI_DIR}; tar -xf ${WRKSRC}/dist/xpi/weave-${PORTVERSION}-rel.xpi) X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_DIR}/ X ${CHMOD} -R a+rX,go-w ${XPI_DIR}/ X ${MKDIR} ${PREFIX}/lib/firefox3/extensions X ${LN} -sf ${XPI_DIR} ${PREFIX}/lib/firefox3/extensions X X.include X X.if ${OSVERSION} < 700000 XBROKEN= does not build X.endif X X.include e11388eb87fd6ec574dadb1ed689a2fc exit From magik at localhost.net Thu Nov 5 20:50:13 2009 From: magik at localhost.net (magik) Date: Thu Nov 5 20:50:20 2009 Subject: ports/140322: update of port www/weave Message-ID: <200911052050.nA5KoDoR090587@freefall.freebsd.org> The following reply was made to PR ports/140322; it has been noted by GNATS. From: magik To: , Cc: Grzegorz Blach Subject: Re: ports/140322: update of port www/weave Date: Thu, 05 Nov 2009 21:26:04 +0100 --=_c7b1cca80f954f7c67ea6ffb5ba14158 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Updated with 6.x patch --=_c7b1cca80f954f7c67ea6ffb5ba14158 Content-Transfer-Encoding: base64 Content-Type: text/plain; charset=UTF-8; name=weave-0.8.shar.txt; Content-Disposition: attachment; filename=weave-0.8.shar.txt; IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJd2VhdmUKIwl3ZWF2ZS9wa2ct cGxpc3QKIwl3ZWF2ZS9wa2ctZGVzY3IKIwl3ZWF2ZS9kaXN0aW5mbwojCXdlYXZlL2ZpbGVzCiMJ d2VhdmUvZmlsZXMvcGF0Y2gtY3J5cHRvLXNyYy1NYWtlZmlsZQojCXdlYXZlL2ZpbGVzL3BhdGNo LU1ha2VmaWxlCiMJd2VhdmUvTWFrZWZpbGUKIwplY2hvIGMgLSB3ZWF2ZQpta2RpciAtcCB3ZWF2 ZSA+IC9kZXYvbnVsbCAyPiYxCmVjaG8geCAtIHdlYXZlL3BrZy1wbGlzdApzZWQgJ3MvXlgvLycg PndlYXZlL3BrZy1wbGlzdCA8PCAnNDFlOGU2ZWIxYzBmZWU5OTM5OGJmZjA4MWYzNWYwZGEnClgl JVhQSV9YUElESVIlJS9jaHJvbWUvc3luYy5qYXIKWCUlWFBJX1hQSURJUiUlL2RlZmF1bHRzL3By ZWZlcmVuY2VzL3N5bmMuanMKWCUlWFBJX1hQSURJUiUlL2NvbXBvbmVudHMvSVdlYXZlQ3J5cHRv LnhwdApYJSVYUElfWFBJRElSJSUvY29tcG9uZW50cy9XZWF2ZS5qcwpYJSVYUElfWFBJRElSJSUv bW9kdWxlcy9iYXNlX3JlY29yZHMvY29sbGVjdGlvbi5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxl cy9iYXNlX3JlY29yZHMvY3J5cHRvLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2Jhc2VfcmVj b3Jkcy9rZXlzLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2Jhc2VfcmVjb3Jkcy93Ym8uanMK WCUlWFBJX1hQSURJUiUlL21vZHVsZXMvZW5naW5lcy90aGVtZXMuanMKWCUlWFBJX1hQSURJUiUl L21vZHVsZXMvZW5naW5lcy9jbGllbnREYXRhLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2Vu Z2luZXMvY29va2llcy5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9lbmdpbmVzL2V4dGVuc2lv bnMuanMKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMvZW5naW5lcy9mb3Jtcy5qcwpYJSVYUElfWFBJ RElSJSUvbW9kdWxlcy9lbmdpbmVzL2hpc3RvcnkuanMKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMv ZW5naW5lcy9pbnB1dC5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9lbmdpbmVzL21pY3JvZm9y bWF0cy5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9lbmdpbmVzL3Bhc3N3b3Jkcy5qcwpYJSVY UElfWFBJRElSJSUvbW9kdWxlcy9lbmdpbmVzL3BsdWdpbnMuanMKWCUlWFBJX1hQSURJUiUlL21v ZHVsZXMvZW5naW5lcy9wcmVmcy5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9lbmdpbmVzL3Rh YnMuanMKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMvZW5naW5lcy9ib29rbWFya3MuanMKWCUlWFBJ X1hQSURJUiUlL21vZHVsZXMvdHlwZV9yZWNvcmRzL2hpc3RvcnkuanMKWCUlWFBJX1hQSURJUiUl L21vZHVsZXMvdHlwZV9yZWNvcmRzL2NsaWVudERhdGEuanMKWCUlWFBJX1hQSURJUiUlL21vZHVs ZXMvdHlwZV9yZWNvcmRzL2Zvcm1zLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL3R5cGVfcmVj b3Jkcy9ib29rbWFyay5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy90eXBlX3JlY29yZHMvcGFz c3dvcmRzLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL3R5cGVfcmVjb3Jkcy9wcmVmcy5qcwpY JSVYUElfWFBJRElSJSUvbW9kdWxlcy90eXBlX3JlY29yZHMvdGFicy5qcwpYJSVYUElfWFBJRElS JSUvbW9kdWxlcy9leHQvT2JzZXJ2ZXJzLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2V4dC9Q cmVmZXJlbmNlcy5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9leHQvU3RyaW5nQnVuZGxlLmpz ClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2V4dC9TeW5jLmpzClglJVhQSV9YUElESVIlJS9tb2R1 bGVzL3htcHAvYXV0aGVudGljYXRpb25MYXllci5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy94 bXBwL3JlYWRtZS50eHQKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMveG1wcC90cmFuc3BvcnRMYXll ci5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy94bXBwL3htcHBDbGllbnQuanMKWCUlWFBJX1hQ SURJUiUlL21vZHVsZXMvYXV0aC5qcwpYJSVYUElfWFBJRElSJSUvbW9kdWxlcy9ub3RpZmljYXRp b25zLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL3Jlc291cmNlLmpzClglJVhQSV9YUElESVIl JS9tb2R1bGVzL3NlcnZpY2UuanMKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMvc3RvcmVzLmpzClgl JVhQSV9YUElESVIlJS9tb2R1bGVzL3RyYWNrZXJzLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVz L3V0aWwuanMKWCUlWFBJX1hQSURJUiUlL21vZHVsZXMvbG9nNG1vei5qcwpYJSVYUElfWFBJRElS JSUvbW9kdWxlcy9lbmdpbmVzLmpzClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2lkZW50aXR5Lmpz ClglJVhQSV9YUElESVIlJS9tb2R1bGVzL2NvbnN0YW50cy5qcwpYJSVYUElfWFBJRElSJSUvcGxh dGZvcm0vJSVQTEFURk9STSUlL2NvbXBvbmVudHMvV2VhdmVDcnlwdG8uc28KWCUlWFBJX1hQSURJ UiUlL2luc3RhbGwucmRmClglJVhQSV9YUElESVIlJS9jaHJvbWUubWFuaWZlc3QKWGxpYi9maXJl Zm94My9leHRlbnNpb25zLyUlWFBJX1hQSUlEJSUKWEBkaXJybSAlJVhQSV9YUElESVIlJS9wbGF0 Zm9ybS8lJVBMQVRGT1JNJSUvY29tcG9uZW50cwpYQGRpcnJtICUlWFBJX1hQSURJUiUlL3BsYXRm b3JtLyUlUExBVEZPUk0lJQpYQGRpcnJtICUlWFBJX1hQSURJUiUlL3BsYXRmb3JtClhAZGlycm0g JSVYUElfWFBJRElSJSUvbW9kdWxlcy94bXBwClhAZGlycm0gJSVYUElfWFBJRElSJSUvbW9kdWxl cy9leHQKWEBkaXJybSAlJVhQSV9YUElESVIlJS9tb2R1bGVzL3R5cGVfcmVjb3JkcwpYQGRpcnJt ICUlWFBJX1hQSURJUiUlL21vZHVsZXMvZW5naW5lcwpYQGRpcnJtICUlWFBJX1hQSURJUiUlL21v ZHVsZXMvYmFzZV9yZWNvcmRzClhAZGlycm0gJSVYUElfWFBJRElSJSUvbW9kdWxlcwpYQGRpcnJt ICUlWFBJX1hQSURJUiUlL2NvbXBvbmVudHMKWEBkaXJybSAlJVhQSV9YUElESVIlJS9kZWZhdWx0 cy9wcmVmZXJlbmNlcwpYQGRpcnJtICUlWFBJX1hQSURJUiUlL2RlZmF1bHRzClhAZGlycm0gJSVY UElfWFBJRElSJSUvY2hyb21lClhAZGlycm0gJSVYUElfWFBJRElSJSUKWEBkaXJybXRyeSBsaWIv eHBpCjQxZThlNmViMWMwZmVlOTkzOThiZmYwODFmMzVmMGRhCmVjaG8geCAtIHdlYXZlL3BrZy1k ZXNjcgpzZWQgJ3MvXlgvLycgPndlYXZlL3BrZy1kZXNjciA8PCAnYzgzOTJiYzRjMzFjNDVkMTMx NDA2N2Y0MzYyZmE1YmInClhXZWF2ZSBpcyBhIE1vemlsbGEgTGFicyBwcm9qZWN0IHRvIGV4cGxv cmUgd2F5cyBpbiB3aGljaApYdGhlIGJyb3dzZXIgY2FuIGJyb2tlciByaWNoZXIgZXhwZXJpZW5j ZXMgb24gdGhlIFdlYiwKWGJ5IGludGVncmF0aW5nIG1vcmUgY2xvc2VseSB3aXRoIG9ubGluZSBz ZXJ2aWNlcy4KWApYV1dXOiBodHRwOi8vbGFicy5tb3ppbGxhLmNvbS93ZWF2ZS8KYzgzOTJiYzRj MzFjNDVkMTMxNDA2N2Y0MzYyZmE1YmIKZWNobyB4IC0gd2VhdmUvZGlzdGluZm8Kc2VkICdzL15Y Ly8nID53ZWF2ZS9kaXN0aW5mbyA8PCAnMTFmNzcwNThkMTU0ODhmNmNiOWQ0YTYyMDQ2MWRmYjIn ClhNRDUgKHdlYXZlLTAuOC50YXIuYnoyKSA9IGVlNjdmNzFjYmM3YzMwYjQ0YjgzNDZmMDJlNjQ0 ZmQ4ClhTSEEyNTYgKHdlYXZlLTAuOC50YXIuYnoyKSA9IGQ1YTI2OGVjY2QxNzdjYTI1OTk3YTdk ZmQzYmIyMWQxZmNjOTYxODVhY2Q4OGE2Y2E4Yzk3ZmRhMzhiOWRjMmMKWFNJWkUgKHdlYXZlLTAu OC50YXIuYnoyKSA9IDQyNTcxMwoxMWY3NzA1OGQxNTQ4OGY2Y2I5ZDRhNjIwNDYxZGZiMgplY2hv IGMgLSB3ZWF2ZS9maWxlcwpta2RpciAtcCB3ZWF2ZS9maWxlcyA+IC9kZXYvbnVsbCAyPiYxCmVj aG8geCAtIHdlYXZlL2ZpbGVzL3BhdGNoLWNyeXB0by1zcmMtTWFrZWZpbGUKc2VkICdzL15YLy8n ID53ZWF2ZS9maWxlcy9wYXRjaC1jcnlwdG8tc3JjLU1ha2VmaWxlIDw8ICc0NTE2MmViNjVmYzUy MmYxYzZiMGM1M2E4OGRkMDJlMycKWC0tLSBjcnlwdG8vc3JjL01ha2VmaWxlLm9yaWcgICAgMjAw OS0wOC0yNyAyMjowODoxOC4wMDAwMDAwMDAgKzAyMDAKWCsrKyBjcnlwdG8vc3JjL01ha2VmaWxl IDIwMDktMDktMTggMjE6NTI6MDYuMDAwMDAwMDAwICswMjAwClhAQCAtNDUsNiArNDUsMTAgQEAK WCBzeXMgOj0gJChzaGVsbCB1bmFtZSAtcykKWCB3aW5jZSA9ICQoV0lOQ0UpClggClgraWZlcSAo JChzeXMpLCBGcmVlQlNEKQpYKyAgeHBpZGwgPSAkKFBSRUZJWCkvbGliL2xpYnh1bC94cGlkbCAt SSQoUFJFRklYKS9zaGFyZS9pZGwvZmlyZWZveDMvc3RhYmxlClgrZW5kaWYKWCsKWCBpZmVxICgk KHdpbmNlKSwgMSkKWCAgIG9zID0gV0lOTlQKWCAgIGN4eCA9ICQoc2RrZGlyKS9zZGsvYmluL2Fy bS13aW5jZS1nY2MKWEBAIC02Niw2ICs3MCwxNCBAQApYICAgc28gPSBzbwpYICAgY3BwZmxhZ3Mg Kz0gLXNoYXJlZApYIGVsc2UKWCtpZmVxICgkKHN5cyksIEZyZWVCU0QpClgrICBvcyA9IEZyZWVC U0QKWCsgIGNvbXBpbGVyID0gZ2NjMwpYKyAgY3h4ID0gYysrClgrICBzbyA9IHNvClgrICBjcHBm bGFncyArPSAtc2hhcmVkClgrICBsZGZsYWdzICs9IC1MJChQUkVGSVgpL2xpYi9maXJlZm94MyAt TCQoUFJFRklYKS9saWIgLWxjClgrZWxzZQpYIGlmZXEgKCQoc3lzKSwgTUlOR1czMl9OVC02LjEp ClggICBvcyA9IFdJTk5UClggICBjb21waWxlciA9IG1zdmMKWEBAIC05Miw2ICsxMDQsNyBAQApY IGVuZGlmClggZW5kaWYKWCBlbmRpZgpYK2VuZGlmClggClggIyBBcmNoIGRldGVjdGlvbgpYIApY QEAgLTEyMSw2ICsxMzQsOSBAQApYIGlmZXEgKCQobWFjaGluZSksIHg4Nl82NCkKWCAgIGFyY2gg PSB4ODZfNjQKWCBlbHNlClgraWZlcSAoJChtYWNoaW5lKSwgYW1kNjQpClgrICBhcmNoID0geDg2 XzY0ClgrZWxzZQpYICAgJChlcnJvcjogU29ycnksIHlvdXIgYXJjaGl0ZWN0dXJlIGlzIHVua25v d24vdW5zdXBwb3J0ZWQ6ICQobWFjaGluZSkpClggZW5kaWYKWCBlbmRpZgpYQEAgLTEzMCw2ICsx NDYsNyBAQApYIGVuZGlmClggZW5kaWYKWCBlbmRpZgpYK2VuZGlmClggClggIyBVbml2ZXJzYWwg YmluYXJ5IHNvIG5vIG5lZWQgZm9yICQoYXJjaCkgZm9yIERhcndpbgpYIApYQEAgLTE4OCw2ICsy MDUsMTMgQEAKWCAgICAgICAgICAgLUkkKHNka2RpcikvaW5jbHVkZS9uc3ByIFwKWCAgICAgICAg ICAgLUkkKHNka2Rpcikvc2RrL2luY2x1ZGUKWCAKWCtpZmVxICgkKHN5cyksIEZyZWVCU0QpClgr ICBoZWFkZXJzICs9IC1JJChQUkVGSVgpL2luY2x1ZGUvZmlyZWZveDMvc3RhYmxlIFwKWCsgICAg ICAgICAgICAgLUkkKFBSRUZJWCkvaW5jbHVkZS9uc3ByIFwKWCsgICAgICAgICAgICAgLUkkKFBS RUZJWCkvaW5jbHVkZS9uc3MgXApYKyAgICAgICAgICAgICAtSSQoUFJFRklYKS9pbmNsdWRlL2Zp cmVmb3gzL3Vuc3RhYmxlClgrZW5kaWYKWCsKWCAjIGxpYnJhcmllcwpYIGxpYmRpcnMgOj0gJChz ZGtkaXIpL2xpYiAkKHNka2RpcikvYmluClggaWZlcSAoJCh3aW5jZSksMSkKWEBAIC0yMDIsNiAr MjI2LDEwIEBAClggClggaWZlcSAoJChvcyksIExpbnV4KQpYICAgbGlicyA6PSB4cGNvbV9jb3Jl ICQobGlicykKWCtlbHNlClgraWZlcSAoJChvcyksIEZyZWVCU0QpClgrICBsaWJzIDo9IHhwY29t ICQobGlicykKWCtlbmRpZgpYIGVuZGlmClggClggIyBjb21waWxlciBhbmQgTGlua2VyIEZsYWdz ClhAQCAtMjY0LDYgKzI5MiwyNSBAQApYICAgICAgICAgICAgICAkKHNka2RpcikvbGliL2xpYnhw Y29tZ2x1ZV9zLmEgXApYICAgICAgICAgICAgICAkKGxpYmRpcnMpICQobGlicykKWCBlbHNlClgr aWZlcSAoJChvcyksIEZyZWVCU0QpClgrICBsaWJkaXJzIDo9ICQocGF0c3Vic3QgJSwtTCUsJChs aWJkaXJzKSkKWCsgIGxpYnMgOj0gJChwYXRzdWJzdCAlLC1sJSwkKGxpYnMpKQpYKyAgY3BwZmxh Z3MgKz0gLXBpcGUgLU8yIFwKWCsgICAgICAgICAgICAgIC1mUElDIC1mbm8tcnR0aSAtZm5vLWV4 Y2VwdGlvbnMgLWZuby1zdHJpY3QtYWxpYXNpbmcgXApYKyAgICAgICAgICAgICAgLWZuby1jb21t b24gLXB0aHJlYWQgXApYKyAgICAgICAgICAgICAgLVdhbGwgLVdjb252ZXJzaW9uIC1XcG9pbnRl ci1hcml0aCAtV292ZXJsb2FkZWQtdmlydHVhbCAtV3N5bnRoIFwKWCsgICAgICAgICAgICAgIC1X bm8tY3Rvci1kdG9yLXByaXZhY3kgLVduby1ub24tdmlydHVhbC1kdG9yIC1XY2FzdC1hbGlnbiBc ClgrICAgICAgICAgICAgICAtV25vLWxvbmctbG9uZyBcClgrICAgICAgICAgICAgICAtaW5jbHVk ZSB4cGNvbS1jb25maWcuaCAkKGhlYWRlcnMpIFwKWCsgICAgICAgICAgICAgIC1mc2hvcnQtd2No YXIKWCsgIGxkZmxhZ3MgKz0gLXB0aHJlYWQgLXBpcGUgLURNT1pJTExBX1NUUklDVF9BUEkgXApY KyAgICAgICAgICAgICAtV2wsLWRlYWRfc3RyaXAgXApYKyAgICAgICAgICAgICAtV2wsLWV4cG9y dGVkX3N5bWJvbCBcClgrICAgICAgICAgICAgIC1XbCwteixkZWZzIC1XbCwtaCxXZWF2ZUNyeXB0 by5zbyBcClgrICAgICAgICAgICAgIC1XbCwtcnBhdGgtbGluaywkKHNka2RpcikvYmluIFwKWCsg ICAgICAgICAgICAgJChzZGtkaXIpL2xpYi9saWJ4cGNvbWdsdWVfcy5hIFwKWCsgICAgICAgICAg ICAgJChsaWJkaXJzKSAkKGxpYnMpClgrZWxzZQpYIGlmZXEgKCQob3MpLCBTdW5PUykKWCAgIGxp YmRpcnMgOj0gJChwYXRzdWJzdCAlLC1MJSwkKGxpYmRpcnMpKQpYICAgbGlicyA6PSAkKHBhdHN1 YnN0ICUsLWwlLCQobGlicykpClhAQCAtMzAzLDYgKzM1MCw3IEBAClggZW5kaWYKWCBlbmRpZgpY IGVuZGlmClgrZW5kaWYKWCAKWCAjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjClggClhAQCAtMzYxLDYgKzQwOSwxMSBA QApYICAgICAgICAkKGN4eCkgJChjcHBmbGFncykgLW8gJEAgJChjcHBfc291cmNlcykgJChsZGZs YWdzKQpYICAgICAgICBjaG1vZCAreCAkQApYIGVsc2UKWCtpZmVxICgkKG9zKSwgRnJlZUJTRCkK WCsgICQoc29fdGFyZ2V0KTogJChpZGxfaGVhZGVycykKWCsJJChjeHgpICQoY3BwZmxhZ3MpIC1v ICRAICQoY3BwX3NvdXJjZXMpICQobGRmbGFncykKWCsJY2htb2QgK3ggJEAKWCtlbHNlClggaWZl cSAoJChvcyksIFN1bk9TKQpYICAgJChzb190YXJnZXQpOiAkKGlkbF9oZWFkZXJzKQpYICAgICAg ICAkKGN4eCkgJChjcHBmbGFncykgLW8gJEAgJChjcHBfc291cmNlcykgJChsZGZsYWdzKQpYQEAg LTM4MCwzICs0MzMsNCBAQApYIGVuZGlmClggZW5kaWYKWCBlbmRpZgpYK2VuZGlmCjQ1MTYyZWI2 NWZjNTIyZjFjNmIwYzUzYTg4ZGQwMmUzCmVjaG8geCAtIHdlYXZlL2ZpbGVzL3BhdGNoLU1ha2Vm aWxlCnNlZCAncy9eWC8vJyA+d2VhdmUvZmlsZXMvcGF0Y2gtTWFrZWZpbGUgPDwgJzJiYmIzNzc0 OTlhY2JiN2RkYjkxNWYwNzNiZTJkMzhiJwpYLS0tIE1ha2VmaWxlLm9yaWcJMjAwOS0xMC0wMSAw MToxOTozMy4wMDAwMDAwMDAgKzAwMDAKWCsrKyBNYWtlZmlsZQkyMDA5LTEwLTA0IDE5OjQ5OjA0 LjAwMDAwMDAwMCArMDAwMApYQEAgLTY0LDcgKzY0LDcgQEAKWCBidWlsZGlkX3Nob3J0IDo9ICQo YnVpbGRpZCkKWCBpZmVxICgkKGJ1aWxkaWQpLCkKWCAgIGRhdGUgICAgOj0gJChzaGVsbCBkYXRl IC11ICslWSVtJWQlSCVNKQpYLSAgcmV2aWQgICA6PSAkKHNoZWxsIGhnIHRpcCAtLXRlbXBsYXRl ICd7bm9kZXxzaG9ydH0nKQpYKyAgcmV2aWQgICA6PSBiYzE4NTdmYjY3NTQKWCAgIGJ1aWxkaWQg Oj0gJChkYXRlKS0kKHJldmlkKQpYICAgYnVpbGRpZF9zaG9ydCA6PSAkKGRhdGUpClggZW5kaWYK MmJiYjM3NzQ5OWFjYmI3ZGRiOTE1ZjA3M2JlMmQzOGIKZWNobyB4IC0gd2VhdmUvTWFrZWZpbGUK c2VkICdzL15YLy8nID53ZWF2ZS9NYWtlZmlsZSA8PCAnZTExMzg4ZWI4N2ZkNmVjNTc0ZGFkYjFl ZDY4OWEyZmMnClgjIE5ldyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjoJd2VhdmUKWCMg RGF0ZSBjcmVhdGVkOgkJCQkzMSBBdWcgMjAwOQpYIyBXaG9tOgkJCQkJR3J6ZWdvcnogQmxhY2gg PG1hZ2lrQHJvb3JiYWNrLm5ldD4KWCMKWCMgJEZyZWVCU0Q6IHBvcnRzL3d3dy93ZWF2ZS9NYWtl ZmlsZSx2IDEuMiAyMDA5LzEwLzI1IDA5OjIzOjE5IGVyd2luIEV4cCAkClgjClgKWFBPUlROQU1F PQl3ZWF2ZQpYUE9SVFZFUlNJT049CTAuOApYQ0FURUdPUklFUz0Jd3d3ClhNQVNURVJfU0lURVM9 CWh0dHA6Ly9maWxlcy5yb29yYmFjay5uZXQvIFwKWAkJTE9DQUwvZ2xhcmtpbgpYClhNQUlOVEFJ TkVSPQltYWdpa0Byb29yYmFjay5uZXQKWENPTU1FTlQ9CU1vemlsbGEgV2VhdmUgZXh0ZW5zaW9u ClgKWEJVSUxEX0RFUEVORFM9CSR7TE9DQUxCQVNFfS9saWIvZmlyZWZveDMvZmlyZWZveDoke1BP UlRTRElSfS93d3cvZmlyZWZveDM1IFwKWAkJJHtMT0NBTEJBU0V9L2xpYi9saWJ4dWwveHBpZGw6 JHtQT1JUU0RJUn0vd3d3L2xpYnh1bApYUlVOX0RFUEVORFM9CSR7QlVJTERfREVQRU5EU30KWApY T05MWV9GT1JfQVJDSFM9CWkzODYgYW1kNjQKWFVTRV9CWklQMj0JeWVzClhVU0VfR01BS0U9CXll cwpYClguaW5jbHVkZSA8YnNkLnBvcnQub3B0aW9ucy5taz4KWApYLmlmICR7QVJDSH0gPT0gaTM4 NgpYUExBVEZPUk09CUZyZWVCU0RfeDg2LWdjYzMKWC5lbGlmICR7QVJDSH0gPT0gYW1kNjQKWFBM QVRGT1JNPQlGcmVlQlNEX3g4Nl82NC1nY2MzClguZW5kaWYKWApYR01BS0VfRkxBR1M9CXNka2Rp cj0ke1BSRUZJWH0vbGliL2ZpcmVmb3gzL3NkayByZWJ1aWxkX2NyeXB0bz0xIHJlbGVhc2VfYnVp bGQ9MSBwbGF0Zm9ybV90YXJnZXQ9JHtQTEFURk9STX0KWEFMTF9UQVJHRVQ9CSR7R01BS0VfRkxB R1N9IGJ1aWxkClhJTlNUQUxMX1RBUkdFVD0JJHtHTUFLRV9GTEFHU30geHBpClgKWFhQSV9JRD0J CXszNDBjMmJiYy1jZTc0LTQzNjItOTBiNS03YzI2MzEyODA4ZWZ9ClhYUElfRElSPQkke1BSRUZJ WH0vbGliL3hwaS8ke1hQSV9JRH0KWApYUExJU1RfU1VCKz0JWFBJX1hQSURJUj0iJHtYUElfRElS OlMsXiR7UFJFRklYfS8sLH0iIFwKWAkJWFBJX1hQSUlEPSR7WFBJX0lEfSBcClgJCVBMQVRGT1JN PSR7UExBVEZPUk19ClgKWHBvc3QtaW5zdGFsbDoKWAkke01LRElSfSAke1hQSV9ESVJ9ClgJKGNk ICR7WFBJX0RJUn07IHRhciAteGYgJHtXUktTUkN9L2Rpc3QveHBpL3dlYXZlLSR7UE9SVFZFUlNJ T059LXJlbC54cGkpClgJJHtDSE9XTn0gLVIgJHtTSEFSRU9XTn06JHtTSEFSRUdSUH0gJHtYUElf RElSfS8KWAkke0NITU9EfSAtUiBhK3JYLGdvLXcgJHtYUElfRElSfS8KWAkke01LRElSfSAke1BS RUZJWH0vbGliL2ZpcmVmb3gzL2V4dGVuc2lvbnMKWAkke0xOfSAtc2YgJHtYUElfRElSfSAke1BS RUZJWH0vbGliL2ZpcmVmb3gzL2V4dGVuc2lvbnMKWApYLmluY2x1ZGUgPGJzZC5wb3J0LnByZS5t az4KWApYLmlmICR7T1NWRVJTSU9OfSA8IDcwMDAwMApYQlJPS0VOPQkJZG9lcyBub3QgYnVpbGQK WC5lbmRpZgpYClguaW5jbHVkZSA8YnNkLnBvcnQucG9zdC5taz4KZTExMzg4ZWI4N2ZkNmVjNTc0 ZGFkYjFlZDY4OWEyZmMKZXhpdAoK --=_c7b1cca80f954f7c67ea6ffb5ba14158-- From sylvio at FreeBSD.org Thu Nov 5 21:06:48 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 21:06:55 2009 Subject: ports/140184: [patch] Update net/linux-nx-client to 3.4.0 Message-ID: <200911052106.nA5L6m1D006435@freefall.freebsd.org> Synopsis: [patch] Update net/linux-nx-client to 3.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 21:06:48 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140184 From sylvio at FreeBSD.org Thu Nov 5 22:26:04 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 22:26:10 2009 Subject: ports/140319: [PATCH] net/miniupnpd: update to 1.4 Message-ID: <200911052226.nA5MQ3Vn075112@freefall.freebsd.org> Synopsis: [PATCH] net/miniupnpd: update to 1.4 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 22:26:03 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140319 From sylvio at FreeBSD.org Thu Nov 5 22:29:00 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 22:29:08 2009 Subject: ports/140318: Maintainer update: devel/php-xdebug Message-ID: <200911052228.nA5MSxGf075220@freefall.freebsd.org> Synopsis: Maintainer update: devel/php-xdebug Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 22:28:59 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140318 From sylvio at FreeBSD.org Thu Nov 5 22:40:36 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 22:40:43 2009 Subject: ports/140099: databases/tokyotyrant : Upgrade to 1.1.37 Message-ID: <200911052240.nA5Meajq089122@freefall.freebsd.org> Synopsis: databases/tokyotyrant : Upgrade to 1.1.37 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 22:40:35 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140099 From sylvio at FreeBSD.org Thu Nov 5 22:45:25 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 22:45:32 2009 Subject: ports/140013: Update of deskutils/alexandria to version 0.6.5 Message-ID: <200911052245.nA5MjPl9093102@freefall.freebsd.org> Synopsis: Update of deskutils/alexandria to version 0.6.5 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 22:45:24 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140013 From sylvio at FreeBSD.org Thu Nov 5 22:48:47 2009 From: sylvio at FreeBSD.org (sylvio@FreeBSD.org) Date: Thu Nov 5 22:48:53 2009 Subject: ports/138716: [PATCH] net/fspd: update to 2.8.1.25 Message-ID: <200911052248.nA5MmkxK093219@freefall.freebsd.org> Synopsis: [PATCH] net/fspd: update to 2.8.1.25 Responsible-Changed-From-To: freebsd-ports-bugs->sylvio Responsible-Changed-By: sylvio Responsible-Changed-When: Thu Nov 5 22:48:46 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138716 From sahil at tandon.net Fri Nov 6 00:00:13 2009 From: sahil at tandon.net (Sahil Tandon) Date: Fri Nov 6 00:00:19 2009 Subject: ports/140323: [PATCH] sysutils/tmux: update to 1.1 and slightly refactor port Message-ID: <20091105235508.702F017093@spartan.hamla.org> >Number: 140323 >Category: ports >Synopsis: [PATCH] sysutils/tmux: update to 1.1 and slightly refactor port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 00:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 1.1 - Reduce "noise" (textual output) during install - Replace files/patch-configure with ${REINPLACE_CMD} in Makefile - Replace pkg-plist with definition of PLIST_FILES, PORTDOCS and PORTEXAMPLES in Makefile >How-To-Repeat: >Fix: --- tmux.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/tmux/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 16 Oct 2009 14:06:41 -0000 1.12 +++ Makefile 5 Nov 2009 23:49:17 -0000 @@ -6,8 +6,7 @@ # PORTNAME= tmux -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,23 +17,30 @@ MAN1= tmux.1 +PLIST_FILES= bin/tmux + +PORTDOCS= CHANGES FAQ NOTES +PORTEXAMPLES= * + +post-patch: + @${REINPLACE_CMD} -e '/^#define HAVE_TREE_H/d' \ + ${WRKSRC}/configure + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1 + @${INSTALL_PROGRAM} ${WRKSRC}/tmux ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/tmux.1 ${MANPREFIX}/man/man1 post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in CHANGES FAQ NOTES - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} -.for i in h-boetes.conf n-marriott.sh n-marriott.conf screen-keys.conf tmux.vim - ${INSTALL_DATA} ${WRKSRC}/examples/${i} ${EXAMPLESDIR} -.endfor + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/tmux/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 14 Oct 2009 14:01:00 -0000 1.10 +++ distinfo 5 Nov 2009 23:49:17 -0000 @@ -1,3 +1,3 @@ -MD5 (tmux-1.0.tar.gz) = 716b12d9ea052f57d917bf2869d419df -SHA256 (tmux-1.0.tar.gz) = f260fef8293b3eec795b21d3b561049b758c482dc6a04dba09fdce10ef8d3a6b -SIZE (tmux-1.0.tar.gz) = 215329 +MD5 (tmux-1.1.tar.gz) = faf2fc52ac3ae63d899f6fece2c112cd +SHA256 (tmux-1.1.tar.gz) = b3626ecb74185c5764be658fd359c3fe29ffbe5d1936de81d6628b686558436a +SIZE (tmux-1.1.tar.gz) = 230955 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 16 Oct 2009 14:06:41 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ -bin/tmux -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/NOTES -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/h-boetes.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/n-marriott.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/screen-keys.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tmux.vim -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% Index: files/patch-configure =================================================================== RCS file: files/patch-configure diff -N files/patch-configure --- files/patch-configure 14 Oct 2009 14:01:00 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ ---- configure.orig 2009-10-11 09:21:43.000000000 +0800 -+++ configure 2009-10-11 09:22:11.000000000 +0800 -@@ -212,7 +212,6 @@ - #define HAVE_STRLCPY - #define HAVE_STRTONUM - #define HAVE_STRSEP --#define HAVE_TREE_H - #define HAVE_U_INT - EOF - cat <>$CONFIG_MK --- tmux.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 00:00:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 00:00:32 2009 Subject: ports/140323: [PATCH] sysutils/tmux: update to 1.1 and slightly refactor port Message-ID: <200911060000.nA600PR2053212@freefall.freebsd.org> Synopsis: [PATCH] sysutils/tmux: update to 1.1 and slightly refactor port Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 00:00:24 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140323 From leeym at FreeBSD.org Fri Nov 6 00:30:05 2009 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Fri Nov 6 00:30:11 2009 Subject: ports/140324: [PATCH] devel/p5-Date-Calc: update to 6.3 Message-ID: <200911060020.nA60KYsP051220@cn1.leeym.com> >Number: 140324 >Category: ports >Synopsis: [PATCH] devel/p5-Date-Calc: update to 6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 00:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 >Description: - Update to 6.3 Port maintainer (hideo@lastamericanempire.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Date-Calc-6.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Date-Calc/Makefile,v retrieving revision 1.18 diff -u -d -b -w -u -r1.18 Makefile --- Makefile 22 Oct 2009 15:05:59 -0000 1.18 +++ Makefile 6 Nov 2009 00:20:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Date-Calc -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Date-Calc/distinfo,v retrieving revision 1.11 diff -u -d -b -w -u -r1.11 distinfo --- distinfo 22 Oct 2009 15:05:59 -0000 1.11 +++ distinfo 6 Nov 2009 00:20:30 -0000 @@ -1,3 +1,3 @@ -MD5 (Date-Calc-6.2.tar.gz) = 30dcf4c06c5d35466ee2b9956d2c4b4c -SHA256 (Date-Calc-6.2.tar.gz) = 09759b6cae48adbb9f4c665b5fab70e21cf5974d4f73cf3dc5594e38372badf5 -SIZE (Date-Calc-6.2.tar.gz) = 169426 +MD5 (Date-Calc-6.3.tar.gz) = 9b64555b7051c1beb6b61daead2d01b3 +SHA256 (Date-Calc-6.3.tar.gz) = 3eb66188af89abc65b71e9852808d5d6b4bea7a606c55f2ae52c229bfc5bdb93 +SIZE (Date-Calc-6.3.tar.gz) = 168967 --- p5-Date-Calc-6.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 00:30:15 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 00:30:22 2009 Subject: ports/140324: [PATCH] devel/p5-Date-Calc: update to 6.3 Message-ID: <200911060030.nA60UFYn079210@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-Date-Calc: update to 6.3 Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 00:30:14 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140324 From sahil at tandon.net Fri Nov 6 03:40:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Fri Nov 6 03:40:11 2009 Subject: ports/140327: [PATCH] devel/bugzilla: update to 3.4.3 Message-ID: <20091106033326.BEEB51708E@spartan.hamla.org> >Number: 140327 >Category: ports >Synopsis: [PATCH] devel/bugzilla: update to 3.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 03:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 3.4.3 >How-To-Repeat: >Fix: --- bugzilla.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/bugzilla/Makefile,v retrieving revision 1.65 diff -u -r1.65 Makefile --- Makefile 17 Sep 2009 13:30:01 -0000 1.65 +++ Makefile 6 Nov 2009 03:30:57 -0000 @@ -6,7 +6,7 @@ # PORTNAME?= bugzilla -PORTVERSION?= 3.4.2 +PORTVERSION?= 3.4.3 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/bugzilla/distinfo,v retrieving revision 1.34 diff -u -r1.34 distinfo --- distinfo 17 Sep 2009 13:30:01 -0000 1.34 +++ distinfo 6 Nov 2009 03:30:57 -0000 @@ -1,3 +1,3 @@ -MD5 (bugzilla-3.4.2.tar.gz) = db35a67b7470f46f208b9ecb1abc561b -SHA256 (bugzilla-3.4.2.tar.gz) = b261dfc88dfc81274789e07d323f8c971a80d4444afb6b33b86c6813d98bb608 -SIZE (bugzilla-3.4.2.tar.gz) = 2466278 +MD5 (bugzilla-3.4.3.tar.gz) = 99a3fec50673489d8c8f7fee5d7cb0a3 +SHA256 (bugzilla-3.4.3.tar.gz) = a2ab0e61e079d7aa316a4f70b2839f529fbca9444a6f66b3796f7c29d2aaf6ee +SIZE (bugzilla-3.4.3.tar.gz) = 2466883 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/bugzilla/pkg-plist,v retrieving revision 1.33 diff -u -r1.33 pkg-plist --- pkg-plist 17 Sep 2009 13:30:01 -0000 1.33 +++ pkg-plist 6 Nov 2009 03:30:57 -0000 @@ -41,7 +41,6 @@ %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Search/Saved.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Status.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template.html -%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Parser.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Hook.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/User.html @@ -263,7 +262,6 @@ %%BUGZILLADIR%%/Bugzilla/Series.pm %%BUGZILLADIR%%/Bugzilla/Status.pm %%BUGZILLADIR%%/Bugzilla/Template.pm -%%BUGZILLADIR%%/Bugzilla/Template/Parser.pm %%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm %%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm %%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm --- bugzilla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 03:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 03:40:21 2009 Subject: ports/140327: [PATCH] devel/bugzilla: update to 3.4.3 Message-ID: <200911060340.nA63eEgS042974@freefall.freebsd.org> Synopsis: [PATCH] devel/bugzilla: update to 3.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 03:40:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140327 From sahil at tandon.net Fri Nov 6 03:50:02 2009 From: sahil at tandon.net (Sahil Tandon) Date: Fri Nov 6 03:50:09 2009 Subject: ports/140328: [PATCH] sysutils/fio: update to 1.25 Message-ID: <20091106034915.DA6A31708E@spartan.hamla.org> >Number: 140328 >Category: ports >Synopsis: [PATCH] sysutils/fio: update to 1.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 03:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 1.25 >How-To-Repeat: >Fix: --- fio.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/fio/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 16 Mar 2009 09:38:21 -0000 1.2 +++ Makefile 6 Nov 2009 03:46:53 -0000 @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 1.24 +PORTVERSION= 1.25 CATEGORIES= sysutils MASTER_SITES= http://brick.kernel.dk/snaps/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/fio/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 14 Feb 2009 19:32:30 -0000 1.1 +++ distinfo 6 Nov 2009 03:46:53 -0000 @@ -1,3 +1,3 @@ -MD5 (fio-1.24.tar.gz) = bcaf7367e04a5777ff350f02e256d394 -SHA256 (fio-1.24.tar.gz) = 6e67f90ff8af03a2eab782cae57d93f4c5c0d3f3eabc7855298aa9b3643b545e -SIZE (fio-1.24.tar.gz) = 1446301 +MD5 (fio-1.25.tar.gz) = de2689cb3af10eac6912b908ca4e0f4b +SHA256 (fio-1.25.tar.gz) = 11d632542582aec55591555d53059b3a6793913469a8de8cb0883fff5f1f4a8d +SIZE (fio-1.25.tar.gz) = 1468706 --- fio.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 03:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 03:50:19 2009 Subject: ports/140328: [PATCH] sysutils/fio: update to 1.25 Message-ID: <200911060350.nA63oCmB050660@freefall.freebsd.org> Synopsis: [PATCH] sysutils/fio: update to 1.25 Responsible-Changed-From-To: freebsd-ports-bugs->luigi Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 03:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140328 From sahil at tandon.net Fri Nov 6 04:00:15 2009 From: sahil at tandon.net (Sahil Tandon) Date: Fri Nov 6 04:00:26 2009 Subject: ports/140329: [PATCH] devel/p5-File-ChangeNotify: update to 0.08 Message-ID: <20091106035956.E4CCD1708E@spartan.hamla.org> >Number: 140329 >Category: ports >Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.08 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 04:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.08 >How-To-Repeat: >Fix: --- p5-File-ChangeNotify.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 14 Aug 2009 20:08:48 -0000 1.1 +++ Makefile 6 Nov 2009 03:58:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= File-ChangeNotify -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,7 +23,8 @@ File::ChangeNotify::Event.3 \ File::ChangeNotify::Watcher.3 \ File::ChangeNotify::Watcher::Inotify.3 \ - File::ChangeNotify::Watcher::Default.3 + File::ChangeNotify::Watcher::Default.3 \ + File::ChangeNotify::Watcher::KQueue.3 PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 14 Aug 2009 20:08:48 -0000 1.1 +++ distinfo 6 Nov 2009 03:58:39 -0000 @@ -1,3 +1,3 @@ -MD5 (File-ChangeNotify-0.07.tar.gz) = 1459d99d91420d14d75bb5d000aa3aa2 -SHA256 (File-ChangeNotify-0.07.tar.gz) = 9e4243b955e5d079d83761b45401e4793348016b9a09625f282682187bf67462 -SIZE (File-ChangeNotify-0.07.tar.gz) = 10440 +MD5 (File-ChangeNotify-0.08.tar.gz) = 93d28e3351f7812acff1e9b429b57d3b +SHA256 (File-ChangeNotify-0.08.tar.gz) = 801823323386aae78a6b5740dde1098b48e9c54b008d2f9cfb42ba7b6f11499c +SIZE (File-ChangeNotify-0.08.tar.gz) = 16902 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-File-ChangeNotify/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 14 Aug 2009 20:08:48 -0000 1.1 +++ pkg-plist 6 Nov 2009 03:58:39 -0000 @@ -3,6 +3,7 @@ %%SITE_PERL%%/File/ChangeNotify/Watcher.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File --- p5-File-ChangeNotify.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 04:00:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 04:00:36 2009 Subject: ports/140329: [PATCH] devel/p5-File-ChangeNotify: update to 0.08 Message-ID: <200911060400.nA640TXT059870@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-File-ChangeNotify: update to 0.08 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 04:00:29 UTC 2009 Responsible-Changed-Why: itetcu@ wants his PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140329 From linimon at FreeBSD.org Fri Nov 6 04:29:49 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Fri Nov 6 04:29:56 2009 Subject: ports/140267: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Message-ID: <200911060429.nA64TmdT084084@freefall.freebsd.org> Synopsis: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage State-Changed-From-To: closed->open State-Changed-By: linimon State-Changed-When: Fri Nov 6 04:27:50 UTC 2009 State-Changed-Why: Superses ports/140096. Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 6 04:27:50 UTC 2009 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=140267 From linimon at FreeBSD.org Fri Nov 6 04:32:22 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Fri Nov 6 04:32:28 2009 Subject: ports/140321: databases/php5-mysql: php alert Message-ID: <200911060432.nA64WLbS093454@freefall.freebsd.org> Old Synopsis: PHP ALERT New Synopsis: databases/php5-mysql: php alert Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 6 04:32:01 UTC 2009 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=140321 From beat at FreeBSD.org Fri Nov 6 08:44:09 2009 From: beat at FreeBSD.org (beat@FreeBSD.org) Date: Fri Nov 6 08:44:15 2009 Subject: ports/140267: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Message-ID: <200911060844.nA68i8Dt044031@freefall.freebsd.org> Synopsis: Update net-im/pidgin-facebookchat to 1.62, fixes protocol breakage Responsible-Changed-From-To: freebsd-ports-bugs->beat Responsible-Changed-By: beat Responsible-Changed-When: Fri Nov 6 08:44:08 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=140267 From leeym at FreeBSD.org Fri Nov 6 09:50:03 2009 From: leeym at FreeBSD.org (Yen-Ming Lee) Date: Fri Nov 6 09:50:09 2009 Subject: ports/140330: [PATCH] devel/p5-common-sense: update to 2.02 Message-ID: <200911060948.nA69mVV8087905@cn1.leeym.com> >Number: 140330 >Category: ports >Synopsis: [PATCH] devel/p5-common-sense: update to 2.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 09:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 >Description: - Update to 2.02 Port maintainer (mons@cpan.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-common-sense-2.02.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-common-sense/Makefile,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 Makefile --- Makefile 13 Aug 2009 15:07:24 -0000 1.1 +++ Makefile 6 Nov 2009 09:48:28 -0000 @@ -6,7 +6,7 @@ # PORTNAME= common-sense -PORTVERSION= 0.04 +PORTVERSION= 2.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/ML/MLEHMANN Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-common-sense/distinfo,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 distinfo --- distinfo 13 Aug 2009 15:07:24 -0000 1.1 +++ distinfo 6 Nov 2009 09:48:28 -0000 @@ -1,3 +1,3 @@ -MD5 (common-sense-0.04.tar.gz) = 53b913c385384b17cd439a01b3d323e9 -SHA256 (common-sense-0.04.tar.gz) = e2a8a6d8a7f9ec480e9dc01366e2f5bb95ee73fca6a2e2428aa280603f1485fa -SIZE (common-sense-0.04.tar.gz) = 4576 +MD5 (common-sense-2.02.tar.gz) = e369d98ff1ccbf5b0911756a4493b4ca +SHA256 (common-sense-2.02.tar.gz) = 2633233fd9e450fb723415fff56ef86438fba72ccf9baaaa7d77f4b624dbfb3c +SIZE (common-sense-2.02.tar.gz) = 9873 --- p5-common-sense-2.02.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 09:50:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 09:50:17 2009 Subject: ports/140330: [PATCH] devel/p5-common-sense: update to 2.02 Message-ID: <200911060950.nA69oBbE079642@freefall.freebsd.org> Synopsis: [PATCH] devel/p5-common-sense: update to 2.02 Responsible-Changed-From-To: freebsd-ports-bugs->leeym Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 09:50:11 UTC 2009 Responsible-Changed-Why: Submitter has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140330 From sbrabez at gmail.com Fri Nov 6 11:00:13 2009 From: sbrabez at gmail.com (Sofian Brabez) Date: Fri Nov 6 11:00:46 2009 Subject: ports/140331: [patch] security/py-paramiko: update to 1.7.6 Message-ID: <20091106105046.F3E654C001@zimbra.ifr.lan> >Number: 140331 >Category: ports >Synopsis: [patch] security/py-paramiko: update to 1.7.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 11:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sofian Brabez >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #1: Wed Oct 14 16:43:03 CEST 2009 >Description: - Update to 1.7.6 - Respect NOPORTEXAMPLES Port maintainer (fullermd@over-yonder.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: begin 644 py26-paramiko-1.7.6.patch ` end >Release-Note: >Audit-Trail: >Unformatted: From edwin at FreeBSD.org Fri Nov 6 11:00:49 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Nov 6 11:00:57 2009 Subject: ports/140331: [patch] security/py-paramiko: update to 1.7.6 Message-ID: <200911061100.nA6B0mJ8037419@freefall.freebsd.org> Synopsis: [patch] security/py-paramiko: update to 1.7.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 6 11:00:48 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=140331 From fluffy at FreeBSD.org Fri Nov 6 11:50:05 2009 From: fluffy at FreeBSD.org (Dima Panov) Date: Fri Nov 6 11:50:12 2009 Subject: ports/140333: net-p2p/eiskaltdc: update to 1.0.30 release Message-ID: <1257507825.81503@Fluffy.Khv.RU> >Number: 140333 >Category: ports >Synopsis: net-p2p/eiskaltdc: update to 1.0.30 release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 06 11:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 9.0-900002-CURRENT amd64 >Organization: Fluffy.Khv.RU >Environment: System: FreeBSD 9.0-900002-CURRENT #0: Sun Nov 1 01:33:32 VLAT 2009 fluffy@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: net-p2p/eiskaltdc: update to 1.0.30 release switched from autotools to cmake tindy logs: http://ns.ael.ru/~fluffy.khv/eiskaltdc-1.0.30.log http://regis.goodking.ca/tb/index.php?action=describe_port&id=886 >How-To-Repeat: >Fix: --- eiskaltdc.diff begins here --- Index: net-p2p/eiskaltdc/Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/eiskaltdc/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- net-p2p/eiskaltdc/Makefile 10 Sep 2009 09:09:02 -0000 1.1 +++ net-p2p/eiskaltdc/Makefile 6 Nov 2009 08:17:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= eiskaltdc -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.30 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -17,11 +17,15 @@ USE_BZIP2= yes USE_QT_VER= 4 -QT_COMPONENTS= corelib gui network qt3support \ +QT_COMPONENTS= corelib gui network qt3support qmake_build \ moc_build uic_build rcc_build linguist_build USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= DCLIB_CFLAGS=-I${LOCALBASE}/include +USE_CMAKE= yes QTCFGLIBS+= ${PTHREAD_LIBS} +MAN1= eiskaltdc.1 +MANCOMPRESSED= yes + +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} + .include Index: net-p2p/eiskaltdc/distinfo =================================================================== RCS file: /home/ncvs/ports/net-p2p/eiskaltdc/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- net-p2p/eiskaltdc/distinfo 10 Sep 2009 09:09:02 -0000 1.1 +++ net-p2p/eiskaltdc/distinfo 6 Nov 2009 00:17:05 -0000 @@ -1,3 +1,3 @@ -MD5 (eiskaltdc-1.0.0.tar.bz2) = 475a5cd65d0c140689f674d153058fe9 -SHA256 (eiskaltdc-1.0.0.tar.bz2) = dc8d264832a14eb76140ca5626dd5eadbae74542b8ec5f68a1b149f773e60ec9 -SIZE (eiskaltdc-1.0.0.tar.bz2) = 1931695 +MD5 (eiskaltdc-1.0.30.tar.bz2) = ab6f5987a90d2da65b85cad2c88667f4 +SHA256 (eiskaltdc-1.0.30.tar.bz2) = 03b94b247eb480531bf3485d7733790bbf524c8276a500469df13f69153670a6 +SIZE (eiskaltdc-1.0.30.tar.bz2) = 1627569 Index: net-p2p/eiskaltdc/pkg-plist =================================================================== RCS file: /home/ncvs/ports/net-p2p/eiskaltdc/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- net-p2p/eiskaltdc/pkg-plist 10 Sep 2009 09:09:02 -0000 1.1 +++ net-p2p/eiskaltdc/pkg-plist 6 Nov 2009 08:13:05 -0000 @@ -1,4 +1,64 @@ bin/eiskaltdc +include/eiskaltdc/about.h +include/eiskaltdc/cdialogmessage.h +include/eiskaltdc/cdialogpicturemap.h +include/eiskaltdc/dcantispam.h +include/eiskaltdc/dcantispamcontrol.h +include/eiskaltdc/dcapplicationevents.h +include/eiskaltdc/dcchat.h +include/eiskaltdc/dcclient.h +include/eiskaltdc/dcconfig.h +include/eiskaltdc/dcconnectionmanager.h +include/eiskaltdc/dcdebug.h +include/eiskaltdc/dcdownloadalias.h +include/eiskaltdc/dceditserver.h +include/eiskaltdc/dcedittransfer.h +include/eiskaltdc/dcevent.h +include/eiskaltdc/dcfilebrowser.h +include/eiskaltdc/dcfilebrowseritems.h +include/eiskaltdc/dcfilelistdecompressor.h +include/eiskaltdc/dcfiletool.h +include/eiskaltdc/dcfiletransferinfo.h +include/eiskaltdc/dcfriendobject.h +include/eiskaltdc/dcgui.h +include/eiskaltdc/dcguiutils.h +include/eiskaltdc/dchubfilter.h +include/eiskaltdc/dchublinklistener.h +include/eiskaltdc/dchublistitems.h +include/eiskaltdc/dchublistmanager.h +include/eiskaltdc/dchubprofile.h +include/eiskaltdc/dchubsearch.h +include/eiskaltdc/dciconloader.h +include/eiskaltdc/dcinotify.h +include/eiskaltdc/dcinotifycontrol.h +include/eiskaltdc/dcipfilter.h +include/eiskaltdc/dcipfiltercontrol.h +include/eiskaltdc/dcmenuhandler.h +include/eiskaltdc/dcoptions.h +include/eiskaltdc/dcpluginmanager.h +include/eiskaltdc/dcqtextedit.h +include/eiskaltdc/dcquickconnect.h +include/eiskaltdc/dcshellcommandrunner.h +include/eiskaltdc/dcsigterm.h +include/eiskaltdc/dcsplash.h +include/eiskaltdc/dcspy.h +include/eiskaltdc/dctransferview.h +include/eiskaltdc/dctransferviewitems.h +include/eiskaltdc/dctranslator.h +include/eiskaltdc/dcusercommandeditor.h +include/eiskaltdc/dcuserslist.h +include/eiskaltdc/dcwidget.h +include/eiskaltdc/filteronlyproxy.h +include/eiskaltdc/ipfiltermodel.h +include/eiskaltdc/publichubsmodel.h +include/eiskaltdc/publichubsproxy.h +include/eiskaltdc/search-result-columns.h +include/eiskaltdc/searchresultmodel.h +include/eiskaltdc/searchspymodel.h +include/eiskaltdc/userlistmodel.h +lib/libeiskaltdc.so +lib/libeiskaltdc.so.1.1.0 +libdata/pkgconfig/eiskaltdc-1.1.0.pc share/applications/eiskaltdc.desktop %%DATADIR%%/COPYING %%DATADIR%%/icons/appl/default/back.png @@ -42,6 +102,7 @@ %%DATADIR%%/icons/appl/default/find.png %%DATADIR%%/icons/appl/default/find_22x22.png %%DATADIR%%/icons/appl/default/find_32x32.png +%%DATADIR%%/icons/appl/default/flag_belarus.png %%DATADIR%%/icons/appl/default/flag_bosnia.png %%DATADIR%%/icons/appl/default/flag_brazil.png %%DATADIR%%/icons/appl/default/flag_britain.png @@ -70,7 +131,8 @@ %%DATADIR%%/icons/appl/default/globe.png %%DATADIR%%/icons/appl/default/gui.png %%DATADIR%%/icons/appl/default/help.png -%%DATADIR%%/icons/appl/default/icon_22x22.png +%%DATADIR%%/icons/appl/default/icon_appl.png +%%DATADIR%%/icons/appl/default/icon_msg.png %%DATADIR%%/icons/appl/default/icons.png %%DATADIR%%/icons/appl/default/info.png %%DATADIR%%/icons/appl/default/inotify.png @@ -86,6 +148,7 @@ %%DATADIR%%/icons/appl/default/player_pause.png %%DATADIR%%/icons/appl/default/player_play.png %%DATADIR%%/icons/appl/default/quickoptions.png +%%DATADIR%%/icons/appl/default/reconnect.png %%DATADIR%%/icons/appl/default/reload.png %%DATADIR%%/icons/appl/default/reload_22x22.png %%DATADIR%%/icons/appl/default/reload_32x32.png @@ -132,28 +195,11 @@ %%DATADIR%%/icons/emot/simple-gnome/simple-gnome.png %%DATADIR%%/icons/user/default/usericons.png %%DATADIR%%/icons/user/valknut/usericons.png -%%DATADIR%%/translation/eiskaltdc.bs.qm -%%DATADIR%%/translation/eiskaltdc.cs.qm -%%DATADIR%%/translation/eiskaltdc.da.qm +%%DATADIR%%/translation/eiskaltdc.be.qm %%DATADIR%%/translation/eiskaltdc.de.qm -%%DATADIR%%/translation/eiskaltdc.el.qm %%DATADIR%%/translation/eiskaltdc.en.qm -%%DATADIR%%/translation/eiskaltdc.es.qm -%%DATADIR%%/translation/eiskaltdc.fi.qm %%DATADIR%%/translation/eiskaltdc.fr.qm -%%DATADIR%%/translation/eiskaltdc.hu.qm -%%DATADIR%%/translation/eiskaltdc.is.qm -%%DATADIR%%/translation/eiskaltdc.it.qm -%%DATADIR%%/translation/eiskaltdc.lv.qm -%%DATADIR%%/translation/eiskaltdc.nb.qm -%%DATADIR%%/translation/eiskaltdc.nl.qm -%%DATADIR%%/translation/eiskaltdc.pl.qm -%%DATADIR%%/translation/eiskaltdc.pt_br.qm -%%DATADIR%%/translation/eiskaltdc.ro.qm %%DATADIR%%/translation/eiskaltdc.ru.qm -%%DATADIR%%/translation/eiskaltdc.sr.qm -%%DATADIR%%/translation/eiskaltdc.sr@latin.qm -%%DATADIR%%/translation/