1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

439 Commits

Author SHA1 Message Date
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
Yukihiro Nakai
48f4e97e04 I maintain this port. 2000-10-05 04:09:43 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Andreas Klemm
8244fc50b0 - update port to last gtar release
- fixes --exclude, -X problem in version 1.13, where excludes have been
  wrongly interpreted as filenames (not pathnames)
- some cosmetics from naddy

Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-10-01 09:39:19 +00:00
Akinori MUSHA
5d1a05790c Update to 0.4.0. Ruby 1.6.0 is now supported. 2000-09-26 22:01:13 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +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
Will Andrews
5996c0bc8c Update maintainer address.
Submitted by:	maintainer
2000-09-23 18:47:29 +00:00
Kris Kennaway
e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00
Ade Lovett
11ea1550f5 Use MASTER_SITE_SUNSITE to MASTER_SITES
Support CC properly
Update WWW: line of pkg/DESCR

PR:		21134
Submitted by:	Ports Fury
2000-09-16 18:09:56 +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
Akinori MUSHA
c67d2ab950 Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. 2000-09-10 07:57:05 +00:00
Akinori MUSHA
65ff91142e Update with bsd.ruby.mk. 2000-09-07 07:44:38 +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
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Andrey A. Chernov
0dc8b5c2bb Uncomment NEED_INCREMENTAL_INDICATOR 2000-08-14 15:47:17 +00:00
Akinori MUSHA
596ebf8a49 Do The Right Thing. (R)
Overall changes:
	Use tabs instead of sequential spaces.
	Note Author as well as WWW in DESCR.
	Do not install examples when NOPORTDOCS.
	Make RUBY, RUBY_VER and RUBY_ARCH variables overridable.

ruby-date2:
	share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb

textproc/ruby-html-parser:
databases/ruby-mysql:
devel/ruby-optparse:
devel/ruby-property:
	Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead
	of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/

textproc/ruby-rdtool:
	Install documents in .rd format too.
	Format optparse's rd file. (Since ruby-rdtool depends on
	optparse, it cannot be done during optparse's build
	process.  So ruby-rdtool should take care of that when it is
	installed. :)
2000-08-12 20:09:41 +00:00
Andrey A. Chernov
48873a0e07 Put some missing flags back 2000-08-12 14:19:24 +00:00
Akinori MUSHA
f84f39f617 Add ruby-zlib, an extension library to use zlib from Ruby 2000-08-12 12:12:38 +00:00
Kevin Lo
4690ebba1e Update to version 1.14g
PR: 20262
Submitted by: Port Fury
2000-07-31 10:20:23 +00:00
Kevin Lo
cda89641be MAKE_FLAGS -> MAKE_ARGS
PR: 20147
Submitted by: Ports Fury
2000-07-25 01:31:33 +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
Alexander Langer
6c045c856f Correct dependencies.
A small portlint while I'm here.

Noticed by:	bento
2000-07-14 13:27:07 +00:00
Steve Price
b8b1e11f7b Update to version 2.71.
PR:		19578
Submitted by:	maintainer
2000-07-07 19:16:26 +00:00
David E. O'Brien
6bfeab0db1 Upgrade to version 1.0.1. 2000-06-30 16:44:43 +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
Andrey A. Chernov
6347cce42c Update. Version number unchanged. 2000-06-28 18:14:46 +00:00
Wes Peters
464109b753 Activate 9e port. Doh! 2000-06-28 05:01:45 +00:00
Andrey A. Chernov
8370252f6c Add WWW to proper place 2000-06-27 15:10:40 +00:00
Wes Peters
e44dc6976a 9e - a simple Plan9 distribution unpacker
PR:		ports/19459
Submitted by:	Jerry Hicks <jhix@mindspring.com>
2000-06-27 03:55:27 +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
Maxim Sobolev
b57ba36c6a Activate libarc. 2000-06-20 15:04:28 +00:00
Maxim Sobolev
54b3472ae6 Initial import of libarc - a tiny decompression library supporting bunch of
popular formats.
2000-06-20 15:03:58 +00:00
Will Andrews
3fdf9e4584 Use PKGNAMEPREFIX. Obey CC/CFLAGS.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-20 07:07:07 +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
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
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Maxim Sobolev
934a7920db Several cleanups:
- Use MASTER_SITE_SUNSITE to MASTER_SITES;
- Support CFLAGS/MAKE properly;
- Sort pkg/PLIST;
- Use archivers as a primary category (forgotten by will after repo-copy).

PR:		19164
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-12 07:43:07 +00:00
Will Andrews
a55fdb5b47 Finish the move of macutils to archivers (no commits are necessary on
the actual macutils directory).
2000-06-10 02:15:50 +00:00
Maxim Sobolev
86f49e62a4 Build shared library as well. 2000-06-08 14:47:20 +00:00
Will Andrews
431e676dc5 Remove liblzo and macutil. 2000-06-04 22:53:04 +00:00
Will Andrews
efba9c049a Update liblzo.so.1 port target. 2000-06-04 22:50:05 +00:00
Will Andrews
04e0e62a3b Add undms, a utility that decompresses .dms Amiga disk images to
uncompressed .adf images.

Obtained from:	NetBSD
2000-06-03 04:58:15 +00:00
Will Andrews
adb85fb929 Add ppunpack, a utility to decompress Amiga PowerPacker files.
Obtained from:	NetBSD
2000-06-03 04:52:13 +00:00
Will Andrews
66a77726ff Add unlzx, an utility which can extract LZX archives from Amiga systems.
Obtained from:	NetBSD
2000-06-03 04:42:52 +00:00
Will Andrews
2db2d50167 Add the macutil port, which allows us to create and extract archives from
the Mac world in formats such as binhex.

Obtained from:	NetBSD
2000-06-03 04:21:03 +00:00
Will Andrews
ac5bfb9a2b Add lzop, a fast file compressor similar to gzip that uses the LZO lib.
Obtained from:	NetBSD
2000-06-02 22:58:15 +00:00
Will Andrews
3ca66f39ee Add liblzo, a portable lossless data compression library written in ANSI C.
Obtained from:	NetBSD
2000-06-02 22:45:57 +00:00