
CVS log for wip/emboss-base/Makefile.common
Up to [NetBSD + pkgsrc-wip] / wip / emboss-base
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 26 13:48:17 2011 UTC (6 months, 4 weeks ago) by noud4
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Adopt X11.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 26 05:01:22 2010 UTC (16 months, 4 weeks ago) by davesainty
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1
lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in *; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 24 15:34:09 2008 UTC (4 years ago) by tnn2
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -0
lines
This commit brought to you by the automated whitespace police (pkglint)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 14 14:02:50 2006 UTC (5 years, 9 months ago) by dhowland
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0
lines
Regen PLIST to fix bulk build failure.
Clean up buildlink and Makefiles to fix some pkglint gripes.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 2 19:04:34 2006 UTC (5 years, 10 months ago) by shattered
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
Follow redirects in HOMEPAGEs (and, in some cases, MASTER_SITEs too).
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 29 19:05:38 2005 UTC (6 years, 4 months ago) by mchittur
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
Makefile updated to reflect change in x11 variable from USE_X11 to x11.buildlink3.mk
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Aug 19 21:11:24 2005 UTC (6 years, 9 months ago) by mchittur
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1
lines
updated MASTER_SITES
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:11:48 2005 UTC (7 years, 1 month ago) by tvierling
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 10 22:01:08 2004 UTC (7 years, 5 months ago) by daprice
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -8
lines
changed pngdriver= PREFIX to pngdriver= BUILDLINK_PREFIX.png
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Nov 10 22:40:43 2004 UTC (7 years, 6 months ago) by daprice
Branches: daprice
CVS tags: daprice_20041110
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
EMBOSS stands for The European Molecular Biology Open Software Suite and is a new, free Open Source software analysis package specially developed for the needs of the molecular biology (e.g. EMBnet) user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web. Also, as extensive libraries are provided with the package, it is a platform to allow other scientists to develop and release software in true open source spirit. EMBOSS also integrates a range of currently available packages and tools for sequence analysis into a seamless whole.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Nov 10 22:40:43 2004 UTC (7 years, 6 months ago) by daprice
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>