svn commit: r514226 - in head/archivers: engrampa gcab gnome-autoar javatar lzfse lzlib makeself mscompress nomarch packddir peazip ppmd sectar squeeze torrentzip xarchive xarchiver
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 10 13:17:51 UTC 2019
Author: bapt
Date: Thu Oct 10 13:17:47 2019
New Revision: 514226
URL: https://svnweb.freebsd.org/changeset/ports/514226
Log:
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
Modified:
head/archivers/engrampa/Makefile
head/archivers/gcab/Makefile
head/archivers/gnome-autoar/Makefile
head/archivers/javatar/Makefile
head/archivers/lzfse/Makefile
head/archivers/lzlib/Makefile
head/archivers/makeself/Makefile
head/archivers/mscompress/Makefile
head/archivers/nomarch/Makefile
head/archivers/packddir/Makefile
head/archivers/peazip/Makefile
head/archivers/ppmd/Makefile
head/archivers/sectar/Makefile
head/archivers/squeeze/Makefile
head/archivers/torrentzip/Makefile
head/archivers/xarchive/Makefile
head/archivers/xarchiver/Makefile
Modified: head/archivers/engrampa/Makefile
==============================================================================
--- head/archivers/engrampa/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/engrampa/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -20,8 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gtar:archivers/gtar \
PORTSCOUT= limitw:1,even
-USES= desktop-file-utils gettext gmake libtool localbase \
- pathfix pkgconfig tar:xz
+USES= desktop-file-utils gettext gmake gnome libtool localbase \
+ mate pathfix pkgconfig tar:xz
USE_MATE= caja
USE_GNOME= cairo gtk30 intltool
USE_LDCONFIG= yes
Modified: head/archivers/gcab/Makefile
==============================================================================
--- head/archivers/gcab/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/gcab/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -12,7 +12,10 @@ COMMENT= GObject library to create cabinet files
BUILD_DEPENDS= vala:lang/vala \
gtkdoc-scan:textproc/gtk-doc
-USES= cpe gettext meson pkgconfig tar:xz
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= cpe gettext gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
CPE_VENDOR= gnome
Modified: head/archivers/gnome-autoar/Makefile
==============================================================================
--- head/archivers/gnome-autoar/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/gnome-autoar/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
-USES= gettext-runtime gmake libarchive libtool pkgconfig tar:xz
+USES= gettext-runtime gmake gnome libarchive libtool pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
Modified: head/archivers/javatar/Makefile
==============================================================================
--- head/archivers/javatar/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/javatar/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.gjt.org/download/time/java/ta
MAINTAINER= ale at FreeBSD.org
COMMENT= Java tar archive I/O package
+LICENSE= PD
+LICENSE_FILE= ${WRKSRC}/doc/LICENSE
+
USE_JAVA= yes
JAVA_VERSION= 1.6+
Modified: head/archivers/lzfse/Makefile
==============================================================================
--- head/archivers/lzfse/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/lzfse/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -8,6 +8,9 @@ CATEGORIES= archivers
MAINTAINER= skreuzer at FreeBSD.org
COMMENT= Lempel-Ziv style data compression algorithm
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_GITHUB= yes
GH_ACCOUNT= lzfse
GH_TAGNAME= 4591228
Modified: head/archivers/lzlib/Makefile
==============================================================================
--- head/archivers/lzlib/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/lzlib/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -9,6 +9,9 @@ MASTER_SITES= SAVANNAH/lzip/lzlib
MAINTAINER= delphij at FreeBSD.org
COMMENT= In-memory LZMA compression and decompression library
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PLIST_FILES= include/lzlib.h \
lib/liblz.a
Modified: head/archivers/makeself/Makefile
==============================================================================
--- head/archivers/makeself/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/makeself/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -10,6 +10,9 @@ EXTRACT_SUFX= .run
MAINTAINER= jadawin at FreeBSD.org
COMMENT= Neat script to make self-extracting archives
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= bash:shells/bash
EXTRACT_CMD= ${SH}
Modified: head/archivers/mscompress/Makefile
==============================================================================
--- head/archivers/mscompress/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/mscompress/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -9,6 +9,9 @@ MASTER_SITES= SUNSITE/utils/compress
MAINTAINER= ports at FreeBSD.org
COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= tar:bzip2
HAS_CONFIGURE= yes
Modified: head/archivers/nomarch/Makefile
==============================================================================
--- head/archivers/nomarch/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/nomarch/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -9,6 +9,9 @@ MASTER_SITES= SUNSITE/utils/compress
MAINTAINER= ports at FreeBSD.org
COMMENT= Extracts files from the old '.arc' archive format
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
PLIST_FILES= bin/nomarch man/man1/nomarch.1.gz
PORTDOCS= COPYING ChangeLog NEWS README TODO
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
Modified: head/archivers/packddir/Makefile
==============================================================================
--- head/archivers/packddir/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/packddir/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -10,6 +10,9 @@ DISTNAME= upackddir_${PORTVERSION}-1
MAINTAINER= ayu at commun.jp
COMMENT= These trivial utilities can unpack and create PackdDir archives
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
WRKSRC= ${WRKDIR}/src
PLIST_FILES= bin/upackddir \
Modified: head/archivers/peazip/Makefile
==============================================================================
--- head/archivers/peazip/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/peazip/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -13,7 +13,7 @@ COMMENT= Free archiver and file compressor
LICENSE= LGPL3
-USES= desktop-file-utils dos2unix fpc lazarus:flavors zip
+USES= desktop-file-utils dos2unix fpc lazarus:flavors zip xorg
USE_FPC= cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11
USE_XORG= x11
Modified: head/archivers/ppmd/Makefile
==============================================================================
--- head/archivers/ppmd/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/ppmd/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -9,6 +9,8 @@ MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt at FreeBSD.org
COMMENT= Fast archiver with good compression ratio
+LICENSE= PD
+
PORTDOCS= read_me.txt
PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz
Modified: head/archivers/sectar/Makefile
==============================================================================
--- head/archivers/sectar/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/sectar/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -9,6 +9,9 @@ MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Program to create encrypted tar archives
+LICENSE= GPLv2
+LICENSE_FILEE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/sectar
Modified: head/archivers/squeeze/Makefile
==============================================================================
--- head/archivers/squeeze/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/squeeze/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -15,8 +15,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libthunar-vfs-1.so:x11-fm/thunar-vfs
-USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils \
- libtool xfce:gtk2 xorg
+USES= tar:bzip2 pkgconfig gmake gnome gettext pathfix \
+ desktop-file-utils libtool xfce:gtk2 xorg
USE_XFCE= thunar
USE_XORG= x11
USE_GNOME= gtk20 glib20 intltool
Modified: head/archivers/torrentzip/Makefile
==============================================================================
--- head/archivers/torrentzip/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/torrentzip/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -11,6 +11,9 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
MAINTAINER= swhetzel at gmail.com
COMMENT= Efficient way to prepare zipfiles for BitTorrent
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
USES= autoreconf
WRKSRC= ${WRKDIR}/trrntzip
Modified: head/archivers/xarchive/Makefile
==============================================================================
--- head/archivers/xarchive/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/xarchive/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -12,7 +12,7 @@ COMMENT= GTK+ front end for various archiving tools
RUN_DEPENDS= bash:shells/bash
-USES= pkgconfig
+USES= gnome pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20
Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile Thu Oct 10 13:15:13 2019 (r514225)
+++ head/archivers/xarchiver/Makefile Thu Oct 10 13:17:47 2019 (r514226)
@@ -22,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
USE_GITHUB= yes
GH_ACCOUNT= ib
-USES= desktop-file-utils gmake pkgconfig
+USES= desktop-file-utils gmake gnome pkgconfig
USE_GNOME= cairo glib20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
More information about the svn-ports-all
mailing list