aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2019-08-20 17:47:53 +0000
committerJason Helfman <jgh@FreeBSD.org>2019-08-20 17:47:53 +0000
commit1ec254fdfb9c739adaa072fc9511e533d0aebd56 (patch)
treecf63cde24e5bea4a8d5a03e9a7cc2f3bca4930c0 /palm
parent99ea08399c609cee2eaa5974927065e91baccade (diff)
downloadports-1ec254fdfb9c739adaa072fc9511e533d0aebd56.tar.gz
ports-1ec254fdfb9c739adaa072fc9511e533d0aebd56.zip
Notes
Diffstat (limited to 'palm')
-rw-r--r--palm/Makefile1
-rw-r--r--palm/imgvtopgm/Makefile24
-rw-r--r--palm/imgvtopgm/distinfo2
-rw-r--r--palm/imgvtopgm/files/patch-configure120
-rw-r--r--palm/imgvtopgm/pkg-descr5
-rw-r--r--palm/imgvtopgm/pkg-plist12
6 files changed, 0 insertions, 164 deletions
diff --git a/palm/Makefile b/palm/Makefile
index b05c9f467a62..c1b999ea46a3 100644
--- a/palm/Makefile
+++ b/palm/Makefile
@@ -3,7 +3,6 @@
COMMENT = Software support for handheld devices (Palm, PocketPC, ...)
- SUBDIR += imgvtopgm
SUBDIR += jpilot
SUBDIR += jpilot-picsnvideos
SUBDIR += libmal
diff --git a/palm/imgvtopgm/Makefile b/palm/imgvtopgm/Makefile
deleted file mode 100644
index d78371158292..000000000000
--- a/palm/imgvtopgm/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: sumikawa@ebina.hitachi.co.jp
-# $FreeBSD$
-
-PORTNAME= imgvtopgm
-PORTVERSION= 2.0
-PORTREVISION= 5
-CATEGORIES= palm graphics
-MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Palm Pilot Image Viewer to PGM Converter
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-
-LIB_DEPENDS= libnetpbm.so:graphics/netpbm
-
-USES= localbase
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/palm/imgvtopgm/distinfo b/palm/imgvtopgm/distinfo
deleted file mode 100644
index a228f71e5195..000000000000
--- a/palm/imgvtopgm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (imgvtopgm-2.0.tar.gz) = 09370adedd5a55b9f6da4ebab62f6ae84c5a545697e2a1118fe62bae3acc66d5
-SIZE (imgvtopgm-2.0.tar.gz) = 252208
diff --git a/palm/imgvtopgm/files/patch-configure b/palm/imgvtopgm/files/patch-configure
deleted file mode 100644
index 24d9d860783d..000000000000
--- a/palm/imgvtopgm/files/patch-configure
+++ /dev/null
@@ -1,120 +0,0 @@
---- configure.orig Thu May 13 01:54:50 1999
-+++ configure Sat Jul 6 13:45:25 2002
-@@ -2248,7 +2248,7 @@
- mu_pnm_save_CPPFLAGS="$CPPFLAGS"
- mu_pnm_save_LDFLAGS="$LDFLAGS"
-
-- LIBS="-lpbm $LIBS"
-+ LIBS="-lnetpbm $LIBS"
- CFLAGS="$X_CFLAGS $CFLAGS"
- CPPFLAGS="$X_CFLAGS $CPPFLAGS"
- LDFLAGS="$X_LDFLAGS $LDFLAGS"
-@@ -2299,7 +2299,7 @@
- /usr/lib/* \
- /usr/local/lib/*; do
- if test -d "$dir" \
-- && test "`ls $dir/libpbm.* 2>/dev/null`" != ""; then
-+ && test "`ls $dir/libnetpbm.* 2>/dev/null`" != ""; then
- mu_cv_pnm_libraries="$dir"
- break
- fi
-@@ -2330,11 +2330,10 @@
- X_CFLAGS="-I$pnm_includes $X_CFLAGS"
- fi
-
-- PNM_LIBS=""
- if test "$pnm_libraries" != "" \
- && test "$pnm_libraries" != "$x_libraries" \
- && test "$pnm_libraries" != "no"; then
-- PNM_LIBS="-L$pnm_libraries"
-+ X_LIBS="-L$pnm_libraries"
- fi
-
- pnm_libraries_result="$pnm_libraries"
-@@ -2358,14 +2357,14 @@
- LDFLAGS="$LDFLAGS $X_LIBS"
-
- PBM_LIBS=""
--echo $ac_n "checking for pbm_init in -lpbm""... $ac_c" 1>&6
--echo "configure:2363: checking for pbm_init in -lpbm" >&5
-+echo $ac_n "checking for pbm_init in -lnetpbm""... $ac_c" 1>&6
-+echo "configure:2363: checking for pbm_init in -lnetpbm" >&5
- ac_lib_var=`echo pbm'_'pbm_init | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpbm $LIBS"
-+LIBS="-lnetpbm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 2371 "configure"
- #include "confdefs.h"
-@@ -2393,66 +2392,19 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PBM_LIBS="$PNM_LIBS -lpbm"
-+ PBM_LIBS="$PNM_LIBS -lnetpbm"
- else
- echo "$ac_t""no" 1>&6
- fi
-
- if test "$PBM_LIBS" = ""; then
--{ echo "configure: error: The PBM library '-lpbm' could not be found.
-+{ echo "configure: error: The PBM library '-lnetpbm' could not be found.
- Please use the configure options '--with-pnm-includes=DIR'
- and '--with-pnm-libraries=DIR' to specify the netpbm location.
- See the 'config.log' file for further diagnostics." 1>&2; exit 1; }
- fi
-
-
--PGM_LIBS=""
--echo $ac_n "checking for pgm_init in -lpgm""... $ac_c" 1>&6
--echo "configure:2412: checking for pgm_init in -lpgm" >&5
--ac_lib_var=`echo pgm'_'pgm_init | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lpgm $PNM_LIBS ${PBM_LIBS} $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 2420 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char pgm_init();
--
--int main() {
--pgm_init()
--; return 0; }
--EOF
--if { (eval echo configure:2431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- PGM_LIBS="$PNM_LIBS -lpgm"
--else
-- echo "$ac_t""no" 1>&6
--fi
--
--if test "$PGM_LIBS" = ""; then
--{ echo "configure: error: The PGM library '-lpgm' could not be found.
-- Please use the configure options '--with-pnm-includes=DIR'
-- and '--with-pnm-libraries=DIR' to specify the netpbm location.
-- See the 'config.log' file for further diagnostics." 1>&2; exit 1; }
--fi
-
-
- echo $ac_n "checking whether we need -DSYSV""... $ac_c" 1>&6
diff --git a/palm/imgvtopgm/pkg-descr b/palm/imgvtopgm/pkg-descr
deleted file mode 100644
index 88c834184623..000000000000
--- a/palm/imgvtopgm/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Palm Pilot Image Viewer to PGM Converter, which for converting Pilot
-Image and from Portable Graymaps and Portable Bitmaps. The tools
-support grayscale and monochrome images with or without compression
-and with or without notes. Palette fixing and other image manipulation
-tasks are left to other programs.
diff --git a/palm/imgvtopgm/pkg-plist b/palm/imgvtopgm/pkg-plist
deleted file mode 100644
index 99b6c4e79fe4..000000000000
--- a/palm/imgvtopgm/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/imgvinfo
-bin/imgvtopnm
-bin/pbmtoimgv
-bin/pgmtoimgv
-bin/imgvview
-bin/ppmimgvquant
-man/man1/imgvinfo.1.gz
-man/man1/imgvtopnm.1.gz
-man/man1/imgvview.1.gz
-man/man1/pbmtoimgv.1.gz
-man/man1/pgmtoimgv.1.gz
-man/man1/ppmimgvquant.1.gz