Commit Graph

51655 Commits

Author SHA1 Message Date
Akinori MUSHA
fbaaca9d33 It seems the updated FreeTDS' libct is not linked with libgiconv, so
manually add here to unbreak the build.
2002-01-11 15:52:02 +00:00
Akinori MUSHA
08bc74d967 Python 2.1 was updated to 2.2, so chase it. 2002-01-11 15:44:40 +00:00
Roger Hardiman
4e37fd76db Upgrade to version 1.0.12 which adds a echo (loopback) feature to selected
conference rooms.  Handy for testing audio setups.
Also install the ReadMe in /usr/local/share/docs/openh323/openmcu
2002-01-11 15:14:34 +00:00
James E. Housley
85357d8274 -Add WITH_MTX option for those that want the mtx changer program
-Small path cleanups
-Bump PORTREVISION

Submitted by:	Martin Blapp <mb@imp.ch>
2002-01-11 15:06:17 +00:00
Maxim Sobolev
cef31e6dda Update to 1.0.1. 2002-01-11 14:44:11 +00:00
Maxim Sobolev
3a0c4f197f Kill useless hunk. 2002-01-11 14:08:06 +00:00
Maxim Sobolev
5b8351b592 Respect user's settings in /etc/login.conf. Bump PORTREVISION.
Submitted by:	Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
Reviewed by:	Joe Clarke <marcus@marcuscom.com>, sobomax
2002-01-11 14:04:37 +00:00
Ying-Chieh Liao
fb66784fad upgrade to 2.0.5 2002-01-11 13:59:40 +00:00
Ying-Chieh Liao
65ebd68262 upgrade to 1.2.0 2002-01-11 13:56:16 +00:00
James E. Housley
47cd4bf92f Upgrade to 2.4.3b2.
- Remove 2 contributed patchs that are now part of the release
- Build static programs for easier recovery
2002-01-11 13:52:24 +00:00
Ying-Chieh Liao
4353065d44 add py-smb 0.3.1
SMB/CIFS library written in Python
2002-01-11 13:21:41 +00:00
Maxim Sobolev
9db822d068 Update to 1.2.0. 2002-01-11 12:51:41 +00:00
Maxim Sobolev
c95684ae39 Pessimize http://telia.dl.sourceforge.net/ - the host is unreachable. 2002-01-11 12:11:33 +00:00
Thomas Gellekum
2d5aba540b Add python2.2 to the list of legal PYTHON_VERSIONs. 2002-01-11 12:05:29 +00:00
Thomas Gellekum
630ab423cb Add MD5 for Python-2.2. 2002-01-11 12:03:36 +00:00
Andreas Klemm
b4014b1dee Update Prio: high (because of driver and other fixes, see below)
- update to new version 7.2.0
- update pkg-plist (4 new bjc driver scripts, apsfilter4.png)
- update SETUP patch for FreeBSD-current (chown xxx:yyy syntax, which
  is currently not included in apsfilter, am unsure, if all Linux and
  Solaris support this, can somebody please clarify ? Thanks)

Highlights of the new apsfilter version (new features):

- printing to Novell remote printer supported, now apsfilter supports
  all important types of remote printer (Novell, Unix/lpd, Microsoft,
  AppleTalk)
- save network traffic by telling remote lpd and Netware printer scheduler,
  to manage copies of a print jobs themselves, this saves you sending
  a print job n times over the network (when printing with:
    "lpr -C copies=20 large_file.ps"
- Testinstallations of apsfilter under $HOME for testing/migration
  planning supported. Test then using aps2file ...
  This works for non-root user. configure knows 2 new options for
  that purpose, to customize printcap and spooldir location under
  $HOME, /tmp or whereever, you get the idea

FIXES:

- BJC script fixes, never ending story, 4 new subtypes of printers
  with different print capabilities.
- Security: SETUP uses secure tmpdir
- you can rename printer now or add printer aliases now
  aps2file and apspreview understand now to handle aliases (this was
  tricky/expensive but doable)
- different fixes see ANNOUNCE / ChangeLog file
2002-01-11 08:28:54 +00:00
FUJISHIMA Satsuki
2be26ddee7 update to 1.21p1.
PR:		33780
Submitted by:	maintainer
2002-01-11 08:11:37 +00:00
Andreas Klemm
7e913c20c3 Update port dependency, if defined APSFILTER_ALL
The interactive script will be updated later.
Don't bump port revision, since next following commit
will contain new apsfilter release, that is now in the
queue, before I finished polishing interactive installartion.
But I didn't want to mix this change and the new apsfilter
version in one commit.
2002-01-11 07:56:35 +00:00
Ying-Chieh Liao
0e63d983d5 add wizard 1.4
Classes for writing MS-style 'wizards'
2002-01-11 07:00:35 +00:00
Patrick Li
f1c91eda9b Oops. Add missing entry to plist
Submitted by:	bento
2002-01-11 06:28:32 +00:00
Patrick Li
8d75c0051c Fix install
Reported by:	bento
2002-01-11 06:26:54 +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
5e3850ca61 Fix incorrect dependency
PR:		33758
Submitted by:	maintainer
2002-01-11 04:34:17 +00:00
Patrick Li
172976c867 Fix WWW 2002-01-11 04:24:14 +00:00
Patrick Li
63f0e615ab Update to 0.3
PR:		33732
Submitted by:	maintainer
2002-01-11 04:07:55 +00:00
Patrick Li
9173f61d7a Fix plist
PR:		33742
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Noted by:	bento
2002-01-11 04:05:20 +00:00
Patrick Li
2a90b521a2 Fix plist
PR:		33745
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Noticed by:	bento
2002-01-11 03:57:11 +00:00
Patrick Li
83ebb89931 Fix depends for freetype
PR:		33759
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>, bento
2002-01-11 03:47:47 +00:00
David W. Chapman Jr.
17ed28f533 Make depend on cups-base instead of cups for cups support
PR:		33777
Submitted by:	ports@geeksrus.net
2002-01-11 03:46:05 +00:00
David W. Chapman Jr.
03d048b004 Make it depend on cups-base because it doesn't need lpr(last time I'm
changing this)

