Remove devel/ruby-p4 as it has been marked BROKEN for over 6 months.
This commit is contained in:
parent
3d3410384b
commit
8bebdfc940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235725
6 changed files with 1 additions and 91 deletions
1
MOVED
1
MOVED
|
@ -4016,3 +4016,4 @@ comms/gfax||2009-06-13|Removed
|
|||
deskutils/kio_locate||2009-06-13|Removed
|
||||
deskutils/mical||2009-06-13|Removed
|
||||
devel/p5-VCP||2009-06-13|Removed
|
||||
devel/ruby-p4||2009-06-13|Removed
|
||||
|
|
|
@ -2556,7 +2556,6 @@
|
|||
SUBDIR += ruby-mmap
|
||||
SUBDIR += ruby-multi
|
||||
SUBDIR += ruby-ncurses
|
||||
SUBDIR += ruby-p4
|
||||
SUBDIR += ruby-poll
|
||||
SUBDIR += ruby-property
|
||||
SUBDIR += ruby-racc
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
# New ports collection makefile for: P4Ruby
|
||||
# Date created: 16 August 2003
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= p4
|
||||
PORTVERSION= 1.4251
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://public.perforce.com/guest/tony_smith/perforce/API/Ruby/release/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME:U}Ruby-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Ruby interface to the Perforce API
|
||||
|
||||
EXTRACT_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
BROKEN= does not compile
|
||||
|
||||
P4APIVER= 2003.01
|
||||
P4APIDIR= ${WRKDIR}/p4api
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
EXAMPLES= example.rb
|
||||
|
||||
DOCS= Changes \
|
||||
doc/*
|
||||
|
||||
post-extract:
|
||||
${MKDIR} ${P4APIDIR}
|
||||
${LN} -s ${LOCALBASE}/include/perforce/*.h ${P4APIDIR}/
|
||||
${LN} -s ${LOCALBASE}/lib/perforce/*.a ${P4APIDIR}/
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC}; ${RUBY} p4conf.rb --apidir="${P4APIDIR}" --apiver="${P4APIVER}"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
|
||||
.endfor
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (ruby/P4Ruby-1.4251.tar.gz) = ddabd9e10f536a4555b1e3a7f4bec66b
|
||||
SHA256 (ruby/P4Ruby-1.4251.tar.gz) = 1b2b322a7233478be0d54954c523cf98eaf28a9a00a5a06aeb1c58191e6e510c
|
||||
SIZE (ruby/P4Ruby-1.4251.tar.gz) = 32838
|
|
@ -1,19 +0,0 @@
|
|||
P4Ruby: Ruby interface to the Perforce API
|
||||
|
||||
P4Ruby allows you to write beautiful Ruby code that interacts with a
|
||||
Perforce server. The main features are:
|
||||
|
||||
* Get Perforce data and forms in hashes and arrays
|
||||
* Edit Perforce forms by modifying hashes
|
||||
* Exception based error handling
|
||||
* Ignore warnings (like "File(s) up-to-date." on a sync)
|
||||
* Run as many commands on a connection as you want to
|
||||
|
||||
Writing Ruby code is a joy for all programmers, and P4Ruby makes that
|
||||
experience available to Perforce users. Enjoy it!
|
||||
|
||||
Note: P4Ruby is not supported by Perforce Software, but the author
|
||||
below personally.
|
||||
|
||||
Author: Tony Smith <tony@smee.org>
|
||||
WWW: http://public.perforce.com/guest/tony_smith/perforce/API/Ruby/index.html
|
|
@ -1,13 +0,0 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/P4.so
|
||||
%%RUBY_SITELIBDIR%%/P4.rb
|
||||
%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changes
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/P4.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/P4DepotFile.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/P4Exception.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/P4Integration.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/P4Revision.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/dot.gif
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in a new issue