Commit graph

813 commits

Author SHA1 Message Date
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
jlam
7ae9c13d74 This package uses libtool and C++. 2004-11-12 00:04:52 +00:00
gavan
c4cee26303 Remove old patch which causes LD to be ignored. This fixes builds on Solaris. 2004-11-02 15:56:03 +00:00
gavan
5e42a6b578 Remove old code which pulls in snprintf from apache if __sun__ is defined.
Not required on Solaris for the last decade.
2004-11-02 13:36:50 +00:00
reed
62071c8b2f RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.

So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.

This should have no changes to use before.

Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
2004-10-11 22:14:51 +00:00
wiz
1bafbb81a1 Use PKGNAME_NOREV as DIST_SUBDIR. Closes PR 27131. 2004-10-03 23:50:23 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
kristerw
55f53bbf11 Include pthread.buildlink3.mk. 2004-09-24 19:32:47 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jlam
c45574ef18 Pass the appropriate flags to build and link code using pthread, since the
GNU configure script doesn't seem to bother with checking for it at all.
This fixes the build on NetBSD-1.6.2.
2004-09-15 06:53:24 +00:00
wiz
7a30cb7798 Make build with gcc3. 2004-09-08 12:47:39 +00:00
wiz
1b65cc23ad regen (oops). 2004-09-08 12:20:13 +00:00
wiz
0b332f8d36 Update to 0.12 to fix build with gcc3.
Changes since 0.8 are not documented except in the
ChangeLog.

Changes from Version 0.7 to 0.8

 - Fixed lot of bugs, especially in nfs code
 - Series 3 _should_ work again.
 - Added support for KDE (KDE >= 2.1)
 - Added KDE Application "kpsion"

Changes from Version 0.6 to 0.7

 - Changed timezone-stuff again. With S5, now the machine-info is
   evaluated. This info holds the Psion's time-offset so that we
   are able to calculate the offset correctly, regardless of the
   Psion's setting. All that is done in a new class PsiTime.
   For S3, a Fallback is provided using an Env-Variable "PSI_TZ" which
   can be set to the Psion's time-offset in seconds.
 - Added lots of rpc related stuff:
 - Implemented a procfs-like subdir in plpnfsd. Processes can
   be examined and misc. parameters can be examined/changed using
   the entries in <psionMountDir>/proc/
   Several parameters can now be changed on the fly:
     attribute-cache timeout in seconds: proc/acache     (rw)
     debuglevel:                         proc/debuglevel (rw)
     directory-cache timeout in seconds: proc/dcache     (rw)
     Psion's owner-info:                 proc/owner      (ro)
     Unix-owner of mounted directory:    proc/unixowner  (rw)

   Stopping of plpnfsd has now changed:
     Old:
       reference /mnt/psion/exit
     New:
       echo stop > /mnt/psion/proc/exit
   This should be safer than accidentally referencing a file.

   For every process running on the psion, a subdir in proc/ is
   created with two files "cmd" and "args" (both ro). cmd is the
   process-name, args is it's commandline.

 - Added machinfo command in plpftp for displaying lot of interesting
   information about S5. (E.g. battery status etc.)
 - Added killsave and runrestore to plpftpd. Both take a unix file
   as argument. killsave kills all processes on the Psion and saves
   restart-information to the specified file. runrestore reads a file
   created by killsave and starts all processes saved in this file.
   -> Functionality similar to the behavior of PsiWin before/after backup.
2004-09-08 12:14:59 +00:00
wiz
24b90e8c6b Add missing man page. 2004-09-05 21:19:44 +00:00
recht
1804c39246 Set MKDIR_PATH in CONFIGURE_ENV since qpage does not honor MKDIR which
on systems with a less capable mkdir in the shell path can lead to
problems during the installation process.

