1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

1177 Commits

Author SHA1 Message Date
Adam Weinberger
7844e54677 Fix a variable substitution.
Note that this was the intended fix in PORTREVISION 3, the previous
commit, and was the change intended by ports/161999.

PR:		ports/161999
Submitted by:	Eugene Paskevich <eugene@raptor.kiev.ua>
2011-10-26 22:32:03 +00:00
Adam Weinberger
7093b565e9 Fix a // in path which apparently breaks portinstall's ability to parse
INDEX.

PR:		ports/161999
Submitted by:	Eugene Paskevich <eugene@raptor.kiev.ua>
2011-10-25 23:13:32 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Sunpoet Po-Chuan Hsieh
66fb8f0b56 - Add p5-Bash-Completion 0.008
bash completion should just work when you install new commands. Bash::Completion
is a system to use and write bash completion rules.

For end-users, you just need to add this line to your .bashrc or .bash_profile:

    setup-bash-complete

This will load all the installed Bash::Completion plugins, make sure they should
be activated and generate the proper bash code to setup bash completion for
them.

If you later install a new command line tool, and it has a
Bash::Completion::Plugin -based plugin, all your new shells will have bash
completion rules for it. You can also force immediate setup by running the same
command:

    setup-bash-complete

To write a new Bash::Completion plugin, see Bash::Completion::Plugin.

WWW: http://search.cpan.org/dist/Bash-Completion/
2011-10-23 07:40:59 +00:00
Wen Heping
9577ad0833 - Update MASTER_SITES and WWW
PR:		ports/161650
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-17 02:36:24 +00:00
Sunpoet Po-Chuan Hsieh
ef4cf984b6 - Bugfix: ksh segfaults on suspend
- Bump PORTREVISION for package change

Reported by:	Greg Rivers <gcr+freebsd-ports@tharned.org>
Obtained from:	https://bugzilla.redhat.com/show_bug.cgi?id=691077
2011-10-05 12:28:39 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
e7290cb82c - Use @dirrmtry for PREFIX/etc/bash_completion.d
Other ports (e.g. devel/glib20) install files to this directory.
- Costmetic change: put build-related knobs together
- Sort PLIST
- Space/tab twiddle

PR:		ports/160202
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 24 days)
2011-09-19 18:30:35 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Eitan Adler
f82456ddc8 Ambit, at its simplest, uses Bash Brace Expansion to expand and list
hostnames OR commands. First and foremost Ambit is meant to be a general
purpose hostlist enumerator to be used by other applications or scripts.
Additionally Ambit can be used to manage User Specific as well as
System-Wide HostGroups. It can also be used to query Network HostGroups.
Finally, Ambit is able to detect when it is expanding a command (rather than
a host list), allowing for the command to be expanded and executed
synchronously. This means Ambit can expand and run just about anything on
the command line and usually works in places where Bash Brace Expansion
might fail.

WWW: http://m.a.tt/er/ambit/

