aboutsummaryrefslogtreecommitdiff
path: root/graphics/mxp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Stage graphics/mxp and unbreak FreeBSD 10+John Marino2014-08-213-72/+30
| | | | | | | | PR: 192799 Submitted by: Ports Fury Notes: svn path=/head/; revision=365556
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* Remove trailing whitespaces from category graphicsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345412
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Convert to OptionsNG: remove pkg-plist accordinglyMaho Nakata2013-03-211-0/+0
| | | | | | | | PR: 177138 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314803
* graphics/mxp: Convert to OptionsNGMaho Nakata2013-03-212-16/+15
| | | | | | | | PR: 177138 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314802
* In categories starting with [efg], remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | for `graphics/kipi-plugins'). Notes: svn path=/head/; revision=314438
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Replace USE_XPM with a list of required xorg componentsPav Lucistnik2008-03-111-3/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=208825
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Add mxp (Mandelbrot explorer). Mxp is an X application for computing and ↵Maho Nakata2005-03-256-0/+123
exploring Mandelbrot sets. Features of mxp include: - zoom and un-zoom - dynamic resizing of drawing window - setup save/load - asynchronous image generation (buttons always work) - GIF output - animation - nine color schemes - color rotation - color change options - detailed statistics WWW: http://www.ibiblio.org/pub/Linux/apps/math/fractals/ and also fix category Approved by: portmgr(marcus) Submitted by: kris Notes: svn path=/head/; revision=131934