Commit graph

6121 commits

Author SHA1 Message Date
Andrey Slusar
ee17990801 Update to 0.5.1
PR:		ports/92220
Submitted by:	Andriy Gapon (maintainer)
2006-01-23 19:47:34 +00:00
Pav Lucistnik
214a428bd0 This little script enables you to ``edit an ls'', i.e. it will load a list of
filenames into your favourite editor (presumably vi).  Any changes to the
filenames will result in renaming the respective files. Read the comments in
the script for details.

PR:		ports/92167
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 19:17:33 +00:00
Pav Lucistnik
be65b7f1c1 This is the third revision of the AGEF (please pronounce this
AGE-F, for "age files") program, which was initially posted to
net.sources March 2, 1987.

This version of the program can age by inode change time (-c),
file modification time (-m), or time of last access (-a).

This program is useful for cleaning up disks and maintaining
large collections of small files, such as mail or news spools.

PR:		ports/92130
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 18:53:34 +00:00
Andrey Slusar
b80a4e5d45 This program will help you recover disks with bad sectors.
You can recover files as well complete devices.

In case if finds sectors which simply cannot be recoverd, it writes an
empty sector to the outputfile and continues. If you're recovering a CD
or a DVD and the program cannot read the sector in "normal mode", then
the program will try to read the sector in "RAW mode" (without error-checking
etc.).

This toolkit also has a utility called 'mergebad': mergebad merges multiple
images into one. This can be usefull when you have, for example, multiple CD's
with the same data which are all damaged. In such case, you can then first use
recoverdm to retrieve the data from the damaged CD's into image-files and then
combine them into one image with mergebad.

WWW: http://www.vanheusden.com/recoverdm/

PR:		ports/92148
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 15:14:52 +00:00
Vasil Dimov
3a13a77488 Add SHA256 to my ports.
Approved by:	garga (mentor)
2006-01-23 10:25:37 +00:00
Mark Linimon
f6159fbf7a Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target.  Its usage must preceed generate-plist.

This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.

Hat:		portmgr
Pointy hat:	edwin`
2006-01-23 07:04:10 +00:00
Pav Lucistnik
22d80903b9 - Fix on 64-bit archs
PR:		ports/92076
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-01-22 18:50:29 +00:00
Sergey Matveychuk
6a7db6ceec - Update to 051118
There have been major changes since 040603, including introduction of
  POSIX.1-2001 support.  This should be considered a major update.

PR:		ports/92159
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-22 18:49:14 +00:00
Max Khon
b5666bad6b http://developer.linuxtag.net/knoppix/sources/ is not accessible for a
long time. Switch to another MASTER_SITE.
2006-01-22 12:19:30 +00:00
Pav Lucistnik
64e88d1acf - Update to 2.5
PR:		ports/92116
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-22 11:14:57 +00:00
Edwin Groothuis
186c2e326c Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 06:28:59 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Edwin Groothuis
1cb458c20b Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. 2006-01-21 22:15:45 +00:00
Edwin Groothuis
0eac08c2c8 Implement @dirrmtry for my ports. 2006-01-21 22:00:03 +00:00
Pav Lucistnik
2fa3f60be3 - Populate newly created rubygems category 2006-01-21 20:25:07 +00:00
Kirill Ponomarev
01c588a635 - Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
2006-01-21 17:37:14 +00:00
Tilman Keskinoz
d1a95a57d9 Add komparator, an application to synchronizes two directories.
It discovers duplicate, newer or missing files.

PR:		92015
Submitted by:	Alexander V. Ribchansky <triosoft@triosoft.com.ua>
2006-01-20 23:01:24 +00:00
Tilman Keskinoz
276e22cb9a Fix build after MFC of swab prototype change.
Unfortunately trhodes did not bump __FreeBSD_version, so use an
approximation.
2006-01-20 15:20:43 +00:00
Pav Lucistnik
e03b5a5ef9 - Fix pthread usage under FreeBSD 4.X
PR:		ports/92018
Submitted by:	Sven Berkvens-Matthijsse <sven@berkvens.net>
Approved by:	Chuck Swiger <chuck@pkix.net> (maintainer)
2006-01-20 13:26:57 +00:00
Sam Lawrance
311ed2b34a Re-add portmanager, which we now have permission to redistribute.
Submitted by:	outgoing maintainer Michael C. Shultz <ringworm01@gmail.com>
		(taking a break)
2006-01-20 08:54:25 +00:00
Vasil Dimov
0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00
Kris Kennaway
71069ab9f2 BROKEN on 5.x: Does not compile 2006-01-20 00:10:00 +00:00
Mark Linimon
bc343ddcb1 Remove portmanager. Author has withdrawn permission to distribute it.
Hat: 	portmgr
2006-01-19 23:13:10 +00:00
Lars Koeller
70b648fa79 o) Update to bugfix release 1.38.5 (from 1.38.3)
PR:		ports/91999
Submitted by:	Dan Langille <dan@langille.org>
2006-01-19 20:06:47 +00:00
Marcus Alves Grando
d044398246 Update to 2.05
PR:		91967
Submitted by:	Andrew Khlebutin <andrey@hm.perm.ru> (maintainer)
2006-01-18 20:19:54 +00:00
Pav Lucistnik
cad1fb9d40 - Update fusefs-kmod to 0.2.99.1, fusefs-libs to 2.5.0, fusefs-sshfs to 1.4
PR:		ports/91873
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-01-18 19:48:56 +00:00
Sergey Skvortsov
67c6280cb3 Update to 3.025
Changes:	http://search.cpan.org/src/WSNYDER/Schedule-Load-3.025/Changes
2006-01-18 13:14:13 +00:00
Pav Lucistnik
df30921ce2 SwitchTower is a utility of Rails fame that simplifies and automates
application deployment, while it's not Rails-specific.

PR:		ports/91830
Submitted by:	Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
2006-01-18 07:36:18 +00:00
Renato Botelho
f60d20dd88 - Update to 1.0.4
PR:		ports/91866
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer
2006-01-17 08:59:59 +00:00
Jimmy Olgeni
94ce4ffc8c Use SUB_FILES. 2006-01-16 21:20:09 +00:00
Pav Lucistnik
9266afe489 - Update to 6.0
PR:		ports/91874
Submitted by:	Charles Swiger <chuck@pkix.net> (maintainer)
2006-01-16 20:14:56 +00:00
Mario Sergio Fujikawa Ferreira
f08db553cb Update distfile checksum: no functional change, it was simply
repackaged

Submitted by:	pointyhat (kris)
2006-01-16 17:48:27 +00:00
Michael Landin
b8f93039e4 - Fix support for FREEBSD_CDROM under -CURRENT
Submitted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
2006-01-16 15:29:59 +00:00
Marius Strobl
d844b3df99 Update to 2.01.01a04. For a list of changes please see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a04

Approved by:	netchild
2006-01-16 09:24:48 +00:00
Andrey Slusar
a486ccb0e5 Fix readcd -scanbus work.
PR:		ports/91763
Submitted by:	Fabian Keil <freebsd-listen@fabiankeil.de>
2006-01-15 17:08:04 +00:00
Pav Lucistnik
42b9caf1bb - Finish fixing distinfo
Left halfway done:	linimon
2006-01-14 13:15:25 +00:00
Tim Bishop
fd377b7649 - Update to 4.7
- Fix typo in Makefile comment block

PR:		91692
Submitted by:	Martin Pala <martinp@tildeslash.com> (maintainer)
2006-01-13 13:20:23 +00:00
Joe Marcus Clarke
59cfa6b679 Update to a snapshot of HEAD from today (01-13-2006). 2006-01-13 06:38:06 +00:00
Markus Brueffer
d174c3793e - Update to version 3.0.10
- Add SHA256
2006-01-13 02:44:17 +00:00
Oliver Braun
a50a330af7 Upgrade to 3.8.4. 2006-01-12 17:39:28 +00:00
Erwin Lansing
8c4394af66 Bump the useful version for this port to 4.10 and lower.
Submitted by:	pav
2006-01-12 14:32:44 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Brooks Davis
1a1403f460 Add a patch update required for 6.0u7. I forgot to commit it last time.
No version bump as the previous version wouldn't build.

Pointy hat:	brooks
2006-01-11 23:58:23 +00:00
Brooks Davis
93d0cff344 Upgrade to 1.0.1
- Enable softupdates on disks we newfs since they are generally real
    disks.
  - Increase the size of swap and var in the example.
2006-01-11 23:37:24 +00:00
Pav Lucistnik
6781fcda93 - Update to 1.2.2
PR:		ports/91656
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 19:00:06 +00:00
Pav Lucistnik
6d134c6396 - Update to 1.6.0
PR:		ports/91654
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:58:15 +00:00
Pav Lucistnik
c4b5e3e536 - Update to 1.2.0
PR:		ports/91648
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:50:10 +00:00
Pav Lucistnik
6ba0da03d3 - Update to 1.9.3
PR:		ports/91655
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:26:29 +00:00
Brooks Davis
ab69be96d0 Add MASTER_SITE_LOCAL to the list of MASTER_SITES. Get rid of debugging
in the rc.d script.  Make the script actually avoid rewiping the disk
once it's been labled.
2006-01-11 18:20:59 +00:00
Brooks Davis
515396a59f Upgrade to 6.0u7. No major changes. 2006-01-11 02:33:30 +00:00
Sergei Kolobov
d002e64530 - Update to 1.3.3 2006-01-10 17:15:16 +00:00
Volker Stolz
60c8d96314 Repocopy sysutils/linneighborhood to more appropriate category 'net'.
PR:		ports/91551
2006-01-10 10:44:05 +00:00
Mario Sergio Fujikawa Ferreira
eaf079bb20 o Fix build on FreeBSD 4.x branch
o Some code tidying up through better patching

PR:		91485
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-01-10 00:54:23 +00:00
Markus Brueffer
7ee5501f48 Add kshutdown 0.8.1, an advanced shutdown utility for KDE.
Features:
  o Turn Off Computer (logout and halt the system)
  o Restart Computer (logout and reboot the system)
  o Lock Screen (lock the screen using a screen saver)
  o End Current Session (end the current KDE session and logout the user)
  o Extras (additional, external user commands)
  o Time and delay options
  o Command line and DCOP support
  o System tray icon and panel applet
  o Visual and sound notifications
  o KDE Kiosk support

WWW: http://kshutdown.sourceforge.net/
2006-01-09 20:23:21 +00:00
Lars Koeller
d07a356248 o) Update to version 1.38.3
PR:		ports/91420
Submitted by:	Dan Langille <dan@langille.org>
2006-01-09 19:36:17 +00:00
Oliver Lehmann
bebba81071 make it possible to use openssl from ports when no openssl is in base
PR:		ports/91563
Approved by:	maintainer
2006-01-09 18:59:31 +00:00
Roman Bogorodskiy
17b54d4ed8 Chase gnutls update. 2006-01-09 16:34:19 +00:00
Emanuel Haupt
d77998cd7c - Update distinfo, tarball was rerolled [1]
- Bump PORTREVISION

[1]
Changes:
 - char * -> unsigned char *
 - whitespace changes

A full diff is available under
 http://mmmmmm.mine.nu/FreeBSD/foremost.diff

PR:		91554
Submitted by:	Jonathan <onatan@gmail.com> (maintainer)
2006-01-09 15:23:40 +00:00
Jean-Yves Lefort
0d549c218b - Add a menu entry [1]
- Update to 0.4.7 [2]

PR:		ports/91084
Submitted by:	Panagiotis Astithas <past@ebs.gr> [1], maintainer [2]
2006-01-09 13:25:24 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Roman Bogorodskiy
3c22083c7c FIx build without xft support.
Reported by:	pointyhat via kris
2006-01-07 11:20:19 +00:00
Jimmy Olgeni
ebc50a9555 Release maintainership. 2006-01-07 10:44:30 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Mario Sergio Fujikawa Ferreira
e660431070 Update to 0.5.16 2006-01-07 02:23:03 +00:00
Edwin Groothuis
69ec329aa4 sysutils/portupgrade: Fix yet another infinite loop.
Check and avoid infinite loop when MOVED has an entry such as:

	    games/scummvm|emulators/scummvm|2004-04-06|new category
	    emulators/scummvm|games/scummvm|2004-04-13|new category

	    (games/scummvm -> emulators/scummvm -> games/scummvm -> ...)

	Reported by: Bohdan Horst <nexus at hoth dot amu dot edu dot pl>

PR:		ports/91402
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-07 01:04:28 +00:00
Joe Marcus Clarke
c9867be4d9 * Update to 1.4.2
* Fix wireless interface detection [1]

PR:		90199 [1]
2006-01-06 06:13:47 +00:00
Pav Lucistnik
7598ccb917 - Update to 21.9 2006-01-05 22:39:57 +00:00
Edwin Groothuis
ae3467ef12 From: chkversion <kris@FreeBSD.org>
Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris...

Looks like an issue with Tools/scripts/bumpportrevision, I'll check
it in a second.
2006-01-05 06:54:57 +00:00
Edwin Groothuis
e62864a49b Chase libversion bumb to libMagick.so.9
PR:		ports/91270
2006-01-05 03:57:35 +00:00
Edwin Groothuis
088b3c91ff Update port: sysutils/psgconf
Update to 3.1.12

PR:		ports/90318
Submitted by:	Jim Pirzyk <jim@pirzyk.org>
2006-01-05 00:15:39 +00:00
Emanuel Haupt
ba449ef02c Add zeroer, a command line utility for wiping unallocated space on
a filesystem.
2006-01-04 20:34:52 +00:00
Oliver Braun
ef7c41ed13 Upgrade to 3.8.3. 2006-01-04 18:24:15 +00:00
Edwin Groothuis
356b573191 Update port: sysutils/rdiff-backup-devel to 1.1.5
Update sysutils/rdiff-backup-devel from 1.1.4 to 1.1.5:

	* escape from rdiff-backup's mastering - being a slave to rdiff-backup
	  becomes too hard to maintain with respect to changes in 1.1.5

	* Makefile: mandatory variables imported from ../rdiff-backup/Makefile
	* Makefile: add new entry to MAN1
	* Makefile: slightly alter post-install target to make it install all
	  man pages listed in MAN1
	* add files/patch-setup.py which is now different from the one located
	  in ../rdiff-backup/files/
	* add own pkg-descr
	* sync pkg-plist

PR:		ports/91301
Submitted by:	Vasil Dimov <vd@datamax.bg>
2006-01-04 09:27:54 +00:00
Edwin Groothuis
2dda480e8a Update to port mcweject
My original dist file mistakenly contained object files and
	a gzipped man page.  (I simply forgot to make clean before
	rolling the tarball.) Someone on your end enhanced the port
	Makefile to remove these post-extract as a workaround.  I've
	since cleaned up the dist file, and updated the port Makefile
	and distinfo.  Here's the new tree:

PR:		ports/91247
Submitted by:	Jason Bacon <bacon@smithers.neuro.mcw.edu>
2006-01-04 06:23:41 +00:00
Norikatsu Shigemura
879e335dc3 Update to 2.0.1.
* portversion(1) also reads MOVED and trace origin change,
  and, when invoked with "-v", displays the new origin.

  Example:

      % portversion -v screen
      screen-4.0.2_2   <  needs updating (port has 4.0.2_3) (=> 'sysutils/screen')

* Add "--ignore-moved" to portupgrade(1) and portversion(1).
  When invoked with this option, both programs totally ignore MOVED.
  If you encounter strange behaviour of these programs, try this out.

* Add IGNORE_MOVED option to pkgtools.conf.
  This can be used to selectively ignore MOVED by pkgs.
  See pkgtools.conf.sample for details.

* Keep the order of MOVED entries, and do not trace back to old entries.
  Previously, when encounters the following entries,

	editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
	editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location

  portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
  I thought this behavior should not be what we want to, so added this change.

PR:		ports/91272
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
2006-01-03 16:57:46 +00:00
Emanuel Haupt
7fa62b9067 Fix build on sparc64
Notified by:	pointyhat via kris
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
		(maintainer by mail)
2006-01-03 13:45:54 +00:00
Edwin Groothuis
ef131b839e [MAINTAINER-UPDATE] sysutils/eiciel update to 0.9.0
The update is mostly relevant to linux, where eiciel does
	now support extended user attributes.

PR:		ports/91248
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-01-03 02:37:33 +00:00
Mario Sergio Fujikawa Ferreira
d2798fc8cd New port vstrip version 0.8f: A VOB de-multiplexing tool, splitter
and VOB/IFO files processor
2006-01-03 01:19:15 +00:00
Edwin Groothuis
1d2994d56b Problem with portupgrade 2.0
Thank you for reporting. I also discovered this problem a few hours ago.

    The source of this trouble is that the following line exists in MOVED,

    lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4

    where "moved from" and "moved to" is the same, but portupgrade
    does not check this case and infinite loop occurs.

    Fix to this problem will be in the next portupgrade release,
    but in the meanwhile, whould you commit the following patch,
    please?

PR:		ports/91209
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org>
2006-01-02 11:03:25 +00:00
Roman Bogorodskiy
cf0d9cf8f7 Update to 1.3.5. 2006-01-02 08:20:33 +00:00
Norikatsu Shigemura
e81a09cb91 A happy new year updated to 2.0.0.
(1) Change the versioning scheme of portupgrade.
    portupgrade now becomes 2.0.0!

(2) Add FreshPorts support to portcvsweb(1).
    You can view CVS history via FreshPorts instead of CVSweb
    by using "portcvsweb -F". See the man page of portcvsweb(1) for details.

(3) If the change of the origin is written in MOVED,
    portupgrade reads and chases it.
    You no longer need to supply the origin of the new pkg by "-o" option.

    Example:

        When ftp/wget-devel is moved to ftp/wget, previously you had to run,

	    % portupgrade -o ftp/wget wget

	Now, just run

	    % portupgrade wget

	and portupgrade will do what you want to do.

(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
    as a command line argument.
    This can be done only when the current directory is under $PORTSDIR.

    Example:

	Running

	    % cd /usr/ports/ftp/wget
	    % portupgrade

	will upgrade ftp/wget.

(5) The frequency of INDEX generation on official site is now sufficient,
    recommend to run "portsdb -F" (fetch INDEX from official site)
    instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]

PR:		ports/91164
Submitted by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by:	Enrique Matias <cronopios at gmail dot com> [1]
2006-01-01 15:43:35 +00:00
Oliver Braun
b8517f0b1c Upgrade to 3.8.2. 2005-12-31 14:57:08 +00:00
Ruslan Ermilov
b77437ebde Allow to compile without smb(4) support. 2005-12-30 22:12:13 +00:00
Pav Lucistnik
47a39af0bb - Add SHA256
PR:		ports/91094
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
2005-12-30 21:36:38 +00:00
Pav Lucistnik
92bf6cdbd4 - Update MASTER_SITES, WWW 2005-12-30 21:35:28 +00:00
Ruslan Ermilov
5ffd89d915 - Process the -P option when compiled with smb(4) support.
- Add PCI IDs for both SMBus controllers of AMD-8111.  NB:
  The non-smb(4) access to the AMD-8111 SMBus 2.0 controller
  is broken -- should use EC, like our amdsmb.c driver does.
2005-12-30 21:33:17 +00:00
Pav Lucistnik
7788e6b3f8 - Install menu entry
PR:		ports/90971
Submitted by:	Panagiotis Astithas <past@ebs.gr>
Approved by:	Seth Kingsley <sethk@meowfishies.com> (maintainer)
2005-12-30 06:06:55 +00:00
Pav Lucistnik
7f403e6e33 - Update to 6.1.3
PR:		ports/87881
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-12-29 21:42:28 +00:00
Edwin Groothuis
e311a37eb1 New port: sysutils/nctop
nctop is a remote system monitor for unix hosts.

	It is a client/server-application using UDP-packets to
	receive the information of the hosts running the daemon and
	listed in the clients configuration file.  For each host
	the client displays a line containing:

	    * hostname
	    * load averages
	    * cpu states (sys/user/idle)
	    * real memory usage (used/free/total)
	    * number of users currently logged in

	WWW: http://www.rz.uni-karlsruhe.de/~hj28/

PR:		ports/84521
Submitted by:	Ralf Becker <ralf@akk.org>
2005-12-29 21:10:57 +00:00
Oliver Braun
0aec1501a8 Upgrade to 3.8.1. 2005-12-29 09:19:47 +00:00
Pav Lucistnik
6cb2475345 - Update to 20051228
- add switch ('-g') to automatically generate the exclude file from kept or
    installed packges
  - improve command line processing
  - improve recursive cutting of leaves

PR:		ports/91021
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2005-12-28 15:43:42 +00:00
Pav Lucistnik
fc78da6f48 - Update to 0.4.1_4:
if portmanager has been installed for the first time it can't copy
  pm-020.conf-SAMPLE to pm-020.conf.

PR:		ports/90957
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-12-27 05:18:42 +00:00
Edwin Groothuis
53ccffe639 Remove trailing spaces 2005-12-27 02:14:56 +00:00
Sergey Matveychuk
5d9d646cab - Fix depends on 4.11
PR:		ports/90887
Reported by:	Antoine Beaupre <anarcat@koumbit.org>
Submitted by:	Lupe Christoph (maintainer)
2005-12-26 07:11:05 +00:00
Edwin Groothuis
afc1b99921 pdumpfs-rsync updated
pdumpfs has been updated but corresponding changes are
	    not made to pdumpfs-rsync so that it doesn't work.

PR:		ports/90880
Submitted by:	Yoshihiro Ota <ota@j.email.ne.jp>
2005-12-26 01:37:29 +00:00
Simon Barner
f5df6185a4 - Add forgotten patch files.
Corresponding commit was:
- Update to 0.12.10PR: ports/90874

Reminded by: Heiner Eichmann (maintainer)
2005-12-25 10:46:50 +00:00
Simon Barner
ed6e46d17d - Update to 0.12.10
- Remove sndfile OPTION

Submitted by:	Heiner Eichmann (maintainer)
PR:		ports/90874
2005-12-24 15:36:58 +00:00
Emanuel Haupt
963b5ef8eb Update to 2.0
PR:		90017
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2005-12-24 14:02:14 +00:00
Mario Sergio Fujikawa Ferreira
199cf949f5 o Update the leap seconds table according to
http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a
  leap seconds at the end of 2005.
o Obtain the fresh and updated leap seconds table from devel/libtai
  port.
o Bump PORTREVISION

PR:		89948
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>,
		markzero <mark@darklogik.org>
Obtained from:	http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
2005-12-23 20:23:22 +00:00