Port details |
- xfractint Unix port of FractInt
- 20.04p16_1 graphics
=4 20.04p16_1Version of this port present on the latest quarterly branch. - Maintainer: onemda@gmail.com
 - Port Added: unknown
- Last Update: 2024-01-22 12:26:17
- Commit Hash: c7eab9d
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: not specified in port
- WWW:
- https://fractint.net/
- Description:
- FractInt is an IBM PC program to generate fractals, and was written by
the Stone Soup Group.
The Unix port was done by Ken Shirriff and modified by Scott D. Boyd.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xfractint>0:graphics/xfractint
- To install the port:
- cd /usr/ports/graphics/xfractint/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/xfractint
- pkg install xfractint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xfractint
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612016110
SHA256 (xfractint-20.04p16.tar.gz) = 4e5401cfec0e6ffa1dab38e3c177e1445772096cbe554200c512edeea23c47ad
SIZE (xfractint-20.04p16.tar.gz) = 1356976
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_xfractint
- USES:
- gmake xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20.04p16_1 22 Jan 2024 12:26:17
    |
Muhammad Moinur Rahman (bofh)  |
graphics/xfractint: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20.04p16 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20.04p16 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
20.04p16 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20.04p16 19 Feb 2021 07:40:01
  |
fernape  |
graphics/xfractint: Update to 20.04p16
ChangeLog: https://fractint.net/ftp/current/dos/whatsnew.txt
PR: 253107
Submitted by: m.ne@gmx.net
Approved by: onemda@gmail.com (maintainer, timeout > 2 weeks) |
20.04p14 11 Feb 2021 13:42:53
  |
danfe  |
Unbreak the build against modern compilers (Clang 11, GCC 10) which
require there is only one variable definition per each object file. |
20.04p14 27 Jan 2021 15:49:43
  |
antoine  |
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: b_const
>>> defined at fractalb.c
>>> ./common/fractalb.o:(b_const)
>>> defined at fractals.c
>>> ./common/fractals.o:(.bss+0x2B0)
Reported by: pkg-fallout
MFH: 2021Q1 |
20.04p14 05 Nov 2019 22:16:15
  |
zeising  |
Add USES=xorg USES=gl, ports categories g
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. |
20.04p14 09 Jan 2017 13:16:50
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
20.04p14 16 Oct 2015 07:47:47
  |
danfe  |
- Update to version 20.04p14 and unbreak this classic port
- Drop workarounds for older math functions and reenable use of sinhl(3),
coshl(3), and frexp(3) on FreeBSD versions that have them in libm
- Remove useless definite article from COMMENT line
- Install manual page with its section suffix (1) instead of "man"
- Unmute installation commands, sort pkg-plist, trim pkg-descr while here
PR: 203360
Submitted by: pfg
Approved by: maintainer timeout (since 2015-09-26) |
20.04p12_1 20 Sep 2015 20:54:09
  |
olgeni  |
Typos, whitespace and capitalization fixes (G-P). |
20.04p12_1 05 Apr 2015 14:01:51
  |
antoine  |
Mark a few ports in graphics category BROKEN (unfetchable) |
20.04p12_1 03 Feb 2015 15:18:34
  |
amdmi3  |
- Remove always false OSVERSION check
Approved by: portmgr blanket |
20.04p12_1 20 Oct 2014 17:04:21
  |
bapt  |
Cleanup plist |
20.04p12_1 16 Jun 2014 15:02:04
  |
vanilla  |
Stagify.
Approved by: portmgr@ |
20.04p12_1 29 May 2014 11:28:16
  |
miwi  |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr |
20.04p12_1 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
20.04p12_1 23 Jan 2013 15:00:19
  |
makc  |
Bump PORTREVISION after DESKTOP_ENTRIES update |
20.04p12 24 Mar 2012 16:51:18
 |
pawel  |
- Update to version 20.04p12 [1]
- Project has new homepage [1]
- Port needs USE_XORG+=xft to compile now
- Use INSTALL_DATA and COPYTREE_SHARE macros instead of CP
for proper file permissions
- Add desktop entry file
PR: ports/165911 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by: maintainer [1]
Feature safe: yes |
20.04p09 07 Jul 2011 09:17:32
 |
wen  |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr) |
20.04p09 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
20.04p09 01 Oct 2010 18:52:22
 |
garga  |
- Update to 20.04p09
- Pass maintainership to Paul B Mahol <onemda@gmail.com>
Submitted by: Paul B Mahol <onemda@gmail.com> (by email) |
20.2.04_1 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
20.2.04 10 Sep 2007 11:04:18
 |
edwin  |
update graphics/xfractint
The older port of xfractint didn't work on my box (amd64,
truecolor) so I looked for a more up to date version and
hacked it into working order.
The new version seems to work well, except that the maintainer
dropped most of the .map files. I've never been an expert
on this program so I don't really know how to use the extra
.map files, maybe someone else wants do something about it.
I didn't work hard on getting it to build with nasm either
since the new port with amd64 support is not on the tree
yet but for i386 it's certainly possible it shouldn't be
difficult.
PR: ports/116067
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> |
3.10_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.10 26 Nov 2005 01:48:16
 |
pav  |
- Add SHA256 |
3.10 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
3.10 07 Dec 2003 16:09:50
 |
krion  |
- Fix build on -current
PR: 60011
Submitted by: Ports Fury |
3.10 20 Feb 2003 18:08:19
 |
knu  |
de-pkg-comment |
3.10 08 Jul 2002 10:41:30
 |
ijliao  |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
17 Jan 2002 04:20:04
    |
pat  |
Fix bento build |
02 Jan 2002 04:16:51
    |
pat  |
Fix for -CURRENT, malloc.h->stdlib.h |
08 Oct 2000 02:35:34
    |
asami  |
Convert category graphics to new layout. |