Commit graph

50240 commits

Author SHA1 Message Date
Akinori MUSHA
368ee9a644 Update to 1.3.9.
PR:		ports/32482
Submitted by:	Chia-liang Kao <clkao@clkao.org>
2001-12-11 04:12:44 +00:00
Ying-Chieh Liao
aa5a1fb40d add pyne
An X11 offline Newsreader/Emailer
2001-12-11 03:41:58 +00:00
FUJISHIMA Satsuki
040b47fa0d update pkg-plist for 0.81. 2001-12-11 02:58:20 +00:00
David E. O'Brien
fd710dff4a This PORTEPOCH for life crap is stupid.
Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
2001-12-11 01:58:33 +00:00
James E. Housley
7a227adf95 Remove neoupdate 2001-12-10 21:37:50 +00:00
James E. Housley
326367d36f Remove this port. The source of the files are gone. Centralinfo on longer
is supporting free DNS.  The port has no use.
2001-12-10 21:37:21 +00:00
Jean-Marc Zucconi
ea560c33a6 Upgrade to version 1.41. 2001-12-10 19:08:49 +00:00
Yoichi NAKAYAMA
17cc864c19 Change master site to MASTER_SITE_LOCAL.
Reviewed by:	knu(mentor)
2001-12-10 19:07:52 +00:00
Mario Sergio Fujikawa Ferreira
b6aaabf463 Missing patch. Part of Makefile revision 1.2 fix
PR:		32645
Submitted by:	Kuang-che Wu <kcwu@ck.tp.edu.tw> (PR),
		maintainer (fix)
2001-12-10 15:45:07 +00:00
David W. Chapman Jr.
d8c16b8c3e Rename vnc-tight to its correct name
Submitted by:	dominic_marks@btinternet.com
2001-12-10 15:12:22 +00:00
Sheldon Hearn
e9d4a45852 When RUN_DEPENDS is a superset of BUILD_DEPENDS, include
${BUILD_DEPENDS} instead of duplicating the dependency
definitions.
2001-12-10 12:58:44 +00:00
Sheldon Hearn
7d7aa175c4 Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31.
Using mismatched versions leads to odd breakage in dependent
software, notably PageKit.
2001-12-10 12:53:24 +00:00
Roger Hardiman
0c56b8633d Use $GTK_CONFIG instead of hard coded gtk-config which is needed as
FreeBSD calls its binary gtk12-config
2001-12-10 11:46:12 +00:00
Maxim Sobolev
c04893c3a5 Update to 0.9.0. 2001-12-10 11:39:40 +00:00
Maxim Sobolev
26c34f89d7 Bump PORTEPOCH because PORTVERSION was recently lowered. 2001-12-10 10:25:54 +00:00
Maxim Sobolev
fb37a4b86c Add libelysium 0.2.6, a library of utility functions used by
several Elysium (yet another GNU/Linux distro) projects.
2001-12-10 10:03:32 +00:00
Ying-Chieh Liao
0d8c0cb73a add qmls
Quine-McCluskey Logic Simplifier
2001-12-10 05:18:39 +00:00
David E. O'Brien
85da093438 Back this down to version 1.28 until the Bison developers can acutally
do some regression tests on their later releases.
Versions 1.29 and 1.30 seg fault where 1.28 did not.
2001-12-10 04:41:18 +00:00
Jean-Marc Zucconi
fd6222659a Move the configuration bits from scripts/ into Makefile, using a pre-build
target to patch ${WRKSRC}/Makefile.
This should fix an install problem with XFree86-4.
2001-12-10 04:04:33 +00:00
Akinori MUSHA
ead84ab467 Update to 20011210 which brings several usability improvements.
pkgtools.conf(5):

- Turn HOLD_PORTS into HOLD_PKGS.

