From nobody@FreeBSD.org  Mon Oct 13 13:55:12 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F0071065686
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 13:55:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id F225D8FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 13:55:11 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DDtBkT034761
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Oct 2008 13:55:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9DDtBgb034747;
	Mon, 13 Oct 2008 13:55:11 GMT
	(envelope-from nobody)
Message-Id: <200810131355.m9DDtBgb034747@www.freebsd.org>
Date: Mon, 13 Oct 2008 13:55:11 GMT
From: Eitan Adler <EitanAdlerList@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: nano-devel
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128060
>Category:       ports
>Synopsis:       new port: editors/nano-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 14:00:16 UTC 2008
>Closed-Date:    Sun Nov 16 23:59:33 UTC 2008
>Last-Modified:  Mon Nov 17 00:00:09 UTC 2008
>Originator:     Eitan Adler
>Release:        freebsd 7 stable
>Organization:
>Environment:
N/A
>Description:
See attached file.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

PORTNAME=	nano
PORTVERSION=	2.1.6
CATEGORIES=	editors
MASTER_SITES=	http://www.nano-editor.org/dist/v2.1/ \
		http://www.ewtoo.org/~astyanax/nano/dist/v2.1/

MAINTAINER=	EitanAdlerList@gmail.com
COMMENT=	Nano's ANOther editor, an enhanced free Pico clone

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-all --enable-rc
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
MANLANG=	"" fr
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@comment "
.endif

INFO=		nano
MAN1=		nano.1 rnano.1
MAN5=		nanorc.5

CONFLICTS= nano*

.include <bsd.port.pre.mk>

# requires wide character curses
.if (${OSVERSION} < 602107) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033)
CONFIGURE_ARGS+=--disable-utf8
.else
CONFIGURE_ARGS+=--enable-utf8
.endif

post-build:
	cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \
		-e 's:SYSCONFDIR:${PREFIX}/etc:g' \
		-e 's:EXAMPLESDIR:${EXAMPLESDIR}:g' \
		${MAN1} ${MAN5} ${WRKSRC}/doc/texinfo/${INFO:=.info}
	${REINPLACE_CMD} -e 's/\\</[[:<:]]/g' -e 's/\\>/[[:>:]]/g' \
		${WRKSRC}/doc/syntax/*.nanorc

post-install:
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/nanorc.sample ${EXAMPLESDIR}

.include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Oct 13 14:00:31 UTC 2008 
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=128060 

From: Eitan Adler <eitanadlerlist@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128060: new port: editors/nano-devel
Date: Mon, 10 Nov 2008 18:50:58 -0500

 Update to 2.1.7
 -- 
 Eitan Adler
 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Tue Nov 11 14:22:25 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: Wesley Shields <wxs@FreeBSD.org>
To: EitanAdlerList@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128060: new port: editors/nano-devel
Date: Tue, 11 Nov 2008 11:21:41 -0500

 This is not a complete submission.  We would need (at a minimum) a plist
 and pkg-descr.  Can you please submit a complete port?
 
 -- WXS

From: Eitan Adler <eitanadlerlist@gmail.com>
To: Wesley Shields <wxs@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128060: new port: editors/nano-devel
Date: Tue, 11 Nov 2008 21:15:58 -0500

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Wesley Shields wrote:
 > This is not a complete submission.  We would need (at a minimum) a plist
 > and pkg-descr.  Can you please submit a complete port?
 > 
 > -- WXS
 > 
 Oh I'm sorry.
 It should be the same as editors/nano as far as I could tell.
 - --
 Eitan Adler
 GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEARECAAYFAkkaPF4ACgkQtl8kq+nCzNHJ0gCdFfodmMls3ypg50rZ+ANZ4Hk2
 ElcAniIOYn2np0YhfeZQyC/xOhWXJ2bK
 =jvLQ
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Sun Nov 16 23:59:33 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128060: commit references a PR
Date: Sun, 16 Nov 2008 23:59:28 +0000 (UTC)

 wxs         2008-11-16 23:59:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors              Makefile 
   Added files:
     editors/nano-devel   Makefile distinfo pkg-descr pkg-plist 
     editors/nano-devel/files patch-doc_man_Makefile.in 
                              patch-doc_man_fr_Makefile.in 
                              patch-doc_man_nano.1 
                              patch-doc_man_nanorc.5 
   Log:
   This is the development version of nano:
   
   nano is a small, free and friendly editor which aims to replace
   Pico, the default editor included in the non-free Pine package.
   Rather than just copying Pico's look and feel, nano also implements
   some missing (or disabled by default) features in Pico, such as
   "search and replace" and "goto line number".
   
   PR:             ports/128060
   Submitted by:   Eitan Adler <EitanAdlerList@gmail.com>
   
   Revision  Changes    Path
   1.405     +1 -0      ports/editors/Makefile
   1.1       +59 -0     ports/editors/nano-devel/Makefile (new)
   1.1       +3 -0      ports/editors/nano-devel/distinfo (new)
   1.1       +20 -0     ports/editors/nano-devel/files/patch-doc_man_Makefile.in (new)
   1.1       +20 -0     ports/editors/nano-devel/files/patch-doc_man_fr_Makefile.in (new)
   1.1       +14 -0     ports/editors/nano-devel/files/patch-doc_man_nano.1 (new)
   1.1       +15 -0     ports/editors/nano-devel/files/patch-doc_man_nanorc.5 (new)
   1.1       +9 -0      ports/editors/nano-devel/pkg-descr (new)
   1.1       +66 -0     ports/editors/nano-devel/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"
 
>Unformatted:
