Commit graph

6135 commits

Author SHA1 Message Date
John R. Shannon
a3f15ae1fc Adding definition of attach() that uses PT_TRACE_ME when attaching self 2004-05-10 22:11:45 +00:00
Soren Jacobsen
1a1456b6c8 Finish this for jgoamakf. Packages including buildlink3 files must not
have USE_BUILDLINK2=yes.
2004-05-10 22:06:32 +00:00
Soren Jacobsen
eb00a1886c Convert to buildlink3. 2004-05-10 22:04:21 +00:00
Soren Jacobsen
d8c5adfd9d Convert to buildlink3. 2004-05-10 21:34:51 +00:00
pancake ;)
49f24eb1af Solved :P 2004-05-10 21:23:43 +00:00
pancake ;)
0a13198c19 patch some compatibility things...But it's a bad bl3ization:
===> Buildlinking for php-5.0.0RC2
make: don't know how to make _BUILDLINK_USE. Stop

anybody could help me? thx!
2004-05-10 21:21:31 +00:00
pancake ;)
dc8c00d1be One step beyond...more work later :P i'm tooo busy
Just add PHP5_WITHOUT_NETWORK flag and update to RC2 (the latest release).

It doesn't builds yet.
2004-05-10 20:02:25 +00:00
pancake ;)
c5c6625867 wops! forgot java-vm.mk 2004-05-10 19:39:54 +00:00
pancake ;)
381f0dd0e9 initial import of jamaica ;)
in conjuntion with java-asm and java-bcel...let-c if we prepare a better
java support for pkgsrc! :)


Jamaica, the JVM Macro Assembler, is an easy-to-learn and easy-to-use
assembly language for JVM bytecode programming. It uses Java syntax to
define a JVM class except for the method body that takes bytecode
instructions, including Jamaica's built-in macros. In Jamaica, bytecode
instructions use mnemonics and symbolic names for all variables, parameters,
data fields, constants and labels. Jamaica is a simplified JVM assembly
language. It does not support inner classes. Variables are all method-wide
and are strongly-typed.
2004-05-10 19:36:41 +00:00
pancake ;)
951d83c0aa initial import of java-bcel 2004-05-10 19:29:50 +00:00
pancake ;)
69429a15f6 Initial import of java-asm
ASM is a Java bytecode manipulation framework. It can be used to
dynamically generate stub classes or other proxy classes, directly
in binary form, or to dynamically modify classes at load time, i.e.,
just before they are loaded into the Java Virtual Machine.
2004-05-10 19:28:36 +00:00
pancake ;)
845436962d Update to bl3
Move php.ini to etc/

TODO: test and update to the last version...probably this night.
2004-05-10 16:59:33 +00:00
Quentin Garnier
81a62a56c3 Import of p5-DateTime-Locale, needed by p5-DateTime.
Another package not generating its PLIST.
2004-05-10 16:45:15 +00:00
Tilman Keskinöz
d6acfe676a Hook up help2man 2004-05-10 15:15:37 +00:00
Tilman Keskinöz
b6a3ba22dc Import help2man,
------------
help2man is a tool for automatically generating simple manual pages from
program output.

It is intended to provide an easy way for software authors to include a
manual page in their distribution without having to maintain that document.

Given a program which produces resonably standard --help and --version
outputs, help2man will attempt to re-arrange that output into something
which resembles a manual page.
------------

Things that may not be correct:
patch-hacklocaledir.c was inspired by audio/arts/patches/patch-ab
REPLACE_PERL may be necessary.

