From nobody@FreeBSD.org  Mon Aug 19 14:16:53 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 9F9A3248
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Aug 2013 14:16:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 8C38C2173
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Aug 2013 14:16:53 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7JEGraZ026970
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Aug 2013 14:16:53 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7JEGrPd026969;
	Mon, 19 Aug 2013 14:16:53 GMT
	(envelope-from nobody)
Message-Id: <201308191416.r7JEGrPd026969@oldred.freebsd.org>
Date: Mon, 19 Aug 2013 14:16:53 GMT
From: Devin Teske <dteske@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] net-p2p/shx: A text based Hotline Communications client for Unix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181401
>Category:       ports
>Synopsis:       [NEW PORT] net-p2p/shx: A text based Hotline Communications client for Unix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 19 14:20:00 UTC 2013
>Closed-Date:    Mon Aug 19 14:53:01 UTC 2013
>Last-Modified:  Mon Aug 19 15:00:00 UTC 2013
>Originator:     Devin Teske
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
FIS Global, Inc.
>Environment:
FreeBSD scribe9.vicor.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
  This is a text based version of the popular hotline client for
Macintosh.  Hotline is a chat/ftp/news protocol.  It's setup almost
like an IRC client, but with the ability to do commands such as cd
into a directory with /cd and more file transfer oriented functions.

WWW: http://synhxd.sourceforge.net/

