mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove expired ports:
2014-03-14 net/pppd23: Depends on PPPDISC 2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall 2014-03-14 palm/synce-hal: Requires pppd 2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009
This commit is contained in:
parent
2e0c0add2e
commit
ddd93f2773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348189
1
LEGAL
1
LEGAL
@ -236,7 +236,6 @@ sid-milter-* mail/sid-milter May incorporate intellectual property, possible p
|
||||
simian-* devel/simian Have to agree to license before download
|
||||
skype* net-im/skype Not for redistribution
|
||||
sof-*-cdrom-x86.run games/linux-sof Redistribution is limited
|
||||
speedmgmt* net/pppoa Not for redistribution -- see http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm
|
||||
squeezeboxserver-* audio/squeezeboxserver Contains non-redistributable firmware, documentation, and images
|
||||
srd-fpw* japanese/srd-fpw The original dictionary is not free
|
||||
stat.tar.Z math/unixstat License does not allow redistribution of binaries
|
||||
|
4
MOVED
4
MOVED
@ -5706,3 +5706,7 @@ security/xyssl|security/polarssl|2014-03-10|Has expired: No more public distfile
|
||||
japanese/p5-Mail-SpamAssassin|japanese/spamassassin|2014-03-10|Moved to japanese/spamassassin
|
||||
mail/p5-Mail-SpamAssassin|mail/spamassassin|2014-03-10|Moved to mail/spamassassin
|
||||
databases/pear-MDB2_Driver_sqlite|2014-03-12||Unmaintained upstream
|
||||
net/pppd23||2014-03-14|Has expired: Depends on PPPDISC
|
||||
net/ipa_ip6fw||2014-03-14|Has expired: Depends on IPv6 ipfw firewall
|
||||
palm/synce-hal||2014-03-14|Has expired: Requires pppd
|
||||
net/pppoa||2014-03-14|Has expired: Broken on FreeBSD 8 and later since june 2009
|
||||
|
@ -241,7 +241,6 @@
|
||||
SUBDIR += imapproxy
|
||||
SUBDIR += iodine
|
||||
SUBDIR += ip6_int
|
||||
SUBDIR += ipa_ip6fw
|
||||
SUBDIR += ipa_ipfw
|
||||
SUBDIR += ipfw-graph
|
||||
SUBDIR += ipgrab
|
||||
@ -876,8 +875,6 @@
|
||||
SUBDIR += polyorb
|
||||
SUBDIR += poptop
|
||||
SUBDIR += portfwd
|
||||
SUBDIR += pppd23
|
||||
SUBDIR += pppoa
|
||||
SUBDIR += pptpclient
|
||||
SUBDIR += proftpd-mod_ldap
|
||||
SUBDIR += prosearch
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Created by: Andrey Simonenko
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ipa_ip6fw
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/ipa-system/modules/ipa_ip6fw
|
||||
|
||||
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
|
||||
COMMENT= IPA accounting module for FreeBSD IPv6 Firewall
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
NO_PACKAGE= Needs to be built uniquely for each host
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
IGNORE= not supported on your system, as it does not have IPv6 ipfw firewall
|
||||
DEPRECATED= Depends on IPv6 ipfw firewall
|
||||
EXPIRATION_DATE= 2014-03-14
|
||||
|
||||
LOCALINCLUDE?= ${LOCALBASE}/include
|
||||
MAKE_ENV+= DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE}
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
|
||||
|
||||
PLIST_FILES= lib/ipa_ip6fw.so
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN8= ipa_ip6fw.8
|
||||
MANLANG= "" ru.KOI8-R
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${MAKE} install
|
||||
cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (ipa_ip6fw-1.1.tar.bz2) = 082e2a1dec5c9fc6c0fca5bdef4458dcd994917dcc041fd267b279261178b1b0
|
||||
SIZE (ipa_ip6fw-1.1.tar.bz2) = 16828
|
@ -1,14 +0,0 @@
|
||||
IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall
|
||||
|
||||
Main features:
|
||||
|
||||
- The module is designed for traffic accounting from IPv6 Firewall
|
||||
rules byte counters;
|
||||
- The module understands IPv6 Firewall rules byte counters overflow;
|
||||
- It is possible to summarize and subtract statistics of IPv6 Firewall
|
||||
rules byte counters;
|
||||
- It is possible to distinguish IPv6 Firewall rules with the same numbers;
|
||||
- IPv6 Firewall rules can be dynamically added to and deleted from
|
||||
the system, the module correctly works in such situations.
|
||||
|
||||
WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/
|
@ -1,24 +0,0 @@
|
||||
# Created by: netch@netch.kiev.ua
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pppd
|
||||
PORTVERSION= 2.3.11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://samba.anu.edu.au/ftp/ppp/
|
||||
DISTNAME= ppp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= netch@netch.kiev.ua
|
||||
COMMENT= PPP daemon which uses ppp line discipline
|
||||
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-no-logf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= pppd.8 pppstats.8 chat.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
IGNORE= depends on PPPDISC, which is no longer available
|
||||
DEPRECATED= Depends on PPPDISC
|
||||
EXPIRATION_DATE= 2014-03-14
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (ppp-2.3.11.tar.gz) = c2e7dbacf2dcc6ce554356f858dcd65753895f1fdff65cb08f29ba2bd09c68f3
|
||||
SIZE (ppp-2.3.11.tar.gz) = 795942
|
@ -1,9 +0,0 @@
|
||||
--- chat/Makefile.bsd.orig Thu Apr 22 15:16:08 2004
|
||||
+++ chat/Makefile.bsd Thu Apr 22 15:16:35 2004
|
||||
@@ -5,4 +5,6 @@
|
||||
MAN8= chat.8
|
||||
BINDIR= /usr/sbin
|
||||
|
||||
+CFLAGS+= -fno-builtin-logf
|
||||
+
|
||||
.include <bsd.prog.mk>
|
@ -1,85 +0,0 @@
|
||||
diff -rNu ../../0/ppp-2.3.11/chat/Makefile.bsd ./chat/Makefile.bsd
|
||||
--- ../../0/ppp-2.3.11/chat/Makefile.bsd Tue Oct 8 07:37:59 1996
|
||||
+++ ./chat/Makefile.bsd Sat Apr 10 16:41:44 2004
|
||||
@@ -3,7 +3,6 @@
|
||||
PROG= chat
|
||||
SRCS= chat.c
|
||||
MAN8= chat.8
|
||||
-MAN= chat.cat8
|
||||
BINDIR= /usr/sbin
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
diff -rNu ../../0/ppp-2.3.11/configure ./configure
|
||||
--- ../../0/ppp-2.3.11/configure Mon Nov 15 03:56:26 1999
|
||||
+++ ./configure Sat Apr 10 16:41:44 2004
|
||||
@@ -59,7 +59,7 @@
|
||||
2.[01]*) state="known"; ksrc="freebsd-2.0";;
|
||||
2.2.[2-7]*) state="late"; ksrc="freebsd-2.0";;
|
||||
2.2.8*) state="known"; ksrc="freebsd-2.2.8";;
|
||||
- 3.[0-1]*) state="known"; ksrc="freebsd-3.0";;
|
||||
+ *) state="known"; ksrc="freebsd-3.0";;
|
||||
esac;;
|
||||
NeXTStep)
|
||||
makext="NeXT";
|
||||
diff -rNu ../../0/ppp-2.3.11/freebsd-3.0/Makefile.top ./freebsd-3.0/Makefile.top
|
||||
--- ../../0/ppp-2.3.11/freebsd-3.0/Makefile.top Wed May 12 13:05:47 1999
|
||||
+++ ./freebsd-3.0/Makefile.top Sat Apr 10 16:41:44 2004
|
||||
@@ -2,10 +2,19 @@
|
||||
# ppp top level makefile for *bsd systems
|
||||
#
|
||||
|
||||
+.if defined(PREFIX)
|
||||
+.if $(PREFIX) == "/usr"
|
||||
+MANDIR=/usr/share/man/man
|
||||
+.else
|
||||
+MANDIR=$(PREFIX)/man/man
|
||||
+.endif
|
||||
+BINDIR?= $(PREFIX)/sbin
|
||||
+.else
|
||||
BINDIR?= /usr/sbin
|
||||
+.endif
|
||||
|
||||
SUBDIR= chat pppd pppstats
|
||||
-MAKE+= BINDIR=$(BINDIR)
|
||||
+MAKE+= BINDIR=$(BINDIR) MANDIR=$(MANDIR)
|
||||
|
||||
kernel:
|
||||
@sh -e freebsd-3.0/kinstall.sh
|
||||
diff -rNu ../../0/ppp-2.3.11/pppd/Makefile.bsd ./pppd/Makefile.bsd
|
||||
--- ../../0/ppp-2.3.11/pppd/Makefile.bsd Mon Apr 12 09:23:30 1999
|
||||
+++ ./pppd/Makefile.bsd Sat Apr 10 16:42:06 2004
|
||||
@@ -9,10 +9,10 @@
|
||||
PROG= pppd
|
||||
SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
|
||||
demand.c auth.c options.c utils.c sys-bsd.c
|
||||
-MAN= pppd.cat8
|
||||
MAN8= pppd.8
|
||||
-BINMODE=4555
|
||||
+BINMODE=4550
|
||||
BINOWN= root
|
||||
+BINGRP= dialer
|
||||
|
||||
LDADD= -lcrypt -lutil
|
||||
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
||||
diff -rNu ../../0/ppp-2.3.11/pppd/sys-bsd.c ./pppd/sys-bsd.c
|
||||
--- ../../0/ppp-2.3.11/pppd/sys-bsd.c Tue Aug 24 08:25:54 1999
|
||||
+++ ./pppd/sys-bsd.c Sat Apr 10 16:41:44 2004
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#define RCSID "$Id: sys-bsd.c,v 1.46 1999/08/13 06:46:18 paulus Exp $"
|
||||
/* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */
|
||||
-#endif
|
||||
|
||||
/*
|
||||
* TODO:
|
||||
diff -rNu ../../0/ppp-2.3.11/pppstats/Makefile.bsd ./pppstats/Makefile.bsd
|
||||
--- ../../0/ppp-2.3.11/pppstats/Makefile.bsd Wed Mar 25 04:21:17 1998
|
||||
+++ ./pppstats/Makefile.bsd Sat Apr 10 16:41:44 2004
|
||||
@@ -4,7 +4,6 @@
|
||||
SRCS= pppstats.c
|
||||
CFLAGS+=-I../include -D_BITYPES
|
||||
MAN8= pppstats.8
|
||||
-MAN= pppstats.cat8
|
||||
BINDIR= /usr/sbin
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,57 +0,0 @@
|
||||
diff -rNu ./pppd/auth.c ../../work/ppp-2.3.11/pppd/auth.c
|
||||
--- ./pppd/auth.c Thu Dec 23 03:25:13 1999
|
||||
+++ ../../work/ppp-2.3.11/pppd/auth.c Thu Apr 22 14:49:05 2004
|
||||
@@ -1137,7 +1137,7 @@
|
||||
if ((fd = open(_PATH_LASTLOG, O_RDWR, 0)) >= 0) {
|
||||
(void)lseek(fd, (off_t)(pw->pw_uid * sizeof(ll)), SEEK_SET);
|
||||
memset((void *)&ll, 0, sizeof(ll));
|
||||
- (void)time(&ll.ll_time);
|
||||
+ ll.ll_time = time(NULL);
|
||||
(void)strncpy(ll.ll_line, tty, sizeof(ll.ll_line));
|
||||
(void)write(fd, (char *)&ll, sizeof(ll));
|
||||
(void)close(fd);
|
||||
diff -rNu ./pppd/sys-bsd.c ../../work/ppp-2.3.11/pppd/sys-bsd.c
|
||||
--- ./pppd/sys-bsd.c Thu Apr 22 14:48:03 2004
|
||||
+++ ../../work/ppp-2.3.11/pppd/sys-bsd.c Thu Apr 22 14:53:59 2004
|
||||
@@ -182,6 +182,7 @@
|
||||
int s, ok;
|
||||
struct ifreq ifr;
|
||||
extern char *no_ppp_msg;
|
||||
+ const char* modname = "if_ppp";
|
||||
|
||||
if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
|
||||
return 1; /* can't tell */
|
||||
@@ -189,12 +190,18 @@
|
||||
strlcpy(ifr.ifr_name, "ppp0", sizeof (ifr.ifr_name));
|
||||
ok = ioctl(s, SIOCGIFFLAGS, (caddr_t) &ifr) >= 0;
|
||||
close(s);
|
||||
+ if (ok)
|
||||
+ return 1;
|
||||
+ if (modfind(modname) != -1)
|
||||
+ return 1;
|
||||
+ if (getuid() == 0 && kldload(modname) != -1)
|
||||
+ return 1;
|
||||
|
||||
no_ppp_msg = "\
|
||||
This system lacks kernel support for PPP. To include PPP support\n\
|
||||
-in the kernel, please follow the steps detailed in the README.bsd\n\
|
||||
-file in the ppp-2.2 distribution.\n";
|
||||
- return ok;
|
||||
+in the kernel, please add \"device ppp\" to your kernel config or \n\
|
||||
+load the if_ppp module.\n";
|
||||
+ return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
diff -rNu ./pppd/utils.c ../../work/ppp-2.3.11/pppd/utils.c
|
||||
--- ./pppd/utils.c Sat Sep 11 14:35:47 1999
|
||||
+++ ../../work/ppp-2.3.11/pppd/utils.c Thu Apr 22 14:49:50 2004
|
||||
@@ -249,7 +249,7 @@
|
||||
break;
|
||||
case 'r':
|
||||
f = va_arg(args, char *);
|
||||
-#ifndef __powerpc__
|
||||
+#if !defined(__powerpc__) && !defined(__amd64__)
|
||||
n = vslprintf(buf, buflen + 1, f, va_arg(args, va_list));
|
||||
#else
|
||||
/* On the powerpc, a va_list is an array of 1 structure */
|
@ -1,4 +0,0 @@
|
||||
pppd is PPP protocol client/server which uses ppp line discipline
|
||||
(i.e. kernel mode PPP driver) on a serial link or another terminal.
|
||||
|
||||
WWW: http://samba.anu.edu.au/ftp/ppp/
|
@ -1,3 +0,0 @@
|
||||
sbin/pppd
|
||||
sbin/pppstats
|
||||
sbin/chat
|
@ -1,51 +0,0 @@
|
||||
# Created by: Brian Somers <brian@freebsd-services.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pppoa
|
||||
PORTVERSION= 1.3.1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.oracle-base.com/articles/misc/:mngt \
|
||||
SF/speedtouch/speedtouch%20driver/Release%20${PORTVERSION}:src
|
||||
DISTFILES= ${SPEEDTOUCH}.tar.bz2:src ${ALCATELDRIVER}:mngt
|
||||
EXTRACT_ONLY= ${SPEEDTOUCH}.tar.bz2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Run PPP over Alcatel's USB Speedtouch device
|
||||
|
||||
DEPRECATED= Broken on FreeBSD 8 and later since june 2009
|
||||
EXPIRATION_DATE= 2014-03-14
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
SPEEDTOUCH= speedtouch-${PORTVERSION}
|
||||
ALCATELDRIVER= speedmgmt.tar.gz
|
||||
RESTRICTED= http://www.speedtouchdsl.com/disclaimer_lx.htm
|
||||
RESTRICTED_FILES= ${ALCATELDRIVER}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${SPEEDTOUCH}
|
||||
|
||||
MAN8= modem_run.8 pppoa2.8 pppoa3.8
|
||||
USE_BZIP2= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
post-extract:
|
||||
@${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC}
|
||||
@${REINPLACE_CMD} s/-lkse/${PTHREAD_LIBS}/g ${WRKSRC}/configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/\@INSTALL_MAN\@/${INSTALL_MAN}/' \
|
||||
${WRKSRC}/doc-bsd/Makefile.in
|
||||
|
||||
post-install:
|
||||
${INSTALL} -m 0755 -o root -g wheel -d ${PREFIX}/libdata
|
||||
${INSTALL_DATA} ${WRKSRC}/mgmt/mgmt.o ${PREFIX}/libdata
|
||||
${INSTALL_DATA} ${FILESDIR}/quick-install \
|
||||
${PREFIX}/share/doc/speedtouch/.
|
||||
@${CAT} ${PREFIX}/share/doc/speedtouch/quick-install
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,4 +0,0 @@
|
||||
SHA256 (speedtouch-1.3.1.tar.bz2) = 0e42203af9252fab2d3e5610d80d6ad72ce18cd2b62454299ab34b9ab71c0dd8
|
||||
SIZE (speedtouch-1.3.1.tar.bz2) = 197709
|
||||
SHA256 (speedmgmt.tar.gz) = ab89deb83d59e5585f17a7208b852ced32de6f9850b6e2b535bc70573d6382c1
|
||||
SIZE (speedmgmt.tar.gz) = 293547
|
@ -1,11 +0,0 @@
|
||||
--- configure.orig Mon Dec 27 22:23:03 2004
|
||||
+++ configure Mon Dec 27 22:25:22 2004
|
||||
@@ -4419,7 +4419,7 @@
|
||||
_ACEOF
|
||||
|
||||
;;
|
||||
- *-freebsd5*)
|
||||
+ *-freebsd[5678]*)
|
||||
st_compile="modem_run pppoa2 pppoa3"
|
||||
THREAD_LIBS="-pthread"
|
||||
if test "${ac_cv_header_semaphore_h+set}" = set; then
|
@ -1,27 +0,0 @@
|
||||
--- doc-bsd/Makefile.in.orig Wed Sep 29 21:56:31 2004
|
||||
+++ doc-bsd/Makefile.in Mon Jan 24 20:10:17 2005
|
||||
@@ -51,6 +51,7 @@
|
||||
make_bindir=${rootdir}/bin
|
||||
include= -I. -I${includedir} -I${oldincludedir}
|
||||
INSTALL=@INSTALL@
|
||||
+INSTALL_MAN=@INSTALL_MAN@
|
||||
installuser=@installuser@
|
||||
|
||||
man1dir=${mandir}/man1
|
||||
@@ -106,13 +107,10 @@
|
||||
|
||||
install-man:
|
||||
@test -d "$(man1dir)" || $(INSTALL) -c -d "$(man1dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/speedtouch-setup.1 "$(man1dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/speedtouch-start.1 "$(man1dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/speedtouch-stop.1 "$(man1dir)"
|
||||
@test -d "$(man8dir)" || $(INSTALL) -c -d "$(man8dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/modem_run.8 "$(man8dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/pppoa2.8 "$(man8dir)"
|
||||
- $(INSTALL) -m 0444 -o $(installuser) ../doc-linux/man/pppoa3.8 "$(man8dir)"
|
||||
+ $(INSTALL_MAN) ../doc-linux/man/modem_run.8 "$(man8dir)"
|
||||
+ $(INSTALL_MAN) ../doc-linux/man/pppoa2.8 "$(man8dir)"
|
||||
+ $(INSTALL_MAN) ../doc-linux/man/pppoa3.8 "$(man8dir)"
|
||||
|
||||
uninstall :
|
||||
rm -rf "$(docdir)"
|
@ -1,14 +0,0 @@
|
||||
--- src/Makefile.in.orig Wed Sep 29 21:56:31 2004
|
||||
+++ src/Makefile.in Mon Jan 24 17:55:49 2005
|
||||
@@ -184,11 +184,6 @@
|
||||
rm -f Makefile
|
||||
|
||||
install:
|
||||
- $(INSTALL) -d "$(bindir)"
|
||||
- $(INSTALL) -m 0755 speedtouch-setup "$(bindir)"
|
||||
- $(INSTALL) -m 0755 speedtouch-start "$(bindir)"
|
||||
- $(INSTALL) -m 0755 speedtouch-stop "$(bindir)"
|
||||
- $(INSTALL) -d "$(sysconfdir)/speedtouch"
|
||||
|
||||
uninstall:
|
||||
$(RM) "$(bindir)/speedtouch-setup"
|
@ -1,11 +0,0 @@
|
||||
--- src/modem_run.c.orig 2007-10-09 02:38:11.000000000 +0200
|
||||
+++ src/modem_run.c 2007-10-09 02:38:24.000000000 +0200
|
||||
@@ -91,7 +91,7 @@
|
||||
* Global variables
|
||||
******************************************************************************/
|
||||
|
||||
-static int verbose = 0;
|
||||
+int verbose = 0;
|
||||
FILE *flog = NULL;
|
||||
|
||||
/*****************************************************************************
|
@ -1,13 +0,0 @@
|
||||
|
||||
** IMPORTANT **
|
||||
|
||||
Please ensure that you have read the license agreement at
|
||||
http://www.speedtouchdsl.com/dvrreg_lx.htm before running this software.
|
||||
|
||||
To activate this port, create a new profile in /etc/ppp/ppp.conf
|
||||
called ``adsl'' using /usr/local/share/doc/speedtouch/ppp.conf.sample
|
||||
as a template, then copy /usr/local/etc/rc.d/adsl.sh.sample to
|
||||
/usr/local/etc/rc.d/adsl.sh.
|
||||
|
||||
You may need to change the value of MODE in adsl.sh.
|
||||
|
@ -1,5 +0,0 @@
|
||||
Unofficial support for Alcatel's Speedtouch USB devices. This driver is
|
||||
licensed under the GPL except for one restricted file:
|
||||
http://www.speedtouchdsl.com/disclaimer_lx.htm
|
||||
|
||||
WWW: http://speedtouch.sourceforge.net/
|
@ -1,18 +0,0 @@
|
||||
sbin/modem_run
|
||||
sbin/pppoa2
|
||||
sbin/pppoa3
|
||||
etc/rc.d/adsl.sh.sample
|
||||
libdata/mgmt.o
|
||||
share/doc/speedtouch/FAQ
|
||||
share/doc/speedtouch/FAQ-fr
|
||||
share/doc/speedtouch/INSTALL
|
||||
share/doc/speedtouch/INSTALL-de
|
||||
share/doc/speedtouch/INSTALL-fr
|
||||
share/doc/speedtouch/INSTALL-it
|
||||
share/doc/speedtouch/INSTALL-nl
|
||||
share/doc/speedtouch/ppp.conf.sample
|
||||
share/doc/speedtouch/quick-install
|
||||
@exec cat %D/share/doc/speedtouch/quick-install
|
||||
share/speedtouch/boot.v123.bin
|
||||
@dirrm share/doc/speedtouch
|
||||
@dirrm share/speedtouch
|
@ -25,7 +25,6 @@
|
||||
SUBDIR += ppmtoTbmp
|
||||
SUBDIR += py-synce-librapi2
|
||||
SUBDIR += py-synce-librra
|
||||
SUBDIR += synce-hal
|
||||
SUBDIR += synce-librapi2
|
||||
SUBDIR += synce-librra
|
||||
SUBDIR += synce-libsynce
|
||||
|
@ -1,32 +0,0 @@
|
||||
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hal
|
||||
PORTVERSION= 0.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= palm
|
||||
MASTER_SITES= SF/synce/SynCE/${PORTVERSION}
|
||||
PKGNAMEPREFIX= synce-
|
||||
DISTNAME= synce-hal-${PORTVERSION}
|
||||
|
||||
MAINTAINER= webmaster@kibab.com
|
||||
COMMENT= SynCE part: manages devices' connections
|
||||
|
||||
LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
|
||||
hal.1:${PORTSDIR}/sysutils/hal \
|
||||
gnet-2.0.0:${PORTSDIR}/net/gnet2 \
|
||||
dbus-1.3:${PORTSDIR}/devel/dbus \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
USES= iconv
|
||||
USE_PYTHON_RUN= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \
|
||||
--disable-bluetooth-support
|
||||
|
||||
NO_STAGE= yes
|
||||
IGNORE= requires pppd
|
||||
DEPRECATED= Requires pppd
|
||||
EXPIRATION_DATE= 2014-03-14
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (synce-hal-0.14.tar.gz) = 891d6ece1a55e1176daff116aabc3912c6296c4bd035ce9335730d70384ae2ab
|
||||
SIZE (synce-hal-0.14.tar.gz) = 321379
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig 2009-10-03 21:00:04.000000000 +1000
|
||||
+++ configure 2009-10-03 21:00:46.000000000 +1000
|
||||
@@ -12270,7 +12270,7 @@
|
||||
if test "x${with_hal_addon_dir}" = "xno"; then
|
||||
hal_addon_dir="`pkg-config --variable=libdir hal`/hal/scripts"
|
||||
|
||||
- hald_test_output=`hald --daemon=no 2>&1 | grep 'allowed paths' | grep "$hal_addon_dir"`
|
||||
+ hald_test_output=`echo "$hal_addon_dir"`
|
||||
if test $? -ne 0
|
||||
then
|
||||
{ { $as_echo "$as_me:$LINENO: error: Automatically determined hal script location ${hal_addon_dir} not in allowed paths, use --with-hal-addon-dir" >&5
|
||||
@@ -12282,7 +12282,7 @@
|
||||
else
|
||||
hal_addon_dir="$with_hal_addon_dir"
|
||||
|
||||
- hald_test_output=`hald --daemon=no 2>&1 | grep 'allowed paths' | grep "$hal_addon_dir"`
|
||||
+ hald_test_output=`echo "$hal_addon_dir"`
|
||||
if test $? -ne 0
|
||||
then
|
||||
{ $as_echo "$as_me:$LINENO: WARNING: Specified hal script location ${hal_addon_dir} not in allowed paths" >&5
|
@ -1,5 +0,0 @@
|
||||
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
|
||||
synce-hal manages device connection process and advertises device info
|
||||
to other programs through HAL interface.
|
||||
|
||||
WWW: http://synce.sourceforge.net/
|
@ -1,11 +0,0 @@
|
||||
bin/synce-unlock.py
|
||||
libexec/hal-dccm
|
||||
libexec/synce-serial-chat
|
||||
libexec/hal-synce-rndis
|
||||
libexec/hal-synce-serial
|
||||
share/synce-hal/dhclient.conf
|
||||
share/hal/fdi/policy/20thirdparty/10-synce.fdi
|
||||
etc/dbus-1/system.d/org.freedesktop.Hal.Device.Synce.conf
|
||||
@dirrmtry etc/dbus-1/system.d
|
||||
@dirrmtry etc/dbus-1
|
||||
@dirrm share/synce-hal
|
Loading…
Reference in New Issue
Block a user