SADA Kenji
115f0f7899
Add new port kdirstat.
...
KDirStat (for KDE Directory Statistics) is a small utility program
that sums up disk usage for direcory trees - very much like the
Unix 'du' command.
PR: ports/18250
Submitted by: Andrey Novikov <andrey@novikov.com>
2000-09-04 04:18:10 +00:00
Munechika SUMIKAWA
ee315d510e
- Upgrade to 4.49.4.
...
- Change maintainer's mail address.
2000-08-30 10:03:03 +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
Kevin Lo
c66f571274
Update to version 0.3.2
...
PR: 20923
Submitted by: MAINTAINER
2000-08-29 15:47:00 +00:00
Satoshi Asami
d3ed5696bd
Upgrade the upgrade kits to include /etc/mtree/BSD.x11-4.dist. Bump versions
...
to today's date.
2000-08-25 10:27:09 +00:00
Satoshi Asami
4839146b4c
New port 41upgrade, a 4.1-release to 4-stable upgrade kit.
2000-08-25 10:23:15 +00:00
Satoshi Taoka
98034acd9e
Delete extra files and directories after pkg_delete
...
Obtained from: bento
2000-08-25 05:41:30 +00:00
Neil Blakey-Milner
559b04acc9
Upgrade to pdmenu 1.2.64.
...
This version apparently fixes the situation whereby when pdmenu loses
it's tty, it runs away with the CPU.
Many thanks to Joey Hess (the author) for his quick response.
2000-08-23 15:11:24 +00:00
Daniel Harris
f8dd90a636
Update to version 5.0.2.
...
PR: 20747
Submitted by: Ports Fury
2000-08-21 20:54:44 +00:00
Will Andrews
bbe7ed6435
Update to 5.0.1.
...
PR: 20655
Submitted by: Ports Fury
2000-08-20 10:21:02 +00:00
Alexander Langer
7f571b1d63
USE_IMAKE
...
Approved by: billf (maintainer)
2000-08-18 12:49:25 +00:00
Chris D. Faulhaber
789408fc48
Add directories missing in PLIST
...
PR: 20378
Submitted by: Maintainer
2000-08-12 12:00:47 +00:00
Kevin Lo
57c2b7e65b
- Update MASTER_SITES and WWW:
...
- Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker
PR: 20546
Submitted by: Ports Fury
2000-08-12 08:33:09 +00:00
Kevin Lo
1623b2c8a2
- Support X11BASE properly
...
- Remove USE_GMAKE
PR: 20547
Submitted by: Ports Fury
2000-08-12 08:23:35 +00:00
SADA Kenji
513cb1724e
Activate felis.
...
PR: 18534
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
2000-08-12 07:12:36 +00:00
SADA Kenji
f6e45c0098
New port: felis
...
Felis sends one or more files to stdin. Unlike cat, felis will place all
of its output to a single line.
PR: ports/18534
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
2000-08-12 07:11:09 +00:00
Will Andrews
7d7a9a2180
Make these COMMENT files conform to Handbook standard.
...
PR: 20269
Submitted by: Ports Fury
2000-08-11 11:50:37 +00:00
Neil Blakey-Milner
ae2b7b3aab
Update to 0.3.1
...
PR: ports/20430
Submitted by: Patrick Seal <patseal@hyperhost.net> (MAINTAINER)
2000-08-06 15:29:04 +00:00
Chris D. Faulhaber
132cad1961
Update port to 2.22
...
Submitted by: Ben Rosengart <ben@narcissus.net>
2000-08-04 21:54:35 +00:00
Ade Lovett
972ca4afab
Re-sobomize to use pre-patch instead of post-extract
...
Wrists slapped by: knu, sheldon
2000-08-04 16:11:37 +00:00
Ruslan Ermilov
18189138fd
Set default color pair to its original value on command execution and exit.
2000-08-04 15:49:07 +00:00
Roger Hardiman
a6874290c2
Replace patch-ab with an alternative fix supplied by
...
the Alevt author.
Submitted by: Edgar Toernig <froese@gmx.de>
2000-08-04 09:33:00 +00:00
Ade Lovett
38ae599271
Extensive patchfile cleanups using sobomax's wonderful
...
post-extract rule
2000-08-04 01:19:21 +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
SADA Kenji
dc091e312e
Inactivate deskutils/biblereader.
...
Activate misc/biblereader.
PR: ports/18359
Submitted by: Patrick Seal <patseal@hyperhost.net>
Requested by: PW
2000-08-02 18:08:21 +00:00
SADA Kenji
ee2ede3e36
New port - BibleReader is a Bible browsing/searching program for Linux/X.
...
# I've misfiled this into deskutils category and this is
# second checkin for this PR.
PR: ports/18359
Submitted by: Patrick Seal <patseal@hyperhost.net>
2000-08-02 18:03:08 +00:00
Neil Blakey-Milner
87bdf96800
Remove grub from misc category
2000-08-02 08:23:50 +00:00
Roger Hardiman
c91394458d
Fix problem with alevt expecting malloced memory to be zeroed.
...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-08-01 15:04:23 +00:00
Neil Blakey-Milner
fdeab6ae5f
Add grub, the GNU GRand Unified Bootloader.
...
PR: ports/20168
Submitted by: R Joseph Wright <rjoseph@mammalia.org>
2000-08-01 13:54:18 +00:00
SADA Kenji
a13fb0d36f
Activate tkregexp.
...
PR: ports/18355
Submitted by: Patrick Seal <patseal@hyperhost.net>
2000-07-30 02:26:12 +00:00
SADA Kenji
bc4c5ccfbd
New port tkregexp - This software will let you design your regexps by
...
letting you type the expression and visualize its effect on a sample of
your choice.
PR: ports/18355
Submitted by: Patrick Seal <patseal@hyperhost.net>
2000-07-30 02:23:21 +00:00
Roger Hardiman
64c1c7dbe8
Get source from my copy at people.freebsd.org/~roger
...
as the original author no longer supports this program.
Spotted By: the automatic ports file checker
2000-07-25 10:43:03 +00:00
Vanilla I. Shu
ae6f836a9a
Update
...
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
2000-07-22 10:44:52 +00:00
Satoshi Asami
27198a9808
Mark these BROKEN, they don't compile/run properly.
...
Submitted by: maintainer
2000-07-19 17:50:47 +00:00
Steve Price
e76c214557
Update to version 2.53.
...
PR: 19907
Submitted by: maintainer
2000-07-16 19:49:46 +00:00
Chris Piazza
b2829a3d41
Update WWW
...
Submitted by: Daniel Harris <dannyboy@subdimension.com>
2000-07-16 04:44:39 +00:00
Alexander Langer
772efe49f1
Correct dependencies.
...
portlint one line while I'm here.
Noticed by: bento
2000-07-14 13:28:58 +00:00
Alexander Langer
5dc99617d0
- Portlint (to make PW happy)
...
- remove MANCOMPRESSED=no - it's the default if USE_IMAKE is not set.
2000-07-14 09:15:27 +00:00
Daniel Baker
ecadba1b16
Update: v2.8010.462->v2.8010.463
2000-07-13 19:38:35 +00:00
Kelly Yancey
ad96a79a88
Activate p5-LEGO-RCX
2000-07-13 08:16:41 +00:00
Kelly Yancey
4f3c2589f7
New port: p5-LEGO-RCX, a perl module for communicating with the LEGO RCX brick.
...
PR: 19723
Submitted by: kbyanc@posi.net
2000-07-13 08:07:39 +00:00
Dirk Froemberg
97b4c13610
Checksum changed. Linux+FreeBSD.sgml.gz was updated from v1.10 to v1.11.
...
Noticed by: bento
2000-07-13 07:00:26 +00:00
Kevin Lo
b42fbe84ee
style
2000-07-13 01:16:46 +00:00
Kevin Lo
632d31cbae
Add brs
2000-07-12 15:38:22 +00:00
Kevin Lo
887b1c5f47
Initial import of brs.
...
brs is an interactive King James Bible.
PR: 19836
Submitted by: Kim Scarborough <sluggo@unknown.nu>
2000-07-12 15:37:32 +00:00
Maxim Sobolev
60be567e62
Update of port misc/grdb to 0.2.3.
...
Upstream changes:
* fixed bug causing files in ~/.grdb to essentially be ignored
* changed RVPlayer.ad to not have global settings and therefore not
give netscape a huge download dialog.
Port changes:
* fixed problem where building with PREFIX=/some/where was not finding
/usr/X11R6/bin/gtk12-config.
PR: 19867
Submitted by: maintainer
2000-07-12 15:27:06 +00:00
Thomas Gellekum
4b0ca052d8
Update the glimpse index once a week.
...
Submitted by: Oliver Helmling <oliver.helmling@stud.uni-bayreuth.de>
2000-07-12 12:05:58 +00:00
Satoshi Asami
3656895e7d
Add new port 40upgrade -- 4.0R to 4-stable upgrade kit. Currently only
...
contains new libc.so.4 with xpg4 functions and the skeletonized libxpg4.
2000-07-11 22:56:03 +00:00
Ade Lovett
754cf767b3
Update to 1.2.1
2000-07-11 22:03:57 +00:00
Ade Lovett
cbe360036c
Update for new devel/libglade shlib version
2000-07-11 22:02:22 +00:00
Steve Price
89b7d2a446
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
...
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Steve Price
78b0bd21fe
Update to version 1.6.2.
...
PR: 19580
Submitted by: maintainer
2000-07-07 19:18:01 +00:00
Steve Price
5073598e5f
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
2000-07-07 18:44:49 +00:00
Ade Lovett
ddcfec79ec
Update to 4.5.51
2000-07-05 22:06:35 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
857da324c6
@dirrm share/games
...
Submitted by: bento
2000-07-05 06:47:49 +00:00
Satoshi Asami
a0f9595552
Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of
...
versions to skip.
2000-07-04 23:54:24 +00:00
Daniel Baker
a434725af0
Update: v2.8009.460->v2.8010.462
2000-07-04 19:44:49 +00:00
Maxim Sobolev
6db96c0500
Bump png shared library version.
...
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
07c4f52675
Update to 0.9. Add a WWW while I'm here.
2000-07-03 15:15:58 +00:00
Kris Kennaway
026edef6c6
Remove extraneous directory on deinstall
...
Noticed by: bento
2000-07-03 04:26:39 +00:00
SADA Kenji
bf9a6c9da9
Upgrade to Ver.1.6.
...
PR: ports/19582
Submitted by: Maintainer
2000-07-02 15:23:46 +00:00
Will Andrews
a8a01d24fd
Add MASTER_SITE_SOURCEFORGE; project is now hosted on SourceForge.
2000-06-30 20:55:23 +00:00
Will Andrews
2965e82f1b
Add p5-File-CounterFile, a perl module for persistent counters.
...
PR: 17416
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
2000-06-30 01:05:41 +00:00
David E. O'Brien
1228d352ee
Move the stragler's www.freebsd.org/~user distfiles to the offical
...
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Maxim Sobolev
2e30fd5245
Revert my last changes. Someone else already have added DESCR.
2000-06-29 06:43:46 +00:00
Maxim Sobolev
45d06249de
Add a WWW.
...
PR: 19556
Submitted by: Bruce A. Mah <bmah@cisco.com>
2000-06-29 06:30:58 +00:00
Satoshi Asami
be6c01ee85
Use ${MASTER_SITE_LOCAL}.
2000-06-29 02:31:42 +00:00
Alexander Langer
440ab0ebf2
- Update to version 0.3.0.
...
- Change maintainer from ports@FreeBSD.org -> submitter
- Port no longer installs a manpage but more configuration files
PR: 19416
Submitted by: Dan Papasian <bugg@bugg.strangled.net>
2000-06-28 17:20:28 +00:00
Thomas Gellekum
d9b40d7cb1
Add WWW.
...
PR: 19556
Submitted by: bmah@cisco.com (Bruce A. Mah)
2000-06-28 11:51:21 +00:00
Ade Lovett
7115490368
Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
...
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome
Reminded by: bento
2000-06-26 16:14:32 +00:00
Thomas Gellekum
84d0c9a8b2
Sigh, should have checked before. Upgrade to 2.1.
...
It's free now, if I understand the Artistic License correctly.
2000-06-26 12:53:41 +00:00
Joseph Koshy
c789f168a0
Use MASTER_SITE_LOCAL.
2000-06-26 06:18:27 +00:00
Maxim Sobolev
40a33a6070
- Support LOCALBASE properly (in setting path to custom wish script)
...
PR: 19470
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:44:03 +00:00
Maxim Sobolev
08436d7800
- Use MASTER_SITE_SUNSITE to MASTER_SITES
...
PR: 19496
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:22:00 +00:00
Maxim Sobolev
fb93fc598b
- Use MASTER_SITE_AFTERSTEP to MASTER_SITES
...
PR: 19468
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:14:38 +00:00
Maxim Sobolev
f2cd82bc9d
Add capplet.4 into list of LIB_DEPENDS.
...
Submitted by: bento
2000-06-23 09:14:22 +00:00
Daniel Baker
c814e56c49
Fix ARCH elif typo.
2000-06-23 03:03:19 +00:00
Daniel Baker
4cb8bc8378
1. this patch moves the of the shell script (proxyper.sh) into the build
...
stage of the port.
PRO: you can examine / tweak it before installing
2. the symlink to the script is not stored as link in the package
but it is created by pkg_add (see PLIST)
PRO: you can build with PREFIX=foo and install with PREFIX=bar
Submitted by: Karl Dietz <kd@frankfurt.netsurf.de>
2000-06-22 19:24:04 +00:00
Bill Fenner
c1fe6ed468
Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .
2000-06-22 19:15:32 +00:00
Alexander Langer
3af15641a0
No longer in info, but in HTML format.
...
PR: 19437
Submitted by: maintainer
2000-06-22 17:30:02 +00:00
Daniel Baker
d007ad5401
Update: 2.8007.458b->2.8009.460
...
Remove Alpha support. The digital unix binary was generating complaints
from users that said it was not working reliably. I will build a native FreeBSD
Alpha port and re-implement support soon.
2000-06-22 07:39:39 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
a812c04a23
Forgot to move this patch, which adds color support. We use proper make
...
logic to include the color support here.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-22 05:27:52 +00:00
Chris Piazza
10ae656be9
Remove maintainership of most of my ports. I don't really have
...
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Jacques Vidrine
6dc9bdb0c8
Locally hosted distfiles moved to ftp.freebsd.org.
2000-06-20 13:37:39 +00:00
Will Andrews
688f7b6228
Update to version 354.
...
PR: 19381
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-20 07:22:47 +00:00
Kris Kennaway
e7762da999
Mark FORBIDDEN because the splitvt binary is not installed setuid,
...
therefore it can't change the permissions on the child tty and leaves it
world readable/writable. Furthermore, there's a buffer overflow when the
binary *is* setuid.
Submitted by: Joey Hess <joey@kitenet.net>
2000-06-20 01:41:26 +00:00
Steve Price
30563b5399
Use the distfiles now on ftp.freebsd.org instead of from my home directory
...
on freefall.
2000-06-17 00:14:42 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Satoshi Asami
2881169373
Update DESCR to mach reality..
2000-06-16 19:18:38 +00:00
Satoshi Asami
ad52f33b88
Update colorls to use a new tarball (now 3-stable based) and use ache's
...
improvements instead of my own hack.
Note that you need a "color-capable" terminal to use it -- in
particular, this means set your TERM to "xterm-color" or "kterm-color"
when using normal xterm or kterm, not "xterm" or "kterm" (which
termcap doesn't know that are color-capable).
2000-06-16 19:16:36 +00:00
Satoshi Asami
cab18ae662
Add /usr/share/misc/termcap{,.db} for xterm/xterm-color fix and
...
kterm-color addition.
2000-06-16 19:03:01 +00:00
Maxim Sobolev
2238818001
Activate grdb.
2000-06-16 13:27:09 +00:00
Maxim Sobolev
261d43c63f
Initial import of grdb - an application to match Motif/Athena/Tk widgets
...
with the current GTK theme.
PR: 19243
Submitted by: Stijn Hoop <stijn@win.tue.nl>
2000-06-16 13:25:32 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004
Second round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:12:51 +00:00
Maxim Sobolev
1de95a9ce1
First round of INSTALL_SHLIB fixes.
2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Matthew Hunt
7ebca8eb9e
Change MAINTAINER to myself (approved by: will).
...
Upgrade to 1.1.6.
Install documentation to ${PREFIX}/share/doc/bidwatcher.
Update pkg/DESCR with relevant URL.
2000-06-11 18:50:51 +00:00
Jean-Marc Zucconi
672f084cda
Move distfile to local-distfiles directory on ftp.FreeBSD.org
2000-06-11 17:30:28 +00:00
Will Andrews
a01d4b6f71
Add dog, an "enhanced" cat that supports reading from URL's.
...
PR: 18571
Submitted by: Dan Piponi <dan@tanelorn.demon.co.uk>
2000-06-10 05:45:34 +00:00
Satoshi Asami
fe90a46320
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
...
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Maxim Sobolev
e9d892e893
Fix a dependency.
...
"misc/tkman port has a dependency on x11-toolkits/tk83
but it has a post-patch target that seems to reference wish8.2 from the
tk82 port."
PR: 19128
Submitted by: Bruce A. Mah <bmah@cisco.com>
2000-06-09 09:35:13 +00:00
Maxim Sobolev
dcaa9477b1
Add png.3 into LIB_DEPENDS. Also slightly reorder Makefile while I here
...
(separate definitions from targets).
PR: 18865
Submitted by: MAINTAINER
2000-06-09 08:17:41 +00:00
Ade Lovett
263cded410
Missing dependencies
...
Submitted by: bento
2000-06-08 21:46:12 +00:00
Ade Lovett
4c2bf2085e
Depend on gnomelibs.. not much point in install the user
...
manual otherwise, and it fixes one of those pesky "extra" problems.
Submitted by: bento
2000-06-08 21:24:47 +00:00
Ruslan Ermilov
903f375741
Do not sort directory entries when `Unsorted' is selected.
...
This makes output look right (the same as in `ls -f' case).
2000-06-08 15:20:46 +00:00
Thomas Gellekum
a9cccdae53
Upgrade to 2.1b4.
...
PR: 18689
Submitted by: Frank Mayhar <frank@exit.com>
2000-06-08 10:10:32 +00:00
Roger Hardiman
c9662caeb7
a) update to version 19991029.
...
b) fix numerous places where the port did not obey all the ports rules
eg honour CFLAGS, use FONTSDIR, X11BASE, LOCALBASE and the INSTALL_XXX
definitions.
PR: ports/16732
PR: ports/19046
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-08 06:48:11 +00:00
Satoshi Asami
d6c39a5032
Add lib/dotfile-2.2/Generator/makeHelp.orig (I know, but that's not the only
...
.orig file in there!).
Submitted by: bento
2000-06-08 00:04:55 +00:00
Chris Piazza
4f0beabaa9
Catch up with a directory change
2000-06-07 18:14:45 +00:00
David E. O'Brien
d624138fd5
The local-distfiles dir on ftp.freebsd.org was moved under ports/.
2000-06-07 17:44:39 +00:00
Satoshi Asami
b4f43c3e62
Add vtxget.1.
...
Submitted by: bento
2000-06-07 09:08:41 +00:00
Chris Piazza
6f1918fe88
Move local distfiles to the new local-distfiles section on ftp.freebsd.org
2000-06-07 08:41:41 +00:00
David E. O'Brien
55ddf4365b
Become the guinnie-pig and move all my Freefall ~/public_html distfiles
...
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00
Maxim Sobolev
f207cdca37
Activate whichman.
2000-06-06 14:15:16 +00:00
Maxim Sobolev
6b72ba5519
Initial import of whichman - a set of 3 utilities to perform approximate
...
search among manpages and files.
PR: 19050
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-06-06 14:13:30 +00:00
Tim Vanderhoek
88bf5818cf
Get the path to the catpages right so that we can delete the wrongly
...
installed ones as intended.
2000-06-05 17:39:52 +00:00
Maxim Sobolev
acfe99c20f
Change maintainer:
...
ports@FreeBSD.org --> leeym@cae.ce.ntu.edu.tw
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-06-05 17:19:04 +00:00
Tim Vanderhoek
fbccaad703
In MAINTAINER's words: (patch-ab) resolves a redefintion of a macro.
...
(to lib/regex.h).
2000-06-05 15:24:24 +00:00
Tim Vanderhoek
7a43598276
Add MAINTAINER Udo Schweigert <ust@cert.siemens.de>
2000-06-05 15:22:16 +00:00
Will Andrews
6d93ab4d52
Chase the checksum (no differences). Could someone please persuade the
...
author to move to a better tarball naming convention?!?!
2000-06-05 10:48:52 +00:00
Kris Kennaway
c6404a1ea6
Update to jargon file 4.2.0
2000-06-05 05:44:37 +00:00
Satoshi Asami
78c2ebd562
Remove empty fonts.dir files. Use %D instead of hardcoded /usr/X11R6.
...
Found by: bento
2000-06-03 00:46:38 +00:00
Satoshi Asami
61e426751f
Use version from /var/db/port.mkversion (basically the system's version),
...
instead of what bsd.port.mk says.
2000-06-03 00:43:09 +00:00
Josef Karthauser
76f070089e
Disable for 5.0 machines now that support has been merged into /bin/ls.
2000-06-02 15:16:52 +00:00
Tim Vanderhoek
d79f4932c1
Energize findutils!
2000-06-02 05:35:49 +00:00
Ade Lovett
6fdcbdf857
Update to 4.5.50
2000-06-01 16:26:24 +00:00
Ade Lovett
1ecc592d8c
Say hello to GNOME 1.2
...
audio/gnomemedia 1.2.0
deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0
devel/glade 0.5.9
devel/libgtop 1.0.9
games/gnomegames 1.2.0
graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2
misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0
sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50
x11/gnomecore 1.2.0
x11/gnomelibs 1.2.1
Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.
Plus. The metaport has been reworked to bring in a few more
often-requested items.
Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Akinori MUSHA
16a2ae17c6
Update to 0.27.2.
...
PR: ports/18696
Submitted by: MAINTAINER
Hmm. Seems Maintainer == Author of this port. So, please include
`patch-ad' in your next release, thanks.
2000-05-30 08:12:13 +00:00
Steve Price
d8c5ff18be
Provide a cleaner way of installing files in the do-install target.
...
PR: 16718
Submitted by: Karl Dietz <Karl.Dietz@frankfurt.netsurf.de>
2000-05-29 23:50:24 +00:00
Tim Vanderhoek
ea4dd4d630
Bring-in more. From pkg/DESCR:
...
This is /usr/bin/more from FreeBSD before the import of the less pager.
It is an older version of less that includes some enhancements and fixes
not in less. These enhancments include support for global(1) tags,
nicer horizontal scrolling, support for portable keyboard configurations
using termcap(5), and a much shorter manpage.
Due to the debatability of the latter feature (is it an enhancement or
a bug?), /usr/bin/more has been replaced. This port is available for
those who desire any of the above features.
2000-05-29 19:58:25 +00:00
Tim Vanderhoek
8bbce1f57e
Energize 44bsd-more!
2000-05-29 19:57:40 +00:00
Steve Price
d5d9109ae8
Update to version 1.1.1 of the Security Howto.
2000-05-28 03:29:55 +00:00
Steve Price
1fbfd4bb54
Update to version 1.29.
2000-05-28 03:26:24 +00:00
Vanilla I. Shu
c6f6217221
Remove unneeded LIB_DEPENDS, and make it dynamic link.
...
PR: ports/18472
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-28 01:40:48 +00:00
Satoshi Asami
0ba28a112f
I've graduated so move these two pieces of software I wrote from my
...
school account to my people.FreeBSD.org space.
Prodded by: fenner's distfile survey
2000-05-25 21:40:34 +00:00
Maxim Sobolev
8aa535c5ec
Fix a PLIST.
2000-05-25 15:31:44 +00:00
Ade Lovett
ef51112364
Update to 4.5.48
...
Approved by: reg (maintainer)
2000-05-24 03:03:01 +00:00
Jun-ichiro itojun Hagino
d75d648e65
i no longer able to maintain it.
2000-05-23 13:22:22 +00:00
Andrey A. Chernov
df539994fc
Mark this port FORBIDDEN for -current
...
Remove myself from MAINTAINER
2000-05-23 06:35:25 +00:00
Ade Lovett
727d999f54
Update to 1.1.9
2000-05-22 18:56:49 +00:00
Will Andrews
622eaeca8f
Chase checksum (no difference in extracted tarballs).
...
PR: 18720
Submitted by: Alexander Langer <alex@cichlids.com>
2000-05-22 10:11:46 +00:00
Akinori MUSHA
5be0c77828
Update to 1.07a.
...
PR: ports/18671
Submitted by: mita@jp.FreeBSD.org
Delegate the maintainership of japanese/magicpoint to
mita@jp.FreeBSD.org , the maintainer of misc/magicpoint.
Approved by: itojun@itojun.org (previous maintainer)
2000-05-21 09:00:24 +00:00
Will Andrews
e44ff1088a
Update to 0.11.
2000-05-20 05:42:16 +00:00
Will Andrews
eafa6a8cbb
Update category Makefiles to add KDE2 ports.
2000-05-17 23:39:59 +00:00
Tim Vanderhoek
9073addd94
Update to 1.0.1.
...
Submitted by: ports/18552 (Patrick Seal / MAINTAINER)
2000-05-17 20:20:51 +00:00