1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add rapidsvn, Cross-platform GUI front-end for the Subversion revision

system.
This commit is contained in:
Jun Kuriyama 2005-01-09 02:38:52 +00:00
parent ec96c8ea9d
commit e558ef8918
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125910
6 changed files with 63 additions and 0 deletions

View File

@ -1266,6 +1266,7 @@
SUBDIR += qssl
SUBDIR += qtk
SUBDIR += ragel
SUBDIR += rapidsvn
SUBDIR += re2c
SUBDIR += readline
SUBDIR += regexx

40
devel/rapidsvn/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: rapidsvn
# Date created: Jan 1, 2005
# Whom: kuriyama@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= rapidsvn
PORTVERSION= 0.7.0
CATEGORIES= devel
MASTER_SITES= http://www.rapidsvn.org/download/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Cross-platform GUI front-end for the Subversion revision system
BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \
${WXCONFIG}:${PORTSDIR}/x11-toolkits/${WXPORT} \
neon-config:${PORTSDIR}/www/neon \
${SVNDEP}:${PORTSDIR}/devel/subversion
USE_X_PREFIX= yes
USE_LIBTOOL_VER= 15
USE_AUTOCONF_VER= 259
CONFIGURE_ARGS= --with-wx-config=${WXCONFIG} \
--with-apr-config=apr-1-config \
--with-apu-config=apu-1-config
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}"
INSTALLS_SHLIB= yes
MAN1= rapidsvn.1
.if exists(${X11BASE}/bin/wxgtk2-2.5-config)
WXPORT= wxgtk2-devel
WXCONFIG= wxgtk2-2.5-config
.else
WXPORT= wxgtk2
WXCONFIG= wx-config
.endif
SVNDEP= ${LOCALBASE}/include/subversion-1/svn_types.h
.include <bsd.port.mk>

2
devel/rapidsvn/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (rapidsvn-0.7.0.tar.gz) = 81b6172dd3e270947e17430c4a28bb8b
SIZE (rapidsvn-0.7.0.tar.gz) = 540092

View File

@ -0,0 +1,11 @@
--- src/svncpp/path.cpp.orig Sat Jan 1 14:54:58 2005
+++ src/svncpp/path.cpp Sat Jan 1 14:55:24 2005
@@ -259,7 +259,7 @@
Pool pool;
apr_status_t stat = apr_temp_dir_get (&tempdir, pool);
- if (!APR_STATUS_IS_SUCCESS(stat))
+ if (APR_SUCCESS != stat)
{
tempdir = NULL;
}

5
devel/rapidsvn/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
RapidSVN is a cross-platform GUI front-end for the Subversion revision
system written in C++ using the wxWidgets framework. This project also
includes a Subversion client C++ API.
WWW: http://rapidsvn.tigris.org/

4
devel/rapidsvn/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/rapidsvn
lib/libsvncpp.a
lib/libsvncpp.so
lib/libsvncpp.so.0