aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpaint
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.7.3Kirill Ponomarev2005-02-013-9/+9
| | | | | | | | PR: ports/76899 Submitted by: Ports Fury Notes: svn path=/head/; revision=127829
* Update to version 2.7.2Kirill Ponomarev2004-10-262-3/+3
| | | | | | | | PR: ports/72821 Submitted by: Ports Fury Notes: svn path=/head/; revision=120264
* Update to version 2.7.1Kirill Ponomarev2004-08-286-15/+116
| | | | | | | | PR: ports/71061 Submitted by: Ports Fury Notes: svn path=/head/; revision=117491
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Update to version 2.7.0.Christian Weisgerber2003-06-155-68/+58
| | | | | | | | PR: 53285 Submitted by: Ports Fury Notes: svn path=/head/; revision=82994
* Add lib/X11/app-defaults/XPaint_fr which was missing from pkg-plist.Eric Anholt2003-05-142-0/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=80964
* Update to version 2.6.9.Christian Weisgerber2003-04-264-2/+24
| | | | | | | | PR: 51228 Submitted by: Ports Fury Notes: svn path=/head/; revision=79654
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* upgrade to 2.6.7Ying-Chieh Liao2003-01-022-6/+4
| | | | | | | | PR: 45852 Submitted by: Ports Fury Notes: svn path=/head/; revision=72237
* upgrade to 2.6.6Ying-Chieh Liao2002-11-206-16/+29
| | | | | | | | PR: 45440 Submitted by: Ports Fury Notes: svn path=/head/; revision=70582
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix URLPatrick Li2002-05-142-2/+2
| | | | | | | | PR: 37923 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=59121
* Correct a typo.Dmitry Sivachenko2002-04-141-1/+1
| | | | Notes: svn path=/head/; revision=57699
* Update to version 2.6.2Kevin Lo2001-12-222-3/+2
| | | | | | | | PR: 33057 Submitted by: Ports Fury Notes: svn path=/head/; revision=51970
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Revert patch to original stateDavid W. Chapman Jr.2001-08-311-13/+18
| | | | | | | Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=47227
* Fix writting pixmap to stderr or stdoutDavid W. Chapman Jr.2001-08-312-19/+14
| | | | | | | | | | Bump PORTREVISION PR: 22590 Submitted by: peter.jeremy@alcatel.com.au Notes: svn path=/head/; revision=47198
* drop maintainership from jseger.FUJISHIMA Satsuki2001-03-081-1/+1
| | | | Notes: svn path=/head/; revision=39286
* fix usage of mkstemp().FUJISHIMA Satsuki2001-03-083-18/+23
| | | | | | | | PR: 25616 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=39285
* Update to version 2.6.1.Steve Price2000-12-116-47/+16
| | | | | | | | PR: 23274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=35866
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Upgrade to xpaint-2.5.7Justin M. Seger2000-03-219-19/+167
| | | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> PR: ports/17464 Notes: svn path=/head/; revision=26916
* Remove version number from DESCRJustin M. Seger2000-01-041-2/+2
| | | | | | | Add WWW line Notes: svn path=/head/; revision=24416
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Author's web page moved.Bill Fenner1999-01-091-2/+2
| | | | Notes: svn path=/head/; revision=15938
* Upgrade to 2.5.6.Thomas Gellekum1998-12-112-5/+6
| | | | Notes: svn path=/head/; revision=15270
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-252-2/+15
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-052-2/+2
| | | | Notes: svn path=/head/; revision=13652
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-3/+3
| | | | Notes: svn path=/head/; revision=13241
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Upgrade to version 2.5.4. This version has incorporated all of our patches.Justin M. Seger1998-04-172-4/+4
| | | | Notes: svn path=/head/; revision=10530
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10366
* Upgrade to version 2.5.3.Justin M. Seger1998-03-032-4/+4
| | | | Notes: svn path=/head/; revision=10023
* Use tiff34.Thomas Gellekum1997-12-011-2/+2
| | | | Notes: svn path=/head/; revision=8927
* Upgrade to version 2.5.2 and make myself MAINTAINER.Justin M. Seger1997-11-292-5/+5
| | | | Notes: svn path=/head/; revision=8890
* Update to 2.5.Thomas Gellekum1997-08-292-3/+3
| | | | | | | Update prompted by: distfile checker Notes: svn path=/head/; revision=7726