Index: head/devel/freeride/Makefile =================================================================== --- head/devel/freeride/Makefile (revision 118424) +++ head/devel/freeride/Makefile (revision 118425) @@ -1,35 +1,37 @@ # New ports collection makefile for: FreeRIDE # Date created: 16 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= freeride PORTVERSION= 0.6.0 CATEGORIES= devel ruby MASTER_SITES= http://rubyforge.org/frs/download.php/256/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= alecn2002@yandex.ru COMMENT= Ruby Integrated Developement Environment written in Ruby +BROKEN= Does not build + RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/fox.so:${PORTSDIR}/x11-toolkits/ruby-fox \ ${RUBY_SITELIBDIR}/freebase/freebase.rb:${PORTSDIR}/devel/freebase USE_RUBY= yes NO_BUILD= yes pre-install: ${CP} ${FILESDIR}/install.rb ${WRKSRC}/ do-install: cd ${WRKSRC}; ${RUBY} install.rb post-install: ${INSTALL_SCRIPT} ${FILESDIR}/freeride ${PREFIX}/bin ${CHMOD} a+w ${RUBY_SITELIBDIR}/freeride/config .include Property changes on: head/devel/freeride/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/lang/ruby-ri/Makefile =================================================================== --- head/lang/ruby-ri/Makefile (revision 118424) +++ head/lang/ruby-ri/Makefile (revision 118425) @@ -1,56 +1,58 @@ # New ports collection makefile for: ri # Date created: 5 April 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= ri PORTVERSION= 0.8a CATEGORIES= lang ruby MASTER_SITES= ftp://www.pragmaticprogrammer.com/ruby/downloads/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby Interactive reference +BROKEN= Does not build + USE_RUBY= yes WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes ELISP_FILES= ri.el DOCS= COPYING ChangeLog README EMACS_DOCS= Changelog DESCRIPTION EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp post-patch: ${RUBY} -i -pe 'gsub %r|/usr/local|, "${PREFIX}"' \ ${WRKSRC}/contrib/dblack/emacs/ri.el do-install: cd ${WRKSRC}; ${RUBY} install.rb ${INSTALL_DATA} ${WRKSRC}/contrib/dblack/emacs/Emacs.rb ${RUBY_SITELIBDIR}/${PORTNAME}/op/ ${MKDIR} ${XEMACSLISPDIR} .for f in ${ELISP_FILES} ${INSTALL_DATA} ${WRKSRC}/contrib/dblack/emacs/${f} ${RUBY_ELISPDIR}/ ${LN} -sf ${RUBY_ELISPDIR}/${f} ${EMACSLISPDIR}/ ${LN} -sf ${RUBY_ELISPDIR}/${f} ${XEMACSLISPDIR}/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/emacs .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .for f in ${EMACS_DOCS} ${INSTALL_DATA} ${WRKSRC}/contrib/dblack/emacs/${f} ${RUBY_MODDOCDIR}/emacs/ .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/lang/ruby-ri/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/ruby-jabber4r/Makefile =================================================================== --- head/net/ruby-jabber4r/Makefile (revision 118424) +++ head/net/ruby-jabber4r/Makefile (revision 118425) @@ -1,58 +1,60 @@ # New ports collection makefile for: jabber4r # Date created: 11 December 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= jabber4r PORTVERSION= 0.6.0 CATEGORIES= net ruby MASTER_SITES= http://rubyforge.org/frs/download.php/376/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to connect to an existing Jabber account +BROKEN= Does not build + USE_RUBY= yes USE_RUBY_FEATURES= rexml USE_RUBY_RDOC= yes WRKSRC= ${WRKDIR}/${PORTNAME} DOCS= LICENSE.txt README doc EXAMPLES= examples/* .include PLIST_MODDOCDIR= share/doc/${RUBY_NAME}/${RUBY_MODNAME} post-extract: ${RM} ${WRKSRC}/lib/jabber4r/LICENSE.txt do-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${RUBY_RDOC} .endif do-install: cd ${WRKSRC}; ${RUBY} install.rb .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ .endfor cd ${WRKSRC} && \ ${FIND} doc -type f|${SORT}| \ ${SED} 's:^:${PLIST_MODDOCDIR}/:' >> ${TMPPLIST}; \ ${FIND} doc -type d|${SORT} -r| \ ${SED} 's:^:@dirrm ${PLIST_MODDOCDIR}/:'>> ${TMPPLIST} ${ECHO_CMD} '@dirrm ${PLIST_MODDOCDIR}'>> ${TMPPLIST} .endif .include Property changes on: head/net/ruby-jabber4r/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property