1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

6763 Commits

Author SHA1 Message Date
Sergei Kolobov
fa5aab8189 - Update to 1.6.0
- Remove programs and documentation that are no longer installed
2006-08-09 11:47:39 +00:00
Cheng-Lung Sung
6bb2039abb Add p5-BSD-Jail-Object 0.02, an object oriented perl interface to
jail(2).

PR:		ports/101643
Submitted by:	Mahlon E. Smith <mahlon at martini.nu>
2006-08-09 02:53:50 +00:00
Marc G. Fournier
935f9e7043 Add CPUs to the devices report, and clean up the script a bit
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2006-08-09 02:37:09 +00:00
Renato Botelho
4cd56e03a7 Fix RBL2SMTPD patch that I added accidentally inside SSL patch if 2006-08-08 13:27:26 +00:00
Jean Milanez Melo
0a9f8dd1df - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by:	portmgr (erwin)
2006-08-08 11:35:27 +00:00
Cheng-Lung Sung
129e158bc6 - Update to 0.15
PR:		ports/101633
Submitted by:	maintainer (Gea-Suan Lin)
2006-08-08 07:14:38 +00:00
Marc G. Fournier
a65f939beb remove the monthly_statistics_mailto variable from the script ... it
is not used, nor was it ever used ...
2006-08-08 04:32:21 +00:00
Marc G. Fournier
c8aba8e713 Redirect fetch output to /dev/null ... 2006-08-08 04:30:38 +00:00
Marc G. Fournier
be9d1f56a9 have getid report operating system, so that other *BSDs can participate
as well ...
2006-08-08 04:06:55 +00:00
Marc G. Fournier
31a52eb950 Makefile cleanup
Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-08-08 02:17:35 +00:00
Marc G. Fournier
d9926abc03 Add a message pointing people to where the stats themselves can
be viewed
2006-08-08 02:12:13 +00:00
Kirill Ponomarev
f7e9e82429 Add missing libiconv dependency.
Submitted by:	mlaier via IRC
2006-08-07 19:42:31 +00:00
Doug Barton
20a7db3c93 Update for version 1.6. 2006-08-07 19:13:42 +00:00
Doug Barton
f24160d1b1 New Features
============
1. -L mode to list all installed ports, and search for updates.
2. Trap SIGINT, and use the opportunity to reap all the child processes
we can find.
3. Warn the user during config mode if a port sets IS_INTERACTIVE
4. Support +IGNOREME files in /var/db/pkg/<portname>, ala portupgrade
5. Store the results of the user's choices for -i during config, so they
don't have to enter it again during build
6. When deleting stale distfiles, recurse through successively shorter
versions of file-name-* till we find something to delete, or run out
of dashes. This means a lot fewer false positives, although the
algorithm is still aggressive.

Performance Optimizations
=========================
1. Skip dependency check prior to build if the 'make config' recursion
does not find any ports that need updating.
2. Cache the dependency list for the parent port.
3. -s mode is now recursive, so if a removed port has dependencies,
they are checked too. Remember what ports the user does not want to
delete so they don't have to keep saying "no."
4. Much better support for failed downloads in the background, and the
'make checksum' process is only run once for each port.
5. Switch to using variables and case rather then grep to maintain state
for current dependencies, answers for -i, etc.
6. Re-order some tests to micro-optimize do_update, etc.
7. Handle regular files in /var/db/pkg more efficiently
8. Track the pid of the parent process, and use that to manage state
more efficiently. Also makes for more readable code.
9. Don't clean dependencies, since we don't recurse through them using
the ports tree, we'll let each portmaster process handle it.
10. Cache information about dependencies that are already up to date
to avoid having to do this check when not necessary. This dramatically
improves performance for building/updating large ports (especially
meta-ports like gnome or kde) with a lot of dependencies.

Bug Fixes
=========
1. Add -f to pkg_delete in -s case
2. Reverse the "is required by" statements to make more sense for -r
3. Add PATCHFILES to the list of distfiles to delete when looking for
stale distfiles
4. Minor cleanups, and better code consistency
5. usage() already exits, so clean up h) getopt
6. Add a catchall getopt so user will get usage() for an invalid option
7. Update some messages to make them more meaningful and simplify code
8. Fix specifying second option to -o in <category/portname> format
9. Properly handle the case where the second argument to -o is a port
that is already installed
10. Don't mention the 'make config' step if -G

Security Enhancement
====================
1. Be more careful to only delete temp files if they haven't already been
deleted or moved
2006-08-07 19:13:20 +00:00
Renato Botelho
627650ef9d - Fix PLIST: Remove locale dirs not contained in BSD.local.dist
- Add USE_GETTEXT and INSTALLS_ICONS

PR:		ports/101491
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 11:42:55 +00:00
Vanilla I. Shu
7b1cd5a45c Add CONFLICTS to devel/sge. 2006-08-07 07:08:21 +00:00
Marc G. Fournier
7d08ae66b0 bsdstats v2.0 ... device reporting 2006-08-07 03:35:39 +00:00
Rong-En Fan
b4c807a674 - Update to 0.2.10
- Move manpage list to separate file
- Add python bindings support
- Pass maintainership to submitter

PR:		ports/101372
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 03:30:15 +00:00
Cheng-Lung Sung
ba01c51874 Add p5-Fuse-Simple 1.00, simple way to write filesystems in Perl using
FUSE.

