Index: head/archivers/bzip/Makefile =================================================================== --- head/archivers/bzip/Makefile (revision 514792) +++ head/archivers/bzip/Makefile (revision 514793) @@ -1,34 +1,34 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= bzip PORTVERSION= 0.21 PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= http://bsdforge.com/projects/source/archivers/bzip/ +MASTER_SITES= https://BSDforge.com/projects/source/archivers/bzip/ MAINTAINER= portmaster@bsdforge.com COMMENT= Block-sorting file compressor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RESTRICTED= may be covered by patents USE_CSTD= gnu89 PLIST_FILES= bin/bzip bin/bunzip \ man/man1/bunzip.1.gz \ man/man1/bzip.1.gz pre-install: @${CAT} ${FILESDIR}/COPYRIGHT do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${STAGEDIR}${PREFIX}/bin ${LN} -fs bzip ${STAGEDIR}${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/bunzip.1 .include Index: head/archivers/grzip/Makefile =================================================================== --- head/archivers/grzip/Makefile (revision 514792) +++ head/archivers/grzip/Makefile (revision 514793) @@ -1,40 +1,40 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= grzip PORTVERSION= 0.3.0 PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/compression/ \ - http://BSDforge.com/projects/source/archivers/grzip/ + https://BSDforge.com/projects/source/archivers/grzip/ MAINTAINER= portmaster@BSDforge.com COMMENT= Efficient file compressor LICENSE= LGPL21 USES= tar:bzip2 gettext USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lintl ALL_TARGET= ${PORTNAME} WRAPPERS= grztar grzdiff grzgrep grzmore PLIST_FILES= bin/${PORTNAME} bin/grunzip bin/grzcat ${WRAPPERS:S|^|bin/|} \ lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 include/${PORTNAME}.h \ share/locale/fr/LC_MESSAGES/${PORTNAME}.mo post-patch: @${REINPLACE_CMD} -e 's|DESTDIR|PREFIX|g;/^CC.*=/d;/^OPTFLAGS/s|-O2||;/^CFLAGS/s|=|+=|'\ -e '/^PREFIX=/d;/^LDFLAGS/s|=|+=|' ${WRKSRC}/Makefile ${WRKSRC}/po/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/grunzip ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/grzcat ${INSTALL_SCRIPT} ${WRAPPERS:S|^|${WRKSRC}/scripts/|} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib ${LN} -sf lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0 ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.h ${STAGEDIR}${PREFIX}/include (cd ${WRKSRC}/po; ${SETENV} ${MAKE_ENV} ${MAKE} PREFIX="${STAGEDIR}${PREFIX}" install) .include Index: head/archivers/grzip/pkg-descr =================================================================== --- head/archivers/grzip/pkg-descr (revision 514792) +++ head/archivers/grzip/pkg-descr (revision 514793) @@ -1,9 +1,9 @@ grzip is a high-performance file compressor based on Burrows-Wheeler Transform, Schindler Transform, Move-To-Front, and Weighted Frequency Counting. It uses the Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention in recent years for both its simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters. -WWW: http://BSDforge.com/projects/archivers/grzip +WWW: https://BSDforge.com/projects/archivers/grzip Index: head/archivers/zipmix/Makefile =================================================================== --- head/archivers/zipmix/Makefile (revision 514792) +++ head/archivers/zipmix/Makefile (revision 514793) @@ -1,23 +1,23 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= zipmix DISTVERSION= 20070221 CATEGORIES= archivers MASTER_SITES= http://www.advsys.net/ken/util/ \ - http://BSDforge.com/projects/source/archivers/zipmix/ + https://BSDforge.com/projects/source/archivers/zipmix/ DISTNAME= ${PORTNAME}_src MAINTAINER= portmaster@BSDforge.com COMMENT= Produce .ZIP file from two other ones with the best compressed files USES= dos2unix ncurses zip MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/audio/cd2mp3/Makefile =================================================================== --- head/audio/cd2mp3/Makefile (revision 514792) +++ head/audio/cd2mp3/Makefile (revision 514793) @@ -1,35 +1,35 @@ # Created by: Jamie Heckford # $FreeBSD$ PORTNAME= cd2mp3 PORTVERSION= 0.82 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ - http://BSDforge.com/projects/source/audio/cd2mp3/ \ + https://BSDforge.com/projects/source/audio/cd2mp3/ \ LOCAL/feld MAINTAINER= portmaster@BSDforge.com COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:audio/lame \ dagrab:audio/dagrab USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= cd2mp3 NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 PLIST_FILES= bin/cd2mp3 PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/audio/cd2mp3/pkg-descr =================================================================== --- head/audio/cd2mp3/pkg-descr (revision 514792) +++ head/audio/cd2mp3/pkg-descr (revision 514793) @@ -1,6 +1,6 @@ cd2mp3 will help you create MP3s from your favourite CD collections. It features single track encoding, entire CD encoding, ripping of tracks to .WAV files, and encoding .WAV files to MP3 Format. -WWW: http://BSDforge.com/projects/audio/cd2mp3 +WWW: https://BSDforge.com/projects/audio/cd2mp3 Index: head/audio/mp3stat/Makefile =================================================================== --- head/audio/mp3stat/Makefile (revision 514792) +++ head/audio/mp3stat/Makefile (revision 514793) @@ -1,59 +1,59 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 12 CATEGORIES= audio -MASTER_SITES= http://BSDforge.com/projects/source/audio/mp3stat/ +MASTER_SITES= https://BSDforge.com/projects/source/audio/mp3stat/ MAINTAINER= portmaster@BSDforge.com COMMENT= Read information about an MP3's, or OGG's bitstream LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= dos2unix gmake localbase pkgconfig DOS2UNIX_FILES= ui/console/cli.cpp USE_GNOME= gtk20 LDFLAGS+= -Wl,--rpath,${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/mp3stat \ lib/mp3stat/input_mp3.so \ lib/mp3stat/ui_gtk2.so \ lib/mp3stat/ui_console.so OPTIONS_DEFINE= VORBIS DOCS OPTIONS_DEFAULT= VORBIS VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VORBIS_PLIST_FILES= lib/mp3stat/input_vorb.so VORBIS_MAKE_ARGS_OFF= VORBIS="" post-patch: @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@$${CXX}|$${CXX}|g ; \ s|-ldl|-lz|g ; \ s|-lc|$${LDFLAGS}|g ; \ s|-Wl,-soname,.*\.so\.1||g ; \ s|-fpic|-fPIC|g ; \ s|^CXX|#CXX|g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3stat ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mp3stat ${INSTALL_LIB} ${WRKSRC}/ui/gtk/ui_gtk2.so ${STAGEDIR}${PREFIX}/lib/mp3stat ${INSTALL_LIB} ${WRKSRC}/ui/console/ui_console.so ${STAGEDIR}${PREFIX}/lib/mp3stat ${INSTALL_LIB} ${WRKSRC}/input/mp3/input_mp3.so ${STAGEDIR}${PREFIX}/lib/mp3stat do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-install-VORBIS-on: ${INSTALL_LIB} ${WRKSRC}/input/vorbis/input_vorb.so \ ${STAGEDIR}${PREFIX}/lib/mp3stat .include Index: head/audio/mp3stat/pkg-descr =================================================================== --- head/audio/mp3stat/pkg-descr (revision 514792) +++ head/audio/mp3stat/pkg-descr (revision 514793) @@ -1,14 +1,14 @@ Mp3stat is a utility to read information about MP3's and OGG's bitstream. More specifically, how certain bitrates have been placed in the bitstream by the encoder. Not only does mp3stat give you a graphical representation of the average bitrate per 1/500th of the file in, a linear bar graph to allow you to compare encoders and settings, it also has a batch file mode. The batch file mode allows you to use mp3stat as a script utility instead of GUI, for use in your own programs and or scripts. The batch mode can be extended trivially to give just as much info as the GUI version, but now defaults to configurable output of 3 pieces of info; name, runtime, and average bitrate. The batch mode can take MP3's, and OGG's in the same directory, but it cannot (yet at least) recursively run into subdirectories -- this will be possible in the next version, arriving soon. -WWW: http://BSDforge.com/projects/audio/mp3stat/ +WWW: https://BSDforge.com/projects/audio/mp3stat/ Index: head/audio/soundconverter/Makefile =================================================================== --- head/audio/soundconverter/Makefile (revision 514792) +++ head/audio/soundconverter/Makefile (revision 514793) @@ -1,40 +1,40 @@ # Created by: Jona Joachim # $FreeBSD$ PORTNAME= soundconverter PORTVERSION= 2.1.6 PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= https://launchpad.net/soundconverter/trunk/2.1.6/+download/ \ - http://BSDforge.com/projects/source/audio/soundconverter/ + https://BSDforge.com/projects/source/audio/soundconverter/ MAINTAINER= portmaster@BSDforge.com COMMENT= Sound conversion application for the GNOME environment LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gstreamer>=0.10:multimedia/py-gstreamer@${PY_FLAVOR} NO_ARCH= yes USES= desktop-file-utils gettext-tools gmake python:2.7 \ shebangfix tar:xz SHEBANG_FILES= bin/soundconverter.py GNU_CONFIGURE= yes USE_GNOME= intltool pygtk2 pygnome2 MAKE_ENV= MAKE=${MAKE_CMD} INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \ s|itlocaledir = .*|itlocaledir = ${LOCALBASE}/share/locale|g' \ ${WRKSRC}/po/Makefile.in.in .include Index: head/audio/streamtranscoder/Makefile =================================================================== --- head/audio/streamtranscoder/Makefile (revision 514792) +++ head/audio/streamtranscoder/Makefile (revision 514793) @@ -1,41 +1,41 @@ # Created by: Mark Kane # $FreeBSD$ PORTNAME= streamtranscoder PORTVERSION= 1.2.8 PORTREVISION= 13 CATEGORIES= audio -MASTER_SITES= http://BSDforge.com/projects/source/audio/streamtranscoder/ +MASTER_SITES= https://BSDforge.com/projects/source/audio/streamtranscoder/ MAINTAINER= mark@mkproductions.org COMMENT= Transcode and stream audio to a SHOUTcast/Icecast/Peercast server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libmad.so:audio/libmad \ libcurl.so:ftp/curl \ libmp3lame.so:audio/lame GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/streamTranscoder PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-O20|$$CFLAGS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '//d' \ ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure \ ${WRKSRC}/src/libtranscoder/transcurl.cpp post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/audio/streamtranscoder/pkg-descr =================================================================== --- head/audio/streamtranscoder/pkg-descr (revision 514792) +++ head/audio/streamtranscoder/pkg-descr (revision 514793) @@ -1,8 +1,8 @@ streamTranscoder takes the output from SHOUTcast/Icecast/Peercast/KasterBlaster servers or a sound card input and transcodes them to another SHOUTcast, Icecast, or Peercast server in MP3 or Ogg Vorbis format. It can transcode the input audio by resampling or re-encoding, as well as changing the format from MP3 to Ogg Vorbis (or vice versa). -WWW: http://bsdforge.com/projects/audio/streamTranscoder/ +WWW: https://BSDforge.com/projects/audio/streamTranscoder/ Index: head/audio/xmradio/Makefile =================================================================== --- head/audio/xmradio/Makefile (revision 514792) +++ head/audio/xmradio/Makefile (revision 514793) @@ -1,22 +1,22 @@ # Created by: Thomas Runge # $FreeBSD$ PORTNAME= xmradio PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://BSDforge.com/projects/source/audio/xmradio/ +MASTER_SITES= https://BSDforge.com/projects/source/audio/xmradio/ MAINTAINER= portmaster@BSDforge.com COMMENT= Motif based FM tuner (for use with bktr(4) driver) LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= i386 amd64 USES= imake motif xorg USE_XORG= ice sm x11 xext xmu xpm xt PLIST_FILES= bin/xmradio lib/X11/app-defaults/XMradio .include Index: head/audio/xmradio/pkg-descr =================================================================== --- head/audio/xmradio/pkg-descr (revision 514792) +++ head/audio/xmradio/pkg-descr (revision 514793) @@ -1,9 +1,9 @@ xmradio is a radio tuner program for X11 (using the Motif widget set), using NetBSD's and FreeBSD's bktr(4) driver. It also supports Video4Linux because of its design. You can control an xmradio running on your desktop using some special command line options and remote control mechanism. -WWW: http://BSDforge.com/projects/audio/xmradio/ +WWW: https://BSDforge.com/projects/audio/xmradio/ Index: head/comms/comserv/Makefile =================================================================== --- head/comms/comserv/Makefile (revision 514792) +++ head/comms/comserv/Makefile (revision 514793) @@ -1,19 +1,19 @@ # Created by: Brian Dean # $FreeBSD$ PORTNAME= comserv PORTVERSION= 1.4.4 CATEGORIES= comms net -MASTER_SITES= http://BSDforge.com/projects/source/comms/comserv/ +MASTER_SITES= https://BSDforge.com/projects/source/comms/comserv/ MAINTAINER= portmaster@BSDforge.com COMMENT= Access local serial ports via network connections LICENSE= BSD2CLAUSE USES= tar:xz PLIST_FILES= sbin/comservd etc/comservd.conf.sample \ etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz .include Index: head/comms/pr/Makefile =================================================================== --- head/comms/pr/Makefile (revision 514792) +++ head/comms/pr/Makefile (revision 514793) @@ -1,37 +1,37 @@ # Created by: Anton Voronin # $FreeBSD$ PORTNAME= pr PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= comms net -MASTER_SITES= http://bsdforge.com/projects/source/comms/pr/ +MASTER_SITES= https://BSDforge.com/projects/source/comms/pr/ MAINTAINER= portmaster@bsdforge.com COMMENT= Daemon that connects local terminal device to a terminal server LICENSE= ARTPERL10 USES= shebangfix tar:xz SHEBANG_FILES= sbin/PortRedirector sbin/PortTest NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} PROGRAMS= PortRedirector PortTest ETCFLS= PortRedirector.conf.sample RCDFILES= pr.sh.sample OPTIONS_DEFINE= DOCS do-install: (cd ${WRKSRC}/sbin && \ ${INSTALL_SCRIPT} ${PROGRAMS} ${STAGEDIR}${PREFIX}/sbin) (cd ${WRKSRC}/etc/rc.d && \ ${INSTALL_DATA} ${RCDFILES} ${STAGEDIR}${PREFIX}/etc/rc.d) (cd ${WRKSRC}/etc && \ ${INSTALL_DATA} ${ETCFLS} ${STAGEDIR}${PREFIX}/etc) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/share/doc/pr/PR.html ${STAGEDIR}${DOCSDIR} .include Index: head/comms/pr/pkg-descr =================================================================== --- head/comms/pr/pkg-descr (revision 514792) +++ head/comms/pr/pkg-descr (revision 514793) @@ -1,19 +1,19 @@ The package consists of two programs - PortRedorector and PortTest. PortRedirector is a daemon that runs telnet to the remote port of the terminal server and redirects its input and output to a virtual terminal device (/dev/pty*). The corresponding slave device (dev/tty*) then can be used by an application that expects a local async terminal port. For example, to monitor a UPS (connected to AUX ports on a Cisco router) using nut. Whenever telnet subprocess terminates on any reason, it is restarted as soon as any data received from the terminal device. It can also work when authentication is required, i.e. it can pass username and password specified in its configuration file. PortTest is something like cu(1). You can use either of them to test the connection. -WWW: http://bsdforge.com/projects/comms/pr/ +WWW: https://BSDforge.com/projects/comms/pr/ Index: head/comms/sms_client/Makefile =================================================================== --- head/comms/sms_client/Makefile (revision 514792) +++ head/comms/sms_client/Makefile (revision 514793) @@ -1,47 +1,47 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= sms_client PORTVERSION= 3.0.2 PORTREVISION= 3 CATEGORIES= comms -MASTER_SITES= http://bsdforge.com/projects/source/comms/sms_client/ +MASTER_SITES= https://BSDforge.com/projects/source/comms/sms_client/ MAINTAINER= portmaster@bsdforge.com COMMENT= Simple UNIX SMS client to send messages to phones or pagers LICENSE= LGPL20+ USES= tar:xz HAS_CONFIGURE= yes SPOOL= ${STAGEDIR}${PREFIX}/var/spool/sms MAKE_JOBS_UNSAFE= yes post-configure: @${SED} -e 's@gcc@${CC}@g' -e 's@-Wall@${CFLAGS} -Wall@g' \ ${FILESDIR}/Makefile.config > ${WRKSRC}/Makefile.config post-patch: @${MV} ${WRKSRC}/sms/services/vodafone_autralia \ ${WRKSRC}/sms/services/vodafone_australia @${RM} ${WRKSRC}/sms/services/att_web.orig do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/sms_client \ ${WRKSRC}/bin/sms_address ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}; ${COPYTREE_SHARE} sms/scripts ${STAGEDIR}${PREFIX}/etc cd ${WRKSRC}; ${COPYTREE_SHARE} sms/services ${STAGEDIR}${PREFIX}/etc cd ${WRKSRC}/sms && ${INSTALL_DATA} sms_addressbook \ sms_config sms_daemons sms_modem sms_services \ ${STAGEDIR}${PREFIX}/etc/sms cd ${STAGEDIR}${PREFIX}/etc/sms/services ; ${FIND} -s * -type f \ -exec mkdir -p ${SPOOL}/errors/{} \; \ -exec mkdir -p ${SPOOL}/services/{} \; \ -exec touch ${SPOOL}/errors/{}/.keep \; \ -exec touch ${SPOOL}/services/{}/.keep \; ${MKDIR} -p ${SPOOL}/named_pipes ${SPOOL}/locks ${SPOOL}/incoming ${TOUCH} ${SPOOL}/named_pipes/.keep ${SPOOL}/locks/.keep \ ${SPOOL}/incoming/.keep .include Index: head/comms/sms_client/files/Makefile.config =================================================================== --- head/comms/sms_client/files/Makefile.config (revision 514792) +++ head/comms/sms_client/files/Makefile.config (revision 514793) @@ -1,73 +1,73 @@ # -------------------------------------------------------------------- # SMS Client, send messages to mobile phones and pagers # # Makefile.config # -# Copyright (C) 2014 portmaster - http://bsdforge.com +# Copyright (C) 2014 portmaster - https://BSDforge.com # Copyright (C) 1997,1998,1999,2000 Angelo Masci # # All rights reserved. # # -------------------------------------------------------------------- # $Id$ # -------------------------------------------------------------------- # -------------------------------------------------------------------- # FreeBSD # -------------------------------------------------------------------- PLATFORM = -DFREEBSD CC = gcc MAKE = make CFLAGS = -g -I. -Wall -pedantic $(PLATFORM) XTRALIBS = # -------------------------------------------------------------------- SMSUSER = bin SMSGROUP = bin # -------------------------------------------------------------------- BINPREFIX = $(PREFIX) ETCPREFIX = $(PREFIX) MANPREFIX = $(PREFIX) SPOOLDIR = $(PREFIX)/var/spool LOGDIR = $(PREFIX)/var/log MLOCALSMSRC = .sms_addressbook MGLOBALSMSRC = $(ETCPREFIX)/etc/sms/sms_addressbook MSERVICEDIR = $(ETCPREFIX)/etc/sms MLOGFILE = $(LOGDIR)/smslog MSNPPDLOGFILE = $(LOGDIR)/snppdlog MSMSDLOGFILE = $(LOGDIR)/smsdlog # -------------------------------------------------------------------- # SMS_Client can be built to use the libmodem package or its own # internal modem routines. Currently the internal routines are known to # be unstable and are still considered to be in ALPHA # Valid Values for MODEMLIB are: # # $(LIBMODEM) - use the libmodem-1.0.0 packages with patches # $(SMSMODEM) - use the internal modem routines LIBMODEM = 1 SMSMODEM = 2 MODEMLIB = $(SMSMODEM) # -------------------------------------------------------------------- BINDIR = $(BINPREFIX)/bin ETCDIR = $(ETCPREFIX)/etc MANDIR = $(MANPREFIX)/man MANEXT = 1 INSTALL = /usr/bin/install -c RM = /bin/rm -f CP = /bin/cp TR = /usr/bin/tr AR = /usr/bin/ar -rc STRIP = /usr/bin/strip RANLIB = ranlib # -------------------------------------------------------------------- Index: head/databases/pg_reorg/Makefile =================================================================== --- head/databases/pg_reorg/Makefile (revision 514792) +++ head/databases/pg_reorg/Makefile (revision 514793) @@ -1,30 +1,30 @@ # Created by: Alexander Pyhalov # $FreeBSD$ PORTNAME= pg_reorg PORTVERSION= 1.1.11 PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/ \ - http://BSDforge.com/projects/source/databases/pg_reorg/ + https://BSDforge.com/projects/source/databases/pg_reorg/ MAINTAINER= portmaster@BSDforge.com COMMENT= PostgreSQL utility to reorganize tables LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT MAKE_ENV= USE_PGXS=0 USES= gmake pgsql:9.1-9.5 uidfix LLD_UNSAFE= yes WANT_PGSQL= server INSTALL_TARGET= install-strip PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/databases/pg_reorg/pkg-descr =================================================================== --- head/databases/pg_reorg/pkg-descr (revision 514792) +++ head/databases/pg_reorg/pkg-descr (revision 514793) @@ -1,5 +1,5 @@ pg_reorg can reorganize tables of a PostgreSQL database without any locks, so that you can retrieve or update rows in tables being reorganized. The module is developed to be a better alternative to CLUSTER and VACUUM FULL. -WWW: http://BSDforge.com/projects/databases/pg_reorg/ +WWW: https://BSDforge.com/projects/databases/pg_reorg/ Index: head/databases/pgaccess/Makefile =================================================================== --- head/databases/pgaccess/Makefile (revision 514792) +++ head/databases/pgaccess/Makefile (revision 514793) @@ -1,54 +1,54 @@ # Created by: Palle Girgensohn # $FreeBSD$ PORTNAME= pgaccess PORTVERSION= 1.00.20140902 PORTREVISION= 3 CATEGORIES= databases tcl tk -MASTER_SITES= http://bsdforge.com/projects/source/databases/pgaccess/ +MASTER_SITES= https://BSDforge.com/projects/source/databases/pgaccess/ MAINTAINER= portmaster@bsdforge.com COMMENT= Powerful PostgreSQL database GUI administration tool and toolkit LICENSE= BSD4CLAUSE RUN_DEPENDS= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl:databases/pgtcl USES= pgsql tk tar:xz NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/postgresql/${PORTNAME} PGACCESSDIR= ${PREFIX}/share/postgresql/${PORTNAME} OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e "s,/usr/bin,${PREFIX}/bin,g ; " ${WRKSRC}/lib/mainlib.tcl @${RM} ${WRKSRC}/lib/mainlib.tcl.bak do-build: .for targetfile in pgaccess.tcl pgmonitor @ ${SED} -e "s,%%LOCALBASE%%,${LOCALBASE},g; \ s,%%WISH%%,${WISH},g; \ s,%%PREFIX%%,${PREFIX},g; \ s,%%PROGRAM%%,${targetfile},g" \ < ${FILESDIR}/run-tcl-file > ${WRKDIR}/${targetfile:R}.sh .endfor do-install: @${MKDIR} ${STAGEDIR}${PGACCESSDIR} ; \ cd ${WRKSRC} ;\ ${TAR} cf - `${FIND} * ! \( -path win32\* -o -path doc\* \)` | \ ( cd ${STAGEDIR}${PGACCESSDIR}; ${TAR} xf - ) .for targetfile in pgaccess pgmonitor ${INSTALL_SCRIPT} ${WRKDIR}/${targetfile}.sh ${STAGEDIR}${PREFIX}/bin/${targetfile} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ; \ cd ${WRKSRC}/doc/html ;\ ${TAR} cf - * | \ ( cd ${STAGEDIR}${DOCSDIR}; ${TAR} xf - ) .include Index: head/databases/pgaccess/pkg-descr =================================================================== --- head/databases/pgaccess/pkg-descr (revision 514792) +++ head/databases/pgaccess/pkg-descr (revision 514793) @@ -1,13 +1,13 @@ PgAccess is a pretty GUI (Graphical User Interface) for the open source database PostgreSQL. PgAccess is a cross-platform database management tool for PostgreSQL, written in Tcl/Tk. There are active efforts to turn it into a tool for writing applications that can work in a distributed client-server model (a central PostgreSQL database and remote clients). PgAccess was originally written by Constantin Teodorescu using Visual Tcl, "the best tool for developing Tcl/Tk applications I've ever seen." It is currently managed by the developers at BSDforge.com. -WWW: http://BSDforge.com/projects/databases/pgaccess/ +WWW: https://BSDforge.com/projects/databases/pgaccess/ Index: head/databases/pgworksheet/pkg-descr =================================================================== --- head/databases/pgworksheet/pkg-descr (revision 514792) +++ head/databases/pgworksheet/pkg-descr (revision 514793) @@ -1,8 +1,8 @@ PgWorksheet is a simple GUI frontend to PostgreSQL for executing SQL queries, and psql commands without the need for the psql command line tools. Originally Developed by Henri Michelon, and now currently Maintained and Developed by Chris Hutchinson. -WWW: http://BSDforge.com/projects/databases/pgworksheet/ +WWW: https://BSDforge.com/projects/databases/pgworksheet/ Index: head/deskutils/bigyear/Makefile =================================================================== --- head/deskutils/bigyear/Makefile (revision 514792) +++ head/deskutils/bigyear/Makefile (revision 514793) @@ -1,25 +1,25 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= bigyear PORTVERSION= 20010226 PORTEPOCH= 1 CATEGORIES= deskutils -MASTER_SITES= http://BSDforge.com/projects/source/deskutils/bigyear/ +MASTER_SITES= https://BSDforge.com/projects/source/deskutils/bigyear/ DISTNAME= ${PORTNAME} MAINTAINER= portmaster@BSDforge.com COMMENT= Program to print a large (one month per page) calendar MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz post-extract: @${RM} ${WRKSRC}/bigyear do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/devel/clig/Makefile =================================================================== --- head/devel/clig/Makefile (revision 514792) +++ head/devel/clig/Makefile (revision 514793) @@ -1,38 +1,38 @@ # Created by: Bill Fumerola # $FreeBSD$ PORTNAME= clig PORTVERSION= 1.9.11.1 PORTREVISION= 3 CATEGORIES= devel tcl -MASTER_SITES= http://BSDforge.com/projects/source/devel/clig/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/clig/ MAINTAINER= portmaster@BSDforge.com COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING-2.0 USES= shebangfix tcl tk SHEBANG_FILES= tcl/*.tcl tk_OLD_CMD= /usr/bin/wish8.0 NO_BUILD= yes MAKEFILE= makefile MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} MAKE_ARGS= prefix="${PREFIX}" build_root="${STAGEDIR}" WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${RM} ${WRKSRC}/example/.cvsignore @${FIND} -d ${WRKSRC} -type d -and -name CVS -exec ${RM} -r {} \; @${REINPLACE_CMD} -e 's|/usr/bin/tclsh|${TCLSH}|; \ s|/doc/|/share/doc/|; \ s|-$$(VERSION)||;' \ ${WRKSRC}/makefile @${REINPLACE_CMD} -e "s|tclsh|${TCLSH}|" \ ${WRKSRC}/man/fixman .include Index: head/devel/clig/pkg-descr =================================================================== --- head/devel/clig/pkg-descr (revision 514792) +++ head/devel/clig/pkg-descr (revision 514793) @@ -1,10 +1,10 @@ Clig generates C code to take apart the typical command-line arguments given to a C program. Input to clig is a simple description file that specifies the name and number of options, their type (Flag, String, Float, Int) and permissible range, and which options are mandatory. From this, clig will generate self-contained C code to include in your program, a usage message, and a manual page skeleton. Clig does a lot more than getopt! -WWW: http://BSDforge.com/projects/devel/clig +WWW: https://BSDforge.com/projects/devel/clig Index: head/devel/codeville/Makefile =================================================================== --- head/devel/codeville/Makefile (revision 514792) +++ head/devel/codeville/Makefile (revision 514793) @@ -1,27 +1,27 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= codeville PORTVERSION= 0.1.17 CATEGORIES= devel python -MASTER_SITES= http://bsdforge.com/projects/source/devel/codeville/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/codeville/ MAINTAINER= portmaster@bsdforge.com COMMENT= Anarchic control version system without unnecessary re-merges LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python:2.7 tar:xz USE_PYTHON= distutils autoplist NO_ARCH= yes PORTEXAMPLES= cdvserver.conf.sample OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/compiz-bcop/Makefile =================================================================== --- head/devel/compiz-bcop/Makefile (revision 514792) +++ head/devel/compiz-bcop/Makefile (revision 514793) @@ -1,27 +1,27 @@ # Created by: Robert Noland # $FreeBSD$ PORTNAME= compiz-bcop PORTVERSION= 0.8.8 CATEGORIES= devel x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ \ - http://BSDforge.com/projects/source/devel/compiz-bcop/ + https://BSDforge.com/projects/source/devel/compiz-bcop/ MAINTAINER= portmaster@bsdforge.com COMMENT= Code generator for Compiz Fusion Plugins RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ ${LOCALBASE}/bin/getopt:misc/getopt GNU_CONFIGURE= yes USES= pathfix pkgconfig tar:bzip2 USE_GNOME= libxslt post-patch: @${REINPLACE_CMD} \ -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \ -e 's|getopt|${LOCALBASE}/bin/getopt|' \ ${WRKSRC}/src/bcop.in .include Index: head/devel/ecgi/Makefile =================================================================== --- head/devel/ecgi/Makefile (revision 514792) +++ head/devel/ecgi/Makefile (revision 514793) @@ -1,34 +1,34 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= ecgi PORTVERSION= 0.6.3 CATEGORIES= devel -MASTER_SITES= http://bsdforge.com/projects/source/devel/ecgi/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/ecgi/ MAINTAINER= portmaster@bsdforge.com COMMENT= Library for the creation of CGI-based Web applications LICENSE= BSD3CLAUSE USES= gmake tar:xz PORTDOCS= * HEADER_FILES= ecgi.h ecgitk.h include/memfile.h OPTIONS_DEFINE= DOCS pre-patch: @${REINPLACE_CMD} -e 's,,,' ${WRKSRC}/src/memfile.c do-install: ${INSTALL_DATA} ${WRKSRC}/libecgi.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/libecgi.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_PROGRAM} ${WRKSRC}/html2h/html2h ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/include/ecgi .for file in ${HEADER_FILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/include/ecgi .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/ecgitut.txt ${STAGEDIR}${DOCSDIR} .include Index: head/devel/ecgi/pkg-descr =================================================================== --- head/devel/ecgi/pkg-descr (revision 514792) +++ head/devel/ecgi/pkg-descr (revision 514793) @@ -1,11 +1,11 @@ ecgi (easy CGI Libary) is an ANSI C library for the creation of CGI-based Web applications. It transparently supports the CGI methods GET and POST, and also multipart/form-data file uploads. The user interface is designed to be as easy as possible and maintains full compatibility to cgic 0.5. It also contains a library independent introduction to CGI programming with C, an .html to .h HTML template preprocessor, and fast, block-allocating memory files. -WWW: http://bsdforge.com/projects/devel/ecgi/ +WWW: https://BSDforge.com/projects/devel/ecgi/ Index: head/devel/lua-gettext/Makefile =================================================================== --- head/devel/lua-gettext/Makefile (revision 514792) +++ head/devel/lua-gettext/Makefile (revision 514793) @@ -1,38 +1,38 @@ # Created by: Andrew Turner # $FreeBSD$ PORTNAME= gettext PORTVERSION= 1.5 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/gettext/ \ - http://BSDforge.com/projects/source/devel/lua-gettext/ + https://BSDforge.com/projects/source/devel/lua-gettext/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= lua_gettext.c gettext.lua DIST_SUBDIR= lua-${PORTNAME}-${COMMIT} MAINTAINER= portmaster@BSDforge.com COMMENT= Gettext binding for Lua 5 USES= gettext lua:51 CVER= 1.15 LVER= ${PORTVERSION} COMMIT= 8323bb9 PLIST_FILES= %%LUA_MODSHAREDIR%%/gettext.lua \ %%LUA_MODLIBDIR%%/lgettext.so MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= VPATH=${_DISTDIR} NO_WRKSUBDIR= yes do-extract: # Bulding straight from ${_DISTDIR} do-install: @${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR} ${INSTALL_DATA} ${_DISTDIR}/gettext.lua ${STAGEDIR}${LUA_MODSHAREDIR} @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/lgettext.so ${STAGEDIR}${LUA_MODLIBDIR} .include Index: head/devel/lua-pty/Makefile =================================================================== --- head/devel/lua-pty/Makefile (revision 514792) +++ head/devel/lua-pty/Makefile (revision 514793) @@ -1,35 +1,35 @@ # Created by: Andrew Turner # $FreeBSD$ PORTNAME= pty PORTVERSION= 1.25 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/nuclewall/bsdinstaller/${COMMIT}/src/lib/lua/pty/ \ - http://BSDforge.com/projects/source/devel/lua-pty/ + https://BSDforge.com/projects/source/devel/lua-pty/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} DISTFILES= pty.lua pty.c DIST_SUBDIR= lua-${PORTNAME}-${COMMIT} MAINTAINER= portmaster@BSDforge.com COMMENT= Pty (pseudo-terminal) bindings for Lua 5 USES= lua:51 COMMIT= 8323bb9 MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV= VPATH=${_DISTDIR} NO_WRKSUBDIR= yes PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ %%LUA_MODLIBDIR%%/lpty.so do-extract: ${CP} -p ${_DISTFILES:S|^|${_DISTDIR}/|} ${WRKSRC}/ do-install: @${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/lpty.so ${STAGEDIR}${LUA_MODLIBDIR} @${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR} ${INSTALL_DATA} ${WRKSRC}/pty.lua ${STAGEDIR}${LUA_MODSHAREDIR} .include Index: head/devel/safe-iop/Makefile =================================================================== --- head/devel/safe-iop/Makefile (revision 514792) +++ head/devel/safe-iop/Makefile (revision 514793) @@ -1,30 +1,30 @@ # Created by: stas # $FreeBSD$ PORTNAME= safe-iop PORTVERSION= 0.3.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://BSDforge.com/projects/source/devel/safe-iop/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/safe-iop/ MAINTAINER= portmaster@BSDforge.com COMMENT= Safe integer operation library for C USES= tar:tgz USE_LDCONFIG= yes ALL_TARGET= so CFLAGS+= -fPIC PLIST_FILES= include/safe_iop.h \ lib/libsafe_iop.so.0 post-patch: @${REINPLACE_CMD} -E -e 's,(^CC[[:space:]]*=.*),#\1,' \ -e 's,(^CFLAGS[[:space:]]*)=.*,\1+= -Iinclude,' \ -e 's,(^VERSION[[:space:]]*=[[:space:]]*[[:digit:]]+).*,\1,' \ ${WRKSRC}/Makefile do-install: ${INSTALL_LIB} ${WRKSRC}/libsafe_iop.so.0 ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/include/safe_iop.h ${STAGEDIR}${PREFIX}/include .include Index: head/devel/safe-iop/pkg-descr =================================================================== --- head/devel/safe-iop/pkg-descr (revision 514792) +++ head/devel/safe-iop/pkg-descr (revision 514793) @@ -1,14 +1,14 @@ This library provides a collection of (macro-based) functions for performing safe integer operations across platform and architecture with a straightforward API. It supports two modes of use: header-only and linked dynamic library. The linked, dynamic library supplies a format-string based interface which is in pre-alpha. The header-only mode supplies integer and sign overflow and underflow pre-condition checks using checks derived from the CERT secure coding guide. The checks do not rely on twos complement arithmetic and should not at any point perform an arithmetic operations that may overflow. It also performs basic type agreement checks to ensure that the macros are being used (somewhat) correctly. -WWW: http://BSDforge.com/projects/devel/safe-iop/ +WWW: https://BSDforge.com/projects/devel/safe-iop/ Index: head/devel/tailor/Makefile =================================================================== --- head/devel/tailor/Makefile (revision 514792) +++ head/devel/tailor/Makefile (revision 514793) @@ -1,28 +1,28 @@ # Created by: Rui Lopes # $FreeBSD$ PORTNAME= tailor PORTVERSION= 0.9.35 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://BSDforge.com/projects/source/devel/tailor/ +MASTER_SITES= https://BSDforge.com/projects/source/devel/tailor/ MAINTAINER= portmaster@BSDforge.com COMMENT= Migrates changesets between version control systems LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync USES= python:2.7 USE_PYTHON= distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR} .include Index: head/devel/tailor/pkg-descr =================================================================== --- head/devel/tailor/pkg-descr (revision 514792) +++ head/devel/tailor/pkg-descr (revision 514793) @@ -1,5 +1,5 @@ Tailor is a tool to migrate changesets between Aegis, ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion, and Tla repositories. -WWW: http://BSDforge.com/projects/devel/tailor +WWW: https://BSDforge.com/projects/devel/tailor Index: head/dns/dlint/Makefile =================================================================== --- head/dns/dlint/Makefile (revision 514792) +++ head/dns/dlint/Makefile (revision 514793) @@ -1,31 +1,31 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= dlint PORTVERSION= 1.4.1 CATEGORIES= dns -MASTER_SITES= http://BSDforge.com/projects/source/dns/dlint/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/dlint/ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lint for DNS zones (Domain Name Server zone verification utility) USES= shebangfix tar:xz NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= digparse OPTIONS_DEFINE= DOCS do-configure: @${REINPLACE_CMD} -e 's:/usr/local/bin:${PREFIX}/sbin:g' ${WRKSRC}/dlint @${SED} -e 's:DLINT 1:DLINT 8:g' ${WRKSRC}/dlint.1 >${WRKSRC}/dlint.8 do-install: cd ${WRKSRC} ; ${INSTALL_SCRIPT} dlint digparse \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dlint.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/dns/dlint/pkg-descr =================================================================== --- head/dns/dlint/pkg-descr (revision 514792) +++ head/dns/dlint/pkg-descr (revision 514793) @@ -1,13 +1,13 @@ `dlint' is a Domain Name Server zone verification utility. `dlint' analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings. Then it descends recursively to examine all zones below the given one (this can be disabled with a command- line option). You can run dlint on your own domains, or on somebody else's, because it uses the standard DNS network protocol. Dlint is very useful since most nameservers do no more than syntax-check your database files. Dlint's messages are very informative and suggest ways to fix the problems, not just complain about them. -WWW: http://BSDforge.com/projects/dns/dlint +WWW: https://BSDforge.com/projects/dns/dlint Index: head/dns/dns_balance/Makefile =================================================================== --- head/dns/dns_balance/Makefile (revision 514792) +++ head/dns/dns_balance/Makefile (revision 514793) @@ -1,58 +1,58 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= dns_balance PORTVERSION= 2.1 CATEGORIES= dns -MASTER_SITES= http://BSDforge.com/projects/source/dns/dns_balance/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/dns_balance/ MAINTAINER= portmaster@BSDforge.com COMMENT= Dynamic load-balancing DNS server LICENSE= BSD2CLAUSE USE_RUBY= yes USES= shebangfix tar:xz USE_RC_SUBR= dns_balance NO_BUILD= yes SHEBANG_FILES= ${WRKSRC}/dns_balance.rb \ ${WRKSRC}/sample/makedb.rb \ ${WRKSRC}/sample/make_namespace.rb ETCS= addrdb.rb \ namespace.rb LIBS= as_search.rb \ cache.rb \ datatype.rb \ log_writer.rb \ multilog.rb \ util.rb PLIST_SUB+= ETCDIR=${ETCDIR} SUB_LIST+= RUBY=${RUBY} OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${SED} -E -e "s,%%PREFIX%%,${PREFIX},g" \ -e "s,%%PORTNAME%%,${PORTNAME},g" \ -e "s,%%ETCDIR%%,${ETCDIR},g" \ ${WRKSRC}/dns_balance.rb > ${WRKSRC}/dns_balance do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dns_balance ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${ETCDIR} .for FILE in ${ETCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${ETCDIR}/${FILE}.dist .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC} && ${INSTALL_DATA} ${LIBS} \ ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README* ${WRKSRC}/Q_and_A* ${STAGEDIR}${DOCSDIR} .include Index: head/dns/fastresolve/Makefile =================================================================== --- head/dns/fastresolve/Makefile (revision 514792) +++ head/dns/fastresolve/Makefile (revision 514793) @@ -1,41 +1,41 @@ # Created by: Amar Takhar # $FreeBSD$ PORTNAME= fastresolve PORTVERSION= 2.10 PORTREVISION= 6 CATEGORIES= dns -MASTER_SITES= http://BSDforge.com/projects/source/dns/fastresolve/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/fastresolve/ MAINTAINER= portmaster@BSDforge.com COMMENT= Programs to get DNS and domain ownership information from web logs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libadns.so:dns/adns RUN_DEPENDS= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB USES= bdb localbase:ldflags perl5 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} \ djm_cv_lib_db_Dbopen=yes LDFLAGS+= -L${BDB_LIB_DIR} CXXFLAGS+= -I${BDB_INCLUDE_DIR} OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/-ldb"/-l${BDB_LIB_CXX_NAME}"/' \ ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog INSTALL NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/timings ${STAGEDIR}${DOCSDIR} .include Index: head/dns/firedns/Makefile =================================================================== --- head/dns/firedns/Makefile (revision 514792) +++ head/dns/firedns/Makefile (revision 514793) @@ -1,29 +1,29 @@ # Created by: Dean Hollister # $FreeBSD$ PORTNAME= firedns PORTVERSION= 0.9.12 CATEGORIES= dns devel -MASTER_SITES= http://BSDforge.com/projects/source/dns/firedns/ \ +MASTER_SITES= https://BSDforge.com/projects/source/dns/firedns/ \ http://www.firestuff.org/projects/ \ http://www.wa.apana.org.au/~dean/sources/ \ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ MAINTAINER= dean@odyssey.apana.org.au COMMENT= C library for handling asynchronous DNS queries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:misc/firestring USES= tar:bzip2 HAS_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: @-${RM} ${WRKSRC}/firemake/*.orig .include Index: head/dns/hesiod/Makefile =================================================================== --- head/dns/hesiod/Makefile (revision 514792) +++ head/dns/hesiod/Makefile (revision 514793) @@ -1,35 +1,35 @@ # Created by: n@nectar.com # $FreeBSD$ PORTNAME= hesiod PORTVERSION= 3.2.1 PORTREVISION= 3 CATEGORIES= dns -MASTER_SITES= http://BSDforge.com/projects/source/dns/hesiod/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/hesiod/ MAINTAINER= portmaster@BSDforge.com COMMENT= Directory service built on DNS and BIND LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= IDN OPTIONS_DEFAULT=IDN USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MIDN} LIB_DEPENDS+= libidn.so:dns/libidn .else CONFIGURE_ARGS+=--without-libidn .endif .include Index: head/dns/ldapdns/Makefile =================================================================== --- head/dns/ldapdns/Makefile (revision 514792) +++ head/dns/ldapdns/Makefile (revision 514793) @@ -1,47 +1,47 @@ # Created by: Paul Dlug # $FreeBSD$ PORTNAME= ldapdns PORTVERSION= 2.07 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://bsdforge.com/projects/source/dns/ldapdns/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/ldapdns/ MAINTAINER= portmaster@bsdforge.com COMMENT= LDAP-backed DNS server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= setuidgid:sysutils/daemontools \ tcpserver:sysutils/ucspi-tcp USES= localbase:ldflags shebangfix tar:xz USE_OPENLDAP= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_CSTD= gnu89 SHEBANG_FILES= admin/* ALL_TARGET= default PROGRAMS= ldapdns ldapaxfr SCRIPTS= ldapdns-conf ldapaxfr-conf domainname.sh PORTDOCS= AUTHORS CHANGELOG FAQ INSTALL README README.[a-s]* OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/admin ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/admin/* ${STAGEDIR}${EXAMPLESDIR}/admin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/dns/sheerdns/Makefile =================================================================== --- head/dns/sheerdns/Makefile (revision 514792) +++ head/dns/sheerdns/Makefile (revision 514793) @@ -1,32 +1,32 @@ # Created by: bkhl # $FreeBSD$ PORTNAME= sheerdns PORTVERSION= 1.04 CATEGORIES= dns -MASTER_SITES= http://bsdforge.com/projects/source/dns/sheerdns/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/sheerdns/ MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight, simple, and fast master DNS server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake tar:xz WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash PORTDOCS= sheerdns.html sheerdns.ps OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdns @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdnshash post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/dns/sheerdns/pkg-descr =================================================================== --- head/dns/sheerdns/pkg-descr (revision 514792) +++ head/dns/sheerdns/pkg-descr (revision 514793) @@ -1,11 +1,11 @@ sheerdns is a master DNS server whose zone records are stored on a one-record-per-file bases. Because of this, sheerdns is likely the simplest DNS to configure, use, update, and operate. It's especially efficient for networks with frequent updates -- serving DHCP, for example. Updates to the zones are immediate, and do not require restarting sheerdns. SheerDNS is a good candidate for creating and RBL for mail, or web sites, as well as for providing DNS on embedded systems. Or anything else that requires a fast DNS, with very low overhead. -WWW: http://BSDforge.com/projects/dns/sheerdns/ +WWW: https://BSDforge.com/projects/dns/sheerdns/ Index: head/dns/totd/Makefile =================================================================== --- head/dns/totd/Makefile (revision 514792) +++ head/dns/totd/Makefile (revision 514793) @@ -1,32 +1,32 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= totd PORTVERSION= 1.5.1 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://BSDforge.com/projects/source/dns/totd/ +MASTER_SITES= https://BSDforge.com/projects/source/dns/totd/ MAINTAINER= ed@FreeBSD.org COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation USES= desthack uidfix USE_RC_SUBR= totd GNU_CONFIGURE= yes PLIST_FILES= etc/totd.conf.sample sbin/totd \ man/man8/totd.8.gz EXTRA_PATCHES= ${FILESDIR}/extra-patch-ne_mesg.c \ ${FILESDIR}/extra-patch-tcp_response.c MAKE_ARGS= CC="${CC}" post-patch: ${REINPLACE_CMD} -e 's/-o bin -g bin//g; s/-o root -g wheel//g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${STAGEDIR}${PREFIX}/etc .include Index: head/dns/totd/pkg-descr =================================================================== --- head/dns/totd/pkg-descr (revision 514792) +++ head/dns/totd/pkg-descr (revision 514793) @@ -1,11 +1,11 @@ Totd is a small DNS proxy nameserver that supports IPv6 only hosts/networks that communicate with the IPv4 world using some translation mechanism. Examples of such translation mechanisms currently in use are: * IPv6/IPv4 Network Address and Packet Translation (NAT-PT) implemented e.g. by Cisco. * Application level translators as the faithd implemented by the KAME project (http://www.kame.net). See faithd(8) on *BSD/Kame. -WWW: http://BSDforge.com/projects/dns/totd/ +WWW: https://BSDforge.com/projects/dns/totd/ Index: head/ftp/fmirror/Makefile =================================================================== --- head/ftp/fmirror/Makefile (revision 514792) +++ head/ftp/fmirror/Makefile (revision 514793) @@ -1,30 +1,30 @@ # Created by: Xavier Beaudouin # $FreeBSD$ PORTNAME= fmirror PORTVERSION= 0.8.4 PORTREVISION= 4 CATEGORIES= ftp -MASTER_SITES= http://BSDforge.com/projects/source/ftp/fmirror/ +MASTER_SITES= https://BSDforge.com/projects/source/ftp/fmirror/ MAINTAINER= kiwi@oav.net COMMENT= Program for mirroring files and directories from FTP server LICENSE= GPLv2 GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} fmirror ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC} && \ ${INSTALL_DATA} ChangeLog README ${STAGEDIR}${DOCSDIR} && \ cd ${WRKSRC}/configs && \ ${INSTALL_DATA} generic.conf redhat.conf sample.conf \ ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/delaboratory/Makefile =================================================================== --- head/graphics/delaboratory/Makefile (revision 514792) +++ head/graphics/delaboratory/Makefile (revision 514793) @@ -1,35 +1,35 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= delaboratory PORTVERSION= 0.8 PORTREVISION= 9 CATEGORIES= graphics -MASTER_SITES= http://BSDforge.com/projects/source/graphics/delaboratory/ +MASTER_SITES= https://BSDforge.com/projects/source/graphics/delaboratory/ MAINTAINER= portmaster@bsdforge.com COMMENT= Unique image postprocessing application LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff USES= compiler:c++11-lib gmake gnome MAKE_ARGS= CXX="${CXX}" WXCONFIG="${WX_CONFIG}" USE_WX= 3.0 USE_CXXSTD= c++11 USE_GNOME= libxml2 PLIST_FILES= bin/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|-Ofast.*}|${CXXFLAGS}| ; \ s|CXXFLAGS_WX +=|& ${CXXFLAGS} -I${LOCALBASE}/include| ;\ s|LDFLAGS=|LDFLAGS+=|' \ ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/graphics/gdtclft/Makefile =================================================================== --- head/graphics/gdtclft/Makefile (revision 514792) +++ head/graphics/gdtclft/Makefile (revision 514793) @@ -1,35 +1,35 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= Gdtclft PORTVERSION= 2.2.5 PORTREVISION= 16 CATEGORIES= graphics tcl -MASTER_SITES= http://BSDforge.com/projects/source/graphics/gdtclft/ +MASTER_SITES= https://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= TCL interface to the Thomas Boutell's Gd library LIB_DEPENDS= libgd.so:graphics/gd USES= tcl uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MKDIR}" \ TCL_SHLIB_VER=${TCL_SHLIB_VER} \ INSTALL_DATA="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}" MANNPAGE= gdtclft.n GDTCLDIR= lib/tcl${TCL_VER}/gdtclft PLIST_FILES= ${GDTCLDIR}/pkgIndex.tcl PLIST_FILES+= ${GDTCLDIR}/libGdtclft2.so PLIST_FILES+= man/mann/${MANNPAGE}.gz post-patch: ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE} post-install: ${INSTALL_MAN} ${WRKSRC}/${MANNPAGE} ${STAGEDIR}${PREFIX}/man/mann .include Index: head/graphics/repng2jpeg/Makefile =================================================================== --- head/graphics/repng2jpeg/Makefile (revision 514792) +++ head/graphics/repng2jpeg/Makefile (revision 514793) @@ -1,31 +1,31 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= repng2jpeg PORTVERSION= 1.0.5 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/ +MASTER_SITES= https://BSDforge.com/projects/source/graphics/repng2jpeg/ MAINTAINER= portmaster@bsdforge.com COMMENT= Small tool to recompress JPEG, PNG, and GIF images LICENSE= GPLv1 LIB_DEPENDS= libgd.so:graphics/gd USES= tar:xz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgd PLIST_FILES= bin/repng2jpeg do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/src/repng2jpeg \ ${WRKSRC}/src/repng2jpeg.c ${LDFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/repng2jpeg ${STAGEDIR}${PREFIX}/bin .include Index: head/graphics/repng2jpeg/pkg-descr =================================================================== --- head/graphics/repng2jpeg/pkg-descr (revision 514792) +++ head/graphics/repng2jpeg/pkg-descr (revision 514793) @@ -1,9 +1,9 @@ A small tool to recompress JPEG, PNG, and GIF images. repng2jpeg is a single binary, which makes it readily available, and simple for use in scripts, and other utilities. Some of the possibilities include - mass recompression of entire directory/ies - scripted via Perl, as an online utility - your-creative-usage-here... -WWW: http://BSDforge.COM/projects/graphics/repng2jpeg/ +WWW: https://BSDforge.COM/projects/graphics/repng2jpeg/ Index: head/graphics/urt/Makefile =================================================================== --- head/graphics/urt/Makefile (revision 514792) +++ head/graphics/urt/Makefile (revision 514793) @@ -1,46 +1,46 @@ # Created by: cfs@ing.puc.cl (original) # $FreeBSD$ PORTNAME= urt PORTVERSION= 3.1b1 PORTREVISION= 12 CATEGORIES= graphics -MASTER_SITES= http://BSDforge.com/projects/source/graphics/utah-raster/ +MASTER_SITES= https://BSDforge.com/projects/source/graphics/utah-raster/ MAINTAINER= portmaster@bsdforge.com COMMENT= Toolkit and library for raster image processing LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/copyright LIB_DEPENDS= libnetpbm.so:graphics/netpbm \ libtiff.so:graphics/tiff USES= gmake tar:xz OPTIONS_DEFINE= DOCS EXAMPLES NO_WRKSUBDIR= yes CFLAGS+= -I${LOCALBASE}/include/netpbm USE_XORG= x11 xext HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt MAKEFILE= makefile MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} ALL_TARGET= # none USE_LDCONFIG= yes post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img @(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img) .include Index: head/irc/ezbounce/Makefile =================================================================== --- head/irc/ezbounce/Makefile (revision 514792) +++ head/irc/ezbounce/Makefile (revision 514793) @@ -1,50 +1,50 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= ezbounce PORTVERSION= 1.99.15 PORTREVISION= 19 CATEGORIES= irc -MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ +MASTER_SITES= https://BSDforge.com/projects/source/irc/ezbounce/ MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes SSL_USES= ssl SSL_CONFIGURE_WITH= ssl COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) GNU_CONFIGURE= yes USES= compiler:c++0x gmake USE_GCC= any # ezbounce 1.99.15 isn't compatible with C++11 and later, which some compilers # such as GCC 6 default to. USE_CXXSTD= gnu++98 SUB_FILES= pkg-message post-patch: @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ ${WRKSRC}/ezb.conf.default @${REINPLACE_CMD} -e 's|=-O2|="$$CXXFLAGS"|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/ezb.conf.default ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/docs/ezbounce.1 ${STAGEDIR}${PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${STAGEDIR}${DOCSDIR} .include Index: head/irc/ircproxy/Makefile =================================================================== --- head/irc/ircproxy/Makefile (revision 514792) +++ head/irc/ircproxy/Makefile (revision 514793) @@ -1,54 +1,54 @@ # Created by: Jonas Kvinge # $FreeBSD$ PORTNAME= ircproxy PORTVERSION= 1.3.6 PORTREVISION= 3 CATEGORIES= irc -MASTER_SITES= http://BSDforge.com/projects/source/irc/ircproxy/ +MASTER_SITES= https://BSDforge.com/projects/source/irc/ircproxy/ MAINTAINER= portmaster@BSDforge.com COMMENT= IRC proxy/bouncer daemon LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcares.so:dns/c-ares USES= tar:bzip2 GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lcrypto CFLAGS+= -I${LOCALBASE}/include USERS= ircproxyd GROUPS= ircproxyd SUB_LIST= IRC_USR=${USERS} IRC_GRP=${GROUPS} SUB_FILES= pkg-deinstall OPTIONS_DEFINE= SSL IPV6 MEMDEBUG FDDEBUG OPTIONS_DEFAULT= SSL MEMDEBUG FDDEBUG MEMDEBUG_DESC= Enable memory debugging FDDEBUG_DESC= Enable file descriptor debugging MEMDEBUG_CONFIGURE_ENABLE= memdebug FDDEBUG_CONFIGURE_ENABLE= fddebug IPV6_CONFIGURE_ENABLE= ipv6 SSL_CONFIGURE_ENABLE= ssl SSL_USES= ssl .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= gnutls library not found. Install gnutls or use --with-openssl BROKEN_FreeBSD_13= gnutls library not found. Install gnutls or use --with-openssl .endif post-patch: @${REINPLACE_CMD} -e 's|EUSER="ircproxy"|EUSER="ircproxyd"|g; \ s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd .include Index: head/irc/quirc/Makefile =================================================================== --- head/irc/quirc/Makefile (revision 514792) +++ head/irc/quirc/Makefile (revision 514793) @@ -1,45 +1,45 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= quirc PORTVERSION= 0.9.84 PORTREVISION= 6 CATEGORIES= irc tk -MASTER_SITES= http://BSDforge.com/projects/source/irc/quirc/ +MASTER_SITES= https://BSDforge.com/projects/source/irc/quirc/ MAINTAINER= portmaster@BSDforge.com COMMENT= Tcl/Tk IRC client for the X Window System LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS USES= tk USE_XORG= xt GNU_CONFIGURE= yes MAKE_ENV+= DESTDIR=${STAGEDIR} PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/*.txt CONFIGURE_ARGS= --with-wish=${WISH} \ --with-tcl-include-dir=${TCL_INCLUDEDIR} \ --with-tk-include-dir=${TK_INCLUDEDIR} \ --with-tcl-lib-dir=${TCL_LIBDIR} \ --with-tk-lib-dir=${TK_LIBDIR} \ --with-tcl-lib=tcl${TCL_SHLIB_VER} \ --with-tk-lib=tk${TCL_SHLIB_VER} \ --with-tcl-version=${TCL_VER} post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/common ${LN} -sf ../install.tcl ${STAGEDIR}${DATADIR}/common @${MKDIR} ${STAGEDIR}${DATADIR}/themes ${LN} -sf ../default.tcl ${STAGEDIR}${DATADIR}/themes post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/irc/quirc/pkg-descr =================================================================== --- head/irc/quirc/pkg-descr (revision 514792) +++ head/irc/quirc/pkg-descr (revision 514793) @@ -1,4 +1,4 @@ An IRC client for the X Window System that uses TCL/TK. It boasts many advanced scripting facilities and a clean interface. -WWW: http://BSDforge.com/projects/irc/quirc/ +WWW: https://BSDforge.com/projects/irc/quirc/ Index: head/mail/bayespam/Makefile =================================================================== --- head/mail/bayespam/Makefile (revision 514792) +++ head/mail/bayespam/Makefile (revision 514793) @@ -1,46 +1,46 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= bayespam PORTVERSION= 0.9.2 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://BSDforge.com/projects/source/mail/bayespam/ +MASTER_SITES= https://BSDforge.com/projects/source/mail/bayespam/ EXTRACT_SUFX= .tar_.gz MAINTAINER= portmaster@BSDforge.com COMMENT= Qmail spam filter written in Perl using Bayesian classification LICENSE= GPLv2 RUN_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools USES= shebangfix perl5 NO_BUILD= yes SHEBANG_FILES= *.pl FILES_DOCS= AUTHORS COPYING Changelog INSTALL README TODO \ qmail.sample FILES_SCRIPTS= bayes_process_email.pl bayes_spam_check.pl bayestest.pl OPTIONS_DEFINE= DOCS post-patch: # fix location of Bayesian filter @${REINPLACE_CMD} -e 's|/user/|${PREFIX}/|' ${WRKSRC}/README @${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|' \ ${WRKSRC}/qmail.sample @${REINPLACE_CMD} -E -e \ 's|/usr/bin/(bayes_spam_check.pl)|${PREFIX}/bin/\1|' \ ${WRKSRC}/bayestest.pl do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILES_DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Bayespam ${INSTALL_DATA} ${WRKSRC}/Bayespam/Process.pm \ ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Bayespam ${INSTALL_SCRIPT} ${FILES_SCRIPTS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin .include Index: head/mail/bayespam/pkg-descr =================================================================== --- head/mail/bayespam/pkg-descr (revision 514792) +++ head/mail/bayespam/pkg-descr (revision 514793) @@ -1,13 +1,13 @@ Bayespam is a qmail spam filter written in Perl, using Bayesian classification to filter out unsolicited commercial email. It is written with ease of installation and use in mind, and it is encouraged that you give it a try. Bayespam actually learns as you give it more spam to process, so it should become better and better the longer you use it. Bayespam is based on a paper written by Paul Graham called A Plan for Spam. In this paper, Mr. Graham talked about a spam filter he is working on that used Bayesian classification to determine if a particular piece of email is spam or not. -WWW: http://BSDforge.com/projects/mail/bayespam +WWW: https://BSDforge.com/projects/mail/bayespam Index: head/mail/mbox2imap/Makefile =================================================================== --- head/mail/mbox2imap/Makefile (revision 514792) +++ head/mail/mbox2imap/Makefile (revision 514793) @@ -1,26 +1,26 @@ # Created by: gahr # $FreeBSD$ PORTNAME= mbox2imap PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://BSDforge.com/projects/source/mail/mbox2imap/ +MASTER_SITES= https://BSDforge.com/projects/source/mail/mbox2imap/ MAINTAINER= portmaster@BSDforge.com COMMENT= Upload email stored in mbox file format to an IMAP server LICENSE= NONE USES= python shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/mail/mbox2imap/pkg-descr =================================================================== --- head/mail/mbox2imap/pkg-descr (revision 514792) +++ head/mail/mbox2imap/pkg-descr (revision 514793) @@ -1,4 +1,4 @@ mbox2imap is a python script to upload email stored in mbox file format to an IMAP server. -WWW: http://BSDforge.com/projects/mail/mbox2imap/ +WWW: https://BSDforge.com/projects/mail/mbox2imap/ Index: head/net/spread/Makefile =================================================================== --- head/net/spread/Makefile (revision 514792) +++ head/net/spread/Makefile (revision 514793) @@ -1,77 +1,77 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= spread PORTVERSION= 3.17.4 PORTREVISION= 5 CATEGORIES= net perl5 -MASTER_SITES= http://bsdforge.com/projects/source/net/spread/ +MASTER_SITES= https://BSDforge.com/projects/source/net/spread/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= The Spread Group Communication System, a network toolkit MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes USES= groff perl5 tar:xz USE_PERL5= build run USE_RC_SUBR= spread USE_LDCONFIG= yes USERS= spread GROUPS= spread RUNDIR= /var/run/spread PLIST_SUB+= USERS=${USERS} GROUPS=${GROUPS} RUNDIR=${RUNDIR} MAKE_ARGS+= PTHREAD_LIBS="-lpthread" WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} PKGMESSAGE= ${WRKSRC}/license.txt PORTDOCS= Readme.txt LICENSE HEADERFILES= sp_func.h sp_func.h sp_events.h OPTIONS_DEFINE= DOCS # The configure script fails to find nroff in LOCALBASE, but works fine if # 'groff' is used directly CONFIGURE_ENV+= ac_cv_path_NROFF=groff # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together. PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" TARGET_ORDER_OVERRIDE= 710:fix-perl-things post-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/docs/${PORTNAME}.1 ${WRKSRC}/docs/spmonitor.1 post-build: @cd ${WRKSRC}/perl/Spread && \ ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./Makefile.PL ${PERL_CONFIGURE_ARGS} @cd ${WRKSRC}/perl/Spread && \ ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile @cd ${WRKSRC}/perl/Spread && ${MAKE} post-install: .for f in ${HEADERFILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/include .endfor ${INSTALL_DATA} ${WRKSRC}/sample.spread.conf \ ${STAGEDIR}${PREFIX}/etc/spread.conf.sample ${INSTALL_DATA} ${WRKSRC}/sample.spread.access_ip \ ${STAGEDIR}${PREFIX}/etc/spread.access_ip.sample (cd ${WRKSRC}/perl/Spread && ${MAKE} PREFIX=${STAGEDIR}${PREFIX} install) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/perl/Spread/test.pl ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/license.txt ${STAGEDIR}${DOCSDIR}/LICENSE ${INSTALL} -m 750 -d ${STAGEDIR}${RUNDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtspread.so.1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Spread/Spread.so .include Index: head/net/wackamole/Makefile =================================================================== --- head/net/wackamole/Makefile (revision 514792) +++ head/net/wackamole/Makefile (revision 514793) @@ -1,20 +1,20 @@ # Created by: Marcin Cieslak # $FreeBSD$ PORTNAME= wackamole PORTVERSION= 2.1.5 CATEGORIES= net -MASTER_SITES= http://bsdforge.com/projects/source/net/wackamole/ \ +MASTER_SITES= https://BSDforge.com/projects/source/net/wackamole/ \ http://mirrors.omniti.com/wackamole/ MAINTAINER= portmaster@bsdforge.com COMMENT= Peer-to-peer high availability cluster LIB_DEPENDS= libspread.so:net/spread USES= tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV+= YACC=${YACC} .include Index: head/net/wackamole/pkg-descr =================================================================== --- head/net/wackamole/pkg-descr (revision 514792) +++ head/net/wackamole/pkg-descr (revision 514793) @@ -1,15 +1,15 @@ Wackamole is an application that helps with making a cluster highly available. It manages a number of virtual IPs, that should be available to the outside world at all times. Wackamole ensures that a single machine within a cluster is listening on each virtual IP address that Wackamole manages. If it discovers that any particular machine within the cluster are not alive, it will almost immediately ensure that other machines acquire their public IPs. At no time will more than one machine listen on any virtual IP. Wackamole also works toward achieving a balanced distribution of the numbered IPs on the machine within the cluster it manages. -WWW: http://BSDforge.com/projects/net/wackamole/ +WWW: https://BSDforge.com/projects/net/wackamole/ Index: head/net/widentd/Makefile =================================================================== --- head/net/widentd/Makefile (revision 514792) +++ head/net/widentd/Makefile (revision 514793) @@ -1,21 +1,21 @@ # Created by: Dirk-Willem van Gulik / dirkx@webweaving.org # $FreeBSD$ PORTNAME= widentd PORTVERSION= 1.04 CATEGORIES= net -MASTER_SITES= http://BSDforge.com/projects/source/net/widentd/ +MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ MAINTAINER= portmaster@BSDforge.com COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply LICENSE= BSD3CLAUSE USES= ncurses uidfix tar:xz MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MAKE_ENV+= NO_WERROR="defined" PLIST_FILES= sbin/widentd man/man8/widentd.8.gz USE_RC_SUBR= widentd .include Index: head/net/widentd/pkg-descr =================================================================== --- head/net/widentd/pkg-descr (revision 514792) +++ head/net/widentd/pkg-descr (revision 514793) @@ -1,9 +1,9 @@ widentd is a small ident/RFC1413 daemon which provides a fixed (and fake) auth reply, regardless of the IP/port pair quoted. It's intended use is on firewalls, and NAT machines - where you may want to simply syphon off auth-requests from, for example, IRC servers. Author: Dirk-Willem van Gulik / dirkx@webweaving.org -WWW: http://BSDforge.com/projects/net/widentd/ +WWW: https://BSDforge.com/projects/net/widentd/ Index: head/net/xrdesktop2/Makefile =================================================================== --- head/net/xrdesktop2/Makefile (revision 514792) +++ head/net/xrdesktop2/Makefile (revision 514793) @@ -1,40 +1,40 @@ # Created by: Chris Hutchinson # $FreeBSD$ PORTNAME= xrdesktop2 PORTVERSION= 2.00 CATEGORIES= net -MASTER_SITES= http://BSDforge.com/projects/source/net/xrdesktop2/ +MASTER_SITES= https://BSDforge.com/projects/source/net/xrdesktop2/ MAINTAINER= portmaster@BSDforge.com COMMENT= GTK2 frontend for Rdesktop LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rdesktop:net/rdesktop \ p5-Gtk2>=0:x11-toolkits/p5-Gtk2 CONFLICTS= xrdesktop-1* NO_BUILD= yes NO_ARCH= yes USES= perl5 shebangfix tar:xz SHEBANG_FILES= xrdesktop DOCS= Changelog README PIXMAPS= *.png PLIST_FILES= bin/xrdesktop share/doc/xrdesktop2/Changelog \ share/doc/xrdesktop2/README share/pixmaps/x-remote-desktop-256.png \ share/pixmaps/x-remote-desktop-128.png \ share/pixmaps/x-remote-desktop-48.png \ share/applications/xrdesktop2.desktop do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PIXMAPS} ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/xrdesktop2.desktop ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} ${WRKSRC}/${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net-im/mbpurple/Makefile =================================================================== --- head/net-im/mbpurple/Makefile (revision 514792) +++ head/net-im/mbpurple/Makefile (revision 514793) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= mbpurple PORTVERSION= 0.3.0 PORTREVISION= 5 CATEGORIES= net-im -MASTER_SITES= http://BSDforge.com/projects/source/net-im/mbpurple/ +MASTER_SITES= https://BSDforge.com/projects/source/net-im/mbpurple/ MAINTAINER= portmaster@bsdforge.com COMMENT= Integrate Twitter with Pidgin (AKA microblog-purple) BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= dos2unix gmake pkgconfig DOS2UNIX_GLOB= *.c MAKE_ARGS= PREFIX="${PREFIX}" LIBDIR="${PREFIX}/lib" \ PURPLE_DATAROOT_DIR="${PREFIX}/share" post-patch: @${REINPLACE_CMD} 's/make -C/$$(MAKE) -C/' ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/purple-2/*.so .include Index: head/net-im/mbpurple/pkg-descr =================================================================== --- head/net-im/mbpurple/pkg-descr (revision 514792) +++ head/net-im/mbpurple/pkg-descr (revision 514793) @@ -1,7 +1,7 @@ This plugin allows you to set up your twitter accounts as buddies in pidgin. It supports OAuth authentication and HTTPS. You will see messages from your timeline which you can reply to, retweet, etc. -WWW: http://BSDforge.com/projects/net-im/mbpurple/ +WWW: https://BSDforge.com/projects/net-im/mbpurple/ Index: head/net-mgmt/tcptrack/Makefile =================================================================== --- head/net-mgmt/tcptrack/Makefile (revision 514792) +++ head/net-mgmt/tcptrack/Makefile (revision 514793) @@ -1,22 +1,22 @@ # Created by: Tor Halvard "Squat" Furulund # $FreeBSD$ PORTNAME= tcptrack PORTVERSION= 1.4.2 PORTREVISION= 3 CATEGORIES= net-mgmt -MASTER_SITES= http://BSDforge.com/projects/source/net-mgmt/tcptrack/ \ +MASTER_SITES= https://BSDforge.com/projects/source/net-mgmt/tcptrack/ \ http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/ MAINTAINER= portmaster@BSDforge.com COMMENT= Packet sniffer that displays TCP information like top(1) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes PLIST_FILES= bin/tcptrack man/man1/tcptrack.1.gz .include Index: head/print/font2svg/Makefile =================================================================== --- head/print/font2svg/Makefile (revision 514792) +++ head/print/font2svg/Makefile (revision 514793) @@ -1,33 +1,33 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= font2svg PORTVERSION= 1.0 PORTREVISION= 6 CATEGORIES= print -MASTER_SITES= http://BSDforge.com/projects/source/print/font2svg/ +MASTER_SITES= https://BSDforge.com/projects/source/print/font2svg/ MAINTAINER= portmaster@BSDforge.com COMMENT= All fonts to svg-font converter LICENSE= GPLv2 RUN_DEPENDS= bash:shells/bash USES= ghostscript:run NO_BUILD= yes PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps post-patch: @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \ s|^font2svg_home=.*$$|font2svg_home=${DATADIR}|" \ ${WRKSRC}/font2svg.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/font2svg.sh ${STAGEDIR}${PREFIX}/bin/font2svg @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/encodings ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/font2svg.ps ${STAGEDIR}${DATADIR} .include Index: head/print/font2svg/pkg-descr =================================================================== --- head/print/font2svg/pkg-descr (revision 514792) +++ head/print/font2svg/pkg-descr (revision 514793) @@ -1,6 +1,6 @@ font2svg can convert any font GhostScript is capable of rendering into an SVG-font. This includes all PostScript fonts, GhostScript's own format, and almost all TrueType fonts. You may want to hand-edit the generated font to add font-style information. -WWW: http://BSDforge.com/projects/print/font2svg +WWW: https://BSDforge.com/projects/print/font2svg Index: head/sysutils/cdroot/Makefile =================================================================== --- head/sysutils/cdroot/Makefile (revision 514792) +++ head/sysutils/cdroot/Makefile (revision 514793) @@ -1,16 +1,16 @@ # Created by: Brian Dean # $FreeBSD$ PORTNAME= cdroot PORTVERSION= 1.2.6 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cdroot/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cdroot/ MAINTAINER= portmaster@bsdforge.com COMMENT= Scripts automating setup of a bootable CD-ROM based FreeBSD system LICENSE= BSD2CLAUSE USES= tar:xz .include Index: head/sysutils/cronolog-devel/Makefile =================================================================== --- head/sysutils/cronolog-devel/Makefile (revision 514792) +++ head/sysutils/cronolog-devel/Makefile (revision 514793) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= cronolog PORTVERSION= 1.7.1 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cronolog-devel/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cronolog-devel/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-${PORTVERSION}-beta MAINTAINER= portmaster@BSDforge.com COMMENT= Web log rotation utility that provides datestamp filenames LICENSE= APACHE10 USES= shebangfix tar:xz SHEBANG_FILES= src/cronosplit PLIST_FILES= sbin/cronolog \ sbin/cronosplit \ man/man1/cronolog.1m.gz \ man/man1/cronosplit.1m.gz CONFLICTS= cronolog-[0-9]* WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION} INFO= cronolog GNU_CONFIGURE= yes .include Index: head/sysutils/cronolog-devel/pkg-descr =================================================================== --- head/sysutils/cronolog-devel/pkg-descr (revision 514792) +++ head/sysutils/cronolog-devel/pkg-descr (revision 514793) @@ -1,24 +1,24 @@ "cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs. E.g.: TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log" ErrorLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log" would instruct Apache to pipe its access and error log messages into separate copies of cronolog, which would create new log files each day in a directory hierarchy structured by date, i.e. on 31 December 1996 messages would be written to: /www/logs/1996/12/31/access.log /www/logs/1996/12/31/errors.log After midnight the following files would be used: /www/logs/1997/01/01/access.log /www/logs/1997/01/01/errors.log -WWW: http://BSDforge.com/projects/sysutils/cronolog-devel +WWW: https://BSDforge.com/projects/sysutils/cronolog-devel Index: head/sysutils/ffs2recov/Makefile =================================================================== --- head/sysutils/ffs2recov/Makefile (revision 514792) +++ head/sysutils/ffs2recov/Makefile (revision 514793) @@ -1,24 +1,24 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= ffs2recov PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/ffs2recov/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/ffs2recov/ MAINTAINER= portmaster@bsdforge.com COMMENT= Utility to recover UFS2 filesystems LICENSE= BSD2CLAUSE USES= compiler:c11 tar:bzip2 uidfix WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/ffs2recov \ man/man8/ffs2recov.8.gz MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${MANPREFIX}/man/man \ WARNS=0 .include Index: head/sysutils/fusefs-afuse/Makefile =================================================================== --- head/sysutils/fusefs-afuse/Makefile (revision 514792) +++ head/sysutils/fusefs-afuse/Makefile (revision 514793) @@ -1,32 +1,32 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= afuse PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/afuse/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/afuse/ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= File system automounting implemented in user-space using FUSE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= fuse pkgconfig GNU_CONFIGURE= yes PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS DOCS_SUB_FILES= pkg-message post-install: ${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/fusefs-chironfs/Makefile =================================================================== --- head/sysutils/fusefs-chironfs/Makefile (revision 514792) +++ head/sysutils/fusefs-chironfs/Makefile (revision 514793) @@ -1,31 +1,31 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= chironfs PORTVERSION= 1.1.1 PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/chironfs/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/chironfs/ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= FUSE based filesystem with replication at the filesystem level LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/copyright USES= fuse localbase:ldflags GNU_CONFIGURE= yes PLIST_FILES= bin/chironfs bin/chirctl man/man8/chironfs.8.gz PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.* post-patch-DOCS-off: @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in .include Index: head/sysutils/fusefs-cryptofs/Makefile =================================================================== --- head/sysutils/fusefs-cryptofs/Makefile (revision 514792) +++ head/sysutils/fusefs-cryptofs/Makefile (revision 514793) @@ -1,30 +1,30 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= cryptofs PORTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ PKGNAMEPREFIX= fusefs- MAINTAINER= portmaster@BSDforge.com COMMENT= Encrypted filesystem for FUSE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes USES= fuse pkgconfig USE_GNOME= glib20 DOCS= README cryptofs.conf OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/hwstat/Makefile =================================================================== --- head/sysutils/hwstat/Makefile (revision 514792) +++ head/sysutils/hwstat/Makefile (revision 514793) @@ -1,19 +1,19 @@ # Created by: Marc Lagrange # $FreeBSD$ PORTNAME= hwstat PORTVERSION= 0.5.1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/hwstat/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/hwstat/ MAINTAINER= portmaster@BSDforge.com COMMENT= Command line tool to display CPU temp and battery infos LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= uidfix MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz .include Index: head/sysutils/hwstat/pkg-descr =================================================================== --- head/sysutils/hwstat/pkg-descr (revision 514792) +++ head/sysutils/hwstat/pkg-descr (revision 514793) @@ -1,3 +1,3 @@ FreeBSD only command line tool to display CPU temp and battery infos. -WWW: http://BSDforge.com/projects/sysutils/hwstat/ +WWW: https://BSDforge.com/projects/sysutils/hwstat/ Index: head/sysutils/jailadmin/Makefile =================================================================== --- head/sysutils/jailadmin/Makefile (revision 514792) +++ head/sysutils/jailadmin/Makefile (revision 514793) @@ -1,46 +1,46 @@ # Created by: Kirk Strauser # $FreeBSD$ PORTNAME= jailadmin PORTVERSION= 1.9 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/jailadmin/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/jailadmin/ MAINTAINER= portmaster@BSDforge.com COMMENT= Jail management system with optional SNMP support LICENSE= BSD2CLAUSE OPTIONS_DEFINE= SNMP DOCS SNMP_DESC= install the additional SNMP management components USES= perl5 shebangfix tar:xz SHEBANG_FILES= jailadmin jail-snmp jail-snmp-persist PORTDOCS= INSTALL README PLIST_FILES= etc/jailadmin.conf.sample etc/rc.d/zzz-jail.sh \ sbin/jailadmin ${SITE_PERL_REL}/Jail.pm SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_PLIST_FILES= sbin/jail-snmp sbin/jail-snmp-persist share/snmp/mibs/JAIL-MIB.txt do-install: ${INSTALL_SCRIPT} ${WRKSRC}/jail.sh ${STAGEDIR}${PREFIX}/etc/rc.d/zzz-jail.sh ${INSTALL_DATA} ${WRKSRC}/jailadmin.conf.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${WRKSRC}/jailadmin ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} ${CP} ${WRKSRC}/Jail.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} do-install-SNMP-on: ${INSTALL_SCRIPT} ${WRKSRC}/jail-snmp ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/jail-snmp-persist ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/share/snmp/mibs ${INSTALL_DATA} ${WRKSRC}/JAIL-MIB.txt ${STAGEDIR}${PREFIX}/share/snmp/mibs do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/sysutils/jailadmin/pkg-descr =================================================================== --- head/sysutils/jailadmin/pkg-descr (revision 514792) +++ head/sysutils/jailadmin/pkg-descr (revision 514793) @@ -1,10 +1,10 @@ JailAdmin is a system for managing a set of named jails. It provides: - A command line utility for starting and stopping named jails. - An efficient method for shutting down a large number of jails in parallel. - A simple configuration syntax. - SNMP monitoring facilities. It is designed to provide more flexible functionality than FreeBSD's own rc.d/jail script, and should provide a complete superset of features. -WWW: http://BSDforge.com/projects/sysutils/jailadmin/ +WWW: https://BSDforge.com/projects/sysutils/jailadmin/ Index: head/sysutils/jailutils/Makefile =================================================================== --- head/sysutils/jailutils/Makefile (revision 514792) +++ head/sysutils/jailutils/Makefile (revision 514793) @@ -1,26 +1,26 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= jailutils PORTVERSION= 1.7 CATEGORIES= sysutils MASTER_SITES= http://thewalter.net/stef/freebsd/jails/jailutils/ \ - http://BSDforge.com/projects/source/sysutils/jailutils/ + https://BSDforge.com/projects/source/sysutils/jailutils/ MAINTAINER= portmaster@BSDforge.com COMMENT= Several utilities for managing jails LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/mdf2iso/pkg-descr =================================================================== --- head/sysutils/mdf2iso/pkg-descr (revision 514792) +++ head/sysutils/mdf2iso/pkg-descr (revision 514793) @@ -1,6 +1,6 @@ MDF2ISO is a simple utility to convert an Alcohol 120% bin image into standard ISO-9660 format, cue sheets, or a TOC file Also available on Gitlab: https://gitlab.com/bsdforge/mdf2iso -WWW: http://BSDforge.com/projects/sysutils/mdf2iso/ +WWW: https://BSDforge.com/projects/sysutils/mdf2iso/ Index: head/sysutils/rsyncbackup/Makefile =================================================================== --- head/sysutils/rsyncbackup/Makefile (revision 514792) +++ head/sysutils/rsyncbackup/Makefile (revision 514793) @@ -1,39 +1,39 @@ # Created by: Daniel Bond # $FreeBSD$ PORTNAME= rsyncbackup PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/rsyncbackup/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/rsyncbackup/ MAINTAINER= portmaster@bsdforge.com COMMENT= Rsync frontend written in Perl LICENSE= GPLv2+ RUN_DEPENDS= rsync:net/rsync CONFIGSRC= ${WRKSRC}/config CONFIGFILES= backupset.conf config.conf destinations.conf sources.conf USES= perl5 tar:xz NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${ETCDIR} .for configfile in ${CONFIGFILES} ${INSTALL_DATA} ${CONFIGSRC}/${configfile} \ ${STAGEDIR}${ETCDIR}/${configfile}.example .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) .include Index: head/sysutils/rsyncbackup/files/pkg-message.in =================================================================== --- head/sysutils/rsyncbackup/files/pkg-message.in (revision 514792) +++ head/sysutils/rsyncbackup/files/pkg-message.in (revision 514793) @@ -1,21 +1,21 @@ [ { type: install message: < # $FreeBSD$ PORTNAME= thefish PORTVERSION= 0.6.7 CATEGORIES= sysutils -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/thefish/ +MASTER_SITES= https://BSDforge.com/projects/source/sysutils/thefish/ MAINTAINER= portmaster@BSDforge.com COMMENT= Gtk+/ncurses rc.conf editor/management tool LICENSE= BSD2CLAUSE USES= pkgconfig tar:xz OPTIONS_SINGLE= X11 OPTIONS_SINGLE_X11= GTK2 OPTIONS_DEFAULT= GTK2 .include #.if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 MAKE_ENV+= WITH_GTK=yes #.endif PLIST_FILES= bin/thefish man/man1/thefish.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/sysutils/thefish/pkg-descr =================================================================== --- head/sysutils/thefish/pkg-descr (revision 514792) +++ head/sysutils/thefish/pkg-descr (revision 514793) @@ -1,5 +1,5 @@ The Fish provides a graphical UI (with GTK+, Qt and ncurses frontends) to manage and edit system variables stored in /etc/defaults/rc.conf and /etc/rc.conf. -WWW: http://BSDforge.com/projects/sysutils/thefish +WWW: https://BSDforge.com/projects/sysutils/thefish Index: head/textproc/asm2html/Makefile =================================================================== --- head/textproc/asm2html/Makefile (revision 514792) +++ head/textproc/asm2html/Makefile (revision 514793) @@ -1,26 +1,26 @@ # Created by: Ben Haga # $FreeBSD$ PORTNAME= asm2html PORTVERSION= 1.7 CATEGORIES= textproc -MASTER_SITES= http://bsdforge.com/projects/source/textproc/asm2html/ +MASTER_SITES= https://BSDforge.com/projects/source/textproc/asm2html/ MAINTAINER= portmaster@bsdforge.com COMMENT= Converts NASM syntax assembly code to HTML code LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz GNU_CONFIGURE= yes MAKE_ARGS= CC=${CC} PLIST_FILES= bin/asm2html man/man1/asm2html.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/asm2html ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/asm2html.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/textproc/mgdiff/pkg-descr =================================================================== --- head/textproc/mgdiff/pkg-descr (revision 514792) +++ head/textproc/mgdiff/pkg-descr (revision 514793) @@ -1,11 +1,11 @@ This is mgdiff, a graphical front end to the UNIX diff command based upon X11R[456] and the Motif widget set. It allows the user to select two files for comparison, runs the diff command, parses the output, and presents the results graphically. This presentation can also be used to generate a user-specified merge of the two files into a third file. This program's appearance is based upon a program called gdiff, which runs only on Silicon Graphics workstations and for which source code is not provided. -WWW: http://BSDforge.com/projects/textproc/mgdiff/ +WWW: https://BSDforge.com/projects/textproc/mgdiff/ Index: head/textproc/sansi/Makefile =================================================================== --- head/textproc/sansi/Makefile (revision 514792) +++ head/textproc/sansi/Makefile (revision 514793) @@ -1,29 +1,29 @@ # Created by: Chris Hutchinson # $FreeBSD$ PORTNAME= sansi PORTVERSION= 1.0.2 CATEGORIES= textproc sysutils -MASTER_SITES= http://BSDforge.com/projects/source/textproc/sansi/ +MASTER_SITES= https://BSDforge.com/projects/source/textproc/sansi/ MAINTAINER= portmaster@bsdforge.com COMMENT= Removes ANSI control sequences/characters, from files LICENSE= ART20 BSD2CLAUSE LICENSE_COMB= multi RUN_DEPENDS= p5-PerlIO-eol>=0:devel/p5-PerlIO-eol \ p5-Modern-Perl>=0:lang/p5-Modern-Perl NO_WRKSUBDIR= yes NO_BUILD= yes USES= tar:xz PLIST_FILES= sbin/sansi man/man1/sansi.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sansi ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/sansi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/textproc/sansi/pkg-descr =================================================================== --- head/textproc/sansi/pkg-descr (revision 514792) +++ head/textproc/sansi/pkg-descr (revision 514793) @@ -1,10 +1,10 @@ sansi was written to strip the ANSI control sequences in files, or output, often, but not limited to those generated by compilers. I found it difficult to visually grope/grep the output of script(1) sessions. Especially with the advent of clang. While it's nice to replay the script(1) sessions to view the highlighted messages. It's near impossible to read it inline in your favorite pager, or text editor; Enter sansi. -WWW: http://BSDforge.com/projects/textproc/sansi/ +WWW: https://BSDforge.com/projects/textproc/sansi/ Index: head/textproc/smi/Makefile =================================================================== --- head/textproc/smi/Makefile (revision 514792) +++ head/textproc/smi/Makefile (revision 514793) @@ -1,32 +1,32 @@ # Created by: Chris Hutchinson # $FreeBSD$ PORTNAME= smi PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= textproc www -MASTER_SITES= http://bsdforge.com/projects/source/textproc/${PORTNAME}/ +MASTER_SITES= https://BSDforge.com/projects/source/textproc/${PORTNAME}/ MAINTAINER= portmaster@bsdforge.com COMMENT= Simple Markdown Interpreter / filter for simplified markup dialect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PORTDOCS= README.md PLIST_FILES= bin/smi man/man1/smi.1.gz USES= tar:xz uidfix MAKEFILE= /usr/share/mk/bsd.prog.mk MAKE_ENV= PROG="${PORTNAME}" FILES="${PORTDOCS}" \ BINDIR="${PREFIX}/bin" FILESDIR="${DOCSDIR}" \ MANDIR="${MANPREFIX}/man/man" CFLAGS+= -DVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS pre-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/smi/pkg-descr =================================================================== --- head/textproc/smi/pkg-descr (revision 514792) +++ head/textproc/smi/pkg-descr (revision 514793) @@ -1,8 +1,8 @@ Smi is a Simple Markup Interpreter / filter for simplified Markup dialect. smi can be fed text in Markdown, and return HTML output. smi can be fed HTML, and return the markup translated to entities. I use smi as a filter for devel/cgit to parse the README.md files, returning HTML output. I am also using it to markup wiki pages, for a git backed wiki. The use cases are limited only by your imagination. -WWW: http://BSDforge.com/projects/textproc/smi/ +WWW: https://BSDforge.com/projects/textproc/smi/ Index: head/www/cgichk/Makefile =================================================================== --- head/www/cgichk/Makefile (revision 514792) +++ head/www/cgichk/Makefile (revision 514793) @@ -1,28 +1,28 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= cgichk PORTVERSION= 2.60 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://BSDforge.com/projects/source/www/cgichk/ +MASTER_SITES= https://BSDforge.com/projects/source/www/cgichk/ LICENSE= GPLv2 MAINTAINER= portmaster@BSDforge.com COMMENT= Web site vulnerability scanner WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= cgichk post-patch: ${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile ${REINPLACE_CMD} -e \ "s@/etc/@${PREFIX}/etc/@g; s/#include //g;" \ ${WRKSRC}/cgichk.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cgichk ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cgichk.cfg ${STAGEDIR}${PREFIX}/etc/cgichk.cfg.sample .include Index: head/www/spreadlogd/pkg-descr =================================================================== --- head/www/spreadlogd/pkg-descr (revision 514792) +++ head/www/spreadlogd/pkg-descr (revision 514793) @@ -1,13 +1,13 @@ If you kill -HUP or kill the spreadlogd process, it will not actually process the signal until after it has received its next message from Spread. You can move your log files to new names and then kill -HUP and it will reopen the log files. This is useful for seamless log rotation without losing any messages. Spread is really cool. It is a poweful group communication toolkit developed at the Center for Networking and Distributed Systems at the Johns Hopkins University (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively). WWW: http://www.lethargy.org/mod_log_spread/ -WWW: http://bsdforge.com/projects/www/spreadlogd/ +WWW: https://BSDforge.com/projects/www/spreadlogd/ Index: head/www/zerowait-httpd/Makefile =================================================================== --- head/www/zerowait-httpd/Makefile (revision 514792) +++ head/www/zerowait-httpd/Makefile (revision 514793) @@ -1,26 +1,26 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= zerowait PORTVERSION= 0.8d PORTREVISION= 4 CATEGORIES= www -MASTER_SITES= http://BSDforge.com/projects/source/www/zerowait-httpd/ +MASTER_SITES= https://BSDforge.com/projects/source/www/zerowait-httpd/ PKGNAMESUFFIX= -httpd DISTNAME= 0W-httpd-${PORTVERSION} MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight and fast http server LICENSE= BSD3CLAUSE USES= gmake ssl USE_RC_SUBR= 0W-httpd ALL_TARGET= #none HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --owner=${WWWOWN} --group=${WWWGRP} PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_FILES= pkg-deinstall .include Index: head/x11/wmblob/Makefile =================================================================== --- head/x11/wmblob/Makefile (revision 514792) +++ head/x11/wmblob/Makefile (revision 514793) @@ -1,24 +1,24 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= wmblob PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= x11 windowmaker -MASTER_SITES= http://BSDforge.com/projects/source/x11/wmblob/ +MASTER_SITES= https://BSDforge.com/projects/source/x11/wmblob/ MAINTAINER= portmaster@bsdforge.com COMMENT= Shows moving blobs USE_XORG= xpm USE_GNOME= gtk20 USES= pkgconfig tar:xz GNU_CONFIGURE= yes PLIST_FILES= bin/wmblob man/man1/wmblob.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/x11/wmblob/pkg-descr =================================================================== --- head/x11/wmblob/pkg-descr (revision 514792) +++ head/x11/wmblob/pkg-descr (revision 514793) @@ -1,16 +1,16 @@ wmblob is a pretty much useless program, that shows moving blobs. It's a nice dockapp for Window Maker (www.windowmaker.org), and it may well run with other window mangers. How to use it: Just start it. There are no command line options. You can change the colors with the three mouse buttons: - Left button: changes the inner color of the blobs. - Middle button: changes the border color of the blobs. - Right button: changes the background color. There are 16 colors available. But not every combination looks good. -WWW: http://BSDforge.com/projects/x11/wmblob/ +WWW: https://BSDforge.com/projects/x11/wmblob/ Index: head/x11/xvt/Makefile =================================================================== --- head/x11/xvt/Makefile (revision 514792) +++ head/x11/xvt/Makefile (revision 514793) @@ -1,104 +1,104 @@ # Created by: Chris Hutchinson # $FreeBSD$ PORTNAME= xvt PORTVERSION= 3.0.1 PORTREVISION= 1 CATEGORIES+= x11 -MASTER_SITES= http://BSDforge.com/projects/source/x11/xvt/ +MASTER_SITES= https://BSDforge.com/projects/source/x11/xvt/ MAINTAINER= portmaster@bsdforge.com COMMENT= Xterm replacement, supporting color, transparency, and more, with less LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi PORTDOCS= xvt.1.html xvtRef.html xvtRef.txt USES= libtool perl5 tar:xz USE_LDCONFIG= yes USE_PERL5= build patch USE_XORG= x11 xpm GNU_CONFIGURE= yes DESKTOP_ENTRIES= "xvt" "xvt terminal emulator" \ "${PREFIX}/share/pixmaps/xvt.png" \ "xvt" "GNOME;X-XFCE;X-Xfce-Toplevel;System;Utility;TerminalEmulator;" \ false OPTIONS_DEFINE= 256_COLOR BIG5 EUCJ GB GREEK KR LINESPACE MENUBAR NEXT XVT \ SJIS SMART TRANSPARENCY XIM XTERM DOCS XGETDEFAULT 256_COLOR_DESC= Build with 256-color support BIG5_DESC= Build with BIG5 support EUCJ_DESC= Build with EUC Japanese support GB_DESC= Build with GB support GREEK_DESC= Build with greek keyboard support KR_DESC= Build with EUC Korean support LINESPACE_DESC= Build with linespace support MENUBAR_DESC= Build with menubar support NEXT_DESC= Build with NeXT scrollbar XVT_DESC= Build with xvt scrollbar SJIS_DESC= Build with Shift JIS support SMART_DESC= Build with smart resize support TRANSPARENCY_DESC= Build with transparency support XIM_DESC= Build with XIM support XTERM_DESC= Build with Xterm scrollbar XGETDEFAULT_DESC= Build with resources checking via XGetDefault OPTIONS_DEFAULT=256_COLOR GB LINESPACE MENUBAR NEXT XVT SMART TRANSPARENCY \ XIM XTERM DOCS CONFIGURE_ARGS= --enable-utmp --enable-lastlog \ --with-xpm --enable-xpm-background --enable-shared \ --enable-mousewheel --disable-languages \ --disable-wtmp LIBS+= -lutil # enable 256 color 256_COLOR_CONFIGURE_ON= --enable-256-color # enable big5 support BIG5_CONFIGURE_ON= --with-encoding=big5 --enable-languages # enable euc japanese support EUCJ_CONFIGURE_ON= --with-encoding=eucj --enable-languages # enable gb support GB_CONFIGURE_ON= --with-encoding=gb --enable-languages # enable greek keyboard support GREEK_CONFIGURE_ON= --enable-greek # enable euc korean support KR_CONFIGURE_ON= --with-encoding=kr --enable-languages # enable line-spacing LINESPACE_CONFIGURE_ON= --enable-linespace # enable menubar MENUBAR_CONFIGURE_ON= --enable-menubar # enable NeXT style scrollbar NEXT_CONFIGURE_ON= --enable-next-scroll # enable xvt style scrollbar XVT_CONFIGURE_ON= --enable-xvt-scroll # enable shift jis support SJIS_CONFIGURE_ON= --with-encoding=sjis --enable-languages # enable smart resize SMART_CONFIGURE_ON= --enable-smart-resize # enable transparency support TRANSPARENCY_CONFIGURE_ON= --enable-transparency # XIM (X Input Method) protocol support XIM_CONFIGURE_ON= --enable-xim # enable Xterm style scrollbar XTERM_CONFIGURE_ON= --enable-xterm-scroll # make resources checking via XGetDefault XGETDEFAULT_CONFIGURE_ON= --enable-xgetdefault post-patch: @${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ ${WRKSRC}/src/ptytty.c do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xvt; \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxvt.so.1.0.0 ;\ ${INSTALL_DATA} ${WRKSRC}/W11/wrap/xvt.png ${STAGEDIR}${PREFIX}/share/pixmaps/xvt.png .include Index: head/x11-fonts/sgifonts/Makefile =================================================================== --- head/x11-fonts/sgifonts/Makefile (revision 514792) +++ head/x11-fonts/sgifonts/Makefile (revision 514793) @@ -1,60 +1,60 @@ # Created by: trevor # $FreeBSD$ PORTNAME= sgifonts PORTVERSION= 1.0.1 PORTREVISION= 5 CATEGORIES= x11-fonts -MASTER_SITES= http://BSDforge.com/projects/source/x11-fonts/sgifonts/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-fonts/sgifonts/ DISTNAME= sgi-fonts-1.0-1.src EXTRACT_SUFX= .rpm MAINTAINER= portmaster@BSDforge.com COMMENT= Fonts from the SGI ProPack 1.4 (originally for Linux) LICENSE= MIT BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USES= fonts NO_ARCH= yes NO_WRKSUBDIR= yes SUB_FILES= pkg-message FONTNAME= sgi PLIST_FILES= ${FONTS:S!^!${FONTSDIR}/!:S!$!.pcf.gz!} \ ${FONTSDIR}/fonts.alias FONTS= Scr7 Scr8 Scr9 Scr10 Scr11 Scr12 \ Scr13 Scr14 Scr15 Scr16 Scr18 \ ScrB7 ScrB8 ScrB9 ScrB10 ScrB11 ScrB12 \ ScrB13 ScrB14 ScrB15 ScrB16 ScrB18 \ haeberli12 haeberli24 haeberli36 \ intl15 iris10 iris12 iris13 \ rock12 rock18 rock24 rock36 \ space10 type13 post-extract: @(cd ${WRKSRC} && ${TAR} ${EXTRACT_BEFORE_ARGS} \ sgi-fonts.tar.gz ${EXTRACT_AFTER_ARGS}) post-patch: @${FIND} ${WRKSRC}/sgi-fonts/sgi -name "*.bdf" | ${XARGS} \ ${REINPLACE_CMD} -e \ '/^FOUNDRY/s|""|"SGI"|' do-build: .for i in ${FONTS} (cd ${WRKSRC}/sgi-fonts/sgi \ && bdftopcf ${i}.bdf | ${GZIP_CMD} > ${i}.pcf.gz) .endfor do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} (cd ${WRKSRC}/sgi-fonts/sgi && ${INSTALL_DATA} fonts.alias \ ${STAGEDIR}${FONTSDIR}) (cd ${WRKSRC}/sgi-fonts/sgi && ${INSTALL_DATA} *.pcf.gz \ ${STAGEDIR}${FONTSDIR}) .include Index: head/x11-themes/gtk-nodoka-engine/Makefile =================================================================== --- head/x11-themes/gtk-nodoka-engine/Makefile (revision 514792) +++ head/x11-themes/gtk-nodoka-engine/Makefile (revision 514793) @@ -1,24 +1,24 @@ # Created by: Romain Tartiere # $FreeBSD$ PORTNAME= gtk-nodoka-engine PORTVERSION= 0.7.5 PORTREVISION= 3 CATEGORIES= x11-themes -MASTER_SITES= http://bsdforge.com/projects/source/x11-themes/gtk-nodoka-engine/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/gtk-nodoka-engine/ MAINTAINER= romain@FreeBSD.org COMMENT= GTK nodoka engine and themes OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT ANIMATION_DESC= Animation support ANIMATIONTOLEFT_DESC= Animation from right to left ANIMATION_CONFIGURE_ENABLE= animation ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft GNU_CONFIGURE= yes USES= gmake libtool pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes .include Index: head/x11-themes/kde-icons-nuovext2/Makefile =================================================================== --- head/x11-themes/kde-icons-nuovext2/Makefile (revision 514792) +++ head/x11-themes/kde-icons-nuovext2/Makefile (revision 514793) @@ -1,17 +1,17 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= nuoveXT2 PORTVERSION= 2.2.2 -MASTER_SITES= http://BSDforge.com/projects/source/x11-themes/kde-icons-nuovext2/ +MASTER_SITES= https://BSDforge.com/projects/source/x11-themes/kde-icons-nuovext2/ DISTNAME= nuoveXT-${PORTVERSION}_KDE MAINTAINER= portmaster@BSDforge.com COMMENT= KDE nuoveXT 2 iconset LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz .include "${.CURDIR}/../kde-icons-noia/Makefile.icons" Index: head/x11-themes/kde-icons-nuovext2/pkg-descr =================================================================== --- head/x11-themes/kde-icons-nuovext2/pkg-descr (revision 514792) +++ head/x11-themes/kde-icons-nuovext2/pkg-descr (revision 514793) @@ -1,9 +1,9 @@ A revamp of icon theme nuoveXT. [ http://www.kde-look.org/content/show.php?content=62630 ] The nuoveXT icon theme provides OSX-like icons for your KDE desktop. It provides icons for most of the applications generally used on KDE. Others may be added in future versions of nuoveXT, for KDE. -WWW: http://BSDforge.com/projects/x11-themes/kde-icons-nuovext2/ +WWW: https://BSDforge.com/projects/x11-themes/kde-icons-nuovext2/