# New ports collection makefile for: ruby-interbase # Date created: 8 Nov 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= interbase PORTVERSION= 0.05 CATEGORIES= databases ruby MASTER_SITES= http://www.rowlandresearch.com/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= skv@FreeBSD.org LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird WRKSRC= ${WRKDIR}/${PORTNAME} USE_RUBY= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/firebird/include" \ --with-interbase-lib-dir="${LOCALBASE}/firebird/lib" INSTALL_TARGET= site-install DOCS_EN= README DOCS_JA= README.ja post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/ .endfor .endif .include cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision after changes in gstreamer-plugins master portbapt2014-04-251-1/+1
| | | | Fix gstreamer-plugins-bad after changes in the master port
* Stagify Gstreamer ports.kwm2013-11-021-1/+0
| | | | | | | | | | Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | audio)
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
* Since we are still on cdparanoia-III-9.8, we don't have cache control.marcus2009-08-101-1/+1
| | | | Make sure we don't reference undefined symbols.
* Update to 0.10.23.kwm2009-05-111-1/+1
| | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.23.html
* Fix packaging for plugins.kwm2009-01-281-1/+1
| | | | | Pointed out by: Géraud CONTINSOUZAS geraud at gcu dot nfo Jan Hendrik Sylvester me at janh dot de
* Update to 0.10.21.kwm2008-10-101-1/+1
| | | | | | Depend on neon 28 unless neon 26 is installed. Approved by: maintainer (ahze)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)