Commit graph

9165 commits

Author SHA1 Message Date
Mike M. Volokhov
8cd144c176 Installed xmlformat-{perl,ruby} packages as mutualy exclusive rather
alternatives powered. Only the administrator will care about the
version used (due to its dependencies).

Proposed by jmmv@ and others at tech-pkg@ maillist.
2005-04-25 07:30:50 +00:00
Eric Schnoebelen
0e13bb56e0 Update to Interchange 5.2. Still doesnt support execution on a threaded perl.. : ( 2005-04-25 03:42:04 +00:00
Eric Schnoebelen
b6a7584ac4 Modify Makefile to gather all the files for the distinfo;
update distinfo to include the sanity checks on all the supported varients
2005-04-25 03:39:44 +00:00
Martijn van Buul
4aee6714ab Initial import of k3b.
This is far from complete yet - it compiles, and doesn't blow up straight
away, but that's about the warranty you get at this point.
2005-04-24 19:43:30 +00:00
Adrian Portelli
0a66f29d47 - Moved to pkgsrc 2005-04-24 12:18:49 +00:00
Hauke Fath
cb18db6447 Update distinfo for RMD160 2005-04-23 18:36:08 +00:00
Hauke Fath
63ab1f07e3 Update distinfo for RMD160 2005-04-23 18:24:46 +00:00
Adrian Portelli
e38c496e72 - p5-Mail-Box has been moved to pkgsrc 2005-04-23 17:44:31 +00:00
Adrian Portelli
7cb1a5e5ee - Moved to pkgsrc 2005-04-23 17:43:56 +00:00
pancake ;)
5a6d322c4d fix bug reported by Krister Walfridsson. (adapt to latest bsd.pkg.mk)
thx
2005-04-23 16:51:43 +00:00
Krister Walfridsson
48a70a15eb Correct path to devel/tcllib. 2005-04-23 16:06:32 +00:00
Krister Walfridsson
54787caa38 Correct path to graphics/vtk-python. 2005-04-23 16:02:28 +00:00
Krister Walfridsson
d70ac22b87 Correct path to devel/p5-Tree-DAG_Node. 2005-04-23 15:51:58 +00:00
Krister Walfridsson
f0bfc07acd Add missing packages. 2005-04-23 14:24:32 +00:00
Adrian Portelli
981e00dad3 - Update to the latest version
- _heaps_ of changes: http://search.cpan.org/src/MARKOV/Mail-Box-2.060/ChangeLog
- Fix dependencies
2005-04-22 23:17:56 +00:00
Mike M. Volokhov
daf5853887 Register xmlformat-* packages. 2005-04-22 14:19:25 +00:00
Hiramatsu Yoshifumi
19d665a95a p5-Tree-Simple is already in pkgsrc as devel/p5-Tree-Simple. 2005-04-22 13:42:32 +00:00
OBATA Akio
21fe0cdbe6 Don't add/delete multicast routing in startup script.
add messages for multicast routing.
2005-04-22 02:30:56 +00:00
Hiramatsu Yoshifumi
fa66031ce7 Add p5-File-Slurp and p5-Tree-Simple. 2005-04-22 02:28:06 +00:00
Hiramatsu Yoshifumi
73ee01e959 This module in an fully object-oriented implementation of a simple n-ary tree.
It is built upon the concept of parent-child relationships, so therefore every
Tree::Simple object has both a parent and a set of children (who themselves may
have children, and so on). Every Tree::Simple object also has siblings, as t
hey are just the children of their immediate parent.
2005-04-22 02:25:55 +00:00
Hiramatsu Yoshifumi
3704971752 This module provides subroutines to read or write entire files with a
simple call.  It also has a subroutine for reading the list of filenames
in a directory.
2005-04-22 02:24:03 +00:00
OBATA Akio
f84ee3ac33 re-format and add RCS Id. 2005-04-22 01:51:18 +00:00
pancake ;)
edf465e868 update to 0.3
Changelog:

