1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

232913 Commits

Author SHA1 Message Date
Martin Wilke
3d12bd1d2b - Update to 1.3.2
PR:		144211
Submitted by:	Bapt <baptiste.daroussin@gmail.com> (maintainer)
Feature safe:	yes
2010-02-25 14:14:52 +00:00
Martin Wilke
1c59edab0b You can use this Python module to convert amongst many different
notations and to manage couples of address/netmask in the CIDR
notation.

WWW:	http://pypi.python.org/pypi/iplib

PR:		ports/144197
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Feature safe:	yes
2010-02-25 13:48:10 +00:00
Dag-Erling Smørgrav
152b4a6480 QAT is starting to get on my nerves...
(no offense intended to the fine, upstanding people who maintain it)

Feature safe:	yes
2010-02-25 13:47:31 +00:00
Marcelo Araujo
ac7985dcbe - Now the DISTNAME can get a package version.
- Update version from 2.9.1 to 2.9.1.1.

PR:		ports/143475, ports/144282
Submitted by:	Helmut Schneider <jumper99@gmx.de>,
		Joe Horn <joehorn@gmail.com>
Feature safe:	YES
2010-02-25 13:46:22 +00:00
Pietro Cerutti
cd8800e1e4 - Fix on 7.3 (dirent API change)
Reported by:	PH via linimon@
Feature safe:	yes
2010-02-25 13:36:59 +00:00
Martin Wilke
096e509ffa - Update to 0.3.5
PR:		144088
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe:	yes
2010-02-25 13:18:29 +00:00
Thomas Abthorpe
3f425df104 - Update to 2.6
Feature safe:	yes
2010-02-25 13:02:14 +00:00
Martin Wilke
e242ddd466 lightweight C library that can parse John Gruber's [markdown]
(http://daringfireball.net/projects/markdown/) format and convert
it into several formats and can be easily extended.

It also provides two usage examples:
- lace: markdown to xhtml conversion.
- kilt: markdown to manpage conversion.

WWW: http://git.instinctive.eu/cgit/libupskirt/

PR:		ports/Feature safe: yes
****
**** tag if you are sure this commit does not violate
**** feature freeze guidelines.  If in doubt, contact portmgr.
****
cvs [commit aborted]: Message verification failed
/usr/ports/Tools/scripts/addport: cvs commit failed, aborting.
===> Done
[13:57][miwi@miwi] $ Feature safe: yes            (~/dev/ports/textproc/libupskirt)
zsh: command not found: Feature
[13:58][miwi@miwi] $ pc                           (~/dev/ports/textproc/libupskirt)
===> Your username on freefall: miwi
===> Pre-commit portlint check
lightweight C library that can parse John Gruber's [markdown]
(http://daringfireball.net/projects/markdown/) format and convert
it into several formats and can be easily extended.

It also provides two usage examples:
- lace: markdown to xhtml conversion.
- kilt: markdown to manpage conversion.

WWW: http://git.instinctive.eu/cgit/libupskirt/

PR:>····>·······ports/144209
Submitted by:>··Bapt <baptiste.daroussin at gmail.com>
Feature safe:	yes
2010-02-25 12:59:32 +00:00
Sergey Matveychuk
03db2bab2f 2010-01-22 net/mpd: obsoleted, unsupported port. Use net/mpd4, net/mpd5 instead
Feature safe: yes
2010-02-25 12:47:29 +00:00
Alexey Dokuchaev
05133cbba1 Adjust CONFLICTS after update of `x11-wm/wmii-devel'.
Feature safe:	yes
2010-02-25 12:46:56 +00:00
Alexey Dokuchaev
1f268d73df - Update to the latest beta, 3.9.b1
- Drop `x11/dmenu' rdep, it is no longer required
- Drop `devel/9base' dependency as well, since it is rather incomplete.
  Users who prefer Plan 9'ish way of configuring WMII are advised to go
  with `devel/plan9port' port instead
- Respect DOCSDIR and NOPORTDOCS
- Set LATEST_LINK now it's actually quite usable (esp. with p9p)

Feature safe:	yes
2010-02-25 12:44:52 +00:00
Dag-Erling Smørgrav
bbd6fbd8b8 Accidentally removed
Feature safe:	yes
2010-02-25 12:44:46 +00:00
Sergey Matveychuk
7825050b0a - Mark BROKEN on CURRENT. Use net/mpd5.
Submitted by:	maintainer
Feature safe:	yes
2010-02-25 12:38:37 +00:00
Sergey Matveychuk
749ee3c260 - Update to 5.5
* New features:
          * Added `set link redial-delay ...` command.
          * Print global filters on `show iface|customer` commands.
          * Added protocol/port forwarding support for NAT.
          * Added utmpx support on 9-CURRENT.
     * Bugfixes:
          * Fix memory leaks on pptp and radius on some reason.
          * Really make RESULT a mandatory option in ext-auth.

Submitted by:	maintainer
Feature safe:	yes
2010-02-25 12:32:38 +00:00
Dag-Erling Smørgrav
94ebcf4d98 Continue rototilling the Munin ports:
- Move some files around and adjust the plists accordingly.
 - Fix some directory creation / deletion in the plists.
 - Fix some directory ownerships.
 - Instead of patching the Makefile, specify installation directories
   on the command line.  Centralize the definition of MAKE_ARGS and some
   other shared variables.

Feature safe:	yes
2010-02-25 12:15:38 +00:00
Renato Botelho
78ee99eb30 Remove references pointing to PORT_NOTE, a file that doesn't exist anymore
Reported by:	Elliot Denk <elliotdenk at googlemail.com>
Feature safe:	yes
2010-02-25 10:51:07 +00:00
Alexey Dokuchaev
bfb3284e97 Fix the build on amd64 and sparc64 (at least). I can think of little
reasons to unconditionally reimplement strlcat(3), which is being around in
BSD for over a decade now, but WMII does it anyways.  Apparently, somebody
needs to reread Unix Haters Handbook.

Despite the fact that return value of strlcat() does not seem to be used
anywhere, I decided to keep their implementation instead of switching to
kosher implementation from our libc, just in case of some weird bug-to-bug
compatibility issue.

Closes PR:	ports/143594
Feature safe:	yes
2010-02-25 10:05:21 +00:00
Alexey Dokuchaev
bdede6397c Restore comma I bogusly deleted in rev. 1.41 over 2 years ago.
Feature safe:	yes
2010-02-25 08:28:28 +00:00
Wen Heping
ff3cef47f1 - Make it run with Apache 2.0 and 2.2
PR:		ports/143844
Submitted by:	Ralf Gebhart <gebhart@secnetix.de>
Approved by:	maintainer
Feature safe:	yes
2010-02-25 08:25:48 +00:00
Wen Heping
5b3d58e21e - Update to 0.90
PR:		ports/142920
Submitted by:	Wen Heping(myself)
Approved by:	maintainer(timeout, > 1 month)
Feature safe:	yes
2010-02-25 08:11:04 +00:00
Wen Heping
b53ab0dd0d - Update to 0.17
Feature safe:	yes
2010-02-25 07:21:02 +00:00
Wen Heping
3eea4d1e4a - Update to 3.1.3
Feature safe:	yes
2010-02-25 07:18:49 +00:00
Wen Heping
1fa0504814 - Update to 3.10.13
Feature safe:	yes
2010-02-25 05:55:22 +00:00
Tong LIU
2d3a10b3a2 - Update to 4.6.0
PR:	ports/144270
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)

Feature safe:	yes
2010-02-25 05:27:42 +00:00
Tong LIU
06f7e28c3c - Update to 2.8.1
PR:	ports/144273
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)

