Commit Graph

615 Commits

Author SHA1 Message Date
Jun Kuriyama
48ee32b333 Upgrade to 7.1.4. 2002-02-27 00:54:55 +00:00
Jun Kuriyama
1484fe3a85 Support baudrate of 115200 and 57600.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2002-02-27 00:53:20 +00:00
Christian Weisgerber
2cc65c878e tarball has been re-rolled, minor documentation changes 2002-02-22 02:18:29 +00:00
Christian Weisgerber
bb6d250cce Forgotten in 8.0.201 update. 2002-02-15 11:11:56 +00:00
Christian Weisgerber
95cf4aa33b Add SSL support.
Submitted by:	olgeni

Update to 8.0.201.  Changes in this release:
* A more natural user interface for the FTP client.
* Up/Down Arrow keys for command recall.
* SET ESCAPE now lets you choose 8-bit characters.
* A more-flexible SHOW VARIABLES command.
* Bug fixes.
2002-02-15 11:08:10 +00:00
Kevin Lo
d7007ddfcf - Update pkg-plist
- Fix pkg-message and Makefile

PR: 34945
Submitted by: MAINTAINER
2002-02-15 05:50:26 +00:00
Christian Weisgerber
eaa3726552 Enable HTTP support.
Submitted by:	olgeni
2002-02-09 12:40:22 +00:00
Brian S. Dean
4aadb8b71e Update to version 1.3.4. 2002-02-04 20:23:02 +00:00
Brian S. Dean
4c0c005e5b Update to version 1.3.3. 2002-02-02 19:19:36 +00:00
Anders Nordby
fd433cb2ea Update to version 2.00.0.
Unforbid because known vulnerabilities have been fixed.
Take over maintainership.

Approved by:	obrien (previous maintainer)
2002-01-31 01:03:58 +00:00
Roger Hardiman
665f682034 Set the right permissions on the /dev entries 2002-01-30 15:46:25 +00:00
Dirk Meyer
d2f8d37ae4 Change some defines from "YES" to "yes"
See samples in the porters-handbook.
2002-01-28 07:31:04 +00:00
Christian Weisgerber
2504556c3f * Update to 8.0.200.
* Take over maintainership.

