Pav Lucistnik
f6e8c60aa9
Rejik is a squid redirector used for blocking unwanted content basing
...
on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/ ).
PR: ports/88395
Submitted by: Elisey Savateev <b3k@mail.ru>
2005-11-11 22:00:24 +00:00
Marcus Alves Grando
c49bc81bbc
Update to 0.16.2
...
Add SHA256
PR: 88855
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer)
2005-11-11 17:58:32 +00:00
Tilman Keskinoz
0819f6ac9d
Unbreak. The port did not override PLIST, which is required for
...
dynamic plists.
This solution is different from the one submitted by the maintainer
and does not require a 600k pkg-plist file in the ports tree.
PR: 88812
2005-11-11 11:33:25 +00:00
Sergey Matveychuk
b76273ade1
- Yield to a total SHAtification.
...
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Mario Sergio Fujikawa Ferreira
9a4b87b1c7
Add SHA256 checksum
2005-11-11 06:06:17 +00:00
Mark Linimon
34da9bdf57
With portmgr hat on, reset maintainership of knu's ports since he has
...
been inactive more than 6 months. We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Michael Johnson
d3ef07b721
- Update to 1.5rc2
2005-11-10 23:23:40 +00:00
Joe Marcus Clarke
f187953513
Update to 0.7.
2005-11-10 18:42:07 +00:00
Renato Botelho
8aad0c1dff
- Add SHA256 to all ports submitter maintain
...
PR: ports/88791
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Volker Stolz
34260c565b
- Unbreak on 4.x: Set USE_GETOPT_LONG
...
- Use DISTVERSION instead of DISTNAME/PORTVERSION
- Add WWW-tag
2005-11-10 13:25:50 +00:00
Michael Johnson
59fddd4891
- Mark broken on 4.x
2005-11-10 10:39:04 +00:00
Renato Botelho
375a7912a0
Searches for book information from the O'Reilly & Associates's online catalog.
...
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-ORA_Driver/
PR: ports/88670
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-10 09:54:21 +00:00
Makoto Matsushita
cabaa8d955
Put SHA256 checksums.
...
Fix long-standing typo in linux-vmware-toolbox5/distinfo (pass me
a pointyhat to me...)
2005-11-10 08:19:00 +00:00
Sergey A. Osokin
f97bdf8723
Update to 0.3.9.
...
Add SHA256.
2005-11-10 08:06:58 +00:00
Makoto Matsushita
8500646ef5
Update to 1.0.4. Fix pkg-plist also (a directory is listed as a file).
2005-11-10 05:21:53 +00:00
Tom McLaughlin
bc7e6d6fa1
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
...
- Include bsd.mono.mk.
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD >
2005-11-10 04:31:11 +00:00
Pav Lucistnik
e4053b0cda
Move ports to a newly created net-im category:
...
net/jabber-pyicq -> net-im/jabber-pyicq
net/p5-Net-XMPP -> net-im/p5-Net-XMPP
www/jwchat -> net-im/jwchat
Repocopies by: marcus
2005-11-09 23:11:38 +00:00
Renato Botelho
c9438777a7
- Update to 20051109
...
- Add SHA256
PR: ports/88726
Submitted by: maintainer
2005-11-09 17:10:48 +00:00
Simon Barner
ad22739ea8
Chase Boost shared lib version after update to Boost 1.33.0.
...
devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to
LIB_DEPENDS.
2005-11-09 14:35:07 +00:00
Renato Botelho
964436c8b5
Searches for book information from the (US) Amazon online catalog.
...
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/
PR: ports/88669
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:20:38 +00:00
Renato Botelho
fe9cf81506
The WWW::Scraper::ISBN class was built as a way to retrieve information on
...
books from multiple sources easily. It utilizes at least one driver
implemented as a subclass of WWW::Scraper::ISBN::Driver, each of which is
designed to scrape from a single source. Because we found that different
sources had different information available on different books, we designed
a basic interface that could be implemented in whatever ways necessary to
retrieve the desired information.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN/
PR: ports/88667
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:19:31 +00:00
Renato Botelho
b253931566
The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
...
with book information. It was primarily created as a return type for the
WWW::Scraper::ISBN module, though it could be used for other purposes. It
knows minimal information about itself, whether the book was found, where it
was found, its ISBN number, and whether any errors occurred. It is usually up
to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the
fields get set correctly.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/
PR: ports/88666
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:18:51 +00:00
Renato Botelho
d43bfdaf19
This is a base class, all site-specific drivers should inherit its members
...
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/
PR: ports/88668
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:18:11 +00:00
Lars Thegler
bd37cd0d2c
Update to 3.10. Quieting portlint.
2005-11-09 13:44:24 +00:00
Pav Lucistnik
dd3a091465
- Add SHA256
...
PR: ports/88723
Submitted by: chinsan <chinsan.tw@gmail.com>
2005-11-09 13:41:50 +00:00
Florent Thoumie
f9e681e43d
- Add SHA256 checksums.
2005-11-09 11:23:01 +00:00
Lars Thegler
22220066a8
Update to 0.16
2005-11-09 09:50:59 +00:00
Ying-Chieh Liao
5a53c8f800
upgrade to 1.9.5c
2005-11-09 08:34:57 +00:00
Pav Lucistnik
dc33aa59f5
Move instant messaging related ports to newly created net-im category:
...
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
2005-11-09 08:21:21 +00:00
Michael Johnson
3e4b179fa7
- Add SHA256
...
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Marcus Alves Grando
ffcf729c85
Add SHA256
2005-11-09 02:32:50 +00:00
Marcus Alves Grando
5e21f79e01
Update to 3.3g01
...
Add SHA256
PR: 88675
Submitted by: maintainer
2005-11-08 22:33:04 +00:00
Pav Lucistnik
db5ce82b19
- Update to 1.4.0
...
PR: ports/86357
Submitted by: Mun-Kyo Seo <munggo@pmy.lv> (maintainer)
2005-11-08 22:00:55 +00:00
Edwin Groothuis
7075019551
Add SHA256 checksums to the distinfo files.
2005-11-08 21:45:49 +00:00
Marcus Alves Grando
194da69536
Add support to application/xhtml+xml
...
Bump PORTREVISION
Add SHA256
PR: 87694
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer timeout, 14 days
2005-11-08 20:08:13 +00:00
Pav Lucistnik
782a37f1e7
- Update to 0.16.0
...
PR: ports/88566
Submitted by: Ports Fury
2005-11-08 19:53:27 +00:00
Marcus Alves Grando
d6c724b104
Update to 2.0.18
...
Add SHA256
PR: 87372
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: maintainer timeout, 23 days
2005-11-08 19:26:55 +00:00
Michael Johnson
f76fe01981
- Fix firefox-devel so it registers chrome with out having to manually
...
run as root
2005-11-08 16:49:30 +00:00
Renato Botelho
0b462134ca
- Update to 1.4.12
...
- Use background options handling from Porter's Handbook
PR: ports/88652
Submitted by: maintainer
2005-11-08 16:06:55 +00:00
Renato Botelho
fa4b4eb64d
- Update to 1.3.18
...
- Use background options handling from Porter's Handbook
PR: ports/88653
Submitted by: maintainer
2005-11-08 16:06:47 +00:00
Renato Botelho
05e2110aef
- Update to 1.5.2
...
- Use background options handling from Porter's Handbook
PR: ports/88651
Submitted by: maintainer
2005-11-08 16:06:40 +00:00
Volker Stolz
fec00940f3
Mark as IGNORE for APACHE2 since a required dependency is no longer available
...
PR: ports/88650
Submitted by: Mat Seaman
2005-11-08 15:23:11 +00:00
Tilman Keskinoz
4ec9c8318a
Add SHA256 checksums for my ports
2005-11-08 12:26:38 +00:00
Cheng-Lung Sung
016d974959
* update to version 0.9
...
PR: 88648
Submitted by: Yuan-Chung Hsiao (maintainer)
2005-11-08 08:54:31 +00:00
Marcus Alves Grando
3c605eed51
Update to 0.16.0
...
Reorganize Makefile
Use pkg-install to create some dirs
PR: 88608
Submitted by: Boris B. Samorodov <bsam[@]ipt.ru> (maintainer)
2005-11-08 03:26:59 +00:00
Marcus Alves Grando
7faa588b1f
Update maintainer's email
...
PR: 88624
Submitted by: Scot W. Hetzel <swhetzel@gmail.com> (maintainer)
2005-11-08 02:07:12 +00:00
Joe Marcus Clarke
ab130de001
Chase the gtkhtml3 update.
...
Reported by: pointyhat via kris
2005-11-07 05:42:10 +00:00
Marcus Alves Grando
35d5669df7
Update to 20051023
...
Change MASTER_SITES order
PR: 87869
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
2005-11-06 22:44:44 +00:00
Joe Marcus Clarke
bf64ec7ec3
Go with the flow, and use firefox as the default Gecko provider.
2005-11-06 21:25:44 +00:00
Tilman Keskinoz
fe8762f0a6
Unbreak on CURRENT
2005-11-05 19:02:30 +00:00