Up to [cvs.netbsd.org] / pkgsrc / converters / chef
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 3 05:51:08 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
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
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored)
Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 18 11:51:33 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.13: +5 -10
lines
Diff to previous 1.13 (colored)
Made the Makefile a little simpler.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 9 15:26:46 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
USE_TOOLS+=lex
Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:06 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
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) - annotate - [select for diffs], Mon Dec 5 20:49:55 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
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) - annotate - [select for diffs], Thu Nov 17 17:24:24 2005 UTC (6 years, 6 months ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.7: +6 -2
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
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) - annotate - [select for diffs], Thu Nov 17 17:12:05 2005 UTC (6 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Correct a distfile path. Noted by salo@.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 31 11:25:14 2005 UTC (6 years, 6 months ago) by tonio
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
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) - annotate - [select for diffs], Mon Oct 17 20:59:27 2005 UTC (6 years, 7 months ago) by tonio
Branch: MAIN
Changes since 1.7: +5 -2
lines
Diff to previous 1.7 (colored)
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) - annotate - [select for diffs], Mon Apr 11 21:45:08 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 21 12:57:45 2005 UTC (7 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
Fix installation broken by previous.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 21 02:55:15 2005 UTC (7 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
Make work on more platforms; the appropriate library is -ll, not -lfl.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 16 03:25:28 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (colored)
- Use buildlink framework. - NO_CONFIGURE=yes - Enable pkgviews installation.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 16 00:35:11 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Honor BINOWN and BINGRP.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 24 09:53:48 2003 UTC (8 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
s/@netbsd.org/@NetBSD.org/ in MAINTAINER.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 4 08:28:25 2003 UTC (8 years, 5 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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) - annotate - [select for diffs], Thu Dec 4 08:28:25 2003 UTC (8 years, 5 months ago) by agc
Branch: MAIN
Initial revision