Skip site navigation (1)Skip section navigation (2)

CVS log for ports/editors/psgml/Makefile

[BACK] Up to [FreeBSD] / ports / editors / psgml

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 17 06:01:25 2011 UTC (3 months, 3 weeks ago) by ashish
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
- Chase editors/emacs update

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Sep 7 20:21:23 2011 UTC (5 months ago) by ashish
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Chase editors/emacs update

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 27 22:22:50 2011 UTC (5 months, 2 weeks ago) by ashish
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Chase editors/emacs update.

PR:		ports/160196

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:34:07 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:36:40 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- update to jpeg-8

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Dec 20 20:19:18 2009 UTC (2 years, 1 month ago) by bsam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:20:15 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with E,F

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:50:50 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:25:54 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Sep 2 13:29:49 2007 UTC (4 years, 5 months ago) by hrs
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -25 lines
EMACS_PORT_NAME cleanups and some style fixes.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:48 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 19 20:04:14 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Feb 20 22:13:54 2006 UTC (5 years, 11 months ago) by hrs
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix (sgml-make-character-reference) to use (ucs-to-char) and
(char-to-ucs).  Bump PORTREVISION.

Spotted by:	kuriyama

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 28 02:11:16 2006 UTC (6 years ago) by linimon
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jul 30 10:17:06 2005 UTC (6 years, 6 months ago) by hrs
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Fix a runtime problem on emacs20.  Bump PORTREVISION.

Submitted by:	yoichi

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat May 21 10:04:00 2005 UTC (6 years, 8 months ago) by hrs
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Fix incomplete replacement of a keyword "@prefix@".
- Regenerate info files from the corresponding .texi files.
- Remove an empty file.

Submitted by:	KIMURA Yasuhiro (committed with modification)
PR:		ports/80644

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 12 20:27:08 2005 UTC (6 years, 9 months ago) by hrs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +17 -15 lines
- Change the install directory to Emacs version specific ones[1].
  Bump PORTREVISION.
- Clean up the slave ports[1].
- Mark as BROKEN for ia64[2].

PR[1]:			ports/80644
Based on work by[1]:	KIMURA Yasuhiro
Reported from[2]:	pointyhat

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 4 20:51:23 2005 UTC (6 years, 9 months ago) by hrs
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +12 -18 lines
- Update to 1.3.2.
- Take maintainership.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Dec 23 09:32:28 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Oct 15 03:42:44 2004 UTC (7 years, 3 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update symbol-conflict patch.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 12 22:54:53 2004 UTC (7 years, 4 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -4 lines
- Upgrade to 1.2.5.

Submitted by:	max
No response from:	maintainer (shige)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jul 4 14:28:42 2003 UTC (8 years, 7 months ago) by shige
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0, RELEASE_4_10_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Add xml catalog hard-coding path.
PORTREVISION bump.

PR:		ports/52515
Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jp>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 7 00:16:10 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Remove pkg-comment from remaining master/slave port sets.

Approved by:	portmgr (implicitly)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 10 12:46:16 2002 UTC (9 years, 8 months ago) by shige
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Fix XHTML DOCTYPE definitions.

PR:		ports/38293
Submitted by:	OKUMURA Yoshifumi <okumura@pop06.odn.ne.jp>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jan 20 15:07:45 2002 UTC (10 years ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -0 lines
Rename symbols from sgml-* to psgml-* to avoid conflict with stock
sgml-mode.

PR:		ports/32391
Submitted by:	KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Dirty hacked by:	kuriyama

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jan 5 08:36:01 2002 UTC (10 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Upgrade 1.2.4.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 3 09:51:26 2001 UTC (10 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Add master port of psgml-* variant as editors/psgml (default is emacs21).
Add editors/psgml-emacs19 stub for emacs19.
Modify to use new location of master port on each variants.

Approved by:	maintainer
Repocopied by:	joe

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Dec 3 05:26:03 2001 UTC (10 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -3 lines
Upgrade to 1.2.3.

Approved by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Nov 12 01:46:22 2001 UTC (10 years, 3 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
o Use sgml-mode for *.html files instead of html-mode.
o Turn on syntax highlighting by default.
    If you want to disable this, please add (setq sgml-set-face nil) after
    (require 'psgml-startup) line.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Mar 4 15:56:33 2001 UTC (10 years, 11 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_4_4_0, old_RELEASE_4_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 1.2.2.

PR:		ports/25491
Submitted by:	AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 27 16:12:56 2000 UTC (11 years, 3 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -7 lines
Delete dependency for textproc/dtd-catalos.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 12 15:57:07 2000 UTC (11 years, 7 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +18 -33 lines
Convert into EMACS_PORT_NAME style port.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 11 14:35:47 2000 UTC (11 years, 9 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update to 1.2.1.

Submitted by:	kuriyama@FreeBSD.org

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 14 06:20:34 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Finish converting editors/ to PORTNAME/PORTVERSION.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 21 12:40:01 2000 UTC (12 years ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Enable slave variables: MAINTAINER?= and EMACS_CMD?=,
when building at slave port.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:57:54 1999 UTC (12 years, 3 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +22 -28 lines
Update to 1.2.0.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:43:14 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:44:08 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change Id->FreeBSD.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 23 16:23:13 1999 UTC (12 years, 8 months ago) by shige
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Change from psgml-setup.el to psgml-setupel.el.
Improve scripts/configure (delete needless indirect INFILES variable).
Use PSGML_SETUPEL in PLIST_SUB.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 1 09:18:27 1999 UTC (12 years, 11 months ago) by shige
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ba removed.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 26 18:56:07 1999 UTC (12 years, 11 months ago) by shige
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Fix a problem of checking emacs in the configure phase.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Feb 12 14:43:41 1999 UTC (13 years ago) by kuriyama
Branches: old_SHIGE
CVS tags: old_v1_1_6, old_RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
A major mode for editing SGML and XML documents for emacs.

PR:		ports/9635
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 12 14:43:41 1999 UTC (13 years ago) by kuriyama
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options