PR:		ports/101455
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-07 01:50:41 +00:00
Marc G. Fournier
3a88560255 Record Operating System itself, in case someone in the NetBSD,
OpenBSD or DragonflyBSD decides they want to add to the stats, so
that we know where the numbers belong ...
2006-08-06 14:11:15 +00:00
Ion-Mihai Tetcu
c420683eed - Add CONFLICTS with cups-base
PR:		ports/99791
Submitted by:	Leif Pedersen / Marcin Wisnicki
2006-08-06 08:43:12 +00:00
Marc G. Fournier
adf2bc88c1 Initial port for bsdstats script
Submitted by: John Nielsen <john@jnielsen.net>
2006-08-06 03:34:08 +00:00
Rong-En Fan
8721a6c9a0 A new option is added, called "cjkwidth [on|off]". When it
is enabled, it treats CJK ambiguous characters as full width.
This feature is very helpful for reading legacy CJK applications'
output which assume all CJK characters are full width.
This option is default off.

The patch is obtained from
http://www.mhsin.org/~mhsin/patches/screen/patch-cjkwidth
The credit belongs to Michael Hsin <mhsin _at mhsin.org>.
It also has been submitted to upstream:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=16666

PR:		ports/96167
Submitted by:	rafan
Approved by:	maintainer timeout (3 months and 2 weeks)
2006-08-05 16:40:17 +00:00
Martin Wilke
9aaa07a258 - Update to 2.1.1
PR:		ports/101319
Submitted by:	Dominic Fandrey <lon_kamikaze(at)gmx.de>
Approved by:	krion (mentor)
2006-08-05 16:09:06 +00:00
Craig Rodrigues
ca2d95c77a Upgrade to xfsprogs-2.8.10 2006-08-05 13:59:48 +00:00
Andrew Pantyukhin
a0aeffb018 - Avoid a call to "pkgconfig libconfuse"
Reported by:	pointyhat via erwin
2006-08-05 12:29:18 +00:00
Erwin Lansing
0369c2eec5 Fix install after DESTDIR patch
Submitted by:	gabor
2006-08-05 10:34:50 +00:00
Erwin Lansing
6790aafae5 Fix build after DESTDIR patch.
Submitted by:	gabor
2006-08-05 10:33:44 +00:00
Jose Alonso Cardenas Marquez
a106e723b6 - Restored sysutils/linux-e2fsprogs
Approved by:	garga (mentor)
2006-08-04 14:47:25 +00:00
Ion-Mihai Tetcu
561854175a - remove w/o PTHREADS OPTION since it's not supported upstream anymore. [1]
- remove pre-4.x support
- change MAINIANER addres to my @FreeBSD.org one
- bump PORTREVISION

PR:		ports/101342 [1]
Submitted by:	Shane Bell [1]
2006-08-04 14:17:31 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Edwin Groothuis
f43d1cbfda Add missing man-pages. 2006-08-04 10:44:07 +00:00
Erwin Lansing
20c42f76b9 Mark BROKEN: does not fetch 2006-08-04 09:02:50 +00:00
Cheng-Lung Sung
4a6ed96169 - Update to 0.8.3
PR:		ports/101305
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:	maintainer (Jason Hale)
2006-08-04 03:55:44 +00:00
Erwin Lansing
124db6148d Unmark BROKEN, this seems to be a pointyhat specific issue
Submitted by:	linimon
Pointy hat:	erwin
2006-08-03 21:00:20 +00:00
Erwin Lansing
10b5e1a3d8 Mark BROKEN: does not build 2006-08-03 19:16:34 +00:00
Marius Strobl
d3425e10d7 - Update to 2.01.01a11. For the changes since 2.01.01a10 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01.01a11
- Re-grab maintainership.

Approved by:	netchild
2006-08-03 09:32:12 +00:00
Marius Strobl
5443471496 Re-grab maintainership.
Approved by:	netchild
2006-08-03 09:29:49 +00:00
Erwin Lansing
e804ccce92 Fix PLIST
PR:		101255
Submitted by:	erwin, pointyhat
Approved by:	maintainer
2006-08-02 12:06:02 +00:00
Joe Marcus Clarke
eeebf89123 Update to 2.14.3. 2006-08-01 03:41:01 +00:00
Michael Johnson
7dfb401c22 - Update to 0.9.3 2006-07-31 21:24:45 +00:00
Sergey Skvortsov
67b8e4d26e Update to 3.040
PR:		ports/100554
Submitted by:	Gea-Suan Lin <gslin xx gslin.org>
2006-07-31 13:37:08 +00:00
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Martin Wilke
b5908f4310 - Update to 2.9
PR:		ports/100999
Submitted by:	Soeren Straarup
Approved by:	krion (mentor)
2006-07-30 21:01:32 +00:00
Stefan Walter
4e754778fd Add a patch to avoid cluttered screen on >= 6.x.
PR:		99910
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	maintainer timeout (3 weeks)
		arved (mentor)
2006-07-30 11:44:53 +00:00
Martin Wilke
1b084f928f - Pass maintainership to submitter
- Fix pkg-plist

PR:		ports/100868
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-07-29 20:44:14 +00:00
Jose Alonso Cardenas Marquez
c8f8bcdfe0 - Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:	garga (mentor)
2006-07-29 02:48:26 +00:00
Markus Brueffer
5a85111310 - Remove directories listed in BSD.local.dist from pkg-plist
- Bump PORTREVISION

PR:		ports/100873
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-07-28 18:28:56 +00:00
Andrew Pantyukhin
e48050b4a8 - Rid the tree of double slashes in URL paths 2006-07-28 14:42:54 +00:00
Rong-En Fan
5a10b57cbb Add p5-Sys-Hostname-FQDN 0.07, get the short or long hostname.
PR:		ports/100736
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2006-07-28 07:17:13 +00:00