1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

80711 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
6f9e3b6211 Don't force the use of small icons, they're unreadable (and impossible to
hit with the mouse) on modern displays.
2003-07-23 15:39:09 +00:00
Dag-Erling Smørgrav
e31dcfd72d Unsplit multi-line string literals. 2003-07-23 15:37:54 +00:00
Maho Nakata
d458fcb309 Fixed bison problem.
Pointed out by:	kris
Pointy hat to:	maho and Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-23 15:33:37 +00:00
Oliver Lehmann
492bd8f43e Add xvmixer 1.0, open Look-based audio mixer.
PR:		51017
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-07-23 15:02:48 +00:00
Kirill Ponomarev
122e6065d5 New port databases/p5-Class-DBI-Replication
Classs::DBI::Replication extends Class::DBI's persistence for
replicated databases.

PR:		54744
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 14:54:39 +00:00
Kirill Ponomarev
76e85e4ee4 New port databases/p5-Class-DBI-Pg
Class::DBI::Pg automate the setup of Class::DBI columns and
primary key for Postgres.

PR:		54725
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 14:45:52 +00:00
Oliver Lehmann
f7892fcf14 fix build on CURRENT (not-needed, on 5 non-existent header-include removed)
Pointed out by:	kris (bento)
Approved by:	maintainer
2003-07-23 14:42:01 +00:00
Oliver Lehmann
98ad40ed21 Add med 2.1.5, modélisation et Échanges de Données.
PR:		54761
Submitted by:	thierry@pompo.net
2003-07-23 14:35:27 +00:00
Ernst de Haan
7eedd70266 # New ports collection makefile for: JDOM
# Date created:		June 1, 2001
# Whom:			Ernst de Haan <znerd@FreeBSD.org>
#
# $FreeBSD: ports/java/jdom/Makefile,v 1.8 2003/07/23 14:30:27 znerd Exp $
#

PORTNAME=	jdom
PORTVERSION=	1.0b9
CATEGORIES=	java
MASTER_SITES=	http://www.jdom.org/dist/source/
DISTNAME=	${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}

MAINTAINER=	znerd@FreeBSD.org
COMMENT=	Java library for accessing and manipulating XML documents

BUILD_DEPENDS=	${ANT}:${PORTSDIR}/devel/apache-ant

