summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2012-07-27 16:30:16 +0000
committernivit <nivit@FreeBSD.org>2012-07-27 16:30:16 +0000
commitdaf6bdb08349003e1f1fd517f5e06e0d2957b71b (patch)
treed306bfc1c6ecb01eac747a3804186ad03f835c36
parent8c6c76f9f1425edcfbcb9347bd0400883bcfa416 (diff)
downloadFreeBSD-ports-daf6bdb08349003e1f1fd517f5e06e0d2957b71b.zip
FreeBSD-ports-daf6bdb08349003e1f1fd517f5e06e0d2957b71b.tar.gz
master site and distfile no more available
-rw-r--r--MOVED1
-rw-r--r--print/Makefile1
-rw-r--r--print/pdfmerge/Makefile54
-rw-r--r--print/pdfmerge/distinfo2
-rw-r--r--print/pdfmerge/files/patch-Scripts-bash_f_dlg9
-rw-r--r--print/pdfmerge/files/patch-Scripts-bash_pr_dlg9
-rw-r--r--print/pdfmerge/files/patch-Scripts-bash_sg_dlg9
-rw-r--r--print/pdfmerge/files/patch-Scripts-bash_ui9
-rw-r--r--print/pdfmerge/files/patch-Scripts-merge_pdf36
-rw-r--r--print/pdfmerge/files/patch-Scripts-ps2pdf9
-rw-r--r--print/pdfmerge/files/patch-Scripts-ps2pdf129
-rw-r--r--print/pdfmerge/files/patch-Scripts-ps2pdfwr9
-rw-r--r--print/pdfmerge/pkg-descr10
-rw-r--r--print/pdfmerge/pkg-plist10
14 files changed, 1 insertions, 176 deletions
diff --git a/MOVED b/MOVED
index 05cb59b..ba83cbe 100644
--- a/MOVED
+++ b/MOVED
@@ -3560,3 +3560,4 @@ mail/mutt-devel-lite|mail/mutt-lite|2012-07-22|mail/mutt-devel is ready for prim
deskutils/phpgroupware|www/phpgroupware|2012-07-23|Moved to proper category
textproc/fcitx-keyboard||2012-07-25|Removed, merged into chinese/fcitx
devel/pkg-config|devel/pkgconf|2012-07-26|pkg-config has been replace by pkgconf
+print/pdfmerge||2012-07-27|Removed
diff --git a/print/Makefile b/print/Makefile
index 101c025..916b58b 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -219,7 +219,6 @@
SUBDIR += pdfjam
SUBDIR += pdflib
SUBDIR += pdflib-perl
- SUBDIR += pdfmerge
SUBDIR += pdfmod
SUBDIR += pdftk
SUBDIR += pdq
diff --git a/print/pdfmerge/Makefile b/print/pdfmerge/Makefile
deleted file mode 100644
index 6927b83..0000000
--- a/print/pdfmerge/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: pdfmerge
-# Date created: Mar 15 2005
-# Whom: Nicola Vitale <nivit@email.it>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdfmerge
-PORTVERSION= 1.0
-PORTREVISION= 4
-CATEGORIES= print
-MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ \
- http://web.hku.hk/cgi-bin/cgiwrap/kangsg/freeware/
-DISTNAME= PDFMerge
-EXTRACT_SUFX= .zip
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= A shell script (with simple UI) to merge PDF files
-
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-
-USE_ZIP= yes
-USE_GHOSTSCRIPT_RUN= yes
-
-WRKSRC= ${WRKDIR}/Scripts
-NO_BUILD= yes
-NO_INSTALL_MANPAGES= yes
-
-FIND_ARGS= \! -type d -and \! -name "*.orig" \! -name "*.txt" \! -name "*.bak"
-LINK_OPTS?= -sf
-SED_OPTS= -i .bak
-
-post-patch:
- @REPLACE_FILES=$$(${FIND} ${WRKSRC} ${FIND_ARGS} ); \
- for FILE in $${REPLACE_FILES}; do \
- ${SED} ${SED_OPTS} \
- -e "/%%LOCALBASE%%/s//${LOCALBASE:S/\//\\\//g}/g" \
- -e "/%%DATADIR%%/s//${DATADIR:S/\//\\\//g}/g" $${FILE}; \
- done;
-
-do-install:
-# Scripts
- ${MKDIR} ${DATADIR}; \
- cd ${WRKSRC}; \
- FILES=$$(${FIND} . ${FIND_ARGS} ); \
- for FILE in $${FILES}; do \
- ${INSTALL_SCRIPT} $${FILE} ${DATADIR}/$${FILE}; \
- done;
-
-# Link to executable
- FILE=merge_pdf; \
- ${LN} ${LINK_OPTS} ${DATADIR}/$${FILE} ${PREFIX}/bin/${PORTNAME};
-
-.include <bsd.port.mk>
diff --git a/print/pdfmerge/distinfo b/print/pdfmerge/distinfo
deleted file mode 100644
index 3c6c227..0000000
--- a/print/pdfmerge/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PDFMerge.zip) = 76c2cb61fb18aac9bed15aa73671f7b9d3378bfaaf0fce0229e3330c7a0643bf
-SIZE (PDFMerge.zip) = 9377
diff --git a/print/pdfmerge/files/patch-Scripts-bash_f_dlg b/print/pdfmerge/files/patch-Scripts-bash_f_dlg
deleted file mode 100644
index e1fa61b..0000000
--- a/print/pdfmerge/files/patch-Scripts-bash_f_dlg
+++ /dev/null
@@ -1,9 +0,0 @@
-$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
-
- ####################################################################
- #
diff --git a/print/pdfmerge/files/patch-Scripts-bash_pr_dlg b/print/pdfmerge/files/patch-Scripts-bash_pr_dlg
deleted file mode 100644
index 1dbfc1f..0000000
--- a/print/pdfmerge/files/patch-Scripts-bash_pr_dlg
+++ /dev/null
@@ -1,9 +0,0 @@
-$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
diff --git a/print/pdfmerge/files/patch-Scripts-bash_sg_dlg b/print/pdfmerge/files/patch-Scripts-bash_sg_dlg
deleted file mode 100644
index b04449d..0000000
--- a/print/pdfmerge/files/patch-Scripts-bash_sg_dlg
+++ /dev/null
@@ -1,9 +0,0 @@
-$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
-
- ##################################################
- #
diff --git a/print/pdfmerge/files/patch-Scripts-bash_ui b/print/pdfmerge/files/patch-Scripts-bash_ui
deleted file mode 100644
index 988d0d9..0000000
--- a/print/pdfmerge/files/patch-Scripts-bash_ui
+++ /dev/null
@@ -1,9 +0,0 @@
-$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
-
- ####################################################################
- #
diff --git a/print/pdfmerge/files/patch-Scripts-merge_pdf b/print/pdfmerge/files/patch-Scripts-merge_pdf
deleted file mode 100644
index 0485f6c..0000000
--- a/print/pdfmerge/files/patch-Scripts-merge_pdf
+++ /dev/null
@@ -1,36 +0,0 @@
-$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
-
-
diff --git a/print/pdfmerge/files/patch-Scripts-ps2pdf b/print/pdfmerge/files/patch-Scripts-ps2pdf
deleted file mode 100644
index 7655e09..0000000
--- a/print/pdfmerge/files/patch-Scripts-ps2pdf
+++ /dev/null
@@ -1,9 +0,0 @@
-$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.
-
diff --git a/print/pdfmerge/files/patch-Scripts-ps2pdf12 b/print/pdfmerge/files/patch-Scripts-ps2pdf12
deleted file mode 100644
index dc9f7d9..0000000
--- a/print/pdfmerge/files/patch-Scripts-ps2pdf12
+++ /dev/null
@@ -1,9 +0,0 @@
-$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).
-
diff --git a/print/pdfmerge/files/patch-Scripts-ps2pdfwr b/print/pdfmerge/files/patch-Scripts-ps2pdfwr
deleted file mode 100644
index e082ee7..0000000
--- a/print/pdfmerge/files/patch-Scripts-ps2pdfwr
+++ /dev/null
@@ -1,9 +0,0 @@
-$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.
-
diff --git a/print/pdfmerge/pkg-descr b/print/pdfmerge/pkg-descr
deleted file mode 100644
index 1e6bf38..0000000
--- a/print/pdfmerge/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-A small tool to merge several PDF files into one PDF file
-(based on Ghostscript).
-
-It has the following features:
-
- * Add/Remove PDF files;
- * Adjust the order of the PDF files;
- * Merge the PDF file based on ps2pdf.
-
-WWW: http://web.hku.hk/~kangsg/freeware/
diff --git a/print/pdfmerge/pkg-plist b/print/pdfmerge/pkg-plist
deleted file mode 100644
index 561cd4b..0000000
--- a/print/pdfmerge/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/pdfmerge
-%%DATADIR%%/bash_f_dlg
-%%DATADIR%%/bash_pr_dlg
-%%DATADIR%%/bash_sg_dlg
-%%DATADIR%%/bash_ui
-%%DATADIR%%/merge_pdf
-%%DATADIR%%/ps2pdf
-%%DATADIR%%/ps2pdf12
-%%DATADIR%%/ps2pdfwr
-@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud