aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp1
Commit message (Collapse)AuthorAgeFilesLines
* Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaicMichael Johnson2007-09-1619-2090/+0
| | | | Notes: svn path=/head/; revision=199568
* - Set for removal in one monthPav Lucistnik2007-08-011-0/+1
| | | | Notes: svn path=/head/; revision=196880
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-33/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-2/+34
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* portlint:Jeremy Messenger2006-05-161-1155/+1155
| | | | | | | -Use DATADIR in plist. Notes: svn path=/head/; revision=162588
* Add USE_GETTEXT to appease portlint.Jeremy Messenger2006-05-151-0/+1
| | | | Notes: svn path=/head/; revision=162498
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+11
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Add CONFLICTS for gimpshop.Joe Marcus Clarke2006-02-221-1/+1
| | | | Notes: svn path=/head/; revision=156645
* - Fixed MASTER_SITES to fix fetch problem on mpeg_lib.Erwin Lansing2005-12-211-4/+3
| | | | | | | | | | - Removed unfetchable sites to download gimp tarball and replaced by new site. PR: 90753 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=151779
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+2
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* - Define NO_LATEST_LINK in favour of graphics/gimpPav Lucistnik2004-03-291-0/+2
| | | | | | | Spotted by: krion Notes: svn path=/head/; revision=105602
* - Mark DEPRECATED and point users to 2.0 release in graphics/gimp portPav Lucistnik2004-03-271-0/+2
| | | | | | | | I haven't set an expiration date because there are still some ports that require old GIMP, most notably xsane. Notes: svn path=/head/; revision=105440
* After GIMP 2.0 release both versions can not be longer installedAlexander Nedotsukov2004-03-241-0/+2
| | | | | | | at the same time. Notes: svn path=/head/; revision=105111
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104462
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Correct some obsolete MASTER_SITESJoe Marcus Clarke2003-10-061-1/+0
| | | | | | | | PR: 57557 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90336
* Update to 1.2.5.Joe Marcus Clarke2003-06-202-2/+2
| | | | Notes: svn path=/head/; revision=83374
* Make the print plug-in conditional on whether or not WITHOUT_PRINT isJoe Marcus Clarke2003-06-092-1/+3
| | | | | | | | | specified. PR: 53071 Notes: svn path=/head/; revision=82561
* Update to 1.2.4.Joe Marcus Clarke2003-06-017-61/+47
| | | | Notes: svn path=/head/; revision=81848
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Roll mpeg-lib into the two gimp ports. mpeg-lib is now abandoned ware, and willJoe Marcus Clarke2002-08-124-4/+88
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=64435
* Use USE_GNOMENG.Maxim Sobolev2002-07-201-1/+2
| | | | Notes: svn path=/head/; revision=63265
* - Use USE_LIBTOOL properly;Maxim Sobolev2002-05-203-18/+32
| | | | | | | | - add dozen missed files into pkg-plist; - bump PORTREVISION. Notes: svn path=/head/; revision=59519
* pass maintainerbit to gnome@Vanilla I. Shu2002-05-181-1/+1
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=59379
* Fix pkg-plistVanilla I. Shu2002-04-151-1/+1
| | | | Notes: svn path=/head/; revision=57710
* set PORTEPOCH back.Vanilla I. Shu2002-04-111-1/+1
| | | | | | | PR: Christopher Masto <chris@netmonger.net> Notes: svn path=/head/; revision=57582
* Upgrade to 1.2.3.Vanilla I. Shu2002-04-117-73/+225
| | | | Notes: svn path=/head/; revision=57552
* Fully-qualify WWW: URLBill Fenner2001-11-261-1/+1
| | | | Notes: svn path=/head/; revision=50597
* add missing entries to pkg-plist.FUJISHIMA Satsuki2001-09-222-0/+18
| | | | | | | | PR: 30727 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=48067
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Resurrect PORTEPOCH which has been removed in the last commit byAkinori MUSHA2001-08-211-0/+1
| | | | | | | mistake. Notes: svn path=/head/; revision=46598
* Upgrade to 1.2.2Clive Lin2001-08-185-53/+113
| | | | | | | | | Done by : vanilla Fix vinum for several days before bad scsi cable got fixed (Arrrgh !), and finally lost all his /home and ssh key : vanilla Notes: svn path=/head/; revision=46408
* Undo 1.2.2 upgrade.Maxim Sobolev2001-08-145-178/+95
| | | | | | | Requested by: vanilla (maintainer) Notes: svn path=/head/; revision=46239
* Update to 1.2.2.Maxim Sobolev2001-08-135-94/+178
| | | | Notes: svn path=/head/; revision=46203
* Correct pkg-comment & pkg_desc.Vanilla I. Shu2001-07-162-3/+3
| | | | | | | | PR: ports/28460 Submitted by: Rahul Siddharthan <rsidd@physics.iisc.ernet.in> Notes: svn path=/head/; revision=45158
* Add MASTER_SITE_RINGSERVER to MASTER_SITES.Akinori MUSHA2001-03-261-3/+5
| | | | | | | Approved by: vanilla (MAINTAINER) Notes: svn path=/head/; revision=40409
* Gimp is 1.2 now, not 1.1.Vanilla I. Shu2001-03-152-3/+3
| | | | | | | Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> Notes: svn path=/head/; revision=39885
* Dont strip script when use --install-admin-bin,Vanilla I. Shu2001-03-142-3/+14
| | | | | | | It will broken p5-Gimp installation. Notes: svn path=/head/; revision=39858
* Upgrade to 1.2.1.Vanilla I. Shu2001-01-246-9/+20
| | | | Notes: svn path=/head/; revision=37513
* Correct plist.Vanilla I. Shu2001-01-031-0/+4
| | | | | | | Obtained from: clive, bento Notes: svn path=/head/; revision=36615
* Upgrade to 1.2.0, add a patch for print plug-ins (by mistral@imasy.or.jp ↵Vanilla I. Shu2000-12-264-343/+240
| | | | | | | (Yoshihiko SARUMARU). Notes: svn path=/head/; revision=36381
* Upgrade to 1.1.30.Vanilla I. Shu2000-12-106-31/+12
| | | | Notes: svn path=/head/; revision=35816
* Upgrade to 1.1.29, split gimp-perl to p5-Gimp (coming soon).Vanilla I. Shu2000-11-135-104/+33
| | | | Notes: svn path=/head/; revision=35050
* Remove helpbrowser again -- it appears to be optional to gnome (lookSatoshi Asami2000-11-011-1/+0
| | | | | | | one line above). Notes: svn path=/head/; revision=34519