Feature safe:	yes
2010-02-25 05:26:28 +00:00
Mikhail Teterin
e2ba04b2d6 Add a hunk, that I missed earlier, because I compiled with `-O0 -g'
here..

Notified by:	QAT
Feature safe:	yes
2010-02-25 03:55:54 +00:00
Mikhail Teterin
c985a88b30 Clean-up the atavisms accidentally left out by the prior commit. The
OPTIONS no longer had an effect.

Feature safe: yes
2010-02-25 03:42:07 +00:00
Mikhail Teterin
a110314807 Upgrade from 3.6.b4 to 3.6.b5. The author says, a number of Tcl-8.5 (and
8.6) compatibility issues are solved.

Feature safe: yes
2010-02-25 03:38:57 +00:00
Max Khon
0184614ce8 - Update to 1.4.11.3.
Feature safe:	yes
2010-02-25 03:34:22 +00:00
Wen Heping
01eca2900d - Unbreak it and update to 5.2.0
PR:		ports/143867
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
Approved by:	maintainer
Feature safe:	yes
2010-02-25 02:09:17 +00:00
Marcelo Araujo
d0a6541ebe - Update to 2.9.1.
Feature safe:	yes
2010-02-25 02:01:18 +00:00
Wen Heping
31d7f3b5a4 - Record of remove japanese/stardict2-dict-ja
Feature safe:	yes
2010-02-25 01:36:10 +00:00
Wen Heping
ae795411a7 - Remove stardict2-dict-ja
Feature safe:	yes
2010-02-25 01:30:21 +00:00
Wen Heping
adf6a1448c - Connect and update stardict-dict-ja
PR:		ports/143481
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
Feature safe:	yes
2010-02-25 01:21:44 +00:00
Brooks Davis
b01e165056 Upgrade to 7.4.2.
Submitted by:	Hans Soonieus
Feature safe:	yes
2010-02-25 01:08:52 +00:00
Wen Heping
3a4a7dbb67 - Force Repocopy Commit
Feature safe: yes
2010-02-25 01:05:17 +00:00
Martin Wilke
870197a5fa - Fix plist
Reported by:	pav
Feature safe:	yes
2010-02-24 22:04:07 +00:00
Greg Larkin
5d77723d31 - Use SUB_FILES to adjust pkg-message
- Support cross-platform installation by suppression of stripping
  for precompiled binary
- Change MAINTAINER e-mail
- Group ARCH-dependent lines together
- Replace dead DISTFILE source with another that works
- Replace dead WWW link with living mirror
- Make it clearly visible that the software is effectively "abandonware"
  for now
- Bump PORTREVISION

PR:		ports/143131
Submitted by:	Eugene Grosbein <eugen@grosbein.pp.ru> (maintainer)
Feature safe:	yes
2010-02-24 21:58:52 +00:00
Greg Larkin
d15223e9f4 - Added missing CONFLICTS for AquaGatekeeper 2.x
- Bumped PORTREVISION

Feature safe:	yes
2010-02-24 21:54:01 +00:00
Greg Larkin
183f6e1761 - Use $SUB_FILES to dynamically adjust pkg-message [1]
- Support cross-platform installation by suppression of stripping for
  precompiled binary [2]
- Change MAINTAINER e-mail [2]
- Group ARCH-dependent lines together [2]
- Replace dead WWW link with living mirror [2]
- Make it clearly visible that the software is effectively "abandonware"
  for now [2]
- Added i386 dependency on crypto.so.3 (misc/compat5x)

PR:		ports/143096
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	Eugene Grosbein <egrosbein@rdtc.ru> (maintainer) [2]
Feature safe:	yes
2010-02-24 21:48:26 +00:00
Pav Lucistnik
371459cc0b - Update plist after doxygen update
Reported by:	pointyhat
Feature safe:	yes
2010-02-24 21:18:55 +00:00
Greg Larkin
d3919ba1b9 Tokyo Promenade is a browser-based content management system with the
following features:

  * simple and logical user interface : aims at conciseness like LaTeX

  * high accessibility : XHTML 1.0 compliant and considering WCAG 1.0

  * hybrid data structure : available as BBS, blog, and Wiki

  * sufficient functionality : supports user management and file management

  * high performance : uses an embedded database, Tokyo Cabinet

  * lightweight : implemented by C99 and without any dependency
                  on other libraries

WWW:	http://1978th.net/tokyopromenade/

PR:		ports/143211
Submitted by:	Qing Feng <qingfeng at me.com>
Feature safe:	yes
2010-02-24 20:58:04 +00:00
Pietro Cerutti
ed19d7f188 - Fix build
PR:		144236
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Fixed bx:	Sofian Brabez <sbrabez@gmail.com> (committer)
Feature safe:	yes
2010-02-24 20:35:13 +00:00
Dag-Erling Smørgrav
9203aa68d3 Massive cleanup of the Munin ports:
- Use a fixed UID / GID
 - Fix handling of sample configs in plists
 - Add missing plist entries (mostly directories)
 - Use /var/munin instead of %D/var/munin
 - Consistently use %%FOODIR%% instead of ${PREFIX}/foo etc.
 - Honor BATCH / PACKAGE_BUILDING
 - Fix network throughput probes (if_ and if_errcoll_)

PR:		120755, 120756, 124528, 129576, 129577, 143804
Submitted by:	see PRs
Feature safe:	yes
2010-02-24 20:18:51 +00:00
Pav Lucistnik
624ba99d6b - Mark BROKEN: conflicting dependencies
Reported by:	pointyhat
Feature safe:	yes
2010-02-24 20:06:39 +00:00
Pav Lucistnik
cb92f6fb44 - Mark BROKEN: incomplete plist
Reported by:	pointyhat
Feature safe:	yes
2010-02-24 20:04:20 +00:00
Pav Lucistnik
c0cc9db3bf - Mark BROKEN: does not compile
Reported by:	pointyhat
Feature safe:	yes
2010-02-24 19:59:15 +00:00
Alexey Dokuchaev
2c27d99c60 - Readd the port with better, all-lowercase name [1]
- While here, fix several minor issues with Makefile and pkg-descr (augment
  COMMENT, utilize standard NO_BUILD and NO_WRKSUBDIR knobs, remove `x11'
  as a secondary category, use correct installation commands and merge them
  into one, give correct package name prefix (`linux-') for Linux binary-
  only software, sort PLIST_FILES -- all these things that usually happen
  when people are not reading PH well enough, do not look at other ports,
  and not using common sense.)  :-(

No objection from:	pgollucci [1]
Feature safe:		yes
2010-02-24 17:14:58 +00:00
Tong LIU
3394538fe6 - Update to 3.4.2
PR:	ports/144263
Submitted by:	Eugene Mychlo <myc@barev.net> (maintainer)

Feature safe:	yes
2010-02-24 15:58:36 +00:00
Tong LIU
0736ae680a - Update to 0.6.2
PR:	ports/144259
Submitted by:	Toni Gundogdu <legatvs@gmail.com> (maintainer)

Feature safe:	yes
2010-02-24 15:53:09 +00:00