Commit graph

644 commits

Author SHA1 Message Date
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
Michael Haro
9b4a112d96 update comms/qico to 0.48.5
PR:		26342
Submitted by:	    maintainer
2001-04-05 10:09:24 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Will Andrews
14b3d82157 Add pr 1.0, a daemon that connects local terminal device to a
terminal server.

PR:		26197
Submitted by:	Anton Voronin <anton@urc.ac.ru>
2001-03-31 01:36:29 +00:00
OKAZAKI Tetsurou
fb028a75d4 Fix package building.
Style fix of pkg-comment (noticed by portlint)
Bump PORTREVISION.

PR:		25827
Submitted by:	maintainer
2001-03-19 19:52:04 +00:00
Kevin Lo
4a4ee92fab Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDA
PR: 25684
Submitted by: maintainer
2001-03-11 08:24:39 +00:00
Andrey A. Chernov
0a2d029273 Upgrade to 4.30 2001-03-11 07:04:04 +00:00
David E. O'Brien
ad487d3041 Totally turn off the processing of MESSAGE until I can remember what the
one that did not get committed had to say.
2001-03-11 00:41:39 +00:00
David E. O'Brien
4ccc030ccb Deal with semi-bogus error reports from Bento. 2001-03-11 00:39:18 +00:00
Will Andrews
d59bde8d34 Add sms_client 3.0.2, a simple UNIX SMS client to send messages to
phones or pagers.

PR:		24257
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:55:32 +00:00
Will Andrews
34849535be Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h).  Not tested, but should work.
2001-03-05 12:17:08 +00:00
Will Andrews
26121d15ae Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x.  All base KDE1 ports are hereby nuked.  I am also reluctantly
reassuming maintainership of the KDE2 ports.  Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now.  Enjoy!

Note:  It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work.  I'll fix the packaging problems that bento runs
into.

Approved by:	kevlo
2001-02-26 19:24:49 +00:00
Jean-Marc Zucconi
c05e5332d9 Upgrade to version 1.1.25.02.01 2001-02-26 00:37:44 +00:00
Brian S. Dean
297f417b1f Version upgrade. 2001-02-25 16:46:50 +00:00
Brian S. Dean
79b9bd2ca3 Upgrade to version 1.2. 2001-02-17 22:54:22 +00:00
Kevin Lo
8f0eba0047 Upgrade to version 0.48.4
PR: 25140
Submitted by: MAINTAINER
2001-02-17 15:14:16 +00:00
Mario Sergio Fujikawa Ferreira
2275ee0bcf typo clean up police: \s -> \t 2001-02-14 05:43:00 +00:00
David E. O'Brien
f49a4fe7e8 Don't try to use 'pkg-message' for now. I forgot to cvs add it when I
upgrade the port, and I don't remember what its contents were now. :-(
2001-02-12 21:11:09 +00:00
Kevin Lo
f229e46916 - Support CFLAGS properly
- HAS_CONFIGURE -> GNU_CONFIGURE
- Support NOPORTDOCS

PR: 24543
Submitted by: Ports Fury
2001-01-23 07:55:05 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Jun-ichiro itojun Hagino
8a1d4f194e drop myself from MAINTAINER. too many KAME platforms to support,
to little time...
2001-01-09 05:57:08 +00:00
Jean-Marc Zucconi
2ff91276e0 Upgrade to version 1.1.24-Jan07
Change MASTER_SITE
2001-01-07 22:14:07 +00:00
FUJISHIMA Satsuki
219ce96fc0 remove empty share/locale stuff.
Submitted by: bento
2001-01-04 17:13:51 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Kevin Lo
cef8910eaa Upgrade to 2.0.1 2000-12-12 03:02:24 +00:00
Steve Price
1574c6ec51 - Support CC/CFLAGS properly
- Support NOPORTDOCS

PR:		23271
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:47:38 +00:00
Brian S. Dean
888e859d9b Version update. 2000-12-10 19:02:04 +00:00
Brian S. Dean
d1e27a770c Add a new port comms/comserv. From the pkg-descr file:
"The comservd program provides a facility to access network terminal
 server serial ports, such as those available on Xyplex terminal server
 models, via /dev device file entries.  This allows programs such as
 tip(1) to access devices connected to the terminal server serial
 ports."
