Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
This commit is contained in:
parent
6c266c9c9e
commit
b7f05445c0
@ -6,6 +6,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Interactive Python accessibility explorer for GNOME
|
COMMENT= Interactive Python accessibility explorer for GNOME
|
||||||
|
WWW= https://wiki.gnome.org/Apps/Accerciser
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= desktop@FreeBSD.org
|
MAINTAINER= desktop@FreeBSD.org
|
||||||
COMMENT= Assisted Technology Provider module for GTK+
|
COMMENT= Assisted Technology Provider module for GTK+
|
||||||
|
WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= desktop@FreeBSD.org
|
MAINTAINER= desktop@FreeBSD.org
|
||||||
COMMENT= Assistive Technology Service Provider Interface
|
COMMENT= Assistive Technology Service Provider Interface
|
||||||
|
WWW= https://gitlab.gnome.org/GNOME/at-spi2-core
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= desktop@FreeBSD.org
|
MAINTAINER= desktop@FreeBSD.org
|
||||||
COMMENT= GNOME accessibility toolkit (ATK)
|
COMMENT= GNOME accessibility toolkit (ATK)
|
||||||
|
WWW= https://developer.gnome.org/atk/
|
||||||
|
|
||||||
LICENSE= LGPL20+
|
LICENSE= LGPL20+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= GNOME
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= C++ wrapper for ATK API library
|
COMMENT= C++ wrapper for ATK API library
|
||||||
|
WWW= https://www.gtkmm.org/
|
||||||
|
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Gnome On-Screen keyboard
|
COMMENT= Gnome On-Screen keyboard
|
||||||
|
WWW= https://live.gnome.org/Caribou
|
||||||
|
|
||||||
LICENSE= LGPL20
|
LICENSE= LGPL20
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= SF
|
|||||||
|
|
||||||
MAINTAINER= David.K.Gerry@GMail.com
|
MAINTAINER= David.K.Gerry@GMail.com
|
||||||
COMMENT= Speech server for Festival Lite used by yasr and Emacspeak
|
COMMENT= Speech server for Festival Lite used by yasr and Emacspeak
|
||||||
|
WWW= http://eflite.sourceforge.net/
|
||||||
|
|
||||||
BUILD_DEPENDS= flite:audio/flite
|
BUILD_DEPENDS= flite:audio/flite
|
||||||
RUN_DEPENDS= flite:audio/flite
|
RUN_DEPENDS= flite:audio/flite
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= accessibility
|
|||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
COMMENT= Haptic/visual/audio feedback for GNOME
|
COMMENT= Haptic/visual/audio feedback for GNOME
|
||||||
|
WWW= https://source.puri.sm/Librem5/feedbackd
|
||||||
|
|
||||||
LICENSE= GPLv3+ LGPL21+
|
LICENSE= GPLv3+ LGPL21+
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= accessibility
|
|||||||
|
|
||||||
MAINTAINER= me@igalic.co
|
MAINTAINER= me@igalic.co
|
||||||
COMMENT= Adaptive screen brightness and temperature for Windows and Unix
|
COMMENT= Adaptive screen brightness and temperature for Windows and Unix
|
||||||
|
WWW= https://getgammy.com/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= accessibility kde
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Accessibility applications for KDE 5
|
COMMENT= Accessibility applications for KDE 5
|
||||||
|
WWW= https://www.kde.org/
|
||||||
|
|
||||||
USES= kde:5 metaport
|
USES= kde:5 metaport
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= accessibility kde kde-applications
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE Screen magnifier
|
COMMENT= KDE Screen magnifier
|
||||||
|
WWW= https://www.kde.org/applications/utilities/kmag/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= accessibility kde kde-applications
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Automatic mouse click tool for KDE
|
COMMENT= Automatic mouse click tool for KDE
|
||||||
|
WWW= https://www.kde.org/applications/utilities/kmousetool/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= accessibility kde kde-applications
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Speech synthesizer frontend for KDE
|
COMMENT= Speech synthesizer frontend for KDE
|
||||||
|
WWW= https://www.kde.org/applications/utilities/kmouth/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Helper to make writing accessibility tools easier
|
COMMENT= Helper to make writing accessibility tools easier
|
||||||
|
WWW= https://github.com/kde/libqaccessibilityclient
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Scriptable screen reader
|
COMMENT= Scriptable screen reader
|
||||||
|
WWW= https://live.gnome.org/Orca
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -8,6 +8,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Python API for the D-BUS based SPI framework
|
COMMENT= Python API for the D-BUS based SPI framework
|
||||||
|
WWW= https://gitlab.gnome.org/GNOME/pyatspi2
|
||||||
|
|
||||||
LICENSE= LGPL20
|
LICENSE= LGPL20
|
||||||
|
|
||||||
|
|||||||
@ -10,6 +10,7 @@ PATCHFILES+= 7da875d34854.patch:-p1 # wayland, see #663
|
|||||||
|
|
||||||
MAINTAINER= lcook@FreeBSD.org
|
MAINTAINER= lcook@FreeBSD.org
|
||||||
COMMENT= Adjusts the color temperature of your screen
|
COMMENT= Adjusts the color temperature of your screen
|
||||||
|
WWW= http://jonls.dk/redshift/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= RG
|
|||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Ruby binding of ATK
|
COMMENT= Ruby binding of ATK
|
||||||
|
WWW= https://ruby-gnome.github.io/
|
||||||
|
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= accessibility
|
|||||||
|
|
||||||
MAINTAINER= 0mp@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
COMMENT= Utility to change screen temperature
|
COMMENT= Utility to change screen temperature
|
||||||
|
WWW= https://github.com/0mp/sct
|
||||||
|
|
||||||
LICENSE= UNLICENSE
|
LICENSE= UNLICENSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= accessibility
|
|||||||
|
|
||||||
MAINTAINER= 0mp@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
COMMENT= Set color temperature (sct) daemon
|
COMMENT= Set color temperature (sct) daemon
|
||||||
|
WWW= https://github.com/amir/sctd
|
||||||
|
|
||||||
LICENSE= CC0-1.0 MIT
|
LICENSE= CC0-1.0 MIT
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -9,6 +9,7 @@ PATCHFILES= c204a23db76345d0bce2cdf395517c99699a8a4a.diff:-p1
|
|||||||
|
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT?= Common interface to speech synthesis
|
COMMENT?= Common interface to speech synthesis
|
||||||
|
WWW= https://devel.freebsoft.org/speechd
|
||||||
|
|
||||||
LICENSE= GPLv2 LGPL21
|
LICENSE= GPLv2 LGPL21
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= accessibility wayland
|
|||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
COMMENT= Adjust color temperature/brightness under Wayland via DBus
|
COMMENT= Adjust color temperature/brightness under Wayland via DBus
|
||||||
|
WWW= https://github.com/MaxVerevkin/wl-gammarelay-rs
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||||
|
|||||||
@ -8,6 +8,7 @@ PATCHFILES+= 601dfc87ff6e.patch:-p1 # https://lists.sr.ht/~kennylevinsen/wlsunse
|
|||||||
|
|
||||||
MAINTAINER= jbeich@FreeBSD.org
|
MAINTAINER= jbeich@FreeBSD.org
|
||||||
COMMENT= Day/night gamma adjustments for Wayland
|
COMMENT= Day/night gamma adjustments for Wayland
|
||||||
|
WWW= https://sr.ht/~kennylevinsen/wlsunset
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= SF
|
|||||||
|
|
||||||
MAINTAINER= David.K.Gerry@GMail.com
|
MAINTAINER= David.K.Gerry@GMail.com
|
||||||
COMMENT= General-purpose console screen reader
|
COMMENT= General-purpose console screen reader
|
||||||
|
WWW= http://yasr.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= LGPL20
|
LICENSE= LGPL20
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= arab${PORTVERSION:S/.//}
|
|||||||
|
|
||||||
MAINTAINER= nivit@FreeBSD.org
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
COMMENT= TeX/LaTeX package to generate Arabic writing
|
COMMENT= TeX/LaTeX package to generate Arabic writing
|
||||||
|
WWW= http://www2.informatik.uni-stuttgart.de/ivi/bs/research/arab_e.htm
|
||||||
|
|
||||||
LICENSE= LPPL10
|
LICENSE= LPPL10
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= arabic textproc
|
|||||||
|
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
COMMENT= Aspell Arabic dictionaries
|
COMMENT= Aspell Arabic dictionaries
|
||||||
|
WWW= https://sourceforge.net/projects/arabic-spell/
|
||||||
|
|
||||||
DICT= ar
|
DICT= ar
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= arabic x11-fonts
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Meta-port for popular Arabic font packages
|
COMMENT= Meta-port for popular Arabic font packages
|
||||||
|
WWW= http://www.arabeyes.org/project.php?proj=Khotot
|
||||||
|
|
||||||
USES= metaport
|
USES= metaport
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= arabic
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= API abstraction to common Islamic calculations
|
COMMENT= API abstraction to common Islamic calculations
|
||||||
|
WWW= https://github.com/arabeyes-org/ITL
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= 7z${DISTVERSION:S/.//}-src
|
|||||||
|
|
||||||
MAINTAINER= makc@FreeBSD.org
|
MAINTAINER= makc@FreeBSD.org
|
||||||
COMMENT= Console version of the 7-Zip file archiver
|
COMMENT= Console version of the 7-Zip file archiver
|
||||||
|
WWW= https://www.7-zip.org/
|
||||||
|
|
||||||
CONFLICTS_INSTALL= p7zip
|
CONFLICTS_INSTALL= p7zip
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= 9e
|
|||||||
|
|
||||||
MAINTAINER= rodrigo@FreeBSD.org
|
MAINTAINER= rodrigo@FreeBSD.org
|
||||||
COMMENT= Explode Plan9 archives
|
COMMENT= Explode Plan9 archives
|
||||||
|
WWW= http://www.bebik.net/doku.php?id=software:9e
|
||||||
|
|
||||||
LICENSE= LPL
|
LICENSE= LPL
|
||||||
LICENSE_GROUPS= OSI
|
LICENSE_GROUPS= OSI
|
||||||
|
|||||||
@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= wen@FreeBSD.org
|
||||||
COMMENT= Cross-Platform 'zip' Compression
|
COMMENT= Cross-Platform 'zip' Compression
|
||||||
|
WWW= https://github.com/r-lib/zip #readme
|
||||||
|
|
||||||
LICENSE= CC0-1.0
|
LICENSE= CC0-1.0
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/amadvance/advancecomp/releases/download/v${DIST
|
|||||||
|
|
||||||
MAINTAINER= fuz@fuz.su
|
MAINTAINER= fuz@fuz.su
|
||||||
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
|
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
|
||||||
|
WWW= http://advancemame.sourceforge.net/comp-readme.html
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://zakalwe.fi/~shd/foss/amigadepacker/ \
|
|||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Tool for depacking some compressed Amiga formats
|
COMMENT= Tool for depacking some compressed Amiga formats
|
||||||
|
WWW= https://zakalwe.fi/~shd/opensource.html
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
|||||||
|
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
COMMENT= Classes for working with various archivers
|
COMMENT= Classes for working with various archivers
|
||||||
|
WWW= https://commons.apache.org/proper/commons-compress/
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= delphij@FreeBSD.org
|
MAINTAINER= delphij@FreeBSD.org
|
||||||
COMMENT= Create & extract files from DOS .ARC files
|
COMMENT= Create & extract files from DOS .ARC files
|
||||||
|
WWW= http://arc.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -9,6 +9,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source \
|
|||||||
|
|
||||||
MAINTAINER= garga@FreeBSD.org
|
MAINTAINER= garga@FreeBSD.org
|
||||||
COMMENT= Open source implementation of the ARJ archiver
|
COMMENT= Open source implementation of the ARJ archiver
|
||||||
|
WWW= http://arj.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers kde kde-applications
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Archiving tool for KDE
|
COMMENT= Archiving tool for KDE
|
||||||
|
WWW= https://utils.kde.org/projects/ark/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= SAVANNAH
|
|||||||
|
|
||||||
MAINTAINER= mcy@lm7.fr
|
MAINTAINER= mcy@lm7.fr
|
||||||
COMMENT= Manage file archives of various types
|
COMMENT= Manage file archives of various types
|
||||||
|
WWW= https://www.nongnu.org/atool/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Data compressor in the PPM family
|
COMMENT= Data compressor in the PPM family
|
||||||
|
WWW= http://www3.sympatico.ca/mt0000/bicom/
|
||||||
|
|
||||||
# Converted from RESTRICTED
|
# Converted from RESTRICTED
|
||||||
LICENSE= BICOM
|
LICENSE= BICOM
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= archivers devel
|
|||||||
|
|
||||||
MAINTAINER= osa@FreeBSD.org
|
MAINTAINER= osa@FreeBSD.org
|
||||||
COMMENT= Generic-purpose lossless compression algorithm
|
COMMENT= Generic-purpose lossless compression algorithm
|
||||||
|
WWW= https://github.com/google/brotli
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/archivers/bzip/
|
|||||||
|
|
||||||
MAINTAINER= portmaster@bsdforge.com
|
MAINTAINER= portmaster@bsdforge.com
|
||||||
COMMENT= Block-sorting file compressor
|
COMMENT= Block-sorting file compressor
|
||||||
|
WWW= https://bsdforge.com/projects/archivers/bzip/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= https://sourceware.org/pub/bzip2/
|
|||||||
|
|
||||||
MAINTAINER= jharris@widomaker.com
|
MAINTAINER= jharris@widomaker.com
|
||||||
COMMENT= Block-sorting file compressor
|
COMMENT= Block-sorting file compressor
|
||||||
|
WWW= https://gitlab.com/federicomenaquintero/bzip2/
|
||||||
|
|
||||||
LICENSE= BZIP2
|
LICENSE= BZIP2
|
||||||
LICENSE_NAME= BZIP2 license
|
LICENSE_NAME= BZIP2 license
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers devel
|
|||||||
|
|
||||||
MAINTAINER= iblis.dif01@nctu.edu.tw
|
MAINTAINER= iblis.dif01@nctu.edu.tw
|
||||||
COMMENT= Blocking, shuffling and loss-less compression library
|
COMMENT= Blocking, shuffling and loss-less compression library
|
||||||
|
WWW= https://blosc.org/
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSES/BLOSC.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSES/BLOSC.txt
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= High performance compressor optimized for binary data
|
COMMENT= High performance compressor optimized for binary data
|
||||||
|
WWW= https://www.blosc.org/
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= https://www.cabextract.org.uk/ \
|
|||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Program to extract Microsoft cabinet (.CAB) files
|
COMMENT= Program to extract Microsoft cabinet (.CAB) files
|
||||||
|
WWW= https://www.cabextract.org.uk/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTFILES= XCC_Mixer-1.44.zip:dat
|
|||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Westwood Studios MIX format file manipulator
|
COMMENT= Westwood Studios MIX format file manipulator
|
||||||
|
WWW= https://github.com/OmniBlade/ccmix
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
|
COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
|
||||||
|
WWW= https://github.com/chungy/cmdpack
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Dynamic Adaptive Compression Tool
|
COMMENT= Dynamic Adaptive Compression Tool
|
||||||
|
WWW= https://www.rkeene.org/oss/dact/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ PKGNAMESUFFIX= -extractor # avoid collision with misc/deco
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Program to extract various archive file formats
|
COMMENT= Program to extract various archive file formats
|
||||||
|
WWW= https://github.com/peha/deco
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers games
|
|||||||
|
|
||||||
MAINTAINER= kai@FreeBSD.org
|
MAINTAINER= kai@FreeBSD.org
|
||||||
COMMENT= WAD file manipulator for Doom, Heretic, Hexen, and Strife
|
COMMENT= WAD file manipulator for Doom, Heretic, Hexen, and Strife
|
||||||
|
WWW= https://github.com/Doom-Utils/deutex
|
||||||
|
|
||||||
LICENSE= GPLv2 LGPL20 MIT
|
LICENSE= GPLv2 LGPL20 MIT
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= dpkg_${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= ndowens04@gmail.com
|
MAINTAINER= ndowens04@gmail.com
|
||||||
COMMENT= Debian package maintenance system
|
COMMENT= Debian package maintenance system
|
||||||
|
WWW= https://packages.debian.org/dpkg
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ PKGNAMESUFFIX= -3d-compression
|
|||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Library for compressing and decompressing 3D meshes and point clouds
|
COMMENT= Library for compressing and decompressing 3D meshes and point clouds
|
||||||
|
WWW= https://google.github.io/draco/
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= dz${PORTVERSION:S/.//g}src
|
|||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= File compression utility specializing in Quake demo compression
|
COMMENT= File compression utility specializing in Quake demo compression
|
||||||
|
WWW= https://speeddemosarchive.com/dzip/
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DIST_SUBDIR= mate
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Archive manager for zip files, tar, etc
|
COMMENT= Archive manager for zip files, tar, etc
|
||||||
|
WWW= https://mate-desktop.org/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/maho/fastjar
|
|||||||
|
|
||||||
MAINTAINER= java@FreeBSD.org
|
MAINTAINER= java@FreeBSD.org
|
||||||
COMMENT= Version of JDK's `jar' command written entirely in C
|
COMMENT= Version of JDK's `jar' command written entirely in C
|
||||||
|
WWW= http://fastjar.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Archive manager for zip files, tar, etc
|
COMMENT= Archive manager for zip files, tar, etc
|
||||||
|
WWW= https://wiki.gnome.org/Apps/FileRoller
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= GNOME
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= GObject library to create cabinet files
|
COMMENT= GObject library to create cabinet files
|
||||||
|
WWW= https://wiki.gnome.org/msitools
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ PKGNAMEPREFIX= g
|
|||||||
|
|
||||||
MAINTAINER= naddy@FreeBSD.org
|
MAINTAINER= naddy@FreeBSD.org
|
||||||
COMMENT= GNU cpio copies files to and from archives
|
COMMENT= GNU cpio copies files to and from archives
|
||||||
|
WWW= https://www.gnu.org/software/cpio/
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DIST_SUBDIR= gnome
|
|||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Glib wrapper around libarchives
|
COMMENT= Glib wrapper around libarchives
|
||||||
|
WWW= https://gitlab.gnome.org/GNOME/gnome-autoar
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/compression/ \
|
|||||||
|
|
||||||
MAINTAINER= portmaster@BSDforge.com
|
MAINTAINER= portmaster@BSDforge.com
|
||||||
COMMENT= Efficient file compressor
|
COMMENT= Efficient file compressor
|
||||||
|
WWW= https://BSDforge.com/projects/archivers/grzip
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ PKGNAMEPREFIX= g
|
|||||||
|
|
||||||
MAINTAINER= naddy@FreeBSD.org
|
MAINTAINER= naddy@FreeBSD.org
|
||||||
COMMENT= GNU version of the traditional tape archiver
|
COMMENT= GNU version of the traditional tape archiver
|
||||||
|
WWW= https://www.gnu.org/software/tar/
|
||||||
|
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= archivers devel
|
|||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= C++ header-only library for gzip compression and decompression
|
COMMENT= C++ header-only library for gzip compression and decompression
|
||||||
|
WWW= https://github.com/mapbox/gzip-hpp
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= GNU
|
|||||||
|
|
||||||
MAINTAINER= nc@FreeBSD.org
|
MAINTAINER= nc@FreeBSD.org
|
||||||
COMMENT= Compression utility designed to be a replacement for compress
|
COMMENT= Compression utility designed to be a replacement for compress
|
||||||
|
WWW= https://www.gnu.org/software/gzip/
|
||||||
|
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= gzrt-${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= GZIP recovery toolkit
|
COMMENT= GZIP recovery toolkit
|
||||||
|
WWW= https://www.urbanophile.com/arenn/hacking/gzrt/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= hllib${PORTVERSION:S/.//g}
|
|||||||
|
|
||||||
MAINTAINER= kpedersen@disroot.org
|
MAINTAINER= kpedersen@disroot.org
|
||||||
COMMENT= Utility to extract data from various Half-Life file formats
|
COMMENT= Utility to extract data from various Half-Life file formats
|
||||||
|
WWW= https://developer.valvesoftware.com/wiki/HLLib
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://constexpr.org/innoextract/files/
|
|||||||
|
|
||||||
MAINTAINER= eduardo@FreeBSD.org
|
MAINTAINER= eduardo@FreeBSD.org
|
||||||
COMMENT= Program to extract Inno Setup files
|
COMMENT= Program to extract Inno Setup files
|
||||||
|
WWW= https://constexpr.org/innoextract/
|
||||||
|
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://www.gjt.org/download/time/java/tar/
|
|||||||
|
|
||||||
MAINTAINER= ale@FreeBSD.org
|
MAINTAINER= ale@FreeBSD.org
|
||||||
COMMENT= Java tar archive I/O package
|
COMMENT= Java tar archive I/O package
|
||||||
|
WWW= http://www.trustice.com/java/tar/
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= http://www.jcraft.com/jzlib/
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Reimplementation of zlib in pure Java
|
COMMENT= Reimplementation of zlib in pure Java
|
||||||
|
WWW= http://www.jcraft.com/jzlib/
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= archivers kde kde-frameworks
|
|||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KF5 library that provides classes for handling archive formats
|
COMMENT= KF5 library that provides classes for handling archive formats
|
||||||
|
WWW= https://api.kde.org/frameworks-api/frameworks5-apidocs/karchive/html/index.html
|
||||||
|
|
||||||
# Sources say LGPL20, KDE policy says LGPL21+, license file is LGPL21
|
# Sources say LGPL20, KDE policy says LGPL21+, license file is LGPL21
|
||||||
LICENSE= LGPL20
|
LICENSE= LGPL20
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= kzipmix-${DISTVERSION}-bsd-static
|
|||||||
|
|
||||||
MAINTAINER= rodrigo@FreeBSD.org
|
MAINTAINER= rodrigo@FreeBSD.org
|
||||||
COMMENT= PKZIP-compatible compressor focusing on space over speed
|
COMMENT= PKZIP-compatible compressor focusing on space over speed
|
||||||
|
WWW= http://www.advsys.net/ken/
|
||||||
|
|
||||||
LICENSE= KZIP
|
LICENSE= KZIP
|
||||||
LICENSE_NAME= KZIP License
|
LICENSE_NAME= KZIP License
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-src-${DISTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= rhurlin@FreeBSD.org
|
MAINTAINER= rhurlin@FreeBSD.org
|
||||||
COMMENT= Library for lossless LAS compression
|
COMMENT= Library for lossless LAS compression
|
||||||
|
WWW= https://laszip.org/
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ PATCHFILES= a003d1ead4afb9a0c61cde8b00340c489f2ce370.patch:-p1
|
|||||||
|
|
||||||
MAINTAINER= lbartoletti@FreeBSD.org
|
MAINTAINER= lbartoletti@FreeBSD.org
|
||||||
COMMENT= Alternative LAZ implementation for C++ and JavaScript
|
COMMENT= Alternative LAZ implementation for C++ and JavaScript
|
||||||
|
WWW= https://github.com/hobu/laz-perf
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/utils/compress
|
|||||||
|
|
||||||
MAINTAINER= ak@FreeBSD.org
|
MAINTAINER= ak@FreeBSD.org
|
||||||
COMMENT= Extract/decompress CP/M LBR archives
|
COMMENT= Extract/decompress CP/M LBR archives
|
||||||
|
WWW= http://freshmeat.net/projects/lbrate/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -7,6 +7,7 @@ LICENSE= GPLv3
|
|||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Multi-threaded bzip2/bunzip2 filter
|
COMMENT= Multi-threaded bzip2/bunzip2 filter
|
||||||
|
WWW= https://lbzip2.org/
|
||||||
|
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|||||||
@ -5,6 +5,7 @@ PKGNAMESUFFIX= -ac
|
|||||||
|
|
||||||
MAINTAINER= tagattie@FreeBSD.org
|
MAINTAINER= tagattie@FreeBSD.org
|
||||||
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
||||||
|
WWW= https://lha.osdn.jp
|
||||||
|
|
||||||
# Converted from RESTRICTED
|
# Converted from RESTRICTED
|
||||||
LICENSE= LHA
|
LICENSE= LHA
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
|
|||||||
|
|
||||||
MAINTAINER= dinoex@FreeBSD.org
|
MAINTAINER= dinoex@FreeBSD.org
|
||||||
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
COMMENT= Archive files using LZSS and Huffman compression (.lzh files)
|
||||||
|
WWW= http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm
|
||||||
|
|
||||||
LICENSE= LHA
|
LICENSE= LHA
|
||||||
LICENSE_NAME= License of lha
|
LICENSE_NAME= License of lha
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= https://soulsphere.org/projects/lhasa/ \
|
|||||||
|
|
||||||
MAINTAINER= cs@innolan.dk
|
MAINTAINER= cs@innolan.dk
|
||||||
COMMENT= Command line tool and library for parsing LHA archives
|
COMMENT= Command line tool and library for parsing LHA archives
|
||||||
|
WWW= https://fragglet.github.io/lhasa/
|
||||||
|
|
||||||
LICENSE= ISCL
|
LICENSE= ISCL
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= archivers devel emulators
|
|||||||
|
|
||||||
MAINTAINER= zirias@FreeBSD.org
|
MAINTAINER= zirias@FreeBSD.org
|
||||||
COMMENT= Library for handling commodore 1541 disk images
|
COMMENT= Library for handling commodore 1541 disk images
|
||||||
|
WWW= https://github.com/excess-c64/lib1541img
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://www.onicos.com/staff/iz/release/
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Tiny C decompression library for several popular compression formats
|
COMMENT= Tiny C decompression library for several popular compression formats
|
||||||
|
WWW= http://www.onicos.com/staff/iz/release/ #libarc
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= jwb@FreeBSD.org
|
MAINTAINER= jwb@FreeBSD.org
|
||||||
COMMENT= Qt based archiving solution with libarchive backend
|
COMMENT= Qt based archiving solution with libarchive backend
|
||||||
|
WWW= https://gitlab.com/marcusbritanicus/libarchive-qt
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DI
|
|||||||
|
|
||||||
MAINTAINER= glewis@FreeBSD.org
|
MAINTAINER= glewis@FreeBSD.org
|
||||||
COMMENT= Library to create and read several streaming archive formats
|
COMMENT= Library to create and read several streaming archive formats
|
||||||
|
WWW= https://libarchive.org/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Transparently handles automatic compression and decompression of files
|
COMMENT= Transparently handles automatic compression and decompression of files
|
||||||
|
WWW= http://gnupdate.sourceforge.net/components/libcomprex/index.xml
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Fast, whole-buffer DEFLATE-based compression library
|
COMMENT= Fast, whole-buffer DEFLATE-based compression library
|
||||||
|
WWW= https://github.com/ebiggers/libdeflate
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= SF/synce/Dynamite/${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
||||||
|
WWW= http://synce.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -7,6 +7,7 @@ PKGNAMEPREFIX= lib
|
|||||||
|
|
||||||
MAINTAINER= martin@waschbuesch.de
|
MAINTAINER= martin@waschbuesch.de
|
||||||
COMMENT= LZ4 compression library, lossless and very fast
|
COMMENT= LZ4 compression library, lossless and very fast
|
||||||
|
WWW= https://lz4.github.io/lz4/
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE GPLv2
|
LICENSE= BSD2CLAUSE GPLv2
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= lzx_compress
|
|||||||
|
|
||||||
MAINTAINER= ak@FreeBSD.org
|
MAINTAINER= ak@FreeBSD.org
|
||||||
COMMENT= LZX compression library
|
COMMENT= LZX compression library
|
||||||
|
WWW= http://www.russotto.net/chm/
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= http://www.cabextract.org.uk/libmspack/
|
|||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Library for Microsoft compression formats
|
COMMENT= Library for Microsoft compression formats
|
||||||
|
WWW= https://www.cabextract.org.uk/libmspack/
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||||
|
|||||||
@ -8,6 +8,7 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
MAINTAINER= toxic@doobie.com
|
MAINTAINER= toxic@doobie.com
|
||||||
COMMENT= Library for manipulating PAR2 files, extracted from par2cmdline
|
COMMENT= Library for manipulating PAR2 files, extracted from par2cmdline
|
||||||
|
WWW= http://parchive.sourceforge.net/
|
||||||
|
|
||||||
LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20
|
LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= SF/synce/SynCE/librtfcomp
|
|||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Library for handling compressed RTF documents
|
COMMENT= Library for handling compressed RTF documents
|
||||||
|
WWW= https://sourceforge.net/projects/synce/
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||||
|
|||||||
@ -7,6 +7,7 @@ DISTNAME= unrarsrc-${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= samm@FreeBSD.org
|
MAINTAINER= samm@FreeBSD.org
|
||||||
COMMENT= Library to work with RAR archives
|
COMMENT= Library to work with RAR archives
|
||||||
|
WWW= https://www.rarsoft.com/
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/unrar
|
WRKSRC= ${WRKDIR}/unrar
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ DISTNAME= unrarsrc-${PORTVERSION}
|
|||||||
|
|
||||||
MAINTAINER= jhale@FreeBSD.org
|
MAINTAINER= jhale@FreeBSD.org
|
||||||
COMMENT= RAR archive extraction library
|
COMMENT= RAR archive extraction library
|
||||||
|
WWW= https://www.rarlab.com/
|
||||||
|
|
||||||
LICENSE= UNRAR
|
LICENSE= UNRAR
|
||||||
LICENSE_NAME= UnRAR License
|
LICENSE_NAME= UnRAR License
|
||||||
|
|||||||
@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/nih-at/${PORTNAME}/releases/download/v${DISTVER
|
|||||||
|
|
||||||
MAINTAINER= rakuco@FreeBSD.org
|
MAINTAINER= rakuco@FreeBSD.org
|
||||||
COMMENT= C library for reading, creating, and modifying ZIP archives
|
COMMENT= C library for reading, creating, and modifying ZIP archives
|
||||||
|
WWW= https://libzip.org/
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -6,6 +6,7 @@ CATEGORIES= archivers devel
|
|||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= C++ wrapper for libzip
|
COMMENT= C++ wrapper for libzip
|
||||||
|
WWW= https://github.com/ctabin/libzippp
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= tagattie@FreeBSD.org
|
MAINTAINER= tagattie@FreeBSD.org
|
||||||
COMMENT= Efficient compressor with very fast decompression
|
COMMENT= Efficient compressor with very fast decompression
|
||||||
|
WWW= https://github.com/inikep/lizard
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE GPLv2
|
LICENSE= BSD2CLAUSE GPLv2
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|||||||
@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|||||||
|
|
||||||
MAINTAINER= daniel@blodan.se
|
MAINTAINER= daniel@blodan.se
|
||||||
COMMENT= Lua bindings to the ZLib compression library
|
COMMENT= Lua bindings to the ZLib compression library
|
||||||
|
WWW= https://github.com/LuaDist/lzlib
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|||||||
|
|
||||||
MAINTAINER= sirl33tname@gmail.com
|
MAINTAINER= sirl33tname@gmail.com
|
||||||
COMMENT= Simple streaming interface to zlib for the Lua Programming Language
|
COMMENT= Simple streaming interface to zlib for the Lua Programming Language
|
||||||
|
WWW= https://github.com/brimworks/lua-zlib
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= LXQT
|
|||||||
|
|
||||||
MAINTAINER= jsm@FreeBSD.org
|
MAINTAINER= jsm@FreeBSD.org
|
||||||
COMMENT= Qt file archiver
|
COMMENT= Qt file archiver
|
||||||
|
WWW= https://github.com/lxqt/lxqt-archiver
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ CATEGORIES= archivers
|
|||||||
|
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
COMMENT= Lempel-Ziv style data compression algorithm
|
COMMENT= Lempel-Ziv style data compression algorithm
|
||||||
|
WWW= https://github.com/lzfse/lzfse
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= SAVANNAH/lzip
|
|||||||
|
|
||||||
MAINTAINER= gerald@FreeBSD.org
|
MAINTAINER= gerald@FreeBSD.org
|
||||||
COMMENT= Lossless data compressor based on the LZMA algorithm
|
COMMENT= Lossless data compressor based on the LZMA algorithm
|
||||||
|
WWW= https://www.nongnu.org/lzip/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|||||||
@ -5,6 +5,7 @@ MASTER_SITES= SAVANNAH/lzip/${PORTNAME}
|
|||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Recovery tool for Lzip compressed data files
|
COMMENT= Recovery tool for Lzip compressed data files
|
||||||
|
WWW= https://www.nongnu.org/lzip/lziprecover.html
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user