lincvs-0.2.3: graphical CVS front-end using QT2
This commit is contained in:
parent
a97326dff8
commit
25c1ab3506
33
devel/lincvs/Makefile
Normal file
33
devel/lincvs/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/10 13:15:23 reinhard Exp $
|
||||
|
||||
DISTNAME= lincvs_0.2.3
|
||||
PKGNAME= lincvs-0.2.3
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.340
|
||||
MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/
|
||||
|
||||
HOMEPAGE= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/lincvsen.html
|
||||
|
||||
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
LIB_DEPENDS= qt.2.::x11/qt2
|
||||
|
||||
WRKDIST= ${WRKDIR}/LinCVS-0.2.3
|
||||
|
||||
do-install:
|
||||
@mv ${WRKSRC}/LinCVS ${WRKSRC}/lincvs
|
||||
${INSTALL_DATA} -m 0755 -g 0 ${WRKSRC}/lincvs ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lincvs
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/lincvs
|
||||
${INSTALL_DATA} ${WRKSRC}/INSTALL.TXT ${PREFIX}/share/doc/lincvs
|
||||
${INSTALL_DATA} ${WRKSRC}/README.TXT ${PREFIX}/share/doc/lincvs
|
||||
${INSTALL_DATA} ${WRKSRC}/VERSION.TXT ${PREFIX}/share/doc/lincvs
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/lincvs/files/md5
Normal file
3
devel/lincvs/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lincvs_0.2.3.tar.gz) = 628008a77bebe929ff02f9deae8d8949
|
||||
RMD160 (lincvs_0.2.3.tar.gz) = 690507521d87d413bbcc3c63f4bc48120f4cf621
|
||||
SHA1 (lincvs_0.2.3.tar.gz) = 0ee6fa4599579e014918f3b02790fe866ee608f6
|
27
devel/lincvs/patches/patch-Makefile
Normal file
27
devel/lincvs/patches/patch-Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
--- Makefile.orig Fri Dec 3 16:45:01 1999
|
||||
+++ Makefile Sun Dec 3 23:07:17 2000
|
||||
@@ -7,15 +7,15 @@
|
||||
|
||||
####### Compiler, tools and options
|
||||
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
-CFLAGS = -pipe -Wall -W -O3 -DLINCVS_APP
|
||||
-CXXFLAGS= -pipe -Wall -W -O3 -DLINCVS_APP
|
||||
-INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I$(QTDIR)/include
|
||||
-LINK = g++
|
||||
+#CC = gcc
|
||||
+#CXX = g++
|
||||
+CFLAGS+= -DLINCVS_APP
|
||||
+CXXFLAGS= ${CFLAGS}
|
||||
+INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I${PREFIX}/include/X11/qt2
|
||||
+LINK = $(CXX)
|
||||
LFLAGS =
|
||||
-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm
|
||||
-MOC = moc
|
||||
+LIBS = -L${PREFIX}/lib/qt2 -L${PREFIX}/lib -L${X11BASE}/lib -lqt -lXext -lX11 -lm
|
||||
+MOC = ${PREFIX}/bin/moc2
|
||||
|
||||
TAR = tar -cf
|
||||
GZIP = gzip -9f
|
||||
|
1
devel/lincvs/pkg/COMMENT
Normal file
1
devel/lincvs/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
graphical CVS front-end using QT2
|
9
devel/lincvs/pkg/DESCR
Normal file
9
devel/lincvs/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
LinCVS is a QT2-based frontend for the CVS-client supporting
|
||||
both CVS-versions 1.9 and 1.10, perhaps even older ones....
|
||||
It allows to check out a module from and import of a module to a
|
||||
repository, to update or retrieve the status of a working directory
|
||||
or single files and common operations like add, remove and commit,
|
||||
diff against the repository or view of the log messages in list
|
||||
form.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
devel/lincvs/pkg/MESSAGE
Normal file
5
devel/lincvs/pkg/MESSAGE
Normal file
@ -0,0 +1,5 @@
|
||||
Documentation has been installed in ${PREFIX}/share/doc/lincvs.
|
||||
|
||||
Refer to online help:
|
||||
Press the F1 key or select from the 'Help' menu for description
|
||||
about how to use the program.
|
7
devel/lincvs/pkg/PLIST
Normal file
7
devel/lincvs/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/12/10 13:15:23 reinhard Exp $
|
||||
bin/lincvs
|
||||
share/doc/lincvs/COPYING
|
||||
share/doc/lincvs/INSTALL.TXT
|
||||
share/doc/lincvs/README.TXT
|
||||
share/doc/lincvs/VERSION.TXT
|
||||
@dirrm share/doc/lincvs
|
Loading…
Reference in New Issue
Block a user