Commit graph

62245 commits

Author SHA1 Message Date
taya
3a93262675 adopt new freetype api.
fix PR pkg/25815.
2004-06-05 10:20:55 +00:00
jmmv
79140d6ce4 Initial import of gtk2-engines-industrial-20030725:
Black and white theme for GTK+ 2.x, initially developed by Ximian.  Includes
nice shades of gray around default buttons in dialogs.  You will love it.

Slightly based on a package from pkgsrc-wip by Michal Pasternak.
2004-06-05 10:20:48 +00:00
jmmv
1143e76336 Use MASTER_SITE_GNOME. 2004-06-05 10:17:40 +00:00
agc
fb05638837 When building a pre-requisite package, exit if the build of the
pre-req fails.  Fixes an error noticed by Kimmo and others, where a
build would blindly continue even if the pre-requsite package wasn't
built correctly, and is fallout from the "sh -e" and make(1) changes
in NetBSD-current.
2004-06-05 09:10:41 +00:00
hamajima
ab6746c381 Add and enable dtcp 2004-06-05 07:47:37 +00:00
hamajima
f133c4c486 Add and enable snx101view 2004-06-05 07:46:36 +00:00
hamajima
c9fd1a174a New package for dtcp-20030228, Dynamic Tunnel Configuration Protocol daemon and client 2004-06-05 07:43:25 +00:00
hamajima
61dfd36a0c New package for snx101util-0.2, software for use with Tama Electronic Z-102 2004-06-05 07:36:58 +00:00
atatat
63f85aa7d6 Updated pkgdepgraph to 2.6 2004-06-05 06:23:54 +00:00
atatat
14b0f0140f Add "impact" as a consideration for rebuilding packages. Impact can
either indicate how involved the rebuild process is (how many
interrelated packages can be deleted/rebuilt at once) or specific
packages you do not want to impact (like...perl?).

Welcome to 2.6.
2004-06-05 06:17:37 +00:00
minskim
4ff7c63db1 Make this package build with thread-enabled Tcl. 2004-06-05 04:44:20 +00:00
minskim
286b465b38 - Use -ltcl and -ltk instead of -ltcl83 and -ltk83, which are
version-dependent.
- Buildlink tcl-scotty.
- Enable pkgviews installation.
2004-06-05 04:30:44 +00:00
minskim
9880ff4648 Bump PKGREVISION of tkined due to Tk dependency change. 2004-06-05 04:12:41 +00:00
minskim
c893ce2e7f - Use buildlink framework.
- Switch to Tk 8.4.
- Share distinfo with tcl-scotty.
2004-06-05 04:10:21 +00:00
taca
ac7f3e14a9 p5-Unicode-IMAPUtf7
Note addition of converters/p5-Unicode-IMAPUtf7 2.00 package.
2004-06-05 03:19:52 +00:00
taca
4f11036998 Add and enable p5-Unicode-IMAPUtf7. 2004-06-05 03:16:27 +00:00
taca
d215ed4d4f Importing p5-Unicode-IMAPUtf7 package.
Perl extension to deal with IMAP UTF7

IMAP mailbox names are encoded in a modified UTF7 when names contains
international characters outside of the printable ASCII range. The
modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
2004-06-05 03:15:18 +00:00
xtraeme
3be38dae2b Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
xtraeme
4a0b9a7797 Enable pkgviews installation. 2004-06-04 23:46:08 +00:00
mjl
24c1be170b Correct Homepage 2004-06-04 23:36:58 +00:00
mjl
7e3eed47ff Use db3 instead of db4, so we don't have to pull in pth as well. 2004-06-04 23:32:30 +00:00
reed
2623db08d9 The Exim db tools were missing rpath to db library (when not using native).
This modifies Makefile.common to add "-Wl,${RPATH_FLAG}" to the location
of the chosen library (DB implementation). For example:
-Wl,${RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.db2}

Also bump PKGREVISIONs for this.
2004-06-04 23:21:34 +00:00
mjl
2bf9a0ec97 Enable p5-BerkeleyDB 2004-06-04 23:18:47 +00:00
mjl
bcd547cdec Initial import of p5-BerkeleyDB 0.25
BerkeleyDB is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB.
2004-06-04 23:16:36 +00:00
jschauma
92e10d3764 this seems to work under Linux/i386, too. 2004-06-04 20:56:10 +00:00
mrauch
49793528d7 Note usage of PKG_LANG by misc/openoffice. 2004-06-04 20:15:28 +00:00
jmmv
faf6866c16 + sqwebmail-4.0.4 (noted in PR pkg/25820). 2004-06-04 19:25:22 +00:00
tv
b04b3d3ba0 A couple packages (including the new boost) use "libfoo.so" as a directory
name -- this seems to be common among Jam-using packages.  So, make sure
to do the -L -l transform only if at the end of a word.  This unfortunately
doubles the number of regexes needed to match (one with $_sep, one with $).

