Daniel Harris
703d22653d
Update WWW.
...
PR: 22982
Submitted by: Joseph Scott <joseph@randomnetworks.com>
2000-11-25 18:56:02 +00:00
Trevor Johnson
92fd9c5f94
My earlier testing was in error: joe will still write to a DEADJOE
...
file which is hard-linked to a file writable by the user who is
running joe. Mark this forbidden until the maintainer decides what
to do.
2000-11-25 14:13:59 +00:00
Trevor Johnson
66d65ec2a7
- don't follow links (symbolic or hard) owned by another user when
...
creating a DEADJOE file (http://www.securityfocus.com/archive/1/145305 )
- make DEADJOE files with 0600 permissions, rather than using the
user's umask (PR 12827)
- do the PORTREVISION thing
I am not sure whether the maintainer considers these ready. However,
they work for me.
Submitted by: maintainer
2000-11-25 07:09:18 +00:00
Doug Barton
b72a662c8b
Update location of Corel's instructions on how to download the distfile.
...
It's not at all clear to me that the license has been totally
removed, but IANAL. The originator recommended completely removing
the manual fetch, but I'm not willing to take responsibility for
that.
PR: ports/23031
Submitted by: Mikhail Teterin <mi@privatelabs.com>
2000-11-25 06:33:04 +00:00
Kris Kennaway
6176a1e687
Upgrade to nano 0.9.21 after maintainer timeout
2000-11-24 22:45:34 +00:00
Maxim Sobolev
29a0461ea9
Ditch out "Version required" from comments section.
2000-11-23 11:56:11 +00:00
Jason Evans
dd3a198e62
Update to version 1.3.
2000-11-22 02:41:44 +00:00
David E. O'Brien
c84d4079f1
Add $FreeBSD$, which help me in problem reports.
2000-11-22 00:57:33 +00:00
David E. O'Brien
2c98c659d1
Add $FreeBSD$, which help me in problem reports.
2000-11-22 00:26:04 +00:00
Gary Jennejohn
88208a74b9
Update to version 9.2.
2000-11-21 23:19:14 +00:00
David E. O'Brien
cab28a419e
Update Vim 5.7 to patchlevel 18.
2000-11-21 09:56:51 +00:00
David E. O'Brien
98ac5ddaa5
Update to Vim 6.0 Beta "N".
2000-11-20 17:27:45 +00:00
David E. O'Brien
05da9e1416
Update Vim 5.7 to patchlevel 18.
2000-11-19 03:09:37 +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
Thomas Gellekum
dd27a5d8b0
Depend on ncurses.5 after the upgrade of devel/ncurses.
2000-11-16 13:14:26 +00:00
Ade Lovett
c0a31816d5
Chase new print/gnomeprint shlib version
2000-11-14 14:10:15 +00:00
Satoshi Asami
2d9bb975a8
Fix up dependencies to libimg -- the English version should be a
...
LIB_DEPENDS on img.1, and the Japanese version should RUN_DEPENDS on
${LOCALBASE}/lib/Img1.2/libimg12.so.1 (since it doesn't install
anything in ${LOCALBASE}/lib).
Also, fix path to tkstep.tcl.
Submitted by: bento
2000-11-14 01:14:58 +00:00
David E. O'Brien
d0a95c82d4
Update Vim 5.7 to patchlevel 15.
2000-11-13 22:35:39 +00:00
Kevin Lo
1534d9a4bf
- Add x11-toolkits/Xaw3d to LIB_DEPENDS
...
- Fix new compiler error
- Add missing MAN1 line
PR: 22811
Submitted by: Ports Fury
2000-11-13 13:39:03 +00:00
David E. O'Brien
884319ba26
Update to Vim 6.0 Beta "M".
2000-11-13 11:52:37 +00:00
Satoshi Asami
c24b93e3f9
Add USE_XLIB, USE_FREETYPE doesn't imply it anymore.
...
Submitted by: bento
2000-11-13 10:51:28 +00:00
Maxim Sobolev
7e8ad9bfa8
Update to 1.0.
2000-11-11 11:41:04 +00:00
Kris Kennaway
82d3610a7d
Remove directory on deinstall
2000-11-11 10:04:24 +00:00
Kevin Lo
db7a4569c0
Update to version 5.2.0
...
PR: 22741
Submitted by: Ports Fury
2000-11-11 06:02:20 +00:00
David E. O'Brien
434625ce78
Go ahead and install the gvim' links, otherwise the
vim-lite' port does
...
not deinstall properly. A `vim-lite' port user will be told that graphical
support was not compiled in if they try to run `gvim', so no harm done.
PR: 19539
Submitted by: Ying-Chieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
2000-11-11 05:23:54 +00:00
David E. O'Brien
21f112710c
Remove GTK suport. No one has stepped forward with patches to fix it,
...
and I'm quite tired of getting email about it being broken.
2000-11-08 16:47:20 +00:00
Satoshi Asami
7112ba2b40
Change motif to a normal dependency. REQUIRES_MOTIF is now called
...
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
David E. O'Brien
b9b356aa56
Update to Vim 6.0 Beta "L".
2000-11-06 21:53:56 +00:00
Maxim Sobolev
d46ae17b30
Update to 2.6.0.
2000-11-06 08:41:40 +00:00
Matthew Hunt
bde19610a8
Upgrade to 3.17.2.
...
PR: 22593
Submitted by: brett@peloton.runet.edu
2000-11-04 01:35:52 +00:00
Satoshi Asami
9a14094048
Chase-the-checksum-o-rama so we can get this one (and the xemacs
...
packages that depend on it) into the release.
2000-11-03 22:52:02 +00:00
David E. O'Brien
7eb0a62925
Update Vim 5.7 to patchlevel 14.
2000-11-03 13:05:20 +00:00
David E. O'Brien
01430cfe1e
Update to the "609" build incase anyone wants to work on getting this beast
...
going.
2000-11-03 11:18:36 +00:00
Maxim Sobolev
8bf551a354
Add dte - a simple text editor that uses many of MSDOS EDIT's command shortcuts
...
keybindings. Also makes a nice text editor for use with mailers like mutt.
PR: 21811
Submitted by: Steve Horan <sjhports@tracking.amos.net>
2000-11-02 15:42:45 +00:00
Satoshi Asami
8043f83218
Remove missing file (lib/xemacs-21.1.12/lisp/package-get.el.orig).
...
Submitted by: bento
2000-11-01 23:31:56 +00:00
Maxim Sobolev
10e2f8893d
Whitespace-only:
...
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
David E. O'Brien
22fd09379d
Tweak needed.
2000-10-31 20:07:22 +00:00
Maxim Sobolev
38df81372e
Also add -lssl in addition to -lcrypto to fix builds on systems with crypto
...
installed.
Submitted by: bento
2000-10-31 09:07:24 +00:00
Jun Kuriyama
021334deb5
Update some packages.
...
Approved by: maintainer
2000-10-31 08:55:22 +00:00
David E. O'Brien
fe9a450971
Update to Vim 6.0 beta K
2000-10-30 13:37:59 +00:00
Will Andrews
07b8e91864
Fix yet another typo.
...
Submitted by: Dave Uhring <duhring@charter.net>
2000-10-30 02:47:57 +00:00
Will Andrews
e36a2ec841
Fix typo.. grr!
...
Submitted by: jedgar
2000-10-30 02:25:22 +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
David E. O'Brien
0444c438dc
Update Vim 5.7 to patchlevel 13.
2000-10-28 03:18:38 +00:00
Chris D. Faulhaber
4f0e084006
Add forgotten @dirrm
2000-10-27 21:54:46 +00:00
Shigeyuki Fukushima
d21fa637ba
Delete dependency for textproc/dtd-catalos.
2000-10-27 16:12:56 +00:00
Shigeyuki Fukushima
62dfc40ba1
Add HTML 4.01/DocBook V4.0/DocBook V4.1.
2000-10-27 15:50:27 +00:00
Maxim Sobolev
d0190bfe05
${ENV} --> ${SETENV}
...
PR: 22337
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-10-27 09:24:08 +00:00
Maxim Sobolev
ce4735d2c9
Make it buildable if crypto bits are installed.
...
Submitted by: bento
2000-10-26 10:12:11 +00:00
Chris D. Faulhaber
a4aae2fa32
Add missing off_t casts to prevent bus errors when using the 'X' command
...
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-10-26 00:00:10 +00:00
Chris D. Faulhaber
7976454fe3
Update port to 1.3.0
2000-10-25 11:58:44 +00:00
Akinori MUSHA
9ba5eceeb9
Fix the checksum of skk-1.16-pkg.tar.gz.
2000-10-25 08:45:02 +00:00
Will Andrews
a80e044100
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:33:54 +00:00
Akinori MUSHA
7f17e86481
Use MASTER_SITE_XEMACS.
...
Reorder variables to satisfy portlint.
Approved by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
(MAINTAINER of chinese/xemacs)
KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
(MAINTAINER of xemacs-*-packages)
2000-10-24 12:09:17 +00:00
Akinori MUSHA
04b1ebc899
Update XEmacs packages.
...
PR: ports/22049
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> (MAINTAINER)
2000-10-24 11:01:25 +00:00
Akinori MUSHA
5d0b889000
Enable XIM support by default.
...
Reflect Wnn4 -> FreeWnn change.
Fix build problems.
PR: ports/21549
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-10-24 10:53:40 +00:00
Akinori MUSHA
2769bcfada
Remove my instant distribution patch after vim6's update to 6.0j.
...
Now Vim6 has officially included (optional) Ruby interface, we no
longer need any patches. :)
2000-10-24 10:20:30 +00:00
David E. O'Brien
76dc05d97b
Remove a duplicate `dirrm'.
2000-10-24 10:10:26 +00:00
David E. O'Brien
4479b9fdb0
Update version 5.7 to patchlevel 12.
2000-10-24 10:07:21 +00:00
David E. O'Brien
ec540a53be
Update to Vim version 6.0, beta "j".
2000-10-24 08:58:31 +00:00
Maxim Sobolev
57e1943128
Attempt to fix breakage when building on ssl-enabled systems (add -lcrypto if
...
/usr/lib/libcrypto.a exists). Also add -lutil for glimmer which seems required
to build it with Python2.0.
Submitted by: bento
2000-10-23 08:14:50 +00:00
Jason Evans
0996cd6cb1
Update to zile 1.2.
2000-10-22 21:12:34 +00:00
Ade Lovett
8763b0aa5d
Update to 1.1.4 and unbreak
2000-10-22 19:52:39 +00:00
Satoshi Asami
de66367ca4
Add openoffice.
2000-10-21 21:02:52 +00:00
Akinori MUSHA
a5c9ea162b
Chase the vim6's update to 6.0i. Rejoice if_ruby has been fully
...
merged into vim6. :)
But unfortunately they seem to have missed including two files
regarding if_ruby in the vim 6.0i tarball, so I prepared the diff to
complete them. This problem has been reported to the vim development
team, and it seems their CVS repository already holds those files.
Hopefully the next release of vim6 will include them properly.
Tested by: dcs
2000-10-21 19:31:53 +00:00
Akinori MUSHA
bda05ec263
Complete plist. Add 40 files and 9 directories that were missing. ;)
...
Submitted by: bento
2000-10-21 18:08:04 +00:00
David E. O'Brien
46199583ee
Mark this broken so people don't casually actually try to use this.
...
Those wanting to work on the port should just comment out the "BROKEN"
of course.
2000-10-19 20:48:34 +00:00
Ade Lovett
a985d4cf68
Update to 0.9.3
2000-10-18 22:25:17 +00:00
Ade Lovett
5c87942ef0
Update to 0.9.2
2000-10-17 18:52:22 +00:00
Yukihiro Nakai
cd7828df02
Update to 0.6.2
...
PR: ports/21793
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-17 11:31:24 +00:00
David E. O'Brien
d94079c78e
Ctags isn't included anymore.
2000-10-16 20:50:47 +00:00
David E. O'Brien
25725d6ffb
First cut at configuration patches. This is very much a WIP, and I welcome
...
others to work on it too.
2000-10-16 19:23:34 +00:00
David E. O'Brien
ef65503dab
Update to Vim version 6.0, beta "i".
2000-10-16 11:21:38 +00:00
David E. O'Brien
8c0ea44471
Fix CDROM based installs.
...
Approved by: Martin Blapp <mb@imp.ch>
2000-10-14 20:10:11 +00:00
Jeremy Lea
a9c155c2f6
Fix my breakage. Remove share/help in the non-Gnome case.
...
Submitted by: asami
2000-10-10 17:08:54 +00:00
David E. O'Brien
2ede665185
Update Vim 5.7 to patchlevel 10.
2000-10-10 08:58:49 +00:00
Satoshi Asami
2cb6a34b12
Define MD5_FILE, FILESDIR was to get the md5 file.
2000-10-09 21:51:25 +00:00
David E. O'Brien
7398ccc6b0
Cleanup.
2000-10-09 18:13:08 +00:00
David E. O'Brien
35d79ba27b
* Remove Motif lib searching hack. Isn't needed any more.
...
* Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
2000-10-09 17:01:59 +00:00
David E. O'Brien
811055968d
Update Vim 5.7 to patchlevel 10.
2000-10-09 16:59:06 +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
d5b54d0869
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
...
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00
Satoshi Asami
17b3210d99
Rename PLIST.perl to pkg-plist.perl.
2000-10-08 00:48:23 +00:00
Satoshi Asami
a7a4909e10
Rename PLIST.mule to pkg-plist.mule.
2000-10-08 00:45:26 +00:00
Satoshi Asami
96ce4bb71f
Rename PLIST.perl to pkg-plist.perl.
2000-10-08 00:38:53 +00:00
Satoshi Asami
49f0ff9334
Rename PLIST.axe to pkg-plist.axe.
2000-10-08 00:34:42 +00:00
Jeremy Lea
7b4c77811e
Implement WANT_GNOME.
2000-10-05 07:22:56 +00:00
Jeremy Lea
b7bdcd418e
Implement USE_GNOME, part 1.
2000-10-05 07:10:50 +00:00
Jeremy Lea
3707e5b740
Implment WANT_GTK.
2000-10-05 06:47:41 +00:00
Jeremy Lea
fda2e985da
Implement USE_GTK, part 1.
2000-10-05 06:36:23 +00:00
Jeremy Lea
21c8c41b39
Update to 0.5.11 since 0.5.10 is no longer fetchable.
2000-10-05 06:12:33 +00:00
Satoshi Taoka
f5e27e4882
Correct a slave port name mule-canna+freewnn (described in this
...
editors/mule-common/Makefile) from mule-freewnn+canna
Submitted by: Shigeto TAJIMA <tajima@ics.es.osaka-u.ac.jp>
Obtained from: a direct mail
Sort slave port names in the above Makefile.
2000-10-03 15:22:18 +00:00
Jeremy Lea
bf9c34c549
Correct and sort PLISTs.
2000-10-02 23:01:49 +00:00
Will Andrews
c19e9bbcd8
Update to 1.3.2 && change MAINTAINER.
...
PR: 21643
Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
2000-09-30 00:39:20 +00:00
Jason Evans
4f7519b08e
Remove '.' at end to make portlint happy.
2000-09-28 22:39:38 +00:00
Jason Evans
45977e56b5
Activate the zile port.
2000-09-28 22:24:50 +00:00
Jason Evans
6362526013
Add port for the zile editor ("zile is lossy emacs").
2000-09-28 22:24:06 +00:00
Ade Lovett
8c465b5187
Chase new gnomeprint. Sadly, this one needs a bunch of work by
...
the authors, so it's currently marked broken.
2000-09-28 18:02:30 +00:00
Ade Lovett
2c4a28cff2
Update to 0.9.1, using required new gnomeprint
2000-09-28 18:01:47 +00:00