2000-12-03 16:37:25 +00:00
Satoshi Asami
34241581a3 ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55. 2000-11-25 10:31:07 +00:00
David E. O'Brien
6915d59bcf Upgrade to version 8.5
[based on patch submitted in PR, but greatly re-worked by me]

PR:		14970
Submitted by:	Andrew J. Korty <ajk@waterspout.com>
2000-11-23 12:03:36 +00:00
David E. O'Brien
30abec63d9 Add $FreeBSD$, which help me in problem reports. 2000-11-22 02:22:51 +00:00
David E. O'Brien
d6ea5e255d Add $FreeBSD$. 2000-11-22 00:31:51 +00:00
David E. O'Brien
d4773dde1d Add 'restart' and 'status' functionality. 2000-11-21 17:31:44 +00:00
Maxim Sobolev
775958c85c Update to 1.1.18.
PR:		22978
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2000-11-21 15:41:29 +00:00
Will Andrews
183f2a3017 Resign as maintainer of KDE2 ports, having brought them up from inception
to the final release of KDE 2.0.  Kevin Lo <kevlo@FreeBSD.org> will continue
as the new maintainer.  He has commit privileges on the KDE tree, making him
an excellent candidate for this job.  I'll be behind the scenes for awhile,
since there are some structural changes I'd like to make but I'd rather have
Kevin do the work.  Please, people, direct your patches at Kevin and watch
his "freetime deprivation process" _really_ start.  :-P
2000-11-17 18:24:40 +00:00
Kevin Lo
bca9f5df21 Update to version 0.48.3
PR: 22913
Submitted by: MAINTAINER
2000-11-17 15:10:03 +00:00
David E. O'Brien
53261c9447 Better detecting of modem status lines.
Use the 4.4BSD spelling of TIOCMGET and TIOCMSET rather than the obsolete
TIOCMODG and TIOCMOD.

PR:		16341
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
2000-11-11 22:18:36 +00:00
David E. O'Brien
972c1774be Make PREFIX clean and respect CFLAGS.
PR:		21365
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-11-11 06:34:39 +00:00
Bill Fenner
6429a6a789 Hylafax DISTFILE moved.
Submitted by:	distfile survey
2000-11-07 21:56:09 +00:00
Kevin Lo
bb87ad4446 - Update to version 0.48.2
- Allow building without qcc aka MORDA (make WITHOUT_MORDA=yes).

PR: 22599
Submitted by: MAINTAINER
2000-11-04 14:14:45 +00:00
James E. Housley
21dd93001c New Port: comms/bayonne
Multi-line general purpose voice telephony server

PR:		21327
Submitted by:	David Sugar <dyfet@ostel.com>
2000-11-02 19:43:29 +00:00
Chris D. Faulhaber
ece4d3d9a8 Update port to 0.48.1
PR:		22090
Submitted by:	Maintainer
2000-11-02 13:45:05 +00:00
Will Andrews
549b69fb5e Add two missed shared libs. 2000-11-01 22:02:30 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
James E. Housley
081d1c405d New Port: coms/vpb2
user mode API for Voicetronix 4 port analog DSP telephony cards

PR:		21113
Submitted by:	David Sugar <dyfet@gnu.org>
2000-11-01 13:06:23 +00:00
Will Andrews
8a3f152680 Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1.

Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-10-29 03:09:49 +00:00
Will Andrews
93d5d50b4c Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.

Submitted by:	PW (thanks)
2000-10-28 23:22:16 +00:00
Will Andrews
4d20366797 Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...
All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
2000-10-25 03:40:40 +00:00
Stefan Eßer
73d964492d Add definitions for new prefixes of German mobile phone networks (D1: 0170,
0D2: 173, E+: 0178).

I do not know and thus can't add a definition for SMS to Viag-Interkom's E2.
2000-10-20 21:36:22 +00:00
Stefan Eßer
b9258b969e Apply diffs submitted with PR 21367:
- use ${PREFIX} instead of hard-coded paths.
	- respect NOPORTDOCS

