diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:21:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 19:21:16 +0000 |
commit | 8bebdfc940bd1b2cd50f63d7bfe7a7124f144a3f (patch) | |
tree | eb45c5a28c927520f17e683d39aed7879037a370 | |
parent | 3d3410384b03b35fa657375af22d88d30fabd9e0 (diff) | |
download | ports-8bebdfc940bd1b2cd50f63d7bfe7a7124f144a3f.tar.gz ports-8bebdfc940bd1b2cd50f63d7bfe7a7124f144a3f.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-p4/Makefile | 55 | ||||
-rw-r--r-- | devel/ruby-p4/distinfo | 3 | ||||
-rw-r--r-- | devel/ruby-p4/pkg-descr | 19 | ||||
-rw-r--r-- | devel/ruby-p4/pkg-plist | 13 |
6 files changed, 1 insertions, 91 deletions
@@ -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 diff --git a/devel/Makefile b/devel/Makefile index f40d803a66a0..c2c7e2551c07 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/ruby-p4/Makefile b/devel/ruby-p4/Makefile deleted file mode 100644 index f4cffe0281d8..000000000000 --- a/devel/ruby-p4/Makefile +++ /dev/null @@ -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> diff --git a/devel/ruby-p4/distinfo b/devel/ruby-p4/distinfo deleted file mode 100644 index 40da6ccfedca..000000000000 --- a/devel/ruby-p4/distinfo +++ /dev/null @@ -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 diff --git a/devel/ruby-p4/pkg-descr b/devel/ruby-p4/pkg-descr deleted file mode 100644 index 42bb5734f6ba..000000000000 --- a/devel/ruby-p4/pkg-descr +++ /dev/null @@ -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 diff --git a/devel/ruby-p4/pkg-plist b/devel/ruby-p4/pkg-plist deleted file mode 100644 index e5732b23c125..000000000000 --- a/devel/ruby-p4/pkg-plist +++ /dev/null @@ -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%% |