Commit graph

6082 commits

Author SHA1 Message Date
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
Andrey Slusar
0186324400 Change maintainer email address to <m.boyarov@bsd.by>
Submitted by:	Max N. Boyarov (maintainer)
2006-05-26 20:32:41 +00:00
Aaron Dalton
0dcbd0e0da - Updated from v0.32 to v1.00
Approved by:	tobez (implicit)

1.00  Thu May 25 20:35:06 2006
    - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
      where an intervening character with higher combining class blocks
      the composition. (This change doesn't affect any normalization forms.)
    - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
      internal subroutine calls are avoided.
    - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
      isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
    - Tests are more amplified and documentations are more clarified.
    - Makefile.PL: Change 26295 is incorporated.
2006-05-26 18:57:54 +00:00
Aaron Dalton
25f54cb85b Adding port textproc/p5-Petal-Utils, Useful template modifiers for Petal.
Approved by:	tobez (implicit)
2006-05-26 18:44:51 +00:00
Aaron Dalton
fd75220bc8 Adding port textproc/p5-Petal-Mail, Format text e-mail using Petal.
Approved by:	tobez (implicit)
2006-05-26 18:28:08 +00:00
Aaron Dalton
79170ca035 Adding port textproc/p5-Petal-CodePerl, Make Petal go faster by compiling the expression.
Approved by:	tobez (implicit)
2006-05-26 18:16:31 +00:00
Anton Berezin
f1bd5a6670 Fix plist.
Reported by:	krismail
2006-05-26 09:34:36 +00:00
Anton Berezin
11e0b153f9 Fix plist.
Reported by:	krismail
2006-05-26 09:14:42 +00:00
Michael Johnson
0b4c039879 - Update to 1.2.7 2006-05-26 02:17:56 +00:00
Aaron Dalton
6ded5906ef Adding port textproc/p5-Petal, Perl Template Attribute Language - TAL for Perl!
Approved by:	tobez (implicit)
2006-05-25 23:16:05 +00:00
Aaron Dalton
21d57492ac Adding port textproc/p5-MKDoc-XML, The MKDoc XML Toolkit.
Approved by:	tobez (implicit)
2006-05-25 22:55:23 +00:00
Aaron Dalton
a9bfbc5cfc Adding port textproc/p5-Text-Unaccent, Remove accents from a string.
Approved by:	tobez (implicit)
2006-05-25 19:41:00 +00:00
Aaron Dalton
309551a294 Adding port textproc/p5-MathML-Entities, Convert XHTML+MathML Named Entities to Numeric Character References
Approved by:	tobez (implicit)
2006-05-25 16:56:45 +00:00
Cheng-Lung Sung
e9bdafb4ae - update to 0.78
PR:		ports/97909
Submitted by:	maintainer (Alexander Zhuravlev)
2006-05-25 15:27:00 +00:00
Aaron Dalton
fb3f2c8920 Adding port textproc/p5-Algorithm-RabinKarp, an implementation of Rabin and Karp's streaming hash, as described
in "Winnowing: Local Algorithms for Document Fingerprinting" by Schleimer,
Wilkerson, and Aiken.

Approved by:	tobez (implicit)
2006-05-24 17:47:11 +00:00
Sergey Matveychuk
bd57d8de93 - Bump xerces lib version
- Bump PORTREVISION

Reported by:	kris mail
2006-05-24 17:08:53 +00:00
Marcus Alves Grando
8d24293977 - Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e 's|
$$||g'
2006-05-24 15:24:20 +00:00