1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

master site and distfile no more available

This commit is contained in:
Nicola Vitale 2012-07-27 16:30:16 +00:00
parent 92acabe5c4
commit d4f621dbf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301623
14 changed files with 1 additions and 176 deletions

1
MOVED
View File

@ -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

View File

@ -219,7 +219,6 @@
SUBDIR += pdfjam
SUBDIR += pdflib
SUBDIR += pdflib-perl
SUBDIR += pdfmerge
SUBDIR += pdfmod
SUBDIR += pdftk
SUBDIR += pdq

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (PDFMerge.zip) = 76c2cb61fb18aac9bed15aa73671f7b9d3378bfaaf0fce0229e3330c7a0643bf
SIZE (PDFMerge.zip) = 9377

View File

@ -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
####################################################################
#

View File

@ -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

View File

@ -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
##################################################
#

View File

@ -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
####################################################################
#

View File

@ -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

View File

@ -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.

View File

@ -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).

View File

@ -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.

View File

@ -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/

View File

@ -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%%