Port details |
- gimp1 The GNU Image Manipulation Program
- 1.2.5_3,1 graphics
=103 1.2.5_3,1Version of this port present on the latest quarterly branch.
- DEPRECATED: New stable release 2.0 can be installed via graphics/gimp port
This port expired on: 2007-09-01
- Maintainer: gnome@FreeBSD.org
- Port Added: unknown
- Last Update: 2007-09-16 17:34:46
- SVN Revision: UNKNOWN
- People watching this port, also watch:: unzip, png
- Also Listed In: gnome
- License: not specified in port
- WWW:
- http://www.gimp.org/
- Description:
- The GIMP is designed to provide an intuitive graphical interface to a
variety of image editing operations. Here is a list of the GIMP's
major features:
Image editing
-------------
* Selection tools including rectangle, ellipse, free, fuzzy, bezier
and intelligent.
* Transformation tools including rotate, scale, shear and flip.
* Painting tools including bucket, brush, airbrush, clone, convolve,
blend and text.
* Effects filters (such as blur, edge detect).
* Channel & color operations (such as add, composite, decompose).
* Plug-ins which allow for the easy addition of new file formats and
new effect filters.
* Multiple undo/redo.
To enable I18N extensions, execute "gimp.setfont" before you use GIMP.
WWW: http://www.gimp.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: gimp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool : devel/libtool15
- pkg-config : devel/pkg-config
- libraries : x11/xorg-libraries
- Runtime dependencies:
-
- pkg-config : devel/pkg-config
- libraries : x11/xorg-libraries
- Library dependencies:
-
- aa.1 : graphics/aalib
- jpeg.9 : graphics/jpeg
- png.5 : graphics/png
- tiff.4 : graphics/tiff
- gimpprint.2 : print/gimp-print
- intl : devel/gettext
- Xpm.4 : x11/libXpm
- glib-12.3 : devel/glib12
- gtk-12.2 : x11-toolkits/gtk12
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.2.5_3,1 16 Sep 2007 17:34:46 |
ahze |
Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic |
1.2.5_3,1 01 Aug 2007 08:33:23 |
pav |
- Set for removal in one month |
1.2.5_3,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}. |
1.2.5_2,1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.2.5_2,1 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.2.5_2,1 16 May 2006 16:33:55 |
mezz |
portlint:
-Use DATADIR in plist. |
1.2.5_2,1 15 May 2006 22:23:04 |
mezz |
Add USE_GETTEXT to appease portlint. |
1.2.5_2,1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.2.5_2,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.5_1,1 22 Feb 2006 04:15:08 |
marcus |
Add CONFLICTS for gimpshop. |
1.2.5_1,1 21 Dec 2005 18:15:18 |
erwin |
- Fixed MASTER_SITES to fix fetch problem on mpeg_lib.
- Removed unfetchable sites to download gimp tarball and replaced by new site.
PR: 90753
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
1.2.5_1,1 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.2.5_1,1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.2.5_1,1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.2.5_1,1 29 Mar 2004 13:03:41 |
pav |
- Define NO_LATEST_LINK in favour of graphics/gimp
Spotted by: krion |
1.2.5_1,1 27 Mar 2004 18:25:17 |
pav |
- Mark DEPRECATED and point users to 2.0 release in graphics/gimp port
I haven't set an expiration date because there are still some ports
that require old GIMP, most notably xsane. |
1.2.5_1,1 24 Mar 2004 09:16:45 |
bland |
After GIMP 2.0 release both versions can not be longer installed
at the same time. |
1.2.5_1,1 18 Mar 2004 14:05:58 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.2.5_1,1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.2.5_1,1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2.5,1 06 Oct 2003 01:13:39 |
marcus |
Correct some obsolete MASTER_SITES
PR: 57557
Submitted by: Mark Linimon <linimon@lonesome.com> |
1.2.5,1 20 Jun 2003 16:43:52 |
marcus |
Update to 1.2.5. |
1.2.4,1 09 Jun 2003 04:12:20 |
marcus |
Make the print plug-in conditional on whether or not WITHOUT_PRINT is
specified.
PR: 53071 |
1.2.4,1 01 Jun 2003 04:01:53 |
marcus |
Update to 1.2.4. |
1.2.3_2,1 20 Apr 2003 19:22:00 |
marcus |
Remove USE_GNOMENG. |
1.2.3_2,1 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2.3_2,1 12 Aug 2002 18:15:20 |
marcus |
Roll mpeg-lib into the two gimp ports. mpeg-lib is now abandoned ware, and will
be removed from the ports tree soon.
mpeg-lib will now be built solely for the purpose of gimp, and no libmpeg.*
will be installed on the system. This will avoid a namespace conflict with
KDE which also installs a libmpeg.so. These two libraries are incompatible.
Submitted by: alane and myself
Not reviewed by: alane
Inspired by: mail/evolution |
1.2.3_1,1 20 Jul 2002 11:04:45 |
sobomax |
Use USE_GNOMENG. |
1.2.3_1,1 20 May 2002 08:26:07 |
sobomax |
- Use USE_LIBTOOL properly;
- add dozen missed files into pkg-plist;
- bump PORTREVISION. |
1.2.3,1 18 May 2002 02:55:13 |
vanilla |
pass maintainerbit to gnome@
Approved by: sobomax |
1.2.3,1 15 Apr 2002 09:01:13 |
vanilla |
Fix pkg-plist |
1.2.3,1 11 Apr 2002 16:41:52 |
vanilla |
set PORTEPOCH back.
PR: Christopher Masto <chris@netmonger.net> |
1.2.3,1 11 Apr 2002 01:37:33 |
vanilla |
Upgrade to 1.2.3. |
26 Nov 2001 19:16:42 |
fenner |
Fully-qualify WWW: URL |
22 Sep 2001 07:36:21 |
sf |
add missing entries to pkg-plist. |
11 Sep 2001 03:22:51 |
ache |
Bump png major |
21 Aug 2001 17:29:15 |
knu |
Resurrect PORTEPOCH which has been removed in the last commit by mistake. |
18 Aug 2001 07:03:21 |
clive |
Upgrade to 1.2.2 |
14 Aug 2001 14:15:51 |
sobomax |
Undo 1.2.2 upgrade. |
13 Aug 2001 18:14:24 |
sobomax |
Update to 1.2.2. |
16 Jul 2001 07:45:50 |
vanilla |
Correct pkg-comment & pkg_desc. |
26 Mar 2001 20:07:47 |
knu |
Add MASTER_SITE_RINGSERVER to MASTER_SITES. |
15 Mar 2001 13:39:35 |
vanilla |
Gimp is 1.2 now, not 1.1. |
14 Mar 2001 22:20:12 |
vanilla |
Dont strip script when use --install-admin-bin, It will broken p5-Gimp
installation. |
24 Jan 2001 01:21:31 |
vanilla |
Upgrade to 1.2.1. |
03 Jan 2001 03:21:03 |
vanilla |
Correct plist. |
26 Dec 2000 15:09:31 |
vanilla |
Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp
(Yoshihiko SARUMARU). |
10 Dec 2000 09:01:42 |
vanilla |
Upgrade to 1.1.30. |
13 Nov 2000 01:20:57 |
vanilla |
Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon). |
01 Nov 2000 04:31:29 |
asami |
Remove helpbrowser again -- it appears to be optional to gnome (look one line
above). |
13 Oct 2000 08:59:49 |
vanilla |
Upgrade to 1.1.27. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
05 Oct 2000 08:22:56 |
reg |
Implement WANT_GNOME. |
03 Oct 2000 06:36:07 |
reg |
Support WITH_PERL properly on -current. |
26 Sep 2000 17:15:46 |
sobomax |
Update to 1.1.26. |
23 Aug 2000 19:33:59 |
sobomax |
Update to 1.1.25. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
04 Jul 2000 08:13:36 |
sobomax |
Bump png shared library version. |
26 Jun 2000 17:06:18 |
sobomax |
Update 1.1.24. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
01 Jun 2000 17:25:45 |
ade |
Updates for new shared library versions in GNOME 1.2 |
01 Jun 2000 17:11:58 |
sobomax |
Correct PLIST.perl and update Makefile to reflect recent WITHOUT_PERL -->
WITH_PERL thansition. |
30 May 2000 07:47:14 |
sobomax |
Update to 1.1.23. Also remove mandatory libintl dependency (should be inherited
from gtk++). |
25 May 2000 09:40:53 |
sobomax |
Added missed catalog files. |