Commit graph

29174 commits

Author SHA1 Message Date
Ollivier Robert
c6983add80 Share calife to the world.
PR:		ports/19269
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2000-06-15 14:08:39 +00:00
Ollivier Robert
224745562a It is only fitting that I commit a port of one of my programs :-)
Calife is a lightweight version of sudo with a unique feature: you can
limit which user one can become (not just root).

PR:		ports/19269
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2000-06-15 14:05:50 +00:00
Maxim Sobolev
76af96ffdf Activate xmps. 2000-06-15 10:48:37 +00:00
Maxim Sobolev
a0a204939c Initial import of xmps - a nice Gnome MPEG videoplayer. 2000-06-15 10:48:01 +00:00
Maxim Sobolev
7c22eb053a Add MASTER_SITE_SOURCEFORGE.
Submitted by:	Ollivier Robert <roberto@keltia.freenix.fr>
2000-06-15 10:24:55 +00:00
Will Andrews
8ad00b5c4a Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by:	Kevin Bockman <kevin@puis.net> (now MAINTAINER)
2000-06-15 04:04:29 +00:00
Jim Mock
26be6649fe Update to version 0.7.91. 2000-06-14 22:12:38 +00:00
Will Andrews
eb8bb24d27 Fix small typo.
Submitted by:	W. Gerald Hicks <jhix@mindpspring.com>
2000-06-14 18:37:20 +00:00
SADA Kenji
87d2fc014e Not to remain unchanged configuration files and those directories.
Approved by:	Maintainer
2000-06-14 17:55:34 +00:00
David E. O'Brien
dd0f42a31c Add isc-dhcp3 after the repo copy from isc-dhcp2. 2000-06-14 16:23:17 +00:00
David E. O'Brien
ca783cc60b Update to Beta version of ISC's version 3 DHCP suite.
This may be useful to monitor changes in the DHCP suite.
2000-06-14 16:21:21 +00:00
David E. O'Brien
0ceb8693e5 This fixes the suposed fix of Makefile rev 1.29 ad patch-aj rev 1.1.
This port is now PREFIX clean and installs files into the right locations
(I previously marked it BROKEN because it wasn't).

Bad "fix" by:	JHK
Absent maintainer would would not fix this himself:	jseger
2000-06-14 15:43:47 +00:00
Andrey A. Chernov
f3e622985b Use snprintf to prevent non-exploitable in real life overflow
Submitted by:	Jun Kuriyama <kuriyama@FreeBSD.org>
2000-06-14 15:37:56 +00:00
Maxim Sobolev
fb8742dfb1 Update to the 0.4.0 version. 2000-06-14 15:36:24 +00:00
Jean-Marc Zucconi
4ce9e7d74e Fix a xterm bug when displaying colors.
PR:		ports/19119
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-06-14 15:28:15 +00:00
Maxim Sobolev
e9f0345a1d Fix MASTER_SITES.
Submitted by:	bento
2000-06-14 14:27:41 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Joseph Koshy
fb24f30a20 Downgrade the sml-nj port to the current `release' version v110.0.6. The
`sml-nj-devel' port will track working versions of the SML/NJ system.

PR:		ports/18658
Submitted by:	Chris Richards <crichard-freebsd@wso.williams.edu>
2000-06-14 11:09:01 +00:00
Maxim Sobolev
24d85c3791 Update to 0.3 version. 2000-06-14 08:10:34 +00:00
Maxim Sobolev
ef81cab928 Remove commented USE_GMAKE line. 2000-06-14 08:00:22 +00:00
Will Andrews
8b6fc6203d Add libneural, a C++ library implementation of the classic 3-layer
perceptron.  I don't understand what I just said..  :-)
2000-06-14 07:47:50 +00:00
Jeremy Lea
d6ed285ae7 Add support for more command line options (you can now choose the output
directory, ripper and encoder), running multiple encoders (for SMP) and
killing the encoders if the ripper fails.

This patch has been submitted to the author.

PR:		ports/19249
Approved by:	maintainer
2000-06-14 07:24:11 +00:00
Akinori MUSHA
3e6cf30907 Add mdbconv, CSV-to-MobileDB-database converter. 2000-06-14 06:18:16 +00:00
Matthew Hunt
8fc36b393c In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
Matthew Hunt
d82d2c0b2d Upgrade to beta74.
Submitted by:	Stephen J. Roznowski <sjr@home.net>
2000-06-14 05:37:07 +00:00
Satoshi Asami
15c86344a3 (1) New variables INSTALL_SHLIBS and LDCONFIG_DIRS. When
INSTALL_SHLIBS is set, ldconfig is automatically called from
    post-install and necessary @exec and @unexec lines are added to
    PLIST.

Requested by:	lioux@uol.com.br
Reviewed by:	the ports list, in particular sobomax

(1a) Add

    PREFIX=%D LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}

    to PLIST_SUB.  These are needed by INSTALL_SHLIBS, but also could
    be useful in general.

(2) Move master/mirror site definitions to bsd.sites.mk and include it
    from bsd.port.mk.  Open bsd.sites.mk to other committers.