0.3 - 20050421
	- sync documentation and manpages
	- add NOBACKUP command to drop .backup stuff
	- unsubst gnumake-function integration with -m flag
	- add 'security' check in SUBST_FILES by adding .backup and .orig
	- `-> read doc/backup FYI
	- fix ENVWORDS on env_java
	- add S|H|SH_FILES into clean target makefile generation
	- change all !"" to -z or -n
	- use command instead of my_whereis
	- use (exec) instead of direct access to the cmd. (netbsd sh tip)
	- check pthread_testcancel for PTHREADS and HAVE_LIBS=1
	- register pthread into REQUIRED/OPTIONAL report
	- add REQUIRE_ACR_VERSION.
	- few documentation for acr hackers
	- my_whereis checks for -x instead of -e
	- switch from '-e' to '-f' (portability)
	- fix jsh problem with [ -e '' ] (Solaris)
	- LANG_PYTHON, CHK_PY documented into manpage
	- simple process messages (creating...)
	- add manpage entries for PYTHON and IF*
	- more fixes on --help message
	- add IFNULL and IFNOTNULL
	- all conditional strings ends with ';'
	- add IFEQVAL / IFNOTEQVAL conditional
	- some conditional codes rewritted
	- allow the use of \; on strings
	- add 'concat' function for readibility
	- conditional documentation added.
	- major conditional syntax changes
	- export HAVE_LANG_xxx after check each language.
	- fix tabspaced flags (now uses spaces, support for long variable names)
	- fix env_% envwords
	- *WARNING* further change makes acr to break backward compat. *WARNING*
	- split all language supports into required and supported (''/'!')
	- fix env_c to take CFLAGS and LDFLAGS
	- Entire rewrite of acr cmdline parser
	- Use IS_KEYWORD for unexpected EOF.
	- fix --help returns when no lang defiend.
	- boolean flags also reset the value at the end of script.
	- fix IFAND/IFNOTAND. It doesn't does what manpage says.
	- fix CHKINC bug (doesn't check CFLAGS), doesn't uses HAVE_PROGS.
	- fix bug parsing cmdline flags. (eval)
	- more info in 'SUPPORT' file
	- Hide errors when no pkg-config is found.
	- Fix sh-portability tips on pkg-config stuff
	- drop QUITE flag (-q, --silent, --quite) no sense
	- add sandbox documentation
	- Add --sandbox for sandboxed installs
	- Cleaner (tabs) --report output.
	- Some --help message fixups.
	- USE_JNI must depends on LANG_C
	- Use JAVA_HOME for javac checks
	- Add envhelp for java
	- initial crosscompile support (doc/crosscompile)
	- add LANG_PYTHON and CHECK_PYTHON_MODULE
	- fix missing keyword on manpage
	- drop autoconf compatibility command.
	- fix end with word bug.
	- add JNI support.
	- add CHKCP for classpath checks.
	- catch control-c, centralize temporaly files.
	- fixups for report langs
	- drop test target from 'all' target.
	- better makefile generation
	- best c++ checks
	- fix remove of temporally lang files.
	- fix mar references in doc
2005-04-21 18:07:52 +00:00
pancake ;)
4a63194bb4 initial import of pkg_fake
**WARNING**
this pkg is just a 5 minutes hack. cmdline syntax could change in the future.
**WARNING**

DESCR::
pkg_fake allows you to create fake packages into the pkgsrc database.

By this way you'll be able to deceive pkgsrc and skip some dependencies or
just to solve problems on packages that can't be installed fine because
portability problems in the target package, etc.
2005-04-21 14:54:41 +00:00
pancake ;)
391c8ed0d6 initial import of jamvm
JamVM is a new Java Virtual Machine which conforms to the JVM specification
version 2 (blue book). In comparison to most other VM's (free and commercial)
it is extremely small, with a stripped executable on PowerPC of only ~135K,
and Intel 100K. However, unlike other small VMs (e.g. KVM) it is designed to
support the full specification, and includes support for object finalisation,
the Java Native Interface (JNI) and the Reflection API.
2005-04-21 14:39:45 +00:00
OBATA Akio
bc1f913408 add MESSAGE for pf user. 2005-04-21 13:18:12 +00:00
OBATA Akio
d424c5b66f remove end blank line. 2005-04-21 13:08:51 +00:00
OBATA Akio
5512eccaf1 add option to select packet filtering command (ipchains, pf, ipfilter) 2005-04-21 13:04:57 +00:00
OBATA Akio
3868974433 fix typo. 2005-04-21 11:12:01 +00:00
Greg Troxel
098426af13 Update to 5.05.
Some new tags, assorted bug fixes.
2005-04-20 17:24:55 +00:00
Greg Troxel
9d624b1d1c Update to 4.93 (version 5 is harder, so doing this first).
Support for more cameras, more tags, ability to write.
2005-04-20 17:02:40 +00:00
Mike M. Volokhov
7b92c6a53f Use common version numbering for all xmlformat-* packages.
This should simplify further upgrades and improve consistency.
2005-04-20 15:08:43 +00:00
Mike M. Volokhov
872ba7c366 Remove the xmlformat package. It has been splitted on three separate
packages: xmlformat-docs, xmlformat-perl, and xmlformat-ruby after
recent discussion on tech-pkg@.
2005-04-20 15:01:29 +00:00
Mike M. Volokhov
a32408790f Initial import of Ruby-based xmlformat tool.
An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.
2005-04-20 14:48:48 +00:00
Mike M. Volokhov
14da8c8ee6 Initial import of Perl-based xmlformat tool.
An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.
2005-04-20 14:47:30 +00:00
Mike M. Volokhov
8d194f08a0 Initial import of documentation package of xmlformat tool.
An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.
2005-04-20 14:38:26 +00:00
Adrian Portelli
bbdc09035a - Lock the BUILDLINK_DEPENDS to a specific version of tre as opposed to >= 2005-04-20 12:53:41 +00:00
Adrian Portelli
dcea2e8e31 - Finally figured out what's wrong with IPv6 support and fixed it.
Disabled by default due to note on security issues.
2005-04-20 12:52:10 +00:00
Mike M. Volokhov
eabffb5d4f By nature there are no needs in system-wide configuration file for xmlformat.
Thus, avoid it. Bump pkgrevision.
2005-04-20 11:35:40 +00:00
Mike M. Volokhov
43525dd52b Initial import of xmlformat package.
An xmlformat is a configurable formatter (or "pretty-printer") for
XML documents. It provides control over indentation, line-breaking,
and text wrapping. These properties can be defined on a per-element
basis.
2005-04-20 08:37:23 +00:00
David
cb8663848c mapserver updated to 4.4.2 2005-04-20 00:12:16 +00:00
David
57343f8be3 updated pre-install to SUBST_ 2005-04-20 00:08:45 +00:00
David
96166cbce2 updated pre-install to SUBST_ 2005-04-20 00:07:29 +00:00
David
4ee93c1bdd moved PKG_VER down 2005-04-19 23:52:42 +00:00
David
d997b9fbc5 changes prebuild to SUBST_x 2005-04-19 23:49:17 +00:00
David
9a0b6ff141 changed (dollar)f to (dollar){f} 2005-04-19 23:45:57 +00:00
David
483157ad30 removed superflous whitespace 2005-04-19 23:44:17 +00:00
David
40881a1109 moved WRKSRC down 2005-04-19 23:40:07 +00:00
David
fdcbf46274 added newline at end of file 2005-04-19 23:26:47 +00:00
Min Sik Kim
63d589df5a ruby-syck is in pkgsrc. 2005-04-19 23:24:15 +00:00