Date: Mon, 23 Aug 1999 13:54:22 -0700 (PDT) From: Alex Varju <varju@webct.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13337: New port creation Message-ID: <199908232054.NAA47676@ws15.webct.com>
next in thread | raw e-mail | index | archive | help
>Number: 13337 >Category: ports >Synopsis: New port creation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 23 14:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 3.2-STABLE i386 >Organization: WebCT Educational Technologies >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jpilot # jpilot/pkg # jpilot/pkg/PLIST # jpilot/pkg/DESCR # jpilot/pkg/COMMENT # jpilot/Makefile # jpilot/files # jpilot/files/md5 # jpilot/patches # jpilot/patches/patch-ad # jpilot/patches/patch-aa # jpilot/patches/patch-ac # jpilot/patches/patch-ab # echo c - jpilot mkdir -p jpilot > /dev/null 2>&1 echo c - jpilot/pkg mkdir -p jpilot/pkg > /dev/null 2>&1 echo x - jpilot/pkg/PLIST sed 's/^X//' >jpilot/pkg/PLIST << 'END-of-jpilot/pkg/PLIST' Xbin/jpilot Xshare/jpilot/jpilotrc.blue Xshare/jpilot/jpilotrc.default Xshare/jpilot/jpilotrc.green X X@dirrm share/jpilot END-of-jpilot/pkg/PLIST echo x - jpilot/pkg/DESCR sed 's/^X//' >jpilot/pkg/DESCR << 'END-of-jpilot/pkg/DESCR' XJ-Pilot is a desktop organizer application for the palm pilot that Xruns under Linux, and Unix. It is similar in functionality to the Xone that 3com distributes for a well known rampant legacy operating Xsystem. X XWWW: http://jpilot.linuxbox.com/ X X- Alex Xvarju@webct.com END-of-jpilot/pkg/DESCR echo x - jpilot/pkg/COMMENT sed 's/^X//' >jpilot/pkg/COMMENT << 'END-of-jpilot/pkg/COMMENT' XDesktop Organizer Software for the Palm Pilot END-of-jpilot/pkg/COMMENT echo x - jpilot/Makefile sed 's/^X//' >jpilot/Makefile << 'END-of-jpilot/Makefile' X# New ports collection makefile for: jpilot X# Version required: 0.93.1 X# Date created: 23 August 1999 X# Whom: Alex Varju <varju@webct.com> X# X# $Id$ X# X XDISTNAME= jpilot-0.93.1 XCATEGORIES= palm XMASTER_SITES= http://jpilot.linuxbox.com/ X XMAINTAINER= varju@webct.com X XLIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link \ X gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XGNU_CONFIGURE= yes X Xpost-install: X strip ${PREFIX}/bin/jpilot X X.include <bsd.port.mk> END-of-jpilot/Makefile echo c - jpilot/files mkdir -p jpilot/files > /dev/null 2>&1 echo x - jpilot/files/md5 sed 's/^X//' >jpilot/files/md5 << 'END-of-jpilot/files/md5' XMD5 (jpilot-0.93.1.tar.gz) = 52dd5021a2a7e73817bf2aee029b558c END-of-jpilot/files/md5 echo c - jpilot/patches mkdir -p jpilot/patches > /dev/null 2>&1 echo x - jpilot/patches/patch-ad sed 's/^X//' >jpilot/patches/patch-ad << 'END-of-jpilot/patches/patch-ad' X--- Makefile.in.orig Mon Aug 23 13:32:59 1999 X+++ Makefile.in Mon Aug 23 13:33:22 1999 X@@ -89,11 +89,11 @@ X X install: X # ./install-sh -d @prefix@/bin X- ./install-sh -s -c -m 555 -g bin -o bin jpilot @prefix@/bin X+ ./install-sh -s -c -m 555 jpilot @prefix@/bin X ./install-sh -d -m 755 @prefix@/share/jpilot X- ./install-sh -c -m 755 -g bin -o bin jpilotrc.blue @prefix@/share/jpilot X- ./install-sh -c -m 755 -g bin -o bin jpilotrc.default @prefix@/share/jpilot X- ./install-sh -c -m 755 -g bin -o bin jpilotrc.green @prefix@/share/jpilot X+ ./install-sh -c -m 755 jpilotrc.blue @prefix@/share/jpilot X+ ./install-sh -c -m 755 jpilotrc.default @prefix@/share/jpilot X+ ./install-sh -c -m 755 jpilotrc.green @prefix@/share/jpilot X X uninstall: X rm @prefix@/share/jpilot/* END-of-jpilot/patches/patch-ad echo x - jpilot/patches/patch-aa sed 's/^X//' >jpilot/patches/patch-aa << 'END-of-jpilot/patches/patch-aa' X--- prefs.c.orig Mon Aug 23 12:59:35 1999 X+++ prefs.c Mon Aug 23 13:02:40 1999 X@@ -112,8 +112,8 @@ X dir_list = new_entry; X } X } X+ closedir(dir); X } X- closedir(dir); X X get_home_file_name("", full_name, 100); X jpilot_logf(LOG_DEBUG, "opening dir %s\n", full_name); X@@ -135,8 +135,8 @@ X dir_list = new_entry; X } X } X+ closedir(dir); X } X- closedir(dir); X } X X found = 0; END-of-jpilot/patches/patch-aa echo x - jpilot/patches/patch-ac sed 's/^X//' >jpilot/patches/patch-ac << 'END-of-jpilot/patches/patch-ac' X--- configure.orig Fri Aug 13 20:03:49 1999 X+++ configure Mon Aug 23 13:07:57 1999 X@@ -862,18 +862,18 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:879: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then END-of-jpilot/patches/patch-ac echo x - jpilot/patches/patch-ab sed 's/^X//' >jpilot/patches/patch-ab << 'END-of-jpilot/patches/patch-ab' X--- aclocal.m4.orig Fri Aug 13 20:03:44 1999 X+++ aclocal.m4 Mon Aug 23 13:04:30 1999 X@@ -154,17 +154,17 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X- AC_PATH_PROG(GTK_CONFIG, gtk-config, no) X+ AC_PATH_PROG(GTK_CONFIG, gtk12-config, no) X min_gtk_version=ifelse([$1], ,0.99.7,$1) X AC_MSG_CHECKING(for GTK - version >= $min_gtk_version) X no_gtk="" END-of-jpilot/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908232054.NAA47676>