PR:		21367
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-20 21:26:52 +00:00
Ade Lovett
65f4afec8f Update to 0.48
PR:		21889
Submitted by:	maintainer
2000-10-12 21:18:07 +00:00
David E. O'Brien
1d710016d9 Fix "DISTFILES".
Submitted by:	steve
2000-10-11 22:58:19 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
94fb60f81d Rename pkg/license to pkg-message, which will make it a full-blown
${PKGMESSAGE} file.
2000-10-07 23:43:27 +00:00
David E. O'Brien
a5bff01e54 Use _PATH_UUCPLOCK from path.h rather than /var/spool/uucp.
Requested by:	Daniel O'Connor <doconnor@gsoft.com.au>
2000-09-28 16:41:51 +00:00
Satoshi Asami
6963a2b623 Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
of taking it out.  My apologies.

Reported by:	maintainer
2000-09-27 10:16:21 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Ade Lovett
e307881cab Fix incorrect use of snprintf() that causes pid of process
trying to lock a serial device in /var/spool/lock to be
incorrectly written into the lock file.

PORTREVISION bumped.

PR:		20141
Submitted by:	Cyrus Rahman <cr@jcmax.com>
2000-09-18 21:58:04 +00:00
Will Andrews
c70c66363e Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this.  This version is extremely stable and offers
better functionality than before.  This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree.  Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement!  :-)

Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.

A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update.  Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.

Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).

People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):

	http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/

Have fun!  Remember to reports bugs through http://bugs.kde.org/.
2000-09-15 21:40:47 +00:00
Chris D. Faulhaber
17de392e72 Install files with correct perms (0664->0644)
Approved by:	Maintainer
2000-09-15 11:29:18 +00:00
Chris D. Faulhaber
afebe5fa8c Do not install files/dirs group-writable 2000-09-14 22:10:00 +00:00
Jean-Marc Zucconi
034900785f Upgrade to the latest version (1.1.22.Aug27) 2000-09-10 22:46:11 +00:00
Jean-Marc Zucconi
372b9fb7e2 Upgrade to the latest version (1.1.22.Aug27)
Add a warning message because /var/spool/fax/outgoing/ is world writeable.
2000-09-10 22:46:02 +00:00
Jean-Marc Zucconi
8ecc1181ca Upgrade to the latest version (1.1.22.Aug27)
The port is no more marked FORBIDDEN as the main security hole has been fixed.
2000-09-10 22:45:04 +00:00
Will Andrews
b9fa1c08fd Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutils
dependencies to kde2, and add koffice to kde2, because it's part of the
2.0 release.  Fix my bogon in forgetting to remove obsolete qt22 patches.

The current state of the ports as far as building and installing is quite
good, but I expect minor problems with PLISTs other than for the ones I've
fixed here.  I'm going to let bento figure it out.  :-)

Please, test these ports and report bugs to submit@bugs.kde.org, and send
me problems with the ports themselves.  I've found that KDE2 seems to have
stabilized significantly since the last snapshot.

And now, I am removing the last patch remaining in the KDE2 ports, except
for the QT 2.2 snapshot.
2000-08-30 03:50:06 +00:00
Jean-Marc Zucconi
faa9578ebb Fix a buffer overrun for some incorrect input files.
Submitted by:	Paul Eggert  <eggert@twinsun.com>
2000-08-25 21:07:42 +00:00
David E. O'Brien
53546efc93 Assume maintainership.
Approved by:	peter
2000-08-24 23:45:49 +00:00
Kevin Lo
4618632f51 Update to version 0.46.2
PR: 20739
Submitted by: MAINTAINER
2000-08-23 14:32:26 +00:00
Will Andrews
3a5dc9adff Add qico 0.45pl3.1, a fidonet compatible mailer. I've put a copy on my
local-distfiles due to historic saturation on www.ruxy.org.ru's link.

PR:		16989
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2000-08-11 12:24:04 +00:00
Steve Price
1605e0fca8 Add a missing ';' so this port builds/installs cleanly. 2000-08-08 03:11:55 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Maxim Sobolev
d4a380e1fb Replace old startup script with new capable to do start/stop operations.
PR:		20039
Submitted by:	Bruce A. Mah <bmah@cisco.com>
2000-07-20 08:25:32 +00:00