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

CVS log for ports/print/enscript-letter/Makefile

[BACK] Up to [FreeBSD] / ports / print / enscript-letter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 15 17:20:59 2011 UTC (10 months, 3 weeks ago) by rafan
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
- Use ?= for PS so that slaves can override its value
- Bump PORTREVISION to force pointyhat building new pkgs

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 13 14:15:41 2011 UTC (10 months, 4 weeks ago) by rafan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -10 lines
- Move CONFLICTS definition to slave ports itself instead of making it in
  master port so that portmaster can pick this up correctly
- Remove MD5 checksum from distinfo

Reported by: Warren Block <wblock at wonkity.com> and dougb@

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 12 14:16:32 2010 UTC (18 months, 4 weeks ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -1 lines
- Add CONFLICTS on other enscript-* pkgs

PR:		ports/148125

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Nov 18 14:20:01 2008 UTC (3 years, 2 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- Fix CVE 2008-3863, 2008-4306

PR:		ports/128958
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Obtained from:	http://cvs.fedoraproject.org/viewvc/devel/enscript/

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:08 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jun 27 03:58:57 2006 UTC (5 years, 7 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Change to my FreeBSD.org email.

Approved by:	delphij (mentor)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Dec 9 13:22:10 2005 UTC (6 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -4 lines
- change the master site, so it is fetchable again
- use %%DATADIR%% in pkg-plist
- As I'm maintainer of a slave port (chinese/enscript)
  of this one, I would like to take this port.
- Change MACHINE_ARCH to ARCH, which follows bsd.port.mk

PR:		ports/90135
Submitted by:	Rong-En Fan <rafan@infor.org>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:23 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:46 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Feb 12 01:36:04 2005 UTC (6 years, 11 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -3 lines
Fix configure script: don't skip AC_PROG_CC or bad things will happen.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 11 23:52:48 2005 UTC (6 years, 11 months ago) by naddy
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -20 lines
* GNU make is not required.
* Don't bother specifying dimensions that aren't used anywhere.
* Remove various cruft.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 11 21:35:40 2005 UTC (6 years, 11 months ago) by naddy
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Security fixes:
Erik Sjolund discovered several issues in enscript: it suffers from
several buffer overflows (CAN-2004-1186), quotes and shell escape
characters are insufficiently sanitized in filenames (CAN-2004-1185),
and it supported taking input from an arbitrary command pipe, with
unwanted side effects (CAN-2004-1184).

Obtained from:	Gentoo

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jan 19 21:37:26 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Fix typo.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue May 18 15:40:48 2004 UTC (7 years, 8 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Reset bouncing maintainer address.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 24 19:20:10 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -5 lines
- Update to 1.6.4

PR:		ports/63639
Submitted by:	Jonathan Noack <noackj@concordiacrusaders.org>
Approved by:	maintainer timeout (3 weeks)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:33 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 16 05:15:18 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Add back previous maintainer: it seems the mail bounce was caused by
problems with the .org TLD.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Oct 16 03:12:15 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Reset bouncing maintainer address

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:37:09 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:23:09 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
De-pkg-comment.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 19 19:06:43 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Add a patch to support syntax highlighting of the Ruby language.

Obtained from:	Mike Wilson <wmwilson01@hotmail.com>
		(http://members.home.com/wmwilson01/enscript/)

(I've got no response from the maintainer for 5 days and a half)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 22 18:16:59 2001 UTC (10 years, 8 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:32:08 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 9 17:49:35 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Accidental whitespace

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Apr 9 17:40:03 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:44:42 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:25 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 20 04:15:07 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -74 lines
Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 9 01:14:51 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Update to version 1.6.1.

PR:		8468
Reviewed by:	maintainer
Submitted by:	Rasmus Kaj <kaj@interbizz.se>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 30 08:35:33 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Make thise ports use LOOP_VAR and LOOP_OPTIONS for PAPERSIZE.  While
I'm here, make a2ps43's Makefile detect the missing PAPERSIZE
correctly, and add -${PAPERSIZE} in lprps's PKGNAME.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Nov 27 08:10:30 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Respect PAPERSIZE setting.

PR:		5095
Reviewed by:	maintainer
Submitted by:	Jeff Bartig <jeffb@doit.wisc.edu>

Delete empty line in pkg/DESCR to make portlint happy and
add a @dirrm in pkg/PLIST.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 10 11:23:19 1997 UTC (14 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Mark a bunch of ports with MANUAL_PACKAGE_BUILD.  With a change to
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).

These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 5 06:37:19 1997 UTC (14 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -8 lines
No need to define DISTFILES, the default is already correct.  Change
"?=" to "=" for MAKE_FLAGS, bsd.port.mk is read later anyway.  Change
"/usr/local" to "${PREFIX}" and "/usr/bin/false" to ${FALSE}.  Remove
spurious empty lines.

Many of the above found by:	portlint

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jul 27 03:31:33 1997 UTC (14 years, 6 months ago) by chuckr
Branches: KLINE
CVS tags: enscript_1_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port of enscript, an ascii->postscript pretty printer.
Submitted by:	Gary Kline <kline@thought.org>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 27 03:31:33 1997 UTC (14 years, 6 months ago) by chuckr
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