- List `bsdpan-*' in HOLD_PKGS by default.

  Requested by:	Anton Berezin <tobez@tobez.org>

pkgdb(1):

- Support HOLD_PKGS and make -f/--force overrite the setting.

pkg_fetch(1):

- Dig the temporary directory and the packages directory before
  fetching.

  Requested by:	Chris Dillon <cdillon@wolves.k12.mo.us>

- Properly quote the fetch command line arguments.

portupgrade(1):

- Fix a bug that -Pf did not properly work.

  Reported by:	The Anarcat <anarcat@anarcat.dyndns.org>

- Make -p/--package build packages for the ports that are installed as
  dependency as well.

  Suggested by:	Vivek Khera <khera@kcilink.com>

- Make -p/--package build packages for those which requisite packages
  are upgraded as well, when they are given from the command line or
  -r is specified.

  Suggested by:	Vivek Khera <khera@kcilink.com>,
		Lev Serebryakov <lev@serebryakov.spb.ru>

- Do not regard a packaging error as an installation error.

- Make -Nf override HOLD_PKGS.

- Suggest specifying -f when skipping a package.

- Detect a checksum mismatch error properly from a build log.

portinstall(1): (portupgrade -N)

- Only upgrade required packages of a newly installed port when -R is
  specified.

portversion(1):

- Support HOLD_PKGS.

overall/miscellaneous:

- Introduce lazy initialization for config variables and make
  the initialization process a little bit quicker.

- Fix some typos in the manpages.

  Submitted by:	Dan Langille <dan@langille.org>,
		kuriyama@FreeBSD.org

- Add shell completion definitions for pkg_tarup(1).

- Provide a replacement of the weekly status-pkg report script
  (/etc/periodic/weekly/400.status-pkg), which is installed as
  $PREFIX/etc/pkgtools.status-pkg.sh.

port:

- Add a missing entry of pkg_which to pkg_plist.

- Do not remove the zsh site-functions directory on deinstallation
  when zsh is installed.
2001-12-10 02:43:52 +00:00
Mario Sergio Fujikawa Ferreira
c05f72127c o Uphold port style tradition: handle post extraction duties in
post-extract instead of pre-install
o Handle per installation transient files in PKG{,DE}INSTALL instead
  of PLIST
o Do not install corrupted binary
o Do not @ prefix inside PKG{,DE}INSTALL

PR:		32645
Submitted by:	Kuang-che Wu <kcwu@ck.tp.edu.tw> (PR),
		maintainer (most of the fix)
2001-12-10 01:50:42 +00:00
Jimmy Olgeni
791383e0d0 Update modules: man, quota. 2001-12-09 22:01:18 +00:00
Murray Stokely
7d6d42c667 Doh! This patch was already included.
Submitted by:	 ijliao
2001-12-09 20:26:31 +00:00
Clive Lin
f7c690a598 Update master site. 2001-12-09 19:56:13 +00:00
Andreas Klemm
84018fb95b update apsfilter to new version 7.0, here a short summary,
see ANNOUNCE and ChangeLog for a complete list:
- supports fully ghostscript7
- enhanced driver support, hpijs, pips, latest gimp-print, etc ...
- per driver scripts, where printer manufacturer *could* place
  their driver/scripts, the case structure wasn't scaleable anymore
  an led to incomplete support or to large apsfilter script
- unified command-line options, see handbook
- support for HARDWARE_COPIES if your printer can print multiple copies
  himself
- option settings can be restricted by the administrator for all printer
  or print queues (maybe to save print costs on color printers ...)
- support for many new filetypes
- print contens of archives: tar, cpio, ar, zip, zoo ...
- security: update for duplex print keys
- separate faq has gone, everything is in the handbook
- error messages can be sent to user now via Cc:
- no bugs so far ;-)
2001-12-09 18:57:54 +00:00
Clive Lin
8189f42fda It's better to put bbsnet into net/.
New port: BBSnet

BBSnet is a front-end of telnet client, and it can be used for
multiple users or in private.

Reminded by: will
2001-12-09 17:46:16 +00:00
Ying-Chieh Liao
38f192f2ea upgrade to 1.0.3 2001-12-09 16:41:39 +00:00
Jun Kuriyama
9d224a95da Yet another conserver which is forked from comms/conserver long ago. 2001-12-09 14:40:13 +00:00
Ying-Chieh Liao
acd790f2f9 update master site subdir
PR:		32642
Submitted by:	maintainer
2001-12-09 13:41:40 +00:00
Ying-Chieh Liao
f98fa6b032 upgrade to 4.43
PR:		32644
Submitted by:	maintainer
2001-12-09 13:39:06 +00:00
Gary Jennejohn
e9418b6c1a Since obrien deleted patch-aj from xemacs21, I guess it isn't needed
here either.
2001-12-09 10:31:32 +00:00
Clive Lin
dc52e60e8b New port: jis2gb
jis2gb converts JISX0208-1983 and JISX0212-1990 characters
to  GB2312-80  and  GB8565-88  characters.   JISX0208-1983
(^[$B),  JISX0208-1990  (^[&@^[$B), JISX0212-1990 (^[$(D),
JISC6226-1978 (^[$@), and Japanese-EUC are  available  for
Kanji code.

PR: ports/31868
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
2001-12-09 09:54:01 +00:00
Clive Lin
888d029226 New port: gb2jis
GB2JIS  converts  GB2312-80  and  GB8565-88  characters to
JISX0208-1983  and  JISX0212-1990  characters.   GB2312-80
(^[$A),  GB2312-80  +  GB8565-88  (^[$(E), and Chinese-EUC
(8-bit GuoBiao) are available for Hanzi code.

PR: ports/31849
Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
2001-12-09 09:50:05 +00:00
Clive Lin
65a45d673b Update to 2.6.4
PR: ports/32396
Submitted by: Statue <statue@softwareliberty.org>
2001-12-09 09:44:09 +00:00
Clive Lin
60cd09153d New port: BBSnet
BBSnet is a front-end of telnet client, and it can be used for
multiple users or in private.

PR: ports/32487
Submitted by: statue@freebsd.sinica.edu.tw
2001-12-09 09:42:11 +00:00
Mark Pulford
914fc96e01 Fixed broken WWW and MASTER_SITES links. 2001-12-09 07:54:49 +00:00
David W. Chapman Jr.
176d7c1420 Update to 5.0.4
Remove empty pkg-plist

PR:		32497
Submitted by:	osa@FreeBSD.org.ru
Approved by:	maintainer
2001-12-09 06:02:16 +00:00
Anders Nordby
68a1787418 Remove bpft. It has been superseded by ports/net/trafd.
PR:		31185
Submitted by:	Oddbjorn Steffensen <oddbjorn@tricknology.org>
2001-12-09 03:45:05 +00:00
Mario Sergio Fujikawa Ferreira
bb1dec777e o Correct a "fix" that was made to the PR before commiting in last
revision
o This port requires special treatment regarding pthreads support,
  more than the ordinary one
o According to submitter: "Of cource, it isn't ordinary style to
  use -lc_r and -pthread at once, there are some reasons for
  hardcoding -lc_r within configure script of ImageMagick port even
  if on -stable"

Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-09 03:28:48 +00:00
Anders Nordby
37a48ed3ee Remove bpft. It has been superseded by ports/net/trafd.
PR:		31185
Submitted by:	maintainer
2001-12-09 03:25:27 +00:00
Mario Sergio Fujikawa Ferreira
c54d38b7cb o New port mpt 0.0: Mike's Playlist Thingie is an eTantrum fingerprinting
playlist generator
o Part of Freetantrum
2001-12-09 03:21:51 +00:00
Mario Sergio Fujikawa Ferreira
70250efb7b New port songprint version 1.2: Library for acoustic fingerprinting
of music from Freetantrum (TM)
2001-12-09 03:21:00 +00:00
David W. Chapman Jr.
6bfc4611e3 Add Pam support
PR:		29120
Submitted by:	maintainer
2001-12-09 03:20:14 +00:00
Patrick Li
ae08c8950b Add patch to fix compile in -CURRENT 2001-12-09 03:14:17 +00:00
David W. Chapman Jr.
73358a5ab0 Fix formatting string bug
Remove old MASTER_SITE

PR:		32555
Submitted by:	alx@cii.sumy.ua
Approved by:	maintainer
2001-12-09 03:07:36 +00:00
Patrick Li
aed2ed825e Update to 0.4.1 2001-12-09 02:42:03 +00:00
Mario Sergio Fujikawa Ferreira
36da4a1c41 o New port fpc version 1.0.4: Free Pascal beta compiler with Turbo,
Delphi and other extensions
o Borrows install scripting tricks from halflifeserver port

PR:		32385
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-12-09 02:28:27 +00:00
Anders Nordby
04186cfdb0 Master/WWW site moved to SourceForge - update URL. 2001-12-09 02:27:21 +00:00
David E. O'Brien
33adb33ed2 Remove -- all FreeBSD platforms link the same now. 2001-12-09 02:27:01 +00:00
Anders Nordby
18ac44b721 Master/WWW site moved - fix URL. 2001-12-09 02:12:05 +00:00