summaryrefslogtreecommitdiff
path: root/graphics/gimp-manual-html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-5/+5
| | | | | | | | | | | for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89490
* The PS version was retired.Tilman Keskinoz2003-04-291-6/+2
| | | | Notes: svn path=/head/; revision=79893
* Reset Maintainer addressTilman Keskinoz2003-04-291-3/+2
| | | | | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606 Notes: svn path=/head/; revision=79888
* Correct a typo in a previous commit.Dmitry Sivachenko2003-03-021-1/+1
| | | | | | | Submitted by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=76744
* chown files to root:wheel after extraction;Dmitry Sivachenko2003-03-021-5/+6
| | | | | | | | propeply define PREFIX for *all* formats of the manual; use install instead of cp. Notes: svn path=/head/; revision=76725
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Fix INDEX build (my fault).Dmitry Sivachenko2003-02-211-1/+5
| | | | | | | Yelled by: kris Notes: svn path=/head/; revision=76016
* Update to GUM second edition.Dmitry Sivachenko2003-02-176-567/+1145
| | | | Notes: svn path=/head/; revision=75717
* avoid depending Xlib.FUJISHIMA Satsuki2001-01-211-3/+1
| | | | | | | PR: 23532 Notes: svn path=/head/; revision=37415
* Urm, the postscript distfile changed again. Or I was dreaming.Satoshi Asami2000-11-221-1/+1
| | | | | | | | Anyway, this is the correct checksum. (And I have a package to prove it!) Notes: svn path=/head/; revision=35339
* Update checksum for PDF and PS manuals. These are both one huge file soSatoshi Asami2000-11-221-2/+2
| | | | | | | | | there isn't much one can do to examine the changes. Reported by: bento Notes: svn path=/head/; revision=35326
* Rename PLIST_* to pkg-plist_*.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33509
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+4
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Update MASTER_SITE.Matthew Hunt2000-01-261-1/+1
| | | | | | | | PR: 16388 Submitted by: Brett Taylor <brett@peloton.runet.edu> Notes: svn path=/head/; revision=25103
* Update MASTER_SITESChris Piazza1999-09-241-1/+1
| | | | | | | | PR: 13884 Submitted by: maintainer Notes: svn path=/head/; revision=21903
* Update MAINTAINER's email addressChris Piazza1999-09-091-1/+1
| | | | | | | | PR: 13648 Submitted by: maintainer Notes: svn path=/head/; revision=21470
* 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
* Add MASTER_SITESSeiichirou Hiraoka1999-04-091-2/+5
| | | | | | | | | | added NO_CDROM to PS version as it's 44 MB PR: ports/11033 Submitted by: brett@peloton.physics.montana.edu Notes: svn path=/head/; revision=17746
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-7/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Back out previous commit, the distfile was actually packaged with theBill Fumerola1998-12-071-2/+2
| | | | | | | | | wrong spelling. sigh. PR: ports/8984 Notes: svn path=/head/; revision=15176
* Spelling error.Bill Fumerola1998-12-041-2/+2
| | | | | | | | PR: ports/8886 Submitted by: Jason Wells <jcwells@u.washington.edu> Notes: svn path=/head/; revision=15110
* Don't create ${WRKDIR} in post-fetch. This should have been gone with 1.2.Satoshi Asami1998-11-221-4/+1
| | | | Notes: svn path=/head/; revision=14754
* Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR toSatoshi Asami1998-11-201-16/+5
| | | | | | | | | | | | | | | | | | | | | | share most files. Repository copy the default to explicitly named directories to avoid any confusion. Greatly simplify the shared Makefiles, since we are now in different subdirectories, we don't need "a4-install" stuff. While I'm here, consistently name the variables. Here are the guidelines (master port is in brackets) DOCFORMAT: [html] pdf ps KONFONT: 14dot [16dot] PAPERSIZE: a4 [letter] letterdj RESOLUTION: 118 240 [300] 360 400 600 "math/r" has been copied to "R-a4" and "R-letter", to follow the spirit of the original port. "japanese/kon" is renamed to "kon2-*", since that seems to be the basename. Notes: svn path=/head/; revision=14709
* Make this port use LOOP_VAR and LOOP_OPTIONS for DOCFORMAT. While I'm here,Satoshi Asami1998-10-301-18/+8
| | | | | | | | make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages a bit. Notes: svn path=/head/; revision=14262
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-4/+4
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Move PKGNAME up and define it using ${DOCFORMAT} instead of replicatingSatoshi Asami1998-06-162-8/+4
| | | | | | | | it in three places. Use empty EXTRACT_ONLY instead of NO_EXTRACT in pdf case so checksum is checked. Add checksum for pdf distfile. Notes: svn path=/head/; revision=11448
* PR: ports/6886Donald Burr1998-06-107-0/+647
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Import of ports/graphics/gimp-manual, The GIMP User's Manual. Notes: svn path=/head/; revision=11376