The NetBSD Project

CVS log for pkgsrc/print/ja-a2ps/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / print / ja-a2ps

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Sat Oct 24 14:51:59 2009 UTC (2 years, 7 months ago) by zafer
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, HEAD
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored)

update master_sites. remove broken master.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 17 02:35:43 2008 UTC (4 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +6 -3 lines
Diff to previous 1.9 (colored)

Add HOMEPAGE and update MASTER_SITES.
Add DESTDIR support.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 21 18:57:42 2006 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:18 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:30 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Create directories before installing files into them.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:59 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 20 12:24:28 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:30 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:15 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 13 13:00:03 2003 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Update to 1.45, provided by Toru TAKAMIZU in PR 19835.
Less restrictive license, small changes.

Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:58:07 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.2.1: +24 -0 lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.1.1.1.2.1, Fri May 31 13:01:03 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +0 -24 lines
FILE REMOVED

file Makefile was added on branch buildlink2 on 2002-06-23 18:58:07 +0000

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:01:03 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgviews, pkgsrc-base, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Reimport of package ja-a2ps from japanese/a2ps into print/ja-a2ps.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:01:03 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, netbsd-1-6-RELEASE-base

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>