CVS log for pkgsrc/graphics/pornview/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / graphics / pornview
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15
Sun Mar 6 16:02:51 2011 UTC (14 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
FILE REMOVED
Changes since revision 1.14: +1 -1
lines
Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:38:15 2011 UTC (14 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:44 2010 UTC (14 years, 2 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
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.12: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:57:23 2010 UTC (14 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:13:12 2010 UTC (14 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
More PKGREVISION bumps for pixman update.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:44:41 2010 UTC (14 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:06 2010 UTC (15 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:47 2009 UTC (15 years, 6 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
bump revision because of graphics/jpeg update
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 22 09:01:33 2009 UTC (15 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 9 10:27:17 2007 UTC (18 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: 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,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1
lines
Supports DESTDIR.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 5 05:37:42 2006 UTC (18 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:34 2006 UTC (18 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:23:34 2006 UTC (18 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -4
lines
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 13 15:23:03 2006 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +25 -6
lines
Converted the package to the options framework. The only supported
option is "gtk1" (disabled by default). This makes the pornview-gtk2
package obsolete. Bumped PKGREVISION.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Feb 11 13:06:43 2006 UTC (19 years, 1 month ago) by rillig
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Imported pornview from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.
PornView contains no objectionable content.
This package is built with GTK+ 1.0 support.
Packaged by David Howland.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 11 13:06:43 2006 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>