diff options
author | bapt <bapt@FreeBSD.org> | 2019-10-10 21:17:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-10-10 21:17:47 +0800 |
commit | 7c30fcdba26f651b58602e892f8b761565756e65 (patch) | |
tree | c6a3e9a34dbf8c804a73399c74419eccb868bd95 | |
parent | c82c83c33e10455a45c45c35e48fa2ff8fa98795 (diff) | |
download | freebsd-ports-gnome-7c30fcdba26f651b58602e892f8b761565756e65.tar.gz freebsd-ports-gnome-7c30fcdba26f651b58602e892f8b761565756e65.tar.zst freebsd-ports-gnome-7c30fcdba26f651b58602e892f8b761565756e65.zip |
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg
-rw-r--r-- | archivers/engrampa/Makefile | 4 | ||||
-rw-r--r-- | archivers/gcab/Makefile | 5 | ||||
-rw-r--r-- | archivers/gnome-autoar/Makefile | 2 | ||||
-rw-r--r-- | archivers/javatar/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzfse/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzlib/Makefile | 3 | ||||
-rw-r--r-- | archivers/makeself/Makefile | 3 | ||||
-rw-r--r-- | archivers/mscompress/Makefile | 3 | ||||
-rw-r--r-- | archivers/nomarch/Makefile | 3 | ||||
-rw-r--r-- | archivers/packddir/Makefile | 3 | ||||
-rw-r--r-- | archivers/peazip/Makefile | 2 | ||||
-rw-r--r-- | archivers/ppmd/Makefile | 2 | ||||
-rw-r--r-- | archivers/sectar/Makefile | 3 | ||||
-rw-r--r-- | archivers/squeeze/Makefile | 4 | ||||
-rw-r--r-- | archivers/torrentzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/xarchive/Makefile | 2 | ||||
-rw-r--r-- | archivers/xarchiver/Makefile | 2 |
17 files changed, 41 insertions, 9 deletions
diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile index 07c77f290065..c71be74c8d63 100644 --- a/archivers/engrampa/Makefile +++ b/archivers/engrampa/Makefile @@ -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 diff --git a/archivers/gcab/Makefile b/archivers/gcab/Makefile index d45efb746f86..0fd2cf3e6b5f 100644 --- a/archivers/gcab/Makefile +++ b/archivers/gcab/Makefile @@ -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 diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile index 19f0acf2015a..0befded77520 100644 --- a/archivers/gnome-autoar/Makefile +++ b/archivers/gnome-autoar/Makefile @@ -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 diff --git a/archivers/javatar/Makefile b/archivers/javatar/Makefile index b6b17a164abb..d642b0712452 100644 --- a/archivers/javatar/Makefile +++ b/archivers/javatar/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.gjt.org/download/time/java/tar/ MAINTAINER= ale@FreeBSD.org COMMENT= Java tar archive I/O package +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/doc/LICENSE + USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/archivers/lzfse/Makefile b/archivers/lzfse/Makefile index 85bf61caa54b..307cc3573f6a 100644 --- a/archivers/lzfse/Makefile +++ b/archivers/lzfse/Makefile @@ -8,6 +8,9 @@ CATEGORIES= archivers MAINTAINER= skreuzer@FreeBSD.org COMMENT= Lempel-Ziv style data compression algorithm +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_GITHUB= yes GH_ACCOUNT= lzfse GH_TAGNAME= 4591228 diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index e7b74454724e..74deb33b420b 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SAVANNAH/lzip/lzlib MAINTAINER= delphij@FreeBSD.org COMMENT= In-memory LZMA compression and decompression library +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= include/lzlib.h \ lib/liblz.a diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index b316ef19617f..60fdb8a31e07 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -10,6 +10,9 @@ EXTRACT_SUFX= .run MAINTAINER= jadawin@FreeBSD.org COMMENT= Neat script to make self-extracting archives +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= bash:shells/bash EXTRACT_CMD= ${SH} diff --git a/archivers/mscompress/Makefile b/archivers/mscompress/Makefile index d5c7805bd7f3..6f8461dec6b9 100644 --- a/archivers/mscompress/Makefile +++ b/archivers/mscompress/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SUNSITE/utils/compress MAINTAINER= ports@FreeBSD.org COMMENT= Microsoft "compress.exe/expand.exe" compatible (de)compressor +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 HAS_CONFIGURE= yes diff --git a/archivers/nomarch/Makefile b/archivers/nomarch/Makefile index 278b59e482cd..0132aba8e6aa 100644 --- a/archivers/nomarch/Makefile +++ b/archivers/nomarch/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SUNSITE/utils/compress MAINTAINER= ports@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}" diff --git a/archivers/packddir/Makefile b/archivers/packddir/Makefile index bb62ed979578..f3245f59c6a1 100644 --- a/archivers/packddir/Makefile +++ b/archivers/packddir/Makefile @@ -10,6 +10,9 @@ DISTNAME= upackddir_${PORTVERSION}-1 MAINTAINER= ayu@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 \ diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 4feb17245b71..7a5c09a3791f 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -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 diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index 24cb25725a68..17ec13fda706 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast archiver with good compression ratio +LICENSE= PD + PORTDOCS= read_me.txt PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz diff --git a/archivers/sectar/Makefile b/archivers/sectar/Makefile index c141ede9841a..2f7c442c14e7 100644 --- a/archivers/sectar/Makefile +++ b/archivers/sectar/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program to create encrypted tar archives +LICENSE= GPLv2 +LICENSE_FILEE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes PLIST_FILES= bin/sectar diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 953347ae720a..2f0df0b7641e 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -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 diff --git a/archivers/torrentzip/Makefile b/archivers/torrentzip/Makefile index f3d5cb93a681..dbcd065102a3 100644 --- a/archivers/torrentzip/Makefile +++ b/archivers/torrentzip/Makefile @@ -11,6 +11,9 @@ DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src MAINTAINER= swhetzel@gmail.com COMMENT= Efficient way to prepare zipfiles for BitTorrent +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= autoreconf WRKSRC= ${WRKDIR}/trrntzip diff --git a/archivers/xarchive/Makefile b/archivers/xarchive/Makefile index 3bf6579f454e..cd0916eb3594 100644 --- a/archivers/xarchive/Makefile +++ b/archivers/xarchive/Makefile @@ -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 diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index f9b151dfe433..5ee043dca96c 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -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 |