Tested on:      NetBSD/i386 1.6.2
2004-05-10 15:13:13 +00:00
Quentin Garnier
1fefbec6fb Remove unused patch. 2004-05-10 15:04:33 +00:00
Quentin Garnier
14c2c2a3a8 Update to version 0.2601.
Package changes:
	o Convert to buildlink3 (see, Soren, I'm actually doing it!)
	o Generate PLIST since that package doesn't seem to generate it
	  automatically.  How painful.

ChangeLog:
	See there:
http://search.cpan.org/src/DROLSKY/DateTime-TimeZone-0.2601/Changes
2004-05-10 14:58:13 +00:00
Hiramatsu Yoshifumi
78b87965f5 Add p5-Data-Properties. 2004-05-10 14:40:34 +00:00
Hiramatsu Yoshifumi
c63f7d2519 This class is a Perl version of Java's java.util.Properties and
aims to be format-compatible with that class.
2004-05-10 14:39:19 +00:00
Hiramatsu Yoshifumi
fa6cab0ff1 Changed to use buildlink3.mk. 2004-05-10 14:33:30 +00:00
Thomas Klausner
6907c46260 Fix paths to ffmpeg (in comments) after move to multimedia dir. 2004-05-10 13:45:02 +00:00
Marc Recht
7b681b9645 we don't want a bl3.mk for this.. 2004-05-10 11:41:37 +00:00
Marc Recht
d44b636ce9 Add buildlink3.mk 2004-05-10 11:26:45 +00:00
Marc Recht
aa51726c57 update to 0.4
--------

* Computing of relative deltas (next month, next year,
  next monday, last week of month, and a lot more);

* Computing of relative deltas between two given
  date and/or datetime objects;

* Computing of dates based on very flexible recurrence rules
  (every month, every week on Thursday and Friday, every
  Friday 13th, and a *LOT* more), using a superset of the
  iCalendar RFC specification. Parsing of RFC strings is
  supported as well.

* Generic parsing of dates in almost any string format;

* Timezone (tzinfo) implementations for tzfile(5) format
  files (/etc/localtime, /usr/share/zoneinfo, etc), TZ
  environment string (in all known formats), iCalendar
  format files, given ranges (with help from relative deltas),
  local machine timezone, fixed offset timezone, and UTC
  timezone.

* Computing of Easter Sunday dates for any given year,
  using Western, Orthodox or Julian algorithms;

* More than 400 test cases.
2004-05-10 10:03:52 +00:00
Juan Romero Pardines
d5c83996d7 scdp moved to pkgsrc/net/scdp; thank you. 2004-05-10 09:33:46 +00:00
Thomas Klausner
9b06a1fd24 Unused. 2004-05-10 09:31:20 +00:00
Tilman Keskinöz
319abb443c Hook up scdp 2004-05-10 09:13:11 +00:00
Tilman Keskinöz
155d3dabcb A small program to send CDP packets (Cisco Discovery Protocol).
This is my first pkgsrc (as it was my first FreeBSD port in 2001), 
so hopefully I haven't messed anything up.

Tested on: NetBSD/i386 1.6.2
2004-05-10 09:08:08 +00:00
Michal Pasternak
1e3a86b473 +pearpc 2004-05-10 05:34:21 +00:00
Michal Pasternak
8bc5a978d9 Initial import. PearPC is an architecture independent PowerPC platform
emulator capable of running most PowerPC operating systems.

TODO:
$Id$

 * PLIST when it compiles
 
 * USE_X11 perhaps
 
 	-- dotz@irc.pl
2004-05-10 05:33:02 +00:00
Min Sik Kim
175e410ccf p5-NetPacket has been moved to pkgsrc. 2004-05-10 02:00:58 +00:00
Min Sik Kim
d9fb74b7cb Enable pkgviews installation. 2004-05-10 01:54:19 +00:00
Min Sik Kim
a91d4e37c3 p5-CDDB has been moved to pkgsrc. 2004-05-10 01:50:22 +00:00
Soren Jacobsen
261c657eab Convert to buildlink3. 2004-05-10 01:48:50 +00:00
Min Sik Kim
818b08c1da Update p5-CDDB to 1.12 and enable pkgviews installation.
Changes since 1.08:

Applied Duncan Martin's patch for submitting year and long genre data.

Performed some long overdue tweaking in the tests.  The CD databases
are constantly moving targets, and the freedb servers recently
prohibited multiple queries for the same disc in the same connection.
Upshot: The tests pass once again.

Cleaned up the code a little in CDDB.pm and cddb.t.

Applied Albrecht Kleine's patch to make the xmcd parser more robust.
Some software and/or devices submit records that are slightly off and
broke CDDB.pm in the past.

Added Christopher Hartmann's patches to the 1.08 changes, and set the
1.08 release date.  Whoops!  I was in a hurry to release that one.

Colin Meyer pointed out some confusing language in the get_discs()
documentation.  Rocco fixed it.

Added Ron Grabowski's get_discs_by_query() function.  This fetches
discs by a query string, rather than a table of contents.

Added Michael Jung's parse_cdinfo() function.  This parses the output
of cdinfo into a table of contents suitable for calculate_id().

Michael Jung suggested that the module display a diagnostic if all the
known CDDB protocol servers are unavailable.  That seemed reasonable,
so CDDB.pm warns if it can't contact a server.
2004-05-10 01:44:58 +00:00
Soren Jacobsen
4d78b2ff48 Forgot to add this. 2004-05-10 01:40:50 +00:00
Soren Jacobsen
61d872b54c Include pyversion.mk. 2004-05-10 01:39:09 +00:00
Soren Jacobsen
d211a39454 Convert to buildlink3. Fix path to py-twisted. 2004-05-10 01:27:36 +00:00
Soren Jacobsen
6b89556570 Convert to buildlink3. 2004-05-09 23:50:57 +00:00
Soren Jacobsen
ef6156e856 Convert to buildlink3. Autogenerate PLIST. 2004-05-09 23:46:35 +00:00
Soren Jacobsen
ebbd33f061 Convert to buildlink3. 2004-05-09 23:40:26 +00:00
Soren Jacobsen
1805b08d2c Convert to buildlink3. 2004-05-09 23:23:05 +00:00
Dieter Baron
a5f5bb29b7 convert to buildlink3 2004-05-09 23:09:28 +00:00
Soren Jacobsen
7af62372b8 Convert to buildlink3. Fix PLIST. 2004-05-09 22:35:59 +00:00
Soren Jacobsen
9cd6ce0263 Convert to buildlink3. 2004-05-09 21:59:33 +00:00
Soren Jacobsen
26e2292deb Convert to buildlink3. 2004-05-09 21:44:18 +00:00
Soren Jacobsen
578d9067aa Remove shared-mime-info. A newer version is in pkgsrc/databases/. 2004-05-09 21:29:24 +00:00
Soren Jacobsen
0fa388efd5 Convert to buildlink3. Use shared-mime-info from pkgsrc/databases/. 2004-05-09 21:27:16 +00:00
Soren Jacobsen
4d8e19923c Convert to buildlink3. Unable to test because festival is broken. 2004-05-09 21:17:26 +00:00
Soren Jacobsen
c6ecf8c9aa Convert to buildlink3. 2004-05-09 21:01:42 +00:00