Suggested by Georg Schwarz in PR 26805
2004-08-30 21:33:54 +00:00
wiz
9ea36663aa regen patch to make it apply with gnu patch.
Closes PR 26787.
2004-08-30 15:24:15 +00:00
recht
cd3aa751b1 Regen patch[c-e] so that they also apply cleanly with GNU patch.
Addresses PR 26802 by Georg Schwarz.
2004-08-30 06:27:55 +00:00
recht
ed134af890 Add dependency on zlib to fix the build on systems without native zlib.
Based upon the patch provided in PR 26798 by Georg Schwarz.
2004-08-29 16:49:58 +00:00
recht
841b8946f7 Fix how the external patch get's applied.
First use -p0 from PR 26790 by Georg Schwarz, second use unzip -p
instead of gzcat, since it's a zip archive.
2004-08-29 16:18:54 +00:00
recht
9ae9cb40d9 Don not use {head,tail} -n since it is not supported by some
implementations.
patch provided by Georg Schwarz in PR 26789
2004-08-29 16:07:29 +00:00
wiz
d327589abe Shorten context of last hunk in the hope it fixes PR 26787. 2004-08-28 19:14:23 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
tv
18558c8d87 Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainly
changes local to the author's system and changes in doc to note better
the newer home on SourceForge.

However, this does contain a quasi-security fix:  LOGFILE and
FIDOGATE_LOGFILE could have been used to alter files owned by user/group
"news".  This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from
the author.
2004-08-23 15:18:02 +00:00
wiz
b82ed8b97f Update to 0.7.3:
This version adds new features, such as a name-number cache to do
name lookup on getting and number lookup on sending. A status report
can now be decoded and matched to the right outgoing short message.
Short messages can be sorted with the new --sort option. A German
translation of the manpage was written. Some segfaults were fixed.
2004-08-17 09:14:40 +00:00
wiz
5a5d68a7f7 Update to 0.7.2:
add decoding of multi-part (concatenated) short messages
    new at command function layer
    moves some files into subdirs (for code-sharing with flexmem-utils)
    move some messages to a higher verbose level
    phonebook code mostly rewritten
    make --pbook aware of --slot on delete
    make --pbook aware of --slot, --number and --text on send
    add vcf to available (read-only) phonebooks if supported by the phone
2004-07-31 21:41:56 +00:00
salo
beecc99ca5 Replace test -e with -h and -c respectively.
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10 22:41:39 +00:00
salo
80cb76bb0f PKGREVISION++
- use CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST from
  bsd.pkg.defaults.mk, instead of using obscure local variables
- obey VARBASE
- whitespace and delint
- example configuration files were never installed to PKG_SYSCONFDIR, make it
  happen now (hi jlam!)
- replace test -e with -f in rc script, addresses part of PR pkg/26235
2004-07-10 22:35:32 +00:00
heinz
b4d58345dd Correct typo in patch-ae (wrong PREFIX). Bump revision. 2004-07-08 20:27:56 +00:00
wiz
bf5019b589 Make build on -current and with openssl-0.9.6*.
Closes PR 26089 by Michael van Elst.
2004-07-06 22:31:10 +00:00
recht
9ab82fb706 add patch missed in the previous commit 2004-06-29 23:42:46 +00:00
recht
6ce5c47b62 Fix wrong interpretation of ioctl's return code:
ioctl(2) returns -1 on failure, not on success

Patch provided by Dave Huang in PR 26107

bump PKGREVISION to 1
2004-06-29 23:41:39 +00:00
wiz
189fa0ec36 Correct line offsets in patch while here. 2004-06-27 21:10:40 +00:00
grant
9da5c51699 Updated p5-Device-Gsm to 1.33.
changes since 1.16:

1.33  Wed May 26 13:52:43 CEST 2004
    - added delete_sms() method. For now, works only in PDU mode.
    - fixed messages() newline regex split pattern
    - modified send sms in text mode to cope with slower/older devices
    - modified message read method to set pdu mode before executing

1.28
  ||
1.25  Fri Jan 23 00:59:16 CET 2004
    - further documentation, troubleshooting and autoscan utility
	  sections
	- added all new pdu sms token-oriented decoding classes
	  (this is an 80% complete implementation, mostly regarding charset
	  conversion issues)
	- Device::Gsm::Sms public class is now documented properly

1.24
  ||
1.20  Wed Jan 21 23:32:45 CET 2004
	- completed full documentation (to be revised)
	- documented working irda/bluetooth connections (always
	  through device::serialport :-)

