The NetBSD Project

CVS log for pkgsrc/doc/guide/files/creating.xml

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / doc / guide / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Nov 11 17:02:24 2024 UTC (4 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -5 lines
doc: remove py-wheel recommendation

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri May 10 12:15:23 2024 UTC (7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +10 -21 lines
guide: remove documentation for versioned_dependencies.mk

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Mar 13 13:47:43 2024 UTC (8 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
guide: quote ampersands

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Jan 13 01:07:38 2024 UTC (10 months, 4 weeks ago) by gutteridge
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -1 lines
creating.xml: note including wheel.mk does not pull in py-wheel

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Oct 29 22:31:01 2023 UTC (13 months, 1 week ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
creating.xml: fix phrasing in a sentence

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 29 17:22:06 2023 UTC (13 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -8 lines
guide: recommend using wheel.mk for Python modules

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 15 22:26:45 2022 UTC (2 years, 5 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -2 lines
guide/creating:  Clarify Python naming

Specify that PKGNAME should match "pip install" for things in PyPi.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 6 21:21:08 2022 UTC (2 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +25 -38 lines
doc/guide: clean up the chapter on creating packages

Url2pkg is no longer interactive, it just takes the URL as command line
argument.  It is not necessary to create the package directory manually,
as url2pkg does that as well.

Since Perl packages are handled by url2pkg (just like Python packages),
there is no need to list them in an effectively empty section.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 11 09:09:49 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -12 lines
guide: undocument distutils.mk

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jun 20 05:31:10 2020 UTC (4 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +53 -16 lines
doc/guide: merge debug chapter into creating

That chapter was not really about debugging pkgsrc but about creating a
package.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Apr 29 23:24:43 2020 UTC (4 years, 7 months ago) by gutteridge
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -5 lines
creating.xml: document TEST_DEPENDS, and minor grammar fixes

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Aug 30 22:19:37 2019 UTC (5 years, 3 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -2 lines
creating.xml: wrap line (no change to text)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Aug 25 17:11:00 2019 UTC (5 years, 3 months ago) by brook
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +14 -1 lines
Add a description of 'make upload-distfiles' to the TeXlive package section.

TeXlive packages are unusual in avoiding direct downloads from the upstream
CTAN repository.  Therefore, developers must manually upload the appropriate
distfiles.  To help avoid forgetting this step, add a description to the
Pkgsrc Guide in the section describing TeXlive packages.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Aug 14 17:31:34 2019 UTC (5 years, 3 months ago) by brook
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +36 -0 lines
Add a section to "Common packages" describing a typical TeXlive package.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Aug 14 17:26:31 2019 UTC (5 years, 3 months ago) by brook
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +20 -1 lines
Add a section to "Common packages" describing a typical R package.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 20 18:14:24 2019 UTC (5 years, 6 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +12 -3 lines
guide: Document TOOL_DEPENDS

Document TOOL_DEPENDS and clarify the differencies with BUILD_DEPENDS.
Adjust previous BUILD_DEPENDS examples (all of them were actually
TOOL_DEPENDS).

XXX: No BUILD_DEPENDS example is provided, if you have any good and common
XXX: BUILD_DEPENDS example please add it (a TODO comment was added regarding
XXX: that).  At least according a quick grep of BUILD_DEPENDS probably most of
XXX: them are actually BUILD_DEPENDS and maybe all real BUILD_DEPENDS are via
XXX: buildlink3.mk inclusion.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 4 23:55:00 2018 UTC (6 years, 6 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Fix an error in the example of BUILDLINK_TRANSFORM

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Nov 26 09:43:02 2017 UTC (7 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
guide: update versioned dependencies example

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Sep 26 03:23:30 2017 UTC (7 years, 2 months ago) by maya
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -11 lines
omit outdated stuff (kde)

pointed out by shalokshalom.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Feb 20 23:42:25 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Fix typo.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 20 17:00:35 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Switch py-dateutils to plain DEPENDS.

It supports both python 2 and 3 nowadays.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 9 05:03:19 2017 UTC (7 years, 11 months ago) by sevan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -4 lines
Note building KDE4 applications.
Stop the NetBSD keyword substitution by introducing a space.
Add a note to highlight the artificial space added to example.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 30 18:03:46 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Switch to direct py-dns dependency.

py-dns now supports all python versions, so versioned_dependencies
is not needed any longer.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Jan 12 12:03:39 2016 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +19 -18 lines
Clarify python *.mk usage.
Addresses PR 50648 by David H. Gutteridge.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 14 11:21:05 2015 UTC (9 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Update example after python-2.6 removal.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri May 9 07:04:16 2014 UTC (10 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
"KDE" is ambiguous, this example is for KDE3.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 9 06:59:19 2014 UTC (10 years, 7 months ago) by obache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Change example, lang/lua is not a package now.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jan 18 20:18:50 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fix typo.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 18 20:17:10 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +36 -26 lines
Update Python section and document versioned_dependencies.mk.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 12 09:43:30 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
PYTHON_VERSIONS_ACCEPTED cleanup.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Oct 12 11:58:49 2013 UTC (11 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Truncated one very long line which destroyed the layout in the HTML
version. The rest of the line is not important for understanding.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 3 22:14:01 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update for python25 removal.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Aug 14 11:32:21 2012 UTC (12 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3 lines
Fix REPLACE_PYTHON example, prompted by Moritz Wilhelmy.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 21 16:39:03 2011 UTC (13 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
Update severely outdated documentation about dependencies.
Inspired by patch from Francois Tigeot on pkgsrc-wip-discuss.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 7 18:22:10 2009 UTC (15 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: 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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Retire Python 2.3 support.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 5 13:08:02 2009 UTC (15 years, 9 months ago) by imil
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +54 -1 lines
Added DESTDIR examples and section 10.1.3. Python modules and programs

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 1 11:07:24 2007 UTC (17 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +104 -104 lines
Changed all <programlisting> environments so that the first relevant
column starts in column 1. Everything else is left to the style sheet.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 15 13:22:14 2006 UTC (18 years ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Remove trailing spaces and tabs.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 21 20:39:24 2006 UTC (18 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +252 -1 lines
Added an example section to the "creating a package" chapter, which
explains how I created a nontrivial package, www/nvu. It includes many
pitfalls that have never been documented before.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 21 11:58:18 2006 UTC (18 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +85 -90 lines
Reindented to have more text per line.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 6 18:12:48 2006 UTC (18 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -1 lines
KDE packages should make use of meta-pkgs/kde3/kde3.mk.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 2 16:52:22 2006 UTC (18 years, 2 months ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +24 -1 lines
After editing the package Makefile, it is usually necessary to run
"bmake clean".

The url2pkg program can create packages for Perl modules almost
completely.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 08:39:03 2006 UTC (18 years, 6 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Added a chapter "creating a pkgsrc package" that serves as an
introduction to the developer's guide.

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

CVSweb <webmaster@jp.NetBSD.org>