From ehaupt@beaver.critical.ch  Mon Jun 20 21:41:41 2005
Return-Path: <ehaupt@beaver.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D263E16A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Jun 2005 21:41:41 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 57CE143D53
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Jun 2005 21:41:40 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.3/8.13.1) with ESMTP id j5KLfdAH076392
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Jun 2005 23:41:39 +0200 (CEST)
	(envelope-from ehaupt@beaver.critical.ch)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.3/8.13.1/Submit) id j5KLfdOO076391;
	Mon, 20 Jun 2005 23:41:39 +0200 (CEST)
	(envelope-from ehaupt)
Message-Id: <200506202141.j5KLfdOO076391@beaver.critical.ch>
Date: Mon, 20 Jun 2005 23:41:39 +0200 (CEST)
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: sysutils/highlnk 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         82455
>Category:       ports
>Synopsis:       new port: sysutils/highlnk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 20 21:50:18 GMT 2005
>Closed-Date:    Fri Jul 08 10:17:22 GMT 2005
>Last-Modified:  Fri Jul 08 10:17:22 GMT 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #0: Fri Jun 10 23:25:47 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: sysutils/highlnk

HighLnk is a high-performance hardlinking tool, which takes the contents of the
current directory, and hard-links files with different content to the target
directory. Files with same content will also be hard-linked but in a way that
storage space is saved. This is useful if you have many files on a read-only
partition, or if you plan to put many files on a CD/DVD, but the whole tree is
just too big to fit on the media.


>How-To-Repeat:
	
>Fix:

	



--- highlnk.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:
#
#	highlnk
#	highlnk/Makefile
#	highlnk/pkg-descr
#	highlnk/distinfo
#
echo c - highlnk
mkdir -p highlnk > /dev/null 2>&1
echo x - highlnk/Makefile
sed 's/^X//' >highlnk/Makefile << 'END-of-highlnk/Makefile'
X# New ports collection makefile for:	highlnk
X# Date created:				20 Jun 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	highlnk
XDISTVERSION=	0.2
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.perli.net/projekte/highlnk/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A tool to save disk space on hard disks by using hardlinks
X
XUSE_REINPLACE=	yes
X
XPLIST_FILES=	bin/highlnk
X
XMAN1=		highlnk.1
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|linux/limits.h|sys/syslimits.h|' \
X		${WRKSRC}/finder.c \
X		${WRKSRC}/highlnk.c
X	@${REINPLACE_CMD} -e 's|^FLAGS.*|FLAGS = ${CFLAGS}|' \
X		${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
XPLIST_DIRS+=	%%DOCSDIR%%
XPLIST_FILES+=	%%PORTDOCS%%%%DOCSDIR%%/README
X.endif
X
X.include <bsd.port.mk>
END-of-highlnk/Makefile
echo x - highlnk/pkg-descr
sed 's/^X//' >highlnk/pkg-descr << 'END-of-highlnk/pkg-descr'
XHighLnk is a high-performance hardlinking tool, which takes the contents of the
Xcurrent directory, and hard-links files with different content to the target
Xdirectory. Files with same content will also be hard-linked but in a way that
Xstorage space is saved. This is useful if you have many files on a read-only
Xpartition, or if you plan to put many files on a CD/DVD, but the whole tree is
Xjust too big to fit on the media.
X
XWWW: http://www.thpinfo.com/highlnk/
X
X- ehaupt
Xehaupt@critical.ch
END-of-highlnk/pkg-descr
echo x - highlnk/distinfo
sed 's/^X//' >highlnk/distinfo << 'END-of-highlnk/distinfo'
XMD5 (highlnk-0.2.tar.gz) = 8a3364e84eac8c3f908a82951d9437b7
XSIZE (highlnk-0.2.tar.gz) = 14533
END-of-highlnk/distinfo
exit
--- highlnk.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback  
State-Changed-By: ahze 
State-Changed-When: Wed Jun 22 06:20:01 GMT 2005 
State-Changed-Why:  
Grab 


Responsible-Changed-From-To: freebsd-ports-bugs->ahze  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Wed Jun 22 06:20:01 GMT 2005 
Responsible-Changed-Why:  
Port does not honor CC 

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

From: Emanuel Haupt <ehaupt@critical.ch>
To: bug-followup@FreeBSD.org, ehaupt@critical.ch
Cc: ahze@FreeBSD.org
Subject: Re: ports/82455: new port: sysutils/highlnk
Date: Wed, 22 Jun 2005 08:32:56 +0200

 Please apply the following patch to my original Makefile
 
 cheers,
 emanuel
 
 --- makefile.patch start ---
 --- Makefile.orig	Wed Jun 22 08:27:42 2005
 +++ Makefile	Wed Jun 22 08:27:47 2005
 @@ -23,7 +23,7 @@
  	@${REINPLACE_CMD} -e 's|linux/limits.h|sys/syslimits.h|' \
  		${WRKSRC}/finder.c \
  		${WRKSRC}/highlnk.c
 -	@${REINPLACE_CMD} -e 's|^FLAGS.*|FLAGS = ${CFLAGS}|' \
 +	@${REINPLACE_CMD} -e 's|^FLAGS.*|FLAGS = ${CFLAGS}|; s|^\(CC\).*|\1?=gcc|' \
  		${WRKSRC}/Makefile
  
  do-install:
 --- makefile.patch end ---
State-Changed-From-To: feedback->closed  
State-Changed-By: ahze 
State-Changed-When: Fri Jul 8 10:17:04 GMT 2005 
State-Changed-Why:  
New Port Added, Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82455 
>Unformatted:
