summaryrefslogtreecommitdiff
path: root/graphics/pixmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-052-2/+3
| | | | Notes: svn path=/head/; revision=13652
* 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
* 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
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+5
| | | | Notes: svn path=/head/; revision=4570
* Another one without newline.Satoshi Asami1996-03-311-1/+1
| | | | Notes: svn path=/head/; revision=2919
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-4/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-1/+2
| | | | Notes: svn path=/head/; revision=1327
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-4/+7
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Distname is now pixmap2.6.tar.gz, not pixmap.tar.gz.Satoshi Asami1995-02-281-1/+1
| | | | Notes: svn path=/head/; revision=1067
* Grab source from mirror site (crl.dec.com)'s contrib/applications insteadSatoshi Asami1995-02-281-28/+3
| | | | | | | | | | | of R6untarred of ftp.x.org, these are more recent (although only comments have changed so far). Removed the fetch: target (which I assume was there so that it will always use ftp.freebsd.org even if MASTER_SITE_OVERRIDE wasn't set). Notes: svn path=/head/; revision=1066
* Add header.Satoshi Asami1995-02-281-0/+9
| | | | | | | Define PKGNAME to reflect version number (2.6). Notes: svn path=/head/; revision=1065
* Patch to Imakefile.Satoshi Asami1995-02-281-0/+24
| | | | | | | | | | | | (1) Add sed command to take out "Pixmap" from beginning of lines in app-defaults file. (2) Change /net/koala/... to $(INCDIR), etc. This was causing a very strange effect on my machine because (a) my amd is sitting on /net with a "hosts" map, and (b) there is a machine called "koala" on the net! ;) Notes: svn path=/head/; revision=1064
* Checksum.Satoshi Asami1995-02-281-0/+1
| | | | Notes: svn path=/head/; revision=1063
* Fixed LIB_DEPENDS---xpm library has major version number 4, not 3.Satoshi Asami1995-02-271-1/+1
| | | | Notes: svn path=/head/; revision=1048
* Pixmap is a pixmap editor based on XPM libraryJean-Marc Zucconi1995-02-196-0/+93
Notes: svn path=/head/; revision=1007