While here, though, the expressions for .so, .so.X, .so.X.Y, and .so.X.Y.Z
can all be collapsed into only one set with the use of \(\.[0-9]\)*, so we
actually end up with *less* regexes than before.  :)
2004-06-04 19:21:23 +00:00
jschauma
27d2003a39 This does not seem to need to link against libl, so leave it out to allow
build on OS that don't even have libl.
2004-06-04 18:34:17 +00:00
jschauma
2d07470394 Allow/enable build under Linux, which works just fine now that we have
ez3m linuxable.
2004-06-04 18:19:50 +00:00
jmmv
1ea7487f0f Note update of glib2 and gtk2 to 2.4.2. 2004-06-04 17:56:46 +00:00
jmmv
c5c73db5ef Update to 2.4.2:
* GtkUIManager
 - Install signals correctly [Michael Natterer]
 - Make the output of gtk_ui_manager_get_ui() parsable. [Michael]
 - Add a way to suppress stock accelerators. [David A Knight]
* GtkClipboard
 - Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen]
 - Increase the chunk size for INCRemental transfers [Matthias]
* GtkFileChooser
 - Hide the combo box when appropriate [Christian Neumair]
 - bug fixes [Federico Mena Quintero]
* GtkComboBox
 - add mouse/wheel bindings on the cellview [Matthias]
 - improve positioning of popup [Matthias]
 - make the selection follow the mouse [Matthias]
* GtkEntryCompletion
 - make the selection follow the mouse [Matthias]
 - restrict popup size to monitor size [Matthias, DmD Ljungmark]
 - don't complete on paste [Anders Carlsson]
* Win32
 - bug fixes [Benoît Carpentier, Hans Breuer, John Ehresman,
   Tor Lillqvist, Robert Ögren]
* GtkButton/GtkArrow
 - Don't draw the focus over the button child [Matthias]
 - Increase default arrow size to compensate [Matthias]
* Documentation improvements [Doug Quale, Matthias,
  Steffen Röcker, Steve Chaplin, Tommi Komulainen]
* Other bug fixes [Billy Biggs, Crispin Flowerday,
  David Hawthorne, Federico, Havoc Pennington, John Finlay,
  Kouichirou Hiratsuka, Mark McLoughlin, Matthias, Michael,
  Michal Pasternak, Morten Welinder, Olivier Andrieu,
  Owen Taylor, Padraig O'Briain, Sam Stevenson, Scott Tsai,
  Soeren Sandmann, Sven Neumann]
* Updated translations (bg,it,nl,tk,wa,zh_CN)
2004-06-04 17:55:01 +00:00
jmmv
a5dea872c7 Update to 2.4.2:
* Win32 bug fixes
 - make printf accept ll format modifier [Tor Lillqvist]
 - only believe HOME if it is an absolute path an exists [Tor]
* Other bug fixes (Steve Lhomme, Tor, Hans Breuer, Manish Singh,
  Owen Taylor, Matthias Clasen, Nikolai Weibull, Benoît Carpentier,
  Morten Welinder)
* New and updated translations (de,it,ja,ko,no,pt_BR,sq,wa,zh_CN)
2004-06-04 17:52:35 +00:00
jschauma
01e23ecfb8 Allow this to build and install on Linux.
While here, be explicit as to why we can not build and install the package
in separate steps instead of silently setting NO_BUILD.
2004-06-04 17:34:36 +00:00
reed
31acee7abc If using the "native" bdb.buildlink3.mk BDB_TYPE, then use the
include location too. This fixes build problem under
Red Hat Enterprise Linux ES release 2.1 which has
its native Berkeley DB header under /usr/include/db1/.
Okay'd by David Brownlee.
2004-06-04 17:19:56 +00:00
jmmv
a3d18e038c Note addition of java-wrapper, version 1.0. 2004-06-04 16:37:23 +00:00
jmmv
4eebdfe318 Add and enable java-wrapper. 2004-06-04 16:35:51 +00:00
jmmv
9b5e774b9f Initial import of java-wrapper, version 1.0:
java-wrapper is a small wrapper that overrides the most common Java programs.
It executes the right Java implementation based on user's preference.
2004-06-04 16:35:07 +00:00
minskim
53fa0870ae Create required directories in the depot for pkgviews installation. 2004-06-04 16:35:06 +00:00
jmmv
2d370bcf31 s/netbsd/NetBSD/ in email address. 2004-06-04 16:17:13 +00:00
xtraeme
1f87db4330 Update mail/clamav to 0.72 and enable pkgviews installation.
Changes:

0.72
----

Major bugfixes in this release include crashes with corrupted BinHex messages
and some Excel documents. Protection against archive bombs (not fully
functional since 0.70) was improved and a number of other improvements were
made.

0.71
----

This release fixes all bugs found in 0.70 and introduces a few new features -
the noteworthy changes include:

-) libclamav:
    + support nested OLE2 files
    + support Word6 macro code
    + ignore popular file types (media, graphics)
    + support compress.exe (SZDD) compression (test/test.msc)
    + improve virus detection in e-mails

-) clamscan:
    + automatically decide (by comparing daily.cvd version numbers) which
      database directory (hardcoded or clamav.conf's one) to use
    + support compression ratio feature (--max-ratio)
    + allow regular expressions in --[in|ex]clude
    + do not overwrite old files in a quarantine directory but add a numerical
      extension to new files
    + respect --tempdir in libclamav
    + fix access problem when calling external unpackers in a superuser mode
    + fix file permission corruption with --deb in a superuser mode

-) clamd
    + support log facility specification in syslog's style (LogFacility)
    + new directive LeaveTemporaryFiles (Debug no longer leaves temporary
      files not removed)

-) clamav-milter:
    + include the virus name in the 550 rejection
    + support user defined template for virus notifications (--template-file)
    + sort quarantine messages by date
    + improve thread management
    + add X-Virus-Scanned and X-Infected-Received-From: headers
    + improve load balancing (when using remote servers with --server)
    + send 554 after DATA received, not 550
    + save PID (--pidfile)

-) documentation:
    + German clamdoc.pdf translation (Rupert Roesler-Schmidt and Karina
      Schwarz, uplink coherent solutions, http://www.uplink.at)
    + new Japanese documentation (Masaki Ogawa)
2004-06-04 15:43:25 +00:00
taca
93e83f77bf Note update of www/squid package to 2.5.5nb3. 2004-06-04 15:34:51 +00:00
taca
e0ba7252f0 Updated squid package to 2.5.5nb3 applying nine official patches.
* 2004-06-01 08:38 (Medium) Segfault in memBufVPrintf on certain
				architectures requiring va_copy
* 2004-06-01 00:00 (Cosmetic) msnt_auth documentation update
* 2004-05-31 23:37 (Cosmetic) dns_servers should default to localhost
				if no resolv.conf
* 2004-05-31 23:37 (Cosmetic) FTP directory listing HTML DOCTYPE misread
				by some tools
* 2004-06-01 08:26 (Minor) fix compilation on OpenBSD/m88k
* 2004-05-31 22:59 (Cosmetic) Show client ip in cache.log debug output
* 2004-05-31 22:43 (Minor) cacheCurrentUnlinkRequests should be a counter,
				not gauge
* 2004-05-31 22:08 (Minor) store_dir_select_algorithm least-load doesn't
				work for ufs cache_dir type
* 2004-05-31 21:32 (Cosmetic) Very large cache_mem values reported wrongly
				in cache.log
2004-06-04 15:33:05 +00:00
reed
51f26deb59 Include converters/libiconv/buildlink3.mk in Makefile.common
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages.

lyx uses iconv. The build suggests using libiconv.
Under NetBSD 1.6.2, the lyx-qt build broke when not including
this buildlink. Under Linux and NetBSD 2.x, it built fine before
because it found native iconv() and used it.

Thank you to John R. Shannon for research.

Okayed by maintainer, Martti Kuparinen.
2004-06-04 15:30:35 +00:00
xtraeme
681fedc2bd Forgot to add MASTER_SITE_SOURCEFORGE. 2004-06-04 15:28:39 +00:00
tv
b14e20abeb Rather than pulling in sgi-stl: The only package using this is in wip,
and already requires gcc 3.3, so simply make this require gcc >=3.0 (if
PKGSRC_COMPILER uses gcc; else let the system compiler STL suffice).
2004-06-04 15:07:17 +00:00
jschauma
8196789a05 Append ${ABI} to some lib-dirs. This is a no-op on systems that do not
use ABI, but allows IRIX and particularly IRIX64 to find the correct libraries
especially when linking against X11 libs.  Tested over several months and
multiple bulk-builds.
2004-06-04 15:00:14 +00:00
minskim
91068be19e Enable pkgviews installation. 2004-06-04 14:48:59 +00:00
minskim
adf63c982d Note update of tcl-scotty to 2.1.11nb2. 2004-06-04 14:48:15 +00:00
minskim
6c8483a9fd Use buildlink framework and switch to Tcl 8.4.
Bump PKGREVISION due to the tcl dependency change.
2004-06-04 14:47:02 +00:00