Anton Berezin
acd8bda5b3
Update to 2.12, remove IGNORE for newer perl.
...
Submitted by: maintainer
PR: 90979
2005-12-27 13:23:04 +00:00
Mario Sergio Fujikawa Ferreira
fbacc233e5
New port nomyso version 3.0: Convert MASM/TASM files to NASM
...
compatible sources
2005-12-22 19:17:36 +00:00
Mario Sergio Fujikawa Ferreira
2cc25c2abb
Remove duplicate port entry converters/intel2gas since it already
...
exists as lang/intel2gas
Pointy hat to: lioux
2005-12-22 19:08:19 +00:00
Mario Sergio Fujikawa Ferreira
7e9e313069
New port intel2gas version 1.3.3: MASM/NASM/TASM to GNU asm syntax
...
converter
2005-12-22 18:59:54 +00:00
Mario Sergio Fujikawa Ferreira
9605ff64f8
New port ta2as version 0.8: TASM to AT&T asm syntax converter
...
(GNU AS)
2005-12-22 17:19:16 +00:00
Yen-Ming Lee
f5ebded1b8
- require devel/p5-XSLoader and unbreak it on perl 5.005
...
Submitted by: skv
2005-12-21 12:48:13 +00:00
Mario Sergio Fujikawa Ferreira
01df69d42d
New port p5-Unicode-UTF8simple version 1.06: Conversions to/from
...
UTF8 from/to charactersets
2005-12-20 14:48:29 +00:00
Jeremy Messenger
86a63eabf6
-Update to 0.9.8.
...
-Use DATADIR in plist.
Reminded by: edwin's "FreeBSD Ports Version Check" script
2005-12-13 07:24:54 +00:00
Yen-Ming Lee
11d8fea60a
- update to 1.06
2005-12-11 12:40:15 +00:00
Dmitry Sivachenko
129f54943e
Plug memory leak in librecode.
...
Bump PORTREVISION.
PR: 89934
Submitted by: Sergey Prikhodko <sergey@network-asp.biz>
2005-12-08 11:18:11 +00:00
Michael Johnson
d411a2422c
- Update MASTER_SITES to fix fetch [1]
...
- Update WWW to reflect project move.
Reported by: Bill "distfiles" Fenner script.
2005-12-07 17:54:39 +00:00
Sergey Skvortsov
d57115b088
Update to 0.62
...
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.62/Changes
2005-12-02 17:45:54 +00:00
Aaron Dalton
fd62e088a1
- update port from v0.20 to v0.21
...
- 0.21 - Added '@' option to unpackeb at the request of Marc (CPAN bug 15461).
2005-12-02 16:34:21 +00:00
Erwin Lansing
4017ec4340
- Update to 3.07
...
- Reassign to perl@
- Mark for perl 5.6.x or higher.
2005-12-02 10:05:23 +00:00
Florent Thoumie
adecd785d1
- Fix latest commit adding a missing dependency (devel/p5-Class-ErrorHandler).
...
PR: ports/89335
Submitted by: aaron
2005-12-01 10:14:20 +00:00
Pav Lucistnik
b34e15ed1d
- Update to 2.1
...
PR: ports/89761
Submitted by: Klaus Michael Indlekofer <m.indlekofer@fz-juelich.de> (maintainer)
2005-11-30 19:23:44 +00:00
Florent Thoumie
f5a262977a
- Update to 0.07.
...
PR: ports/89109
Submitted by: lth
Approved by: maintainer timeout (2 weeks)
2005-11-30 11:36:21 +00:00
Florent Thoumie
eac252fa11
- Update to 0.19.
...
PR: ports/86785
Submitted by: ehaupt
Approved by: maintainer timeout (2 months)
2005-11-29 01:24:04 +00:00
Bill Fenner
61841194d5
The Ruby contrib directory hasn't existed for some time; mirror the
...
files on MASTER_SITE_LOCAL until someone upgrades these ports.
2005-11-28 04:40:21 +00:00
Pav Lucistnik
a88df5c39d
- Add SHA256
...
Approved by: maintainer
2005-11-26 17:00:48 +00:00
Edwin Groothuis
c170f04e0f
big whitespace cleanup (see ports/65409)
...
PR: ports/65828
Submitted by: trevor
Approved by: ache
2005-11-25 03:25:00 +00:00
Jun Kuriyama
5fbdb9f5d7
- Upgrade to 1.02.
...
- Add SHA256.
Changes: http://search.cpan.org/src/MAKAMAKA/JSON-1.02/Changes
2005-11-24 07:35:30 +00:00
Pav Lucistnik
1f4a77507a
- Remove checksum for nonexistant file
...
- Add SHA256, SIZE
2005-11-24 01:00:52 +00:00
Pav Lucistnik
8b0bb3930b
- Add SHA256
2005-11-24 00:51:58 +00:00
Pav Lucistnik
e05544d7ba
- Add SHA256 checksums
2005-11-23 22:41:05 +00:00
Pav Lucistnik
0cd0244e86
- Add some SHA256s
2005-11-23 17:38:02 +00:00
Alex Dupre
015652d2a2
Bump PORTVERSION.
2005-11-15 11:29:48 +00:00
Alex Dupre
db0ed6f661
Unbreak and take maintainership.
...
The code is the same, only ARCH ifdefs are changed
and more OID are supported into the configuration file.
2005-11-15 11:18:29 +00:00
Anton Berezin
b8212ccdb7
Update to 2.09. Change maintainer to perl@. Remove copyright notice
...
from pkg-descr. Put correct WWW from CPAN (http://www.unicode.org/ was
not really helpful WWW for this port).
2005-11-15 08:33:28 +00:00
Ade Lovett
54a0b86543
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
...
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
2005-11-15 06:52:12 +00:00
Kris Kennaway
2e3cac39d8
BROKEN: Size mismatch
2005-11-15 04:47:42 +00:00
Sergey Matveychuk
c8a09ee03e
- Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk
...
Reported by: chkversion script
2005-11-15 04:33:31 +00:00
Mathieu Arnold
b71157a2ae
Take a perl@ hat and add SHA256 checksums
2005-11-14 15:05:17 +00:00
Edwin Groothuis
d98b4ded40
Reset maintainer:
...
<ilia@cgu.chel.su>: Host or domain name not found. Name service error for
name=cgu.chel.su type=A: Host found but no data record of requested type
2005-11-14 11:11:55 +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
Markus Brueffer
698d6e6282
- Switch mastersite to new projectsite
...
- Add WWW entry for new projectsite
- Add SHA256
2005-11-09 21:00:27 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Jun Kuriyama
71157d95dd
Add p5-Unicode-RecursiveDowngrade 0.02, perl extension to turn off UTF-8
...
flags inside of comprex variable.
2005-11-04 09:35:58 +00:00
Sergey Skvortsov
152782acf0
Update to 0.61
...
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.61/Changes
2005-11-03 10:11:49 +00:00
Jun Kuriyama
cb12f73915
- Upgrade to 1.00.
...
- Fix dependencies.
PR: ports/87676
Submitted by: tobez
2005-10-29 15:56:06 +00:00
Norikatsu Shigemura
4aa008339d
Fix pkg-plist on 4-stable.
...
Pointed out by: pointyhat via kris
2005-10-29 06:42:43 +00:00
Emanuel Haupt
09f6cf8bee
Reset maintainer, does not respond to mails for 19 days. Since a few
...
days his MTA also remains unresponsive [1].
[1] Unable to deliver to destination domain
Failed to deliver to domain oven.org after 73 tries.
The last error was:
CantConnectToHost
Approved by: portmgr (linimon)
2005-10-28 17:05:15 +00:00
Sergey Skvortsov
9b5d843f91
Update to 0.60
...
Changes: http://search.cpan.org/src/MHX/Convert-Binary-C-0.60/Changes
2005-10-27 16:01:35 +00:00
Norikatsu Shigemura
58679fa0df
Add p5-MIME-Base32 1.01, is a base32 encoder/decoder.
...
These encoding methods are specified in RFC 3548 -
The Base16, Base32, and Base64 Data Encodings.
WWW: http://search.cpan.org/dist/MIME-Base32/
2005-10-22 12:02:56 +00:00
Alexander Nedotsukov
5071a084f9
Fix PREFIX compliance.
...
Reported by: krismail
2005-10-21 02:36:10 +00:00
Marcus Alves Grando
231d371205
Update to 1.3.4
...
PR: 87680
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: Cyrus Rahman <cr@jcmax.com> (maintainer)
2005-10-20 01:41:27 +00:00
Volker Stolz
66c3a53e9d
Remove expired port: no longer available from author's site
2005-10-17 17:28:50 +00:00
Kris Kennaway
b93f221478
Change post-install to do-install to avoid installing the binary twice,
...
in one non-PREFIX location.
2005-10-16 05:05:36 +00:00
Dmitry Sivachenko
e5cc5bad73
Update to version 1.04.
2005-10-10 12:47:59 +00:00
Mark Linimon
fc7efb72d8
Chase updated mastersite.
...
Source: distfile survey
2005-10-09 06:19:38 +00:00