1.19
1.18  Mon Mar 24 23:32:27 CET 2003
	- added a complete interface to read messages on SIM card
	  ( $gsm->messages() method and Device::Gsm::Sms objects )
	- some minor cleanup

1.17  Thu Sep 12 00:22:06 CEST 2002
	- added signal_quality() method to measure gsm signal power (dBm)
	- added an example script in [examples] folder (`report_signal.pl')
2004-06-22 13:49:55 +00:00
grant
bfa356e1bf Updated p5-Device-Modem to 1.36.
changes since 1.24 (incomplete from the distfile's changelog):

1.36
1.35
1.34  Sun Feb 22 18:12:54 CET 2004
    - fixed  CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131)
    - closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134)
    - dial() now should return correctly after a successful connect,
      without unnecessarily waiting for timeout
    - updated changes file missing in 1.35

1.33
1.32
1.31  Fri Jan 23 01:14:01 CET 2004
    - Improved reliability in answer() method (sempre lui!),
	  that was more unstable due to recent changes.
	- Documented _answer() internal function to get the raw modem reponse
	  instead of response string stripped of all cr/lf chars.

1.29
1.30  Sat Nov  8 18:23:02 CET 2003
    - improved answer() method speed. Now it runs sensibly faster, but needs
	  explicit timeout parameter if you want to wait for answers (dialing
	  a remote modem, for example)
	- implemented a basic xmodem file transfer. *DON'T KNOW IF IT WORKS*
	- documentation now stays only in docs/ folder, separate from main module
	- now there is a way to get the raw modem answers (internal _answer() method)

1.25
1.26
1.27
1.28  Sun May 18 17:19:23 CET 2003
	- dial() now works as expected, returning the `CONNECT' or `BUSY'
          or whatever message without hanging for minutes;
	- answer() routine now is definitely more reliable than before:
          now everytime the buffer receives input from modem, it does
          not restart counting the timeout. Removed also the possibility
          of infinite loop if modem always receives garbage chars (like
          on a RAW PPP link);
        - Added full documentation for every method;
        - Added a FAQ document in new "docs/" folder;
	- new(): added possibility to pass a custom log object as `log'
          property;
	- fixed log levels for File and Syslog plugins. Implemented
	  correct log level masking also for Syslog.
2004-06-22 13:42:08 +00:00
wiz
23613b42a6 Update to 0.7.1.
Changes:
version 0.7.1
- work-around for *BSD on SMS time decoding
- fixes some sms decoding bugs
- fixes crash on sending sms directly from a slot

version 0.7.0
Syntax changed!
many internal changes:
- no need for system's wchar_t support anymore (wchar_t was previously used but that was wrong)
- iconvtest() is gone
- completely rewritten command line parsing, now supporting getopt_long _and_ popt (configure decides which one to
use)
- configure checks for getopt and popt
- configure check for declaration of iconv
properly support Solaris (see popt above, compiler warning fixes)
make iconv code work with non-GNU implementations (e.g. Solaris)
new parameter --start-delay (see manpage)
new parameter --binary (-N)
new parameter --mem
new parameter --slot
-B, -M, -C and -F (and the long options for them) are now obsolete, use -N instead with --mem instead
parameter to -P is now obsolete, use --mem instead
parameter to -S is now obsolete, use --slot instead
"SM" is now default phonebook memory (if none was specified)
SMS outputs none-printable characters as '?' instead of hexcode
the memory list output was changed in --info (may break programs that depend on it)
add parameter --mem-info as trigger to --info to display more information about available memories
make --mem recognize "?" to show same information as in --mem-info but only for the specified memory type (faster)
rewritten phonebook file read-in with more syntax checking before actually sending the first entry
rewrote SMS decoding functions
simply do not change sms status on getting instead of complaining
update english manpage
russian manpage included, again
updated README and INSTALL

version 0.6.4.1
Features:
added SMS time zone conversion
Fixes:
fix crash on getting phonebook entries with empty text field
work-around for buggy strptime() in cygwin (for SMS dates)
added test to better usage of iconv (less dependent on nl_langinfo())
deal with a S55 strangeness (still does NOT mean that S55 is fully supported), thanks to Ole Langbehn
--ignore-serial-bits is now default, added parameter --keep-serial-bits (to get previous behaviour)
updated manpage
2004-06-21 04:06:16 +00:00
tv
e4babd21bd Per announcement to tech-pkg, ifcico-cm is now history. Stay tuned for
import and update of a couple packages that replace ifcico's functionality.
2004-06-20 20:07:03 +00:00
minskim
4b3a527eca Update xisp to 2.7p1, because 2.6p1 doesn't build with gcc>=3.3. This
partially addresses PR pkg/19566.

See http://xisp.hellug.gr/history.html for changes since 2.6p1.
2004-06-07 14:47:34 +00:00
minskim
b5553621bb Sort. 2004-06-07 14:12:13 +00:00
minskim
42e1bc9d6e Switch to Tk 8.4. 2004-06-05 14:09:42 +00:00
minskim
84eb7cb227 This package doesn't compile anything. Set NO_CONFIGURE and NO_BUILD. 2004-06-05 14:07:56 +00:00
ben
ca1140d436 Archive changed without changing filename. Apple OSX support was added to
the source distribution.  Adding a DIST_SUBDIR and updating distinfo.
Ian Zagorskih gave the heads up on tech-pkg.
2004-06-04 05:34:13 +00:00
kristerw
a44632021b Fix some C++ issues that gcc 3.3 complains on. 2004-05-24 16:09:35 +00:00
wiz
0d0633697b Convert to buildlink3.
Add missing files to PLIST and bump PKGREVISION for it.
2004-05-22 11:59:15 +00:00
wiz
860248e413 Add patches to fix build on alpha; from Dave Huang in PR 25666. 2004-05-22 11:58:42 +00:00
snj
2a0b8e2d4d No longer used. 2004-05-03 05:16:28 +00:00
snj
820e439a9a Convert to buildlink3. 2004-04-26 22:07:06 +00:00
tron
99ebfe5dd8 Make this build under NetBSD 2.0D and above with statvfs(2). 2004-04-26 19:59:15 +00:00
snj
54f4ce91da No longer used. 2004-04-26 05:23:43 +00:00
snj
fbc8ada343 Convert to buildlink3. 2004-04-26 05:20:57 +00:00
snj
0d66b2ac05 Convert to buildlink3. 2004-04-25 09:00:33 +00:00
wiz
d8dd007946 Convert to bl3. 2004-04-25 01:09:38 +00:00
wiz
d0c112d3a3 Convert to bl3. 2004-04-25 00:48:25 +00:00
wiz
3b98fdd055 Convert to bl3. 2004-04-25 00:36:04 +00:00
wiz
61331906e4 Unused. 2004-04-25 00:12:23 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
tv
7e826747e9 Put rc.d script into RCD_SCRIPTS_EXAMPLEDIR. 2004-04-24 02:05:31 +00:00
tv
1b89e558d9 tv@pobox.com -> tv@duh.org 2004-04-24 01:59:00 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
markd
50c3f1816c Add libmal. 2004-04-19 14:08:38 +00:00
markd
11b2f1c3c6 Add conflict with libmal. 2004-04-19 14:07:36 +00:00
markd
9f1a631e95 Initial import of libmal-0.40
libmal is simply a convenience library of the object files contained in Tom
Whittaker's malsync distribution, along with a few wrapper functions.
2004-04-19 14:01:46 +00:00
drochner
d216d19213 update to 8.0.211
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a
handful of new features:
    INPUT /NOMATCH timeout (waits for the entire interval without trying
     to match anything; useful for scripted logging).
    SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale),
     SHOW INPUT.
    ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer).
    FREAD /TRIM and FREAD /UNTABIFY.
    \funtabify(string).
    ON_CD macro (if you define one, it executes automatically whenever
     you tell Kermit to change directories).
2004-04-15 18:14:52 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
46df6747a2 Convert to buildlink3. 2004-04-12 01:50:32 +00:00
snj
330598648d Convert to buildlink3. 2004-04-12 01:49:02 +00:00
snj
c0fa25a8a7 Convert to buildlink3. 2004-04-11 06:59:06 +00:00
snj
040dd1d9f4 Convert to buildlink3. 2004-04-11 06:56:57 +00:00
snj
bffc80c64f Convert to buildlink3. 2004-04-11 05:59:14 +00:00
tron
0431fdbb35 Use buildlink3 framework to fix bad shared library runtime path to
OpenSSL libraries. Bump package revision because previous version of
this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30 21:04:21 +00:00
snj
33bc07b617 Finish the conversion to buildlink3 (hi soren! (the other one)). This
fixes PR pkg/24888.
2004-03-30 07:03:34 +00:00
rh
75a70ec717 Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.x
first and then a package that might require perl-5.8.x.

Should fix bulk builds.
2004-03-26 22:40:01 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
soren
66d0530cfc Fix patch path. 2004-03-17 07:35:23 +00:00
soren
f0369246e1 Update to gsmlib-1.10:
- reactivated code in gsm_at to retry sending PDU after
       unsolicited result code
     - added description of unicode handling to FAQ
     - compilation fixes for gcc-3.0.4
     - added quick exit for ATZ in UnixSerialPort constructor
       if phone gives ERROR
     - added fix for phones that return +CLIP: "Number not available."
       instead of giving caller ID
     - added get/setCLIRPresentation() functions to MeTa (contribution by
       ivan)
     - added "NO CARRIER" event to the event mechanism (contribution by
       clock)
     - added Win32 port of gsmsmsd (thanks to Konstantin Forostyan)
     - further extented Win32 port of gsmsmsd to handle outgoing messages
     - fixed problem with Ericsson T39m SMS sending (zero bytes in handshake)
     - added capability to send concatenated SMSs in gsmsmsd and gsmsendsms
     - fixed unsigned/signed char problems in Unix/Win32 serial port
       implementations
     - added capability to send multiple SMSs to gsmsendsms/gsmsmsd
2004-03-17 07:07:43 +00:00
tron
c5000ca018 Use Tcl/Tk 8.4.x, bump package revision because of that. 2004-03-16 11:23:43 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
kristerw
6860acd442 Make this package compile on LP64 architectures. 2004-03-13 17:16:13 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
itojun
e78b3466c5 add an alternate ftp location for the time being 2004-02-26 23:10:09 +00:00
jmmv
3d7cfcce84 Add and enable openobex and obexftp. 2004-02-26 12:51:37 +00:00
jmmv
0c7584ad33 Initial import of obexftp, version 0.10.3:
The overall goal of ObexFTP is to make mobile devices featuring the OBEX
protocol and adhering to the OBEX FTP standard accessible by an open source
implementation.

The common usage for ObexFTP is to access your mobile phones memory to
store and retrieve e.g. your phonebook, logos, ringtones, music, pictures
and alike.
2004-02-26 12:50:43 +00:00
jmmv
edeebe6424 Initial import of openobex, version 1.0.1:
The overall goal of the OpenOBEX project is to make an open source
implementation of the Object Exchange (OBEX) protocol.  OBEX is a session
protocol and can best be described as a binary HTTP protocol.  OBEX is
optimised for ad-hoc wireless links and can be used to exchange all kind
of objects like files, pictures, calendar entries (vCal) and business
cards (vCard).
2004-02-26 12:49:23 +00:00
minskim
f5a277553b bl3ify and enable pkgviews installation. 2004-02-21 08:18:14 +00:00
snj
872838a448 s/extention/extension/ OED says "extention" is obsolete. 2004-02-21 06:42:29 +00:00
minskim
38b5aec2f4 bl3ify and add explicit dependency on pkgconfig. 2004-02-14 18:43:43 +00:00
minskim
e534561986 bl3ify 2004-02-14 18:31:23 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
agc
22ac1db7bf Let this package compile - no point in redefining sys_nerr, sys_errlist
and friends these days - <errno.h> should have them.
2004-02-12 12:57:10 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
seb
0843c7d180 Sort. 2004-01-12 21:33:52 +00:00
seb
ea9b8e29cd Add missing man page. 2004-01-12 20:52:19 +00:00
seb
07d02e617b Remove info file from PLIST files. 2004-01-12 20:37:56 +00:00