summaryrefslogtreecommitdiffstats
path: root/graphics/xv
Commit message (Collapse)AuthorAgeFilesLines
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-072-1/+1
| | | | Approved by: portmgr (implicitly)
* Fix build-breakage.shige2002-10-101-1/+1
| | | | Submitted by: Patrick Li <pat@FreeBSD.org>
* Apply new bzip2 patch:shige2002-10-082-3/+3
| | | | | | Chagne bunzip2 path from full-path to command name only. Submitted by: Ken Stailey <kstailey@speakeasy.net>
* fix build of graphics/xv-m17n and japanese/xv.sf2001-09-111-0/+3
| | | | Non-response from: maintainer
* Bump png majorache2001-09-111-1/+1
|
* Fix by applying sf's patch.shige2001-06-142-5/+23
| | | | | | | Thanks, sf! PR: ports/28123 Submitted by: Daniel Lang <dl@leo.org>
* Change MASTER_SITES for fetching xv patches(modified-for-jp-ext-patch).shige2001-03-081-6/+6
|
* Fix broken.shige2001-02-281-4/+7
| | | | | | | | pdf.patch and mp-tiff-patch must be fetched from my own site. These are modified for applying after jp-extension-patch. This problem occurs when no consistency between many patches. Therefore, I'll integrate many many patches into a new patch. :)
* Add the PORTREVISION -- something I forgot to do in mymi2001-02-201-0/+1
| | | | | | previous commit. Submitted by: kris
* Add the software's web-site to the distinfo, which did not havemi2001-02-203-17/+29
| | | | | | | | | | | | the WWW entry before. Add several more patches available on the said web-site. In particular, use the later png-related patch (-fix3 vs. -fix2). Move some of the patches from DISTFILES to PATCHFILES -- for some others it matters, because of the order they have to be applied and different -p settings necessary. Unfortunately, the maintainer could not be reached, hence: NOT Approved by: shige
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-3/+3
|
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Tiny cosmetic fixes.knu2000-04-141-1/+1
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-131-7/+6
| | | | Ready to cooperate with the slave port `japanese/xv'.
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Extract ${LOCALBASE} in config.h.shige1999-10-192-2/+5
| | | | | PR: ports/14086 Submitted by: amorita@meadow.scphys.kyoto-u.ac.jp
* The tiff port now lives in ports/graphics/tiff.steve1999-09-071-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Fix make PREFIX=/somewhere problem.shige1999-06-242-6/+6
| | | | Substitute /usr/local in patch-* for ${LOCALBASE}.
* Add a missing file to packing list.steve1999-05-161-0/+1
|
* Change MASTER_SITES and maintainer e-mail address.shige1999-02-271-2/+3
| | | | Because I was a committer.
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-252-4/+4
| | | | Approved by: asami
* Remove extraneous x11 from CATEGORIES.steve1998-11-211-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* Preparation as master-port for slave-port (japanese/xv).kuriyama1998-10-251-3/+3
| | | | Approved by: maintainer
* Eliminate warnings on systems not equipped for Japanese characters.mph1998-10-074-23/+39
| | | | | | | | The Japanese or multilingual functionality will be in japanese/xv and graphics/xv-m17n when those are committed. PR: 8185 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Move manpages to Makefile and use MAN* macros.steve1998-10-052-6/+2
|
* Roll back libpng major to 2.asami1998-09-171-2/+2
|
* libpng major is now 3. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Convert to ELF.markm1998-09-141-4/+4
|
* Well, Kyodai is "kyoto-u.ac.jp", not "kyoto.ac.jp".asami1998-08-281-2/+2
|
* Update MASTER_SITE in Makefilevanilla1998-08-281-2/+2
| | | | | PR: ports/7770 Submitted by: maintainer
* Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org).mph1998-08-276-56/+186
| | | | | | | | | Add Japanese enhancements (including some Japanese file formats). Update or add various patches, including PNG, multi-page TIFF, and PDF. PR: 7751 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-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
* Add png support, I don't know how to add it on PATCHFILES, so I put it onvanilla1998-04-231-2/+3
| | | | patches/patch-ah. sorry.
* Switch remaining ports to use jpeg lib version 8.0.jseger1998-04-151-2/+2
|
* Upgrade to use tiff34.tg1997-12-013-5/+6
|
* Set window gravity correctly. Minor cleanup while I was at it.tg1997-11-044-1/+109
| | | | | PR: 2920 Submitted by: John Rochester <jr@cs.mun.ca>
* Add magpic and PhotoCD support. The gist of original patch-aa isasami1997-07-033-22/+17
| | | | | | | | | | already in the distfile patch, and so is part of patch-ac. The new patch-ac is a bug fix (wrong order of arguments -- how did it work for anyone?!?). While I'm here, replace "mkdir -p" with "${MKDIR}", etc. Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
* Build with new jpeg lib nowache1996-11-185-21/+86
| | | | Some misc cleanup
* add a patch for Guido Vollbeding's FixPix dithering.erich1996-10-161-0/+472
| | | | | This is a big win for 15/16 bit displays. Obtained from: Guido Vollbeding <guivol@esc.de>
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Added pre-clean target.andreas1996-09-221-1/+5
| | | | | | | When doing 'make clean' then clean tiff and jpeg as well. Reviewed by: Submitted by: Obtained from:
* Don't use gnumalloc, we've got a better malloc in libc now.asami1996-08-281-1/+1
|
* Set an example by installing the xv manual (postscript, only 3.6MB)asami1996-03-062-1/+5
| | | | | | | in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS. Note that README is not conditionalized on NOPORTDOCS, this is the license statement and its installation is required by the xv author.
* xv is "shareware except for personal use only", and it is ok to put itasami1995-12-203-3/+12
| | | | | on our CDROM and ftp site. Add a post-install target to copy the README to ${PREFIX}/share/doc/xv at author's request.
OpenPOWER on IntegriCloud