Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  3 Dec 1999 13:29:37 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15245: New port: devel/lincvs
Message-ID:  <19991203182937.45C679B36@pawn.primelocation.net>

next in thread | raw e-mail | index | archive | help

>Number:         15245
>Category:       ports
>Synopsis:       New port: devel/lincvs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec  3 10:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

New port: devel/lincvs

LinCVS is a QT2-based frontend to CVS

>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:
#
#	lincvs
#	lincvs/Makefile
#	lincvs/files
#	lincvs/files/md5
#	lincvs/pkg
#	lincvs/pkg/PLIST
#	lincvs/pkg/COMMENT
#	lincvs/pkg/DESCR
#	lincvs/patches
#	lincvs/patches/patch-aa
#
echo c - lincvs
mkdir -p lincvs > /dev/null 2>&1
echo x - lincvs/Makefile
sed 's/^X//' >lincvs/Makefile << 'END-of-lincvs/Makefile'
X# New ports collection makefile for:	lincvs
X# Version required:			0.2.2
X# Date created:				03 December 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	lincvs_0.2.2
XPKGNAME=	lincvs-0.2.2
XCATEGORIES=	devel kde
XMASTER_SITES=	http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/
X
XMAINTAINER=	jedgar@fxp.org
X
XUSE_QT2=	yes
XWRKSRC=		${WRKDIR}/LinCVS-0.2.2
X
Xdo-configure:
X	@${PERL} -pi.orig -e 's|__X11BASE__|${X11BASE}|' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/LinCVS ${PREFIX}/bin/lincvs
X	${MKDIR} ${PREFIX}/share/doc/lincvs
X	${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/lincvs
X	${INSTALL_DATA} ${WRKSRC}/doc/index-1.html ${PREFIX}/share/doc/lincvs
X
X.include <bsd.port.mk>
END-of-lincvs/Makefile
echo c - lincvs/files
mkdir -p lincvs/files > /dev/null 2>&1
echo x - lincvs/files/md5
sed 's/^X//' >lincvs/files/md5 << 'END-of-lincvs/files/md5'
XMD5 (lincvs_0.2.2.tar.gz) = 2469a7be85fe3d29a76b0664104dcf54
END-of-lincvs/files/md5
echo c - lincvs/pkg
mkdir -p lincvs/pkg > /dev/null 2>&1
echo x - lincvs/pkg/PLIST
sed 's/^X//' >lincvs/pkg/PLIST << 'END-of-lincvs/pkg/PLIST'
Xbin/lincvs
Xshare/doc/lincvs/index.html
Xshare/doc/lincvs/index-1.html
X@dirrm share/doc/lincvs
END-of-lincvs/pkg/PLIST
echo x - lincvs/pkg/COMMENT
sed 's/^X//' >lincvs/pkg/COMMENT << 'END-of-lincvs/pkg/COMMENT'
XGraphical CVS front-end using QT2
END-of-lincvs/pkg/COMMENT
echo x - lincvs/pkg/DESCR
sed 's/^X//' >lincvs/pkg/DESCR << 'END-of-lincvs/pkg/DESCR'
XLinCVS is a QT2-based frontend for the CVS-client supporting
Xboth CVS-versions 1.9 and 1.10, perhaps even older ones....
XIt allows to check out a module from and import of a module to a
Xrepository, to update or retrieve the status of a working directory
Xor single files and common operations like add, remove and commit,
Xdiff against the repository or view of the log messages in list
Xform.
X
XWWW: http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/lincvsen.html
X
X- Chris D. Faulhaber
Xjedgar@fxp.org
END-of-lincvs/pkg/DESCR
echo c - lincvs/patches
mkdir -p lincvs/patches > /dev/null 2>&1
echo x - lincvs/patches/patch-aa
sed 's/^X//' >lincvs/patches/patch-aa << 'END-of-lincvs/patches/patch-aa'
X--- Makefile.orig	Fri Dec  3 10:45:01 1999
X+++ Makefile	Fri Dec  3 11:18:26 1999
X@@ -7,15 +7,15 @@
X 
X ####### Compiler, tools and options
X 
X-CC	=	gcc
X-CXX	=	g++
X-CFLAGS	=	-pipe -Wall -W -O3 -DLINCVS_APP
X-CXXFLAGS=	-pipe -Wall -W -O3 -DLINCVS_APP
X-INCPATH	=	-I./include -I./res -I./themes/include -I./themes/res -I$(QTDIR)/include
X-LINK	=	g++
X+#CC	=	gcc
X+#CXX	=	g++
X+CFLAGS+=	-DLINCVS_APP
X+CXXFLAGS=	$(CFLAGS)
X+INCPATH	=	-I./include -I./res -I./themes/include -I./themes/res -I__X11BASE__/include/qt2
X+LINK	=	$(CXX)
X LFLAGS	=	
X-LIBS	=	-L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm
X-MOC	=	moc
X+LIBS	=	-L__X11BASE__/lib -lqt2 -lXext -lX11 -lm
X+MOC	=	__X11BASE__/bin/moc2
X 
X TAR	=	tar -cf
X GZIP	=	gzip -9f
END-of-lincvs/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991203182937.45C679B36>