PR:		159769
Submitted by:	Sascha Klauder <sklauder@trimind.de>
Approved by:	sahil (mentor)
2011-08-29 23:17:16 +00:00
David E. O'Brien
792f9af6d1 Update to Bash 4.1 patchlevel 11.
Under certain circumstances, running `fc -l' two times in succession
  with a relative history offset at the end of the history will result
  in an incorrect calculation of the last history entry and a seg fault

PR:	160239
2011-08-29 18:44:40 +00:00
Martin Wilke
1f0ca2475f - Update to R40b
PR:		158989
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-26 07:07:39 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Sunpoet Po-Chuan Hsieh
a919b601f9 - Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62
PR:		ports/159921
Submitted by:	gjb
2011-08-20 07:32:47 +00:00
Dirk Meyer
3db090b98b - add MASTER_SITE_LOCAL 2011-08-08 16:06:56 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
c5e3914c60 Fix master_site 2011-08-02 16:22:15 +00:00
Adam Weinberger
3d51cfe6f3 Fix completions for portinstall, an indexing error.
PR:		ports/152387
Submitted by:	Martin GlaC <glaszig@gmail.com>
2011-08-01 22:03:35 +00:00
Frederic Culot
b2c5939eb8 - Update to 0.5.7
PR:		ports/159235
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2011-07-27 16:51:33 +00:00
Cy Schubert
34432c5ec1 The file completion bugfix for 8.X and 9.X introduced a bug under
7.X. This commit fixes this.
2011-07-05 13:36:06 +00:00
Cy Schubert
335a7ae799 Previous commit introduced a file completion bug under FreeBSD
versions prior to 8.X (7.X and earlier). This commit fixes that.
2011-07-05 13:34:43 +00:00
Cy Schubert
0c9c39fe78 Fix patch phase error. 2011-07-05 04:03:15 +00:00
Cy Schubert
ecd44ed342 As with other shells, link this shell dynamically. 2011-07-05 03:43:48 +00:00
Cy Schubert
353ab88661 Fix file completion bug.
PR:		140557
2011-07-05 03:41:09 +00:00
Martin Wilke
2d04c548fe - Kick MD5 2011-07-02 20:20:55 +00:00
Cy Schubert
b3f7d2a5a0 Fix error introduced by previous commit.
Pointy hat to:		me
2011-06-28 20:04:38 +00:00
Cy Schubert
71b8216003 Bring back 44bsd-csh. 2011-06-28 19:09:58 +00:00
Cy Schubert
061748f3fd Bring back this port. 2011-06-28 19:09:14 +00:00
Martin Wilke
62fbb7f298 Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-06-25 09:23:47 +00:00
Martin Wilke
99d15064f7 - Update to R40
PR:		157829
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-25 05:18:30 +00:00
Sunpoet Po-Chuan Hsieh
0bdb381db8 - Fix build when WITH_STATIC is set
Reported by:	dougb@
Submitted by:	jhell <jhell@DataIX.net>
2011-06-24 21:45:13 +00:00
Andrej Zverev
7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00
Sunpoet Po-Chuan Hsieh
e082dab196 - Remove INSTALLROOT completely
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change
2011-06-19 00:58:26 +00:00
Olli Hauer
b8c2df43b8 -Add both versions of each configure flag (--enable-x/--disable-x) for safety
-Update to May 26, 2011 snapshot:
    Add support for OpenSSH's sftp-server umask option.
    Remove inline references to satisify certain compilers
    Remove the now unnecessary sftp-logging compatibility mode.
    When getopt_long is not available, like on AIX, use bundled NetBSD
        getopt_long.
    Update the SECURITY document to include a reference to /etc/popt and \
        ~/.popt as they relate to rsync.
    Fix for rsync-3.0 which now uses a short -e option, with an optional
        argument as a server side option indicating protocol compatibility.
    Fix scponly crash on Solaris
    Fix detection and inclusion of getopt on certain platforms
    Document risks associated with popt reading /etc/popt and ~/.popt
    Document getopt requirement (when certain configure options are enabled)
 - cleanup redundant BUILD_DEPENDS+=  [1]

PR:		ports/157804
Submitted by:	Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer  [1]
Approved by:	maintainer
2011-06-18 17:24:07 +00:00
Sunpoet Po-Chuan Hsieh
446fc42167 - Update to 0.91
- Respect PORTEXAMPLES

Changes:	http://search.cpan.org/dist/Term-ShellUI/Changes
2011-06-12 19:09:25 +00:00
Baptiste Daroussin
7769f7cfd2 - update to 4.3.12
Changes since 4.3.11
--------------------

The zsh/parameter module has a new readonly associative array
$usergroups whose keys are the names of system groups of which the
current user is a member and whose values are the corresponding
group identifiers.

The region_highlight array, which controls highlighting of the
command line from zle widgets, is now updated dynamically as
the command line is edited.

In POSIX emulation ("emulate sh") the shell is more accurate about
when it should or should not exit on errors.

The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.

The (g:opts:) flag in parameter expansion processes escape sequences like
the echo and print builtins.  opts can be any combination of o, e and c.
With e, acts like print rather than echo except for octal escapes which
are controlled separately by the o option.  With c, interpret control
sequences like "^X" as bindkey does.  Regardless of the opts, \c is not
interpreted.
2011-05-31 18:29:12 +00:00
Akinori MUSHA
e4522097ed Add support for xz archives to the configuration file. 2011-05-16 12:38:19 +00:00
Sylvio Cesar Teixeira
a0604961ff - Update to 2.14 2011-05-13 18:03:58 +00:00
Baptiste Daroussin
0b10dff092 Another bunch of expired ports removal
2011-05-01 audio/albumart: Upstream disapear and distfile is no more available
2011-05-01 audio/aylet: Upstream disapear and distfile is no more available
2011-05-01 audio/cantus: Upstream disapear and distfile is no more available
2011-05-01 audio/xaylet: Upstream disapear and distfile is no more available
2011-05-01 science/oases: Upstream disapear and distfile is no more available
2011-05-01 shells/pash: Upstream disapear and distfile is no more available
2011-05-03 13:05:08 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)
2011-04-11 08:34:17 +00:00
David E. O'Brien
bf7ad139d5 Add option to log user history to syslog.
PR:		155780
Submitted by:	Alexander Kriventsov <avk@vl.ru>
2011-04-06 17:47:52 +00:00
David E. O'Brien
2159e26025 Update to Bash 4.1 patchlevel 10. 2011-04-05 17:38:33 +00:00
Emanuel Haupt
7cb0f4833e Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead. 2011-03-26 10:06:56 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Baptiste Daroussin
1b1b5b16d9 Deprecate unmaintained ports from shells where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 12:54:43 +00:00
Baptiste Daroussin
b05bfa64b5 - Take maintainership, des@ is no longer having enough time for zsh, he has done a
really great job with zsh, thanks a lot. [1]
- Upgrade to 4.3.11
- add linsysfs to the file system list for completion [2]
- fix mount completion when adding available labels to the list of devices [3]

PR:		ports/141472 [2], ports/145657 [3]
Submitted by:	scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3]
Approved by:	des@ [1]
2011-02-28 08:01:01 +00:00
Thomas Abthorpe
73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00
Martin Wilke
1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00