Index: head/print/pdfmerge/distinfo =================================================================== --- head/print/pdfmerge/distinfo (revision 152364) +++ head/print/pdfmerge/distinfo (revision 152365) @@ -1,2 +1,3 @@ MD5 (PDFMerge.zip) = a2e5349bf710464218214b4241f18fd5 +SHA256 (PDFMerge.zip) = 76c2cb61fb18aac9bed15aa73671f7b9d3378bfaaf0fce0229e3330c7a0643bf SIZE (PDFMerge.zip) = 9377 Property changes on: head/print/pdfmerge/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-bash_f_dlg =================================================================== --- head/print/pdfmerge/files/patch-Scripts-bash_f_dlg (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-bash_f_dlg (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- bash_f_dlg Thu Jan 29 17:14:44 2004 +++ bash_f_dlg.port Tue Mar 15 13:47:23 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash #################################################################### # Property changes on: head/print/pdfmerge/files/patch-Scripts-bash_f_dlg ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-bash_pr_dlg =================================================================== --- head/print/pdfmerge/files/patch-Scripts-bash_pr_dlg (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-bash_pr_dlg (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- bash_pr_dlg Thu Jan 29 17:14:44 2004 +++ bash_pr_dlg.port Tue Mar 15 13:47:36 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash load_process_dlg_ui () { load_ui_res << EOF Property changes on: head/print/pdfmerge/files/patch-Scripts-bash_pr_dlg ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-bash_sg_dlg =================================================================== --- head/print/pdfmerge/files/patch-Scripts-bash_sg_dlg (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-bash_sg_dlg (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- bash_sg_dlg Thu Jan 29 17:14:44 2004 +++ bash_sg_dlg.port Tue Mar 15 13:47:46 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash ################################################## # Property changes on: head/print/pdfmerge/files/patch-Scripts-bash_sg_dlg ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-bash_ui =================================================================== --- head/print/pdfmerge/files/patch-Scripts-bash_ui (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-bash_ui (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- bash_ui Thu Jan 29 17:14:44 2004 +++ bash_ui.port Tue Mar 15 13:47:54 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash #################################################################### # Property changes on: head/print/pdfmerge/files/patch-Scripts-bash_ui ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-merge_pdf =================================================================== --- head/print/pdfmerge/files/patch-Scripts-merge_pdf (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-merge_pdf (revision 152365) @@ -1,35 +1,36 @@ +$FreeBSD$ --- merge_pdf Thu Jan 29 17:14:44 2004 +++ merge_pdf.port Tue Mar 15 19:13:06 2005 @@ -1,5 +1,6 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash +cd %%DATADIR%% source bash_ui source bash_f_dlg source bash_sg_dlg @@ -48,12 +49,12 @@ # The main procedure # ################################################## -root_path=${0%[/]*} +root_path=%%DATADIR%% export PATH=$PATH:/bin:$root_path cd "$root_path" recent_dir="`pwd`" -if [ -f .merge_pdf.cfg ]; then - recent_dir="$(< .merge_pdf.cfg)" +if [ -f ~/.merge_pdf.cfg ]; then + recent_dir="$(< ~/.merge_pdf.cfg)" fi tty_init run_src_gather_dialog "[PDF Merge]" "Merge" "Merge pdf files" '*.[Pp][Dd][Ff]' '*.pdf' @@ -81,7 +82,7 @@ fi fi tty_restore -echo "$recent_dir" > .merge_pdf.cfg +echo "$recent_dir" > ~/.merge_pdf.cfg exit 0 Property changes on: head/print/pdfmerge/files/patch-Scripts-merge_pdf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-ps2pdf =================================================================== --- head/print/pdfmerge/files/patch-Scripts-ps2pdf (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-ps2pdf (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- ps2pdf Sat Jan 10 21:11:14 2004 +++ ps2pdf.port Tue Mar 15 13:48:15 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash # $Id: ps2pdf,v 1.1 2000/03/09 08:40:40 lpd Exp $ # Convert PostScript to PDF. Property changes on: head/print/pdfmerge/files/patch-Scripts-ps2pdf ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-ps2pdf12 =================================================================== --- head/print/pdfmerge/files/patch-Scripts-ps2pdf12 (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-ps2pdf12 (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- ps2pdf12 Sat Jan 10 21:11:14 2004 +++ ps2pdf12.port Tue Mar 15 13:48:26 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash # $Id: ps2pdf12,v 1.1 2000/03/09 08:40:40 lpd Exp $ # Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible). Property changes on: head/print/pdfmerge/files/patch-Scripts-ps2pdf12 ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/pdfmerge/files/patch-Scripts-ps2pdfwr =================================================================== --- head/print/pdfmerge/files/patch-Scripts-ps2pdfwr (revision 152364) +++ head/print/pdfmerge/files/patch-Scripts-ps2pdfwr (revision 152365) @@ -1,8 +1,9 @@ +$FreeBSD$ --- ps2pdfwr Sat Jan 10 21:11:14 2004 +++ ps2pdfwr.port Tue Mar 15 13:48:43 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!%%LOCALBASE%%/bin/bash # $Id: ps2pdfwr,v 1.6.2.1 2002/01/22 21:34:04 jackiem Exp $ # Convert PostScript to PDF without specifying CompatibilityLevel. Property changes on: head/print/pdfmerge/files/patch-Scripts-ps2pdfwr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property