From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 28 23:40:06 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB5F416A417 for ; Sat, 28 Jul 2007 23:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A699F13C461 for ; Sat, 28 Jul 2007 23:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6SNe6rC007583 for ; Sat, 28 Jul 2007 23:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6SNe6o5007582; Sat, 28 Jul 2007 23:40:06 GMT (envelope-from gnats) Date: Sat, 28 Jul 2007 23:40:06 GMT Message-Id: <200707282340.l6SNe6o5007582@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pontus Stenetorp Cc: Subject: Re: ports/114997: New port: / X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pontus Stenetorp List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2007 23:40:07 -0000 The following reply was made to PR ports/114997; it has been noted by GNATS. From: Pontus Stenetorp To: bug-followup@FreeBSD.org, ninjin@kth.se Cc: Subject: Re: ports/114997: New port: / Date: Sun, 29 Jul 2007 01:35:31 +0200 This is a multi-part message in MIME format. --------------080006080302080900030505 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I didn't keep my head cool when fighting the PR form about my shar not being valid (in the end I figured out it was supposed to have a .txt suffix). I re-did the shar and got shars in shar. Really neatly done, here is a fix. Sorry about that. Best regards, Pontus stenetorp --------------080006080302080900030505 Content-Type: text/plain; name="fceu-server-0.0.5.shar.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fceu-server-0.0.5.shar.txt" # 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: # # . # ./Makefile # ./distinfo # ./files # ./files/patch-server.cpp # ./files/patch-Makefile # ./pkg-descr # ./fceu-server-0.0.5.shar.txt # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: fceu-server X# Date created: 28 July 2007 X# Whom: Pontus Stenetorp X# X# $FreeBSD$ X# X XPORTNAME= fceu-server XPORTVERSION= 0.0.5 XCATEGORIES= emulators XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= fceultra XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ninjin@kth.se XCOMMENT= The network play server for the NES/Famicom emulator fceu X XUSE_GMAKE= yes XUSE_SDL= sdl X XPLIST_FILES= bin/fceu-server XEXAMPLESDIR= ${LOCALBASE}/share/examples/${PORTNAME} X X.if !defined(WITHOUT_EXAMPLES) XPLIST_FILES+= share/examples/${PORTNAME}/fceu-server.conf.sample XPLIST_DIRS= share/examples/${PORTNAME} X.endif X Xpre-install: X @${MKDIR} ${EXAMPLESDIR} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/fceu-server ${LOCALBASE}/bin X Xpost-install: X.if !defined(WITHOUT_EXAMPLES) X ( ${MKDIR} ${EXAMPLESDIR} && \ X ${INSTALL_DATA} ${WRKSRC}/fceu-server.conf \ X ${EXAMPLESDIR}/fceu-server.conf.sample ) X.endif X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (fceu-server-0.0.5.tar.gz) = 7c9e974864418a4aa0f42dc325f90600 XSHA256 (fceu-server-0.0.5.tar.gz) = c9e5b3f77e92364ae7a66e351012dc01d6373ea44a100d23ec028f00d5fc825f XSIZE (fceu-server-0.0.5.tar.gz) = 18623 END-of-./distinfo echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-server.cpp sed 's/^X//' >./files/patch-server.cpp << 'END-of-./files/patch-server.cpp' X--- server.cpp.orig Tue Jul 4 01:25:22 2006 X+++ server.cpp Sat Jul 28 21:10:15 2007 X@@ -47,6 +47,7 @@ X #define DEFAULT_TIMEOUT 5 X #define DEFAULT_FRAMEDIVISOR 1 X #define DEFAULT_CONFIG "/etc/fceu-standard.conf" X+#define SOL_TCP 6 X X typedef struct { X uint32 id; /* mainly for faster referencing when pointed to from the Games END-of-./files/patch-server.cpp echo x - ./files/patch-Makefile sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile' X--- Makefile.orig Sat Jul 28 22:48:53 2007 X+++ Makefile Sat Jul 28 22:49:49 2007 X@@ -12,8 +12,8 @@ X rm ${OUTFILE} ${OBJS} X X install: X- install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server X- install -m 644 -D fceu-server.conf /etc/fceu-server.conf X+ # install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server X+ # install -m 644 -D fceu-server.conf /etc/fceu-server.conf X X server.o: server.cpp X md5.o: md5.cpp END-of-./files/patch-Makefile echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is a port of the FCE Ultra network play server. X XWWW: http://fceultra.sourceforge.net/ END-of-./pkg-descr echo x - ./fceu-server-0.0.5.shar.txt sed 's/^X//' >./fceu-server-0.0.5.shar.txt << 'END-of-./fceu-server-0.0.5.shar.txt' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./Makefile X# ./distinfo X# ./files X# ./files/patch-server.cpp X# ./files/patch-Makefile X# ./pkg-descr X# ./fceu-server-0.0.5.shar.txt X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: fceu-server XX# Date created: 28 July 2007 XX# Whom: Pontus Stenetorp XX# XX# $FreeBSD$ XX# XX XXPORTNAME= fceu-server XXPORTVERSION= 0.0.5 XXCATEGORIES= emulators XXMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XXMASTER_SITE_SUBDIR= fceultra XXDISTNAME= ${PORTNAME}-${PORTVERSION} XX XXMAINTAINER= ninjin@kth.se XXCOMMENT= The network play server for the NES/Famicom emulator fceu XX XXUSE_GMAKE= yes XXUSE_SDL= sdl XX XXPLIST_FILES= bin/fceu-server XXEXAMPLESDIR= ${LOCALBASE}/share/examples/${PORTNAME} XX XX.if !defined(WITHOUT_EXAMPLES) XXPLIST_FILES+= share/examples/${PORTNAME}/fceu-server.conf.sample XXPLIST_DIRS= share/examples/${PORTNAME} XX.endif XX XXpre-install: XX @${MKDIR} ${EXAMPLESDIR} XX XXdo-install: XX @${INSTALL_PROGRAM} ${WRKSRC}/fceu-server ${LOCALBASE}/bin XX XXpost-install: XX.if !defined(WITHOUT_EXAMPLES) XX ( ${MKDIR} ${EXAMPLESDIR} && \ XX ${INSTALL_DATA} ${WRKSRC}/fceu-server.conf \ XX ${EXAMPLESDIR}/fceu-server.conf.sample ) XX.endif XX XX.include XEND-of-./Makefile Xecho x - ./distinfo Xsed 's/^X//' >./distinfo << 'END-of-./distinfo' XXMD5 (fceu-server-0.0.5.tar.gz) = 7c9e974864418a4aa0f42dc325f90600 XXSHA256 (fceu-server-0.0.5.tar.gz) = c9e5b3f77e92364ae7a66e351012dc01d6373ea44a100d23ec028f00d5fc825f XXSIZE (fceu-server-0.0.5.tar.gz) = 18623 XEND-of-./distinfo Xecho c - ./files Xmkdir -p ./files > /dev/null 2>&1 Xecho x - ./files/patch-server.cpp Xsed 's/^X//' >./files/patch-server.cpp << 'END-of-./files/patch-server.cpp' XX--- server.cpp.orig Tue Jul 4 01:25:22 2006 XX+++ server.cpp Sat Jul 28 21:10:15 2007 XX@@ -47,6 +47,7 @@ XX #define DEFAULT_TIMEOUT 5 XX #define DEFAULT_FRAMEDIVISOR 1 XX #define DEFAULT_CONFIG "/etc/fceu-standard.conf" XX+#define SOL_TCP 6 XX XX typedef struct { XX uint32 id; /* mainly for faster referencing when pointed to from the Games XEND-of-./files/patch-server.cpp Xecho x - ./files/patch-Makefile Xsed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile' XX--- Makefile.orig Sat Jul 28 22:48:53 2007 XX+++ Makefile Sat Jul 28 22:49:49 2007 XX@@ -12,8 +12,8 @@ XX rm ${OUTFILE} ${OBJS} XX XX install: XX- install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server XX- install -m 644 -D fceu-server.conf /etc/fceu-server.conf XX+ # install -m 755 -D fceu-server ${PREFIX}/bin/fceu-server XX+ # install -m 644 -D fceu-server.conf /etc/fceu-server.conf XX XX server.o: server.cpp XX md5.o: md5.cpp XEND-of-./files/patch-Makefile Xecho x - ./pkg-descr Xsed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XXThis is a port of the FCE Ultra network play server. XX XXWWW: http://fceultra.sourceforge.net/ XEND-of-./pkg-descr Xecho x - ./fceu-server-0.0.5.shar.txt Xsed 's/^X//' >./fceu-server-0.0.5.shar.txt << 'END-of-./fceu-server-0.0.5.shar.txt' END-of-./fceu-server-0.0.5.shar.txt exit --------------080006080302080900030505--