Index: head/textproc/bar/Makefile =================================================================== --- head/textproc/bar/Makefile (revision 341142) +++ head/textproc/bar/Makefile (revision 341143) @@ -1,22 +1,21 @@ # Created by: Erik Greenwald # $FreeBSD$ PORTNAME= bar PORTVERSION= 1.4 +DISTVERSIONSUFFIX= -src CATEGORIES= textproc MASTER_SITES= http://www.theiling.de/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= erik@bz.bzflag.bz COMMENT= Cat with ASCII progress bar USE_BZIP2= yes NO_BUILD= yes PLIST_FILES= bin/bar WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bar ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bar ${STAGEDIR}${PREFIX}/bin .include Index: head/textproc/bbe/Makefile =================================================================== --- head/textproc/bbe/Makefile (revision 341142) +++ head/textproc/bbe/Makefile (revision 341143) @@ -1,32 +1,29 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= bbe PORTVERSION= 0.2.2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A sed-like editor for binary files +LICENSE= GPLv2 HAS_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz DOCS= AUTHORS ChangeLog README PORTDOCS= bbe.html ${DOCS} -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/bbe.html ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/bbe.html ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include Index: head/textproc/bedic-data/Makefile =================================================================== --- head/textproc/bedic-data/Makefile (revision 341142) +++ head/textproc/bedic-data/Makefile (revision 341143) @@ -1,33 +1,29 @@ # Created by: Peter Pentchev # $FreeBSD$ PORTNAME= bedic-data PORTVERSION= 0.1.b1 CATEGORIES= textproc MASTER_SITES= SF/kbedic/Dictionary%20Data/1.0 DISTNAME= ${PORTNAME} MAINTAINER= todorov@freebsd-bg.org COMMENT= Data (dictionary) files for the kbedic and cbedic ports NO_BUILD= yes -PLIST= ${WRKDIR}/pkg-plist DICT_ALL= buleng.dat engbul.dat DICT_DIR?= ${PREFIX}/share DICTIONARIES?= ${DICT_ALL} +PLIST_FILES= ${DICTIONARIES:S,^,share/,} -NO_STAGE= yes pre-fetch: @${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries" @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" @${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}" -pre-install: - @${ECHO_CMD} ${DICTIONARIES} | ${TR} ' ' '\n' | ${SED} 's,^,share/,' > ${PLIST} - do-install: - ${MKDIR} ${DICT_DIR} - ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${DICT_DIR}/ + @${MKDIR} ${STAGEDIR}${DICT_DIR} + ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${STAGEDIR}${DICT_DIR}/ .include Index: head/textproc/bib2html/Makefile =================================================================== --- head/textproc/bib2html/Makefile (revision 341142) +++ head/textproc/bib2html/Makefile (revision 341143) @@ -1,45 +1,38 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= bib2html DISTVERSION= 5.1-1 CATEGORIES= textproc print MASTER_SITES= http://www.arakhne.org/IMG/gz/ \ http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= The BibTeX to HTML Translator WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src USES= perl5 USE_PERL5= run NO_BUILD= yes -NO_STAGE= yes post-patch: @${SED} -e \ - 's:= "$$0";:= "${PREFIX}/${SITE_PERL_REL}/Bib2HTML";:g' \ + 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \ < ${WRKSRC}/bib2html.pl > ${WRKSRC}/bib2html @${SED} -e \ - 's:= "$$0";:= "${PREFIX}/${SITE_PERL_REL}/Bib2HTML";:g' \ + 's:= "$$0";:= "${SITE_PERL}/Bib2HTML";:g' \ < ${WRKSRC}/bib2xml.pl > ${WRKSRC}/bib2xml do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/bib2html ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bib2xml ${PREFIX}/bin - @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML - @cd ${WRKSRC}/Bib2HTML && ${FIND} . | \ - ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \ - ${PREFIX}/${SITE_PERL_REL}/Bib2HTML - ${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type f | \ - ${XARGS} ${CHMOD} ${LIBMODE} - ${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type d | \ - ${XARGS} ${CHMOD} a+rx - @${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type f | \ - ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} - @${FIND} ${PREFIX}/${SITE_PERL_REL}/Bib2HTML -type d | ${SORT} -r | \ - ${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST} + ${INSTALL_SCRIPT} ${WRKSRC}/bib2html ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bib2xml ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${SITE_PERL}/Bib2HTML + cd ${WRKSRC}/Bib2HTML && ${COPYTREE_SHARE} . ${STAGEDIR}${SITE_PERL}/Bib2HTML + ${FIND} ${STAGEDIR}${SITE_PERL}/Bib2HTML -type f | \ + ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} + ${FIND} ${STAGEDIR}${SITE_PERL}/Bib2HTML -type d | ${SORT} -r | \ + ${SED} "s,^${STAGEDIR}${PREFIX}/,@dirrm ," >> ${TMPPLIST} .include Index: head/textproc/bibtool/Makefile =================================================================== --- head/textproc/bibtool/Makefile (revision 341142) +++ head/textproc/bibtool/Makefile (revision 341143) @@ -1,42 +1,34 @@ # Created by: Rong-En Fan # $FreeBSD$ PORTNAME= bibtool PORTVERSION= 2.48 PORTREVISION= 5 CATEGORIES= textproc print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= biblio/bibtex/utils/${PORTNAME} DISTNAME= BibTool-${PORTVERSION} MAINTAINER= rafan@FreeBSD.org COMMENT= Command line manipulation of BibTeX files USE_TEX= latex:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kpathsea CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MAKEFILE= makefile INSTALL_TARGET= install install.man -MAN1= bibtool.1 +PORTDOCS= bibtool.dvi ref_card.dvi c_lib.dvi -TXT_DOCS= Doc/bibtool.dvi Doc/ref_card.dvi Doc/c_lib.dvi -.if !defined(NOPORTDOCS) -PORTDOCS= ${TXT_DOCS:S/^Doc\///} -.endif +post-build: + cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc -NO_STAGE= yes -.include - post-install: -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc - ${MKDIR} ${DOCSDIR} - for f in ${TXT_DOCS}; do \ - ${INSTALL_MAN} ${WRKSRC}/$$f ${DOCSDIR}; \ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + for f in ${PORTDOCS}; do \ + ${INSTALL_MAN} ${WRKSRC}/Doc/$$f ${STAGEDIR}${DOCSDIR}; \ done -.endif -.include +.include Index: head/textproc/bibtool/files/patch-makefile.in =================================================================== --- head/textproc/bibtool/files/patch-makefile.in (revision 341142) +++ head/textproc/bibtool/files/patch-makefile.in (nonexistent) @@ -1,29 +0,0 @@ ---- AutoConf/makefile.in.orig Sun Feb 8 17:46:11 2004 -+++ AutoConf/makefile.in Wed Nov 2 17:05:33 2005 -@@ -67,7 +67,7 @@ - # Name the C compiler - # - --CC = @CC@ -+CC ?= @CC@ - - # ------------------------------------------------------- - # CFLAGS are the flags for the C compiler. -@@ -78,7 +78,7 @@ - # optimizer is turned on. - # - --CFLAGS = -+CFLAGS += -DHAVE_PROTOTYPES - # CFLAGS = -O - # GNU C - # CFLAGS = -g -Wall -@@ -461,7 +461,7 @@ - # Targets from the GNU Regular Expression Library. - - regex$(OBJ): $(REGEX_DIR)$(DIR_SEP)regex.c $(MAKEFILE) -- $(CC) $(C_FLAGS) -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@ -+ $(CC) $(C_FLAGS) -DSTDC_HEADERS -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@ - - - bibtcl: Property changes on: head/textproc/bibtool/files/patch-makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/bibtool/files/patch-AutoConf__makefile.in =================================================================== --- head/textproc/bibtool/files/patch-AutoConf__makefile.in (nonexistent) +++ head/textproc/bibtool/files/patch-AutoConf__makefile.in (revision 341143) @@ -0,0 +1,47 @@ +--- ./AutoConf/makefile.in.orig 2004-02-08 09:46:11.000000000 +0000 ++++ ./AutoConf/makefile.in 2014-01-25 23:08:47.000000000 +0000 +@@ -25,7 +25,7 @@ + # Configuration Section + # ============================================================================= + # +-prefix = @prefix@ ++prefix = $(DESTDIR)@prefix@ + exec_prefix = @exec_prefix@ + + # ------------------------------------------------------- +@@ -42,7 +42,7 @@ + # Additionally name the section of the man pages to use. + # This should be 1 (user commands), l (local), or n (new) + # +-MANDIR = @mandir@ ++MANDIR = $(DESTDIR)@mandir@ + MANSECT = 1 + + # ------------------------------------------------------- +@@ -67,7 +67,7 @@ + # Name the C compiler + # + +-CC = @CC@ ++CC ?= @CC@ + + # ------------------------------------------------------- + # CFLAGS are the flags for the C compiler. +@@ -78,7 +78,7 @@ + # optimizer is turned on. + # + +-CFLAGS = ++CFLAGS += -DHAVE_PROTOTYPES + # CFLAGS = -O + # GNU C + # CFLAGS = -g -Wall +@@ -461,7 +461,7 @@ + # Targets from the GNU Regular Expression Library. + + regex$(OBJ): $(REGEX_DIR)$(DIR_SEP)regex.c $(MAKEFILE) +- $(CC) $(C_FLAGS) -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@ ++ $(CC) $(C_FLAGS) -DSTDC_HEADERS -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@ + + + bibtcl: Property changes on: head/textproc/bibtool/files/patch-AutoConf__makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/bibtool/files/patch-configure =================================================================== --- head/textproc/bibtool/files/patch-configure (revision 341142) +++ head/textproc/bibtool/files/patch-configure (revision 341143) @@ -1,20 +1,20 @@ ---- configure.orig Sun Feb 8 17:35:23 2004 -+++ configure Wed Nov 2 16:45:08 2005 +--- ./configure.orig 2004-02-08 09:35:23.000000000 +0000 ++++ ./configure 2014-01-25 23:08:47.000000000 +0000 @@ -4566,12 +4566,12 @@ kpathsea_dir= kpathsea_lib= kpathsea_def= - for cand in .. ../kpse3-2 kpse3-2 . + for cand in ${LOCALBASE} do - if test -f $cand/kpathsea/tex-file.h ; then - kpathsea_dir=$cand - kpathsea_lib=$cand/kpathsea/STATIC/libkpathsea.a - kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand" + if test -f $cand/include/kpathsea/tex-file.h ; then + kpathsea_dir=$cand/include + kpathsea_lib=$cand/lib/libkpathsea.a + kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand/include" fi done if test -z "$kpathsea_dir"; then Index: head/textproc/bibtool/files/patch-main.c =================================================================== --- head/textproc/bibtool/files/patch-main.c (revision 341142) +++ head/textproc/bibtool/files/patch-main.c (revision 341143) @@ -1,20 +1,20 @@ ---- main.c.orig Wed Nov 2 16:45:23 2005 -+++ main.c Wed Nov 2 16:47:22 2005 +--- ./main.c.orig 2004-02-08 09:41:38.000000000 +0000 ++++ ./main.c 2014-01-25 23:08:47.000000000 +0000 @@ -331,17 +331,6 @@ /*----------------------------------------------------------------------------- -** Function: true() -** Type: static int -** Purpose: -** -** Arguments: -** -** Returns: -**___________________________________________________ */ -static int true() { return TRUE; } - -/*----------------------------------------------------------------------------- ** Function: keep_selected() ** Type: static int ** Purpose: Index: head/textproc/bibtool/pkg-plist =================================================================== --- head/textproc/bibtool/pkg-plist (revision 341142) +++ head/textproc/bibtool/pkg-plist (revision 341143) @@ -1,12 +1,13 @@ bin/bibtool lib/BibTool/braces.rsc lib/BibTool/check_y.rsc lib/BibTool/default.rsc lib/BibTool/field.rsc lib/BibTool/improve.rsc lib/BibTool/iso2tex.rsc lib/BibTool/month.rsc lib/BibTool/opt.rsc lib/BibTool/sort_fld.rsc lib/BibTool/tex_def.rsc +man/man1/bibtool.1.gz @dirrm lib/BibTool Index: head/textproc/bibutils/Makefile =================================================================== --- head/textproc/bibutils/Makefile (revision 341142) +++ head/textproc/bibutils/Makefile (revision 341143) @@ -1,35 +1,30 @@ # $FreeBSD$ PORTNAME= bibutils PORTVERSION= 5.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/ - DISTNAME= ${PORTNAME}_${PORTVERSION}_src EXTRACT_SUFX= .tgz MAINTAINER= pgj@FreeBSD.org COMMENT= Program set interconverts between various bibliography formats LICENSE= GPLv2 -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -NO_STAGE= yes -do-configure: - @cd ${WRKSRC} && ./configure --install-dir ${PREFIX}/bin +HAS_CONFIGURE= yes test: all cd ${WRKSRC}/test && ${GMAKE} all test BINARIES= bib2xml biblatex2xml copac2xml ebi2xml end2xml endx2xml \ isi2xml med2xml modsclean ris2xml wordbib2xml xml2ads \ xml2bib xml2end xml2isi xml2ris xml2wordbib -.for binary in ${BINARIES} -PLIST_FILES+= bin/${binary} -.endfor +PLIST_FILES= ${BINARIES:S,^,bin/,} .include Index: head/textproc/bibutils/files/patch-Makefile_start =================================================================== --- head/textproc/bibutils/files/patch-Makefile_start (nonexistent) +++ head/textproc/bibutils/files/patch-Makefile_start (revision 341143) @@ -0,0 +1,11 @@ +--- ./Makefile_start.orig 2014-01-25 23:16:40.000000000 +0000 ++++ ./Makefile_start 2014-01-25 23:19:20.000000000 +0000 +@@ -75,7 +75,7 @@ + $(MAKE) -C bin \ + EXEEXT=$(EXEEXT) \ + PROGSIN="$(PROGRAMS)" \ +- INSTALLDIR=$(INSTALLDIR) \ ++ INSTALLDIR=$(DESTDIR)$(INSTALLDIR) \ + install + sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc + Property changes on: head/textproc/bibutils/files/patch-Makefile_start ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/bibutils/files/patch-configure =================================================================== --- head/textproc/bibutils/files/patch-configure (revision 341142) +++ head/textproc/bibutils/files/patch-configure (revision 341143) @@ -1,11 +1,11 @@ ---- ./configure.orig 2013-05-28 07:21:47.000000000 +0200 -+++ ./configure 2013-06-03 01:00:10.000000000 +0200 +--- ./configure.orig 2013-05-28 05:21:47.000000000 +0000 ++++ ./configure 2014-01-25 23:16:40.000000000 +0000 @@ -247,7 +247,7 @@ RANLIB='ranlib' POSTFIX='_netbsd' elif [ "$type" = "FreeBSD" ] ; then - CC='gcc' + CC='cc' CFLAGS='-Wall' if [ "$LIBTYPE" = "dynamic" ] ; then CLIBFLAGS='-Wall -fPIC' Index: head/textproc/bomstrip/Makefile =================================================================== --- head/textproc/bomstrip/Makefile (revision 341142) +++ head/textproc/bomstrip/Makefile (revision 341143) @@ -1,30 +1,25 @@ # Created by: Peter Pentchev # $FreeBSD$ PORTNAME= bomstrip PORTVERSION= 9 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.ueber.net/who/mjl/projects/bomstrip/files/:main \ http://devel.ringlet.net/textproc/bomstrip/:ringlet DISTFILES= ${DISTNAME}.tgz:main,ringlet \ ${DISTNAME}-roam-02-extra-files.tar.gz:ringlet PATCHFILES= ${DISTNAME}-roam-02.patch PATCH_SITES= http://devel.ringlet.net/textproc/bomstrip/ MAINTAINER= ports@FreeBSD.org COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text -USE_GMAKE= yes +USES= gmake MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" \ STRIP="" -MLINKS= bomstrip.1 bomstrip-files.1 -MAN1= bomstrip.1 -MANCOMPRESSED= yes - -NO_STAGE= yes .include Index: head/textproc/bomstrip/pkg-plist =================================================================== --- head/textproc/bomstrip/pkg-plist (revision 341142) +++ head/textproc/bomstrip/pkg-plist (revision 341143) @@ -1,50 +1,52 @@ bin/bomstrip bin/bomstrip-files +man/man1/bomstrip.1.gz +man/man1/bomstrip-files.1.gz %%DATADIR%%/source/bomstrip.awk %%DATADIR%%/source/bomstrip.b %%DATADIR%%/source/bomstrip.bf %%DATADIR%%/source/bomstrip.c %%DATADIR%%/source/bomstrip.cpp %%DATADIR%%/source/bomstrip.fs %%DATADIR%%/source/bomstrip.hs %%DATADIR%%/source/bomstrip.ocaml %%DATADIR%%/source/bomstrip.ook %%DATADIR%%/source/bomstrip.pas %%DATADIR%%/source/bomstrip.php %%DATADIR%%/source/bomstrip.pl %%DATADIR%%/source/bomstrip2.pl %%DATADIR%%/source/bomstrip.ps %%DATADIR%%/source/bomstrip.py %%DATADIR%%/source/bomstrip.rb %%DATADIR%%/source/bomstrip.sed %%DATADIR%%/source/bomstrip.unl %%DATADIR%%/tests/bom0 %%DATADIR%%/tests/bom1 %%DATADIR%%/tests/bom-ml1 %%DATADIR%%/tests/bom-ml2 %%DATADIR%%/tests/bom-ml3 %%DATADIR%%/tests/bom-ml4 %%DATADIR%%/tests/nobom0 %%DATADIR%%/tests/nobom1 %%DATADIR%%/tests/nobom2 %%DATADIR%%/tests/nobom-ml1 %%DATADIR%%/tests/nobom-ml2 %%DATADIR%%/tests/nobom-ml3 %%DATADIR%%/tests/nobom-ml4 %%DATADIR%%/tests/correct/rbom0 %%DATADIR%%/tests/correct/rbom1 %%DATADIR%%/tests/correct/rbom-ml1 %%DATADIR%%/tests/correct/rbom-ml2 %%DATADIR%%/tests/correct/rbom-ml3 %%DATADIR%%/tests/correct/rbom-ml4 %%DATADIR%%/tests/correct/rnobom0 %%DATADIR%%/tests/correct/rnobom1 %%DATADIR%%/tests/correct/rnobom2 %%DATADIR%%/tests/correct/rnobom-ml1 %%DATADIR%%/tests/correct/rnobom-ml2 %%DATADIR%%/tests/correct/rnobom-ml3 %%DATADIR%%/tests/correct/rnobom-ml4 @dirrm %%DATADIR%%/source @dirrm %%DATADIR%%/tests/correct @dirrm %%DATADIR%%/tests @dirrm %%DATADIR%% Index: head/textproc/bsddiff/Makefile =================================================================== --- head/textproc/bsddiff/Makefile (revision 341142) +++ head/textproc/bsddiff/Makefile (revision 341143) @@ -1,27 +1,21 @@ # Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= diff PORTVERSION= 20120705 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor PKGNAMEPREFIX= bsd- MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of diff from OpenBSD +USES= uidfix WRKSRC= ${WRKDIR}/${PORTNAME} -MANCOMPRESSED= yes -MAN1= bsddiff.1 MAKE_ENV+= BINDIR="${PREFIX}/bin" \ MANDIR="${MANPREFIX}/man/man" \ CATDIR="${MANPREFIX}/man/man" - -NO_STAGE= yes -post-install: - ${LN} -s ${PREFIX}/bin/bsddiff ${PREFIX}/bin/diff - ${LN} -s /usr/bin/diff ${PREFIX}/bin/gnudiff .include Index: head/textproc/bsddiff/pkg-plist =================================================================== --- head/textproc/bsddiff/pkg-plist (revision 341142) +++ head/textproc/bsddiff/pkg-plist (revision 341143) @@ -1,5 +1,6 @@ -@exec /bin/ln -s %%PREFIX%%/bin/bsddiff %%PREFIX%%/bin/diff -@exec /bin/ln -s /usr/bin/diff %%PREFIX%%/bin/gnudiff +@unexec rm -f %D/bin/diff +@exec /bin/ln -s %D/bin/bsddiff %D/bin/diff +@unexec rm -f %D/bin/gnudiff +@exec /bin/ln -s /usr/bin/diff %D/bin/gnudiff bin/bsddiff -bin/diff -bin/gnudiff +man/man1/bsddiff.1.gz Index: head/textproc/bsdgrep/Makefile =================================================================== --- head/textproc/bsdgrep/Makefile (revision 341142) +++ head/textproc/bsdgrep/Makefile (revision 341143) @@ -1,66 +1,46 @@ # Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= grep PORTVERSION= 20111002 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor PKGNAMEPREFIX= bsd- MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of grep -MANCOMPRESSED= maybe -MAN1= grep.1 -MLINKS= grep.1 bzegrep.1 \ - grep.1 bzfgrep.1 \ - grep.1 bzgrep.1 \ - grep.1 egrep.1 \ - grep.1 fgrep.1 \ - grep.1 lzegrep.1 \ - grep.1 lzfgrep.1 \ - grep.1 lzgrep.1 \ - grep.1 xzegrep.1 \ - grep.1 xzfgrep.1 \ - grep.1 xzgrep.1 \ - grep.1 zgrep.1 \ - grep.1 zegrep.1 \ - grep.1 zfgrep.1 +USES= uidfix MAKE_ENV+= BINDIR="${PREFIX}/bin" \ MANDIR="${MANPREFIX}/man/man" \ CATDIR="${MANPREFIX}/man/man" \ NLSDIR="${PREFIX}/share/nls" OPTIONS_DEFINE= GNU_COMPAT NLS OPTIONS_DEFAULT= GNU_COMPAT GNU_COMPAT_DESC= Use GNU regex library (recommended) CONFLICTS= gnugrep-* -NO_STAGE= yes -.include +.include .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" .else MAKE_ENV+= WITHOUT_NLS=yes PLIST_SUB+= NLS="@comment " .endif .if !${PORT_OPTIONS:MGNU_COMPAT} MAKE_ENV+= WITHOUT_GNU_COMPAT=yes .endif pre-install: .if ${PORT_OPTIONS:MNLS} ${MKDIR} ${PREFIX}/share/nls/gl_ES.ISO8859-1 .endif -post-install: - ${LN} -s ${PREFIX}/bin/grep ${PREFIX}/bin/bsdgrep - ${LN} -s /usr/bin/grep ${PREFIX}/bin/gnugrep - -.include +.include Index: head/textproc/bsdgrep/pkg-plist =================================================================== --- head/textproc/bsdgrep/pkg-plist (revision 341142) +++ head/textproc/bsdgrep/pkg-plist (revision 341143) @@ -1,30 +1,45 @@ -@exec /bin/ln -s %%PREFIX%%/bin/grep %%PREFIX%%/bin/bsdgrep -@exec /bin/ln -s /usr/bin/grep %%PREFIX%%/bin/gnugrep -bin/bsdgrep +@unexec rm -f %D/bin/bsdgrep +@exec /bin/ln -s %D/bin/grep %D/bin/bsdgrep +@unexec rm -f %D/bin/gnugrep +@exec /bin/ln -s /usr/bin/grep %D/bin/gnugrep bin/bzegrep bin/bzfgrep bin/bzgrep bin/egrep bin/fgrep -bin/gnugrep bin/grep bin/lzegrep bin/lzfgrep bin/lzgrep bin/xzegrep bin/xzfgrep bin/xzgrep bin/zgrep bin/zegrep bin/zfgrep +man/man1/bzegrep.1.gz +man/man1/bzfgrep.1.gz +man/man1/bzgrep.1.gz +man/man1/egrep.1.gz +man/man1/fgrep.1.gz +man/man1/grep.1.gz +man/man1/lzegrep.1.gz +man/man1/lzfgrep.1.gz +man/man1/lzgrep.1.gz +man/man1/xzegrep.1.gz +man/man1/xzfgrep.1.gz +man/man1/xzgrep.1.gz +man/man1/zegrep.1.gz +man/man1/zfgrep.1.gz +man/man1/zgrep.1.gz %%NLS%%share/nls/es_ES.ISO8859-1/grep.cat %%NLS%%share/nls/gl_ES.ISO8859-1/grep.cat %%NLS%%share/nls/hu_HU.ISO8859-2/grep.cat %%NLS%%share/nls/ja_JP.eucJP/grep.cat %%NLS%%share/nls/ja_JP.SJIS/grep.cat %%NLS%%share/nls/ja_JP.UTF-8/grep.cat %%NLS%%share/nls/pt_BR.ISO8859-1/grep.cat %%NLS%%share/nls/ru_RU.KOI8-R/grep.cat %%NLS%%share/nls/uk_UA.UTF-8/grep.cat %%NLS%%share/nls/zh_CN.UTF-8/grep.cat %%NLS%%@dirrmtry share/nls/gl_ES.ISO8859-1 Index: head/textproc/btparse/Makefile =================================================================== --- head/textproc/btparse/Makefile (revision 341142) +++ head/textproc/btparse/Makefile (revision 341143) @@ -1,26 +1,21 @@ # Created by: Kay Lehmann # $FreeBSD$ PORTNAME= btparse PORTVERSION= 0.35 CATEGORIES= textproc MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME} MAINTAINER= perl@FreeBSD.org COMMENT= C library for parsing and processing BibTeX data files GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= perl5 USE_PERL5= build -MAN3= btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \ - bt_postprocess.3 bt_macros.3 bt_split_names.3 \ - bt_format_names.3 bt_misc.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include Index: head/textproc/btparse/pkg-plist =================================================================== --- head/textproc/btparse/pkg-plist (revision 341142) +++ head/textproc/btparse/pkg-plist (revision 341143) @@ -1,7 +1,16 @@ bin/bibparse include/btparse.h lib/libbtparse.so.0 lib/libbtparse.so lib/libbtparse.la lib/libbtparse.a libdata/pkgconfig/btparse.pc +man/man3/btparse.3.gz +man/man3/bt_language.3.gz +man/man3/bt_input.3.gz +man/man3/bt_traversal.3.gz +man/man3/bt_postprocess.3.gz +man/man3/bt_macros.3.gz +man/man3/bt_split_names.3.gz +man/man3/bt_format_names.3.gz +man/man3/bt_misc.3.gz