The NetBSD Project

CVS log for pkgsrc/misc/cowsay/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / misc / cowsay

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed May 18 10:48:34 2011 UTC (12 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

add manpage to substitution rule as in the original build
(still inconsistent since not all occurences are substituted)

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 17 21:11:44 2011 UTC (14 months, 1 week ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

service suspended. fetch from backup.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 4 19:21:11 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: 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
Changes since 1.10: +8 -6 lines
Diff to previous 1.10 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:00 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.9: +4 -4 lines
Diff to previous 1.9 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:10 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Wed Sep 28 19:51:27 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Replaced "# defined" with "yes" where appropriate.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:14 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:11 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Relinquish maintainership of packages to tech-pkg@NetBSD.org.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 29 06:36:32 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.4: +15 -2 lines
Diff to previous 1.4 (colored)

Handle installation ourselves so that files are owned by the proper
users.

Fixes PR pkg/24251.

Don't install a useless cow.  Bump PKGREVISION for this part.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 21:48:50 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, 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 Feb 17 18:08:56 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 5 19:30:58 2000 UTC (11 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

update to cowsay-3.03
changes:
        - Added cows/tux.cow, as suggested by xmanoel@i.am
        - Compatibility with 5.6.0, due to a change in qw().
        - Renamed devil.cow to daemon.cow, since I know better. :-)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Mar 25 20:13:23 2000 UTC (12 years, 2 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

 _________________________________________ 
/ cowsay is a configurable talking cow,   \
| written in Perl. It operates much as    |
| the figlet program does, and it written |
\ in the same spirit of silliness.        /
 ----------------------------------------- 
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 25 20:13:23 2000 UTC (12 years, 2 months ago) by jlam
Branch: MAIN

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>