aboutsummaryrefslogtreecommitdiff
path: root/graphics/jasper
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* LICENSE MITDirk Meyer2010-06-041-0/+2
| | | | Notes: svn path=/head/; revision=255722
* - new option WITH_UUIDDirk Meyer2010-05-052-1/+248
| | | | | | | | PR: 146290 Submitted by: Sunpoet Po-Chuan Hsieh Notes: svn path=/head/; revision=253761
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - take maintainershipDirk Meyer2009-07-057-2/+4
| | | | | | | - cleanup Notes: svn path=/head/; revision=237171
* - Mark MAKE_JOBS_SAFE for SMP compilationMartin Matuska2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230867
* - 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
* - Disable parallel build which broke jasper on two of my boxesAndrew Pantyukhin2007-08-061-1/+0
| | | | | | | | | (7/i386/UP and 7/amd64/SMP) - Note that parallel builds still require much testing (and research) Notes: svn path=/head/; revision=197237
* Add a patch, which disables a call to atexit() to register libjasper'sMikhail Teterin2007-08-052-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | own clean-up routine (jas_cleanup). The call would be of limited use anyway, as freeing memory at exit is useful only for tracking down memory leaks. Removing the atexit call eliminates crashes in ImageMagick and GraphicsMagick, when they are compiled with modules support -- when a library is dlclosed, calling its cleanup routine is certain death... When compiling with gcc, declare the routine with ``__attribute__ (destructor)'' as per kan's otherwise obnoxious and inflammatory e-mails. This will make sure, the routine is invoked, when libjasper is dlclosed(). The only known apps that do that are ImageMagick and GraphicsMagick (when built with modules support). They both call the routine explicitly anyway... While here enable parallel build of jasper itself, and eliminate the most threatening warnings. Bump PORTREVISION. Notes: svn path=/head/; revision=197182
* - Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did notRong-En Fan2007-07-091-2/+2
| | | | | | | | | | notice this is wrong :( PR: ports/114430 Submitted by: Shane Bell <decept0 at gmail.com> Notes: svn path=/head/; revision=195292
* - Add OPTIONS knobs for openglMartin Wilke2007-07-082-4/+16
| | | | | | | | Submitted by: ports@ ml Reviewed by: rafan (thanks) Notes: svn path=/head/; revision=195208
* - Fix pkg-plistMartin Wilke2007-07-061-1/+2
| | | | Notes: svn path=/head/; revision=195108
* - Add missing file to pkg-plistMartin Wilke2007-07-042-1/+2
| | | | | | | | PR: 114226 Submitted by: Stefan Sperling <stsp@stsp.name> Notes: svn path=/head/; revision=194896
* Replace a tmpnam/open combo with mkstemp. A more aggressive change, whichMikhail Teterin2007-06-122-1/+21
| | | | | | | uses tmpfile is being evaluated. Notes: svn path=/head/; revision=193334
* - Update to 1.9001Martin Wilke2007-02-086-23/+35
| | | | | | | | PR: 108869 Submitted by: Martin Matuska <martin@matuska.org> Notes: svn path=/head/; revision=184625
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-1/+1
| | | | Notes: svn path=/head/; revision=136637
* 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
* avoid ending up with libjasper-1.701.so.4Oliver Eikemeier2004-06-191-2/+3
| | | | Notes: svn path=/head/; revision=111810
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* - Update to version 1.701.0Kirill Ponomarev2004-04-022-5/+5
| | | | | | | | PR: ports/65085 Submitted by: Ports Fury Notes: svn path=/head/; revision=105983
* 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
* - Utilize USE_GNOMEKirill Ponomarev2004-02-083-22/+11
| | | | | | | | | | - Use DOCSDIR PR: ports/62531 Submitted by: Ports Fury Notes: svn path=/head/; revision=100378
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Upgrade from 1.700.2 to 1.700.5 (released on Oct 4th).Mikhail Teterin2003-12-175-18/+23
| | | | Notes: svn path=/head/; revision=96072
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Update to 1.700.2.Maxim Sobolev2003-05-065-8/+26
| | | | Notes: svn path=/head/; revision=80275
* 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
* Fix a typo: log long --> long long.Maxim Sobolev2003-01-201-1/+1
| | | | | | | | | Submitted by: Stacey Roberts <stacey@vickiandstacey.com> BSD <bsd@xtremedev.com> Mike Hardling <mvh@ix.netcom.com> Notes: svn path=/head/; revision=73643
* Update to 1.600.0.Maxim Sobolev2003-01-194-31/+31
| | | | Notes: svn path=/head/; revision=73555
* The only master site is down. Add some ImageMagick sites that mirrorAkinori MUSHA2002-09-221-1/+5
| | | | | | | the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?) Notes: svn path=/head/; revision=67026
* Fix jas_types.h for stable. Maintainer 2 week timeout.Alan Eldridge2002-09-201-0/+43
| | | | Notes: svn path=/head/; revision=66868
* Update to 1.500.4.Maxim Sobolev2002-08-304-7/+7
| | | | | | | | PR: 41357 Submitted by: Ports Fury Notes: svn path=/head/; revision=65287
* Add Jasper - a reference implementation of the image codec specified in theMaxim Sobolev2001-11-155-0/+63
JPEG-2000 standard. Notes: svn path=/head/; revision=50047