Sat Sep 27 12:27:39 2014 UTC ()
Drop maintainershop.

I'm never using this package, please take someone else really using this.


(obache)
diff -r1.8 -r1.9 pkgsrc/graphics/libsixel/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/graphics/libsixel/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libsixel/Makefile 2014/09/27 12:05:43 1.8
+++ pkgsrc/graphics/libsixel/Makefile 2014/09/27 12:27:39 1.9
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.8 2014/09/27 12:05:43 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2014/09/27 12:27:39 obache Exp $
2 2
3DISTNAME= libsixel-1.0.3 3DISTNAME= libsixel-1.0.3
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= -https://github.com/saitoha/libsixel/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX} 5MASTER_SITES= -https://github.com/saitoha/libsixel/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
6 6
7MAINTAINER= obache@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://saitoha.github.io/libsixel/ 8HOMEPAGE= http://saitoha.github.io/libsixel/
9COMMENT= DEC SIXEL graphics codec encoder/decoder and converter 9COMMENT= DEC SIXEL graphics codec encoder/decoder and converter
10LICENSE= mit AND public-domain 10LICENSE= mit AND public-domain
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16PKGCONFIG_OVERRIDE+= libsixel.pc.in 16PKGCONFIG_OVERRIDE+= libsixel.pc.in
17 17
18.include "options.mk" 18.include "options.mk"
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"