CVS log for ports/devel/fastcrc/Makefile
Up to [FreeBSD] / ports / devel / fastcrc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Aug 29 03:51:40 2011 UTC (5 months, 1 week ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -1 lines
Mark as broken on recent current: does not link.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 14 22:55:07 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 15 02:07:34 2004 UTC (7 years, 8 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Reset maintainership. Adam has experienced a machine failure and is currently unable to look after any of the ports that he has written.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 20 23:40:55 2003 UTC (8 years, 3 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Changed per maintainer request.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:30 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
De-pkg-comment.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:49:53 2000 UTC (11 years, 7 months ago) by asami
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, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:31 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -4 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:27:51 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
PORTNAME/PORTVERSION update
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 27 01:53:41 1999 UTC (12 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
No need to include ':install' at the end of the BUILD_DEPENDS line since it is implied if nothing is given. Picking nits I know, but it is now more "consistent" with the other ~2600 ports.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:57:02 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
ln -> ${LN}
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:47:54 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change Id->FreeBSD.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 7 10:31:35 1999 UTC (12 years, 8 months ago) by simokawa
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Only for i386.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat May 1 03:35:55 1999 UTC (12 years, 9 months ago) by steve
Branches: ADAM
CVS tags: v1_0, RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of fastcrc version 1.0. A library of fast CRC routines. PR: 11350 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat May 1 03:35:55 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
Initial revision