PR:		33777
Submitted by:	ports@geeksrus.net
2002-01-11 03:45:12 +00:00
Patrick Li
73c8ccebc1 Fix translation install.
PR:		33760
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>, bento
2002-01-11 03:36:34 +00:00
Masafumi Max NAKANE
b276e40d0a A patch to correct an error in the dictionary.
PR:		33779
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Credit:		Yasuhide CANADA <canada@dai.meta.ne.jp>
2002-01-11 03:32:55 +00:00
Patrick Li
0040dcb260 Fix depends for gtkgl
PR:		33763
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-11 03:24:51 +00:00
Patrick Li
b0bb492427 Update to 0.7.0
PR:		33762
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2002-01-11 03:18:37 +00:00
Patrick Li
f944b883d4 Hand maintainership to Anders Andersson <anders@hack.org>
Submitted by:	Anders Andersson <anders@hack.org>
2002-01-11 03:08:24 +00:00
Patrick Li
c9be2178d8 Fix master_sites and typo.
PR:		33765
Submitted by:	maintainer
2002-01-11 02:55:14 +00:00
Patrick Li
c10a4f788b Add missing dependency for xpm
PR:		33773
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>, bento
2002-01-11 02:29:24 +00:00
Jim Mock
45368342af Update to version 1.8.7. 2002-01-11 02:00:24 +00:00
Dirk Meyer
1770316d4b - make portlint more happy 2002-01-10 21:59:38 +00:00
Dirk Meyer
4bf1dd2da2 - rename OPTIONS:
METAKIT_WITH_TCL    -> METAKIT_WITH_TCL83
METAKIT_WITH_TCLKIT -> METAKIT_WITH_TCL84

- BROKEN for python 2.2
- obsolete OPTIONS:
METAKIT_WITHOUT_PYTHON

- new OPTIONS:
METAKIT_WITH_PYTHON
2002-01-10 21:57:00 +00:00
Dirk Meyer
0a2e4e1fee BROKEN for python 2.2 2002-01-10 21:52:36 +00:00
Patrick Li
566b245cca Add more working master_sites(argh!!)
Submitted by:	bento
2002-01-10 20:57:59 +00:00
Akinori MUSHA
49cf91d919 Update MASTER_SITES and WWW. 2002-01-10 20:41:10 +00:00
Akinori MUSHA
f37fe609af Update to 1.7.9. 2002-01-10 20:39:09 +00:00
Akinori MUSHA
92a6582ee4 Turn on RUBY_WITH_PTHREAD and unbreak with XFree86 4.x + Mesa. 2002-01-10 20:36:08 +00:00
Akinori MUSHA
73141345c7 Chase a repack. It no longer seems to depend on ruby-uconv.
Bump PORTREVISION accordingly.

Submitted by:	fenner's script
2002-01-10 20:05:24 +00:00
Akinori MUSHA
573f0fa17f - Chase a repack. (only an installer fix)
Submitted by:	fenner's script

- Add a couple of missing file entries to pkg-plist.

- Bump PORTREVISION accordingly.
2002-01-10 19:51:29 +00:00
Masafumi Max NAKANE
cf5b899b96 Use newer patch.
Portlint.
Approved by:	maintainer
2002-01-10 19:50:42 +00:00
Akinori MUSHA
ab75518b62 Update to version 2. 2002-01-10 19:26:21 +00:00
Ying-Chieh Liao
0f46ae5a25 add gfslicer 1.5.4
gfslicer helps to slice and then deslice files which are of larger size
2002-01-10 19:04:28 +00:00