diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile index 5e8ebc7dae3d..a5ba887d822c 100644 --- a/misc/rpl/Makefile +++ b/misc/rpl/Makefile @@ -1,21 +1,21 @@ PORTNAME= rpl PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix text replacement utility WWW= http://www.laffeycomputer.com/rpl.html LICENSE= GPLv2 GNU_CONFIGURE= yes PLIST_FILES= bin/rpl share/man/man1/rpl.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 42dd26c03a71..a690e01ee803 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -1,29 +1,29 @@ PORTNAME= catdvi PORTVERSION= 0.14 PORTREVISION= 8 CATEGORIES= print MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= DVI to text/plain translator WWW= https://catdvi.sourceforge.net/ LICENSE= GPLv2 USES= gmake tex USE_TEX= latex GNU_CONFIGURE= yes MAKEFILE= GNUmakefile ALL_TARGET= # empty MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/catdvi share/man/man1/catdvi.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 4a2dd690e1fd..932b1e46adc4 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -1,34 +1,34 @@ PORTNAME= fakebo PORTVERSION= 0.4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Fake BackOrifice client emulator WWW= https://sourceforge.net/projects/fakebo/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USES= autoreconf GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS post-extract: @${FIND} ${WRKSRC} -type l -delete do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/custom.replies ${STAGEDIR}${DOCSDIR} .include diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist index 2d740ad1d6c4..78ce238bfe1a 100644 --- a/security/fakebo/pkg-plist +++ b/security/fakebo/pkg-plist @@ -1,5 +1,5 @@ bin/fakebo @sample etc/fakebo.conf.sample -man/man1/fakebo.1.gz +share/man/man1/fakebo.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/custom.replies diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index 23114392f365..9079991c5a2c 100644 --- a/security/libsectok/Makefile +++ b/security/libsectok/Makefile @@ -1,38 +1,38 @@ PORTNAME= libsectok PORTVERSION= 20030619 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ MAINTAINER= ports@FreeBSD.org COMMENT= ISO 7816 Smartcard API Library WWW= http://www.citi.umich.edu/projects/smartcard/sectok.html USE_LDCONFIG= yes PLIST_FILES= include/sectok.h lib/libsectok.a lib/libsectok.so \ - lib/libsectok.so.3 man/man3/sectok.3.gz + lib/libsectok.so.3 share/man/man3/sectok.3.gz post-patch: @${REINPLACE_CMD} -e \ '/^VERSION/s|3.1|3| ; \ s|^CFLAGS=|CFLAGS+=| ; \ s|-g |$${CPPFLAGS} | ; \ s|^LDFLAGS=|LDFLAGS+=| ; \ s|-x .* -shared|-shared| ; \ s|^CC=|CC?=| ; \ /^LD/s|ld|$$(CC)| ; \ s|-fpic|-fPIC|' ${WRKSRC}/Makefile do-install: (cd ${WRKSRC} && ${INSTALL_DATA} sectok.h \ ${STAGEDIR}${PREFIX}/include) (cd ${WRKSRC} && ${INSTALL_DATA} libsectok.a \ ${STAGEDIR}${PREFIX}/lib) (cd ${WRKSRC} && ${INSTALL_LIB} libsectok.so.3 \ ${STAGEDIR}${PREFIX}/lib) ${LN} -s libsectok.so.3 ${STAGEDIR}${PREFIX}/lib/libsectok.so (cd ${WRKSRC} && ${INSTALL_MAN} sectok.3 \ - ${STAGEDIR}${MANPREFIX}/man/man3) + ${STAGEDIR}${PREFIX}/share/man/man3) .include diff --git a/security/sectok/Makefile b/security/sectok/Makefile index 8a7a680d4639..458c2839342c 100644 --- a/security/sectok/Makefile +++ b/security/sectok/Makefile @@ -1,36 +1,36 @@ PORTNAME= sectok PORTVERSION= 20030825 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= ISO 7816 Smartcard Utility WWW= http://www.citi.umich.edu/projects/smartcard/sectok.html LIB_DEPENDS= libsectok.so:security/libsectok USES= ssl USE_LDCONFIG= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} \ -e '/^INCLUDES=/s|$$| ${CPPFLAGS}|' \ -e '/^LIBS=/s|=|=${LDFLAGS} |' \ -e '/^LIBS=/s|$$| ${LIBS}|' \ ${WRKSRC}/Makefile do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/security/secure_delete/Makefile b/security/secure_delete/Makefile index eb4ef1259ced..d5e56ed2a309 100644 --- a/security/secure_delete/Makefile +++ b/security/secure_delete/Makefile @@ -1,47 +1,48 @@ PORTNAME= secure_delete PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= PACKETSTORM/groups/thc \ http://freeworld.thc.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Secure data deletion toolkit WWW= https://www.thc.org/ LICENSE= GPLv2 # mentioned in manpages CONFLICTS= srm MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message PORTDOCS= CHANGES FILES README secure_delete.doc usenix6-gutmann.doc PLIST_FILES= bin/sdel bin/sfill bin/smem bin/srm bin/sswap \ - bin/the_cleaner.sh man/man1/sfill.1.gz man/man1/smem.1.gz \ - man/man1/srm.1.gz man/man1/sswap.1.gz + bin/the_cleaner.sh share/man/man1/sfill.1.gz \ + share/man/man1/smem.1.gz \ + share/man/man1/srm.1.gz share/man/man1/sswap.1.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|^CC=|CC?=| ; \ s|-O2 |$$(CFLAGS) | ;\ /strip/s|^|#|' ${WRKSRC}/Makefile do-install: .for i in srm sfill sswap smem ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor ${INSTALL_SCRIPT} ${WRKSRC}/the_cleaner.sh ${STAGEDIR}${PREFIX}/bin ${LN} -sf srm ${STAGEDIR}${PREFIX}/bin/sdel do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 3d548eaede24..2c532978180a 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -1,25 +1,25 @@ PORTNAME= snort-rep PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://david.schweikert.ch/software/snort-rep/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Snort reporting tool that can produce text or HTML from logs WWW= https://david.schweikert.ch/software/snort-rep/ USES= shebangfix perl5 SHEBANG_FILES= snort-rep snort-rep-mail OPTIONS_DEFINE= EXAMPLES do-build: (cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1) do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep-mail ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/security/snort-rep/pkg-plist b/security/snort-rep/pkg-plist index afbb9e503d30..f4727fac31c2 100644 --- a/security/snort-rep/pkg-plist +++ b/security/snort-rep/pkg-plist @@ -1,3 +1,3 @@ bin/snort-rep -man/man1/snort-rep.1.gz +share/man/man1/snort-rep.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/snort-rep-mail diff --git a/security/ssh-multiadd/Makefile b/security/ssh-multiadd/Makefile index 4768385de2e5..ea291f6aa70e 100644 --- a/security/ssh-multiadd/Makefile +++ b/security/ssh-multiadd/Makefile @@ -1,23 +1,24 @@ PORTNAME= ssh-multiadd PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SUNSITE/system/network/telnet MAINTAINER= ports@FreeBSD.org COMMENT= Tool to add multiple ssh keys to the authentication agent USES= python:run NO_BUILD= yes -PLIST_FILES= bin/ssh-multiadd man/man1/ssh-multiadd.1.gz +PLIST_FILES= bin/ssh-multiadd share/man/man1/ssh-multiadd.1.gz post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/python2|${PYTHON_CMD}| ; \ s|#break|break|' ${WRKSRC}/ssh-multiadd do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile index 225398d901a2..d90a68f34609 100644 --- a/security/vpnc/Makefile +++ b/security/vpnc/Makefile @@ -1,74 +1,74 @@ PORTNAME= vpnc PORTVERSION= 0.5.3 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security net-vpn MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \ LOCAL/ehaupt MAINTAINER= ports@FreeBSD.org COMMENT= Client for Cisco 3000 VPN Concentrator WWW= https://www.unix-ag.uni-kl.de/~massar/vpnc/ LICENSE= BSD2CLAUSE GPLv2+ LICENSE_COMB= multi LICENSE_NAME_VPNC= vpnc LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/COPYING LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_TEXT_VPNC= Redistribution is not allowed if linked against OpenSSL LICENSE_PERMS_VPNC= auto-accept LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error RUN_DEPENDS= vpnc-script:sysutils/vpnc-scripts USES= gmake perl5 shebangfix USE_PERL5= build USE_RC_SUBR= vpnc ALL_TARGET= all SHEBANG_FILES= makeman.pl PORTDOCS= README TODO MAKE_ENV= BINS="${EXTRABUILDS}" OPTIONS_DEFINE= CISCOVERSION DECRYPT DOCS SSL OPTIONS_DEFAULT= DECRYPT OPTIONS_SUB= yes CISCOVERSION_DESC= Mask linux presentation string CISCOVERSION_CFLAGS= -DCISCO_PATCH_VERSION DECRYPT_DESC= cisco-decypt password decrypt utility DECRYPT_VARS= EXTRABUILDS+=cisco-decrypt SSL_VARS= NO_PACKAGE="binary linked against OpenSSL must not be redistributed" \ LICENSE+=VPNC SSL_CFLAGS= -DOPENSSL_GPL_VIOLATION SSL_LDFLAGS= -lcrypto post-patch: @${REINPLACE_CMD} \ -e 's|.*%%FREEBSD_IPLEN_FIX%%.*|#define NEED_IPLEN_FIX 1|' \ ${WRKSRC}/sysdep.h @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.c @${REINPLACE_CMD} -e 's|\(/etc/vpnc\)|${PREFIX}\1|' \ ${WRKSRC}/vpnc.8.template do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vpnc ${STAGEDIR}${PREFIX}/sbin/vpnc ${INSTALL_SCRIPT} ${WRKSRC}/vpnc-disconnect \ ${STAGEDIR}${PREFIX}/sbin/vpnc-disconnect ${INSTALL_DATA} ${WRKSRC}/vpnc.conf \ ${STAGEDIR}${PREFIX}/etc/vpnc.conf.sample - ${INSTALL_MAN} ${WRKSRC}/vpnc.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/vpnc.8 ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-DECRYPT-on: ${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cisco-decrypt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cisco-decrypt.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/security/vpnc/pkg-plist b/security/vpnc/pkg-plist index 573ca51a36b1..dc5388fba30c 100644 --- a/security/vpnc/pkg-plist +++ b/security/vpnc/pkg-plist @@ -1,6 +1,6 @@ sbin/vpnc sbin/vpnc-disconnect -man/man8/vpnc.8.gz +share/man/man8/vpnc.8.gz %%DECRYPT%%bin/cisco-decrypt -%%DECRYPT%%man/man1/cisco-decrypt.1.gz +%%DECRYPT%%share/man/man1/cisco-decrypt.1.gz @sample(,,700) etc/vpnc.conf.sample diff --git a/security/wipe/Makefile b/security/wipe/Makefile index e55188625b40..533b05a8ad96 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -1,36 +1,36 @@ PORTNAME= wipe PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= File and block device wiping utility WWW= https://wipe.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/wipe man/man1/wipe.1.gz +PLIST_FILES= bin/wipe share/man/man1/wipe.1.gz PORTDOCS= CHANGES README TESTING TODO OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/doc/wipe|${DOCSDIR}|' ${WRKSRC}/wipe.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/sysutils/apcpwr/Makefile b/sysutils/apcpwr/Makefile index 3a3d3640ca18..25f3c5a5e93e 100644 --- a/sysutils/apcpwr/Makefile +++ b/sysutils/apcpwr/Makefile @@ -1,24 +1,24 @@ PORTNAME= apcpwr PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= LOCAL/jwd MAINTAINER= ports@FreeBSD.org COMMENT= Control APC 9211 MasterSwitchs via snmp RUN_DEPENDS= snmpwalk:net-mgmt/net-snmp USES= shebangfix SHEBANG_FILES= apcpwr.pl SUB_FILES= pkg-message -PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist man/man8/apcpwr.8.gz +PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist share/man/man8/apcpwr.8.gz do-install: ${INSTALL} -m 4555 ${WRKSRC}/apcpwr ${STAGEDIR}${PREFIX}/bin ${INSTALL} -m 600 ${WRKSRC}/apcpwr.conf.dist ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/apcpwr.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/apcpwr.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/asfsm/Makefile b/sysutils/asfsm/Makefile index cc8632f0a755..c8961a575940 100644 --- a/sysutils/asfsm/Makefile +++ b/sysutils/asfsm/Makefile @@ -1,27 +1,27 @@ PORTNAME= asfsm DISTVERSION= 1.0pre15 PORTREVISION= 3 CATEGORIES= sysutils afterstep MASTER_SITES= http://tigr.net/afterstep/download/asfsm/ MAINTAINER= ports@FreeBSD.org COMMENT= File-system monitor for the AfterStep window manager LICENSE= GPLv2 USES= xorg USE_XORG= ice sm x11 xaw xext xpm xt GNU_CONFIGURE= yes SUB_FILES= pkg-message -PLIST_FILES= bin/asfsm man/man1/asfsm.1.gz +PLIST_FILES= bin/asfsm share/man/man1/asfsm.1.gz post-build: - @${LN} -sf asfsm.man ${WRKSRC}/asfsm.1 + @${LN} -sf asfsm.man share/${WRKSRC}/asfsm.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/asfsm.man ${STAGEDIR}${MANPREFIX}/man/man1/asfsm.1 .include diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile index 618c35027745..0adfc9874fd9 100644 --- a/sysutils/asmem/Makefile +++ b/sysutils/asmem/Makefile @@ -1,29 +1,29 @@ PORTNAME= asmem PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils afterstep MASTER_SITES= https://tigr.net/afterstep/download/asmem/ MAINTAINER= ports@FreeBSD.org COMMENT= AfterStep look-n-feel memory utilization monitor WWW= https://tigr.net/afterstep/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= xorg USE_XORG= x11 ice sm x11 xext xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm \ --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib post-build: @${LN} -sf asmem.man ${WRKSRC}/asmem.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asmem ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/asmem.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/asmem.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/asmem/pkg-plist b/sysutils/asmem/pkg-plist index 9ad89413db8c..10f7b9e63b96 100644 --- a/sysutils/asmem/pkg-plist +++ b/sysutils/asmem/pkg-plist @@ -1,6 +1,2 @@ -@group kmem -@mode 2555 -bin/asmem -@mode -@group -man/man1/asmem.1.gz +@(,kmem,2555) bin/asmem +share/man/man1/asmem.1.gz diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 2eb63f7a8ce3..2fda7e038b5c 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,25 +1,26 @@ PORTNAME= bchunk DISTVERSION= 1.2.2 +PORTREVIDSION= 1 CATEGORIES= sysutils MASTER_SITES= http://he.fi/bchunk/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts .bin/.cue files to .iso/audio WWW= http://he.fi/bchunk/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe CPE_VENDOR= bchunk_project -PLIST_FILES= bin/bchunk man/man1/bchunk.1.gz +PLIST_FILES= bin/bchunk share/man/man1/bchunk.1.gz do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 1d0bfb38daf7..376e76eab967 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -1,21 +1,22 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 +PORTREVIDSION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast string substitution across multiple files WWW= http://www.bmk-it.com/projects/chgrep/ GNU_CONFIGURE= yes USES= gmake tar:tgz -PLIST_FILES= bin/chgrep man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/chgrep share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/du2ps/Makefile b/sysutils/du2ps/Makefile index 10914ebf76dc..9a0ce198083f 100644 --- a/sysutils/du2ps/Makefile +++ b/sysutils/du2ps/Makefile @@ -1,37 +1,39 @@ PORTNAME= du2ps PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://line.to/mac/soft/du2ps/ MAINTAINER= ports@FreeBSD.org COMMENT= Filter for converting output of du to PostScript file WWW= https://line.to/mac/soft/du2ps/ LICENSE= MIT # Nkf is required for just converting character code of japanese manual BUILD_DEPENDS= nkf:japanese/nkf USES= tar:tgz ALL_TARGET= # empty MAKE_ARGS= CFLAGS="${CFLAGS}" -PLIST_FILES= bin/du2ps man/ja/man1/du2ps.1.gz man/man1/du2ps.1.gz +PLIST_FILES= bin/du2ps share/man/ja/man1/du2ps.1.gz share/man/man1/du2ps.1.gz PORTDOCS= README.ver1 README.ver2 README.xdu du2ps.pdf du2psj.pdf OPTIONS_DEFINE= DOCS post-build: @nkf -e ${WRKSRC}/du2ps.1j > ${WRKSRC}/du2ps.1.ja do-install: ${INSTALL_PROGRAM} ${WRKSRC}/du2ps ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/du2ps.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1/ ${INSTALL_MAN} ${WRKSRC}/du2ps.1.ja \ - ${STAGEDIR}${MANPREFIX}/man/ja/man1/du2ps.1 + ${STAGEDIR}${PREFIX}/share/man/ja/man1/du2ps.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/dwatch/Makefile b/sysutils/dwatch/Makefile index 488510babeef..49d200317ef7 100644 --- a/sysutils/dwatch/Makefile +++ b/sysutils/dwatch/Makefile @@ -1,27 +1,27 @@ PORTNAME= dwatch PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://siag.nu/pub/dwatch/ MAINTAINER= ports@FreeBSD.org COMMENT= Daemon Watcher WWW= https://siag.nu/dwatch/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -PLIST_FILES= bin/dwatch etc/dwatch.conf-dist man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/dwatch etc/dwatch.conf-dist share/man/man1/${PORTNAME}.1.gz CFLAGS+= -DETCDIR="\"${PREFIX}/etc\"" \ -DPS="\"/bin/ps -ax\"" do-build: (cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} -o dwatch dwatch.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dwatch ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dwatch.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dwatch.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/dwatch.conf ${STAGEDIR}${PREFIX}/etc/dwatch.conf-dist .include diff --git a/sysutils/fsbackup/Makefile b/sysutils/fsbackup/Makefile index 124b9fc17a60..dcb5e80521e8 100644 --- a/sysutils/fsbackup/Makefile +++ b/sysutils/fsbackup/Makefile @@ -1,25 +1,25 @@ PORTNAME= fsbackup PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.opennet.ru/dev/fsbackup/src/ DISTNAME= fsbackup-1.2pl1 MAINTAINER= ports@FreeBSD.org COMMENT= File system backup and synchronization utility WWW= https://www.opennet.ru/dev/fsbackup/index_eng.shtml LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= *.pl contrib/*.pl do-install: - cd ${WRKSRC}; ./install.pl --prefix=${PREFIX}/fsbackup --prefix-man=${MANPREFIX}/man/man1 --dest=${STAGEDIR} + cd ${WRKSRC}; ./install.pl --prefix=${PREFIX}/fsbackup --prefix-man=${PREFIX}/share/man/man1 --dest=${STAGEDIR} ${RM} ${STAGEDIR}${PREFIX}/fsbackup/fsbackup.1 .include diff --git a/sysutils/fsbackup/pkg-plist b/sysutils/fsbackup/pkg-plist index 8c5460cfa14d..2ad15eb7d4e5 100644 --- a/sysutils/fsbackup/pkg-plist +++ b/sysutils/fsbackup/pkg-plist @@ -1,15 +1,15 @@ fsbackup/FAQ fsbackup/README fsbackup/VERSION fsbackup/cfg_example fsbackup/create_backup.sh fsbackup/fsbackup.pl fsbackup/scripts/fsrestore.sh fsbackup/scripts/mysql_backup.sh fsbackup/scripts/pgsql_backup.sh fsbackup/scripts/sysbackup.sh fsbackup/scripts/sysrestore.sh fsbackup/scripts/sqlite_backup.sh -man/man1/fsbackup.1.gz +share/man/man1/fsbackup.1.gz @dir fsbackup/cache @dir fsbackup/sys_backup diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index e0c32ec8c5f6..e26fc8f4c734 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -1,31 +1,32 @@ PORTNAME= hextools PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://avl.enemy.org/utils/hextools/ MAINTAINER= ports@FreeBSD.org COMMENT= Useful tools for dealing with hex files WWW= https://gnuwin32.sourceforge.net/packages/hextools.htm LICENSE= HEXTOOLS LICENSE_NAME= License of hextools LICENSE_FILE= ${WRKDIR}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS_INSTALL= z80pack # bin/bin2hex NO_WRKSUBDIR= yes -PLIST_FILES= bin/hex2bin bin/bin2hex man/man1/bin2hex.1.gz man/man1/hex2bin.1.gz +PLIST_FILES= bin/hex2bin bin/bin2hex share/man/man1/bin2hex.1.gz share/man/man1/hex2bin.1.gz ALL_TARGET= build post-extract: @${SED} -n '5,11p' ${WRKSRC}/hex2bin.c > ${WRKDIR}/LICENSE do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hex2bin ${STAGEDIR}${PREFIX}/bin/hex2bin ${INSTALL_PROGRAM} ${WRKSRC}/hexdump ${STAGEDIR}${PREFIX}/bin/bin2hex - ${INSTALL_MAN} ${WRKSRC}/hex2bin.1 ${STAGEDIR}${MANPREFIX}/man/man1/hex2bin.1 - ${INSTALL_MAN} ${WRKSRC}/hexdump.1 ${STAGEDIR}${MANPREFIX}/man/man1/bin2hex.1 + ${INSTALL_MAN} ${WRKSRC}/hex2bin.1 ${STAGEDIR}${PREFIX}/share/man/man1/hex2bin.1 + ${INSTALL_MAN} ${WRKSRC}/hexdump.1 ${STAGEDIR}${PREFIX}/share/man/man1/bin2hex.1 .include diff --git a/sysutils/host-setup/Makefile b/sysutils/host-setup/Makefile index b69bbf94bb1a..6dc714f40be5 100644 --- a/sysutils/host-setup/Makefile +++ b/sysutils/host-setup/Makefile @@ -1,19 +1,20 @@ PORTNAME= host-setup PORTVERSION= 4.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= System configuration setup/management utility WWW= https://druidbsd.sourceforge.net/ NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= sbin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/isc-cron/Makefile b/sysutils/isc-cron/Makefile index b64e4c290638..bfa1af036304 100644 --- a/sysutils/isc-cron/Makefile +++ b/sysutils/isc-cron/Makefile @@ -1,35 +1,35 @@ PORTNAME= isc-cron PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ISC/cron DISTNAME= cron_${PORTVERSION}.shar EXTRACT_SUFX= # none MAINTAINER= ports@FreeBSD.org COMMENT= ISC Cron, former Vixie Cron LICENSE= ISCL CONFLICTS_INSTALL= interchange mcron # bin/crontab NO_WRKSUBDIR= yes SUB_FILES= pkg-message PLIST_FILES= sbin/cron \ "@(root,wheel,4755) bin/crontab" \ - man/man1/crontab.1.gz \ - man/man5/crontab.5.gz \ - man/man8/cron.8.gz + share/man/man1/crontab.1.gz \ + share/man/man5/crontab.5.gz \ + share/man/man8/cron.8.gz do-extract: @${MKDIR} ${WRKSRC} cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cron ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/crontab ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/crontab.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/crontab.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/cron.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/isomaster/Makefile b/sysutils/isomaster/Makefile index 38ab8c38e89e..651fdf611365 100644 --- a/sysutils/isomaster/Makefile +++ b/sysutils/isomaster/Makefile @@ -1,51 +1,51 @@ PORTNAME= isomaster PORTVERSION= 1.3.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 (bootable) CD ISO Image editor WWW= http://littlesvr.ca/isomaster/ LICENSE= GPLv2 LIB_DEPENDS= libiniparser.so:devel/iniparser \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-open:devel/xdg-utils USES= desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1 CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set LDFLAGS+= -L${LOCALBASE}/lib -lintl post-patch: @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/bk/bkMisc.c @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@$$(CC)|$$(CC)|' do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} isomaster \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} isomaster.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) @${MKDIR} ${STAGEDIR}${DATADIR}/icons .for i in add2-kearone.png delete-kearone.png extract2-kearone.png \ folder-new-kearone.png go-back-kearone.png isomaster.png (cd ${WRKSRC}/icons && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${DATADIR}/icons) .endfor .for i in ar be@latin bg bn_IN ca cs da de el es et fi fo fr gl he hr hu \ id it ja lt lv nb nl nn pl pt pt_BR ro ru sk sl sq sr sr@Latn \ sr@latin sv tr uk ur_PK zh_CN zh_TW @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES (cd ${WRKSRC}/po && ${INSTALL_DATA} ${i}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/isomaster.mo) .endfor ${INSTALL_DATA} ${WRKSRC}/isomaster.desktop ${STAGEDIR}${DESKTOPDIR} .include diff --git a/sysutils/isomaster/pkg-plist b/sysutils/isomaster/pkg-plist index 21f085281feb..711f28c752da 100644 --- a/sysutils/isomaster/pkg-plist +++ b/sysutils/isomaster/pkg-plist @@ -1,52 +1,52 @@ bin/isomaster -man/man1/isomaster.1.gz +share/man/man1/isomaster.1.gz share/applications/isomaster.desktop %%DATADIR%%/icons/add2-kearone.png %%DATADIR%%/icons/delete-kearone.png %%DATADIR%%/icons/extract2-kearone.png %%DATADIR%%/icons/folder-new-kearone.png %%DATADIR%%/icons/go-back-kearone.png %%DATADIR%%/icons/isomaster.png share/locale/ar/LC_MESSAGES/isomaster.mo share/locale/be@latin/LC_MESSAGES/isomaster.mo share/locale/bg/LC_MESSAGES/isomaster.mo share/locale/bn_IN/LC_MESSAGES/isomaster.mo share/locale/ca/LC_MESSAGES/isomaster.mo share/locale/cs/LC_MESSAGES/isomaster.mo share/locale/da/LC_MESSAGES/isomaster.mo share/locale/de/LC_MESSAGES/isomaster.mo share/locale/el/LC_MESSAGES/isomaster.mo share/locale/es/LC_MESSAGES/isomaster.mo share/locale/et/LC_MESSAGES/isomaster.mo share/locale/fi/LC_MESSAGES/isomaster.mo share/locale/fo/LC_MESSAGES/isomaster.mo share/locale/fr/LC_MESSAGES/isomaster.mo share/locale/gl/LC_MESSAGES/isomaster.mo share/locale/he/LC_MESSAGES/isomaster.mo share/locale/hr/LC_MESSAGES/isomaster.mo share/locale/hu/LC_MESSAGES/isomaster.mo share/locale/id/LC_MESSAGES/isomaster.mo share/locale/it/LC_MESSAGES/isomaster.mo share/locale/ja/LC_MESSAGES/isomaster.mo share/locale/lt/LC_MESSAGES/isomaster.mo share/locale/lv/LC_MESSAGES/isomaster.mo share/locale/nb/LC_MESSAGES/isomaster.mo share/locale/nl/LC_MESSAGES/isomaster.mo share/locale/nn/LC_MESSAGES/isomaster.mo share/locale/pl/LC_MESSAGES/isomaster.mo share/locale/pt/LC_MESSAGES/isomaster.mo share/locale/pt_BR/LC_MESSAGES/isomaster.mo share/locale/ro/LC_MESSAGES/isomaster.mo share/locale/ru/LC_MESSAGES/isomaster.mo share/locale/sk/LC_MESSAGES/isomaster.mo share/locale/sl/LC_MESSAGES/isomaster.mo share/locale/sq/LC_MESSAGES/isomaster.mo share/locale/sr/LC_MESSAGES/isomaster.mo share/locale/sr@Latn/LC_MESSAGES/isomaster.mo share/locale/sr@latin/LC_MESSAGES/isomaster.mo share/locale/sv/LC_MESSAGES/isomaster.mo share/locale/tr/LC_MESSAGES/isomaster.mo share/locale/uk/LC_MESSAGES/isomaster.mo share/locale/ur_PK/LC_MESSAGES/isomaster.mo share/locale/zh_CN/LC_MESSAGES/isomaster.mo share/locale/zh_TW/LC_MESSAGES/isomaster.mo diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 58ca920be893..931e4cc6c858 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -1,42 +1,43 @@ PORTNAME= linrename PORTVERSION= 2.25.2 +PORTREVISION= 1 CATEGORIES= sysutils #MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION} MASTER_SITES= http://ftp.ntu.edu.tw/ftp/linux/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/linux/%SUBDIR%/ \ http://kernel.org/pub/linux/%SUBDIR%/ MASTER_SITE_SUBDIR= utils/util-linux/v${PORTVERSION:R} DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rename multiple files using substitution WWW= http://freecode.com/projects/util-linux/ BUILD_WRKSRC= ${WRKSRC}/misc-utils INSTALL_WRKSRC= ${WRKSRC}/misc-utils USES= tar:xz CPPFLAGS+= -I../include \ -DHAVE_DIRFD -DHAVE_ERR_H -DHAVE_LANGINFO_H -DHAVE_LOCALE_H \ -DHAVE_NANOSLEEP -DHAVE_FSYNC \ -DHAVE_PROGRAM_INVOCATION_SHORT_NAME \ -Dprogram_invocation_short_name=\"${PROGNAME}\" \ -DPACKAGE_STRING=\"util-linux\ ${PORTVERSION}\" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-patch: ${LN} -sf rename.1 ${BUILD_WRKSRC}/${PORTNAME}.1 ${REINPLACE_CMD} 's/rename(1)/${PORTNAME}(1)/' ${BUILD_WRKSRC}/rename.c do-build: cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} \ rename.c ${LDFLAGS} do-install: cd ${INSTALL_WRKSRC} \ && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin \ - && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/massadmin/Makefile b/sysutils/massadmin/Makefile index bcd5f74a0616..35e57269f553 100644 --- a/sysutils/massadmin/Makefile +++ b/sysutils/massadmin/Makefile @@ -1,30 +1,30 @@ PORTNAME= massadmin PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Send system commands to a group of remote servers simultaneously WWW= https://massadmin.darold.net/ LICENSE= GPLv3 RUN_DEPENDS= p5-Expect>=1.21:lang/p5-Expect \ p5-Net-Telnet>=3.03:net/p5-Net-Telnet \ p5-Proc-Queue>=1.23:devel/p5-Proc-Queue \ p5-IO-Tty>=1.08:devel/p5-IO-Tty USES= perl5 shebangfix NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= ${WRKSRC}/${PORTNAME} -PLIST_FILES= bin/massadmin man/man1/massadmin.1.gz +PLIST_FILES= bin/massadmin share/man/man1/massadmin.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/mcelog/Makefile b/sysutils/mcelog/Makefile index 6d35f04da8ad..75c42b06ce90 100644 --- a/sysutils/mcelog/Makefile +++ b/sysutils/mcelog/Makefile @@ -1,40 +1,41 @@ PORTNAME= mcelog PORTVERSION= 178 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Collects and decodes Machine Check Exception data WWW= http://mcelog.org/ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 TEST_DEPENDS= bash:shells/bash USES= alias gmake shebangfix USE_GITHUB= yes GH_ACCOUNT= andikleen SHEBANG_FILES= tests/cache/inject tests/memdb/inject tests/page/inject \ tests/pfa/inject tests/server/inject tests/socket/inject \ tests/trigger tests/unknown/inject MAKE_ENV+= FREEBSD=1 MAKE_ARGS+= CFLAGS="${CFLAGS}" prefix="${PREFIX}" LDFLAGS+= -lkvm -PLIST_FILES= bin/mcelog man/man8/mcelog.8.gz +PLIST_FILES= bin/mcelog share/man/man8/mcelog.8.gz post-patch: @${ECHO} "${DISTVERSIONPREFIX}${PORTVERSION}" >${WRKSRC}/.os_version @${CP} ${FILESDIR}/memstream.c ${WRKSRC}/memstream.c @${REINPLACE_CMD} 's/\"unknown\"/\"${PORTVERSION}\"/' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mcelog ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mcelog.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/mcelog.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/open/Makefile b/sysutils/open/Makefile index 0d05c8d90514..b7cd39488d1b 100644 --- a/sysutils/open/Makefile +++ b/sysutils/open/Makefile @@ -1,29 +1,30 @@ PORTNAME= open PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.hs-niederrhein.de/pub/linux/src/ \ ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/utils/console/ \ LOCAL/fjoe MAINTAINER= ports@FreeBSD.org COMMENT= Open opens a new vt and runs a command on it ALL_TARGET= open -PLIST_FILES= bin/open man/man1/open.1.gz +PLIST_FILES= bin/open share/man/man1/open.1.gz OPTIONS_DEFINE= SETUID SETUID_DESC= Install setuid open binary PKGMESSAGE= ${WRKDIR}/pkg-message .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/open ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/open.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/open.1 ${STAGEDIR}${PREFIX}/share/man/man1 .if ${PORT_OPTIONS:MSETUID} ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/open .else @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} .endif .include diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile index f1193a324c53..178d4905f74f 100644 --- a/sysutils/pcpustat/Makefile +++ b/sysutils/pcpustat/Makefile @@ -1,25 +1,26 @@ PORTNAME= pcpustat PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/sterlingcamden/pcpustat/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Per-CPU usage statistics WWW= https://bitbucket.org/sterlingcamden/pcpustat LICENSE= OWL LICENSE_FILE= ${WRKSRC}/license.txt USES= tar:bzip2 WRKSRC= ${WRKDIR}/sterlingcamden-pcpustat-2b8712536989 PLIST_FILES= bin/pcpustat \ - man/man1/pcpustat.1.gz + share/man/man1/pcpustat.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index f239ff78af7d..dbf5b1cae306 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -1,37 +1,38 @@ PORTNAME= pdumpfs PORTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://0xcc.net/pdumpfs/ MAINTAINER= ports@FreeBSD.org COMMENT= Daily backup system similar to Plan9's dumpfs WWW= http://0xcc.net/pdumpfs/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= ruby shebangfix NO_ARCH= yes SHEBANG_FILES= ${WRKSRC}/pdumpfs.in ALL_TARGET= pdumpfs -PLIST_FILES= man/ja/man8/pdumpfs.8.gz \ - man/man8/pdumpfs.8.gz \ +PLIST_FILES= share/man/ja/man8/pdumpfs.8.gz \ + share/man/man8/pdumpfs.8.gz \ sbin/pdumpfs PORTDOCS= * OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8 - ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${MANPREFIX}/man/ja/man8 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${STAGEDIR}${PREFIX}/share/man/ja/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/qlogtools/Makefile b/sysutils/qlogtools/Makefile index 5cf526de431f..d9eddf79c7fe 100644 --- a/sysutils/qlogtools/Makefile +++ b/sysutils/qlogtools/Makefile @@ -1,32 +1,32 @@ PORTNAME= qlogtools PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for processing logs from qmail and other packages WWW= https://untroubled.org/qlogtools/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${STRIP} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-ld do-install: cd ${WRKSRC} && ./installer ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/qlogtools/pkg-plist b/sysutils/qlogtools/pkg-plist index 4608a778574e..623da272dace 100644 --- a/sysutils/qlogtools/pkg-plist +++ b/sysutils/qlogtools/pkg-plist @@ -1,14 +1,14 @@ bin/multipipe bin/multitail bin/qfilelog bin/spipe bin/tai2tai64n bin/tai64n2tai bin/teepipe -man/man1/multipipe.1.gz -man/man1/multitail.1.gz -man/man1/qfilelog.1.gz -man/man1/spipe.1.gz -man/man1/tai2tai64n.1.gz -man/man1/tai64n2tai.1.gz -man/man1/teepipe.1.gz +share/man/man1/multipipe.1.gz +share/man/man1/multitail.1.gz +share/man/man1/qfilelog.1.gz +share/man/man1/spipe.1.gz +share/man/man1/tai2tai64n.1.gz +share/man/man1/tai64n2tai.1.gz +share/man/man1/teepipe.1.gz diff --git a/sysutils/screenie/Makefile b/sysutils/screenie/Makefile index 3fda223a59ee..1e9c63020e86 100644 --- a/sysutils/screenie/Makefile +++ b/sysutils/screenie/Makefile @@ -1,25 +1,25 @@ PORTNAME= screenie PORTVERSION= 20120406 CATEGORIES= sysutils MASTER_SITES= SF/screenie MAINTAINER= ports@FreeBSD.org COMMENT= Small and lightweight screen(1) wrapper WWW= https://sourceforge.net/projects/screenie/ LICENSE= GPLv2 RUN_DEPENDS= screen:sysutils/screen NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= sbin/screenie man/man1/screenie.1.gz +PLIST_FILES= sbin/screenie share/man/man1/screenie.1.gz WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/stowES/Makefile b/sysutils/stowES/Makefile index a2dc8e768bcd..eae53bb864eb 100644 --- a/sysutils/stowES/Makefile +++ b/sysutils/stowES/Makefile @@ -1,36 +1,37 @@ PORTNAME= stowES PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://os.inf.tu-dresden.de/~adam/stowES/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Stow enhancement script WWW= https://os.inf.tu-dresden.de/~adam/stowES/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= stow:sysutils/stow USES= gmake perl5 GNU_CONFIGURE= yes NO_ARCH= yes PORTDOCS= AUTHORS ChangeLog NEWS README TODO \ ${PORTNAME}.html ${PORTNAME}.pod ${PORTNAME}.txt -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e "s|'md5sum',|'md5',|" ${WRKSRC}/${PORTNAME}.in do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/swapmon/Makefile b/sysutils/swapmon/Makefile index 48c3803b2c64..a4086129c152 100644 --- a/sysutils/swapmon/Makefile +++ b/sysutils/swapmon/Makefile @@ -1,30 +1,31 @@ PORTNAME= swapmon PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Add/remove swapspace as needed WWW= http://www.nagilum.net/swapmon/ LICENSE= BSD2CLAUSE NO_BUILD= yes NO_ARCH= yes USE_RC_SUBR= ${PORTNAME} -PLIST_FILES= sbin/swapmon man/man1/swapmon.1.gz +PLIST_FILES= sbin/swapmon share/man/man1/swapmon.1.gz post-extract: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/${PORTNAME}.sh.in \ > ${WRKDIR}/${PORTNAME}.sh do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile index 04005ca2ec1b..c1ce9a6ab2e0 100644 --- a/sysutils/ttyload/Makefile +++ b/sysutils/ttyload/Makefile @@ -1,30 +1,30 @@ PORTNAME= ttyload PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ MAINTAINER= ports@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time WWW= https://www.daveltd.com/src/util/ttyload/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE ALL_TARGET= default USES= tar:bzip2 -PLIST_FILES= bin/ttyload man/man1/ttyload.1.gz +PLIST_FILES= bin/ttyload share/man/man1/ttyload.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ttyload.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/README .include diff --git a/sysutils/turbostat/Makefile b/sysutils/turbostat/Makefile index 3815b4d3b8bd..89857796c7e2 100644 --- a/sysutils/turbostat/Makefile +++ b/sysutils/turbostat/Makefile @@ -1,37 +1,37 @@ PORTNAME= turbostat PORTVERSION= 4.17 # Turbostat itself has a version, but we don't bother -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= https://raw.githubusercontent.com/torvalds/linux/v${PORTVERSION}/tools/power/x86/turbostat/ \ https://raw.githubusercontent.com/torvalds/linux/v${PORTVERSION}/arch/x86/include/asm/ DISTFILES= ${PORTNAME}.c ${PORTNAME}.8 msr-index.h intel-family.h DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Report power statistics for Intel CPUs WWW= https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 NO_WRKSUBDIR=yes -PLIST_FILES= sbin/turbostat man/man8/turbostat.8.gz +PLIST_FILES= sbin/turbostat share/man/man8/turbostat.8.gz post-extract: do-extract: @${MKDIR} ${WRKSRC} ${CP} ${_DISTDIR}/${PORTNAME}.c ${WRKSRC} ${CP} ${_DISTDIR}/${PORTNAME}.8 ${WRKSRC} ${CP} ${_DISTDIR}/msr-index.h ${WRKSRC} ${CP} ${_DISTDIR}/intel-family.h ${WRKSRC} do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DMSRHEADER='"msr-index.h"' -DINTEL_FAMILY_HEADER='"intel-family.h"' -o ${PORTNAME} ${PORTNAME}.c -lutil do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/tzdialog/Makefile b/sysutils/tzdialog/Makefile index c91abdcd6a74..31249ca52155 100644 --- a/sysutils/tzdialog/Makefile +++ b/sysutils/tzdialog/Makefile @@ -1,18 +1,19 @@ PORTNAME= tzdialog PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://druidbsd.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Set the local timezone using dialog(1) or Xdialog(1) WWW= https://druidbsd.sourceforge.net/ NO_BUILD= yes -PLIST_FILES= sbin/tzdialog man/man8/tzdialog.8.gz +PLIST_FILES= sbin/tzdialog share/man/man8/tzdialog.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index edb44adbe203..b5493cf4285b 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -1,31 +1,32 @@ PORTNAME= ucspi-proxy PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-proxy/ MAINTAINER= ports@FreeBSD.org COMMENT= Proxy program for UCSPI servers and clients WWW= https://untroubled.org/ucspi-proxy/ LICENSE= GPLv2 LIB_DEPENDS= libbg.so:devel/bglibs USES= libtool:build libtool:ldflags BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs PLIST_FILES= bin/ucspi-proxy bin/ucspi-proxy-log bin/ucspi-proxy-pop3 \ bin/ucspi-proxy-imap bin/ucspi-proxy-http-xlate \ - man/man1/ucspi-proxy-http-xlate.1.gz \ - man/man1/ucspi-proxy.1.gz + share/man/man1/ucspi-proxy-http-xlate.1.gz \ + share/man/man1/ucspi-proxy.1.gz do-configure: ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs ${ECHO_CMD} "${BGLIBS_LIB}" > ${WRKSRC}/conf-bglibs .include diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index c54db0c327f7..2ecacdcb728a 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -1,46 +1,47 @@ PORTNAME= ucspi-unix PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix-domain socket client-server command-line tools WWW= https://untroubled.org/ucspi-unix/ LICENSE= GPLv2 BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:devel/bglibs USES= libtool:build localbase:ldflags BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs PLIST_FILES= bin/unixcat bin/unixclient bin/unixserver \ - man/man1/unixclient.1.gz man/man1/unixserver.1.gz + share/man/man1/unixclient.1.gz share/man/man1/unixserver.1.gz PORTDOCS= NEWS PROTOCOL README TODO OPTIONS_DEFINE= DOCS MAKE_JOBS_UNSAFE=yes post-patch: .SILENT ${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home ${ECHO_CMD} "${STAGEDIR}${PREFIX}/bin" > ${WRKSRC}/conf-bin - ${ECHO_CMD} "${STAGEDIR}${MANPREFIX}/man" > ${WRKSRC}/conf-man + ${ECHO_CMD} "${STAGEDIR}${PREFIX}/share/man" > ${WRKSRC}/conf-man ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc ${ECHO_CMD} "${CC} ${LDFLAGS} ${STRIP}" > ${WRKSRC}/conf-ld ${ECHO_CMD} "${BGLIBS_INC}" > ${WRKSRC}/conf-bgincs ${ECHO_CMD} "${BGLIBS_LIB}" > ${WRKSRC}/conf-bglibs do-install: ${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/unixclient ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/unixserver ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${MANPREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/unstow/Makefile b/sysutils/unstow/Makefile index efa439ffb140..4812fdcfb4b6 100644 --- a/sysutils/unstow/Makefile +++ b/sysutils/unstow/Makefile @@ -1,25 +1,26 @@ PORTNAME= unstow PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.github.com/ \ ftp://ftp.iDaemons.org/pub/distfiles/ DISTNAME= knu-stow-utils-885c88a MAINTAINER= ports@FreeBSD.org COMMENT= Script to unstow packages much faster than stow -D WWW= https://github.com/knu/stow-utils NO_BUILD= yes -PLIST_FILES= bin/unstow man/man1/unstow.1.gz +PLIST_FILES= bin/unstow share/man/man1/unstow.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile index fc90fc656a82..db0b1c6eeb6b 100644 --- a/sysutils/uschedule/Makefile +++ b/sysutils/uschedule/Makefile @@ -1,58 +1,58 @@ PORTNAME= uschedule PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.ohse.de/uwe/uschedule/ MAINTAINER= ports@FreeBSD.org COMMENT= Scheduler program, designed to replace cron(8) and at(1) WWW= https://www.ohse.de/uwe/uschedule.html BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools BROKEN_aarch64= fails to build: regparm is not valid on this platform BROKEN_armv6= fails to build: regparm is not valid on this platform BROKEN_armv7= fails to build: regparm is not valid on this platform BROKEN_riscv64= fails to build: regparm is not valid on this platform WRKSRC= ${WRKDIR}/admin/${DISTNAME} TEST_TARGET= check PORTDOCS= ChangeLog NEWS SECURITY-BUG bin= uschedule uschedulecmd uscheduleconf uschedulecp \ uscheduleedit uschedulelist uschedulerm uscheduleruntimelimit sbin= uscheduled -PLIST_FILES= ${bin:S,^,bin/,} ${bin:S,^,man/man1/,:S,$,.1.gz,} \ - man/man7/uschedule_intro.7.gz man/man8/uscheduled.8.gz \ +PLIST_FILES= ${bin:S,^,bin/,} ${bin:S,^,share/man/man1/,:S,$,.1.gz,} \ + share/man/man7/uschedule_intro.7.gz share/man/man8/uscheduled.8.gz \ sbin/uscheduled OPTIONS_DEFINE= DOCS .include .if ${ARCH} != amd64 && ${ARCH} != i386 USES+= compiler:gcc-c++11-lib .endif pre-build: ${ECHO_CMD} "${CC}" > ${WRKSRC}/src/conf-cc ${ECHO_CMD} "${CFLAGS}" > ${WRKSRC}/src/conf-cflags do-install: (cd ${WRKSRC}/command && ${INSTALL_PROGRAM} ${bin} \ ${STAGEDIR}${PREFIX}/bin) ${INSTALL_PROGRAM} ${WRKSRC}/command/${sbin} ${STAGEDIR}${PREFIX}/sbin (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${bin:S,$,.1,} \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) ${INSTALL_MAN} ${WRKSRC}/doc/uschedule_intro.7 \ - ${STAGEDIR}${MANPREFIX}/man/man7 + ${STAGEDIR}${PREFIX}/share/man/man7 ${INSTALL_MAN} ${WRKSRC}/doc/uscheduled.8 \ - ${STAGEDIR}${MANPREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/src && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index f4c2020ebfa0..a09cffd78756 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -1,60 +1,60 @@ PORTNAME= vobcopy PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ LOCAL/ehaupt MAINTAINER= ports@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files WWW= http://vobcopy.org/projects/c/c.shtml LIB_DEPENDS= libdvdread.so:multimedia/libdvdread HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= --with-lfs --with-dvdread-libs=${LOCALBASE} ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/vobcopy man/man1/vobcopy.1.gz +PLIST_FILES= bin/vobcopy share/man/man1/vobcopy.1.gz PORTDOCS= COPYING Changelog README TODO \ alternative_programs.txt OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e 's|(fopen\( *"/etc/)mtab|\1fstab|; \ s|iso9660|cd9660|' ${WRKSRC}/dvd.c @${REINPLACE_CMD} -E -e 's|declare -i i=0||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # -CURRENT after 500041 has getopt_long # do not use libgnugetopt @${REINPLACE_CMD} -E \ -e 's|-lgnugetopt||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # fix typo @${REINPLACE_CMD} -E \ -e 's|FreeBSD_Version|FreeBSD_version|' \ ${WRKSRC}/dvd.c # no such flag under FreeBSD # fdatasync(2) -> fsync(2) @${REINPLACE_CMD} -E \ -e 's|O_LARGEFILE|0|' \ -e 's|fdatasync|fsync|g' \ ${WRKSRC}/vobcopy.c post-configure: @${REINPLACE_CMD} -E -e 's|^CC.+||; s|^PREFIX.+||; \ s|/usr/local/|${LOCALBASE}/|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${STAGEDIR}${PREFIX}/bin/vobcopy ${INSTALL_MAN} ${WRKSRC}/vobcopy.1${MAN1_SUFX} \ - ${STAGEDIR}${MANPREFIX}/man/man1/vobcopy.1 + ${STAGEDIR}${PREFIX}/share/man/man1/vobcopy.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index d96b42a8bdd0..6a1d191042d1 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -1,35 +1,35 @@ PORTNAME= wmtop PORTVERSION= 0.84 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils windowmaker MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Dockapp to display top three CPU consuming processes WWW= https://wmtop.sourceforge.net/ LICENSE= GPLv2 USES= gmake xorg # gmake is needed for -jX builds USE_XORG= xpm x11 USE_CSTD= gnu89 ALL_TARGET= freebsd CFLAGS+= -fcommon # clang11/gcc10 PORTDOCS= BUGS CHANGES README TODO PLIST_FILES= bin/wmtop \ - man/man1/wmtop.1.gz + share/man/man1/wmtop.1.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/^\(LIBS.*\)/\1 -lkvm/ ; \ s/^\(FLAGS.*\)/\1 -DNO_PROCFS/' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/xpipe/Makefile b/sysutils/xpipe/Makefile index 06dec8183b99..c4934584b997 100644 --- a/sysutils/xpipe/Makefile +++ b/sysutils/xpipe/Makefile @@ -1,22 +1,22 @@ PORTNAME= xpipe DISTVERSION= g20200503 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Split input and feed it into the given utility WWW= https://github.com/jschauma/xpipe LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= jschauma GH_TAGNAME= 60b0aec PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/sysutils/zsd/Makefile b/sysutils/zsd/Makefile index eafd971d061b..ebd64489d61e 100644 --- a/sysutils/zsd/Makefile +++ b/sysutils/zsd/Makefile @@ -1,27 +1,28 @@ PORTNAME= zsd PORTVERSION= 0.0.2014.12.07 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.fabiankeil.de/sourcecode/zfs-snapshot-destroyer/ DISTNAME= ${PORTNAME}-2014-12-07-c2d3662 MAINTAINER= ports@FreeBSD.org COMMENT= Destroys ZFS snapshots WWW= https://www.fabiankeil.de/gehacktes/zsd/ LICENSE= MIT PORTSCOUT= ignore:1 USES= perl5 shebangfix SHEBANG_FILES= zsd NO_BUILD= yes NO_ARCH= yes PLIST_FILES= sbin/zsd \ - man/man8/zsd.8.gz + share/man/man8/zsd.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zsd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/zsd.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/zsd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 0e00a62a9244..dac27c1ea9cc 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,44 +1,44 @@ PORTNAME= antiword PORTVERSION= 0.37 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl/linux/ MAINTAINER= ports@FreeBSD.org COMMENT= Application for displaying Microsoft(R) Word documents WWW= https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Docs/COPYING BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:print/gsfonts RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:print/gsfonts USES= cpe gmake shebangfix perl5 CPE_VENDOR= antiword_project USE_PERL5= build SHEBANG_FILES= kantiword Unix-only/fontinfo.pl MAKE_JOBS_UNSAFE=yes INSTALL_TARGET= global_install PORTDOCS= ChangeLog Emacs Exmh FAQ History Mozilla Mutt Netscape \ QandA ReadMe antiword.1 antiword.man antiword.php testdoc.doc OPTIONS_DEFINE= DOCS DEBUG DEBUG_CFLAGS= -DDEBUG DEBUG_CFLAGS_OFF= -DNDEBUG post-patch: @${REINPLACE_CMD} -E 's,/usr/share,${LOCALBASE}/share,g; s,fonts2,fonts,' ${WRKSRC}/Unix-only/fontinfo.pl @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS|OPT)/d; s,/usr/share,${PREFIX}/share,g; s|/usr/local/bin|${PREFIX}/bin|g' ${WRKSRC}/Makefile.Linux @${REINPLACE_CMD} -E 's,/usr/share,${PREFIX}/share,g' ${WRKSRC}/antiword.h post-install: - ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/Docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/antiword/pkg-plist b/textproc/antiword/pkg-plist index 8a894b82a7c1..929911cb07e3 100644 --- a/textproc/antiword/pkg-plist +++ b/textproc/antiword/pkg-plist @@ -1,34 +1,34 @@ bin/antiword bin/kantiword -man/man1/antiword.1.gz +share/man/man1/antiword.1.gz %%DATADIR%%/8859-1.txt %%DATADIR%%/8859-10.txt %%DATADIR%%/8859-11.txt %%DATADIR%%/8859-13.txt %%DATADIR%%/8859-14.txt %%DATADIR%%/8859-15.txt %%DATADIR%%/8859-16.txt %%DATADIR%%/8859-2.txt %%DATADIR%%/8859-3.txt %%DATADIR%%/8859-4.txt %%DATADIR%%/8859-5.txt %%DATADIR%%/8859-6.txt %%DATADIR%%/8859-7.txt %%DATADIR%%/8859-8.txt %%DATADIR%%/8859-9.txt %%DATADIR%%/MacCyrillic.txt %%DATADIR%%/MacRoman.txt %%DATADIR%%/UTF-8.txt %%DATADIR%%/cp1250.txt %%DATADIR%%/cp1251.txt %%DATADIR%%/cp1252.txt %%DATADIR%%/cp437.txt %%DATADIR%%/cp850.txt %%DATADIR%%/cp852.txt %%DATADIR%%/cp862.txt %%DATADIR%%/cp864.txt %%DATADIR%%/cp866.txt %%DATADIR%%/fontnames %%DATADIR%%/koi8-r.txt %%DATADIR%%/koi8-u.txt %%DATADIR%%/roman.txt diff --git a/textproc/bsddiff/Makefile b/textproc/bsddiff/Makefile index 8a9d2395f14f..5b561a049baf 100644 --- a/textproc/bsddiff/Makefile +++ b/textproc/bsddiff/Makefile @@ -1,22 +1,22 @@ PORTNAME= diff PORTVERSION= 20120705 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= LOCAL/gabor PKGNAMEPREFIX= bsd- MAINTAINER= ports@FreeBSD.org COMMENT= BSD-licensed version of diff from OpenBSD WWW= https://www.freebsd.org/projects/ideas/ #p-bsdtexttools USES= uidfix WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BINDIR="${PREFIX}/bin" \ - MANDIR="${MANPREFIX}/man/man" \ - CATDIR="${MANPREFIX}/man/man" + MANDIR="${PREFIX}/share/man/man" \ + CATDIR="${PREFIX}/share/man/man" post-install: ${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/diff .include diff --git a/textproc/bsddiff/pkg-plist b/textproc/bsddiff/pkg-plist index fcc3eea5256a..a57b8b4585b3 100644 --- a/textproc/bsddiff/pkg-plist +++ b/textproc/bsddiff/pkg-plist @@ -1,3 +1,3 @@ bin/diff bin/bsddiff -man/man1/bsddiff.1.gz +share/man/man1/bsddiff.1.gz diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 55cb7728951c..a6f55a214cd7 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -1,37 +1,37 @@ PORTNAME= coccigrep PORTVERSION= 1.20 DISTVERSIONPREFIX= v CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org COMMENT= Semantic grep for the C language WWW= https://home.regit.org/software/coccigrep/ LICENSE= GPLv3 RUN_DEPENDS= spatch:devel/coccinelle USES= python USE_PYTHON= distutils autoplist concurrent optsuffix USE_GITHUB= yes GH_ACCOUNT= regit -PLIST_FILES= man/man1/coccigrep.1.gz \ +PLIST_FILES= share/man/man1/coccigrep.1.gz \ ${DATADIR_REL}/cocci-grep.el \ ${DATADIR_REL}/cocci-grep.vim PORTDOCS= ChangeLog README.rst OPTIONS_DEFINE= DOCS post-install: - ${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.el ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.vim ${STAGEDIR}${DATADIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/lacheck/Makefile b/textproc/lacheck/Makefile index e8a6cb0b67da..01d85ee7275d 100644 --- a/textproc/lacheck/Makefile +++ b/textproc/lacheck/Makefile @@ -1,23 +1,23 @@ PORTNAME= lacheck PORTVERSION= 1.26 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.math.utah.edu/pub/lacheck/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for finding common mistakes in LaTeX documents PLIST_FILES= bin/lacheck \ - man/man1/lacheck.1.gz + share/man/man1/lacheck.1.gz ALL_TARGET= lacheck lacheck.1 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}| ; \ s|^CC|# CC|; s|^CFLAGS|# CFLAGS|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/makefaq/Makefile b/textproc/makefaq/Makefile index fb6c4822e873..1ae08d80b573 100644 --- a/textproc/makefaq/Makefile +++ b/textproc/makefaq/Makefile @@ -1,33 +1,33 @@ PORTNAME= makefaq PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Python program that creates a FAQ WWW= https://www.lodestar2.com/software/makefaq/ LICENSE= GPLv2+ USES= python shebangfix tar:tgz NO_BUILD= yes NO_ARCH= yes SHEBANG_FILES= makefaq.py -PLIST_FILES= bin/makefaq.py man/man1/makefaq.1.gz +PLIST_FILES= bin/makefaq.py share/man/man1/makefaq.1.gz PORTDOCS= BUGS CREDITS ChangeLog README TODO UPGRADING faq.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makefaq.py ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/makefaq.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 5e9acdd64726..871167e81283 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -1,26 +1,26 @@ PORTNAME= rand PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://bzflag.bz/~erik/files/ \ http://elfga.com/~erik/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to display files or streams in random order WWW= https://bzflag.bz/~erik LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes -PLIST_FILES= bin/rand man/man1/rand.1.gz +PLIST_FILES= bin/rand share/man/man1/rand.1.gz post-patch: @${REINPLACE_CMD} -e 's|}-R|}-L|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/textproc/s5/Makefile b/textproc/s5/Makefile index bf98d8b11a38..9cc68df96668 100644 --- a/textproc/s5/Makefile +++ b/textproc/s5/Makefile @@ -1,38 +1,38 @@ PORTNAME= s5 PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://meyerweb.com/eric/tools/s5/v/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Simple HTML-based presentation system WWW= https://www.meyerweb.com/eric/tools/s5/ LICENSE= BSD2CLAUSE PD LICENSE_COMB= multi USES= dos2unix zip DOS2UNIX_REGEX= .*\.(css|htc|html|js|txt) NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= s5 s5.1 S5_DIR= ${PREFIX}/share/${PORTNAME} S5_SUBDIRS= pix primer s5-blank ui post-extract: @cd ${WRKSRC} && ${TAR} -xf s5-blank.zip @${FIND} ${WRKSRC} -type f -name .DS_Store -delete do-install: @${MKDIR} ${STAGEDIR}${S5_DIR} @(cd ${WRKSRC} && \ ${COPYTREE_SHARE} "*.html ${S5_SUBDIRS}" ${STAGEDIR}${S5_DIR}) ${INSTALL_SCRIPT} ${WRKDIR}/s5 ${STAGEDIR}${PREFIX}/bin/s5 - ${INSTALL_MAN} ${WRKDIR}/s5.1 ${STAGEDIR}${MANPREFIX}/man/man1/s5.1 + ${INSTALL_MAN} ${WRKDIR}/s5.1 ${STAGEDIR}${PREFIX}/share/man/man1/s5.1 .include diff --git a/textproc/s5/pkg-plist b/textproc/s5/pkg-plist index 55f6110d844b..79d39313d6d6 100644 --- a/textproc/s5/pkg-plist +++ b/textproc/s5/pkg-plist @@ -1,61 +1,61 @@ bin/s5 %%DATADIR%%/features.html %%DATADIR%%/filemap.html %%DATADIR%%/pix/mememe01.png %%DATADIR%%/pix/mememe02.png %%DATADIR%%/pix/mememe03.png %%DATADIR%%/pix/mememe04.png %%DATADIR%%/pix/mememe05.png %%DATADIR%%/pix/S501.jpg %%DATADIR%%/pix/S502.jpg %%DATADIR%%/pix/S503.jpg %%DATADIR%%/pix/S504.jpg %%DATADIR%%/pix/s5filemap.png %%DATADIR%%/primer/s5-primer01.png %%DATADIR%%/primer/s5-primer02.png %%DATADIR%%/primer/s5-primer03.png %%DATADIR%%/primer/s5-primer04.png %%DATADIR%%/primer/s5-primer05.png %%DATADIR%%/primer/s5-primer06.png %%DATADIR%%/primer/s5-primer07.png %%DATADIR%%/primer.html %%DATADIR%%/s5-blank.html %%DATADIR%%/s5-demo.html %%DATADIR%%/s5-intro.html %%DATADIR%%/structure-min.html %%DATADIR%%/structure-ref.html %%DATADIR%%/ui/default/blank.gif %%DATADIR%%/ui/default/bodybg.gif %%DATADIR%%/ui/default/framing.css %%DATADIR%%/ui/default/iepngfix.htc %%DATADIR%%/ui/default/opera.css %%DATADIR%%/ui/default/outline.css %%DATADIR%%/ui/default/pretty.css %%DATADIR%%/ui/default/print.css %%DATADIR%%/ui/default/s5-core.css %%DATADIR%%/ui/default/slides.css %%DATADIR%%/ui/default/slides.js %%DATADIR%%/ui/i18n/00_head.txt %%DATADIR%%/ui/i18n/bg-shade.png %%DATADIR%%/ui/i18n/bg-slide.jpg %%DATADIR%%/ui/i18n/framing.css %%DATADIR%%/ui/i18n/pretty.css %%DATADIR%%/ui/i18n/s5-core.css %%DATADIR%%/ui/i18n/slides.css %%DATADIR%%/xoxo-s5-demo.html %%DATADIR%%/xoxo-s5-intro.html %%DATADIR%%/xoxo-structure-min.html %%DATADIR%%/xoxo-structure-ref.html %%DATADIR%%/s5-blank/s5-blank.html %%DATADIR%%/s5-blank/ui/default/blank.gif %%DATADIR%%/s5-blank/ui/default/bodybg.gif %%DATADIR%%/s5-blank/ui/default/framing.css %%DATADIR%%/s5-blank/ui/default/iepngfix.htc %%DATADIR%%/s5-blank/ui/default/opera.css %%DATADIR%%/s5-blank/ui/default/outline.css %%DATADIR%%/s5-blank/ui/default/pretty.css %%DATADIR%%/s5-blank/ui/default/print.css %%DATADIR%%/s5-blank/ui/default/s5-core.css %%DATADIR%%/s5-blank/ui/default/slides.css %%DATADIR%%/s5-blank/ui/default/slides.js -man/man1/s5.1.gz +share/man/man1/s5.1.gz diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 60fbebefb778..0e17d2526f96 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -1,175 +1,175 @@ # Note: the Sphinx Storage Engine MySQL plugin is not supported by # this port. You need a patched version of mysql server for that. # See http://www.infracaninophile.co.uk/articles/sphinxse.html PORTNAME= sphinxsearch PORTVERSION= 2.2.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ \ http://snowball.tartarus.org/dist/:libstemmer DISTNAME= sphinx-${PORTVERSION}-release DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Sphinx Full-Text Search Engine WWW= https://sphinxsearch.com/ LICENSE= GPLv2 USES= compiler:c++11-lang CONFLICTS_INSTALL= mnogosearch # bin/indexer BUILD_DEPENDS= gsed:textproc/gsed # If expat is present on the system and configure finds it, it will # unconditionally link the output binary against it. There's no way # of turning this off. So for consistency, make sure it's always on. LIB_DEPENDS= libexpat.so:textproc/expat2 BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ RE2 SYSLOG UNIXODBC DOCS EXAMPLES OPTIONS_DEFAULT=ICONV ID64 MYSQL SYSLOG ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv ICONV_LDFLAGS= ${ICONV_LIB} # Changes document and word IDs to a 64bit type, useful if you have # more than about 4.2E9 such items to deal with. Means corresponding # changes in DB schema. Disabled by default. ID64_DESC= Use 64-bit document and word IDs ID64_CONFIGURE_ENABLE= id64 # Note: The snowball project doesn't release numbered versions of it's # pre-processors. Instead, at arbitrary but fairly long intervals a # snapshot of their source repository is turned into a tarball (always # the same filename) and placed on their web site. It's like they # want to make it as hard as possible for anyone to package and use # their software. # # Adds support for two additional word stemmming pre-processors from # the Snowball project (http://snowball.tartarus.org/) -- these # essentially do exactly the same thing as the built in English, # Russian and Czech stemmers but also support French, Spanish, # Portuguese, Italian, Romanian, German, Dutch, Swedish, Norwegian, # Danish, Finnish, Hungarian. Disabled by default. LIBSTEMMER_DESC= Compile with libstemmer support LIBSTEMMER_CONFIGURE_WITH=libstemmer LIBSTEMMER_DISTNAME= libstemmer_c LIBSTEMMER_DISTFILES= ${LIBSTEMMER_DISTNAME}.tgz:libstemmer .if make(makesum) || defined(FETCH_ALL) OPTIONS_SET_FORCE= LIBSTEMMER .endif # The port will successfully compile with both PGSQL and MYSQL support # simultaneously. Not sure how useful that is in practice though. MYSQL_CONFIGURE_WITH= mysql MYSQL_CONFIGURE_ON= --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql MYSQL_USES= mysql OPTIMIZED_CFLAGS_CXXFLAGS=-O3 -fomit-frame-pointer PGSQL_CONFIGURE_WITH= pgsql PGSQL_CONFIGURE_ON= --with-pgsql-includes=${LOCALBASE}/include \ --with-pgsql-libs=${LOCALBASE}/lib PGSQL_USES= pgsql # Why does this insist on linking against the libre2.a static library? RE2_DESC= Enable re2 regular expression library RE2_CONFIGURE_WITH= re2 RE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libre2.a:devel/re2 RE2_BROKEN= Bad C++ code in re2.h SYSLOG_DESC= Enable logging via syslog SYSLOG_CONFIGURE_WITH= syslog UNIXODBC_CONFIGURE_WITH=unixodbc UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC CONFLICTS= sphinxsearch-devel dpsearch rdb \ swish++ xaira USERS?= _sphinx GROUPS?= _sphinx SPHINX_DIR?= /var/db/${PORTNAME} SPHINX_RUN?= /var/run/${PORTNAME} SPHINX_LOG?= /var/log/${PORTNAME} # Yes, the conflation of CPPFLAGS and CXXFLAGS is deliberate. No, # don't ask. GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} CFGFILE= ${PREFIX}/etc/sphinx.conf USE_RC_SUBR= sphinxsearch SUB_LIST+= PORTNAME=${PORTNAME} \ CFGFILE=${CFGFILE} \ SPHINX_USR=${USERS} \ SPHINX_GRP=${GROUPS} \ SPHINX_DIR=${SPHINX_DIR} \ SPHINX_RUN=${SPHINX_RUN} \ SPHINX_LOG=${SPHINX_LOG} SUB_FILES+= pkg-deinstall BINS= indexer indextool spelldump wordbreaker EXAMPLES= example.sql api DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml \ sphinx-min.conf.dist DOCSRC= ${WRKSRC}/doc MAN1SRC= indexer.1 indextool.1 spelldump.1 MAN8SRC= searchd.8 post-extract-LIBSTEMMER-on: @( cd ${WRKDIR} && ${COPYTREE_SHARE} ${LIBSTEMMER_DISTNAME} ${WRKSRC} ) # Fix up the sample configuration file to correspond to FreeBSD norms post-patch: @${REINPLACE_CMD} \ -e "s!@CONFDIR@/log/searchd.pid!${SPHINX_RUN}/searchd.pid!" \ -e "s!@CONFDIR@/log/query.log!${SPHINX_LOG}/sphinx-query.log!" \ -e "s!@CONFDIR@/log/searchd.log!${SPHINX_LOG}/searchd.log!" \ -e "s!@CONFDIR@!${SPHINX_DIR}!" \ ${WRKSRC}/sphinx.conf.in ${SED} -e 's/"1"/"8"/' ${DOCSRC}/searchd.1 > ${DOCSRC}/searchd.8 .for man in ${MAN1} ${SED} -i~ -e 's/\\fBsearchd\\fR(1)/\\fBsearchd\\fR(8)/' \ ${DOCSRC}/${man} .endfor do-install: .for bin in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/src/${bin} ${STAGEDIR}${PREFIX}/bin/${bin} .endfor ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${STAGEDIR}${PREFIX}/sbin/searchd ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample .for man in ${MAN1SRC} - ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man1/${man} + ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${PREFIX}/share/man/man1/${man} .endfor .for man in ${MAN8SRC} - ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man8/${man} + ${INSTALL_MAN} ${DOCSRC}/${man} ${STAGEDIR}${PREFIX}/share/man/man8/${man} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for example in ${EXAMPLES} @cd ${WRKSRC} && ${COPYTREE_SHARE} ${example} ${STAGEDIR}${EXAMPLESDIR} .endfor .include diff --git a/textproc/sphinxsearch/pkg-plist b/textproc/sphinxsearch/pkg-plist index 45fc5a0467ca..aa5effb020ae 100644 --- a/textproc/sphinxsearch/pkg-plist +++ b/textproc/sphinxsearch/pkg-plist @@ -1,136 +1,136 @@ bin/indexer bin/indextool bin/spelldump bin/wordbreaker @sample etc/sphinx.conf.sample -man/man1/indexer.1.gz -man/man1/indextool.1.gz -man/man1/spelldump.1.gz -man/man8/searchd.8.gz +share/man/man1/indexer.1.gz +share/man/man1/indextool.1.gz +share/man/man1/spelldump.1.gz +share/man/man8/searchd.8.gz sbin/searchd %%PORTDOCS%%%%DOCSDIR%%/sphinx-min.conf.dist %%PORTDOCS%%%%DOCSDIR%%/sphinx.css %%PORTDOCS%%%%DOCSDIR%%/sphinx.html %%PORTDOCS%%%%DOCSDIR%%/sphinx.txt %%PORTDOCS%%%%DOCSDIR%%/sphinx.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/MANIFEST.MF %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxClient.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxException.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxMatch.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxResult.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/SphinxWordInfo.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mk.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/mkdoc.cmd %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/java/test.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/lgpl-3.0.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/COPYING %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.am %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/Makefile.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/build.mk %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/buildconf.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.guess %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/config.sub %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/configure.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/install-sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/libsphinxclient.vcproj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/ltmain.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/missing %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_ref.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/smoke_test.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/sphinxclient_config.h.in %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.sln %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test.vcproj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.sln %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/libsphinxclient/test03.vcproj %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/README.rdoc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/Rakefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/init.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/install.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/client.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/request.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/lib/sphinx/response.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_response_spec.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/client_spec.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/default_search_index.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_custom.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_default.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/excerpt_flags.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/field_weights.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_exclude.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_float_range_exclude.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_exclude.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_range_int64.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filter_ranges.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/filters_different.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/geo_anchor.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attr.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_attrpair.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_day_sort.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_month.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_week.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_by_year.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/group_distinct.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/id_range64.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/index_weights.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/keywords.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_cutoff.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/limits_max_cutoff.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_all.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_any.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_boolean.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_extended2.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_fullscan.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/match_phrase.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/max_query_time.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/miltiple_queries.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_bm25.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_none.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_proximity_bm25.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/ranking_wordcount.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/retries_delay.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/select.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/set_override.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_asc.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_attr_desc.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_expr.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_extended.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_relevance.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sort_time_segments.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/sphinxapi.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/update_attributes_mva.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/fixtures/weights.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx-id64.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/spec/sphinx/sphinx_test.sql %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/sphinx.yml.tpl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/tasks/sphinx.rake %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/ruby/test.rb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/sphinxapi.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.php %%PORTEXAMPLES%%%%EXAMPLESDIR%%/api/test2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sql diff --git a/textproc/svn2cl/Makefile b/textproc/svn2cl/Makefile index dd3da4b2718a..beb3afc3f76b 100644 --- a/textproc/svn2cl/Makefile +++ b/textproc/svn2cl/Makefile @@ -1,34 +1,35 @@ PORTNAME= svn2cl PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://arthurdejong.org/svn2cl/ MAINTAINER= ports@FreeBSD.org COMMENT= Subversion ChangeLog generator WWW= https://arthurdejong.org/svn2cl/ RUN_DEPENDS= xsltproc:textproc/libxslt \ svn:devel/subversion NO_BUILD= yes PORTDOCS= ChangeLog NEWS README TODO DATAFILES= authors.xml svn2cl.xsl svn2html.css svn2html.xsl OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|XSL="$$dir|XSL="${DATADIR}|' ${WRKSRC}/${PORTNAME}.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/svn2cl.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/svn2cl.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} .for i in ${DATAFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/textproc/svn2cl/pkg-plist b/textproc/svn2cl/pkg-plist index c65a83c220a1..31aa863dd22d 100644 --- a/textproc/svn2cl/pkg-plist +++ b/textproc/svn2cl/pkg-plist @@ -1,6 +1,6 @@ bin/svn2cl -man/man1/svn2cl.1.gz +share/man/man1/svn2cl.1.gz %%DATADIR%%/authors.xml %%DATADIR%%/svn2cl.xsl %%DATADIR%%/svn2html.css %%DATADIR%%/svn2html.xsl diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 4c5639d19593..35e33ce250fd 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,47 +1,47 @@ PORTNAME= unroff PORTVERSION= 1.0.2 PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} DIST_SUBDIR= unroff PATCH_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/contrib/ PATCHFILES= me-misc-patch.gz misc-patch-2.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Programmable troff translator with backend for HTML WWW= https://www-rn.informatik.uni-bremen.de/software/unroff/ LICENSE= UNROFF LICENSE_NAME= unroff license LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libelk.so:lang/elk BUILD_WRKSRC= ${WRKSRC}/src MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DBSD" \ INCLUDE="-I${LOCALBASE}/include/elk" \ LIBS="-lm -lelk -L${LOCALBASE}/lib" \ ELKDIR="${LOCALBASE}/share/elk" \ DIR="${DATADIR}" ELK="" OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/unroff ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/misc .for i in doc/tmac.hyper misc/sample.unroff ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}/misc .endfor ${TAR} -C ${WRKSRC} -cf - scm | \ ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/manual.ms ${STAGEDIR}${DOCSDIR} .include diff --git a/textproc/unroff/pkg-plist b/textproc/unroff/pkg-plist index afdef34f03d5..29570e05486e 100644 --- a/textproc/unroff/pkg-plist +++ b/textproc/unroff/pkg-plist @@ -1,21 +1,21 @@ bin/unroff -man/man1/unroff-html-man.1.gz -man/man1/unroff-html-me.1.gz -man/man1/unroff-html-ms.1.gz -man/man1/unroff-html.1.gz -man/man1/unroff.1.gz +share/man/man1/unroff-html-man.1.gz +share/man/man1/unroff-html-me.1.gz +share/man/man1/unroff-html-ms.1.gz +share/man/man1/unroff-html.1.gz +share/man/man1/unroff.1.gz %%PORTDOCS%%%%DOCSDIR%%/manual.ms %%DATADIR%%/misc/sample.unroff %%DATADIR%%/misc/tmac.hyper %%DATADIR%%/scm/troff.scm %%DATADIR%%/scm/troff.scm.orig %%DATADIR%%/scm/html/common.scm %%DATADIR%%/scm/html/common.scm.orig %%DATADIR%%/scm/html/m.scm %%DATADIR%%/scm/html/man.scm %%DATADIR%%/scm/html/me.scm %%DATADIR%%/scm/html/me.scm.orig %%DATADIR%%/scm/html/ms.scm %%DATADIR%%/scm/html/ms.scm.orig %%DATADIR%%/scm/misc/hyper.scm %%DATADIR%%/scm/misc/hyper.scm.orig diff --git a/textproc/y2l/Makefile b/textproc/y2l/Makefile index aa4dc1762526..b0eccad60516 100644 --- a/textproc/y2l/Makefile +++ b/textproc/y2l/Makefile @@ -1,18 +1,19 @@ PORTNAME= y2l PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Yacc-to-Latex pretty printer/converter WWW= http://www.alchar.org/~aedil/Projects/y2l.html NO_BUILD= yes -PLIST_FILES= bin/y2l man/man1/y2l.1.gz +PLIST_FILES= bin/y2l share/man/man1/y2l.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/y2l ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${MANPREFIX}/man/man1/y2l.1 + ${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${PREFIX}/share/man/man1/y2l.1 .include diff --git a/vietnamese/vnconvert/Makefile b/vietnamese/vnconvert/Makefile index 7ab6714ce6cf..33cc142a561b 100644 --- a/vietnamese/vnconvert/Makefile +++ b/vietnamese/vnconvert/Makefile @@ -1,22 +1,22 @@ PORTNAME= vnconvert PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= vietnamese MASTER_SITES= LOCAL/obrien DISTNAME= convert EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Converts Vietnamese text files between popular formats NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= -PLIST_FILES= bin/vnconvert man/man1/vnconvert.1.gz +PLIST_FILES= bin/vnconvert share/man/man1/vnconvert.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include