From nobody@FreeBSD.org  Wed Jul 25 14:06:14 2007
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 8911016A417
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2007 14:06:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (unknown [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 587D813C474
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2007 14:06:14 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6PE6EpK076943
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2007 14:06:14 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6PE6EeX076937;
	Wed, 25 Jul 2007 14:06:14 GMT
	(envelope-from nobody)
Message-Id: <200707251406.l6PE6EeX076937@www.freebsd.org>
Date: Wed, 25 Jul 2007 14:06:14 GMT
From: Kuan-Chung Chiu <buganini@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [New Port] sysutils/chntpw
X-Send-Pr-Version: www-3.0

>Number:         114897
>Category:       ports
>Synopsis:       [New Port] sysutils/chntpw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 14:10:01 GMT 2007
>Closed-Date:    Fri Jul 27 14:42:40 GMT 2007
>Last-Modified:  Fri Jul 27 14:50:01 GMT 2007
>Originator:     Kuan-Chung Chiu
>Release:        
>Organization:
N/A
>Environment:
>Description:
New port for sysutils/chntpw
A utility to reset the password of any user and edit registry on Microsoft NT system 
>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:
#
#	chntpw/
#	chntpw/Makefile
#	chntpw/distinfo
#	chntpw/pkg-descr
#
echo c - chntpw/
mkdir -p chntpw/ > /dev/null 2>&1
echo x - chntpw/Makefile
sed 's/^X//' >chntpw/Makefile << 'END-of-chntpw/Makefile'
X# New ports collection makefile for:    chntpw
X# Date created:                         25 July 2007
X# Whom:					buganini@gmail.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	chntpw
XPORTVERSION=	070409
XCATEGORIES=	sysutils
XMASTER_SITES=	http://home.eunet.no/pnordahl/ntpasswd/
XDISTNAME=	${PORTNAME}-source-${PORTVERSION}
X
XMAINTAINER=	buganini@gmail.com
XCOMMENT=	A utility to reset the password of any user and edit registry on Microsoft NT system 
X
XUSE_ZIP=	yes
XUSE_GMAKE=	yes
X
XPLIST_FILES=	bin/chntpw
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-chntpw/Makefile
echo x - chntpw/distinfo
sed 's/^X//' >chntpw/distinfo << 'END-of-chntpw/distinfo'
XMD5 (chntpw-source-070409.zip) = 8953c585b907d54e74066300467f0730
XSHA256 (chntpw-source-070409.zip) = f12a068134d7184400314f3c2c71a8de75bdc6c51d1e580179a83a0510adec12
XSIZE (chntpw-source-070409.zip) = 385040
END-of-chntpw/distinfo
echo x - chntpw/pkg-descr
sed 's/^X//' >chntpw/pkg-descr << 'END-of-chntpw/pkg-descr'
X* This is a utility to (re)set the password of any user that has a valid
X  (local) account on your NT system.
X* You do not need to know the old password to set a new one.
X* It works offline, that is, you have to shutdown your computer and boot off
X  a floppydisk or CD.
X* Will detect and offer to unlock locked or disabled out user accounts!
X* It is also an almost fully functional registry editor! 
X
XWWW: http://home.eunet.no/pnordahl/ntpasswd/
END-of-chntpw/pkg-descr
exit


>Release-Note:
>Audit-Trail:

From: Buganini <buganini@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114897: [New Port] sysutils/chntpw
Date: Thu, 26 Jul 2007 23:20:55 +0800

 ------=_Part_128810_10760974.1185463255510
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 The previous shar file has some mistakes,
 this is the new one
 
 # 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:
 #
 #    chntpw/
 #    chntpw/Makefile
 #    chntpw/distinfo
 #    chntpw/pkg-descr
 #
 echo c - chntpw/
 mkdir -p chntpw/ > /dev/null 2>&1
 echo x - chntpw/Makefile
 sed 's/^X//' >chntpw/Makefile << 'END-of-chntpw/Makefile'
 X# New ports collection makefile for:    chntpw
 X# Date created:                         25 July 2007
 X# Whom:                    buganini@gmail.com
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=    chntpw
 XPORTVERSION=    070409
 XCATEGORIES=    sysutils
 XMASTER_SITES=    http://home.eunet.no/pnordahl/ntpasswd/
 XDISTNAME=    ${PORTNAME}-source-${PORTVERSION}
 X
 XMAINTAINER=    buganini@gmail.com
 XCOMMENT=    A utility to set the password and edit registry on Microsoft NT
 system
 X
 XUSE_ZIP=    yes
 XUSE_GMAKE=    yes
 X
 XPLIST_FILES=    bin/chntpw
 X
 XWRKSRC=        ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 X
 Xdo-install:
 X    ${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin
 X
 X.include <bsd.port.mk>
 END-of-chntpw/Makefile
 echo x - chntpw/distinfo
 sed 's/^X//' >chntpw/distinfo << 'END-of-chntpw/distinfo'
 XMD5 (chntpw-source-070409.zip) = 8953c585b907d54e74066300467f0730
 XSHA256 (chntpw-source-070409.zip) =
 f12a068134d7184400314f3c2c71a8de75bdc6c51d1e580179a83a0510adec12
 XSIZE (chntpw-source-070409.zip) = 385040
 END-of-chntpw/distinfo
 echo x - chntpw/pkg-descr
 sed 's/^X//' >chntpw/pkg-descr << 'END-of-chntpw/pkg-descr'
 X* This is a utility to (re)set the password of any user that has a valid
 X  (local) account on your NT system.
 X* You do not need to know the old password to set a new one.
 X* It works offline, that is, you have to shutdown your computer and boot
 off
 X  a floppydisk or CD.
 X* Will detect and offer to unlock locked or disabled out user accounts!
 X* It is also an almost fully functional registry editor!
 X
 XWWW: http://home.eunet.no/pnordahl/ntpasswd/
 END-of-chntpw/pkg-descr
 exit
 
 ------=_Part_128810_10760974.1185463255510
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 The previous shar file has some mistakes,<br>this is the new one<br><br># This is a shell archive.&nbsp; Save it in a file, remove anything before<br># this line, and then unpack it by entering &quot;sh file&quot;.&nbsp; Note, it may
 <br># create directories; files and directories will be owned by you and<br># have default permissions.<br>#<br># This archive contains:<br>#<br>#&nbsp;&nbsp;&nbsp; chntpw/<br>#&nbsp;&nbsp;&nbsp; chntpw/Makefile<br>#&nbsp;&nbsp;&nbsp; chntpw/distinfo<br
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: chinsan 
Responsible-Changed-When: Thu Jul 26 16:14:02 UTC 2007 
Responsible-Changed-Why:  
I will handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114897 
State-Changed-From-To: open->closed 
State-Changed-By: chinsan 
State-Changed-When: Fri Jul 27 14:42:39 UTC 2007 
State-Changed-Why:  
Committed with minor modification.  Thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114897: commit references a PR
Date: Fri, 27 Jul 2007 14:41:13 +0000 (UTC)

 chinsan     2007-07-27 14:41:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/chntpw      Makefile distinfo pkg-descr 
   Log:
   Add chntpw 070409, utility to set the password and edit registry on
   Microsoft NT system.
   
   PR:             ports/114897
   Submitted by:   buganini at gmail.com
   Approved by:    rafan (mentor, implicit)
   
   Revision  Changes    Path
   1.906     +1 -0      ports/security/Makefile
   1.1       +37 -0     ports/security/chntpw/Makefile (new)
   1.1       +3 -0      ports/security/chntpw/distinfo (new)
   1.1       +9 -0      ports/security/chntpw/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"
 
>Unformatted:
 >#&nbsp;&nbsp;&nbsp; chntpw/pkg-descr
  <br>#<br>echo c - chntpw/<br>mkdir -p chntpw/ &gt; /dev/null 2&gt;&amp;1<br>echo x - chntpw/Makefile<br>sed &#39;s/^X//&#39; &gt;chntpw/Makefile &lt;&lt; &#39;END-of-chntpw/Makefile&#39;<br>X# New ports collection makefile for:&nbsp;&nbsp;&nbsp; chntpw
  <br>X# Date created:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25 July 2007<br>X# Whom:&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;& nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <a href="mailto:buganini@gmail.com">buganini@gmail.com</a><br>X#<br>X# $FreeBSD$<br>X#<br>X<br>XPORTNAME=&nbsp;&nbsp;&nbsp; chntpw<br>XPORTVERSION=&nbsp;&nbsp;&nbsp; 070409
  <br>XCATEGORIES=&nbsp;&nbsp;&nbsp; sysutils<br>XMASTER_SITES=&nbsp;&nbsp;&nbsp; <a href="http://home.eunet.no/pnordahl/ntpasswd/">http://home.eunet.no/pnordahl/ntpasswd/</a><br>XDISTNAME=&nbsp;&nbsp;&nbsp; ${PORTNAME}-source-${PORTVERSION}<br>X<br>XMAIN TAINER=&nbsp;&nbsp;&nbsp; <a href="mailto:buganini@gmail.com">
  buganini@gmail.com</a><br>XCOMMENT=&nbsp;&nbsp;&nbsp; A utility to set the password and edit registry on Microsoft NT system<br>X<br>XUSE_ZIP=&nbsp;&nbsp;&nbsp; yes<br>XUSE_GMAKE=&nbsp;&nbsp;&nbsp; yes<br>X<br>XPLIST_FILES=&nbsp;&nbsp;&nbsp; bin/chntpw< br>X<br>XWRKSRC=&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ${WRKDIR}/${PORTNAME}-${PORTVERSION}
  <br>X<br>Xdo-install:<br>X&nbsp;&nbsp;&nbsp; ${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin<br>X<br>X.include &lt;<a href="http://bsd.port.mk">bsd.port.mk</a>&gt;<br>END-of-chntpw/Makefile<br>echo x - chntpw/distinfo<br>sed &#39;s/^X//&#39; &gt;chntp w/distinfo &lt;&lt; &#39;END-of-chntpw/distinfo&#39;
  <br>XMD5 (chntpw-source-070409.zip) = 8953c585b907d54e74066300467f0730<br>XSHA256 (chntpw-source-070409.zip) = f12a068134d7184400314f3c2c71a8de75bdc6c51d1e580179a83a0510adec12<br>XSIZE (chntpw-source-070409.zip) = 385040<br>
  END-of-chntpw/distinfo<br>echo x - chntpw/pkg-descr<br>sed &#39;s/^X//&#39; &gt;chntpw/pkg-descr &lt;&lt; &#39;END-of-chntpw/pkg-descr&#39;<br>X* This is a utility to (re)set the password of any user that has a valid<br>X&nbsp; (local) account on your N T system.
  <br>X* You do not need to know the old password to set a new one.<br>X* It works offline, that is, you have to shutdown your computer and boot off<br>X&nbsp; a floppydisk or CD.<br>X* Will detect and offer to unlock locked or disabled out user accounts! 
  <br>X* It is also an almost fully functional registry editor! <br>X<br>XWWW: <a href="http://home.eunet.no/pnordahl/ntpasswd/">http://home.eunet.no/pnordahl/ntpasswd/</a><br>END-of-chntpw/pkg-descr<br>exit<br><br>
  
  ------=_Part_128810_10760974.1185463255510--