USE_JAVA=	1.2+

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[0-9]*\.[0-9]*//}
PLIST_SUB+=	T=${TARGET_DIR:S/^${PREFIX}\///}
TARGET_DIR?=	${PREFIX}/share/java/${PORTNAME}-${PORTVERSION}
ANT?=		${LOCALBASE}/bin/ant
ANT_TARGET=	package javadoc

do-build:
	@cd ${WRKSRC} && ${ANT} ${ANT_TARGET}

do-install:
	@${ECHO} -n ">> Creating directory ${TARGET_DIR}..."
	@${MKDIR} ${TARGET_DIR}
	@${ECHO} " [ DONE ]"

	@${ECHO} -n ">> Copying files..."
	@${CP} -r ${WRKSRC}/* ${TARGET_DIR}
	@${ECHO} " [ DONE ]"

	@${ECHO} -n ">> Installing JAR..."
	@${CP} ${WRKSRC}/build/jdom.jar ${PREFIX}/share/java/classes/
	@${ECHO} " [ DONE ]"

.include <bsd.port.mk>
2003-07-23 14:34:04 +00:00
Ernst de Haan
b093017dc6 Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by:	kris
Pointy hat to:	me
2003-07-23 14:30:29 +00:00
Tilman Keskinoz
f06aeadccb Attempt to unbreak the port by removing the uneccesary pre-configure
target.

Inspired by
PR:		52318
Submitted by:	Vitaly Markitantov <vm@dics.com.ua>
2003-07-23 14:25:06 +00:00
Oliver Lehmann
45668ed7f6 Add gmsh 1.45.1, an automatic 3D finite element mesh generator.
PR:		52201
Submitted by:	Pedro Giffuni <giffunip@yahoo.com>
2003-07-23 14:21:51 +00:00
Dirk Meyer
6143f6639a - update CATEGORIES 2003-07-23 14:07:52 +00:00
Pierre Beyssac
3c28bc6aa7 - add and install some more documentation
- bump PORTREVISION
2003-07-23 13:20:15 +00:00
Kirill Ponomarev
755b829414 Update to 1.2
* Added option to fingerprint SYNACK packets
* Added option to output more verbose fingerprint
  info to outfile
* Added a ton of new fingerprints (1214 SYN/SYNACK
  fingerprints)
* Added option to run Disco on interfaces without an assigned
  IP

Approved by:	fjoe (mentor) (implicit)
2003-07-23 13:04:14 +00:00
Kirill Ponomarev
fcb4394abd Update to 0.6.5
* Added Bulgarian and Estonian tranlations
* Updated Germany translation
* Fixed translation bug with category names

Approved by:	fjoe (mentor) (implicit)
2003-07-23 12:52:48 +00:00
Oliver Lehmann
3d01282bd3 finish the removal of newkind
Pointed out by:	kris
2003-07-23 12:48:32 +00:00
Oliver Lehmann
c0dd05916e finish the removal of newkind
Pointed out by:	kris
2003-07-23 12:33:00 +00:00
Kirill Ponomarev
7fdf0f0b96 Update to 0.5.0
New features:
* support for 802.1Q (VLANs) tagged packets
* support for FDDI links. [EXPERIMENTAL]
* two new primitives have been added: source MAC address
  and destination MAC address
* static aggregation directives (src_host, dst_host, ..)
  are now superseded by primitives that can be stacked
  together to form complex aggregation methods.
  The commandline syntax of the client program has been
  consequently changed to support these new features

Approved by:	fjoe (mentor) (implicit)
2003-07-23 12:23:18 +00:00
Oliver Lehmann
b2e81ba7ce Add eficas 1.4, aSter Command FIle Editor.
PR:		54763
Submitted by:	thierry@pompo.net
2003-07-23 12:18:27 +00:00
Oliver Lehmann
2f1fdc87b3 Add astk-client , graphical interface for Code_Aster (client side).
PR:		54765
Submitted by:	thierry@pompo.net
2003-07-23 11:25:42 +00:00
Oliver Lehmann
69bb5c928e Add astk-serveur 1.0.14,
graphical interface for Code_Aster (server
side).

PR:		54764
Submitted by:	thierry@pompo.net
2003-07-23 11:20:26 +00:00
Kiriyama Kazuhiko
5cf2388d58 Update to 8.2.
* version up packages:
    dictionary-1.11       --> dictionary-1.12
    ecb-1.06              --> ecb-1.08
    ecrypto-0.12          --> ecrypto-0.13
    edebug-1.17           --> edebug-1.18
    edit-utils-2.00       --> edit-utils-2.02
    ess-1.03              --> ess-1.04
    games-1.13            --> games-1.14
    hm--html-menus-1.20   --> hm--html-menus-1.21
    os-utils-1.30         --> os-utils-1.31
    prog-modes-1.73       --> prog-modes-1.79
    sasl-1.12             --> sasl-1.13
    text-modes-1.60       --> text-modes-1.61
    tramp-1.12            --> tramp-1.15
    vhdl-1.16             --> vhdl-1.17
    x-symbol-1.04         --> x-symbol-1.05
    xemacs-base-1.77      --> xemacs-base-1.78
    xslide-1.06           --> xslide-1.07
2003-07-23 11:15:17 +00:00
Oliver Lehmann
9ff05dcf62 Add tktable 2.8, a table/matrix widget extension to tk/tcl.
PR:		47166
Submitted by:	thierry@pompo.net
2003-07-23 10:36:01 +00:00
Kirill Ponomarev
41405efa6c New port: net/netstrain-3.0
A TCP preformance checking tool which
also supports IPv6.

PR:		54328
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by:	fjoe (mentor)
2003-07-23 10:28:57 +00:00
Kirill Ponomarev
2c2bcbab31 Forced commit: previous commit actually was:
New port: net/ipaudit

ipaudit is an IP traffic summarizer, which can listens
to a network device in promiscuous mode, and records of every
'connection', each conversation between two ip addresses.

PR:		54510
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor)
Pointy hat to:	krion
2003-07-23 10:16:12 +00:00
Tilman Keskinoz
6d399d8e2b Add klogoturtle, a LOGO Interpreter for KDE. 2003-07-23 10:12:58 +00:00
Kirill Ponomarev
6889f379e3 Fix build on 5.1-CURRRENT
PR:		54778
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor)
Pointy hat to:  krion
2003-07-23 09:58:02 +00:00
Kirill Ponomarev
31026e5f2d Committed. Thanks!
PR:		54778
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 09:02:55 +00:00
Kirill Ponomarev
5d51b1f44e Port added with slight modification
PR:		54510
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	fjoe (mentor) (implicit)
2003-07-23 08:49:01 +00:00
Oliver Lehmann
9fd1a0b832 Add metis-edf 3, meshes partionning tool used by Code_Aster.
PR:		53909
Submitted by:	thierry@pompo.net
2003-07-23 08:37:16 +00:00
Ernst de Haan
419650db62 Update to 1.3.1 Service Release 5.
See:
ftp://javaww@207.25.253.61/developer/linuxia32/131SR5/fixes.html

Pointed out by:	Lauri J. Jarvenpaa <Lauri.Jarvenpaa@students.turkuamk.fi>
2003-07-23 08:20:42 +00:00
Erwin Lansing
f97c513d0b Update to 2.04 2003-07-23 07:11:26 +00:00
Erwin Lansing
356d8f1b3d One of the patch files for postfix was not PREFIX-clean. This makes it
PREFIX-clean

PR:		54768
Submitted by:	maintainer
2003-07-23 07:04:08 +00:00
Erwin Lansing
1eed776397 Update postfix-current port to the latest release of the experimental line
of postfix.  Brings configurable feature set up to same level as postfix port,
except that IPv6 patches do not apply (patch author needs to update them).

PR:		54767
Submitted by:	maintainer
2003-07-23 06:30:11 +00:00
Daichi GOTO
2cdf2e1fe0 update graphics/giram: 0.1.7 -> 0.3.5
PR:		52411
Submitted by:	Thierry Thomas <thierry@pompo.net>
Pointed out by:	KATO Tsuguru <tkato@prontomail.com>
2003-07-23 06:19:44 +00:00
Daichi GOTO
9330ed99d3 update net/ipfm: 0.11.4 -> 0.11.5
PR:		52377
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-07-23 05:43:00 +00:00
Joe Marcus Clarke
c755aa5f08 Update to 1.5a. 2003-07-23 05:40:42 +00:00
Daichi GOTO
54c1e4fa8b fix net/tcpview: Chase AF_{NS/NETBIOS} (bento)
PR:		52124
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-07-23 05:37:49 +00:00
Daichi GOTO
04dc2f0e84 update net/cvsync: 0.24.0 -> 0.24.1
PR:		54772
Submitted by:	hrs
2003-07-23 05:24:55 +00:00
Daichi GOTO
bb2d0e464a update multimedia/mplayer-skins:
- The trium skin has been updated, the file name has changed.

PR:		54755
Submitted by:	Thomas E. Zander <riggs@rrr.de> (maintainer)
2003-07-23 05:13:52 +00:00
Joe Marcus Clarke
c251c019d9 Fix build with GCC 3.3.1. Bump PORTREVISION since the header change will
affect dependent ports.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 03:53:37 +00:00
Joe Marcus Clarke
4f92d86b77 Fix some other build problems with GCC 3.3.1. Since these patches affect
headers used by dependents, bump PORTREVISION.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 03:51:42 +00:00
Foxfair Hu
cdb8225a87 PR: 54115
Submitted by:	Gary Palmer <freebsd-gnats@in-addr.com>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade smarty to 2.5.0.

maintainer response timeout ~= 2 weeks
2003-07-23 03:22:42 +00:00
Jun Kuriyama
9f38eb6da1 Fix by using $STRIP_CMD rather than $STRIP.
Bump PORTREVISION because this breakage is ignored and packaged as
non-stripped binary.

Reported by:	Chuck Swiger <cswiger@mac.com>
2003-07-23 02:55:40 +00:00
Joe Marcus Clarke
14a61ff9ad Fix build with GCC 3.3.1.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-07-23 01:40:59 +00:00
Joe Marcus Clarke
5db5416169 Update to 1.3.7. 2003-07-22 22:52:32 +00:00
Anders Nordby
376e6e04a7 Update to 1.4.
Add startup script.

PR:		51547
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-07-22 22:49:41 +00:00
Anders Nordby
5c4f899a8e Add Device::Modem, a Perl module to talk to AT compliant devices via
serial ports.
2003-07-22 22:41:09 +00:00
Anders Nordby
4d3f5f625f Update to 2.1. 2003-07-22 22:34:12 +00:00