Stefan Eßer
1191c7f413
Upgrade to version 0.86.
2006-06-10 20:52:24 +00:00
Andrey Slusar
3ba72a1626
- Fix build.
...
Reported by: krismail
2006-06-09 07:42:08 +00:00
Ion-Mihai Tetcu
075a562c78
Remove email address
...
PR: ports/98702
Submitted by: maintainer
Approved by: lawrance (mentor, implict)
2006-06-09 05:38:13 +00:00
Jun Kuriyama
9e4382fcfb
- Upgrade to 0.12.
...
- Change master site to CPAN.
PR: ports/98352
Submitted by: leeym
2006-06-08 23:44:28 +00:00
Jun Kuriyama
1cab02aecd
Upgrade to 20060608 snapshot.
2006-06-08 23:23:41 +00:00
Renato Botelho
5668601630
- Update to 0.10
...
PR: ports/98705
Submitted by: maintainer
2006-06-08 15:49:43 +00:00
Renato Botelho
4b7026d25c
Remove email address from pkg-descr
...
PR: ports/98704
Submitted by: maintainer
2006-06-08 15:13:40 +00:00
Joe Marcus Clarke
a138339f0c
Update to 1.1.17.
2006-06-07 19:27:27 +00:00
Joe Marcus Clarke
56fad08a3a
Update to 2.6.26.
2006-06-07 19:20:30 +00:00
Edwin Groothuis
dd7088c434
Add SHA256 checksum
2006-06-07 14:47:14 +00:00
Andrey Slusar
65ac2f6dcb
Add symbolic link from latte.el to xemacs site-lisp load dirrectory.
2006-06-07 14:45:29 +00:00
Akinori MUSHA
217b3fa598
Make the condition consistent with the error message,
...
while Ruby 1.8.0 is not recommended at all.
2006-06-07 06:41:03 +00:00
Cheng-Lung Sung
b004a5d473
- textproc/p5-Text-MagicTemplate has been expired and replace by
...
textproc/p5-Template-Magic
2006-06-07 05:14:38 +00:00
Michael Johnson
e967b378da
- Update to 1.2.8
...
Spotted on: portscout
2006-06-07 01:57:05 +00:00
Aaron Dalton
b684da0d06
Adding port textproc/p5-Text-Decorator, Apply a chain of filters to text.
...
Approved by: tobez (implicit)
2006-06-06 21:02:42 +00:00
Ion-Mihai Tetcu
9099f96c4e
Dmitry Marakasov adopts this orphan ports that he uses.
...
PR: ports/98284
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: lawrence (mentor, implicit)
2006-06-06 19:47:42 +00:00
Jeremy Messenger
d2803ab834
Portlint:
...
-Use DATADIR in plist.
2006-06-06 03:02:00 +00:00
Anton Berezin
02a898d968
Update to 0.8. Require perl 5.8.
...
PR: 98520
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
2006-06-05 15:49:21 +00:00
Ying-Chieh Liao
057262ad0f
add p5-XML-RSS-SimpleGen 11.11
...
For writing RSS files
2006-06-05 07:50:53 +00:00
Erwin Lansing
4055a39880
Update to 0.9.6
...
PR: 98490
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: maintainer
2006-06-04 16:06:39 +00:00
Hiroki Sato
e3495c44fe
Update to 0.3.9.
...
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98444
2006-06-03 18:24:15 +00:00
Hiroki Sato
2a8112e6a0
Update to 1.03.
...
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98425
2006-06-03 17:39:05 +00:00
Aaron Dalton
b09a33e835
- Update from v0.19 to v0.21
...
- Move to MODBUILD
- Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode
- Update plist
Changes
=======
Except where noted, all changes made by Daisuke Maki
0.21 - 31 May 2006
- Repository blunder messes up the distro. fixed.
Reported by Tatsuhiko Miyagawa
0.20 - 14 May 2006
- Set $rss->{version} for compatibility.
- As a result, we no longer set or depend on $rss->{_internal}{version}.
If you saw it and used it, then stop doing that ;)
PR: ports/98333
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
2006-06-02 20:19:40 +00:00
Andrey Slusar
27cf5cab03
- Update to 0.8
...
Submitted by: Max N. Boyarov (maintainer)
2006-06-02 11:20:25 +00:00
Andrey Slusar
6021ddc420
- Add port to `elisp' virtual category.
...
- Add support NOPORTDOCS and DOCSDIR
- Remove USE_EMACS and EMACS_PORT_NAME for support all emacsen, add
symlinks to xemacs load dir.
- Bump PORTREVISION.
2006-06-01 21:11:04 +00:00
Maxime Henrion
5979290699
Add a patch from the upstream author to fix a well-known bug when parsing
...
XML files with attributes containing the ' %' character.
2006-06-01 19:26:51 +00:00
Emanuel Haupt
7be606cdf6
Add an additional mirror.
2006-06-01 12:13:54 +00:00
Jeremy Messenger
336ae3953d
- Add header in these *-reference ports.
...
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (With USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
2006-05-31 22:18:51 +00:00
Yen-Ming Lee
ceeec096cc
- Update to 2005.0824
...
PR: 98195
Submitted by: leeym
Approved by: maintainer
2006-05-31 05:56:38 +00:00
Edwin Groothuis
478a1e8ed4
Add DEPRECATED and EXPIRATION_DATE, since this port has become
...
obsolete (all supported OS versions have the sed -i capability)
2006-05-31 01:44:19 +00:00
Emanuel Haupt
21cddae141
Update to 0.11 and fix packaging list. The recent devel/p5-Module-Build update
...
caused this port to install 3 additional files.
PR: 98168
Notified by: pointyhat via kris
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
2006-05-31 01:30:36 +00:00
Edwin Groothuis
2e9ac86dcc
add SHA256 checksum
2006-05-31 00:49:58 +00:00
Aaron Dalton
9dee8b7d6e
Adding port textproc/p5-Parse-Flex, a fast, XS-based flex parser.
...
- minor 'make test' failure reported to vendor
Approved by: tobez (implicit)
2006-05-30 22:13:43 +00:00
Cheng-Lung Sung
8120241ba7
- update to 0.2.0
...
PR: ports/98150
Submitted by: maintainer (Neal Nelson)
2006-05-30 15:52:28 +00:00
Andrey Slusar
7fd7ac00cd
Add bytecode build and change install dir to ${EMACS_SITE_LISPDIR}
2006-05-29 22:44:09 +00:00
Aaron Dalton
1ec64150cc
Adding port textproc/p5-Syntax-Highlight-Engine-Kate, a Perl port of Kate's syntax highlighting engine.
...
Approved by: tobez (implicit)
2006-05-29 22:36:48 +00:00
Aaron Dalton
0d8a30e598
Adding port textproc/p5-Text-Diff3, Compute three-way differences between texts.
...
Approved by: tobez (implicit)
2006-05-29 20:36:28 +00:00
Volker Stolz
53420a88e7
Update to 3.74. Please 'make distclean' before reporting problems with
...
distfile.
PR: ports/97610
Submitted by: maintainer
2006-05-29 11:01:31 +00:00
Anton Berezin
287fc6d397
Update to 0.45.
2006-05-29 09:56:38 +00:00
Aaron Dalton
c81965e89b
- Updated from v0.36 to v0.37
...
- Added build requirement upon Test::More
Approved by: tobez (implicit)
2006-05-28 18:38:05 +00:00
Andrew Pantyukhin
c7f6515bee
- Update to 0.8.3
...
Approved by: krion (mentor), maintainer
2006-05-28 17:10:24 +00:00
Sergey Skvortsov
f6f1fae0e1
Update to 2.17
...
Changes: http://search.cpan.org/src/JMCNAMARA/Spreadsheet-WriteExcel-2.17/Changes
2006-05-28 16:25:42 +00:00
Pav Lucistnik
c4d35f2348
- Rename ports
...
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
2006-05-28 15:54:10 +00:00
Pav Lucistnik
870d888d37
- Rename port textproc/gnomespell -> textproc/gnome-spell
2006-05-28 15:45:41 +00:00
Pav Lucistnik
5d8e925c01
- Rename port textproc/gnomedocutils -> textproc/gnome-doc-utils
2006-05-28 15:41:18 +00:00
Andrew Pantyukhin
19350e5adc
- Drop dead MASTER_SITE
...
PR: ports/96593
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: krion (mentor, implicit)
2006-05-28 08:58:28 +00:00
Jeremy Messenger
7e42d7a7c4
devel/pkgconfig -> devel/pkg-config
...
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
2006-05-28 05:25:50 +00:00
Pav Lucistnik
0f580b1df8
- Chase move of p5-Encode-compat to converters category
...
Pointy hat to: pav
2006-05-27 21:10:36 +00:00
Colin Percival
84071626d8
Chase repomove: devel/p5-Encode -> converters/p5-Encode. This should
...
fix the INDEX build.
Reported by: Portsnap buildbox
2006-05-27 19:38:48 +00:00
Michael Nottebrock
d10a5375ee
Update to KOffice 1.5.1
2006-05-27 10:26:19 +00:00