Skip site navigation (1)Skip section navigation (2)

CVS log for ports/graphics/piddle/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / piddle

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:23:03 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with G

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 24 07:38:39 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 3 13:47:56 2005 UTC (6 years, 11 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -28 lines
- Update to 1.0.15

PR:		ports/78104
Submitted by:	Dominic Mitchell <dom@happygiraffe.net> (maintainer)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:15:26 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
De-pkg-comment.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:53:27 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 7 07:46:02 2001 UTC (10 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net

PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 25 12:34:17 2000 UTC (11 years, 4 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Kill WRKSRC again.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 25 12:30:48 2000 UTC (11 years, 4 months ago) by tg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -8 lines
Use USE_PYTHON.

PR:		21509
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 25 12:21:25 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -4 lines
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 8 12:23:50 2000 UTC (11 years, 5 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:23 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 22 10:26:31 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -3 lines
Make the port include fonts for piddle.

PR:		18585
Submitted by:	maintainer
Patch by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 14 10:47:00 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -5 lines
Convert to PORTNAME/PORTVERSION.  lfview had an invalid version
string so I fixed it.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 6 09:06:19 2000 UTC (11 years, 10 months ago) by tg
Branches: MAIN
Import piddle, a 2D drawing library for python.

PR:		17071
Submitted by:	Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>

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