diff --git a/archivers/R-cran-zip/Makefile b/archivers/R-cran-zip/Makefile index c3786739bbe3..67f6d8f791c0 100644 --- a/archivers/R-cran-zip/Makefile +++ b/archivers/R-cran-zip/Makefile @@ -1,19 +1,19 @@ PORTNAME= zip DISTVERSION= 2.3.3 CATEGORIES= archivers DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Cross-Platform 'zip' Compression -WWW= https://github.com/r-lib/zip #readme +WWW= https://github.com/r-lib/zip\#readme LICENSE= CC0-1.0 TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \ R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist,compiles .include diff --git a/archivers/unmass/Makefile b/archivers/unmass/Makefile index d7ada2aa217d..46bb9c00d544 100644 --- a/archivers/unmass/Makefile +++ b/archivers/unmass/Makefile @@ -1,34 +1,34 @@ PORTNAME= unmass PORTVERSION= 0.92 CATEGORIES= archivers MASTER_SITES= http://mirex.mypage.sk/FILES/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Extract game archives such as wad, dar, mea exe's, and many more -WWW= http://mirex.mypage.sk/index.php?selected=1 #Unmass +WWW= http://mirex.mypage.sk/index.php?selected=1\#Unmass LICENSE= GPLv2 USES= dos2unix GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev_cmd PLIST_FILES= bin/unmass CFLAGS+= -DUNIX post-extract: @${MV} ${WRKSRC}/../src/* ${WRKSRC}/src/ post-patch: .for f in ma.cpp massfs.h utools.h @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/${f} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME}_kdev \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 95715719fd7a..45ef9fecaeb2 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -1,39 +1,39 @@ PORTNAME= festalon PORTVERSION= 0.5.5 PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/festalon/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command line player for .nsf and .hes audio files -WWW= http://projects.raphnet.net/ #festalon +WWW= http://projects.raphnet.net/\#festalon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le LIB_DEPENDS= libsamplerate.so:audio/libsamplerate USES= cpe libtool pkgconfig sdl tar:bzip2 USE_SDL= sdl GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS PLIST_FILES= bin/festalon PORTDOCS= README do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/audio/musiccontrol/Makefile b/audio/musiccontrol/Makefile index 52bc4e11a888..459ccda7c8e3 100644 --- a/audio/musiccontrol/Makefile +++ b/audio/musiccontrol/Makefile @@ -1,29 +1,29 @@ PORTNAME= musiccontrol PORTVERSION= 0.3 PORTREVISION= 4 CATEGORIES= audio java MASTER_SITES= http://borderworlds.dk/projects/mc/ DISTNAME= MusicControl-0.3 EXTRACT_SUFX= .jar EXTRACT_ONLY= MAINTAINER= xi@borderworlds.dk COMMENT= Advanced music player -WWW= https://borderworlds.dk/projects/ #mc +WWW= https://borderworlds.dk/projects/\#mc RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:audio/mpg123 \ ${LOCALBASE}/bin/ogg123:audio/vorbis-tools \ ${LOCALBASE}/bin/simplemod:audio/simplemod USES= java NO_BUILD= yes PLIST_FILES= share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${DISTDIR}/MusicControl-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/ ${SED} 's,%%LOCALBASE%%,${LOCALBASE},g ; s,%%JAVAJARDIR%%,${JAVAJARDIR},g' \ ${FILESDIR}/musiccontrol > ${WRKDIR}/musiccontrol ${INSTALL_SCRIPT} ${WRKDIR}/musiccontrol ${STAGEDIR}${PREFIX}/bin .include diff --git a/audio/simplemod/Makefile b/audio/simplemod/Makefile index 13ba333fb242..09aae519133b 100644 --- a/audio/simplemod/Makefile +++ b/audio/simplemod/Makefile @@ -1,21 +1,21 @@ PORTNAME= simplemod PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://borderworlds.dk/projects/sm/ MAINTAINER= xi@borderworlds.dk COMMENT= Minimalistic module player -WWW= https://borderworlds.dk/projects/ #sm +WWW= https://borderworlds.dk/projects/\#sm LIB_DEPENDS= libmikmod.so:audio/libmikmod WRKSRC= ${WRKDIR}/simplemod ALL_TARGET= simplemod PLIST_FILES= bin/simplemod do-install: ${INSTALL_PROGRAM} ${WRKSRC}/simplemod ${STAGEDIR}${PREFIX}/bin .include diff --git a/biology/gffread/Makefile b/biology/gffread/Makefile index 4f9fb8666803..ed622c0c85e7 100644 --- a/biology/gffread/Makefile +++ b/biology/gffread/Makefile @@ -1,25 +1,25 @@ PORTNAME= gffread DISTVERSIONPREFIX= v DISTVERSION= 0.12.7 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= GFF/GTF format conversions, filtering, FASTA extraction, etc -WWW= http://ccb.jhu.edu/software/stringtie/gff.shtml #gffread +WWW= http://ccb.jhu.edu/software/stringtie/gff.shtml\#gffread LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake USE_GITHUB= yes GH_ACCOUNT= gpertea GH_TUPLE= gpertea:gclib:v${DISTVERSION}:gpertea/gclib INSTALL_TARGET= install-strip CONFLICTS_INSTALL= cufflinks PLIST_FILES= bin/gffread .include diff --git a/deskutils/jlj/Makefile b/deskutils/jlj/Makefile index d2e43def6365..ce7209c2b04f 100644 --- a/deskutils/jlj/Makefile +++ b/deskutils/jlj/Makefile @@ -1,40 +1,40 @@ PORTNAME= jlj PORTVERSION= 2.12 CATEGORIES= deskutils net MASTER_SITES= http://umlautllama.com/projects/perl/ \ http://www.atarininja.org/~wxs/distfiles/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Jerry's command-line LiveJournal.com entry system -WWW= http://umlautllama.com/projects/perl/ #jlj +WWW= http://umlautllama.com/projects/perl/\#jlj USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/jlj PORTDOCS= README PORTEXAMPLES= dot.livejournal.rc SHEBANG_FILES= jlj.pl OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/jlj.pl ${STAGEDIR}${PREFIX}/bin/jlj do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/.livejournal.rc \ ${STAGEDIR}${EXAMPLESDIR}/dot.livejournal.rc do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.JLJ ${STAGEDIR}${DOCSDIR}/README .include diff --git a/devel/R-cran-prettycode/Makefile b/devel/R-cran-prettycode/Makefile index eeeaf5eaddde..9beddec4b533 100644 --- a/devel/R-cran-prettycode/Makefile +++ b/devel/R-cran-prettycode/Makefile @@ -1,22 +1,22 @@ PORTNAME= prettycode DISTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Pretty Print R Code in the Terminal -WWW= https://github.com/r-lib/prettycode #readme +WWW= https://github.com/r-lib/prettycode\#readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-crayon>0:devel/R-cran-crayon TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-rstudioapi>0:devel/R-cran-rstudioapi \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist .include diff --git a/devel/R-cran-rematch2/Makefile b/devel/R-cran-rematch2/Makefile index e1cf51c82fa3..1b674174f71b 100644 --- a/devel/R-cran-rematch2/Makefile +++ b/devel/R-cran-rematch2/Makefile @@ -1,20 +1,20 @@ PORTNAME= rematch2 DISTVERSION= 2.1.2 PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Tidy Output from Regular Expression Matching -WWW= https://github.com/r-lib/rematch2 #readme +WWW= https://github.com/r-lib/rematch2\#readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-tibble>0:devel/R-cran-tibble TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist .include diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index 2d2f6c74050f..47dd789f8c56 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -1,31 +1,31 @@ PORTNAME= cutils PORTVERSION= 1.6 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.sigala.it/sandro/files/ MAINTAINER= schaiba@gmail.com COMMENT= Miscellaneous C programmer's utilities -WWW= http://www.sigala.it/sandro/software.php #cutils +WWW= http://www.sigala.it/sandro/software.php\#cutils LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_JOBS_UNSAFE= yes CONFLICTS= cdecl OPTIONS_DEFINE= INFO OPTIONS_DEFAULT= INFO INFO_USES= makeinfo INFO_MAKE_ENV= MAKEINFO="${MAKEINFO}" INFO_INFO= cutils post-patch-INFO-off: @${REINPLACE_CMD} -e '/^subdirs/s|doc||g' ${WRKSRC}/Makefile.in .include diff --git a/devel/dxa65/Makefile b/devel/dxa65/Makefile index 5ed152b4d885..e49489a3e5a7 100644 --- a/devel/dxa65/Makefile +++ b/devel/dxa65/Makefile @@ -1,29 +1,29 @@ PORTNAME= dxa PORTVERSION= 0.1.5 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/ PKGNAMESUFFIX= 65 MAINTAINER= ports@FreeBSD.org COMMENT= Disassembler for MOS 6502 and compatible CPUs -WWW= http://www.floodgap.com/retrotech/xa #dxa +WWW= http://www.floodgap.com/retrotech/xa\#dxa LICENSE= GPLv2+ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PORTDOCS= INSTALL PLIST_FILES= bin/dxa65 share/man/man1/dxa.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dxa ${STAGEDIR}${PREFIX}/bin/dxa65 ${INSTALL_MAN} ${WRKSRC}/dxa.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/hp48cc/Makefile b/devel/hp48cc/Makefile index c88b9c538c93..7a1b6782c52e 100644 --- a/devel/hp48cc/Makefile +++ b/devel/hp48cc/Makefile @@ -1,33 +1,33 @@ PORTNAME= hp48cc PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= SUNSITE/devel/lang/c \ http://www.sigala.it/sandro/files/ MAINTAINER= danfe@FreeBSD.org COMMENT= C-like compiler that translates input code to the HP48 RPL language -WWW= http://www.sigala.it/sandro/software.php #hp48cc +WWW= http://www.sigala.it/sandro/software.php\#hp48cc LICENSE= GPLv2 USES= bison GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES post-patch: # Fix the Makefile to unbreak parallel builds @${REINPLACE_CMD} -e 's,(YACC),& -o parser.c, ; \ s,(LEX),& -olexer.c, ; /mv/d' ${WRKSRC}/src/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile index 26a8a30f59d0..6fe5cb73f222 100644 --- a/devel/libshhmsg/Makefile +++ b/devel/libshhmsg/Makefile @@ -1,26 +1,26 @@ PORTNAME= libshhmsg PORTVERSION= 1.4.2 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhmsg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for displaying messages -WWW= https://shh.thathost.com/pub-unix/ #shhmsg +WWW= https://shh.thathost.com/pub-unix/\#shhmsg LICENSE= ART10 USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.lib USE_LDCONFIG= yes MAKE_ENV= WITHOUT_PROFILE=yes SRCCONF=/dev/null OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CREDITS README shhmsg.txt (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .include diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile index c8b8a1236b3e..0b09cff38799 100644 --- a/devel/libshhopt/Makefile +++ b/devel/libshhopt/Makefile @@ -1,30 +1,30 @@ PORTNAME= libshhopt PORTVERSION= 1.1.7 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhopt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing command line options -WWW= https://shh.thathost.com/pub-unix/ #shhopt +WWW= https://shh.thathost.com/pub-unix/\#shhopt LICENSE= ART10 USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.lib USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/Makefile ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example.c ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/libxalloc/Makefile b/devel/libxalloc/Makefile index 0e36a79709c0..aa7067c6c76c 100644 --- a/devel/libxalloc/Makefile +++ b/devel/libxalloc/Makefile @@ -1,24 +1,24 @@ PORTNAME= libxalloc PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= xalloc-${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Memory allocation library with error checking -WWW= http://shh.thathost.com/pub-unix/ #xalloc +WWW= http://shh.thathost.com/pub-unix/\#xalloc OPTIONS_DEFINE= DOCS USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.lib USE_LDCONFIG= yes MAKE_ENV= WITHOUT_PROFILE=yes SRCCONF=/dev/null post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/py-trimesh/Makefile b/devel/py-trimesh/Makefile index 70bca1407374..7c2a04dd7229 100644 --- a/devel/py-trimesh/Makefile +++ b/devel/py-trimesh/Makefile @@ -1,45 +1,45 @@ PORTNAME= trimesh PORTVERSION= 3.5.25 PORTREVISION= 9 CATEGORIES= devel cad python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= db@FreeBSD.org COMMENT= Library for loading and using triangular meshes -WWW= https://pypi.org/project/trimesh/ #description +WWW= https://pypi.org/project/trimesh/\#description LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md # This order of dependancies directly lifted from setup.py please do not change! NEEDED_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyglet1>0:graphics/py-pyglet1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}shapely>0:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rtree>0:devel/py-rtree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svg_path>0:graphics/py-svg.path@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xxhash>0:devel/py-xxhash@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}triangle>0:math/py-triangle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-fcl>0:math/py-python-fcl@${PY_FLAVOR} BUILD_DEPENDS= ${NEEDED_DEPENDS} RUN_DEPENDS= ${NEEDED_DEPENDS} USES= compiler:c++11-lang python USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes .include diff --git a/devel/svn_load_dirs/Makefile b/devel/svn_load_dirs/Makefile index bf1bacacd8cb..bffc623a4267 100644 --- a/devel/svn_load_dirs/Makefile +++ b/devel/svn_load_dirs/Makefile @@ -1,53 +1,53 @@ PORTNAME= svn_load_dirs PORTVERSION= 1.8.4 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://svn.apache.org/repos/asf/subversion/tags/${PORTVERSION}/contrib/client-side/svn_load_dirs/ DISTFILES= LICENSE_AFL3.txt \ svn_load_dirs.README \ svn_load_dirs.pl.in \ svn_load_dirs_property_table.example DIST_SUBDIR= subversion/${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl script to load directories into a Subversion repository -WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html #svn_load_dirs_pl +WWW= https://svn.apache.org/repos/asf/subversion/branches/scons-build-system/www/tools_contrib.html\#svn_load_dirs_pl OPTIONS_DEFINE= DOCS EXAMPLES RUN_DEPENDS= p5-URI>=0:net/p5-URI .if ${WITH_SUBVERSION_VER:U} == LTS RUN_DEPENDS+= svn:devel/subversion-lts .else RUN_DEPENDS+= svn:devel/subversion .endif USES= perl5 PLIST_FILES= bin/svn_load_dirs PORTEXAMPLES= * PORTDOCS= * do-extract: ${MKDIR} ${WRKSRC} for f in ${DISTDIR}/${DIST_SUBDIR}/*; do \ ${CP} "$$f" ${WRKSRC}/; \ done do-build: ${SED} -E \ -e 's|^(#!)/usr/bin/perl[[:>:]]|\1${PERL}|g' \ -e 's|@SVN_BINDIR@|${LOCALBASE}/bin|g' \ ${WRKSRC}/svn_load_dirs.pl.in > ${WRKSRC}/svn_load_dirs.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/svn_load_dirs.pl ${STAGEDIR}${PREFIX}/bin/svn_load_dirs ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/svn_load_dirs_property_table.example ${STAGEDIR}${EXAMPLESDIR}/ ${MKDIR} ${STAGEDIR}${DOCSDIR} for f in LICENSE_AFL3.txt svn_load_dirs.README; do \ ${INSTALL_DATA} ${WRKSRC}/"$$f" ${STAGEDIR}${DOCSDIR}/; \ done .include diff --git a/games/bass/Makefile b/games/bass/Makefile index e721fff2c2dc..b1d4b1e7d3eb 100644 --- a/games/bass/Makefile +++ b/games/bass/Makefile @@ -1,43 +1,43 @@ PORTNAME= bass PORTVERSION= 1.2 PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/scummvm/extras/Beneath%20a%20Steel%20Sky/ \ https://downloads.scummvm.org/frs/extras/Beneath%20a%20Steel%20Sky/ DISTNAME= bass-cd-1.2 MAINTAINER= jhale@FreeBSD.org COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure -WWW= https://www.scummvm.org/games/ #games-sky +WWW= https://www.scummvm.org/games/\#games-sky:sky LICENSE= BASS LICENSE_NAME= Beneath a Steel Sky License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= scummvm:games/scummvm USES= desktop-file-utils zip NO_BUILD= yes NO_ARCH= yes SUB_FILES= bass.desktop OPTIONS_DEFINE= DOCS post-extract: @${TAIL} -n +86 ${WRKSRC}/readme.txt | ${SED} -e '1G;9G' | ${FMT} -p > ${WRKSRC}/LICENSE do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sky.dnr ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sky.dsk ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sky.cpt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/bass.desktop ${STAGEDIR}${PREFIX}/share/applications do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .include diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index 1d64b7601c5b..b77097c644bb 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -1,40 +1,40 @@ PORTNAME= biorythm PORTVERSION= 1.1.4 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple biorhythm calculation program -WWW= https://shh.thathost.com/pub-unix/ #biorythm +WWW= https://shh.thathost.com/pub-unix/\#biorythm LICENSE= ART10 LIB_DEPENDS= libshhmsg.so:devel/libshhmsg \ libshhopt.so:devel/libshhopt PORTDOCS= ChangeLog README PLIST_FILES= bin/${PORTNAME} share/man/man6/${PORTNAME}.6.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/VERSION/s|[[:space:]]"$$|\\n"| ; \ /COMPILED_DATE/d' ${WRKSRC}/biorythm.c do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -I${LOCALBASE}/include \ -DVERSION=\"${PORTVERSION}\" -D_ANSI_SOURCE *.c \ -o ${PORTNAME} -L${LOCALBASE}/lib -lshhmsg -lshhopt -lm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 10efc73ab93b..329e0969885a 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,59 +1,59 @@ PORTNAME= fkiss PORTVERSION= 0.33a PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-patch${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Freely enjoy childlike KISS, French-KISS! -WWW= http://www2s.biglobe.ne.jp/~yav/soft/index.html #fkiss +WWW= http://www2s.biglobe.ne.jp/~yav/soft/index.html\#fkiss LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lha:archivers/lha BROKEN_aarch64= fails to compile: passing char * to parameter of incompatible type __builtin_va_list BROKEN_armv6= fails to compile: passing char * to parameter of incompatible type __builtin_va_list BROKEN_armv7= fails to compile: passing char * to parameter of incompatible type __builtin_va_list EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff USES= gmake xorg USE_XORG= x11 xorgproto GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" PLIST_FILES= bin/fkiss share/man/man1/fkiss.1.gz PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' \ ${WRKSRC}/sound.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fkiss ${STAGEDIR}${PREFIX}/bin/fkiss ${INSTALL_MAN} ${WRKSRC}/fkiss.man \ ${STAGEDIR}${PREFIX}/share/man/man1/fkiss.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.euc \ ${STAGEDIR}${DOCSDIR}/README.ja_JP.eucJP do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh \ ${STAGEDIR}${EXAMPLESDIR}/frkismi4.lzh .include diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile index fcd8d193c513..f3392039ccfd 100644 --- a/games/libshhcards/Makefile +++ b/games/libshhcards/Makefile @@ -1,30 +1,30 @@ PORTNAME= libshhcards PORTVERSION= 1.0.6 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhcards-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for displaying game cards on X Window System -WWW= https://shh.thathost.com/pub-unix/ #shhcards +WWW= https://shh.thathost.com/pub-unix/\#shhcards LICENSE= ART10 USES= xorg USE_XORG= xpm MAKEFILE= ${FILESDIR}/Makefile.lib USE_LDCONFIG= yes MAKE_ENV= WITHOUT_PROFILE=yes SRCCONF=/dev/null OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/libshhcards.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libshhcards.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libshhcards.so.1 ${STAGEDIR}${PREFIX}/lib ${INSTALL} ${WRKSRC}/shhcards.h ${STAGEDIR}${PREFIX}/include @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/games/quit/Makefile b/games/quit/Makefile index cf8515d0526a..712f3c8a793c 100644 --- a/games/quit/Makefile +++ b/games/quit/Makefile @@ -1,28 +1,28 @@ PORTNAME= quit PORTVERSION= 1.2a PORTREVISION= 3 CATEGORIES?= games MASTER_SITES= https://fukuchi.org/archive/shortshort/ MAINTAINER?= meta@FreeBSD.org COMMENT= Bicycle with trailers like "sl" -WWW= https://fukuchi.org/works/shortshort/ #quit +WWW= https://fukuchi.org/en/works/shortshort/quit/ USES= ncurses MANLANG= ja OPTIONS_DEFINE= DOCS do-build: ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit \ ${WRKSRC}/quit.c ${LDFLAGS} -lncurses do-install: ${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt \ ${STAGEDIR}${DOCSDIR} .include diff --git a/games/sol/Makefile b/games/sol/Makefile index fc0604c29004..e08ea904cc89 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -1,38 +1,38 @@ PORTNAME= sol PORTVERSION= 1.0.8 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Solitaire card game for X Window System -WWW= https://shh.thathost.com/pub-unix/ #sol +WWW= https://shh.thathost.com/pub-unix/\#sol LICENSE= ART10 LIB_DEPENDS= libXaw.so:x11-toolkits/libXaw \ libshhcards.so:games/libshhcards \ libshhmsg.so:devel/libshhmsg \ libshhopt.so:devel/libshhopt \ libxalloc.so:devel/libxalloc CONFLICTS= gnome-games USES= gmake xorg USE_XORG= ice sm x11 xext xmu xpm xt OPTIONS_DEFINE= DOCS pre-build: (cd ${WRKSRC} && ${MAKE_CMD} readme.var) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sol ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${PREFIX}/share/sol ${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol ${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${PREFIX}/share/doc/sol ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/sol .include diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index cf851d879e33..03d475a2319e 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -1,50 +1,50 @@ PORTNAME= java-getopt PORTVERSION= 1.0.14 PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://www.urbanophile.com/arenn/hacking/getopt/ MAINTAINER= ports@FreeBSD.org COMMENT= Java version of GNU getopt family functions -WWW= https://www.urbanophile.com/arenn/hacking/download.html #getopt +WWW= https://www.urbanophile.com/arenn/hacking/download.html\#getopt LICENSE= LGPL20 USES= java:ant,run OPTIONS_DEFINE= DOCS ALL_TARGET= jar NO_WRKSUBDIR= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar .include .if ${PORT_OPTIONS:MDOCS} OTHERDOCS= COPYING.LIB ChangeLog README PORTDOCS= api ${OTHERDOCS} ALL_TARGET+= javadoc .endif post-extract: @${CP} ${WRKSRC}/gnu/getopt/buildx.xml ${WRKSRC}/build.xml do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/build/lib/gnu.getopt.jar \ ${STAGEDIR}/${JAVAJARDIR}/${PORTNAME}.jar @${ECHO_MSG} " [ DONE ]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @${MKDIR} ${STAGEDIR}/${DOCSDIR}/api @cd ${WRKSRC}/build/ && ${FIND} api \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} \ ${STAGEDIR}/${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/gnu/getopt/,} \ ${STAGEDIR}/${DOCSDIR}/ @${ECHO_MSG} " [ DONE ]" .endif .include diff --git a/lang/slisp/Makefile b/lang/slisp/Makefile index cbfe89b8ea39..be81227298be 100644 --- a/lang/slisp/Makefile +++ b/lang/slisp/Makefile @@ -1,20 +1,20 @@ PORTNAME= slisp PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= lang lisp MASTER_SITES= http://www.sigala.it/sandro/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple Lisp interpreter -WWW= http://www.sigala.it/sandro/software.php #slisp +WWW= http://www.sigala.it/sandro/software.php\#slisp LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= slisp PLIST_FILES= bin/slisp \ share/man/man1/slisp.1.gz .include diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile index e5f0fac5d6aa..b19e91a0b7e0 100644 --- a/mail/exipick/Makefile +++ b/mail/exipick/Makefile @@ -1,32 +1,32 @@ PORTNAME= exipick PORTVERSION= 20100323.0 CATEGORIES= mail MASTER_SITES= http://jetmore.org/john/code/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Display messages from Exim queue based on a variety of criteria -WWW= http://jetmore.org/john/code/ #exipick +WWW= http://jetmore.org/john/code/\#exipick PLIST_FILES= bin/${PORTNAME} USES= perl5 shebangfix SHEBANG_FILES= ${DISTNAME} USE_PERL5= run NO_BUILD= yes do-extract: @${RM} -r ${WRKDIR} @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's;\/local\/exim\/spool;\/var\/spool\/exim;g' \ ${WRKSRC}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include diff --git a/mail/listadmin/Makefile b/mail/listadmin/Makefile index f046cf1afa58..744766ed8771 100644 --- a/mail/listadmin/Makefile +++ b/mail/listadmin/Makefile @@ -1,31 +1,31 @@ PORTNAME= listadmin DISTVERSION= 2.40 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://heim.ifi.uio.no/kjetilho/hacks/ MAINTAINER= christer.edwards@gmail.com COMMENT= Command-line alternative to Mailman Web interface -WWW= http://heim.ifi.uio.no/kjetilho/hacks/ #listadmin +WWW= http://heim.ifi.uio.no/kjetilho/hacks/\#listadmin RUN_DEPENDS= p5-Text-Reform>=0:textproc/p5-Text-Reform \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-libwww>=0:www/p5-libwww USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= listadmin.pl NO_ARCH= yes PLIST_FILES= bin/listadmin share/man/man1/listadmin.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/listadmin.pl \ ${STAGEDIR}${PREFIX}/bin/listadmin ${INSTALL_MAN} ${WRKSRC}/listadmin.man \ ${STAGEDIR}${PREFIX}/share/man/man1/listadmin.1 .include diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile index eb8ae430fe5d..10d096df1187 100644 --- a/mail/s-nail/Makefile +++ b/mail/s-nail/Makefile @@ -1,48 +1,48 @@ PORTNAME= s-nail DISTVERSION= 14.9.25 CATEGORIES= mail MASTER_SITES= https://www.sdaoden.eu/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Send and receive Internet mail -WWW= https://www.sdaoden.eu/code.html #s-mailx +WWW= https://www.sdaoden.eu/code.html\#s-mailx LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA LICENSE_COMB= multi LICENSE_NAME_RFC2104= License of RFC2104 LICENSE_NAME_RSA= RSA Data Security license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS_RFC2104= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_RSA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libidn2.so:dns/libidn2 RUN_DEPENDS= mime-support>0:misc/mime-support USES= compiler:c11 iconv localbase ssl tar:xz MAKEFILE= makefile MAKE_ENV= EXTRA_CFLAGS="-DLIBICONV_PLUG" \ INCS=-I${LOCALBASE}/include \ VAL_IDNA=idn2 \ VAL_MANDIR=${PREFIX}/share/man \ VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types \ VAL_PREFIX=${PREFIX} TEST_TARGET= test PLIST_FILES= bin/s-nail \ "@sample etc/s-nail.rc.sample" \ libexec/s-nail-dotlock \ share/man/man1/s-nail.1.gz PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/nail.rc ${STAGEDIR}${PREFIX}/etc/s-nail.rc.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index 4a5e23cb38c4..866279d3f39d 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -1,25 +1,25 @@ PORTNAME= inplace PORTVERSION= 1.2.3 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ LOCAL/knu MAINTAINER= ports@FreeBSD.org COMMENT= Tool to edit files in-place through given filter commands -WWW= https://akinori.org/ #inplace +WWW= https://akinori.org/\#inplace USES= tar:bzip2 uidfix ruby shebangfix MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${PREFIX}/share" MAKEFILE= BSDmakefile SHEBANG_FILES= lib/inplace.rb PLIST_FILES= bin/inplace \ share/man/man1/inplace.1.gz test: build cd ${WRKSRC}; ${MAKE} test .include diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 575445092a37..e55b5a084c42 100644 --- a/misc/whichman/Makefile +++ b/misc/whichman/Makefile @@ -1,27 +1,27 @@ PORTNAME= whichman PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://main.linuxfocus.org/~guido.socher/ \ http://main.linuxfocus.org/~guido/ MAINTAINER= ports@FreeBSD.org COMMENT= Approximate matching utilities to search for manpages and files -WWW= http://main.linuxfocus.org/~guido/ #whichman +WWW= http://main.linuxfocus.org/~guido/\#whichman MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/ftff bin/ftwhich bin/whichman \ share/man/man1/ftff.1.gz share/man/man1/ftwhich.1.gz \ share/man/man1/whichman.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/man:||g' ${WRKSRC}/whichman.c do-install: .for name in ftff ftwhich whichman ${INSTALL_PROGRAM} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man1/${name}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor .include diff --git a/multimedia/ab25/Makefile b/multimedia/ab25/Makefile index 99bd112e1b32..066461f31853 100644 --- a/multimedia/ab25/Makefile +++ b/multimedia/ab25/Makefile @@ -1,39 +1,39 @@ PORTNAME= ab25 PORTVERSION= 0.2.5 CATEGORIES= multimedia MASTER_SITES= LOCAL/hrs MAINTAINER= bofh@FreeBSD.org COMMENT= Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream -WWW= http://www.marumo.ne.jp/db2012_2.htm #13 +WWW= http://www.marumo.ne.jp/db2012_2.htm\#13 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/licence.txt LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite RUN_DEPENDS= ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so:devel/libccid USES= uidfix USE_LDCONFIG= yes PORTDOCS= README readme-en.txt readme-jp.txt PLIST_FILES= bin/b25 \ lib/libab25.a lib/libab25.so.1 lib/libab25.so \ include/ab25/arib_std_b25.h include/ab25/b_cas_card.h OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1400079 PLIST_FILES+= lib/libab25_p.a .endif pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/ab25 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index 26e969ab95e3..7f9ac976839a 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -1,33 +1,33 @@ PORTNAME= manualsize PORTVERSION= 0.7 PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= LOCAL/eugen \ http://www.grosbein.net/freebsd/distfiles/ PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= eugen@FreeBSD.org COMMENT= Plugin to allow manual resizing of Pidgin's message input area -WWW= https://developer.pidgin.im/wiki/ThirdPartyPlugins #Third-PartyPlugins +WWW= https://developer.pidgin.im/wiki/ThirdPartyPlugins\#Third-PartyPlugins LICENSE= GPLv2 BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin MAKEFILE= makefile PLIST_FILES= lib/pidgin/manualsize.so USES= pkgconfig tar:bzip2 ALL_TARGET= manualsize.so post-patch: @${REINPLACE_CMD} 's/gcc/$$(CC)/' ${WRKSRC}/makefile do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pidgin ${INSTALL_LIB} ${WRKSRC}/manualsize.so ${STAGEDIR}${PREFIX}/lib/pidgin .include diff --git a/portuguese/aspell-pt_PT/Makefile b/portuguese/aspell-pt_PT/Makefile index d4de7637a8e7..de0b758fbca7 100644 --- a/portuguese/aspell-pt_PT/Makefile +++ b/portuguese/aspell-pt_PT/Makefile @@ -1,21 +1,21 @@ PORTNAME= aspell SPELLVERSION= 6-pt_PT-20190329-1-0 PORTEPOCH= 1 CATEGORIES= portuguese textproc PKGNAMEPREFIX?= pt_PT- MAINTAINER= office@FreeBSD.org COMMENT= Aspell Portuguese dictionary -WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main#aspell +WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main\#aspell LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Copyright PORTSCOUT= skipv:6-pt_PT-20070206-0 NO_ARCH= yes DICT= pt_PT .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include diff --git a/portuguese/hunspell/Makefile b/portuguese/hunspell/Makefile index a83201f62470..c964ef325ddb 100644 --- a/portuguese/hunspell/Makefile +++ b/portuguese/hunspell/Makefile @@ -1,34 +1,34 @@ PORTNAME= hunspell PORTVERSION= 20251001 CATEGORIES= portuguese textproc MASTER_SITES= https://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ https://pt-br.libreoffice.org/assets/Uploads/PT-BR-Documents/VERO/:BR \ LOCAL/sunpoet/${PORTNAME}:PT,BR DISTFILES= hunspell-pt_PT-${PORTVERSION}.tar.gz:PT \ ptBR-2013-10-30AOC-2.zip:BR DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Portuguese hunspell dictionaries -WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main #hunspell +WWW= https://natura.di.uminho.pt/wiki/doku.php?id=dicionarios:main\#hunspell # We pick the common one among: # - pt_PT is licensed under GPLv2, LGPL21 and MPL11. # - pt_BR is licensed under LGPL3 and MPL. LICENSE= MPL11 NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/hunspell-pt_PT-${PORTVERSION} PLIST_FILES= ${DATADIR}/pt_BR.aff \ ${DATADIR}/pt_BR.dic \ ${DATADIR}/pt_PT.aff \ ${DATADIR}/pt_PT.dic do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKDIR}/pt_BR.aff ${WRKDIR}/pt_BR.dic \ ${WRKSRC}/pt_PT.aff ${WRKSRC}/pt_PT.dic ${STAGEDIR}${DATADIR}/ .include diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 2fccea1c565d..8440ba40f890 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -1,25 +1,25 @@ PORTNAME= typetools PORTVERSION= 2.110 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Tools for manipulating fonts -WWW= https://www.lcdf.org/type/ #typetools +WWW= https://www.lcdf.org/type/\#typetools LICENSE= GPLv2 USES= tex USE_TEX= kpathsea GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} CONFLICTS_INSTALL= texlive-base .include diff --git a/science/gbtolib/Makefile b/science/gbtolib/Makefile index 8450c7e98d09..56a77b3578ef 100644 --- a/science/gbtolib/Makefile +++ b/science/gbtolib/Makefile @@ -1,36 +1,36 @@ PORTNAME= gbtolib DISTVERSION= 3.0.3 PORTREVISION= 5 CATEGORIES= science # chemistry, physics MASTER_SITES= https://zenodo.org/record/5798035/files/ DISTNAME= GBTOLib-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance library for evaluation of molecular integrals -WWW= https://zenodo.org/record/5798035 #.Yo1sazXMKV4 +WWW= https://zenodo.org/record/5798035 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1) BROKEN_powerpc64le= compilation fails in the Fortran code: Error: Kind -1 not supported for type REAL at (1) .if !exists(/usr/include/omp.h) BROKEN= requires OpenMP support that is missing on this architecture .endif LIB_DEPENDS= libopenblas.so:math/openblas USES= cmake fortran zip CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_DOC BUILD_TESTING FFLAGS= -fdefault-integer-8 OPTIONS_DEFINE= MPI MPI_CMAKE_BOOL= WITH_MPI MPI_CMAKE_ON= -DMPIEXEC_EXECUTABLE=${LOCALBASE}/bin/mpiexec MPI_BROKEN= MPI build fails with error: Failed to detemine MPI integer interface. .include diff --git a/science/ukrmol+/Makefile b/science/ukrmol+/Makefile index 6d088907cf30..0301728aabbe 100644 --- a/science/ukrmol+/Makefile +++ b/science/ukrmol+/Makefile @@ -1,53 +1,53 @@ PORTNAME= ukrmol+ DISTVERSION= 3.2 PORTREVISION= 6 CATEGORIES= science # chemistry, physics MASTER_SITES= https://zenodo.org/record/5799134/files/:out \ https://zenodo.org/record/5799110/files/:in # the project is a sum of two projects, "in" and "out" DISTFILES= ukrmol-out-${DISTVERSION}${EXTRACT_SUFX}:out \ ukrmol-in-${DISTVERSION}${EXTRACT_SUFX}:in MAINTAINER= yuri@FreeBSD.org COMMENT= Code to compute electron and positron scattering from molecules -WWW= https://zenodo.org/record/5799134 #.Yo1lCknMKV4 +WWW= https://zenodo.org/record/5799134 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to build: Cannot open module file 'ieee_arithmetic.mod' for reading LIB_DEPENDS= libGBTO.so:science/gbtolib \ libopenblas.so:math/openblas USES= cmake:testing fortran python:test CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= WITH_MPI BUILD_DOC WITH_GIT BUILD_TESTING CMAKE_TESTING_ON= BUILD_TESTING CMAKE_ARGS= -DFREEBSD_DOCSDIR=${DOCSDIR} \ -DFREEBSD_PYTHON_VER=${PYTHON_VER} CMAKE_ARGS+= -DUKRMOL_OUT_DIR=${WRKSRC_OUT} # the "out" project is built and installed from the "in" project FFLAGS+= -I${LOCALBASE}/include/gbtolib \ -fdefault-integer-8 LDFLAGS+= -lGBTO WRKSRC_OUT= ${WRKDIR}/ukrmol-out-${PORTVERSION} WRKSRC_IN= ${WRKDIR}/ukrmol-in-${PORTVERSION} WRKSRC= ${WRKSRC_IN} OPTIONS_DEFINE= DOCS PORTDOCS= * post-extract: @cd ${WRKDIR} && ${LN} -s ukrmol-out-${PORTVERSION} ukrmol-out post-install: # remove GBTOlib that it bundles @cd ${STAGEDIR}${PREFIX} && \ ${RM} -r bin/basis_read bin/print_orbital_table bin/scatci_integrals include/gbtolib lib/libGBTO.so # remove an empty directory @${RMDIR} ${STAGEDIR}${PREFIX}/include/den .include diff --git a/security/openssl-oqsprovider/Makefile b/security/openssl-oqsprovider/Makefile index df5effc4a7c7..6ef6548b880f 100644 --- a/security/openssl-oqsprovider/Makefile +++ b/security/openssl-oqsprovider/Makefile @@ -1,48 +1,48 @@ PORTNAME= oqsprovider PORTVERSION= 0.11.0 CATEGORIES= security PKGNAMEPREFIX= openssl- MAINTAINER= brnrd@FreeBSD.org COMMENT= quantum-resistant cryptography provider for OpenSSL -WWW= https://openquantumsafe.org/applications/tls.html#oqs-openssl-provider +WWW= https://openquantumsafe.org/applications/tls.html\#oqs-openssl-provider LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= liboqs.so:security/liboqs TEST_ENVIRONMENT= OPENSSL_INSTALL=${LOCALBASE}/bin/openssl USES= cmake:testing ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= open-quantum-safe GH_PROJECT= oqs-provider CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Debug\ -DOPENSSL_ROOT_DIR=${OPENSSLBASE} \ -DCMAKE_PREFIX_PATH=${OPENSSL_PATH} SUB_FILES= oqsprovider.cnf pkg-message PLIST_FILES= include/oqs-provider/oqs_prov.h \ lib/ossl-modules/oqsprovider.so \ openssl/oqsprovider.cnf .include .if !defined(OPENSSL_PORT) && ${OSVERSION} < 1400000 BROKEN= Requires OpenSSL 3.0+, preferably 3.2+ .endif post-install: .if ${OPENSSLLIB} == "/usr/lib" ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ossl-modules ${MV} ${STAGEDIR}/usr/lib/ossl-modules/oqsprovider.so ${STAGEDIR}${PREFIX}/lib/ossl-modules echo "@dir /usr/lib/ossl-modules" >> ${TMPPLIST} .endif ${MKDIR} ${STAGEDIR}${PREFIX}/openssl ${INSTALL_DATA} ${WRKDIR}/oqsprovider.cnf ${STAGEDIR}${PREFIX}/openssl/ .include diff --git a/security/super/Makefile b/security/super/Makefile index ba8349685a82..51aace326f6d 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -1,41 +1,41 @@ PORTNAME= super PORTVERSION= 3.30.3 PORTREVISION= 2 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ http://www.ucolick.org/~will/RUE/super/ EXTRACT_SUFX= -tar.gz MAINTAINER= egypcio@FreeBSD.org COMMENT= Allow others to run commands as root -WWW= http://www.ucolick.org/~will/ #super +WWW= http://www.ucolick.org/~will/\#super LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|\.\/mkdir_p -p755|mkdir -p -m 755|g' \ -e '/sysconfdir/ s|super\.tab|&.sample|' \ ${WRKSRC}/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/super ${STAGEDIR}${PREFIX}/bin/setuid post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.tab ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/sysutils/b43-fwcutter/Makefile b/sysutils/b43-fwcutter/Makefile index c280f5a761ce..4f32761ab692 100644 --- a/sysutils/b43-fwcutter/Makefile +++ b/sysutils/b43-fwcutter/Makefile @@ -1,19 +1,19 @@ PORTNAME= b43-fwcutter PORTVERSION= 019 CATEGORIES= sysutils MASTER_SITES= https://bues.ch/b43/fwcutter/ MAINTAINER= danfe@FreeBSD.org COMMENT= Firmware extractor for Broadcom wireless adapters -WWW= https://bues.ch/cms/hacking/misc.html #linux_b43_driver_firmware_tools +WWW= https://bues.ch/cms/hacking/misc.html\#linux_b43_driver_firmware_tools LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 MAKE_ARGS= V=1 PLIST_FILES= bin/b43-fwcutter share/man/man1/b43-fwcutter.1.gz .include diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile index b5678be1ffcc..e8f08d930a4f 100644 --- a/sysutils/cdircmp/Makefile +++ b/sysutils/cdircmp/Makefile @@ -1,24 +1,24 @@ PORTNAME= cdircmp PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compare directories and select files to copy -WWW= http://home.hccnet.nl/paul.schuurmans/linux/index.html #xdircmp +WWW= http://home.hccnet.nl/paul.schuurmans/linux/index.html\#xdircmp LICENSE= GPLv2 USES= ncurses LDFLAGS+= -lncurses -lform PLIST_FILES= bin/cdircmp do-build: ${CC} ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o ${CC} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/main.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/pam_xdg/Makefile b/sysutils/pam_xdg/Makefile index efc188fa0d9a..87fbd26a5229 100644 --- a/sysutils/pam_xdg/Makefile +++ b/sysutils/pam_xdg/Makefile @@ -1,28 +1,28 @@ PORTNAME= pam_xdg DISTVERSION= 0.8.5 CATEGORIES= sysutils wayland MASTER_SITES= https://ftp.sdaoden.eu/ MAINTAINER= jbeich@FreeBSD.org COMMENT= PAM module to manage XDG Base Directories -WWW= https://www.sdaoden.eu/code.html#s-toolbox +WWW= https://www.sdaoden.eu/code.html\#s-toolbox LICENSE= ISCL USES= uidfix SUB_FILES= pkg-message PLIST_FILES= lib/${PORTNAME}.so \ share/man/man8/${PORTNAME}.8.gz # makefile is too crufty, so roll our own MAKEFILE= bsd.lib.mk MAKE_ARGS+= SHLIB_NAME="${PORTNAME}.so" MAN="${PORTNAME}.8" \ SRCS="${PORTNAME}.c" LDADD="-lpam" \ LIBDIR="${PREFIX}/lib" SHAREDIR="${PREFIX}/share" CFLAGS+= -DXDG_CONFIG_DIR="${PREFIX}/etc" \ -DXDG_DATA_DIR_LOCAL="${PREFIX}" \ -DXDG_RUNTIME_DIR_OUTER="/var/run" # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263265 #LDFLAGS+= -Wl,-z,defs .include diff --git a/sysutils/ssync/Makefile b/sysutils/ssync/Makefile index 3a6d4e5b6f31..b18bc8446e7e 100644 --- a/sysutils/ssync/Makefile +++ b/sysutils/ssync/Makefile @@ -1,36 +1,36 @@ PORTNAME= ssync PORTVERSION= 2.3 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://linuxfocus.org/~guido/ MAINTAINER= samm@FreeBSD.org COMMENT= Minimalistic tool for keeping filesystems in synchronization -WWW= http://linuxfocus.org/~guido/endangered_software.html #ssync +WWW= http://linuxfocus.org/~guido/endangered_software.html\#ssync USES= gmake ALL_TARGET= default MAKEFILE= makefile post-patch: @${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init @${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ ${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c \ ${WRKSRC}/ssync.man @${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" -e "/CC=gcc/d" -e "/LD=gcc/d" \ -e 's@$$(LD)@$$(CC)@' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssync ${STAGEDIR}${PREFIX}/bin/ssync ${INSTALL_PROGRAM} ${WRKSRC}/ssyncd ${STAGEDIR}${PREFIX}/sbin/ssyncd ${INSTALL_DATA} ${WRKSRC}/ssyncd.conf \ ${STAGEDIR}${PREFIX}/etc/ssyncd.conf.sample ${INSTALL_DATA} ${WRKSRC}/ssyncd.work \ ${STAGEDIR}${PREFIX}/etc/ssyncd.work.sample ${INSTALL_SCRIPT} ${WRKSRC}/ssyncd.init \ ${STAGEDIR}${PREFIX}/etc/rc.d/ssyncd.init ${INSTALL_MAN} ${WRKSRC}/ssync.man \ ${STAGEDIR}${PREFIX}/share/man/man1/ssync.1 .include diff --git a/textproc/R-cran-xmlparsedata/Makefile b/textproc/R-cran-xmlparsedata/Makefile index 253057c7babd..07fd8e4b74a6 100644 --- a/textproc/R-cran-xmlparsedata/Makefile +++ b/textproc/R-cran-xmlparsedata/Makefile @@ -1,20 +1,20 @@ PORTNAME= xmlparsedata DISTVERSION= 1.0.5 PORTREVISION= 1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Parse Data of 'R' Code as an 'XML' Tree -WWW= https://github.com/r-lib/xmlparsedata #readme +WWW= https://github.com/r-lib/xmlparsedata\#readme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>0:devel/R-cran-testthat \ R-cran-xml2>0:textproc/R-cran-xml2 USES= cran:auto-plist .include diff --git a/textproc/hhm/Makefile b/textproc/hhm/Makefile index 55836522a4ad..81ab484c0acc 100644 --- a/textproc/hhm/Makefile +++ b/textproc/hhm/Makefile @@ -1,20 +1,20 @@ PORTNAME= hhm PORTVERSION= 0.1.1 CATEGORIES= textproc MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= HTML Help Maker -WWW= http://bonedaddy.net/pabs3/code/ #hhm +WWW= http://bonedaddy.net/pabs3/code/\#hhm LIB_DEPENDS= liblzxcomp.so:archivers/liblzxcomp USES= uidfix MAKEFILE= ${FILESDIR}/Makefile PLIST_FILES= bin/hhm post-patch: ${REINPLACE_CMD} -e 's!^typedef unsigned.*$$!!' ${WRKSRC}/hhm.c .include diff --git a/textproc/html-pretty/Makefile b/textproc/html-pretty/Makefile index 83ef1a9f6bb8..f146bd686281 100644 --- a/textproc/html-pretty/Makefile +++ b/textproc/html-pretty/Makefile @@ -1,31 +1,31 @@ PORTNAME= html-pretty PORTVERSION= 1.02 CATEGORIES= textproc www MASTER_SITES= http://ftp.math.utah.edu:80/pub/sgml/ DISTNAME= htmlpty-${PORTVERSION} MAINTAINER= atanubiswas484@gmail.com COMMENT= HTML and SGML prettyprinter and text-to-HTML/SGML converter -WWW= http://www.math.utah.edu/~beebe/software/html-sgml-tools.html #html-pretty +WWW= http://www.math.utah.edu/~beebe/software/html-sgml-tools.html\#html-pretty LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/Docs/*.html \ ${STAGEDIR}${DOCSDIR}/html .for f in AUTHORS BUGS ChangeLog NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile index 6f5ed3f6128c..bbaa2ca77d98 100644 --- a/textproc/html-xml-utils/Makefile +++ b/textproc/html-xml-utils/Makefile @@ -1,33 +1,33 @@ PORTNAME= html-xml-utils DISTVERSION= 8.7 CATEGORIES= textproc MASTER_SITES= https://www.w3.org/Tools/HTML-XML-utils/ MAINTAINER= takefu@airport.fm COMMENT= Utilities for manipulating HTML and XML files -WWW= https://www.w3.org/Status.html#HTML-XML-utils +WWW= https://www.w3.org/Status.html\#HTML-XML-utils LICENSE= W3C LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= W3C Software Notice and License (2002-12-31) LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= gmake iconv localbase shebangfix SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib GNU_CONFIGURE= yes CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB} OPTIONS_DEFINE= CURL IDN IDN2 DOCS OPTIONS_SUB= yes IDN2_DESC= Use dns/libidn2 (IDNA2008 library) CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_WITH= libcurl=${LOCALBASE} IDN2_LIB_DEPENDS= libidn2.so:dns/libidn2 IDN2_CONFIGURE_WITH= libidn2=${LOCALBASE} IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= libidn=${LOCALBASE} .include diff --git a/textproc/kmfl-sil-galatia/Makefile b/textproc/kmfl-sil-galatia/Makefile index 3d6197fd150a..77bd52b4278b 100644 --- a/textproc/kmfl-sil-galatia/Makefile +++ b/textproc/kmfl-sil-galatia/Makefile @@ -1,42 +1,42 @@ PORTNAME= kmfl-sil-galatia PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=${DISTNAME}&filename=/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ DISTNAME= GrkPolyCompv${PORTVERSION:S|.||}_Src DIST_SUBDIR= kmfl MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= KMFL Unicode keyboard for typesetting Ancient Greek -WWW= http://scripts.sil.org/KeymanKeyboardLinks #e9f80714 +WWW= http://scripts.sil.org/KeymanKeyboardLinks\#e9f80714 RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= dos2unix zip DOS2UNIX_FILES= GrkPolyCompv${PORTVERSION:S|.||}.KMN NO_BUILD= yes OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME} DOCSLIST= Greek\ Poly\ Comp\ Kbrd\ Layout.pdf \ welcome.htm KMFL_DIR= share/kmfl KMFL_ICONS_DIR= share/kmfl/icons SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${KMFL_DIR} ${STAGEDIR}${PREFIX}/${KMFL_ICONS_DIR} ${CP} -f ${WRKSRC}/GrkPolyCompv${PORTVERSION:S|.||}.KMN \ ${WRKSRC}/GrkPolyCompv${PORTVERSION:S|.||}.kmn ${INSTALL_DATA} ${WRKSRC}/GrkPolyCompv${PORTVERSION:S|.||}.kmn \ ${STAGEDIR}${PREFIX}/${KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/ALPHA.bmp ${STAGEDIR}${PREFIX}/${KMFL_ICONS_DIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} for doc in ${DOCSLIST} ; do \ ${INSTALL_DATA} "${WRKSRC}/$$doc" ${STAGEDIR}${DOCSDIR} ; \ done .include diff --git a/textproc/kmfl-sil-ipa-unicode/Makefile b/textproc/kmfl-sil-ipa-unicode/Makefile index e07a26f08c0e..90e90cc7c3f7 100644 --- a/textproc/kmfl-sil-ipa-unicode/Makefile +++ b/textproc/kmfl-sil-ipa-unicode/Makefile @@ -1,43 +1,43 @@ PORTNAME= kmfl-sil-ipa-unicode PORTVERSION= 1.2 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=IPAUni_12_Src&filename=/:1 \ http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=IPAUni_12.pdf&filename=/:2 DISTFILES= IPAUni_Src12.zip:1 \ IPA+Unicode+5.1_ver+1.2_KMN.pdf:2 DIST_SUBDIR= kmfl EXTRACT_ONLY= IPAUni_Src12.zip MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= IPA Unicode 5.1 mnemonic keyboard for KMFL IMEngine -WWW= http://scripts.sil.org/UniIPAKeyboard #dee994f5 +WWW= http://scripts.sil.org/UniIPAKeyboard\#dee994f5 RUN_DEPENDS= kmflcomp:textproc/kmflcomp USES= dos2unix zip WRKSRC= ${WRKDIR}/IPA12 DOS2UNIX_FILES= IPAUni12.kmn NO_BUILD= yes OPTIONS_DEFINE= DOCS DOCSDIR= share/doc/kmfl/${PORTNAME} DOCSLIST= ${WRKSRC}/welcome.htm \ ${DISTDIR}/${DIST_SUBDIR}/IPA+Unicode+5.1_ver+1.2_KMN.pdf KMFL_DIR= share/kmfl KMFL_ICONS_DIR= share/kmfl/icons SUB_FILES= pkg-message do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${KMFL_DIR} ${STAGEDIR}${PREFIX}/${KMFL_ICONS_DIR} ${INSTALL_DATA} ${WRKSRC}/*.kmn ${STAGEDIR}${PREFIX}/${KMFL_DIR} ${INSTALL_DATA} ${WRKSRC}/*.bmp ${STAGEDIR}${PREFIX}/${KMFL_ICONS_DIR} ${MKDIR} ${STAGEDIR}${PREFIX}/${DOCSDIR:S,/${PORTNAME},,} \ ${STAGEDIR}${PREFIX}/${DOCSDIR} for doc in ${DOCSLIST} ; do \ ${INSTALL_DATA} $$doc ${STAGEDIR}${PREFIX}/${DOCSDIR} ; \ done .include diff --git a/textproc/rtfreader/Makefile b/textproc/rtfreader/Makefile index 7a333a076517..488b5dba9988 100644 --- a/textproc/rtfreader/Makefile +++ b/textproc/rtfreader/Makefile @@ -1,19 +1,19 @@ PORTNAME= rtfreader PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.fiction.net/blong/programs/ DISTNAME= ms-rtf MAINTAINER= ports@FreeBSD.org COMMENT= Portable application/ms-rtf parser -WWW= http://www.fiction.net/blong/programs/ #rtf +WWW= http://www.fiction.net/blong/programs/\#rtf ALL_TARGET= rtfreader MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/rtfreader do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${STAGEDIR}${PREFIX}/bin .include diff --git a/textproc/textnote/Makefile b/textproc/textnote/Makefile index 015bc2dca4ff..319381ee4586 100644 --- a/textproc/textnote/Makefile +++ b/textproc/textnote/Makefile @@ -1,35 +1,35 @@ PORTNAME= textnote DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 PORTREVISION= 37 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org COMMENT= Tool for creating and organizing daily notes on the command line -WWW= https://github.com/dkaslovsky/textnote #installation +WWW= https://github.com/dkaslovsky/textnote LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dkaslovsky GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index 382b654943cd..da8573ef8924 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -1,33 +1,33 @@ PORTNAME= wmfishtime PORTVERSION= 1.24 PORTREVISION= 9 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \ http://www.sourcefiles.org/Toys/Clocks/ MAINTAINER= ports@FreeBSD.org COMMENT= Time/date applet for WindowMaker with fishes swimming around -WWW= http://www.ne.jp/asahi/linux/timecop/ #wmfishtime +WWW= http://www.ne.jp/asahi/linux/timecop/\#wmfishtime LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnome pkgconfig xorg USE_GNOME= cairo gdkpixbuf gtk20 USE_XORG= x11 MAKE_ARGS= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall" \ LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/wmfishtime share/man/man1/wmfishtime.1.gz CPPFLAGS+= $$(pkg-config --cflags gdk-x11-2.0 x11) LDFLAGS+= $$(pkg-config --libs gdk-x11-2.0 x11) -lm post-patch: ${REINPLACE_CMD} -E -e 's|1\.23|${PORTVERSION}|g' ${WRKSRC}/fishmon.c ${WRKSRC}/wmfishtime.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/wmfishtime.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/x11/brisk-menu/Makefile b/x11/brisk-menu/Makefile index 6fb8240ee3cd..92ae21609426 100644 --- a/x11/brisk-menu/Makefile +++ b/x11/brisk-menu/Makefile @@ -1,31 +1,31 @@ PORTNAME= brisk-menu DISTVERSIONPREFIX= v DISTVERSION= 0.6.2 PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org COMMENT= Brisk Menu is an efficient menu for the MATE Desktop -WWW= https://github.com/solus-project/brisk-menu #brisk-menu +WWW= https://github.com/solus-project/brisk-menu\#brisk-menu LICENSE= GPLv2+ CC-BY-SA-4.0 LICENSE_COMB= multi LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/LICENSE.CC-BY-SA-4.0 LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE LIB_DEPENDS= libnotify.so:devel/libnotify USES= compiler:c11 gettext gnome mate meson ninja pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= getsolus GH_TUPLE= getsolus:brisk-menu-translations:e1b55e3:translations/subprojects/translations USE_GNOME= gtk30 GLIB_SCHEMAS= com.solus-project.brisk-menu.gschema.xml USE_MATE= menus panel USE_XORG= x11 MESON_ARGS= --sysconfdir=${PREFIX}/etc .include diff --git a/x11/swayr/Makefile b/x11/swayr/Makefile index 96e62385b130..2fd2ff1dd24b 100644 --- a/x11/swayr/Makefile +++ b/x11/swayr/Makefile @@ -1,28 +1,28 @@ PORTNAME= swayr DISTVERSION= 0.28.2 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= jbeich@FreeBSD.org COMMENT= Urgent-first/LRU window switcher for sway -WWW= https://sr.ht/~tsdh/swayr/#swayr +WWW= https://sr.ht/~tsdh/swayr/\#swayr LICENSE= GPLv3+ LICENSE_FILE= ${_LICENSE_STORE}/GPLv3 USES= cargo PLIST_FILES= bin/${PORTNAME} \ bin/${PORTNAME}d post-patch: # Respect PREFIX for config and icons @${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \ -e 's,/etc,${PREFIX}&,' \ ${WRKSRC}/src/config.rs \ ${WRKSRC}/src/shared/cfg.rs \ ${WRKSRC}/src/util.rs .include diff --git a/x11/swayrbar/Makefile b/x11/swayrbar/Makefile index 5f9f6e6afbf8..2f0a3324c989 100644 --- a/x11/swayrbar/Makefile +++ b/x11/swayrbar/Makefile @@ -1,26 +1,26 @@ PORTNAME= swayrbar DISTVERSION= 0.5.0 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= jbeich@FreeBSD.org COMMENT= status_command for swaybar -WWW= https://sr.ht/~tsdh/swayr/#swayrbar +WWW= https://sr.ht/~tsdh/swayr/\#swayrbar LICENSE= GPLv3+ LICENSE_FILE= ${_LICENSE_STORE}/GPLv3 USES= cargo PLIST_FILES= bin/${PORTNAME} post-patch: # Respect PREFIX for config @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ ${WRKSRC}/src/bar.rs \ ${WRKSRC}/src/config.rs \ ${WRKSRC}/src/shared/cfg.rs .include