Submitted by:	reg

(2a) Add MASTER_SITE_SOURCEFORGE.
Submitted by:	sobomax (who wrote SORCEFORGE, but I assume that's a typo :)

(2b) Move MASTER_SITE_LOCAL from ".../ports/distfiles/LOCAL_PORTS/" to
    ".../ports/local-distfiles/%SUBDIR%/" which will be mirrored from
    peoples' ~user/public_distfiles on freefall.  Add two mirrors
    (Japan and Germany).
Requested by:	obrien (moving)
Submitted by:	will (German mirror)

(3) Simplify definition of PKGBASE since it can now be defined as
    simply ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}, instead of
    sed'ing out the version number from ${PKGNAME}.
Submitted by:	hoek

(4) Remove unnecessary targets prefix and mtree-file, which can be
    implemented as "make -V PREFIX" and "make -V MTREE_FILE",
    respectively.  Don't define MTREE_FILE when NO_MTREE is set so
    "make -V MTREE_FILE" won't print out anything.

(5) Various minor typo and grammar fixes.

(6) Define NONEXISTENT?=/nonexistent.  This will help quiet portlint
    warnings, among other things.
2000-06-14 02:14:49 +00:00
Satoshi Asami
3a6b4df1f8 Fix minor bug -- add realinstall to TARGETS.
Submitted by:	hoek
2000-06-14 01:58:13 +00:00
Ade Lovett
5bfa903acc Update to 0.30 2000-06-13 23:05:44 +00:00
Ade Lovett
84f83b71aa Update to 0.31 .. now requires textproc/pspell 2000-06-13 23:05:02 +00:00
Ade Lovett
ba74761a29 Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
2000-06-13 23:01:16 +00:00
Ade Lovett
4e5bcedf20 Use print/gnomeprint and replace supplied uulib library with the
shared version from converters/uulib
2000-06-13 22:59:07 +00:00
Ade Lovett
6ab55061a7 Fix call to glib-config (should be $GLIB_CONFIG) in configure script. 2000-06-13 22:57:18 +00:00
Ade Lovett
00f3ad723e Fix compile-time location of locale NLS directories 2000-06-13 22:55:50 +00:00
Jean-Marc Zucconi
f977f44b8a Unbreak 'make clean' and 'make readmes' 2000-06-13 21:54:07 +00:00
Maxim Sobolev
b03ba7b8d7 Activate buffy. 2000-06-13 15:38:36 +00:00
Maxim Sobolev
e16d4588e9 Add buffy. 2000-06-13 15:37:47 +00:00
Maxim Sobolev
af82d15e0c Initial import of buffy - a yet yet another funny GTK+ theme engine. 2000-06-13 15:32:04 +00:00
Maxim Sobolev
789d6256a1 Fix installation of Gnome-Control-Center pieces.
"The sawfish window manager (x11-wm/sawfish) installs a Gnome control applet
by default. This applet is installed into /usr/X11R6/share/control-center
however this should be /usr/X11R6/share/gnome/control-center in FreeBSD
(Gnome 1.2.0). The capplet doesn't work otherwise."

PR:		19242
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2000-06-13 15:21:18 +00:00
SADA Kenji
5feacbfee0 Activate tripwire131.
PR:	18964
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
2000-06-13 15:09:38 +00:00
Maxim Sobolev
f8237fedee Activate gnome-look and gtk-engines-collection. 2000-06-13 14:08:45 +00:00
Maxim Sobolev
7061b23a18 Initial import of gtk-engines-collection - a meta-port installing several GTK+
theme engines.
2000-06-13 14:07:03 +00:00
Maxim Sobolev
3808b226e7 Initial import of gnome-look - a yet another GTK+ theme engine. 2000-06-13 14:03:40 +00:00
Jean-Marc Zucconi
11210192a5 Upgrade to version 2.46
Submitted by:	Dag-Erling Smorgrav <des@yes.no>
2000-06-13 13:28:25 +00:00
SADA Kenji
44a3209cce Changed maintainer's mail address. 2000-06-13 12:08:18 +00:00
SADA Kenji
aea182db04 To remove installed directory when no file remains. 2000-06-13 12:05:55 +00:00
Maxim Sobolev
91f13fb1fe Activate gtkstep-pastel. 2000-06-13 09:25:23 +00:00
Maxim Sobolev
21cffe50bf Initial import of gtkstep-pastel - a nice gtkstep-based GTK+ theme engine. 2000-06-13 09:24:29 +00:00
Maxim Sobolev
f04d42fdef Activate thinice and clean-theme-gtk. 2000-06-13 08:56:27 +00:00
Maxim Sobolev
c14f3d2df5 Initial import of the clean-theme-gtk - a yet another nice GTK+ theme engine
from my collection.
2000-06-13 08:53:14 +00:00
Maxim Sobolev
df65859b09 Initial import of the thinice - a yet another nice looking GTK+ theme engine
from my collection.
2000-06-13 08:51:08 +00:00