Approved by:	joerg
2002-01-27 17:31:04 +00:00
Patrick Li
14b9472763 Fix a compile problem on -current.
PR:		34314
Submitted by:	maintainer
2002-01-27 01:00:04 +00:00
Kris Kennaway
cb9dd52951 Unbreak on -current, and don't hardwire CC or CFLAGS 2002-01-26 07:41:23 +00:00
Roger Hardiman
38f552ef08 Fix use of PREFIX 2002-01-21 09:31:23 +00:00
Brian S. Dean
5e8d24943e Update to version 1.4.
Submitted by:	David Quattlebaum <drq@bsdwins.com>
2002-01-19 20:29:10 +00:00
Jean-Marc Zucconi
5dc8cfe863 Upgrade to version 1.28-Jan10. 2002-01-19 01:59:50 +00:00
Roger Hardiman
3333673353 suppress potential error message when kldunloading the ixj driver 2002-01-18 08:48:11 +00:00
Hellmuth Michaelis
a66eb209ab Add port of the 3.00 beta API for Dallas Semiconductors 1-wire lan devices 2002-01-16 13:05:42 +00:00
Roger Hardiman
91d95687b8 Create directories prior to installing files.
Discovered when testing on a clean FreeBSD box.
2002-01-14 16:23:07 +00:00
Roger Hardiman
6183903634 Install header files into /usr/local/include/sys
(as one day I hope to have these in the base system at /usr/include/sys)
2002-01-14 15:32:01 +00:00
Roger Hardiman
ed1e1f00ba Add FreeBSD port of the ixj driver for Quicknet LineJack and
PhoneJack cards.
These ISA and PCI telephony cards allow VoIP and Video Conferencing
using the OpenH323 suite of applications with a standard
telephone handset (including making the phone ring for incomming calls,
allowing dialing via the telephone and using the phone's speaker and mic
for the audio (freeing up the sound card).
They also feature a hardware G.723.1 audio codec making it easier to talk
to NetMeeting and H.323 users.
2002-01-14 14:52:46 +00:00
Jim Mock
7716a14a95 Update to version 1.2.
Submitted by:	maintainer
2002-01-14 06:08:19 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Patrick Li
c9be2178d8 Fix master_sites and typo.
PR:		33765
Submitted by:	maintainer
2002-01-11 02:55:14 +00:00
Munechika SUMIKAWA
b59beb92fd Bohlin's IrDA utilities.
PR:		ports/33714
Submitted by:	Brandon S. Allbery KF8NH <allbery@ece.cmu.edu>
2002-01-10 02:09:26 +00:00
Brian S. Dean
f34fc29fc1 Update to version 1.3
Submitted by:	David Quattlebaum <drq@bsdwins.com>
2002-01-09 19:54:33 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Will Andrews
9f7e1f3115 Upgrade to 1.1. This includes fixes for -CURRENT according to Daniel
and WATANABE-san.  Also added a faster mirror of the tarball.

Submitted by:	maintainer
2002-01-07 03:04:52 +00:00
Dirk Meyer
2025ba84ee - make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
2002-01-05 23:43:13 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Stefan Eßer
dcbe0e4e37 Prepend %%PORTDOCS%% to lines dealing with doc files.
PR:		29757
Submitted by:	pat@FreeBSD.org
2001-12-26 11:32:14 +00:00
Brian S. Dean
a95be1d7f0 Add "scud" - Selected Caller id and Unavailable Deterrent; have your
modem answer calls from "unavailable" (which usually are
telemarketers).

Submitted by:	David Quattlebaum <drq@bsdwins.com>
2001-12-20 01:38:05 +00:00
Will Andrews
4b2ad3d4d8 Add zssh 1.5a, which allows you to tunnel a ssh connection over the
zmodem protocol.

PR:		31268
Submitted by:	Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
2001-12-19 08:58:26 +00:00
Ying-Chieh Liao
b7b0c5159a upgrade to 1.2
PR:		32754
Submitted by:	maintainer
2001-12-12 19:40:09 +00:00
Jun Kuriyama
9d224a95da Yet another conserver which is forked from comms/conserver long ago. 2001-12-09 14:40:13 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Ying-Chieh Liao
1301e3e01d add ltmdm
Driver for the Lucent LT Winmodem chipset

PR:		31924
Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
Tested by:	clkao@clkao.org
2001-12-05 19:12:16 +00:00
Jean-Marc Zucconi
4fde2f0516 Upgrade to version 1.1.27.
Install a default new_fax program.
Install sample files.
2001-12-05 03:09:05 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Maxim Sobolev
210fe68de4 Add support for NOPORTDOCS.
PR:		29756
Submitted by:	Patrick Li <pat@databits.net>
2001-11-23 18:12:47 +00:00
Maxim Sobolev
85aafd6b9b Add support for NOPORTDOCS.
PR:		29754
Submitted by:	Patrick Li <pat@databits.net>
2001-11-23 18:10:09 +00:00
Mike Silbersack
abafae5328 Updated MASTER_SITES. 2001-11-20 01:51:38 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
David E. O'Brien
641562393f Fix a bogon where too many arguments are passed in a printf().
It is obvious which argument does not belong (maybe left from a older version?)

Submitted by:	brian
2001-11-08 17:57:53 +00:00
David E. O'Brien
314942312e Our [md5] encrypted passwords can be up to 64 characters in length.
Submitted by:	brian
2001-11-08 17:55:34 +00:00
David E. O'Brien
77372f1310 I am told the cy driver does support BREAK and has for quite a while now. 2001-11-08 17:50:58 +00:00
Christian Weisgerber
2d79ada819 * Update to latest stable release, 7.0.197.
* Add mirror site.
* Fix and improve comment and description.
* Use the provided build infrastructure instead of gratuitously
  replacing it with our own.
* Tweak build defines.

Reviewed by:	joerg
2001-11-06 00:53:05 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Tom Hukins
74da5f3f8f Fix location of gnokiirc from /etc to /usr/local/etc
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-19 15:25:17 +00:00
Mikhail Teterin
5c9c05f1a5 Prepend the bsd.port.pre.mk to the conditional patching
/usr/local -> ${LOCALBASE}. The condition was, naturally
${LOCALBASE} !=  /usr/local, but the value  of LOCALBASE
is not necessarily  known without bsd.port.pre.mk. Sorry
for the breakage.

Submitted by:	Brian Dean, Dan Langille
2001-10-17 15:43:08 +00:00
Mikhail Teterin
1d8175b261 Upgrade to 4.1 (release -- released in July). The size
of the  pkg-plist diff  is due  to the  default location
move from /var/spool/fax to /var/spool/hylafax.

Also, allow  package building by  passing -nointeractive
to configure.
2001-10-16 23:51:18 +00:00
Kevin Lo
7537b87a79 - Update to version 0.3.3
- Takeover maintainership

PR: 31275
Submitted by: Anders Nordby <anders@fix.no>
2001-10-15 15:43:58 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Kevin Lo
e6b03c6389 Initial import of ghfaxviewer-0.22.
ghfaxviewer is the fax viewer.

PR: 30470
Submitted by: Dominik Brettnacher <domi@saargate.de>
2001-09-16 17:36:01 +00:00
Akinori MUSHA
8cb369449a Replace the ghostscript55 dependencies with ghostscript-gnu. 2001-09-11 20:52:33 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
David E. O'Brien
e998909fef Allow "stat" in addition to "status". 2001-09-08 04:08:06 +00:00
Akinori MUSHA
23a999b22b Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by:	kde (will), demon (MAINTAINERs)
2001-08-30 18:56:50 +00:00
Akinori MUSHA
f32198ac1b Use the last modified date "20001115" instead of zero, for PORTVERSION. 2001-08-30 07:34:00 +00:00
Akinori MUSHA
7b796de734 Add ruby-termios, a Ruby interface to termios. 2001-08-30 07:26:32 +00:00
Dmitry Sivachenko
8a7ef45960 Fix library name in LIB_DEPENDS. 2001-08-26 03:19:54 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Maxim Sobolev
c7b17d3b58 Update MASTER_SITES.
Submitted by:	fenner's distfiles survey
2001-08-22 09:46:54 +00:00
Ying-Chieh Liao
956886014b use INSTALL_DATA instead of INSTALL_MAN
PR:		29755
Submitted by:	Patrick Li <pat@databits.net>
2001-08-18 23:25:58 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Kevin Lo
fc7b3fe551 Update to version 1.1
PR: 29670
Submitted by: MAINTAINER
2001-08-13 12:24:53 +00:00
Brian S. Dean
8463c56715 Update to new version. 2001-08-12 13:26:01 +00:00
Kris Kennaway
81e805e936 Don't install ceptd setuid root: it's a daemon you run as root from
inetd.conf, so it doesn't need the additional privileges.

This port still bogusly hardcodes /usr/local as the installation
directory.
2001-08-11 06:59:03 +00:00
Brian Somers
f73b300350 Correct MASTER_SITES
Don't killall mwavem from ``mwavem.sh stop''
Bump PORTREVISION

PR:		29151
Submitted by:	Kevin Oberman <oberman@es.net>
2001-08-11 00:07:53 +00:00
Brian Somers
5f95a9f97d Unmark broken
Add a working MASTER_SITE
2001-08-10 23:57:16 +00:00
Brian Somers
19ec031889 Mark this port broken. The archive has not been obtainable for at least
3 months and there's no response from the maintainer.
2001-08-10 18:26:09 +00:00
Mario Sergio Fujikawa Ferreira
db8d3aec12 Fix installation, broken by last commit
Submitted by:	MAINTAINER
2001-08-05 18:41:25 +00:00
Mario Sergio Fujikawa Ferreira
7683883b1a o Switch over maintainership to submitter
o Move pre-configure patching to pre-patch where it semantically
  belongs
o Additional patching and documentation installation
o Support NOPORTDOCS

Submitted by:	Patrick Li <pat@databits.net>
2001-08-03 18:05:51 +00:00
Mario Sergio Fujikawa Ferreira
c5664496c2 o Add USE_X_PREFIX (implies USE_XLIB)
o Also add additional PREFIX safeness patches

PR:		29063
Submitted by:	Patrick Li <pat@databits.net>
2001-07-29 23:05:45 +00:00
Steve Price
68c10ed751 Use user:group in call to chown. 2001-07-25 17:59:04 +00:00
Dirk Meyer
dd6ada8dbf remove empty directory 2001-07-12 04:26:34 +00:00
Maxim Sobolev
cc3237c609 Update MASTER_SITES
Submitted by:	Fenner's distfiles survey
2001-07-09 08:45:15 +00:00
Dirk Meyer
94c79c2970 The purpose of this utility is to provide an easy way to flash
kernels and romdisks to the Agenda VR3.

FEATURES

  o  Direct serial access (w/o minicom)
  o  Built-in Xmodem (send) support
  o  Built-in Etxack (send) support (c/o Brad @ Agenda)
  o  Progress meters
  o  Capture file
  o  PMON over-write detection/protection

LATEST VERSION

  You can always get the latest version of this utility from:

WWW: http://www.apex.net/~jeff/agenda-utils/
2001-07-07 09:53:27 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
Kevin Lo
0c34c0f110 Place port docs where they all go.
PR: 28131
Submitted by: Patrick Li <pat@databits.net>
2001-06-15 13:09:30 +00:00
Brian S. Dean
74b4b22289 Version update. 2001-06-14 01:49:47 +00:00
Kevin Lo
8ecc5232fb Fix lib dependency to make bento happy.
PR: 27953
Submitted by: Patrick Li <pat@databits.net>
2001-06-10 15:49:47 +00:00
David W. Chapman Jr.
170e28fe7e Please bento
PR:		27349
Reviewed by:	will
No response:	maintainer
2001-06-07 19:58:16 +00:00
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Ying-Chieh Liao
45036fe95e upgrade to 1.1
PR:		27818
Submitted by:	maintainer
2001-06-04 17:19:05 +00:00
Will Andrews
a6ebbd82ac Add mwavem 1.0, a loadable module and user excutable to support IBM
Mwave ACP modem.

PR:		27064
Submitted by:	R. Kevin Oberman <oberman@es.net>
2001-05-20 04:34:28 +00:00
Kris Kennaway
b3d1534f4f Revert to 4.1b2; the security hole in the vendor distribution of this
version was already patched in FreeBSD, so there's no reason to make this
port unavailable until it can be upgraded properly.  Since the previous
commits did not leave this port buildable, no PORTEPOCH bump is required
even though the PORTREVISION has gone backwards.

Reminded by:	Roman Shterenzon <roman@xpert.com>
2001-05-08 06:23:59 +00:00
Kris Kennaway
b7ff0a7501 Somehow I botched this upgrade -- I must have been building the previous
version even though I updated PORTVERSION.  Since this was a security
update, mark it BROKEN for now until someone can fix it.
2001-05-07 21:53:47 +00:00
Kris Kennaway
b0874023fe Update to hylafax 4.1b3 2001-05-06 04:24:54 +00:00
Jimmy Olgeni
e447d6a0d5 Some port related improvements, no functional changes in mgetty itself.
* Preserve configuration files in etc/mgetty+sendfax. Remove the
  pkg-deinstall file that used to warn about potential loss of
  configuration files at deinstall time.

* Patch file mtools.info so that it can be installed with install-info in
  the info index (the stock file lacks a proper directory entry).

* Make pkg-install exit without asking anything, if BATCH is defined. And
  fix a banner length :o)

