pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xlt
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jan 7 19:27:56 UTC 2018
Modified Files:
pkgsrc/x11/xlt: Makefile PLIST distinfo
pkgsrc/x11/xlt/patches: patch-aa patch-ab
Log Message:
Fixed pkglint warnings, bumped PKGREVISION.
* Added license declaration
* Moved documentation out of the deprecated share/doc/html
* Documented patch
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xlt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xlt/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xlt/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xlt/patches/patch-aa \
pkgsrc/x11/xlt/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xlt/Makefile
diff -u pkgsrc/x11/xlt/Makefile:1.8 pkgsrc/x11/xlt/Makefile:1.9
--- pkgsrc/x11/xlt/Makefile:1.8 Thu Oct 9 14:07:16 2014
+++ pkgsrc/x11/xlt/Makefile Sun Jan 7 19:27:56 2018
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.8 2014/10/09 14:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/07 19:27:56 rillig Exp $
#
DISTNAME= Xlt-13.0.13
PKGNAME= ${DISTNAME:S/Xlt/xlt/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xlt/}
MAINTAINER= christos%NetBSD.org@localhost
HOMEPAGE= http://xlt.sourceforge.net/
COMMENT= OpenMotif/Lesstif Widget library
+LICENSE= gnu-lgpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
Index: pkgsrc/x11/xlt/PLIST
diff -u pkgsrc/x11/xlt/PLIST:1.3 pkgsrc/x11/xlt/PLIST:1.4
--- pkgsrc/x11/xlt/PLIST:1.3 Sun Jun 14 18:25:17 2009
+++ pkgsrc/x11/xlt/PLIST Sun Jan 7 19:27:56 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:25:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/01/07 19:27:56 rillig Exp $
include/Xlt/AnimatedButton.h
include/Xlt/AnimatedButtonP.h
include/Xlt/AppShell.h
@@ -76,16 +76,16 @@ man/man3/XltToolBarConfigure.3
man/man3/XltWaitTillMapped.3
man/man3/XltWorking.3
man/man3/XltYesNo.3
-share/doc/html/Xlt/ListTree.gif
-share/doc/html/Xlt/ListTree.html
-share/doc/html/Xlt/ListTreeProg.html
-share/doc/html/Xlt/ListTreeTitle.gif
-share/doc/html/Xlt/LiteClue.html
-share/doc/html/Xlt/SciPlot.html
-share/doc/html/Xlt/SciPlotDemo.gif
-share/doc/html/Xlt/SciPlotDemo.html
-share/doc/html/Xlt/SciPlotExample.gif
-share/doc/html/Xlt/SciPlotProg.html
-share/doc/html/Xlt/SciPlotTitle.gif
-share/doc/html/Xlt/TreeFSel.gif
-share/doc/html/Xlt/new.gif
+share/doc/Xlt/ListTree.gif
+share/doc/Xlt/ListTree.html
+share/doc/Xlt/ListTreeProg.html
+share/doc/Xlt/ListTreeTitle.gif
+share/doc/Xlt/LiteClue.html
+share/doc/Xlt/SciPlot.html
+share/doc/Xlt/SciPlotDemo.gif
+share/doc/Xlt/SciPlotDemo.html
+share/doc/Xlt/SciPlotExample.gif
+share/doc/Xlt/SciPlotProg.html
+share/doc/Xlt/SciPlotTitle.gif
+share/doc/Xlt/TreeFSel.gif
+share/doc/Xlt/new.gif
Index: pkgsrc/x11/xlt/distinfo
diff -u pkgsrc/x11/xlt/distinfo:1.5 pkgsrc/x11/xlt/distinfo:1.6
--- pkgsrc/x11/xlt/distinfo:1.5 Fri Apr 1 16:08:36 2016
+++ pkgsrc/x11/xlt/distinfo Sun Jan 7 19:27:56 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2016/04/01 16:08:36 jperkin Exp $
+$NetBSD: distinfo,v 1.6 2018/01/07 19:27:56 rillig Exp $
SHA1 (Xlt-13.0.13.tar.gz) = 5329c345f9d815c9f76d409a25100a7174acd8da
RMD160 (Xlt-13.0.13.tar.gz) = d67fa86f502f195ffe7b61e80010f95fa7d4747a
SHA512 (Xlt-13.0.13.tar.gz) = 2a57a413c2fb5c93d8ff81bd197167d8561aad2a737bb83f0684318badc8100d89845429a45d51f49b638629501c50bf58ee7067355e1898470fc2ba7cc0d2ab
Size (Xlt-13.0.13.tar.gz) = 599909 bytes
-SHA1 (patch-aa) = ac78a9db02b6c79c64738952b978bd5b56fba5cc
-SHA1 (patch-ab) = 5fb6e6df36d3075f53fef5cb1d25c4d384f8e19f
+SHA1 (patch-aa) = a0401ca3720f41d5473a80ba0c6ba916355775c5
+SHA1 (patch-ab) = 50bcbb0182106272d1f7a607a84d7754e19be624
Index: pkgsrc/x11/xlt/patches/patch-aa
diff -u pkgsrc/x11/xlt/patches/patch-aa:1.2 pkgsrc/x11/xlt/patches/patch-aa:1.3
--- pkgsrc/x11/xlt/patches/patch-aa:1.2 Wed Jul 16 07:40:59 2008
+++ pkgsrc/x11/xlt/patches/patch-aa Sun Jan 7 19:27:56 2018
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2008/07/16 07:40:59 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2018/01/07 19:27:56 rillig Exp $
+
+Don't install .m4 files.
--- Makefile.in.orig 2005-09-16 09:03:54.000000000 -0400
+++ Makefile.in 2008-06-28 18:20:25.000000000 -0400
Index: pkgsrc/x11/xlt/patches/patch-ab
diff -u pkgsrc/x11/xlt/patches/patch-ab:1.2 pkgsrc/x11/xlt/patches/patch-ab:1.3
--- pkgsrc/x11/xlt/patches/patch-ab:1.2 Fri Apr 1 16:08:36 2016
+++ pkgsrc/x11/xlt/patches/patch-ab Sun Jan 7 19:27:56 2018
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2016/04/01 16:08:36 jperkin Exp $
+$NetBSD: patch-ab,v 1.3 2018/01/07 19:27:56 rillig Exp $
Honour --mandir.
@@ -18,7 +18,7 @@ Honour --mandir.
html_DATA = $(html_HTML)
-htmldir = $(prefix)/Xlt/doc/html
-+htmldir = $(prefix)/share/doc/html/Xlt
++htmldir = $(prefix)/share/doc/Xlt
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Home |
Main Index |
Thread Index |
Old Index