Index: branches/2020Q2/archivers/lzop/pkg-descr =================================================================== --- branches/2020Q2/archivers/lzop/pkg-descr (revision 533062) +++ branches/2020Q2/archivers/lzop/pkg-descr (revision 533063) @@ -1,9 +1,8 @@ - lzop is a file compressor which is very similar to gzip. It uses the LZO +lzop is a file compressor which is very similar to gzip. It uses the LZO library for compression services and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio). - lzop is distributed under the terms of the GNU General Public License -(GPL). +lzop is distributed under the terms of the GNU General Public License (GPL). -WWW: http://www.oberhumer.com/opensource/lzop/ +WWW: https://www.lzop.org/ Index: branches/2020Q2/devel/cvschk/pkg-descr =================================================================== --- branches/2020Q2/devel/cvschk/pkg-descr (revision 533062) +++ branches/2020Q2/devel/cvschk/pkg-descr (revision 533063) @@ -1,5 +1,5 @@ cvschk is a Perl program which allows you to see the status of your own CVS directories, without access to the CVS repository. It shows which files you changed, made locally, and which ones were deleted. -WWW: http://cvs.sslug.dk/cvs2html/ +WWW: http://web.archive.org/web/20121006163548/http://cvs.sslug.dk/cvs2html/ Index: branches/2020Q2/devel/libublio/pkg-descr =================================================================== --- branches/2020Q2/devel/libublio/pkg-descr (revision 533062) +++ branches/2020Q2/devel/libublio/pkg-descr (revision 533063) @@ -1,7 +1,8 @@ This is a user space caching library, currently used by FreeBSD and Mac OS X to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these systems don't have a block device cache, giving a very slow read/write rate. Note that libublio is _not_ thread safe. -WWW: http://mercurial.creo.hu/repos/libublio +defunct WWW: http://mercurial.creo.hu/repos/libublio +copy of code:https://github.com/0x09/hfsfuse/blob/master/lib/ublio/ Index: branches/2020Q2/graphics/ilmbase/pkg-descr =================================================================== --- branches/2020Q2/graphics/ilmbase/pkg-descr (revision 533062) +++ branches/2020Q2/graphics/ilmbase/pkg-descr (revision 533063) @@ -1,18 +1,18 @@ ABOUT THE ILMBASE LIBRARIES ---------------------------- Half is a class that encapsulates our 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library. If you have questions about using the IlmBase libraries, you may want to join our developer mailing list. -WWW: http://www.openexr.com/ +WWW: https://www.openexr.com/ Index: branches/2020Q2/graphics/openexr/pkg-descr =================================================================== --- branches/2020Q2/graphics/openexr/pkg-descr (revision 533062) +++ branches/2020Q2/graphics/openexr/pkg-descr (revision 533063) @@ -1,24 +1,24 @@ OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. OpenEXR is used by ILM on all motion pictures currently in production. The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become ILM's main image file format. OpenEXR's features include: * Higher dynamic range and color precision than existing 8- and 10-bit image file formats. * Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIA's Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions. * Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. -WWW: http://www.openexr.com/ +WWW: https://www.openexr.com/ Index: branches/2020Q2/net/unison232/Makefile =================================================================== --- branches/2020Q2/net/unison232/Makefile (revision 533062) +++ branches/2020Q2/net/unison232/Makefile (revision 533063) @@ -1,84 +1,84 @@ # Created by: Dan Pelleg # $FreeBSD$ PORTNAME= unison PORTVERSION= 2.32.52 PORTREVISION= 10 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ +MASTER_SITES= https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} DIST_SUBDIR= ${DISTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mandree@FreeBSD.org # Implicit approval for port changes granted to Guido Falsi COMMENT= User-level file synchronization tool LICENSE= GPLv3 FLAVORS= x11 nox11 FLAVOR?= ${FLAVORS:[1]} VERSIONSUFFIX= 232 nox11_PKGNAMESUFFIX= ${VERSIONSUFFIX}-nox11 nox11_CONFLICTS_INSTALL= unison${VERSIONSUFFIX} x11_PKGNAMESUFFIX= ${VERSIONSUFFIX} x11_CONFLICTS_INSTALL= unison${VERSIONSUFFIX}-nox11 x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ icotool:graphics/icoutils x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake USE_OCAML= yes NO_OCAML_RUNDEPENDS=yes MAKE_ARGS= CFLAGS="" MAKE_JOBS_UNSAFE= yes DOCS= BUGS.txt NEWS README DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} EXTRA_DOCS= ${DISTNAME}-manual.html \ ${DISTNAME}-manual.pdf ${DISTNAME}-manual.ps OPTIONS_DEFINE= DOCS .if ${FLAVOR} == nox11 MAKE_ARGS+= UISTYLE=text PKGMESSAGE= ${PKGDIR}/pkg-message.nox11 PLIST_SUB+= X11="@comment " .else MAKE_ARGS+= UISTYLE=gtk2 SUB_FILES= ${PORTNAME}.desktop USE_GNOME+= atk cairo gdkpixbuf2 glib20 gtk20 pango USES+= gettext-runtime gnome PLIST_SUB+= X11="" .endif .if ${FLAVOR} == x11 post-patch: @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ ${WRKSRC}/Makefile.OCaml post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=${PORTNAME}-text @cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${VERSIONSUFFIX} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${STAGEDIR}${DOCSDIR} .if ${FLAVOR} == x11 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-text ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${VERSIONSUFFIX}-text ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/${PORTNAME}${VERSIONSUFFIX}.desktop ${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}${VERSIONSUFFIX}.png .endif .include Index: branches/2020Q2/net/unison232/pkg-descr =================================================================== --- branches/2020Q2/net/unison232/pkg-descr (revision 533062) +++ branches/2020Q2/net/unison232/pkg-descr (revision 533063) @@ -1,14 +1,14 @@ This is Unison version 2.32, kept for compatibility with older installations on other computer across the network. -- Matthias Andree Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.) uni-directional mirroring utilities (rsync, etc.) and other synchronizers (Intellisync, Reconcile, etc). -WWW: http://www.cis.upenn.edu/~bcpierce/unison/ +WWW: https://www.cis.upenn.edu/~bcpierce/unison/ Index: branches/2020Q2/news/leafnode/pkg-descr =================================================================== --- branches/2020Q2/news/leafnode/pkg-descr (revision 533062) +++ branches/2020Q2/news/leafnode/pkg-descr (revision 533063) @@ -1,8 +1,8 @@ Leafnode v1.11 is a simple, IPv6 enabled NNTP server and client designed for small sites. (Think store & forward proxy if you like.) It "learns" which newsgroups should be downloaded based on what's accessed. Use it to enable online newsreaders to offline reading or to reduce your external bandwidth if you have several users accessing Usenet news. -WWW: http://www.leafnode.org/ +WWW: https://www.leafnode.org/ Index: branches/2020Q2/security/openvpn-auth-ldap/pkg-descr =================================================================== --- branches/2020Q2/security/openvpn-auth-ldap/pkg-descr (revision 533062) +++ branches/2020Q2/security/openvpn-auth-ldap/pkg-descr (revision 533063) @@ -1,5 +1,5 @@ The OpenVPN Auth-LDAP Plugin implements username/password authentication via LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD packet filter, supporting adding and removing VPN clients from PF tables. -WWW: http://code.google.com/p/openvpn-auth-ldap/ +WWW: https://github.com/threerings/openvpn-auth-ldap Index: branches/2020Q2/security/putty/pkg-descr =================================================================== --- branches/2020Q2/security/putty/pkg-descr (revision 533062) +++ branches/2020Q2/security/putty/pkg-descr (revision 533063) @@ -1,8 +1,8 @@ PuTTY is a client program for the SSH, Telnet and Rlogin network protocols. These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs. -WWW: http://www.chiark.greenend.org.uk/~sgtatham/putty/ +WWW: https://www.chiark.greenend.org.uk/~sgtatham/putty/ Index: branches/2020Q2 =================================================================== --- branches/2020Q2 (revision 533062) +++ branches/2020Q2 (revision 533063) Property changes on: branches/2020Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r533061-533062