
CVS log for pkgsrc/converters/chef/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / converters / chef
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 3 05:51:08 2008 UTC (3 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2
lines
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 18 11:51:33 2007 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -10
lines
Made the Makefile a little simpler.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 9 15:26:46 2006 UTC (5 years, 8 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
USE_TOOLS+=lex
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:06 2006 UTC (5 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:55 2005 UTC (6 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Thu Nov 17 17:24:24 2005 UTC (6 years, 2 months ago) by salo
Branches: pkgsrc-2005Q3
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +6 -2
lines
Pullup ticket 870 - requested by Min Sik Kim
distfile fixes for chef
Revisions pulled up:
- pkgsrc/converters/chef/Makefile 1.8, 1.9, 1.10
- pkgsrc/converters/chef/distinfo 1.3, 1.4
Module Name: pkgsrc
Committed By: tonio
Date: Mon Oct 17 20:59:27 UTC 2005
Modified Files:
pkgsrc/converters/chef: Makefile distinfo
Log Message:
Distfiles comes with a strange encoding.
Updated checksum, it is just an encoding problem
Add ${TR} magic to fix encoding
This fixes PR 31639
---
Module Name: pkgsrc
Committed By: tonio
Date: Mon Oct 31 11:25:14 UTC 2005
Modified Files:
pkgsrc/converters/chef: Makefile distinfo
Log Message:
Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum
was updated.
Thanks Min Sik Kim for pointing the problem
---
Module Name: pkgsrc
Committed By: minskim
Date: Thu Nov 17 17:12:05 UTC 2005
Modified Files:
pkgsrc/converters/chef: Makefile
Log Message:
Correct a distfile path. Noted by salo@.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 17 17:12:05 2005 UTC (6 years, 2 months ago) by minskim
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Correct a distfile path. Noted by salo@.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 31 11:25:14 2005 UTC (6 years, 3 months ago) by tonio
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum was
updated.
Thanks Min Sik Kim for pointing the problem
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 17 20:59:27 2005 UTC (6 years, 3 months ago) by tonio
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2
lines
Distfiles comes with a strange encoding.
Updated checksum, it is just an encoding problem
Add ${TR} magic to fix encoding
This fixes PR 31639
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:08 2005 UTC (6 years, 10 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 21 12:57:45 2005 UTC (7 years ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1
lines
Fix installation broken by previous.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 21 02:55:15 2005 UTC (7 years ago) by tv
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -2
lines
Make work on more platforms; the appropriate library is -ll, not -lfl.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 16 03:25:28 2004 UTC (7 years, 9 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1
lines
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 16 00:35:11 2004 UTC (7 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Honor BINOWN and BINGRP.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 24 09:53:48 2003 UTC (8 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
s/@netbsd.org/@NetBSD.org/ in MAINTAINER.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 4 08:28:25 2003 UTC (8 years, 2 months ago) by agc
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of chef to the NetBSD Packages Collection.
Convert from English on stdin to Mock Swedish on stdout.
...or...
Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot.
Bork Bork Bork!
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 4 08:28:25 2003 UTC (8 years, 2 months ago) by agc
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>