Add yawmppp 2.0.1, a Window Maker dockapp that helps with easy use
of pppd. I *really* like this one because it relies on shell scripts rather than requiring you to use its GUI (i.e.: you can use it only once, just to create your pppd scripts. Plus it has several different GUI looks. :-) :-) Oh well, that was the old days when i was on a modem. Bwahahaha!! /me pets his 10baseT college ethernet connection. Good connection. Good! Good!! Forgotten by: will (yes, this was in my ~/ports dir for a long long time: 403 days... longer than I have been a committer) *hangs head in shame* Reminded by: Some guy on IRC who's coming to Purdue. ;) Soldier! Commit this goldurned thing to history! YES SIR!!!! <WHIRR> *click*
This commit is contained in:
parent
2026d5c01e
commit
3ac1085673
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41449
@ -29,6 +29,7 @@
|
||||
SUBDIR += vpb2
|
||||
SUBDIR += xcept
|
||||
SUBDIR += yaps
|
||||
SUBDIR += yawmppp
|
||||
SUBDIR += zmtx-zmrx
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
31
comms/yawmppp/Makefile
Normal file
31
comms/yawmppp/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: yawmppp
|
||||
# Date created: 07 Mar 2000
|
||||
# Whom: Will Andrews <andrews@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yawmppp
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= comms windowmaker
|
||||
MASTER_SITES= ftp://ftp.seul.org/pub/yawmppp/ \
|
||||
http://www.dcc.unicamp.br/~guazzibe/yawmppp/arch/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GTK= yes
|
||||
CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}" CFLAGS="${CFLAGS} -I${X11BASE}/include"
|
||||
CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
|
||||
--x-libraries="${X11BASE}/lib"
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
MAN1= yawmppp.1x
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@-g -O2@${CFLAGS}@g; s@-O2 -Wall@${CFLAGS} -Wall@g; \
|
||||
s@-O2@${CFLAGS}@g" ${WRKSRC}/*/Makefile.in \
|
||||
${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
comms/yawmppp/distinfo
Normal file
1
comms/yawmppp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (yawmppp-2.0.1.tar.gz) = 2999d53fb4df1940f4a8eaf183924d40
|
1
comms/yawmppp/pkg-comment
Normal file
1
comms/yawmppp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Window Maker dockapp that helps with easy use of pppd
|
12
comms/yawmppp/pkg-descr
Normal file
12
comms/yawmppp/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
YAWMPPP (Yet Another Window Maker PPP dockapp) is a
|
||||
Window Maker dockapp that gets its inspiration from the
|
||||
original WMPPP. It has an easy-to-use GUI configuration
|
||||
dialog and generates a chat script (as well as stop and
|
||||
start scripts) for use with pppd. The dockapp shows
|
||||
how long you've been connected, current network traffic,
|
||||
and some fairly interesting lights.
|
||||
|
||||
WWW: http://yawmppp.seul.org/
|
||||
Author: Felipe Bergo <bergo@seul.org>
|
||||
|
||||
- Will <andrews@technologist.com>
|
12
comms/yawmppp/pkg-plist
Normal file
12
comms/yawmppp/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/yawmppp
|
||||
bin/yawmppp.log
|
||||
bin/yawmppp.pref
|
||||
bin/yawmppp.thin
|
||||
doc/yawmppp-%%PORTVERSION%%/CHANGELOG
|
||||
doc/yawmppp-%%PORTVERSION%%/COPYING
|
||||
doc/yawmppp-%%PORTVERSION%%/FAQ
|
||||
doc/yawmppp-%%PORTVERSION%%/INSTALL
|
||||
doc/yawmppp-%%PORTVERSION%%/README
|
||||
share/icons/pppdoc.xpm
|
||||
share/icons/stepphone.xpm
|
||||
@dirrm doc/yawmppp-%%PORTVERSION%%
|
Loading…
Reference in New Issue
Block a user