Reviewed by:	jmz
2001-05-03 22:56:14 +00:00
George C A Reid
e0a29a5353 Updates this abandoned port to a usable version (0.3.3 pre22) that:
- works with a lot more phones
- has many more features
- has a nice (optional) GUI

Change MAINTAINER to anders@fix.no, with approval from previous MAINTAINER.

PR:		27045
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-03 01:13:00 +00:00
Mario Sergio Fujikawa Ferreira
ee288022e0 Update to version 2.0.2
Submitted by:	Patrick Li <pat@databits.net>
2001-05-01 17:20:53 +00:00
Maxim Sobolev
700291efee Add tits 1.0.2, a server which provides telnet(1) access to one or
more tty ports.

Obtained from:	NetBSD
2001-04-18 15:32:59 +00:00
Kris Kennaway
21015e3a05 Remove setuid root bit from hfaxd and fix a format string error which was
previously a security vulnerability

Reported by:    Marcin Dawcewicz <miv@IIDEA.PL>
Obtained from:  http://www.hylafax.org
2001-04-17 08:22:46 +00:00
Kris Kennaway
db8acc92df Mark FORBIDDEN; this port allows a local exploit yielding uid uucp
Submitted by:	empathy@feelings.com
2001-04-17 08:07:07 +00:00
Will Andrews
3ac1085673 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*
2001-04-16 03:16:14 +00:00