/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Ettore Perazzoli * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef _E_USER_CREATABLE_ITEMS_HANDLER_H_ #define _E_USER_CREATABLE_ITEMS_HANDLER_H_ #include #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_USER_CREATABLE_ITEMS_HANDLER (e_user_creatable_items_handler_get_type ()) #define E_USER_CREATABLE_ITEMS_HANDLER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_USER_CREATABLE_ITEMS_HANDLER, EUserCreatableItemsHandler)) #define E_USER_CREATABLE_ITEMS_HANDLER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_USER_CREATABLE_ITEMS_HANDLER, EUserCreatableItemsHandlerClass)) #define E_IS_USER_CREATABLE_ITEMS_HANDLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_USER_CREATABLE_ITEMS_HANDLER)) #define E_IS_USER_CREATABLE_ITEMS_HANDLER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_USER_CREATABLE_ITEMS_HANDLER)) typedef struct _EUserCreatableItemsHandler EUserCreatableItemsHandler; typedef struct _EUserCreatableItemsHandlerPrivate EUserCreatableItemsHandlerPrivate; typedef struct _EUserCreatableItemsHandlerClass EUserCreatableItemsHandlerClass; typedef void (*EUserCreatableItemsHandlerCreate)(EUserCreatableItemsHandler *handler, const char *item_type_name, void *data); struct _EUserCreatableItemsHandler { GObject parent; EUserCreatableItemsHandlerPrivate *priv; }; struct _EUserCreatableItemsHandlerClass { GObjectClass parent_class; }; GType e_user_creatable_items_handler_get_type (void); EUserCreatableItemsHandler *e_user_creatable_items_handler_new (const char *component_alias, EUserCreatableItemsHandlerCreate create_local, void *data); void e_user_creatable_items_handler_activate (EUserCreatableItemsHandler *handler, BonoboUIComponent *ui_component); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_USER_CREATABLE_ITEMS_HANDLER_H_ */ n4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* - BROKEN fails to buildmiwi2013-05-101-0/+2
|
* - Broken fails to buildmiwi2013-05-101-0/+2
|
* - Broken fails to fetchmiwi2013-05-101-4/+2
|
* - Fix extract on 9+ due to this picking up /usr/bin/unzip instead ofbdrewery2013-05-101-1/+1
| | | | | | | | looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to. Will let maintainers decide if archivers/unzip is really still needed. Some of these ports/options remain broken due to other issues. With hat: portmgr
* - Update to 1.3.2gahr2013-05-0812-132/+81
| | | | | | Release notes: http://sf.net/apps/mediawiki/meshlab/index.php?title=Release_Notes_1.3.2 - Unbreak
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* Update to 3.400.rakuco2013-05-042-3/+4
| | | | | PR: ports/177726 Submitted by: Otacilio <otacilio.neto@ee.ufcg.edu.br> (maintainer)
* Fix extractionbapt2013-05-031-1/+1
|
* - Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".hrs2013-05-014-18/+80
| | | | | | | - Style clean-ups. PR: ports/157313 Spotted by: Makoto Kishimoto
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-305-27/+23
| | | | | | While here: - trim headers - convert to new options framework
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-5/+3
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Add LICENSE.hrs2013-04-292-16/+44
| | | | | | | | - Add MAKE_JOBS_SAFE=yes. - Use OPTIONS_DEFINE. - Enable NLS by default. - Trim old-style header. - Update WWW: in pkg-descr.
* Fix patch which got mangled somehow before committing.madpilot2013-04-281-3/+1
| | | | | Reported by: Barbara Guida <barbara.freebsd@gmail.com>, Matthias Petermann <matthias@petermann.it> (maintainer)
* - Update to 4.0madpilot2013-04-274-40/+46
| | | | | | | - Remove Created by line (requested by maintainer/creator) PR: ports/178167 Submitted by: Matthias Petermann <matthias@petermann.it> (maintiner)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-273-6/+3
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Update MASTER_SITESmiwi2013-04-261-10/+5
| | | | | PR: 177907 Submitted by: ports fury
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-6/+3
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-3/+3
| | | | Approved by: portmgr (bapt)
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-231-1/+1
| | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
* Convert all c categories to USE=pkgconfigbapt2013-04-235-11/+6
|
* Update to version 2.2.3.tijl2013-04-173-16/+14
| | | | | | PR: ports/177849 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* GNU Emacs updatesashish2013-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* Style: tab -> space.eadler2013-03-297-7/+7
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Remove duplicate USES.eadler2013-03-281-2/+2
| | | | | | - Drop gnomehack Submitted by: jgh
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-283-13/+7
| | | | "pathfix" instead.
* - Makefile tweaksbeech2013-03-253-30/+45
| | | | | | | | | - Add Icons - Change Homepage - Bump portrevision PR: ports/177221 Submitted by: nemysis <nemysis@gmx.ch>
* - Update to 0.79.3miwi2013-03-243-9/+10
| | | | | PR: 177271 Submitted by: Ports Fury
* - convert USE_CMAKE to USESmakc2013-03-236-9/+7
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Sweet Home 3D is a free interior design application that helps you place yourpawel2013-03-227-0/+109
| | | | | | | | | furniture on a house 2D plan, with a 3D preview. WWW: http://www.sweethome3d.com PR: ports/171760 Submitted by: Matthias Petermann <matthias@petermann.it>
* Convert to new options framework left unconverted ports in c* categoriesbapt2013-03-222-26/+27
|
* Chase french/med upgrade.thierry2013-03-201-1/+2
|
* Upgrade to 1.10.4.thierry2013-03-204-31/+40
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-2/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* * Fix pkg-plist for WITH_EXAMPLES case.maho2013-03-182-21/+411
| | | | | | | | * Update variable in case we want to replace default browser or gv (and port revision bumped accordingly). Submitted by: pfg@ PR: 176649
* In categories starting with 'c' and 'd', remove empty lines from pkg-plistdanfe2013-03-173-5/+0
| | | | | (except for `databases/tdbc' and `devel/py-mercurialserver', where it looks like they're being used deliberately).
* LDraw is an open standard for LEGO CAD programs that allow the user to createpawel2013-03-144-0/+40
| | | | | | | | | | | | | virtual LEGO models and scenes. You can use it to document models you have physically built, create building instructions just like LEGO, render 3D photo realistic images of your virtual models and even make animations. The possibilities are endless. Unlike real LEGO bricks where you are limited by the number of parts and colors, in LDraw nothing is impossible. WWW: http://www.ldraw.org/ PR: ports/174901 Submitted by: nemysis@gmx.ch
* - Update to 2.7.0.stephen2013-03-104-42/+49
| | | | Reported by: thierry@
* Convert USE_BISON to USES= bisonbapt2013-03-085-20/+8
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* Update cad/calculix to version 2.5maho2013-03-057-35/+118
| | | | | PR: 176649 Submitted by: pfg@
* Logisim is an educational tool for designing and simulating digital logicpawel2013-03-024-0/+54
| | | | | | | | | | | | | | | | | | | circuits. With its simple toolbar interface and simulation of circuits as you build them, it is simple enough to facilitate learning the most basic concepts related to logic circuits. With the capacity to build larger circuits from smaller subcircuits, and to draw bundles of wires with a single mouse drag, Logisim can be used (and is used) to design and simulate entire CPUs for educational purposes. Logisim is used by students at colleges and universities around the world in many types of classes, ranging from a brief unit on logic in general-education computer science surveys, to computer organization courses, to full-semester courses on computer architecture. WWW: http://ozark.hendrix.edu/~burch/logisim/ PR: ports/176354 Submitted by: Javad Kouhi <javad.kouhi@gmail.com>
* - Update to 2.3.0miwi2013-03-022-6/+8
| | | | | PR: 176545 Submitted by: ports fury
* - Update to 1.8.1miwi2013-03-023-50/+267
| | | | | PR: 176537 Submitted by: ports fury
* Update to 3.3.44zeising2013-03-012-3/+3
|
* - Update to 9.03.lippe2013-02-273-64/+49
| | | | | | | | - Add desktop entry - Pass maintainership to submitter PR: ports/176387 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - update to 2.2.2rm2013-02-212-4/+6
| | | | | | | - convert to optionsng (EXAMPLES case), while here PR: 176274 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Really get rid of PTHREAD_ stuffgahr2013-02-141-2/+2
| | | | Reported by: miwi
* - Update to 3.7.48, give mainatinership to submitter [1]pawel2013-02-092-7/+6
| | | | | | | | - Improve COMMENT - Binary links to libXScrnSaver PR: ports/175804 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Update to 0.7.06.038miwi2013-02-084-20/+39
| | | | | PR: 175019 Submitted by: Ports Fury
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)gahr2013-02-0717-39/+32
| | | | Approved by: portmgr
* - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesgahr2013-02-061-1/+0
|
* Fix build on FreeBSD 9+bapt2013-02-061-3/+3
|
* - Update to 0.79.2.araujo2013-02-044-44/+59
| | | | | PR: ports/174199 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-0414-14/+14
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Chase boost updatebapt2013-01-312-14/+6
|
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-234-2/+4
|
* - Update to 1.19E.araujo2013-01-216-396/+399
| | | | | | | - Trim header. PR: ports/174168 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 9.7.79.araujo2013-01-213-5/+5
| | | | | PR: ports/174159 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 3.3.42zeising2013-01-162-3/+3
| | | | Approved by: kwm, miwi (mentors, implicit)
* - adopt optionsNG [1]jgh2013-01-112-139/+144
| | | | | | | | - while here, break out massive man page list into Makefile.man [2] PR: 175166 Submitted by: maintainer, erik@brlcad.org [1], jgh@ [2] Approved by: maintainer, erik@brlcad.org [2]
* - Update DESKTOP_ENTRIES:makc2013-01-072-4/+4
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - Chase Qt upgrade;thierry2012-12-307-16/+90
| | | | | | | | | | | | | - Chase VTK upgrade; - Unbreak. Credit: most of these patches have been sent by Roger Mason (rmason (at) mun.ca) to the maintainer. PR: ports/174065 Submitted by: /me Approved by: maintainer
* - Update to 3.7.45madpilot2012-12-222-3/+3
|
* - Update to version 2.2.1 [1]pawel2012-12-172-15/+21
| | | | | | | - Add missing deps PR: ports/174370 [1] Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Fix BROKEN by disabling build of togl an isst [1]pawel2012-12-162-25/+14
| | | | | | | - Add missing library deps this package's binaries link to PR: ports/174282 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
* Update to 9.7.78eadler2012-12-152-3/+3
|
* Update leocad to 0.79eadler2012-12-153-19/+15
| | | | Trim header
* convert SINGLE -> RADIO optionsbapt2012-12-111-10/+4
|
* Update PCRE to 8.32mm2012-12-112-0/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-104-28/+9
| | | | suppress any reference to USE_JAVA= 1.5+ (part1)
* - Fix build with clangpawel2012-12-083-26/+80
| | | | | | | | | - Convert to OptionsNG, add READLINE option - Realign pkg-descr PR: ports/172724 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update to version 7.5.229sperber2012-12-012-9/+5
| | | | | | | | | | - Remove shlib versions - Trim Makefile header PR: ports/171972 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
* Add one more month before removal: we are working on some patches andthierry2012-11-291-1/+1
| | | | | | | hope to fix it (breakage due to VTK upgrade already fixed, the breakage due to Qt's upgrade beeing investigated). Feature safe: yes
* - Update to 5.0.0.stephen2012-11-226-44/+69
| | | | | | - Set OCC option off: cad/opencascade port needs updating before this works. Feature safe: yes
* - Use new options framework.stephen2012-11-221-9/+8
| | | | Feature safe: yes
* - Update to 2.6.1.stephen2012-11-043-8/+6
| | | | Feature safe: yes
* Update to 3.3.41zeising2012-11-042-8/+4
| | | | | | | While here, strip make file header. Approved by: kwm, miwi (mentors, implicit) Feature safe: yes
* - Update to version 0.2.2pawel2012-10-314-66/+98
| | | | | | | | | | | | | | | - Convert to OptionsNG, respect DOCS EXAMPLES - Add LICENSE While here: - Add missing deps - Port needs pkg-config during build - Add desktop entry - Fix COMMENT PR: ports/172221 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update to 3.7.43madpilot2012-10-302-8/+4
| | | | | | | | - Trim Makefile headers PR: ports/171973 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update MASTER_SITES and WWW: linebapt2012-10-283-13/+27
| | | | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Fix build with clang - Respects DOCS PR: ports/172219 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Replace USE_GCC=4.4+ by USE_GCC=4.6+, in preparation of some workgerald2012-10-061-1/+1
| | | | | | | linimon and me have discussed (and since lang/gcc44 is on the way out). Approved by: maintainer
* - Convert to OptionsNGgahr2012-10-011-6/+7
| | | | Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
* RepSnapper is a host software for controlling a RepRap 3D printer. It has apawel2012-09-295-0/+105
| | | | | | | | | | 3D OpenGL interface, slices objects and calculates the extrusion toolpath. It can manipulate 3D objects and save constellations in STL and AMF format. WWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction PR: ports/171796 Submitted by: Martin Dieringer <martin.dieringe@gmx.de>
* Update to 0.9.6zeising2012-09-262-3/+3
| | | | Approved by: kwm (mentor)
* Update to 3.3.40zeising2012-09-262-3/+3
| | | | Approved by: kwm (mentor)
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-261-6/+2
|
* Deprecated a bunch a ports with nor more public distfiles (thanks ehaupt'sbapt2012-09-211-0/+3
| | | | distilator
* - Update to 2.2.0bdrewery2012-09-172-4/+4
| | | | | PR: ports/171670 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Mark BROKEN: does not compilebeat2012-09-091-0/+2
| | | | | | | | | | | | | In file included from /usr/local/include/tk8.5/tkInt.h:974, from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27: /usr/local/include/tk8.5/tkIntDecls.h:672: error: expected declaration specifiers or '...' before '(' token /usr/local/include/tk8.5/tkIntDecls.h:672: error: conflicting types for 'XClipBox' /usr/local/include/X11/Xutil.h:381: error: previous declaration of 'XClipBox' was here Reported by: pointyhat
* Mark as broken on sparc64.linimon2012-09-081-1/+7
| | | | Hat: portmgr
* Remove useless metadata from ports I created.des2012-09-051-5/+0
|
* Chase Emacs updatesashish2012-09-052-0/+2
|
* Update to latest version 3.3.39.zeising2012-09-0410-23/+5
| | | | | | | Move to cad/gtkwave since we only have one version of this port, and the move will make maitenance easier. Approved by: kwm (mentor)
* - Update to 3.316swills2012-08-282-3/+3
| | | | | PR: ports/171063 Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer)
* - Update distinfo / plist because distfile was rerolled upstreamak2012-08-242-6/+5
| | | | | PR: ports/170900 Submitted by: Green Dog <fiziologus@gmail.com>
* Update to 5.12crees2012-08-103-6/+11
| | | | | | | Update maintainer's email address PR: ports/167983 Submitted by: maintainer (Thomas Zander <thomas.e.zander@googlemail.com>)
* - Update to 2.1.0madpilot2012-08-102-6/+5
| | | | | | PR: ports/170505 Submitted by: Fernando <fernando.apesteguia@gmail.com> Approved by: crees (mentor)
* - Mark as BROKEN: size mismatchbeat2012-08-061-0/+2
| | | | Reported by: pointyhat
* - Remove some empty filesmiwi2012-08-052-0/+0
|
* - Update to 3.1miwi2012-08-052-17/+29
| | | | | PR: 170137 Submitted by: Ports Fury
* - Update to 9.4cmiwi2012-08-054-33/+22
| | | | | PR: 170135 Submitted by: Ports Fury
* - Update to 9.7.74miwi2012-08-055-62/+43
| | | | | PR: 170138 Submitted by: Ports Fury
* - Update to 801miwi2012-08-054-22/+18
| | | | | PR: 170139 Submitted by: Ports Fury
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-053-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Mark BROKEN: does not builderwin2012-07-301-0/+2
| | | | Submitted by: pointyhat
* - Convert my ports to new options frameworkmakc2012-07-271-2/+4
| | | | | - use CONFLICTS_INSTALL - other minor changes
* Use the new PKG_CONFIG macro.zeising2012-07-261-0/+1
| | | | Approved by: miwi (mentor)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* Update to version 3.3.38, bugfix release.zeising2012-07-204-7/+8
| | | | Approved by: kwm (mentor)
* - Update to version 0.53.0sperber2012-07-204-15/+65
| | | | | | | | - Switch to optionsng PR: ports/169404 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* - Add dependency on qt4-script [1]gahr2012-07-181-2/+1
| | | | | | - Do not necessarily build with clang Reported by: PH (via erwin)
* - Update to 0.24nivit2012-07-172-13/+20
| | | | | - Set a different MASTER_SITE_SUBDIR for source and docs - Convert to the new options framework
* - Update to version 0.77.0pawel2012-07-127-123/+34
| | | | | | | - Switch to official mirror - Add desktop entry - Use PLIST_ macros instead of separate pkg-plist file - Port is now GTK+ 2.x based
* add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriatebf2012-07-092-4/+5
| | | | | | | | CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly note the restrictive license of the metis ports (while here, append the MPI port to *DEPENDS in math/parmetis, rather than using an assignment) PR: 169578
* Upgrade Code_Aster to 10.6.0-3.thierry2012-07-079-80/+156
|
* Upgrade to 2.6.0.thierry2012-07-077-83/+78
| | | | Approved by: stephen (maintainer)
* Upgrade to 5.1.12b.thierry2012-07-075-44/+77
|
* Change maintainer address to my FreeBSD.org mail address.zeising2012-07-032-2/+2
| | | | Approved by: kwm (mentor)
* - Update to 1.3.0gahr2012-07-0210-75/+119
|
* - Update to 7.22.0 [1]scheidell2012-07-013-1388/+1431
| | | | | | | | | - pet portlint (added USE_LDCONFIG) [2] PR: ports/169520 [1] Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1] Reviewed by: scheidell@ (me) [2] Obtained from: http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup
* - Detect eigen2 by checking for .pc file, not min. port version.avilla2012-06-271-1/+1
| | | | | | | If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
* Update to 0.21.19.hrs2012-06-202-5/+6
|
* Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzrcs2012-06-181-2/+2
|
* - Update to version 1.6.2sylvio2012-06-184-23/+2255
| | | | | | | | New file: distinfo PR: ports/168995 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.3.37ak2012-06-154-11/+9
| | | | | | | | - Convert to new options framework PR: ports/168267 Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer) Approved by: eadler, itetcu (mentors, implicit)
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* There was a problem that made "make extract" download an alreadyerwin2012-06-072-5/+6
| | | | | | | downloaded distribution file. PR: 168759 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-068-17/+9
| | | | Review by: bapt, David Naylor (kde team)
* - Update MASTER_SITES and WWW: linesylvio2012-06-063-36/+36
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES PR: ports/168592 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to version 3.7.40sylvio2012-06-062-13/+13
| | | | | PR: ports/168591 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Typobapt2012-06-011-1/+1
|
* Convert to new options frameworkbapt2012-06-018-74/+71
|
* - update png to 1.5.10dinoex2012-06-0147-36/+105
|
* Fix PORTREVISIONmakc2012-05-252-2/+2
| | | | Reported by: erwin
* Chase PyQT updatemakc2012-05-2512-10/+12
|
* Make the port build with the upcoming Qt 4.8.1 release.rakuco2012-05-221-0/+11
| | | | | | | | | | | | The QPoint overloads for operator*() were changed in the 4.8.0 release [1], so we need to add a patch to adjust a cast here. No PORTREVISION bump since there were no dependency changes and things are still building fine with Qt 4.7. [1] http://qt.gitorious.org/qt/qt/commit/a562fd2d201e3b618ed99a316275f20385cc5c25 Approved by: miwi (Qt 4.8.1 exp-run)
* - Update to version 7.5.220miwi2012-05-213-6/+6
| | | | | PR: 168024 Submitted by: Ports Fury
* Make the port build with the upcoming Qt 4.8.x series.rakuco2012-05-20