>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:
#
#	shx
#	shx/pkg-descr
#	shx/distinfo
#	shx/Makefile
#
echo c - shx
mkdir -p shx > /dev/null 2>&1
echo x - shx/pkg-descr
sed 's/^X//' >shx/pkg-descr << '90fee53caf430525f3d99b34acaca22c'
X  This is a text based version of the popular hotline client for
XMacintosh.  Hotline is a chat/ftp/news protocol.  It's setup almost
Xlike an IRC client, but with the ability to do commands such as cd
Xinto a directory with /cd and more file transfer oriented functions.
X
XWWW: http://synhxd.sourceforge.net/
90fee53caf430525f3d99b34acaca22c
echo x - shx/distinfo
sed 's/^X//' >shx/distinfo << 'd3733f0bcf4e10ba49b80f3da9f6b895'
XSHA256 (shx-0.2.4.tgz) = 0fe2d3bed542c4659614d449bf42b618a37130c7e63bce13db3832575e45e325
XSIZE (shx-0.2.4.tgz) = 290512
XSHA256 (shx-0.2.4.diff.gz) = 70d41179c0e2fb5f8dd3ee104aeddac2346da45a7f344682dfa2c67116c78e2a
XSIZE (shx-0.2.4.diff.gz) = 651
d3733f0bcf4e10ba49b80f3da9f6b895
echo x - shx/Makefile
sed 's/^X//' >shx/Makefile << '15f9ef29463ffaebfbdf7938d8f59154'
X# Created by: Devin Teske <dteske@FreeBSD.org>
X# $FreeBSD$
X
XPORTNAME=	shx
XPORTVERSION=	0.2.4
XPORTREVISION=	1
XCATEGORIES=	net-p2p
XMASTER_SITES=	http://synhxd.sourceforge.net/releases/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XPATCH_SITES=	${MASTER_SITES}
XPATCHFILES=	${DISTNAME}.diff.gz
X
XMAINTAINER=	dteske@FreeBSD.org
XCOMMENT=	A text based Hotline Communications client for Unix
X
XLICENSE=	GPLv1
X
XOPTIONS_DEFINE=	WARNINGS HTXF_PTHREAD HFS HOPE CIPHER COMPRESS HAL XMMS NOIPV4
XOPTIONS_DEFAULT=	HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
X
XWARNINGS_DESC=		Show compiler warnings
XHTXF_PTHREAD_DESC=	Use pthread instead of fork or clone for htxf
XHFS_DESC=		Enable HFS file system emulation
XHOPE_DESC=		Enable HOPE (required by Cipher/Compress)
XCIPHER_DESC=		Enable Cipher (HOPE required)
XCOMPRESS_DESC=		Enable Compress (HOPE required)
XHAL_DESC=		Compile MegaHAL (enables hal command)
XXMMS_DESC=		Enable trackname command
XNOIPV4_DESC=		IPv6 support (disables IPv4 support)
X
XMAKEFILE=	makefile
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=
XMAKE_JOBS_SAFE=	yes
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MWARNINGS}
XCONFIGURE_ARGS+=	--enable-warnings
X.endif
X
X.if ${PORT_OPTIONS:MHTXF_PTHREAD}
XCONFIGURE_ARGS+=	--enable-htxf-pthread
X.endif
X
X.if ! ${PORT_OPTIONS:MHFS}
XCONFIGURE_ARGS+=	--disable-hfs
X.endif
X
X.if ${PORT_OPTIONS:MHOPE}
XCONFIGURE_ARGS+=	--enable-hope
X.if ${PORT_OPTIONS:MCIPHER}
XCONFIGURE_ARGS+=	--enable-cipher
X.endif
X.if ${PORT_OPTIONS:MCOMPRESS}
XCONFIGURE_ARGS+=	--enable-compress
X.endif
X.endif
X
X.if ${PORT_OPTIONS:MHAL}
XCONFIGURE_ARGS+=	--enable-hal
X.endif
X
X.if ${PORT_OPTIONS:MXMMS}
XCONFIGURE_ARGS+=	--enable-xmms
X.endif
X
X.if ${PORT_OPTIONS:MNOIPV4}
XCONFIGURE_ARGS+=	--enable-ipv6
X.endif
X
XPLIST_FILES=	\
X	bin/hx				\
X	share/examples/shx/hxrc		\
X	share/examples/shx/hxvars
X
XPLIST_DIRS=	share/examples/shx
X
Xdo-install:
X	@${CP} -fv ${WRKSRC}/run/hx ${PREFIX}/bin/
X	@${MKDIR} -p ${PREFIX}/share/examples/${PORTNAME}
X	@${CP} -fv ${WRKSRC}/run/hxrc ${PREFIX}/share/examples/${PORTNAME}/
X	@${CP} -fv ${WRKSRC}/run/hxvars ${PREFIX}/share/examples/${PORTNAME}/
X
X.include <bsd.port.mk>
15f9ef29463ffaebfbdf7938d8f59154
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dteske 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 19 14:20:08 UTC 2013 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181401 
Responsible-Changed-From-To: dteske->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Mon Aug 19 14:34:39 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181401 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Mon Aug 19 14:53:01 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181401 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181401: commit references a PR
Date: Mon, 19 Aug 2013 14:52:27 +0000 (UTC)

 Author: wxs
 Date: Mon Aug 19 14:52:18 2013
 New Revision: 324997
 URL: http://svnweb.freebsd.org/changeset/ports/324997
 
 Log:
   This is a text based version of the popular hotline client for
   Macintosh. Hotline is a chat/ftp/news protocol. It's setup almost
   like an IRC client, but with the ability to do commands such as cd
   into a directory with /cd and more file transfer oriented functions.
   
   WWW: http://synhxd.sourceforge.net/
   
   PR:		ports/181401
   Submitted by:	dteske@
 
 Added:
   head/net-p2p/shx/
   head/net-p2p/shx/Makefile   (contents, props changed)
   head/net-p2p/shx/distinfo   (contents, props changed)
   head/net-p2p/shx/pkg-descr   (contents, props changed)
 Modified:
   head/net-p2p/Makefile
 
 Modified: head/net-p2p/Makefile
 ==============================================================================
 --- head/net-p2p/Makefile	Mon Aug 19 14:35:14 2013	(r324996)
 +++ head/net-p2p/Makefile	Mon Aug 19 14:52:18 2013	(r324997)
 @@ -84,6 +84,7 @@
      SUBDIR += rtgui
      SUBDIR += rtorrent
      SUBDIR += rtorrent-devel
 +    SUBDIR += shx
      SUBDIR += solidcoin
      SUBDIR += squall
      SUBDIR += teknap
 
 Added: head/net-p2p/shx/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net-p2p/shx/Makefile	Mon Aug 19 14:52:18 2013	(r324997)
 @@ -0,0 +1,84 @@
 +# Created by: Devin Teske <dteske@FreeBSD.org>
 +# $FreeBSD$
 +
 +PORTNAME=	shx
 +PORTVERSION=	0.2.4
 +CATEGORIES=	net-p2p
 +MASTER_SITES=	http://synhxd.sourceforge.net/releases/
 +EXTRACT_SUFX=	.tgz
 +
 +PATCH_SITES=	${MASTER_SITES}
 +PATCHFILES=	${DISTNAME}.diff.gz
 +
 +MAINTAINER=	dteske@FreeBSD.org
 +COMMENT=	A text based Hotline Communications client for Unix
 +
 +LICENSE=	GPLv1
 +
 +OPTIONS_DEFINE=	WARNINGS HTXF_PTHREAD HFS HOPE CIPHER COMPRESS HAL XMMS NOIPV4
 +OPTIONS_DEFAULT=	HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
 +
 +WARNINGS_DESC=		Show compiler warnings
 +HTXF_PTHREAD_DESC=	Use pthread instead of fork or clone for htxf
 +HFS_DESC=		Enable HFS file system emulation
 +HOPE_DESC=		Enable HOPE (required by Cipher/Compress)
 +CIPHER_DESC=		Enable Cipher (HOPE required)
 +COMPRESS_DESC=		Enable Compress (HOPE required)
 +HAL_DESC=		Compile MegaHAL (enables hal command)
 +XMMS_DESC=		Enable trackname command
 +NOIPV4_DESC=		IPv6 support (disables IPv4 support)
 +
 +MAKEFILE=	makefile
 +GNU_CONFIGURE=	yes
 +CONFIGURE_ARGS=
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MWARNINGS}
 +CONFIGURE_ARGS+=	--enable-warnings
 +.endif
 +
 +.if ${PORT_OPTIONS:MHTXF_PTHREAD}
 +CONFIGURE_ARGS+=	--enable-htxf-pthread
 +.endif
 +
 +.if ! ${PORT_OPTIONS:MHFS}
 +CONFIGURE_ARGS+=	--disable-hfs
 +.endif
 +
 +.if ${PORT_OPTIONS:MHOPE}
 +CONFIGURE_ARGS+=	--enable-hope
 +.if ${PORT_OPTIONS:MCIPHER}
 +CONFIGURE_ARGS+=	--enable-cipher
 +.endif
 +.if ${PORT_OPTIONS:MCOMPRESS}
 +CONFIGURE_ARGS+=	--enable-compress
 +.endif
 +.endif
 +
 +.if ${PORT_OPTIONS:MHAL}
 +CONFIGURE_ARGS+=	--enable-hal
 +.endif
 +
 +.if ${PORT_OPTIONS:MXMMS}
 +CONFIGURE_ARGS+=	--enable-xmms
 +.endif
 +
 +.if ${PORT_OPTIONS:MNOIPV4}
 +CONFIGURE_ARGS+=	--enable-ipv6
 +.endif
 +
 +PLIST_FILES=	\
 +		bin/hx				\
 +		share/examples/shx/hxrc		\
 +		share/examples/shx/hxvars
 +
 +PLIST_DIRS=	share/examples/shx
 +
 +do-install:
 +	@${CP} -fv ${WRKSRC}/run/hx ${PREFIX}/bin/
 +	@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
 +	@${CP} -fv ${WRKSRC}/run/hxrc ${PREFIX}/share/examples/${PORTNAME}/
 +	@${CP} -fv ${WRKSRC}/run/hxvars ${PREFIX}/share/examples/${PORTNAME}/
 +
 +.include <bsd.port.mk>
 
 Added: head/net-p2p/shx/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net-p2p/shx/distinfo	Mon Aug 19 14:52:18 2013	(r324997)
 @@ -0,0 +1,4 @@
 +SHA256 (shx-0.2.4.tgz) = 0fe2d3bed542c4659614d449bf42b618a37130c7e63bce13db3832575e45e325
 +SIZE (shx-0.2.4.tgz) = 290512
 +SHA256 (shx-0.2.4.diff.gz) = 70d41179c0e2fb5f8dd3ee104aeddac2346da45a7f344682dfa2c67116c78e2a
 +SIZE (shx-0.2.4.diff.gz) = 651
 
 Added: head/net-p2p/shx/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/net-p2p/shx/pkg-descr	Mon Aug 19 14:52:18 2013	(r324997)
 @@ -0,0 +1,6 @@
 +This is a text based version of the popular hotline client for
 +Macintosh. Hotline is a chat/ftp/news protocol. It's setup almost
 +like an IRC client, but with the ability to do commands such as cd
 +into a directory with /cd and more file transfer oriented functions.
 +
 +WWW: http://synhxd.sourceforge.net/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
